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-13.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-13.pddl
Parsing...
Parsing: [0.050s CPU, 0.053s wall-clock]
Normalizing task... [0.010s CPU, 0.004s wall-clock]
Instantiating...
Generating Datalog program... [0.010s CPU, 0.014s wall-clock]
Normalizing Datalog program...
Normalizing Datalog program: [0.070s CPU, 0.076s wall-clock]
Preparing model... [0.050s CPU, 0.041s wall-clock]
Generated 115 rules.
Computing model... [0.530s CPU, 0.534s wall-clock]
3094 relevant atoms
3221 auxiliary atoms
6315 final queue length
10878 total queue pushes
Completing instantiation... [0.970s CPU, 0.964s wall-clock]
Instantiating: [1.630s CPU, 1.637s wall-clock]
Computing fact groups...
Finding invariants...
24 initial candidates
Finding invariants: [0.110s CPU, 0.104s 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...
328 uncovered facts
Choosing groups: [0.000s CPU, 0.002s wall-clock]
Building translation key... [0.010s CPU, 0.012s wall-clock]
Computing fact groups: [0.160s CPU, 0.156s wall-clock]
Building STRIPS to SAS dictionary... [0.000s CPU, 0.003s wall-clock]
Building dictionary for full mutex groups... [0.010s CPU, 0.003s 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.052s wall-clock]
Translating task: [0.990s CPU, 0.997s wall-clock]
3672 effect conditions simplified
0 implied preconditions added
Detecting unreachable propositions...
0 operators removed
0 axioms removed
3 propositions removed
Detecting unreachable propositions: [0.490s CPU, 0.486s wall-clock]
Reordering and filtering variables...
331 of 331 variables necessary.
15 of 18 mutex groups necessary.
2194 of 2194 operators necessary.
0 of 0 axiom rules necessary.
Reordering and filtering variables: [0.400s CPU, 0.399s wall-clock]
Translator variables: 331
Translator derived variables: 0
Translator facts: 691
Translator goal facts: 13
Translator mutex groups: 15
Translator total mutex groups size: 45
Translator operators: 2194
Translator axioms: 0
Translator task size: 21018
Translator peak memory: 48588 KB
Writing output... [0.380s CPU, 0.409s wall-clock]
Done! [4.160s CPU, 4.190s wall-clock]
planner.py version 0.0.1

Time:	 1.11s
Memory: 107MB

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         : 1.280s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s)
CPU Time     : 1.116s

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        : 60629   
Atoms        : 60629   
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  : 243MB
Max. Length  : 0 steps
Models       : 0

[endof: stats after solve call]
Solving Time:	 0.01s
Memory:		 179MB (+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: 179MB
Grounding...	 [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])]
Grounding Time:	 0.26s
Memory:		 179MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

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

Choices      : 164      (Domain: 147)
Conflicts    : 43       (Analyzed: 42)
Restarts     : 0       
Problems     : 2        (Average Length: 4.50 Splits: 0)
Lemmas       : 42       (Deleted: 0)
  Binary     : 10       (Ratio:  23.81%)
  Ternary    : 0        (Ratio:   0.00%)
  Conflict   : 42       (Average Length:    6.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 42       (Average:  3.93 Max:  13 Sum:    165)
  Executed   : 41       (Average:  3.90 Max:  13 Sum:    164 Ratio:  99.39%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   0.61%)

Rules        : 60629   
Atoms        : 60629   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 16256    (Eliminated:    0 Frozen: 16256)
Constraints  : 53667    (Binary:  95.3% Ternary:   3.3% Other:   1.4%)

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

[endof: stats after solve call]
Solving Time:	 0.21s
Memory:		 183MB (+4MB)
UNSAT
Iteration Time:	 0.60s

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: 187.0MB
Grounding...	 [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])]
Grounding Time:	 0.31s
Memory:		 189MB (+6MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 1+
Calls        : 3
Time         : 2.789s (Solving: 0.12s 1st Model: 0.11s Unsat: 0.00s)
CPU Time     : 2.628s

Choices      : 2530     (Domain: 2449)
Conflicts    : 363      (Analyzed: 362)
Restarts     : 0       
Model-Level  : 281.0   
Problems     : 3        (Average Length: 7.00 Splits: 0)
Lemmas       : 362      (Deleted: 0)
  Binary     : 44       (Ratio:  12.15%)
  Ternary    : 3        (Ratio:   0.83%)
  Conflict   : 362      (Average Length:  296.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 362      (Average:  6.25 Max: 116 Sum:   2262)
  Executed   : 361      (Average:  6.25 Max: 116 Sum:   2261 Ratio:  99.96%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   0.04%)

Rules        : 60629   
Atoms        : 60629   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 35632    (Eliminated:    0 Frozen: 35632)
Constraints  : 211962   (Binary:  95.6% Ternary:   3.2% Other:   1.2%)

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

[endof: stats after solve call]
Solving Time:	 0.47s
Memory:		 199MB (+10MB)
SAT
Testing...
NOT SERIALIZABLE
Testing Time:	 1.12s
Memory:		 232MB (+33MB)
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 4
Time         : 3.843s (Solving: 0.69s 1st Model: 0.11s Unsat: 0.58s)
CPU Time     : 3.684s

Choices      : 18901    (Domain: 14574)
Conflicts    : 2202     (Analyzed: 2200)
Restarts     : 6        (Average: 366.67 Last: 320)
Model-Level  : 281.0   
Problems     : 4        (Average Length: 8.25 Splits: 0)
Lemmas       : 2200     (Deleted: 0)
  Binary     : 299      (Ratio:  13.59%)
  Ternary    : 99       (Ratio:   4.50%)
  Conflict   : 2200     (Average Length:  140.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 2200     (Average:  8.44 Max: 302 Sum:  18562)
  Executed   : 2183     (Average:  8.35 Max: 302 Sum:  18380 Ratio:  99.02%)
  Bounded    : 17       (Average: 10.71 Max:  12 Sum:    182 Ratio:   0.98%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 56254    (Eliminated: 15972 Frozen: 40282)
Constraints  : 305290   (Binary:  88.2% Ternary:   7.9% Other:   3.9%)

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

[endof: stats after solve call]
Solving Time:	 0.81s
Memory:		 231MB (+-1MB)
UNSAT
Iteration Time:	 2.86s

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

Models       : 0+
Calls        : 5
Time         : 18.125s (Solving: 13.59s 1st Model: 0.11s Unsat: 0.58s)
CPU Time     : 17.972s

Choices      : 216962   (Domain: 183136)
Conflicts    : 29929    (Analyzed: 29927)
Restarts     : 106      (Average: 282.33 Last: 320)
Model-Level  : 281.0   
Problems     : 5        (Average Length: 10.00 Splits: 0)
Lemmas       : 29927    (Deleted: 13549)
  Binary     : 1538     (Ratio:   5.14%)
  Ternary    : 442      (Ratio:   1.48%)
  Conflict   : 29927    (Average Length:  307.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 29927    (Average:  7.01 Max: 302 Sum: 209856)
  Executed   : 29896    (Average:  7.00 Max: 302 Sum: 209445 Ratio:  99.80%)
  Bounded    : 31       (Average: 13.26 Max:  17 Sum:    411 Ratio:   0.20%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 93745    (Eliminated: 15972 Frozen: 64093)
Constraints  : 573310   (Binary:  89.8% Ternary:   7.3% Other:   2.9%)

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

[endof: stats after solve call]
Solving Time:	 13.59s
Memory:		 260MB (+24MB)
UNKNOWN
Iteration Time:	 14.30s

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

Models       : 0+
Calls        : 6
Time         : 36.317s (Solving: 30.33s 1st Model: 0.11s Unsat: 0.58s)
CPU Time     : 36.172s

Choices      : 459500   (Domain: 394535)
Conflicts    : 56324    (Analyzed: 56322)
Restarts     : 206      (Average: 273.41 Last: 320)
Model-Level  : 281.0   
Problems     : 6        (Average Length: 12.00 Splits: 0)
Lemmas       : 56322    (Deleted: 35864)
  Binary     : 2930     (Ratio:   5.20%)
  Ternary    : 1085     (Ratio:   1.93%)
  Conflict   : 56322    (Average Length:  508.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 56322    (Average:  7.80 Max: 311 Sum: 439406)
  Executed   : 56275    (Average:  7.79 Max: 311 Sum: 438679 Ratio:  99.83%)
  Bounded    : 47       (Average: 15.47 Max:  22 Sum:    727 Ratio:   0.17%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 131236   (Eliminated: 15972 Frozen: 101584)
Constraints  : 836508   (Binary:  90.3% Ternary:   7.2% Other:   2.5%)

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

[endof: stats after solve call]
Solving Time:	 17.45s
Memory:		 352MB (+89MB)
UNKNOWN
Iteration Time:	 18.21s

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

Models       : 0+
Calls        : 7
Time         : 62.754s (Solving: 55.18s 1st Model: 0.11s Unsat: 0.58s)
CPU Time     : 62.620s

Choices      : 741978   (Domain: 661407)
Conflicts    : 80765    (Analyzed: 80763)
Restarts     : 306      (Average: 263.93 Last: 320)
Model-Level  : 281.0   
Problems     : 7        (Average Length: 14.14 Splits: 0)
Lemmas       : 80763    (Deleted: 59017)
  Binary     : 4522     (Ratio:   5.60%)
  Ternary    : 1685     (Ratio:   2.09%)
  Conflict   : 80763    (Average Length:  562.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 80763    (Average:  8.76 Max: 328 Sum: 707151)
  Executed   : 80705    (Average:  8.74 Max: 328 Sum: 706143 Ratio:  99.86%)
  Bounded    : 58       (Average: 17.38 Max:  27 Sum:   1008 Ratio:   0.14%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 168727   (Eliminated: 15972 Frozen: 139075)
Constraints  : 1112557  (Binary:  90.6% Ternary:   7.1% Other:   2.3%)

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

[endof: stats after solve call]
Solving Time:	 25.58s
Memory:		 382MB (+19MB)
UNKNOWN
Iteration Time:	 26.46s

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

Models       : 0+
Calls        : 8
Time         : 99.989s (Solving: 90.90s 1st Model: 0.11s Unsat: 0.58s)
CPU Time     : 99.872s

Choices      : 1183355  (Domain: 1068378)
Conflicts    : 118554   (Analyzed: 118552)
Restarts     : 406      (Average: 292.00 Last: 774)
Model-Level  : 281.0   
Problems     : 8        (Average Length: 16.38 Splits: 0)
Lemmas       : 118552   (Deleted: 93961)
  Binary     : 6204     (Ratio:   5.23%)
  Ternary    : 2059     (Ratio:   1.74%)
  Conflict   : 118552   (Average Length:  707.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 118552   (Average:  9.53 Max: 459 Sum: 1129556)
  Executed   : 118491   (Average:  9.52 Max: 459 Sum: 1128457 Ratio:  99.90%)
  Bounded    : 61       (Average: 18.02 Max:  32 Sum:   1099 Ratio:   0.10%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 206218   (Eliminated: 15972 Frozen: 176566)
Constraints  : 1388784  (Binary:  90.8% Ternary:   7.1% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 36.44s
Memory:		 417MB (+31MB)
UNKNOWN
Iteration Time:	 37.26s

Iteration 8
Queue:		 [(3,15,1,True), (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)]
Grounded Until:	 30
Blocking actions...
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 9
Time         : 100.424s (Solving: 91.28s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 100.308s

Choices      : 1185031  (Domain: 1070054)
Conflicts    : 118940   (Analyzed: 118937)
Restarts     : 407      (Average: 292.23 Last: 774)
Model-Level  : 281.0   
Problems     : 9        (Average Length: 18.11 Splits: 0)
Lemmas       : 118937   (Deleted: 93961)
  Binary     : 6215     (Ratio:   5.23%)
  Ternary    : 2061     (Ratio:   1.73%)
  Conflict   : 118937   (Average Length:  705.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 118937   (Average:  9.51 Max: 459 Sum: 1131192)
  Executed   : 118874   (Average:  9.50 Max: 459 Sum: 1130060 Ratio:  99.90%)
  Bounded    : 63       (Average: 17.97 Max:  32 Sum:   1132 Ratio:   0.10%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 206218   (Eliminated: 15972 Frozen: 190246)
Constraints  : 1388757  (Binary:  90.8% Ternary:   7.1% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 0.42s
Memory:		 417MB (+0MB)
UNSAT
Iteration Time:	 0.44s

Iteration 9
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)]
Grounded Until:	 30
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 10
Time         : 126.409s (Solving: 117.20s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 126.308s

Choices      : 1356018  (Domain: 1241041)
Conflicts    : 145112   (Analyzed: 145109)
Restarts     : 507      (Average: 286.21 Last: 774)
Model-Level  : 281.0   
Problems     : 10       (Average Length: 19.50 Splits: 0)
Lemmas       : 145109   (Deleted: 117763)
  Binary     : 6534     (Ratio:   4.50%)
  Ternary    : 2149     (Ratio:   1.48%)
  Conflict   : 145109   (Average Length:  703.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 145109   (Average:  8.91 Max: 459 Sum: 1293445)
  Executed   : 145042   (Average:  8.90 Max: 459 Sum: 1292185 Ratio:  99.90%)
  Bounded    : 67       (Average: 18.81 Max:  32 Sum:   1260 Ratio:   0.10%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 206218   (Eliminated: 15972 Frozen: 190246)
Constraints  : 1386689  (Binary:  90.8% Ternary:   7.0% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 25.97s
Memory:		 417MB (+0MB)
UNKNOWN
Iteration Time:	 26.00s

Iteration 10
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)]
Grounded Until:	 30
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 11
Time         : 147.756s (Solving: 138.50s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 147.664s

Choices      : 1508787  (Domain: 1393810)
Conflicts    : 168016   (Analyzed: 168013)
Restarts     : 607      (Average: 276.79 Last: 774)
Model-Level  : 281.0   
Problems     : 11       (Average Length: 20.64 Splits: 0)
Lemmas       : 168013   (Deleted: 142775)
  Binary     : 6908     (Ratio:   4.11%)
  Ternary    : 2202     (Ratio:   1.31%)
  Conflict   : 168013   (Average Length:  692.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 168013   (Average:  8.52 Max: 459 Sum: 1432066)
  Executed   : 167943   (Average:  8.52 Max: 459 Sum: 1430710 Ratio:  99.91%)
  Bounded    : 70       (Average: 19.37 Max:  32 Sum:   1356 Ratio:   0.09%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 206218   (Eliminated: 15972 Frozen: 190246)
Constraints  : 1379772  (Binary:  90.8% Ternary:   7.1% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 21.33s
Memory:		 417MB (+0MB)
UNKNOWN
Iteration Time:	 21.36s

Iteration 11
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)]
Grounded Until:	 30
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 12
Time         : 185.215s (Solving: 175.90s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 185.140s

Choices      : 2035565  (Domain: 1890638)
Conflicts    : 213509   (Analyzed: 213506)
Restarts     : 707      (Average: 301.99 Last: 774)
Model-Level  : 281.0   
Problems     : 12       (Average Length: 21.58 Splits: 0)
Lemmas       : 213506   (Deleted: 177470)
  Binary     : 8825     (Ratio:   4.13%)
  Ternary    : 2454     (Ratio:   1.15%)
  Conflict   : 213506   (Average Length:  692.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 213506   (Average:  9.11 Max: 459 Sum: 1945725)
  Executed   : 213435   (Average:  9.11 Max: 459 Sum: 1944337 Ratio:  99.93%)
  Bounded    : 71       (Average: 19.55 Max:  32 Sum:   1388 Ratio:   0.07%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 206218   (Eliminated: 15972 Frozen: 190246)
Constraints  : 1379724  (Binary:  90.8% Ternary:   7.1% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 37.45s
Memory:		 417MB (+0MB)
UNKNOWN
Iteration Time:	 37.48s

Iteration 12
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)]
Grounded Until:	 30
Expected Memory: 509.0MB
Grounding...	 [('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('check', [35])]
Grounding Time:	 0.53s
Memory:		 417MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 13
Time         : 228.148s (Solving: 217.28s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 228.092s

Choices      : 2557681  (Domain: 2399625)
Conflicts    : 258508   (Analyzed: 258505)
Restarts     : 807      (Average: 320.33 Last: 774)
Model-Level  : 281.0   
Problems     : 13       (Average Length: 22.77 Splits: 0)
Lemmas       : 258505   (Deleted: 219510)
  Binary     : 10089    (Ratio:   3.90%)
  Ternary    : 2715     (Ratio:   1.05%)
  Conflict   : 258505   (Average Length:  768.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 258505   (Average:  9.48 Max: 459 Sum: 2449978)
  Executed   : 258432   (Average:  9.47 Max: 459 Sum: 2448516 Ratio:  99.94%)
  Bounded    : 73       (Average: 20.03 Max:  37 Sum:   1462 Ratio:   0.06%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 243709   (Eliminated: 15972 Frozen: 214057)
Constraints  : 1662170  (Binary:  90.8% Ternary:   7.1% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 42.13s
Memory:		 439MB (+22MB)
UNKNOWN
Iteration Time:	 42.96s

Iteration 13
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)]
Grounded Until:	 35
Expected Memory: 531.0MB
Grounding...	 [('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('step', [40]), ('check', [40])]
Grounding Time:	 0.51s
Memory:		 439MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 14
Time         : 270.905s (Solving: 258.50s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 270.868s

Choices      : 3169074  (Domain: 2986824)
Conflicts    : 310901   (Analyzed: 310898)
Restarts     : 907      (Average: 342.78 Last: 774)
Model-Level  : 281.0   
Problems     : 14       (Average Length: 24.14 Splits: 0)
Lemmas       : 310898   (Deleted: 276591)
  Binary     : 11787    (Ratio:   3.79%)
  Ternary    : 2971     (Ratio:   0.96%)
  Conflict   : 310898   (Average Length:  802.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 310898   (Average:  9.79 Max: 459 Sum: 3044011)
  Executed   : 310825   (Average:  9.79 Max: 459 Sum: 3042549 Ratio:  99.95%)
  Bounded    : 73       (Average: 20.03 Max:  37 Sum:   1462 Ratio:   0.05%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 281200   (Eliminated: 15972 Frozen: 251548)
Constraints  : 1944603  (Binary:  90.9% Ternary:   7.0% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 41.96s
Memory:		 527MB (+88MB)
UNKNOWN
Iteration Time:	 42.78s

Iteration 14
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)]
Grounded Until:	 40
Expected Memory: 619.0MB
Grounding...	 [('step', [41]), ('step', [42]), ('step', [43]), ('step', [44]), ('step', [45]), ('check', [45])]
Grounding Time:	 0.53s
Memory:		 529MB (+2MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 15
Time         : 309.707s (Solving: 295.73s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 309.688s

Choices      : 3758365  (Domain: 3554832)
Conflicts    : 353690   (Analyzed: 353687)
Restarts     : 1007     (Average: 351.23 Last: 774)
Model-Level  : 281.0   
Problems     : 15       (Average Length: 25.67 Splits: 0)
Lemmas       : 353687   (Deleted: 312610)
  Binary     : 13384    (Ratio:   3.78%)
  Ternary    : 3126     (Ratio:   0.88%)
  Conflict   : 353687   (Average Length:  806.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 353687   (Average: 10.21 Max: 459 Sum: 3612199)
  Executed   : 353613   (Average: 10.21 Max: 459 Sum: 3610693 Ratio:  99.96%)
  Bounded    : 74       (Average: 20.35 Max:  44 Sum:   1506 Ratio:   0.04%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 318691   (Eliminated: 15972 Frozen: 289039)
Constraints  : 2227063  (Binary:  90.9% Ternary:   7.0% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 37.98s
Memory:		 573MB (+44MB)
UNKNOWN
Iteration Time:	 38.83s

Iteration 15
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)]
Grounded Until:	 45
Expected Memory: 665.0MB
Grounding...	 [('step', [46]), ('step', [47]), ('step', [48]), ('step', [49]), ('step', [50]), ('check', [50])]
Grounding Time:	 0.68s
Memory:		 586MB (+13MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 16
Time         : 366.851s (Solving: 351.13s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 366.860s

Choices      : 4689884  (Domain: 4466887)
Conflicts    : 414830   (Analyzed: 414827)
Restarts     : 1107     (Average: 374.73 Last: 774)
Model-Level  : 281.0   
Problems     : 16       (Average Length: 27.31 Splits: 0)
Lemmas       : 414827   (Deleted: 366648)
  Binary     : 15699    (Ratio:   3.78%)
  Ternary    : 3349     (Ratio:   0.81%)
  Conflict   : 414827   (Average Length:  858.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 414827   (Average: 10.89 Max: 524 Sum: 4518006)
  Executed   : 414753   (Average: 10.89 Max: 524 Sum: 4516500 Ratio:  99.97%)
  Bounded    : 74       (Average: 20.35 Max:  44 Sum:   1506 Ratio:   0.03%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 356182   (Eliminated: 15972 Frozen: 326530)
Constraints  : 2509523  (Binary:  90.9% Ternary:   7.0% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 56.17s
Memory:		 601MB (+15MB)
UNKNOWN
Iteration Time:	 57.18s

Iteration 16
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)]
Grounded Until:	 50
Expected Memory: 693.0MB
Grounding...	 [('step', [51]), ('step', [52]), ('step', [53]), ('step', [54]), ('step', [55]), ('check', [55])]
Grounding Time:	 0.54s
Memory:		 601MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 17
Time         : 419.793s (Solving: 402.40s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 419.824s

Choices      : 5453829  (Domain: 5221389)
Conflicts    : 471450   (Analyzed: 471447)
Restarts     : 1207     (Average: 390.59 Last: 825)
Model-Level  : 281.0   
Problems     : 17       (Average Length: 29.06 Splits: 0)
Lemmas       : 471447   (Deleted: 424678)
  Binary     : 17464    (Ratio:   3.70%)
  Ternary    : 3512     (Ratio:   0.74%)
  Conflict   : 471447   (Average Length:  871.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 471447   (Average: 11.16 Max: 524 Sum: 5260831)
  Executed   : 471370   (Average: 11.16 Max: 524 Sum: 5259158 Ratio:  99.97%)
  Bounded    : 77       (Average: 21.73 Max:  57 Sum:   1673 Ratio:   0.03%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 393673   (Eliminated: 15972 Frozen: 364021)
Constraints  : 2791983  (Binary:  91.0% Ternary:   7.0% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 52.05s
Memory:		 626MB (+25MB)
UNKNOWN
Iteration Time:	 52.97s

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

Models       : 0+
Calls        : 18
Time         : 478.289s (Solving: 459.27s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 478.348s

Choices      : 6193140  (Domain: 5945442)
Conflicts    : 536331   (Analyzed: 536328)
Restarts     : 1307     (Average: 410.35 Last: 825)
Model-Level  : 281.0   
Problems     : 18       (Average Length: 30.89 Splits: 0)
Lemmas       : 536328   (Deleted: 479218)
  Binary     : 18887    (Ratio:   3.52%)
  Ternary    : 3711     (Ratio:   0.69%)
  Conflict   : 536328   (Average Length:  916.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 536328   (Average: 11.14 Max: 524 Sum: 5972109)
  Executed   : 536250   (Average: 11.13 Max: 524 Sum: 5970374 Ratio:  99.97%)
  Bounded    : 78       (Average: 22.24 Max:  62 Sum:   1735 Ratio:   0.03%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 431164   (Eliminated: 15972 Frozen: 401512)
Constraints  : 3074415  (Binary:  91.0% Ternary:   7.0% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 57.65s
Memory:		 682MB (+56MB)
UNKNOWN
Iteration Time:	 58.53s

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

Models       : 0+
Calls        : 19
Time         : 543.597s (Solving: 522.88s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 543.684s

Choices      : 7067041  (Domain: 6813138)
Conflicts    : 609732   (Analyzed: 609729)
Restarts     : 1407     (Average: 433.35 Last: 1433)
Model-Level  : 281.0   
Problems     : 19       (Average Length: 32.79 Splits: 0)
Lemmas       : 609729   (Deleted: 557767)
  Binary     : 20382    (Ratio:   3.34%)
  Ternary    : 3908     (Ratio:   0.64%)
  Conflict   : 609729   (Average Length:  943.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 609729   (Average: 11.18 Max: 524 Sum: 6815247)
  Executed   : 609651   (Average: 11.17 Max: 524 Sum: 6813512 Ratio:  99.97%)
  Bounded    : 78       (Average: 22.24 Max:  62 Sum:   1735 Ratio:   0.03%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 468655   (Eliminated: 15972 Frozen: 439003)
Constraints  : 3356856  (Binary:  91.0% Ternary:   7.0% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 64.40s
Memory:		 698MB (+16MB)
UNKNOWN
Iteration Time:	 65.35s

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

Models       : 0+
Calls        : 20
Time         : 600.607s (Solving: 578.19s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 600.716s

Choices      : 8088240  (Domain: 7827634)
Conflicts    : 675746   (Analyzed: 675743)
Restarts     : 1507     (Average: 448.40 Last: 1433)
Model-Level  : 281.0   
Problems     : 20       (Average Length: 34.75 Splits: 0)
Lemmas       : 675743   (Deleted: 612590)
  Binary     : 21880    (Ratio:   3.24%)
  Ternary    : 4094     (Ratio:   0.61%)
  Conflict   : 675743   (Average Length:  961.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 675743   (Average: 11.56 Max: 532 Sum: 7809543)
  Executed   : 675665   (Average: 11.55 Max: 532 Sum: 7807808 Ratio:  99.98%)
  Bounded    : 78       (Average: 22.24 Max:  62 Sum:   1735 Ratio:   0.02%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 506146   (Eliminated: 15972 Frozen: 476494)
Constraints  : 3639316  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 56.10s
Memory:		 722MB (+24MB)
UNKNOWN
Iteration Time:	 57.05s

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

Models       : 0+
Calls        : 21
Time         : 648.973s (Solving: 624.85s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 649.100s

Choices      : 8924712  (Domain: 8655489)
Conflicts    : 730899   (Analyzed: 730896)
Restarts     : 1607     (Average: 454.82 Last: 1433)
Model-Level  : 281.0   
Problems     : 21       (Average Length: 36.76 Splits: 0)
Lemmas       : 730896   (Deleted: 676019)
  Binary     : 22837    (Ratio:   3.12%)
  Ternary    : 4220     (Ratio:   0.58%)
  Conflict   : 730896   (Average Length:  965.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 730896   (Average: 11.79 Max: 595 Sum: 8618191)
  Executed   : 730818   (Average: 11.79 Max: 595 Sum: 8616456 Ratio:  99.98%)
  Bounded    : 78       (Average: 22.24 Max:  62 Sum:   1735 Ratio:   0.02%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 543637   (Eliminated: 15972 Frozen: 513985)
Constraints  : 3921776  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 47.46s
Memory:		 745MB (+23MB)
UNKNOWN
Iteration Time:	 48.40s

Iteration 21
Queue:		 [(16,80,0,True)]
Grounded Until:	 75
Expected Memory: 837.0MB
Grounding...	 [('step', [76]), ('step', [77]), ('step', [78]), ('step', [79]), ('step', [80]), ('check', [80])]
Grounding Time:	 0.54s
Memory:		 745MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 22
Time         : 708.067s (Solving: 682.22s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 708.220s

Choices      : 10061361 (Domain: 9784694)
Conflicts    : 797082   (Analyzed: 797079)
Restarts     : 1707     (Average: 466.95 Last: 1433)
Model-Level  : 281.0   
Problems     : 22       (Average Length: 38.82 Splits: 0)
Lemmas       : 797079   (Deleted: 729185)
  Binary     : 24179    (Ratio:   3.03%)
  Ternary    : 4433     (Ratio:   0.56%)
  Conflict   : 797079   (Average Length:  987.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 797079   (Average: 12.19 Max: 663 Sum: 9718452)
  Executed   : 797001   (Average: 12.19 Max: 663 Sum: 9716717 Ratio:  99.98%)
  Bounded    : 78       (Average: 22.24 Max:  62 Sum:   1735 Ratio:   0.02%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 581128   (Eliminated: 15972 Frozen: 551476)
Constraints  : 4204236  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 58.16s
Memory:		 769MB (+24MB)
UNKNOWN
Iteration Time:	 59.13s

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,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 80
Blocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 23
Time         : 734.263s (Solving: 708.25s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 734.428s

Choices      : 10205646 (Domain: 9928979)
Conflicts    : 832417   (Analyzed: 832414)
Restarts     : 1807     (Average: 460.66 Last: 1433)
Model-Level  : 281.0   
Problems     : 23       (Average Length: 40.70 Splits: 0)
Lemmas       : 832414   (Deleted: 763849)
  Binary     : 24397    (Ratio:   2.93%)
  Ternary    : 4474     (Ratio:   0.54%)
  Conflict   : 832414   (Average Length:  977.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 832414   (Average: 11.84 Max: 663 Sum: 9851659)
  Executed   : 832335   (Average: 11.83 Max: 663 Sum: 9849842 Ratio:  99.98%)
  Bounded    : 79       (Average: 23.00 Max:  82 Sum:   1817 Ratio:   0.02%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 581128   (Eliminated: 15972 Frozen: 565156)
Constraints  : 4204236  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 26.14s
Memory:		 787MB (+18MB)
UNKNOWN
Iteration Time:	 26.21s

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,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 80
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 24
Time         : 769.660s (Solving: 743.52s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 769.840s

Choices      : 10368841 (Domain: 10092174)
Conflicts    : 860747   (Analyzed: 860744)
Restarts     : 1907     (Average: 451.36 Last: 1433)
Model-Level  : 281.0   
Problems     : 24       (Average Length: 42.42 Splits: 0)
Lemmas       : 860744   (Deleted: 798369)
  Binary     : 24496    (Ratio:   2.85%)
  Ternary    : 4501     (Ratio:   0.52%)
  Conflict   : 860744   (Average Length:  989.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 860744   (Average: 11.62 Max: 663 Sum: 9999723)
  Executed   : 860665   (Average: 11.62 Max: 663 Sum: 9997906 Ratio:  99.98%)
  Bounded    : 79       (Average: 23.00 Max:  82 Sum:   1817 Ratio:   0.02%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 581128   (Eliminated: 15972 Frozen: 565156)
Constraints  : 4204219  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 35.36s
Memory:		 787MB (+0MB)
UNKNOWN
Iteration Time:	 35.41s

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,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 80
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 25
Time         : 806.258s (Solving: 779.99s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 806.456s

Choices      : 10626666 (Domain: 10349999)
Conflicts    : 893313   (Analyzed: 893310)
Restarts     : 2007     (Average: 445.10 Last: 1433)
Model-Level  : 281.0   
Problems     : 25       (Average Length: 44.00 Splits: 0)
Lemmas       : 893310   (Deleted: 825856)
  Binary     : 24800    (Ratio:   2.78%)
  Ternary    : 4570     (Ratio:   0.51%)
  Conflict   : 893310   (Average Length: 1001.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 893310   (Average: 11.45 Max: 663 Sum: 10231629)
  Executed   : 893231   (Average: 11.45 Max: 663 Sum: 10229812 Ratio:  99.98%)
  Bounded    : 79       (Average: 23.00 Max:  82 Sum:   1817 Ratio:   0.02%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 581128   (Eliminated: 15972 Frozen: 565156)
Constraints  : 4204219  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 36.57s
Memory:		 787MB (+0MB)
UNKNOWN
Iteration Time:	 36.62s

Iteration 25
Queue:		 [(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,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 80
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 26
Time         : 851.364s (Solving: 824.96s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 851.580s

Choices      : 10900812 (Domain: 10624145)
Conflicts    : 942227   (Analyzed: 942224)
Restarts     : 2107     (Average: 447.19 Last: 1433)
Model-Level  : 281.0   
Problems     : 26       (Average Length: 45.46 Splits: 0)
Lemmas       : 942224   (Deleted: 870851)
  Binary     : 25272    (Ratio:   2.68%)
  Ternary    : 4638     (Ratio:   0.49%)
  Conflict   : 942224   (Average Length: 1021.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 942224   (Average: 11.13 Max: 663 Sum: 10488044)
  Executed   : 942145   (Average: 11.13 Max: 663 Sum: 10486227 Ratio:  99.98%)
  Bounded    : 79       (Average: 23.00 Max:  82 Sum:   1817 Ratio:   0.02%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 581128   (Eliminated: 15972 Frozen: 565156)
Constraints  : 4204219  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 45.07s
Memory:		 851MB (+64MB)
UNKNOWN
Iteration Time:	 45.13s

Iteration 26
Queue:		 [(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,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 80
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 27
Time         : 886.136s (Solving: 859.57s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 886.364s

Choices      : 11277395 (Domain: 10994895)
Conflicts    : 992608   (Analyzed: 992605)
Restarts     : 2207     (Average: 449.75 Last: 1433)
Model-Level  : 281.0   
Problems     : 27       (Average Length: 46.81 Splits: 0)
Lemmas       : 992605   (Deleted: 918239)
  Binary     : 25989    (Ratio:   2.62%)
  Ternary    : 4754     (Ratio:   0.48%)
  Conflict   : 992605   (Average Length: 1020.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 992605   (Average: 10.92 Max: 663 Sum: 10842015)
  Executed   : 992525   (Average: 10.92 Max: 663 Sum: 10840116 Ratio:  99.98%)
  Bounded    : 80       (Average: 23.74 Max:  82 Sum:   1899 Ratio:   0.02%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 581128   (Eliminated: 15972 Frozen: 565156)
Constraints  : 4204219  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 34.72s
Memory:		 851MB (+0MB)
UNKNOWN
Iteration Time:	 34.79s

Iteration 27
Queue:		 [(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,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 80
Unblocking actions...
Solving...
*** Info : (planner): INTERRUPTED by signal!
UNKNOWN

INTERRUPTED  : 1

Models       : 0+
Calls        : 28
Time         : 892.999s (Solving: 866.30s 1st Model: 0.11s Unsat: 0.96s)
CPU Time     : 893.208s

Choices      : 11328800 (Domain: 11046300)
Conflicts    : 1000165  (Analyzed: 1000162)
Restarts     : 2222     (Average: 450.12 Last: 1433)
Model-Level  : 281.0   
Problems     : 28       (Average Length: 48.07 Splits: 0)
Lemmas       : 1000162  (Deleted: 918239)
  Binary     : 26056    (Ratio:   2.61%)
  Ternary    : 4770     (Ratio:   0.48%)
  Conflict   : 1000162  (Average Length: 1020.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1000162  (Average: 10.89 Max: 663 Sum: 10889083)
  Executed   : 1000082  (Average: 10.89 Max: 663 Sum: 10887184 Ratio:  99.98%)
  Bounded    : 80       (Average: 23.74 Max:  82 Sum:   1899 Ratio:   0.02%)

Rules        : 150286   (Original: 135821)
Atoms        : 72368   
Bodies       : 65513    (Original: 51047)
  Count      : 841      (Original: 2348)
Equivalences : 15742    (Atom=Atom: 82 Body=Body: 0 Other: 15660)
Tight        : Yes
Variables    : 581128   (Eliminated: 15972 Frozen: 565156)
Constraints  : 4204205  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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