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-16.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-16.pddl
Parsing...
Parsing: [0.030s CPU, 0.031s wall-clock]
Normalizing task... [0.000s CPU, 0.002s wall-clock]
Instantiating...
Generating Datalog program... [0.010s CPU, 0.009s wall-clock]
Normalizing Datalog program...
Normalizing Datalog program: [0.040s CPU, 0.041s wall-clock]
Preparing model... [0.020s CPU, 0.025s wall-clock]
Generated 115 rules.
Computing model... [0.510s CPU, 0.501s wall-clock]
3094 relevant atoms
3221 auxiliary atoms
6315 final queue length
10878 total queue pushes
Completing instantiation... [0.960s CPU, 0.961s wall-clock]
Instantiating: [1.540s CPU, 1.544s 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.000s 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.150s CPU, 0.153s wall-clock]
Building STRIPS to SAS dictionary... [0.010s CPU, 0.003s wall-clock]
Building dictionary for full mutex groups... [0.000s 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.060s CPU, 0.054s wall-clock]
Translating task: [1.000s CPU, 0.993s 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.488s 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.400s 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.404s wall-clock]
Done! [4.030s CPU, 4.062s wall-clock]
planner.py version 0.0.1

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

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

Choices      : 277      (Domain: 270)
Conflicts    : 40       (Analyzed: 39)
Restarts     : 0       
Problems     : 2        (Average Length: 4.50 Splits: 0)
Lemmas       : 39       (Deleted: 0)
  Binary     : 9        (Ratio:  23.08%)
  Ternary    : 1        (Ratio:   2.56%)
  Conflict   : 39       (Average Length:    6.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 39       (Average:  7.13 Max:  47 Sum:    278)
  Executed   : 38       (Average:  7.10 Max:  47 Sum:    277 Ratio:  99.64%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   0.36%)

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.387s (Solving: 0.02s 1st Model: 0.01s Unsat: 0.00s)
CPU Time     : 2.252s

Choices      : 1355     (Domain: 1311)
Conflicts    : 94       (Analyzed: 93)
Restarts     : 0       
Model-Level  : 273.0   
Problems     : 3        (Average Length: 7.00 Splits: 0)
Lemmas       : 93       (Deleted: 0)
  Binary     : 18       (Ratio:  19.35%)
  Ternary    : 5        (Ratio:   5.38%)
  Conflict   : 93       (Average Length:   40.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 93       (Average: 11.77 Max: 133 Sum:   1095)
  Executed   : 92       (Average: 11.76 Max: 133 Sum:   1094 Ratio:  99.91%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   0.09%)

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.37s
Memory:		 199MB (+10MB)
SAT
Testing...
NOT SERIALIZABLE
Testing Time:	 1.06s
Memory:		 232MB (+33MB)
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 4
Time         : 3.882s (Solving: 1.03s 1st Model: 0.01s Unsat: 1.02s)
CPU Time     : 3.748s

Choices      : 41334    (Domain: 32880)
Conflicts    : 3805     (Analyzed: 3803)
Restarts     : 16       (Average: 237.69 Last: 374)
Model-Level  : 273.0   
Problems     : 4        (Average Length: 8.25 Splits: 0)
Lemmas       : 3803     (Deleted: 0)
  Binary     : 749      (Ratio:  19.69%)
  Ternary    : 365      (Ratio:   9.60%)
  Conflict   : 3803     (Average Length:   45.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 3803     (Average: 10.71 Max: 133 Sum:  40713)
  Executed   : 3774     (Average: 10.62 Max: 133 Sum:  40398 Ratio:  99.23%)
  Bounded    : 29       (Average: 10.86 Max:  12 Sum:    315 Ratio:   0.77%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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:	 1.25s
Memory:		 231MB (+-1MB)
UNSAT
Iteration Time:	 3.13s

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.52s
Memory:		 236MB (+5MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 5
Time         : 16.288s (Solving: 12.03s 1st Model: 0.01s Unsat: 1.02s)
CPU Time     : 16.160s

Choices      : 202467   (Domain: 175349)
Conflicts    : 26909    (Analyzed: 26907)
Restarts     : 116      (Average: 231.96 Last: 374)
Model-Level  : 273.0   
Problems     : 5        (Average Length: 10.00 Splits: 0)
Lemmas       : 26907    (Deleted: 13717)
  Binary     : 1833     (Ratio:   6.81%)
  Ternary    : 815      (Ratio:   3.03%)
  Conflict   : 26907    (Average Length:  243.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 26907    (Average:  7.19 Max: 204 Sum: 193472)
  Executed   : 26851    (Average:  7.16 Max: 204 Sum: 192728 Ratio:  99.62%)
  Bounded    : 56       (Average: 13.29 Max:  17 Sum:    744 Ratio:   0.38%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 555941   (Binary:  89.9% Ternary:   7.3% Other:   2.9%)

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

[endof: stats after solve call]
Solving Time:	 11.68s
Memory:		 259MB (+23MB)
UNKNOWN
Iteration Time:	 12.42s

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

Models       : 0+
Calls        : 6
Time         : 38.401s (Solving: 32.67s 1st Model: 0.01s Unsat: 1.02s)
CPU Time     : 38.284s

Choices      : 521369   (Domain: 473000)
Conflicts    : 58478    (Analyzed: 58476)
Restarts     : 216      (Average: 270.72 Last: 374)
Model-Level  : 273.0   
Problems     : 6        (Average Length: 12.00 Splits: 0)
Lemmas       : 58476    (Deleted: 32952)
  Binary     : 3608     (Ratio:   6.17%)
  Ternary    : 1229     (Ratio:   2.10%)
  Conflict   : 58476    (Average Length:  410.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 58476    (Average:  8.53 Max: 261 Sum: 498923)
  Executed   : 58406    (Average:  8.51 Max: 261 Sum: 497880 Ratio:  99.79%)
  Bounded    : 70       (Average: 14.90 Max:  22 Sum:   1043 Ratio:   0.21%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 831959   (Binary:  90.4% Ternary:   7.1% Other:   2.5%)

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

[endof: stats after solve call]
Solving Time:	 21.34s
Memory:		 288MB (+25MB)
UNKNOWN
Iteration Time:	 22.13s

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

Models       : 0+
Calls        : 7
Time         : 64.820s (Solving: 57.55s 1st Model: 0.01s Unsat: 1.02s)
CPU Time     : 64.716s

Choices      : 870223   (Domain: 804836)
Conflicts    : 85843    (Analyzed: 85841)
Restarts     : 316      (Average: 271.65 Last: 374)
Model-Level  : 273.0   
Problems     : 7        (Average Length: 14.14 Splits: 0)
Lemmas       : 85841    (Deleted: 59573)
  Binary     : 5496     (Ratio:   6.40%)
  Ternary    : 1620     (Ratio:   1.89%)
  Conflict   : 85841    (Average Length:  623.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 85841    (Average:  9.71 Max: 309 Sum: 833641)
  Executed   : 85764    (Average:  9.70 Max: 309 Sum: 832415 Ratio:  99.85%)
  Bounded    : 77       (Average: 15.92 Max:  27 Sum:   1226 Ratio:   0.15%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 1102094  (Binary:  90.7% Ternary:   7.0% Other:   2.3%)

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

[endof: stats after solve call]
Solving Time:	 25.59s
Memory:		 382MB (+83MB)
UNKNOWN
Iteration Time:	 26.44s

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

Models       : 0+
Calls        : 8
Time         : 98.403s (Solving: 89.65s 1st Model: 0.01s Unsat: 1.02s)
CPU Time     : 98.312s

Choices      : 1204245  (Domain: 1126652)
Conflicts    : 124382   (Analyzed: 124380)
Restarts     : 416      (Average: 298.99 Last: 374)
Model-Level  : 273.0   
Problems     : 8        (Average Length: 16.38 Splits: 0)
Lemmas       : 124380   (Deleted: 98049)
  Binary     : 6683     (Ratio:   5.37%)
  Ternary    : 1796     (Ratio:   1.44%)
  Conflict   : 124380   (Average Length:  741.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 124380   (Average:  9.27 Max: 370 Sum: 1152460)
  Executed   : 124296   (Average:  9.25 Max: 370 Sum: 1151024 Ratio:  99.88%)
  Bounded    : 84       (Average: 17.10 Max:  32 Sum:   1436 Ratio:   0.12%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 1380543  (Binary:  90.8% Ternary:   7.0% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 32.82s
Memory:		 480MB (+95MB)
UNKNOWN
Iteration Time:	 33.61s

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         : 99.140s (Solving: 90.34s 1st Model: 0.01s Unsat: 1.70s)
CPU Time     : 99.048s

Choices      : 1206257  (Domain: 1128664)
Conflicts    : 125039   (Analyzed: 125036)
Restarts     : 417      (Average: 299.85 Last: 374)
Model-Level  : 273.0   
Problems     : 9        (Average Length: 18.11 Splits: 0)
Lemmas       : 125036   (Deleted: 98049)
  Binary     : 6691     (Ratio:   5.35%)
  Ternary    : 1801     (Ratio:   1.44%)
  Conflict   : 125036   (Average Length:  739.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 125036   (Average:  9.23 Max: 370 Sum: 1154440)
  Executed   : 124947   (Average:  9.22 Max: 370 Sum: 1152999 Ratio:  99.88%)
  Bounded    : 89       (Average: 16.19 Max:  32 Sum:   1441 Ratio:   0.12%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 1373516  (Binary:  90.8% Ternary:   7.0% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 0.72s
Memory:		 480MB (+0MB)
UNSAT
Iteration Time:	 0.74s

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.272s (Solving: 117.42s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 126.188s

Choices      : 1409517  (Domain: 1331887)
Conflicts    : 148775   (Analyzed: 148771)
Restarts     : 474      (Average: 313.86 Last: 860)
Model-Level  : 273.0   
Problems     : 10       (Average Length: 19.50 Splits: 0)
Lemmas       : 148771   (Deleted: 123008)
  Binary     : 7026     (Ratio:   4.72%)
  Ternary    : 1915     (Ratio:   1.29%)
  Conflict   : 148771   (Average Length:  706.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 148771   (Average:  9.09 Max: 370 Sum: 1352786)
  Executed   : 148680   (Average:  9.08 Max: 370 Sum: 1351343 Ratio:  99.89%)
  Bounded    : 91       (Average: 15.86 Max:  32 Sum:   1443 Ratio:   0.11%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 1373516  (Binary:  90.8% Ternary:   7.0% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 27.13s
Memory:		 480MB (+0MB)
UNSAT
Iteration Time:	 27.15s

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         : 196.947s (Solving: 188.05s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 196.892s

Choices      : 1700563  (Domain: 1617673)
Conflicts    : 197813   (Analyzed: 197809)
Restarts     : 574      (Average: 344.61 Last: 860)
Model-Level  : 273.0   
Problems     : 11       (Average Length: 20.64 Splits: 0)
Lemmas       : 197809   (Deleted: 159018)
  Binary     : 7768     (Ratio:   3.93%)
  Ternary    : 2086     (Ratio:   1.05%)
  Conflict   : 197809   (Average Length:  793.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 197809   (Average:  8.24 Max: 370 Sum: 1630191)
  Executed   : 197712   (Average:  8.23 Max: 370 Sum: 1628573 Ratio:  99.90%)
  Bounded    : 97       (Average: 16.68 Max:  32 Sum:   1618 Ratio:   0.10%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 1373516  (Binary:  90.8% Ternary:   7.0% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 70.69s
Memory:		 480MB (+0MB)
UNKNOWN
Iteration Time:	 70.71s

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         : 219.046s (Solving: 210.06s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 219.000s

Choices      : 1937040  (Domain: 1845022)
Conflicts    : 222044   (Analyzed: 222040)
Restarts     : 674      (Average: 329.44 Last: 860)
Model-Level  : 273.0   
Problems     : 12       (Average Length: 21.58 Splits: 0)
Lemmas       : 222040   (Deleted: 190812)
  Binary     : 8777     (Ratio:   3.95%)
  Ternary    : 2279     (Ratio:   1.03%)
  Conflict   : 222040   (Average Length:  812.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 222040   (Average:  8.33 Max: 370 Sum: 1850536)
  Executed   : 221940   (Average:  8.33 Max: 370 Sum: 1848830 Ratio:  99.91%)
  Bounded    : 100      (Average: 17.06 Max:  32 Sum:   1706 Ratio:   0.09%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 1373488  (Binary:  90.8% Ternary:   7.0% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 22.06s
Memory:		 480MB (+0MB)
UNKNOWN
Iteration Time:	 22.11s

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: 578.0MB
Grounding...	 [('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('check', [35])]
Grounding Time:	 0.55s
Memory:		 480MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 13
Time         : 263.967s (Solving: 253.41s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 263.940s

Choices      : 2406857  (Domain: 2299706)
Conflicts    : 272049   (Analyzed: 272045)
Restarts     : 774      (Average: 351.48 Last: 860)
Model-Level  : 273.0   
Problems     : 13       (Average Length: 22.77 Splits: 0)
Lemmas       : 272045   (Deleted: 229127)
  Binary     : 10537    (Ratio:   3.87%)
  Ternary    : 2699     (Ratio:   0.99%)
  Conflict   : 272045   (Average Length:  889.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 272045   (Average:  8.45 Max: 399 Sum: 2299559)
  Executed   : 271943   (Average:  8.45 Max: 399 Sum: 2297779 Ratio:  99.92%)
  Bounded    : 102      (Average: 17.45 Max:  37 Sum:   1780 Ratio:   0.08%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 1655948  (Binary:  90.9% Ternary:   7.0% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 44.09s
Memory:		 503MB (+23MB)
UNKNOWN
Iteration Time:	 44.95s

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: 601.0MB
Grounding...	 [('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('step', [40]), ('check', [40])]
Grounding Time:	 0.53s
Memory:		 503MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 14
Time         : 309.724s (Solving: 297.59s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 309.716s

Choices      : 2892466  (Domain: 2775186)
Conflicts    : 321831   (Analyzed: 321827)
Restarts     : 874      (Average: 368.22 Last: 860)
Model-Level  : 273.0   
Problems     : 14       (Average Length: 24.14 Splits: 0)
Lemmas       : 321827   (Deleted: 275193)
  Binary     : 12196    (Ratio:   3.79%)
  Ternary    : 2896     (Ratio:   0.90%)
  Conflict   : 321827   (Average Length:  938.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 321827   (Average:  8.59 Max: 447 Sum: 2763735)
  Executed   : 321724   (Average:  8.58 Max: 447 Sum: 2761913 Ratio:  99.93%)
  Bounded    : 103      (Average: 17.69 Max:  42 Sum:   1822 Ratio:   0.07%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 1938380  (Binary:  90.9% Ternary:   7.0% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 44.94s
Memory:		 527MB (+24MB)
UNKNOWN
Iteration Time:	 45.79s

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: 625.0MB
Grounding...	 [('step', [41]), ('step', [42]), ('step', [43]), ('step', [44]), ('step', [45]), ('check', [45])]
Grounding Time:	 0.55s
Memory:		 528MB (+1MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 15
Time         : 355.484s (Solving: 341.73s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 355.496s

Choices      : 3383728  (Domain: 3260787)
Conflicts    : 370729   (Analyzed: 370725)
Restarts     : 974      (Average: 380.62 Last: 860)
Model-Level  : 273.0   
Problems     : 15       (Average Length: 25.67 Splits: 0)
Lemmas       : 370725   (Deleted: 322237)
  Binary     : 13837    (Ratio:   3.73%)
  Ternary    : 3058     (Ratio:   0.82%)
  Conflict   : 370725   (Average Length:  938.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 370725   (Average:  8.73 Max: 450 Sum: 3236054)
  Executed   : 370621   (Average:  8.72 Max: 450 Sum: 3234185 Ratio:  99.94%)
  Bounded    : 104      (Average: 17.97 Max:  47 Sum:   1869 Ratio:   0.06%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 2220826  (Binary:  90.9% Ternary:   7.0% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 44.90s
Memory:		 573MB (+45MB)
UNKNOWN
Iteration Time:	 45.79s

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: 671.0MB
Grounding...	 [('step', [46]), ('step', [47]), ('step', [48]), ('step', [49]), ('step', [50]), ('check', [50])]
Grounding Time:	 0.70s
Memory:		 585MB (+12MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 16
Time         : 403.688s (Solving: 388.15s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 403.720s

Choices      : 4036249  (Domain: 3900635)
Conflicts    : 423266   (Analyzed: 423262)
Restarts     : 1074     (Average: 394.10 Last: 860)
Model-Level  : 273.0   
Problems     : 16       (Average Length: 27.31 Splits: 0)
Lemmas       : 423262   (Deleted: 383561)
  Binary     : 15712    (Ratio:   3.71%)
  Ternary    : 3287     (Ratio:   0.78%)
  Conflict   : 423262   (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    : 423262   (Average:  9.14 Max: 450 Sum: 3868223)
  Executed   : 423157   (Average:  9.13 Max: 450 Sum: 3866306 Ratio:  99.95%)
  Bounded    : 105      (Average: 18.26 Max:  48 Sum:   1917 Ratio:   0.05%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 2503272  (Binary:  91.0% Ternary:   7.0% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 47.19s
Memory:		 602MB (+17MB)
UNKNOWN
Iteration Time:	 48.24s

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: 700.0MB
Grounding...	 [('step', [51]), ('step', [52]), ('step', [53]), ('step', [54]), ('step', [55]), ('check', [55])]
Grounding Time:	 0.52s
Memory:		 602MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 17
Time         : 456.932s (Solving: 439.78s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 456.984s

Choices      : 4805725  (Domain: 4657810)
Conflicts    : 484296   (Analyzed: 484292)
Restarts     : 1174     (Average: 412.51 Last: 860)
Model-Level  : 273.0   
Problems     : 17       (Average Length: 29.06 Splits: 0)
Lemmas       : 484292   (Deleted: 434610)
  Binary     : 17405    (Ratio:   3.59%)
  Ternary    : 3519     (Ratio:   0.73%)
  Conflict   : 484292   (Average Length:  967.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 484292   (Average:  9.53 Max: 450 Sum: 4613579)
  Executed   : 484186   (Average:  9.52 Max: 450 Sum: 4611605 Ratio:  99.96%)
  Bounded    : 106      (Average: 18.62 Max:  57 Sum:   1974 Ratio:   0.04%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 2785732  (Binary:  91.0% Ternary:   7.0% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 52.40s
Memory:		 624MB (+22MB)
UNKNOWN
Iteration Time:	 53.28s

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: 722.0MB
Grounding...	 [('step', [56]), ('step', [57]), ('step', [58]), ('step', [59]), ('step', [60]), ('check', [60])]
Grounding Time:	 0.52s
Memory:		 624MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 18
Time         : 508.839s (Solving: 490.04s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 508.916s

Choices      : 5488542  (Domain: 5325715)
Conflicts    : 542088   (Analyzed: 542084)
Restarts     : 1274     (Average: 425.50 Last: 860)
Model-Level  : 273.0   
Problems     : 18       (Average Length: 30.89 Splits: 0)
Lemmas       : 542084   (Deleted: 492737)
  Binary     : 18972    (Ratio:   3.50%)
  Ternary    : 3683     (Ratio:   0.68%)
  Conflict   : 542084   (Average Length:  985.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 542084   (Average:  9.72 Max: 450 Sum: 5271271)
  Executed   : 541978   (Average:  9.72 Max: 450 Sum: 5269297 Ratio:  99.96%)
  Bounded    : 106      (Average: 18.62 Max:  57 Sum:   1974 Ratio:   0.04%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 3068174  (Binary:  91.0% Ternary:   7.0% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 51.03s
Memory:		 681MB (+57MB)
UNKNOWN
Iteration Time:	 51.94s

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

Models       : 0+
Calls        : 19
Time         : 566.666s (Solving: 546.23s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 566.768s

Choices      : 6189706  (Domain: 6019165)
Conflicts    : 608424   (Analyzed: 608420)
Restarts     : 1374     (Average: 442.81 Last: 860)
Model-Level  : 273.0   
Problems     : 19       (Average Length: 32.79 Splits: 0)
Lemmas       : 608420   (Deleted: 548828)
  Binary     : 20261    (Ratio:   3.33%)
  Ternary    : 3824     (Ratio:   0.63%)
  Conflict   : 608420   (Average Length: 1009.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 608420   (Average:  9.77 Max: 450 Sum: 5946530)
  Executed   : 608314   (Average:  9.77 Max: 450 Sum: 5944556 Ratio:  99.97%)
  Bounded    : 106      (Average: 18.62 Max:  57 Sum:   1974 Ratio:   0.03%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 3350634  (Binary:  91.0% Ternary:   7.0% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 56.97s
Memory:		 697MB (+16MB)
UNKNOWN
Iteration Time:	 57.86s

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

Models       : 0+
Calls        : 20
Time         : 615.229s (Solving: 593.06s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 615.352s

Choices      : 6777897  (Domain: 6601033)
Conflicts    : 660710   (Analyzed: 660706)
Restarts     : 1474     (Average: 448.24 Last: 860)
Model-Level  : 273.0   
Problems     : 20       (Average Length: 34.75 Splits: 0)
Lemmas       : 660706   (Deleted: 612724)
  Binary     : 21156    (Ratio:   3.20%)
  Ternary    : 3942     (Ratio:   0.60%)
  Conflict   : 660706   (Average Length: 1002.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 660706   (Average:  9.86 Max: 450 Sum: 6511918)
  Executed   : 660597   (Average:  9.85 Max: 450 Sum: 6509736 Ratio:  99.97%)
  Bounded    : 109      (Average: 20.02 Max:  72 Sum:   2182 Ratio:   0.03%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 3633094  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 47.62s
Memory:		 786MB (+89MB)
UNKNOWN
Iteration Time:	 48.60s

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

Models       : 0+
Calls        : 21
Time         : 657.276s (Solving: 633.42s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 657.416s

Choices      : 7427030  (Domain: 7241539)
Conflicts    : 706132   (Analyzed: 706128)
Restarts     : 1574     (Average: 448.62 Last: 860)
Model-Level  : 273.0   
Problems     : 21       (Average Length: 36.76 Splits: 0)
Lemmas       : 706128   (Deleted: 648593)
  Binary     : 22040    (Ratio:   3.12%)
  Ternary    : 4082     (Ratio:   0.58%)
  Conflict   : 706128   (Average Length:  999.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 706128   (Average: 10.10 Max: 546 Sum: 7131789)
  Executed   : 706018   (Average: 10.10 Max: 546 Sum: 7129530 Ratio:  99.97%)
  Bounded    : 110      (Average: 20.54 Max:  77 Sum:   2259 Ratio:   0.03%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 3915540  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 41.14s
Memory:		 808MB (+22MB)
UNKNOWN
Iteration Time:	 42.08s

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

Models       : 0+
Calls        : 22
Time         : 700.898s (Solving: 675.31s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 701.056s

Choices      : 8223935  (Domain: 8026939)
Conflicts    : 756289   (Analyzed: 756285)
Restarts     : 1674     (Average: 451.78 Last: 860)
Model-Level  : 273.0   
Problems     : 22       (Average Length: 38.82 Splits: 0)
Lemmas       : 756285   (Deleted: 691965)
  Binary     : 23156    (Ratio:   3.06%)
  Ternary    : 4260     (Ratio:   0.56%)
  Conflict   : 756285   (Average Length:  994.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 756285   (Average: 10.45 Max: 876 Sum: 7899594)
  Executed   : 756175   (Average: 10.44 Max: 876 Sum: 7897335 Ratio:  99.97%)
  Bounded    : 110      (Average: 20.54 Max:  77 Sum:   2259 Ratio:   0.03%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 4198020  (Binary:  91.1% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 42.69s
Memory:		 834MB (+26MB)
UNKNOWN
Iteration Time:	 43.65s

Iteration 22
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), (22,110,0,True)]
Grounded Until:	 80
Blocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 23
Time         : 784.640s (Solving: 758.90s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 784.832s

Choices      : 8506485  (Domain: 8309489)
Conflicts    : 815505   (Analyzed: 815501)
Restarts     : 1774     (Average: 459.70 Last: 860)
Model-Level  : 273.0   
Problems     : 23       (Average Length: 40.70 Splits: 0)
Lemmas       : 815501   (Deleted: 756033)
  Binary     : 23495    (Ratio:   2.88%)
  Ternary    : 4336     (Ratio:   0.53%)
  Conflict   : 815501   (Average Length: 1017.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 815501   (Average: 10.02 Max: 876 Sum: 8170651)
  Executed   : 815389   (Average: 10.02 Max: 876 Sum: 8168228 Ratio:  99.97%)
  Bounded    : 112      (Average: 21.63 Max:  82 Sum:   2423 Ratio:   0.03%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 4198020  (Binary:  91.1% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 83.72s
Memory:		 851MB (+17MB)
UNKNOWN
Iteration Time:	 83.78s

Iteration 23
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), (22,110,0,True)]
Grounded Until:	 80
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 24
Time         : 821.057s (Solving: 795.18s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 821.268s

Choices      : 8760269  (Domain: 8563273)
Conflicts    : 852236   (Analyzed: 852232)
Restarts     : 1874     (Average: 454.77 Last: 860)
Model-Level  : 273.0   
Problems     : 24       (Average Length: 42.42 Splits: 0)
Lemmas       : 852232   (Deleted: 798200)
  Binary     : 23786    (Ratio:   2.79%)
  Ternary    : 4383     (Ratio:   0.51%)
  Conflict   : 852232   (Average Length: 1038.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 852232   (Average:  9.86 Max: 876 Sum: 8399887)
  Executed   : 852120   (Average:  9.85 Max: 876 Sum: 8397464 Ratio:  99.97%)
  Bounded    : 112      (Average: 21.63 Max:  82 Sum:   2423 Ratio:   0.03%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 4197992  (Binary:  91.1% Ternary:   7.0% Other:   1.9%)

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

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

Iteration 24
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), (22,110,0,True)]
Grounded Until:	 80
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 25
Time         : 857.833s (Solving: 831.80s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 858.060s

Choices      : 8971780  (Domain: 8774784)
Conflicts    : 887882   (Analyzed: 887878)
Restarts     : 1974     (Average: 449.79 Last: 3261)
Model-Level  : 273.0   
Problems     : 25       (Average Length: 44.00 Splits: 0)
Lemmas       : 887878   (Deleted: 819923)
  Binary     : 24133    (Ratio:   2.72%)
  Ternary    : 4457     (Ratio:   0.50%)
  Conflict   : 887878   (Average Length: 1044.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 887878   (Average:  9.68 Max: 876 Sum: 8596440)
  Executed   : 887766   (Average:  9.68 Max: 876 Sum: 8594017 Ratio:  99.97%)
  Bounded    : 112      (Average: 21.63 Max:  82 Sum:   2423 Ratio:   0.03%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 4197992  (Binary:  91.1% Ternary:   7.0% Other:   1.9%)

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

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

Iteration 25
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), (22,110,0,True)]
Grounded Until:	 80
Unblocking actions...
Solving...
*** Info : (planner): INTERRUPTED by signal!
UNKNOWN

INTERRUPTED  : 1

Models       : 0+
Calls        : 26
Time         : 893.327s (Solving: 867.14s 1st Model: 0.01s Unsat: 28.79s)
CPU Time     : 893.556s

Choices      : 9281014  (Domain: 9082677)
Conflicts    : 924355   (Analyzed: 924351)
Restarts     : 2057     (Average: 449.37 Last: 3261)
Model-Level  : 273.0   
Problems     : 26       (Average Length: 45.46 Splits: 0)
Lemmas       : 924351   (Deleted: 867702)
  Binary     : 24755    (Ratio:   2.68%)
  Ternary    : 4600     (Ratio:   0.50%)
  Conflict   : 924351   (Average Length: 1052.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 924351   (Average:  9.61 Max: 876 Sum: 8883011)
  Executed   : 924238   (Average:  9.61 Max: 876 Sum: 8880506 Ratio:  99.97%)
  Bounded    : 113      (Average: 22.17 Max:  82 Sum:   2505 Ratio:   0.03%)

Rules        : 150282   (Original: 135817)
Atoms        : 72364   
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  : 4197992  (Binary:  91.1% Ternary:   7.0% Other:   1.9%)

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