INFO     Running translator.
INFO     translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/instances/instance-11.pddl']
INFO     translator arguments: []
INFO     translator time limit: None
INFO     translator memory limit: None
INFO     callstring: /home/pluehne/.usr/bin/python /home/wv/bin/linux/64/fast-downward-10997/builds/release64/bin/translate/translate.py /home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/instances/instance-11.pddl
Parsing...
Parsing: [0.030s CPU, 0.033s wall-clock]
Normalizing task... [0.010s CPU, 0.003s wall-clock]
Instantiating...
Generating Datalog program... [0.000s CPU, 0.009s wall-clock]
Normalizing Datalog program...
Normalizing Datalog program: [0.040s CPU, 0.044s wall-clock]
Preparing model... [0.030s CPU, 0.024s wall-clock]
Generated 115 rules.
Computing model... [0.450s CPU, 0.450s wall-clock]
2784 relevant atoms
2893 auxiliary atoms
5677 final queue length
9793 total queue pushes
Completing instantiation... [0.870s CPU, 0.870s wall-clock]
Instantiating: [1.390s CPU, 1.404s wall-clock]
Computing fact groups...
Finding invariants...
24 initial candidates
Finding invariants: [0.120s CPU, 0.114s wall-clock]
Checking invariant weight... [0.000s CPU, 0.001s wall-clock]
Instantiating groups... [0.010s CPU, 0.009s wall-clock]
Collecting mutex groups... [0.000s CPU, 0.001s wall-clock]
Choosing groups...
292 uncovered facts
Choosing groups: [0.000s CPU, 0.002s wall-clock]
Building translation key... [0.010s CPU, 0.011s wall-clock]
Computing fact groups: [0.160s CPU, 0.159s wall-clock]
Building STRIPS to SAS dictionary... [0.000s CPU, 0.002s wall-clock]
Building dictionary for full mutex groups... [0.010s CPU, 0.005s wall-clock]
Building mutex information...
Building mutex information: [0.000s CPU, 0.003s wall-clock]
Translating task...
Processing axioms...
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
Processing axioms: [0.050s CPU, 0.046s wall-clock]
Translating task: [0.890s CPU, 0.887s wall-clock]
3276 effect conditions simplified
0 implied preconditions added
Detecting unreachable propositions...
0 operators removed
0 axioms removed
3 propositions removed
Detecting unreachable propositions: [0.430s CPU, 0.436s wall-clock]
Reordering and filtering variables...
295 of 295 variables necessary.
14 of 17 mutex groups necessary.
1958 of 1958 operators necessary.
0 of 0 axiom rules necessary.
Reordering and filtering variables: [0.310s CPU, 0.305s wall-clock]
Translator variables: 295
Translator derived variables: 0
Translator facts: 617
Translator goal facts: 12
Translator mutex groups: 14
Translator total mutex groups size: 42
Translator operators: 1958
Translator axioms: 0
Translator task size: 18764
Translator peak memory: 47052 KB
Writing output... [0.360s CPU, 0.384s wall-clock]
Done! [3.620s CPU, 3.657s wall-clock]
planner.py version 0.0.1

Time:	 0.78s
Memory: 101MB

Iteration 1
Queue:		 [(0,0,0,True), (1,5,0,True), (2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until:	 0
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 1
Time         : 0.906s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s)
CPU Time     : 0.788s

Choices      : 0       
Conflicts    : 0        (Analyzed: 0)
Restarts     : 0       
Problems     : 1        (Average Length: 2.00 Splits: 0)
Lemmas       : 0        (Deleted: 0)
  Binary     : 0        (Ratio:   0.00%)
  Ternary    : 0        (Ratio:   0.00%)
  Conflict   : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 0        (Average:  0.00 Max:   0 Sum:      0)
  Executed   : 0        (Average:  0.00 Max:   0 Sum:      0 Ratio:   0.00%)
  Bounded    : 0        (Average:  0.00 Max:   0 Sum:      0 Ratio: 100.00%)

Rules        : 54149   
Atoms        : 54149   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 0        (Eliminated:    0 Frozen:    0)
Constraints  : 0        (Binary:   0.0% Ternary:   0.0% Other:   0.0%)

Memory Peak  : 237MB
Max. Length  : 0 steps
Models       : 0

[endof: stats after solve call]
Solving Time:	 0.00s
Memory:		 173MB (+72MB)
UNSAT
Iteration Time:	 0.01s

Iteration 2
Queue:		 [(1,5,0,True), (2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until:	 0
Expected Memory: 173MB
Grounding...	 [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])]
Grounding Time:	 0.23s
Memory:		 173MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 2
Time         : 1.426s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s)
CPU Time     : 1.308s

Choices      : 110      (Domain: 102)
Conflicts    : 54       (Analyzed: 53)
Restarts     : 0       
Problems     : 2        (Average Length: 4.50 Splits: 0)
Lemmas       : 53       (Deleted: 0)
  Binary     : 5        (Ratio:   9.43%)
  Ternary    : 0        (Ratio:   0.00%)
  Conflict   : 53       (Average Length:   19.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 53       (Average:  2.09 Max:  10 Sum:    111)
  Executed   : 52       (Average:  2.08 Max:  10 Sum:    110 Ratio:  99.10%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   0.90%)

Rules        : 54149   
Atoms        : 54149   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 14506    (Eliminated:    0 Frozen: 14506)
Constraints  : 48947    (Binary:  95.2% Ternary:   3.3% Other:   1.4%)

Memory Peak  : 237MB
Max. Length  : 0 steps
Models       : 0

[endof: stats after solve call]
Solving Time:	 0.18s
Memory:		 176MB (+3MB)
UNSAT
Iteration Time:	 0.52s

Iteration 3
Queue:		 [(2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until:	 5
Expected Memory: 179.0MB
Grounding...	 [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])]
Grounding Time:	 0.28s
Memory:		 183MB (+7MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 1+
Calls        : 3
Time         : 2.138s (Solving: 0.03s 1st Model: 0.02s Unsat: 0.00s)
CPU Time     : 2.020s

Choices      : 1389     (Domain: 1270)
Conflicts    : 190      (Analyzed: 189)
Restarts     : 0       
Model-Level  : 203.0   
Problems     : 3        (Average Length: 7.00 Splits: 0)
Lemmas       : 189      (Deleted: 0)
  Binary     : 34       (Ratio:  17.99%)
  Ternary    : 9        (Ratio:   4.76%)
  Conflict   : 189      (Average Length:   63.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 189      (Average:  6.34 Max:  75 Sum:   1199)
  Executed   : 188      (Average:  6.34 Max:  75 Sum:   1198 Ratio:  99.92%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   0.08%)

Rules        : 54149   
Atoms        : 54149   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 31792    (Eliminated:    0 Frozen: 31792)
Constraints  : 190267   (Binary:  95.6% Ternary:   3.2% Other:   1.2%)

Memory Peak  : 237MB
Max. Length  : 5 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 0.32s
Memory:		 192MB (+9MB)
SAT
Testing...
NOT SERIALIZABLE
Testing Time:	 0.91s
Memory:		 221MB (+29MB)
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 4
Time         : 2.826s (Solving: 0.30s 1st Model: 0.02s Unsat: 0.27s)
CPU Time     : 2.712s

Choices      : 9590     (Domain: 8284)
Conflicts    : 965      (Analyzed: 963)
Restarts     : 2        (Average: 481.50 Last: 186)
Model-Level  : 203.0   
Problems     : 4        (Average Length: 8.25 Splits: 0)
Lemmas       : 963      (Deleted: 0)
  Binary     : 241      (Ratio:  25.03%)
  Ternary    : 153      (Ratio:  15.89%)
  Conflict   : 963      (Average Length:   31.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 963      (Average:  9.76 Max: 105 Sum:   9403)
  Executed   : 955      (Average:  9.71 Max: 105 Sum:   9351 Ratio:  99.45%)
  Bounded    : 8        (Average:  6.50 Max:  12 Sum:     52 Ratio:   0.55%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 49760    (Eliminated: 13782 Frozen: 35978)
Constraints  : 273156   (Binary:  88.4% Ternary:   7.7% Other:   3.8%)

Memory Peak  : 237MB
Max. Length  : 5 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 0.47s
Memory:		 220MB (+-1MB)
UNSAT
Iteration Time:	 2.10s

Iteration 4
Queue:		 [(3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until:	 10
Expected Memory: 236.0MB
Grounding...	 [('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('step', [15]), ('check', [15])]
Grounding Time:	 0.45s
Memory:		 224MB (+4MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 5
Time         : 19.292s (Solving: 15.56s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 19.184s

Choices      : 263811   (Domain: 224718)
Conflicts    : 31113    (Analyzed: 31110)
Restarts     : 79       (Average: 393.80 Last: 3198)
Model-Level  : 203.0   
Problems     : 5        (Average Length: 10.00 Splits: 0)
Lemmas       : 31110    (Deleted: 12563)
  Binary     : 1860     (Ratio:   5.98%)
  Ternary    : 521      (Ratio:   1.67%)
  Conflict   : 31110    (Average Length:  293.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 31110    (Average:  8.28 Max: 337 Sum: 257520)
  Executed   : 31065    (Average:  8.26 Max: 337 Sum: 256872 Ratio:  99.75%)
  Bounded    : 45       (Average: 14.40 Max:  17 Sum:    648 Ratio:   0.25%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 82706    (Eliminated: 13782 Frozen: 57194)
Constraints  : 516886   (Binary:  89.9% Ternary:   7.3% Other:   2.9%)

Memory Peak  : 246MB
Max. Length  : 10 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 15.84s
Memory:		 246MB (+22MB)
UNSAT
Iteration Time:	 16.48s

Iteration 5
Queue:		 [(4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until:	 15
Expected Memory: 272.0MB
Grounding...	 [('step', [16]), ('step', [17]), ('step', [18]), ('step', [19]), ('step', [20]), ('check', [20])]
Grounding Time:	 0.47s
Memory:		 248MB (+2MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 6
Time         : 40.291s (Solving: 35.31s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 40.192s

Choices      : 566568   (Domain: 508630)
Conflicts    : 63754    (Analyzed: 63751)
Restarts     : 179      (Average: 356.15 Last: 3198)
Model-Level  : 203.0   
Problems     : 6        (Average Length: 12.00 Splits: 0)
Lemmas       : 63751    (Deleted: 44295)
  Binary     : 3401     (Ratio:   5.33%)
  Ternary    : 857      (Ratio:   1.34%)
  Conflict   : 63751    (Average Length:  378.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 63751    (Average:  8.62 Max: 337 Sum: 549355)
  Executed   : 63697    (Average:  8.60 Max: 337 Sum: 548529 Ratio:  99.85%)
  Bounded    : 54       (Average: 15.30 Max:  22 Sum:    826 Ratio:   0.15%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 115652   (Eliminated: 13782 Frozen: 90140)
Constraints  : 738705   (Binary:  90.5% Ternary:   7.0% Other:   2.5%)

Memory Peak  : 271MB
Max. Length  : 15 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 20.33s
Memory:		 271MB (+23MB)
UNKNOWN
Iteration Time:	 21.02s

Iteration 6
Queue:		 [(5,25,0,True), (6,30,0,True)]
Grounded Until:	 20
Expected Memory: 297.0MB
Grounding...	 [('step', [21]), ('step', [22]), ('step', [23]), ('step', [24]), ('step', [25]), ('check', [25])]
Grounding Time:	 0.60s
Memory:		 279MB (+8MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 7
Time         : 139.926s (Solving: 133.28s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 139.868s

Choices      : 1149019  (Domain: 1041154)
Conflicts    : 151683   (Analyzed: 151680)
Restarts     : 279      (Average: 543.66 Last: 3198)
Model-Level  : 203.0   
Problems     : 7        (Average Length: 14.14 Splits: 0)
Lemmas       : 151680   (Deleted: 109061)
  Binary     : 5796     (Ratio:   3.82%)
  Ternary    : 1306     (Ratio:   0.86%)
  Conflict   : 151680   (Average Length:  978.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 151680   (Average:  7.33 Max: 381 Sum: 1112078)
  Executed   : 151617   (Average:  7.32 Max: 381 Sum: 1111028 Ratio:  99.91%)
  Bounded    : 63       (Average: 16.67 Max:  27 Sum:   1050 Ratio:   0.09%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 148598   (Eliminated: 13782 Frozen: 123086)
Constraints  : 988248   (Binary:  90.7% Ternary:   7.0% Other:   2.3%)

Memory Peak  : 489MB
Max. Length  : 20 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 98.80s
Memory:		 489MB (+210MB)
UNKNOWN
Iteration Time:	 99.69s

Iteration 7
Queue:		 [(6,30,0,True)]
Grounded Until:	 25
Expected Memory: 707.0MB
Grounding...	 [('step', [26]), ('step', [27]), ('step', [28]), ('step', [29]), ('step', [30]), ('check', [30])]
Grounding Time:	 0.44s
Memory:		 493MB (+4MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 8
Time         : 180.872s (Solving: 172.89s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 180.828s

Choices      : 1591796  (Domain: 1454233)
Conflicts    : 205642   (Analyzed: 205639)
Restarts     : 379      (Average: 542.58 Last: 3198)
Model-Level  : 203.0   
Problems     : 8        (Average Length: 16.38 Splits: 0)
Lemmas       : 205639   (Deleted: 176922)
  Binary     : 7641     (Ratio:   3.72%)
  Ternary    : 1519     (Ratio:   0.74%)
  Conflict   : 205639   (Average Length:  971.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 205639   (Average:  7.48 Max: 381 Sum: 1537487)
  Executed   : 205570   (Average:  7.47 Max: 381 Sum: 1536285 Ratio:  99.92%)
  Bounded    : 69       (Average: 17.42 Max:  32 Sum:   1202 Ratio:   0.08%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 181544   (Eliminated: 13782 Frozen: 156032)
Constraints  : 1237774  (Binary:  90.8% Ternary:   6.9% Other:   2.2%)

Memory Peak  : 520MB
Max. Length  : 25 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 40.25s
Memory:		 519MB (+26MB)
UNKNOWN
Iteration Time:	 40.97s

Iteration 8
Queue:		 [(4,20,1,True), (5,25,1,True), (6,30,1,True), (7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True)]
Grounded Until:	 30
Blocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 9
Time         : 189.756s (Solving: 181.71s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 189.716s

Choices      : 1732062  (Domain: 1594499)
Conflicts    : 229560   (Analyzed: 229557)
Restarts     : 479      (Average: 479.24 Last: 3198)
Model-Level  : 203.0   
Problems     : 9        (Average Length: 18.11 Splits: 0)
Lemmas       : 229557   (Deleted: 202705)
  Binary     : 7906     (Ratio:   3.44%)
  Ternary    : 1568     (Ratio:   0.68%)
  Conflict   : 229557   (Average Length:  905.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 229557   (Average:  7.23 Max: 381 Sum: 1659270)
  Executed   : 229486   (Average:  7.22 Max: 381 Sum: 1658066 Ratio:  99.93%)
  Bounded    : 71       (Average: 16.96 Max:  32 Sum:   1204 Ratio:   0.07%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 181544   (Eliminated: 13782 Frozen: 167762)
Constraints  : 1237746  (Binary:  90.8% Ternary:   6.9% Other:   2.2%)

Memory Peak  : 520MB
Max. Length  : 30 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 8.86s
Memory:		 519MB (+0MB)
UNKNOWN
Iteration Time:	 8.89s

Iteration 9
Queue:		 [(5,25,1,True), (6,30,1,True), (7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True)]
Grounded Until:	 30
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 10
Time         : 241.525s (Solving: 233.42s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 241.508s

Choices      : 1890665  (Domain: 1753102)
Conflicts    : 272603   (Analyzed: 272600)
Restarts     : 579      (Average: 470.81 Last: 3198)
Model-Level  : 203.0   
Problems     : 10       (Average Length: 19.50 Splits: 0)
Lemmas       : 272600   (Deleted: 237127)
  Binary     : 8239     (Ratio:   3.02%)
  Ternary    : 1633     (Ratio:   0.60%)
  Conflict   : 272600   (Average Length:  990.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 272600   (Average:  6.63 Max: 381 Sum: 1806102)
  Executed   : 272529   (Average:  6.62 Max: 381 Sum: 1804898 Ratio:  99.93%)
  Bounded    : 71       (Average: 16.96 Max:  32 Sum:   1204 Ratio:   0.07%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 181544   (Eliminated: 13782 Frozen: 167762)
Constraints  : 1237746  (Binary:  90.8% Ternary:   6.9% Other:   2.2%)

Memory Peak  : 520MB
Max. Length  : 30 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 51.77s
Memory:		 519MB (+0MB)
UNKNOWN
Iteration Time:	 51.79s

Iteration 10
Queue:		 [(6,30,1,True), (7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True)]
Grounded Until:	 30
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 11
Time         : 270.670s (Solving: 262.50s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 270.668s

Choices      : 2252554  (Domain: 2100645)
Conflicts    : 316029   (Analyzed: 316026)
Restarts     : 679      (Average: 465.43 Last: 3198)
Model-Level  : 203.0   
Problems     : 11       (Average Length: 20.64 Splits: 0)
Lemmas       : 316026   (Deleted: 280316)
  Binary     : 9560     (Ratio:   3.03%)
  Ternary    : 1762     (Ratio:   0.56%)
  Conflict   : 316026   (Average Length:  961.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 316026   (Average:  6.81 Max: 381 Sum: 2151338)
  Executed   : 315955   (Average:  6.80 Max: 381 Sum: 2150134 Ratio:  99.94%)
  Bounded    : 71       (Average: 16.96 Max:  32 Sum:   1204 Ratio:   0.06%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 181544   (Eliminated: 13782 Frozen: 167762)
Constraints  : 1237746  (Binary:  90.8% Ternary:   6.9% Other:   2.2%)

Memory Peak  : 520MB
Max. Length  : 30 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 29.13s
Memory:		 519MB (+0MB)
UNKNOWN
Iteration Time:	 29.16s

Iteration 11
Queue:		 [(7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True)]
Grounded Until:	 30
Expected Memory: 737.0MB
Grounding...	 [('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('check', [35])]
Grounding Time:	 0.46s
Memory:		 521MB (+2MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 12
Time         : 312.011s (Solving: 302.54s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 312.024s

Choices      : 2675908  (Domain: 2512532)
Conflicts    : 365504   (Analyzed: 365501)
Restarts     : 779      (Average: 469.19 Last: 3198)
Model-Level  : 203.0   
Problems     : 12       (Average Length: 22.00 Splits: 0)
Lemmas       : 365501   (Deleted: 322458)
  Binary     : 10666    (Ratio:   2.92%)
  Ternary    : 1983     (Ratio:   0.54%)
  Conflict   : 365501   (Average Length:  981.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 365501   (Average:  6.98 Max: 381 Sum: 2551376)
  Executed   : 365430   (Average:  6.98 Max: 381 Sum: 2550172 Ratio:  99.95%)
  Bounded    : 71       (Average: 16.96 Max:  32 Sum:   1204 Ratio:   0.05%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 214490   (Eliminated: 13782 Frozen: 188978)
Constraints  : 1487331  (Binary:  90.9% Ternary:   6.9% Other:   2.1%)

Memory Peak  : 552MB
Max. Length  : 30 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 40.65s
Memory:		 541MB (+20MB)
UNKNOWN
Iteration Time:	 41.37s

Iteration 12
Queue:		 [(8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True)]
Grounded Until:	 35
Expected Memory: 759.0MB
Grounding...	 [('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('step', [40]), ('check', [40])]
Grounding Time:	 0.49s
Memory:		 541MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 13
Time         : 352.826s (Solving: 341.96s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 352.856s

Choices      : 3290243  (Domain: 3112343)
Conflicts    : 419293   (Analyzed: 419290)
Restarts     : 879      (Average: 477.01 Last: 4655)
Model-Level  : 203.0   
Problems     : 13       (Average Length: 23.54 Splits: 0)
Lemmas       : 419290   (Deleted: 383744)
  Binary     : 12398    (Ratio:   2.96%)
  Ternary    : 2198     (Ratio:   0.52%)
  Conflict   : 419290   (Average Length:  982.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 419290   (Average:  7.49 Max: 381 Sum: 3139880)
  Executed   : 419217   (Average:  7.49 Max: 381 Sum: 3138596 Ratio:  99.96%)
  Bounded    : 73       (Average: 17.59 Max:  42 Sum:   1284 Ratio:   0.04%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 247436   (Eliminated: 13782 Frozen: 221924)
Constraints  : 1736916  (Binary:  91.0% Ternary:   6.9% Other:   2.1%)

Memory Peak  : 576MB
Max. Length  : 35 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 40.06s
Memory:		 564MB (+23MB)
UNKNOWN
Iteration Time:	 40.84s

Iteration 13
Queue:		 [(9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True)]
Grounded Until:	 40
Expected Memory: 782.0MB
Grounding...	 [('step', [41]), ('step', [42]), ('step', [43]), ('step', [44]), ('step', [45]), ('check', [45])]
Grounding Time:	 0.47s
Memory:		 564MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 14
Time         : 401.234s (Solving: 389.01s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 401.284s

Choices      : 3946344  (Domain: 3761874)
Conflicts    : 484505   (Analyzed: 484502)
Restarts     : 979      (Average: 494.89 Last: 4655)
Model-Level  : 203.0   
Problems     : 14       (Average Length: 25.21 Splits: 0)
Lemmas       : 484502   (Deleted: 435730)
  Binary     : 14467    (Ratio:   2.99%)
  Ternary    : 2453     (Ratio:   0.51%)
  Conflict   : 484502   (Average Length:  961.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 484502   (Average:  7.79 Max: 446 Sum: 3775400)
  Executed   : 484427   (Average:  7.79 Max: 446 Sum: 3774026 Ratio:  99.96%)
  Bounded    : 75       (Average: 18.32 Max:  47 Sum:   1374 Ratio:   0.04%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 280382   (Eliminated: 13782 Frozen: 254870)
Constraints  : 1986487  (Binary:  91.0% Ternary:   6.9% Other:   2.1%)

Memory Peak  : 604MB
Max. Length  : 40 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 47.68s
Memory:		 597MB (+33MB)
UNKNOWN
Iteration Time:	 48.44s

Iteration 14
Queue:		 [(10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True)]
Grounded Until:	 45
Expected Memory: 815.0MB
Grounding...	 [('step', [46]), ('step', [47]), ('step', [48]), ('step', [49]), ('step', [50]), ('check', [50])]
Grounding Time:	 0.49s
Memory:		 597MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 15
Time         : 438.983s (Solving: 425.35s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 439.048s

Choices      : 4430301  (Domain: 4243094)
Conflicts    : 530942   (Analyzed: 530939)
Restarts     : 1079     (Average: 492.07 Last: 4655)
Model-Level  : 203.0   
Problems     : 15       (Average Length: 27.00 Splits: 0)
Lemmas       : 530939   (Deleted: 482606)
  Binary     : 15690    (Ratio:   2.96%)
  Ternary    : 2571     (Ratio:   0.48%)
  Conflict   : 530939   (Average Length:  958.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 530939   (Average:  7.98 Max: 446 Sum: 4235126)
  Executed   : 530861   (Average:  7.97 Max: 446 Sum: 4233600 Ratio:  99.96%)
  Bounded    : 78       (Average: 19.56 Max:  52 Sum:   1526 Ratio:   0.04%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 313328   (Eliminated: 13782 Frozen: 287816)
Constraints  : 2236058  (Binary:  91.0% Ternary:   6.9% Other:   2.0%)

Memory Peak  : 641MB
Max. Length  : 45 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 36.98s
Memory:		 617MB (+20MB)
UNKNOWN
Iteration Time:	 37.77s

Iteration 15
Queue:		 [(11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True)]
Grounded Until:	 50
Expected Memory: 835.0MB
Grounding...	 [('step', [51]), ('step', [52]), ('step', [53]), ('step', [54]), ('step', [55]), ('check', [55])]
Grounding Time:	 0.61s
Memory:		 629MB (+12MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 16
Time         : 482.029s (Solving: 466.85s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 482.116s

Choices      : 4992975  (Domain: 4802738)
Conflicts    : 584459   (Analyzed: 584456)
Restarts     : 1179     (Average: 495.72 Last: 4655)
Model-Level  : 203.0   
Problems     : 16       (Average Length: 28.88 Splits: 0)
Lemmas       : 584456   (Deleted: 542543)
  Binary     : 16839    (Ratio:   2.88%)
  Ternary    : 2690     (Ratio:   0.46%)
  Conflict   : 584456   (Average Length:  954.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 584456   (Average:  8.16 Max: 446 Sum: 4767481)
  Executed   : 584378   (Average:  8.15 Max: 446 Sum: 4765955 Ratio:  99.97%)
  Bounded    : 78       (Average: 19.56 Max:  52 Sum:   1526 Ratio:   0.03%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 346274   (Eliminated: 13782 Frozen: 320762)
Constraints  : 2485615  (Binary:  91.1% Ternary:   6.9% Other:   2.0%)

Memory Peak  : 678MB
Max. Length  : 50 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 42.15s
Memory:		 651MB (+22MB)
UNKNOWN
Iteration Time:	 43.08s

Iteration 16
Queue:		 [(12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True)]
Grounded Until:	 55
Expected Memory: 869.0MB
Grounding...	 [('step', [56]), ('step', [57]), ('step', [58]), ('step', [59]), ('step', [60]), ('check', [60])]
Grounding Time:	 0.48s
Memory:		 651MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 17
Time         : 530.849s (Solving: 514.24s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 530.956s

Choices      : 5641791  (Domain: 5449348)
Conflicts    : 647822   (Analyzed: 647819)
Restarts     : 1279     (Average: 506.50 Last: 5865)
Model-Level  : 203.0   
Problems     : 17       (Average Length: 30.82 Splits: 0)
Lemmas       : 647819   (Deleted: 594941)
  Binary     : 18115    (Ratio:   2.80%)
  Ternary    : 2826     (Ratio:   0.44%)
  Conflict   : 647819   (Average Length:  955.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 647819   (Average:  8.33 Max: 509 Sum: 5393169)
  Executed   : 647741   (Average:  8.32 Max: 509 Sum: 5391643 Ratio:  99.97%)
  Bounded    : 78       (Average: 19.56 Max:  52 Sum:   1526 Ratio:   0.03%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 379220   (Eliminated: 13782 Frozen: 353708)
Constraints  : 2735200  (Binary:  91.1% Ternary:   6.9% Other:   2.0%)

Memory Peak  : 703MB
Max. Length  : 55 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 48.03s
Memory:		 700MB (+49MB)
UNKNOWN
Iteration Time:	 48.85s

Iteration 17
Queue:		 [(13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True)]
Grounded Until:	 60
Expected Memory: 918.0MB
Grounding...	 [('step', [61]), ('step', [62]), ('step', [63]), ('step', [64]), ('step', [65]), ('check', [65])]
Grounding Time:	 0.48s
Memory:		 700MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 18
Time         : 582.676s (Solving: 564.62s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 582.804s

Choices      : 6326123  (Domain: 6131172)
Conflicts    : 715836   (Analyzed: 715833)
Restarts     : 1379     (Average: 519.10 Last: 5865)
Model-Level  : 203.0   
Problems     : 18       (Average Length: 32.83 Splits: 0)
Lemmas       : 715833   (Deleted: 655644)
  Binary     : 19661    (Ratio:   2.75%)
  Ternary    : 2946     (Ratio:   0.41%)
  Conflict   : 715833   (Average Length:  954.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 715833   (Average:  8.45 Max: 509 Sum: 6051256)
  Executed   : 715755   (Average:  8.45 Max: 509 Sum: 6049730 Ratio:  99.97%)
  Bounded    : 78       (Average: 19.56 Max:  52 Sum:   1526 Ratio:   0.03%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 412166   (Eliminated: 13782 Frozen: 386654)
Constraints  : 2984785  (Binary:  91.1% Ternary:   6.9% Other:   2.0%)

Memory Peak  : 750MB
Max. Length  : 60 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 51.03s
Memory:		 714MB (+14MB)
UNKNOWN
Iteration Time:	 51.86s

Iteration 18
Queue:		 [(14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True)]
Grounded Until:	 65
Expected Memory: 932.0MB
Grounding...	 [('step', [66]), ('step', [67]), ('step', [68]), ('step', [69]), ('step', [70]), ('check', [70])]
Grounding Time:	 0.45s
Memory:		 714MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 19
Time         : 637.526s (Solving: 618.03s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 637.676s

Choices      : 7067236  (Domain: 6871026)
Conflicts    : 786077   (Analyzed: 786074)
Restarts     : 1479     (Average: 531.49 Last: 5865)
Model-Level  : 203.0   
Problems     : 19       (Average Length: 34.89 Splits: 0)
Lemmas       : 786074   (Deleted: 737868)
  Binary     : 20671    (Ratio:   2.63%)
  Ternary    : 3054     (Ratio:   0.39%)
  Conflict   : 786074   (Average Length:  948.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 786074   (Average:  8.60 Max: 509 Sum: 6763961)
  Executed   : 785996   (Average:  8.60 Max: 509 Sum: 6762435 Ratio:  99.98%)
  Bounded    : 78       (Average: 19.56 Max:  52 Sum:   1526 Ratio:   0.02%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 445112   (Eliminated: 13782 Frozen: 419600)
Constraints  : 3234370  (Binary:  91.1% Ternary:   6.9% Other:   2.0%)

Memory Peak  : 770MB
Max. Length  : 65 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 54.08s
Memory:		 735MB (+21MB)
UNKNOWN
Iteration Time:	 54.88s

Iteration 19
Queue:		 [(15,75,0,True), (16,80,0,True), (17,85,0,True)]
Grounded Until:	 70
Expected Memory: 953.0MB
Grounding...	 [('step', [71]), ('step', [72]), ('step', [73]), ('step', [74]), ('step', [75]), ('check', [75])]
Grounding Time:	 0.45s
Memory:		 735MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 20
Time         : 683.869s (Solving: 662.93s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 684.040s

Choices      : 7757744  (Domain: 7560398)
Conflicts    : 848497   (Analyzed: 848494)
Restarts     : 1579     (Average: 537.36 Last: 5865)
Model-Level  : 203.0   
Problems     : 20       (Average Length: 37.00 Splits: 0)
Lemmas       : 848494   (Deleted: 790426)
  Binary     : 21550    (Ratio:   2.54%)
  Ternary    : 3147     (Ratio:   0.37%)
  Conflict   : 848494   (Average Length:  950.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 848494   (Average:  8.75 Max: 576 Sum: 7424403)
  Executed   : 848416   (Average:  8.75 Max: 576 Sum: 7422877 Ratio:  99.98%)
  Bounded    : 78       (Average: 19.56 Max:  52 Sum:   1526 Ratio:   0.02%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 478058   (Eliminated: 13782 Frozen: 452546)
Constraints  : 3483955  (Binary:  91.1% Ternary:   6.9% Other:   2.0%)

Memory Peak  : 800MB
Max. Length  : 70 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 45.56s
Memory:		 757MB (+22MB)
UNKNOWN
Iteration Time:	 46.37s

Iteration 20
Queue:		 [(16,80,0,True), (17,85,0,True)]
Grounded Until:	 75
Expected Memory: 975.0MB
Grounding...	 [('step', [76]), ('step', [77]), ('step', [78]), ('step', [79]), ('step', [80]), ('check', [80])]
Grounding Time:	 0.45s
Memory:		 757MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 21
Time         : 736.509s (Solving: 714.11s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 736.704s

Choices      : 8680475  (Domain: 8476453)
Conflicts    : 911973   (Analyzed: 911970)
Restarts     : 1679     (Average: 543.16 Last: 5865)
Model-Level  : 203.0   
Problems     : 21       (Average Length: 39.14 Splits: 0)
Lemmas       : 911970   (Deleted: 850619)
  Binary     : 22688    (Ratio:   2.49%)
  Ternary    : 3284     (Ratio:   0.36%)
  Conflict   : 911970   (Average Length:  952.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 911970   (Average:  9.12 Max: 576 Sum: 8315599)
  Executed   : 911892   (Average:  9.12 Max: 576 Sum: 8314073 Ratio:  99.98%)
  Bounded    : 78       (Average: 19.56 Max:  52 Sum:   1526 Ratio:   0.02%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 511004   (Eliminated: 13782 Frozen: 485492)
Constraints  : 3733540  (Binary:  91.1% Ternary:   6.9% Other:   1.9%)

Memory Peak  : 824MB
Max. Length  : 75 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 51.85s
Memory:		 780MB (+23MB)
UNKNOWN
Iteration Time:	 52.68s

Iteration 21
Queue:		 [(17,85,0,True)]
Grounded Until:	 80
Expected Memory: 998.0MB
Grounding...	 [('step', [81]), ('step', [82]), ('step', [83]), ('step', [84]), ('step', [85]), ('check', [85])]
Grounding Time:	 0.48s
Memory:		 780MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 22
Time         : 784.039s (Solving: 760.12s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 784.256s

Choices      : 9332496  (Domain: 9127541)
Conflicts    : 971089   (Analyzed: 971086)
Restarts     : 1779     (Average: 545.86 Last: 5865)
Model-Level  : 203.0   
Problems     : 22       (Average Length: 41.32 Splits: 0)
Lemmas       : 971086   (Deleted: 912310)
  Binary     : 23387    (Ratio:   2.41%)
  Ternary    : 3351     (Ratio:   0.35%)
  Conflict   : 971086   (Average Length:  956.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 971086   (Average:  9.20 Max: 588 Sum: 8932792)
  Executed   : 971008   (Average:  9.20 Max: 588 Sum: 8931266 Ratio:  99.98%)
  Bounded    : 78       (Average: 19.56 Max:  52 Sum:   1526 Ratio:   0.02%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 543950   (Eliminated: 13782 Frozen: 518438)
Constraints  : 3983125  (Binary:  91.2% Ternary:   6.9% Other:   1.9%)

Memory Peak  : 851MB
Max. Length  : 80 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 46.68s
Memory:		 802MB (+22MB)
UNKNOWN
Iteration Time:	 47.56s

Iteration 22
Queue:		 [(4,20,2,True), (5,25,2,True), (6,30,2,True), (7,35,1,True), (8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,1,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 85
Blocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 23
Time         : 813.794s (Solving: 789.75s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 814.024s

Choices      : 9626933  (Domain: 9421978)
Conflicts    : 1030593  (Analyzed: 1030590)
Restarts     : 1879     (Average: 548.48 Last: 5865)
Model-Level  : 203.0   
Problems     : 23       (Average Length: 43.30 Splits: 0)
Lemmas       : 1030590  (Deleted: 969514)
  Binary     : 23737    (Ratio:   2.30%)
  Ternary    : 3461     (Ratio:   0.34%)
  Conflict   : 1030590  (Average Length:  942.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1030590  (Average:  8.94 Max: 588 Sum: 9216171)
  Executed   : 1030511  (Average:  8.94 Max: 588 Sum: 9214558 Ratio:  99.98%)
  Bounded    : 79       (Average: 20.42 Max:  87 Sum:   1613 Ratio:   0.02%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 543950   (Eliminated: 13782 Frozen: 530168)
Constraints  : 3983125  (Binary:  91.2% Ternary:   6.9% Other:   1.9%)

Memory Peak  : 851MB
Max. Length  : 85 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 29.72s
Memory:		 818MB (+16MB)
UNKNOWN
Iteration Time:	 29.77s

Iteration 23
Queue:		 [(5,25,2,True), (6,30,2,True), (7,35,1,True), (8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,1,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 85
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 24
Time         : 877.518s (Solving: 853.34s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 877.776s

Choices      : 9820945  (Domain: 9615990)
Conflicts    : 1073558  (Analyzed: 1073555)
Restarts     : 1979     (Average: 542.47 Last: 5865)
Model-Level  : 203.0   
Problems     : 24       (Average Length: 45.12 Splits: 0)
Lemmas       : 1073555  (Deleted: 1012169)
  Binary     : 23861    (Ratio:   2.22%)
  Ternary    : 3501     (Ratio:   0.33%)
  Conflict   : 1073555  (Average Length:  975.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1073555  (Average:  8.76 Max: 588 Sum: 9399884)
  Executed   : 1073476  (Average:  8.75 Max: 588 Sum: 9398271 Ratio:  99.98%)
  Bounded    : 79       (Average: 20.42 Max:  87 Sum:   1613 Ratio:   0.02%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 543950   (Eliminated: 13782 Frozen: 530168)
Constraints  : 3983111  (Binary:  91.2% Ternary:   6.9% Other:   1.9%)

Memory Peak  : 851MB
Max. Length  : 85 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 63.70s
Memory:		 818MB (+0MB)
UNKNOWN
Iteration Time:	 63.76s

Iteration 24
Queue:		 [(6,30,2,True), (7,35,1,True), (8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,1,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 85
Unblocking actions...
Solving...
*** Info : (planner): INTERRUPTED by signal!
UNKNOWN

INTERRUPTED  : 1

Models       : 0+
Calls        : 25
Time         : 901.577s (Solving: 877.28s 1st Model: 0.02s Unsat: 15.54s)
CPU Time     : 901.832s

Choices      : 10032649 (Domain: 9827694)
Conflicts    : 1108425  (Analyzed: 1108422)
Restarts     : 2079     (Average: 533.15 Last: 5865)
Model-Level  : 203.0   
Problems     : 25       (Average Length: 46.80 Splits: 0)
Lemmas       : 1108422  (Deleted: 1040549)
  Binary     : 24094    (Ratio:   2.17%)
  Ternary    : 3542     (Ratio:   0.32%)
  Conflict   : 1108422  (Average Length:  975.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1108422  (Average:  8.66 Max: 588 Sum: 9594525)
  Executed   : 1108342  (Average:  8.65 Max: 588 Sum: 9592825 Ratio:  99.98%)
  Bounded    : 80       (Average: 21.25 Max:  87 Sum:   1700 Ratio:   0.02%)

Rules        : 133883   (Original: 121423)
Atoms        : 64621   
Bodies       : 58138    (Original: 45677)
  Count      : 786      (Original: 2108)
Equivalences : 14175    (Atom=Atom: 77 Body=Body: 0 Other: 14098)
Tight        : Yes
Variables    : 543950   (Eliminated: 13782 Frozen: 530168)
Constraints  : 3983111  (Binary:  91.2% Ternary:   6.9% Other:   1.9%)

Memory Peak  : 851MB
Max. Length  : 85 steps
Models       : 1