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-17.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-17.pddl
Parsing...
Parsing: [0.040s CPU, 0.088s wall-clock]
Normalizing task... [0.010s CPU, 0.004s wall-clock]
Instantiating...
Generating Datalog program... [0.010s CPU, 0.015s wall-clock]
Normalizing Datalog program...
Normalizing Datalog program: [0.060s CPU, 0.063s wall-clock]
Preparing model... [0.040s CPU, 0.034s wall-clock]
Generated 115 rules.
Computing model... [0.550s CPU, 0.548s wall-clock]
3296 relevant atoms
3425 auxiliary atoms
6721 final queue length
11595 total queue pushes
Completing instantiation... [1.020s CPU, 1.017s wall-clock]
Instantiating: [1.690s CPU, 1.685s wall-clock]
Computing fact groups...
Finding invariants...
24 initial candidates
Finding invariants: [0.160s CPU, 0.158s wall-clock]
Checking invariant weight... [0.000s CPU, 0.001s wall-clock]
Instantiating groups... [0.010s CPU, 0.010s wall-clock]
Collecting mutex groups... [0.000s CPU, 0.001s wall-clock]
Choosing groups...
350 uncovered facts
Choosing groups: [0.000s CPU, 0.002s wall-clock]
Building translation key... [0.010s CPU, 0.013s wall-clock]
Computing fact groups: [0.210s CPU, 0.212s wall-clock]
Building STRIPS to SAS dictionary... [0.010s CPU, 0.006s 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.004s wall-clock]
Translating task...
Processing axioms...
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
Processing axioms: [0.060s CPU, 0.056s wall-clock]
Translating task: [1.070s CPU, 1.063s wall-clock]
3920 effect conditions simplified
0 implied preconditions added
Detecting unreachable propositions...
0 operators removed
0 axioms removed
3 propositions removed
Detecting unreachable propositions: [0.580s CPU, 0.584s wall-clock]
Reordering and filtering variables...
353 of 353 variables necessary.
16 of 19 mutex groups necessary.
2344 of 2344 operators necessary.
0 of 0 axiom rules necessary.
Reordering and filtering variables: [0.370s CPU, 0.374s wall-clock]
Translator variables: 353
Translator derived variables: 0
Translator facts: 737
Translator goal facts: 14
Translator mutex groups: 16
Translator total mutex groups size: 48
Translator operators: 2344
Translator axioms: 0
Translator task size: 22454
Translator peak memory: 49100 KB
Writing output... [0.430s CPU, 0.468s wall-clock]
Done! [4.460s CPU, 4.534s wall-clock]
planner.py version 0.0.1

Time:	 1.23s
Memory: 111MB

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

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

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

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

Choices      : 111      (Domain: 75)
Conflicts    : 33       (Analyzed: 32)
Restarts     : 0       
Problems     : 2        (Average Length: 4.50 Splits: 0)
Lemmas       : 32       (Deleted: 0)
  Binary     : 9        (Ratio:  28.12%)
  Ternary    : 0        (Ratio:   0.00%)
  Conflict   : 32       (Average Length:    5.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 32       (Average:  3.59 Max:  27 Sum:    115)
  Executed   : 28       (Average:  3.47 Max:  27 Sum:    111 Ratio:  96.52%)
  Bounded    : 4        (Average:  1.00 Max:   1 Sum:      4 Ratio:   3.48%)

Rules        : 64767   
Atoms        : 64767   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 17354    (Eliminated:    0 Frozen: 17354)
Constraints  : 57355    (Binary:  95.3% Ternary:   3.3% Other:   1.4%)

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

[endof: stats after solve call]
Solving Time:	 0.24s
Memory:		 187MB (+4MB)
UNSAT
Iteration Time:	 0.65s

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

Models       : 1+
Calls        : 3
Time         : 2.944s (Solving: 0.02s 1st Model: 0.01s Unsat: 0.00s)
CPU Time     : 2.772s

Choices      : 1198     (Domain: 1004)
Conflicts    : 83       (Analyzed: 82)
Restarts     : 0       
Model-Level  : 274.0   
Problems     : 3        (Average Length: 7.00 Splits: 0)
Lemmas       : 82       (Deleted: 0)
  Binary     : 35       (Ratio:  42.68%)
  Ternary    : 2        (Ratio:   2.44%)
  Conflict   : 82       (Average Length:   53.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 82       (Average: 11.46 Max: 144 Sum:    940)
  Executed   : 78       (Average: 11.41 Max: 144 Sum:    936 Ratio:  99.57%)
  Bounded    : 4        (Average:  1.00 Max:   1 Sum:      4 Ratio:   0.43%)

Rules        : 64767   
Atoms        : 64767   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 38040    (Eliminated:    0 Frozen: 38040)
Constraints  : 226475   (Binary:  95.6% Ternary:   3.2% Other:   1.2%)

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

[endof: stats after solve call]
Solving Time:	 0.41s
Memory:		 204MB (+10MB)
SAT
Testing...
NOT SERIALIZABLE
Testing Time:	 1.15s
Memory:		 240MB (+36MB)
Solving...
[start: stats after solve call]

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

Choices      : 29112    (Domain: 23693)
Conflicts    : 3225     (Analyzed: 3223)
Restarts     : 14       (Average: 230.21 Last: 704)
Model-Level  : 274.0   
Problems     : 4        (Average Length: 8.25 Splits: 0)
Lemmas       : 3223     (Deleted: 0)
  Binary     : 373      (Ratio:  11.57%)
  Ternary    : 125      (Ratio:   3.88%)
  Conflict   : 3223     (Average Length:   86.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 3223     (Average:  8.86 Max: 149 Sum:  28564)
  Executed   : 3206     (Average:  8.82 Max: 149 Sum:  28415 Ratio:  99.48%)
  Bounded    : 17       (Average:  8.76 Max:  12 Sum:    149 Ratio:   0.52%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 60107    (Eliminated: 17109 Frozen: 42998)
Constraints  : 326250   (Binary:  88.2% Ternary:   7.9% Other:   3.9%)

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

[endof: stats after solve call]
Solving Time:	 1.28s
Memory:		 236MB (+-4MB)
UNSAT
Iteration Time:	 3.32s

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

Models       : 0+
Calls        : 5
Time         : 19.872s (Solving: 14.87s 1st Model: 0.01s Unsat: 1.02s)
CPU Time     : 19.708s

Choices      : 205135   (Domain: 185694)
Conflicts    : 31485    (Analyzed: 31483)
Restarts     : 114      (Average: 276.17 Last: 704)
Model-Level  : 274.0   
Problems     : 5        (Average Length: 10.00 Splits: 0)
Lemmas       : 31483    (Deleted: 18561)
  Binary     : 1581     (Ratio:   5.02%)
  Ternary    : 456      (Ratio:   1.45%)
  Conflict   : 31483    (Average Length:  383.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 31483    (Average:  6.32 Max: 245 Sum: 198864)
  Executed   : 31453    (Average:  6.31 Max: 245 Sum: 198529 Ratio:  99.83%)
  Bounded    : 30       (Average: 11.17 Max:  17 Sum:    335 Ratio:   0.17%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 100183   (Eliminated: 17109 Frozen: 68419)
Constraints  : 614978   (Binary:  89.8% Ternary:   7.4% Other:   2.8%)

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

[endof: stats after solve call]
Solving Time:	 14.59s
Memory:		 269MB (+25MB)
UNKNOWN
Iteration Time:	 15.40s

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

Models       : 0+
Calls        : 6
Time         : 42.264s (Solving: 35.65s 1st Model: 0.01s Unsat: 1.02s)
CPU Time     : 42.112s

Choices      : 504982   (Domain: 465659)
Conflicts    : 59678    (Analyzed: 59676)
Restarts     : 214      (Average: 278.86 Last: 704)
Model-Level  : 274.0   
Problems     : 6        (Average Length: 12.00 Splits: 0)
Lemmas       : 59676    (Deleted: 43932)
  Binary     : 3063     (Ratio:   5.13%)
  Ternary    : 762      (Ratio:   1.28%)
  Conflict   : 59676    (Average Length:  606.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 59676    (Average:  8.19 Max: 372 Sum: 488651)
  Executed   : 59640    (Average:  8.18 Max: 372 Sum: 488184 Ratio:  99.90%)
  Bounded    : 36       (Average: 12.97 Max:  22 Sum:    467 Ratio:   0.10%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 140259   (Eliminated: 17109 Frozen: 108495)
Constraints  : 910360   (Binary:  90.3% Ternary:   7.2% Other:   2.5%)

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

[endof: stats after solve call]
Solving Time:	 21.56s
Memory:		 368MB (+86MB)
UNKNOWN
Iteration Time:	 22.41s

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

Models       : 0+
Calls        : 7
Time         : 65.052s (Solving: 56.86s 1st Model: 0.01s Unsat: 1.02s)
CPU Time     : 64.908s

Choices      : 813223   (Domain: 768531)
Conflicts    : 87890    (Analyzed: 87888)
Restarts     : 314      (Average: 279.90 Last: 704)
Model-Level  : 274.0   
Problems     : 7        (Average Length: 14.14 Splits: 0)
Lemmas       : 87888    (Deleted: 70043)
  Binary     : 4436     (Ratio:   5.05%)
  Ternary    : 999      (Ratio:   1.14%)
  Conflict   : 87888    (Average Length:  592.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 87888    (Average:  8.93 Max: 452 Sum: 784823)
  Executed   : 87845    (Average:  8.92 Max: 452 Sum: 784195 Ratio:  99.92%)
  Bounded    : 43       (Average: 14.60 Max:  27 Sum:    628 Ratio:   0.08%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 180335   (Eliminated: 17109 Frozen: 148571)
Constraints  : 1205879  (Binary:  90.6% Ternary:   7.1% Other:   2.3%)

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

[endof: stats after solve call]
Solving Time:	 22.01s
Memory:		 395MB (+21MB)
UNKNOWN
Iteration Time:	 22.81s

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

Models       : 0+
Calls        : 8
Time         : 94.246s (Solving: 84.42s 1st Model: 0.01s Unsat: 1.02s)
CPU Time     : 94.116s

Choices      : 1246803  (Domain: 1191613)
Conflicts    : 116049   (Analyzed: 116047)
Restarts     : 414      (Average: 280.31 Last: 704)
Model-Level  : 274.0   
Problems     : 8        (Average Length: 16.38 Splits: 0)
Lemmas       : 116047   (Deleted: 95926)
  Binary     : 6724     (Ratio:   5.79%)
  Ternary    : 1399     (Ratio:   1.21%)
  Conflict   : 116047   (Average Length:  676.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 116047   (Average: 10.36 Max: 452 Sum: 1202324)
  Executed   : 115999   (Average: 10.35 Max: 452 Sum: 1201552 Ratio:  99.94%)
  Bounded    : 48       (Average: 16.08 Max:  32 Sum:    772 Ratio:   0.06%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 220411   (Eliminated: 17109 Frozen: 188647)
Constraints  : 1491678  (Binary:  90.7% Ternary:   7.1% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 28.36s
Memory:		 433MB (+34MB)
UNKNOWN
Iteration Time:	 29.22s

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         : 94.804s (Solving: 84.91s 1st Model: 0.01s Unsat: 1.51s)
CPU Time     : 94.676s

Choices      : 1249303  (Domain: 1194113)
Conflicts    : 116499   (Analyzed: 116496)
Restarts     : 417      (Average: 279.37 Last: 704)
Model-Level  : 274.0   
Problems     : 9        (Average Length: 18.11 Splits: 0)
Lemmas       : 116496   (Deleted: 95926)
  Binary     : 6744     (Ratio:   5.79%)
  Ternary    : 1402     (Ratio:   1.20%)
  Conflict   : 116496   (Average Length:  675.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 116496   (Average: 10.34 Max: 452 Sum: 1204645)
  Executed   : 116446   (Average: 10.33 Max: 452 Sum: 1203871 Ratio:  99.94%)
  Bounded    : 50       (Average: 15.48 Max:  32 Sum:    774 Ratio:   0.06%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 220411   (Eliminated: 17109 Frozen: 203302)
Constraints  : 1491661  (Binary:  90.7% Ternary:   7.1% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 0.53s
Memory:		 433MB (+0MB)
UNSAT
Iteration Time:	 0.56s

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         : 117.327s (Solving: 107.38s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 117.208s

Choices      : 1474771  (Domain: 1419581)
Conflicts    : 142476   (Analyzed: 142472)
Restarts     : 510      (Average: 279.36 Last: 704)
Model-Level  : 274.0   
Problems     : 10       (Average Length: 19.50 Splits: 0)
Lemmas       : 142472   (Deleted: 122716)
  Binary     : 7132     (Ratio:   5.01%)
  Ternary    : 1491     (Ratio:   1.05%)
  Conflict   : 142472   (Average Length:  628.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 142472   (Average: 10.01 Max: 452 Sum: 1425485)
  Executed   : 142409   (Average: 10.00 Max: 452 Sum: 1424476 Ratio:  99.93%)
  Bounded    : 63       (Average: 16.02 Max:  32 Sum:   1009 Ratio:   0.07%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 220411   (Eliminated: 17109 Frozen: 203302)
Constraints  : 1491661  (Binary:  90.7% Ternary:   7.1% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 22.51s
Memory:		 433MB (+0MB)
UNSAT
Iteration Time:	 22.54s

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         : 132.738s (Solving: 122.73s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 132.624s

Choices      : 1663757  (Domain: 1608556)
Conflicts    : 170700   (Analyzed: 170696)
Restarts     : 610      (Average: 279.83 Last: 704)
Model-Level  : 274.0   
Problems     : 11       (Average Length: 20.64 Splits: 0)
Lemmas       : 170696   (Deleted: 148096)
  Binary     : 7490     (Ratio:   4.39%)
  Ternary    : 1555     (Ratio:   0.91%)
  Conflict   : 170696   (Average Length:  567.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 170696   (Average:  9.40 Max: 452 Sum: 1604528)
  Executed   : 170630   (Average:  9.39 Max: 452 Sum: 1603438 Ratio:  99.93%)
  Bounded    : 66       (Average: 16.52 Max:  32 Sum:   1090 Ratio:   0.07%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 220411   (Eliminated: 17109 Frozen: 203302)
Constraints  : 1491633  (Binary:  90.7% Ternary:   7.1% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 15.39s
Memory:		 433MB (+0MB)
UNKNOWN
Iteration Time:	 15.42s

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         : 157.597s (Solving: 147.52s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 157.492s

Choices      : 1890912  (Domain: 1828889)
Conflicts    : 198884   (Analyzed: 198880)
Restarts     : 710      (Average: 280.11 Last: 704)
Model-Level  : 274.0   
Problems     : 12       (Average Length: 21.58 Splits: 0)
Lemmas       : 198880   (Deleted: 174799)
  Binary     : 8340     (Ratio:   4.19%)
  Ternary    : 1748     (Ratio:   0.88%)
  Conflict   : 198880   (Average Length:  621.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 198880   (Average:  9.13 Max: 452 Sum: 1816383)
  Executed   : 198810   (Average:  9.13 Max: 452 Sum: 1815185 Ratio:  99.93%)
  Bounded    : 70       (Average: 17.11 Max:  32 Sum:   1198 Ratio:   0.07%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 220411   (Eliminated: 17109 Frozen: 203302)
Constraints  : 1491633  (Binary:  90.7% Ternary:   7.1% Other:   2.2%)

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

[endof: stats after solve call]
Solving Time:	 24.85s
Memory:		 433MB (+0MB)
UNKNOWN
Iteration Time:	 24.87s

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

Models       : 0+
Calls        : 13
Time         : 182.393s (Solving: 170.68s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 182.296s

Choices      : 2115370  (Domain: 2053101)
Conflicts    : 227110   (Analyzed: 227106)
Restarts     : 810      (Average: 280.38 Last: 704)
Model-Level  : 274.0   
Problems     : 13       (Average Length: 22.77 Splits: 0)
Lemmas       : 227106   (Deleted: 201729)
  Binary     : 9144     (Ratio:   4.03%)
  Ternary    : 1813     (Ratio:   0.80%)
  Conflict   : 227106   (Average Length:  659.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 227106   (Average:  8.93 Max: 523 Sum: 2027713)
  Executed   : 227030   (Average:  8.92 Max: 523 Sum: 2026299 Ratio:  99.93%)
  Bounded    : 76       (Average: 18.61 Max:  37 Sum:   1414 Ratio:   0.07%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 260487   (Eliminated: 17109 Frozen: 228723)
Constraints  : 1793613  (Binary:  90.8% Ternary:   7.1% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 23.97s
Memory:		 455MB (+22MB)
UNKNOWN
Iteration Time:	 24.82s

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

Models       : 0+
Calls        : 14
Time         : 204.937s (Solving: 191.56s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 204.852s

Choices      : 2328568  (Domain: 2265699)
Conflicts    : 255366   (Analyzed: 255362)
Restarts     : 910      (Average: 280.62 Last: 704)
Model-Level  : 274.0   
Problems     : 14       (Average Length: 24.14 Splits: 0)
Lemmas       : 255362   (Deleted: 228996)
  Binary     : 9691     (Ratio:   3.80%)
  Ternary    : 1865     (Ratio:   0.73%)
  Conflict   : 255362   (Average Length:  670.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 255362   (Average:  8.71 Max: 523 Sum: 2224367)
  Executed   : 255285   (Average:  8.70 Max: 523 Sum: 2222917 Ratio:  99.93%)
  Bounded    : 77       (Average: 18.83 Max:  37 Sum:   1450 Ratio:   0.07%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 300563   (Eliminated: 17109 Frozen: 268799)
Constraints  : 2095503  (Binary:  90.9% Ternary:   7.1% Other:   2.1%)

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

[endof: stats after solve call]
Solving Time:	 21.68s
Memory:		 484MB (+25MB)
UNKNOWN
Iteration Time:	 22.56s

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

Models       : 0+
Calls        : 15
Time         : 228.002s (Solving: 212.78s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 227.928s

Choices      : 2649558  (Domain: 2581315)
Conflicts    : 283564   (Analyzed: 283560)
Restarts     : 1010     (Average: 280.75 Last: 704)
Model-Level  : 274.0   
Problems     : 15       (Average Length: 25.67 Splits: 0)
Lemmas       : 283560   (Deleted: 255990)
  Binary     : 10271    (Ratio:   3.62%)
  Ternary    : 1952     (Ratio:   0.69%)
  Conflict   : 283560   (Average Length:  686.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 283560   (Average:  8.90 Max: 523 Sum: 2524725)
  Executed   : 283482   (Average:  8.90 Max: 523 Sum: 2523234 Ratio:  99.94%)
  Bounded    : 78       (Average: 19.12 Max:  41 Sum:   1491 Ratio:   0.06%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 340639   (Eliminated: 17109 Frozen: 308875)
Constraints  : 2397483  (Binary:  90.9% Ternary:   7.1% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 22.04s
Memory:		 546MB (+48MB)
UNKNOWN
Iteration Time:	 23.09s

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

Models       : 0+
Calls        : 16
Time         : 252.188s (Solving: 235.24s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 252.124s

Choices      : 3100743  (Domain: 3022494)
Conflicts    : 311751   (Analyzed: 311747)
Restarts     : 1110     (Average: 280.85 Last: 704)
Model-Level  : 274.0   
Problems     : 16       (Average Length: 27.31 Splits: 0)
Lemmas       : 311747   (Deleted: 282742)
  Binary     : 10919    (Ratio:   3.50%)
  Ternary    : 2044     (Ratio:   0.66%)
  Conflict   : 311747   (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    : 311747   (Average:  9.47 Max: 523 Sum: 2951760)
  Executed   : 311668   (Average:  9.46 Max: 523 Sum: 2950217 Ratio:  99.95%)
  Bounded    : 79       (Average: 19.53 Max:  52 Sum:   1543 Ratio:   0.05%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 380715   (Eliminated: 17109 Frozen: 348951)
Constraints  : 2699463  (Binary:  90.9% Ternary:   7.1% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 23.29s
Memory:		 562MB (+16MB)
UNKNOWN
Iteration Time:	 24.21s

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

Models       : 0+
Calls        : 17
Time         : 276.554s (Solving: 257.88s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 276.500s

Choices      : 3493186  (Domain: 3410434)
Conflicts    : 339953   (Analyzed: 339949)
Restarts     : 1210     (Average: 280.95 Last: 704)
Model-Level  : 274.0   
Problems     : 17       (Average Length: 29.06 Splits: 0)
Lemmas       : 339949   (Deleted: 309931)
  Binary     : 11381    (Ratio:   3.35%)
  Ternary    : 2141     (Ratio:   0.63%)
  Conflict   : 339949   (Average Length:  727.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 339949   (Average:  9.77 Max: 523 Sum: 3321112)
  Executed   : 339869   (Average:  9.76 Max: 523 Sum: 3319512 Ratio:  99.95%)
  Bounded    : 80       (Average: 20.00 Max:  57 Sum:   1600 Ratio:   0.05%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 420791   (Eliminated: 17109 Frozen: 389027)
Constraints  : 3001429  (Binary:  91.0% Ternary:   7.1% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 23.47s
Memory:		 587MB (+25MB)
UNKNOWN
Iteration Time:	 24.39s

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

Models       : 0+
Calls        : 18
Time         : 303.947s (Solving: 283.48s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 303.904s

Choices      : 3802501  (Domain: 3719262)
Conflicts    : 368237   (Analyzed: 368233)
Restarts     : 1310     (Average: 281.09 Last: 704)
Model-Level  : 274.0   
Problems     : 18       (Average Length: 30.89 Splits: 0)
Lemmas       : 368233   (Deleted: 337353)
  Binary     : 11838    (Ratio:   3.21%)
  Ternary    : 2176     (Ratio:   0.59%)
  Conflict   : 368233   (Average Length:  747.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 368233   (Average:  9.80 Max: 553 Sum: 3608824)
  Executed   : 368151   (Average:  9.80 Max: 553 Sum: 3607104 Ratio:  99.95%)
  Bounded    : 82       (Average: 20.98 Max:  62 Sum:   1720 Ratio:   0.05%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 460867   (Eliminated: 17109 Frozen: 429103)
Constraints  : 3303392  (Binary:  91.0% Ternary:   7.1% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 26.44s
Memory:		 658MB (+71MB)
UNKNOWN
Iteration Time:	 27.42s

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

Models       : 0+
Calls        : 19
Time         : 328.101s (Solving: 305.85s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 328.068s

Choices      : 4179015  (Domain: 4093046)
Conflicts    : 396463   (Analyzed: 396459)
Restarts     : 1410     (Average: 281.18 Last: 704)
Model-Level  : 274.0   
Problems     : 19       (Average Length: 32.79 Splits: 0)
Lemmas       : 396459   (Deleted: 364779)
  Binary     : 12183    (Ratio:   3.07%)
  Ternary    : 2214     (Ratio:   0.56%)
  Conflict   : 396459   (Average Length:  769.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 396459   (Average:  9.99 Max: 553 Sum: 3960840)
  Executed   : 396377   (Average:  9.99 Max: 553 Sum: 3959120 Ratio:  99.96%)
  Bounded    : 82       (Average: 20.98 Max:  62 Sum:   1720 Ratio:   0.04%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 500943   (Eliminated: 17109 Frozen: 469179)
Constraints  : 3605358  (Binary:  91.0% Ternary:   7.0% Other:   2.0%)

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

[endof: stats after solve call]
Solving Time:	 23.22s
Memory:		 674MB (+16MB)
UNKNOWN
Iteration Time:	 24.17s

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

Models       : 0+
Calls        : 20
Time         : 353.439s (Solving: 329.39s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 353.416s

Choices      : 4579865  (Domain: 4491583)
Conflicts    : 424648   (Analyzed: 424644)
Restarts     : 1510     (Average: 281.22 Last: 704)
Model-Level  : 274.0   
Problems     : 20       (Average Length: 34.75 Splits: 0)
Lemmas       : 424644   (Deleted: 392284)
  Binary     : 12515    (Ratio:   2.95%)
  Ternary    : 2260     (Ratio:   0.53%)
  Conflict   : 424644   (Average Length:  800.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 424644   (Average: 10.21 Max: 621 Sum: 4335559)
  Executed   : 424559   (Average: 10.21 Max: 621 Sum: 4333629 Ratio:  99.96%)
  Bounded    : 85       (Average: 22.71 Max:  72 Sum:   1930 Ratio:   0.04%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 541019   (Eliminated: 17109 Frozen: 509255)
Constraints  : 3907338  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 24.40s
Memory:		 689MB (+15MB)
UNKNOWN
Iteration Time:	 25.36s

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

Models       : 0+
Calls        : 21
Time         : 376.648s (Solving: 350.76s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 376.636s

Choices      : 4778571  (Domain: 4690086)
Conflicts    : 452906   (Analyzed: 452902)
Restarts     : 1610     (Average: 281.31 Last: 704)
Model-Level  : 274.0   
Problems     : 21       (Average Length: 36.76 Splits: 0)
Lemmas       : 452902   (Deleted: 419802)
  Binary     : 12676    (Ratio:   2.80%)
  Ternary    : 2307     (Ratio:   0.51%)
  Conflict   : 452902   (Average Length:  826.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 452902   (Average:  9.96 Max: 621 Sum: 4508664)
  Executed   : 452816   (Average:  9.95 Max: 621 Sum: 4506657 Ratio:  99.96%)
  Bounded    : 86       (Average: 23.34 Max:  77 Sum:   2007 Ratio:   0.04%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 581095   (Eliminated: 17109 Frozen: 549331)
Constraints  : 4209287  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 22.23s
Memory:		 715MB (+26MB)
UNKNOWN
Iteration Time:	 23.23s

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

Models       : 0+
Calls        : 22
Time         : 400.518s (Solving: 372.74s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 400.516s

Choices      : 5098571  (Domain: 5006423)
Conflicts    : 481138   (Analyzed: 481134)
Restarts     : 1710     (Average: 281.36 Last: 704)
Model-Level  : 274.0   
Problems     : 22       (Average Length: 38.82 Splits: 0)
Lemmas       : 481134   (Deleted: 447713)
  Binary     : 12947    (Ratio:   2.69%)
  Ternary    : 2324     (Ratio:   0.48%)
  Conflict   : 481134   (Average Length:  835.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 481134   (Average:  9.98 Max: 816 Sum: 4802486)
  Executed   : 481046   (Average:  9.98 Max: 816 Sum: 4800320 Ratio:  99.95%)
  Bounded    : 88       (Average: 24.61 Max:  82 Sum:   2166 Ratio:   0.05%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 589407)
Constraints  : 4511253  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 22.85s
Memory:		 741MB (+26MB)
UNKNOWN
Iteration Time:	 23.89s

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         : 417.546s (Solving: 389.60s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 417.552s

Choices      : 5231308  (Domain: 5139160)
Conflicts    : 509372   (Analyzed: 509368)
Restarts     : 1810     (Average: 281.42 Last: 704)
Model-Level  : 274.0   
Problems     : 23       (Average Length: 40.70 Splits: 0)
Lemmas       : 509368   (Deleted: 475067)
  Binary     : 13048    (Ratio:   2.56%)
  Ternary    : 2350     (Ratio:   0.46%)
  Conflict   : 509368   (Average Length:  808.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 509368   (Average:  9.67 Max: 816 Sum: 4926174)
  Executed   : 509275   (Average:  9.67 Max: 816 Sum: 4923618 Ratio:  99.95%)
  Bounded    : 93       (Average: 27.48 Max:  82 Sum:   2556 Ratio:   0.05%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4511239  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 16.97s
Memory:		 741MB (+0MB)
UNKNOWN
Iteration Time:	 17.04s

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         : 437.198s (Solving: 409.10s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 437.216s

Choices      : 5469774  (Domain: 5377221)
Conflicts    : 537572   (Analyzed: 537568)
Restarts     : 1910     (Average: 281.45 Last: 704)
Model-Level  : 274.0   
Problems     : 24       (Average Length: 42.42 Splits: 0)
Lemmas       : 537568   (Deleted: 502202)
  Binary     : 13528    (Ratio:   2.52%)
  Ternary    : 2402     (Ratio:   0.45%)
  Conflict   : 537568   (Average Length:  809.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 537568   (Average:  9.58 Max: 816 Sum: 5148029)
  Executed   : 537475   (Average:  9.57 Max: 816 Sum: 5145473 Ratio:  99.95%)
  Bounded    : 93       (Average: 27.48 Max:  82 Sum:   2556 Ratio:   0.05%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4511225  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 19.60s
Memory:		 741MB (+0MB)
UNKNOWN
Iteration Time:	 19.66s

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         : 461.168s (Solving: 432.92s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 461.196s

Choices      : 5743378  (Domain: 5647837)
Conflicts    : 565782   (Analyzed: 565778)
Restarts     : 2010     (Average: 281.48 Last: 704)
Model-Level  : 274.0   
Problems     : 25       (Average Length: 44.00 Splits: 0)
Lemmas       : 565778   (Deleted: 529218)
  Binary     : 14187    (Ratio:   2.51%)
  Ternary    : 2459     (Ratio:   0.43%)
  Conflict   : 565778   (Average Length:  806.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 565778   (Average:  9.55 Max: 816 Sum: 5405966)
  Executed   : 565681   (Average:  9.55 Max: 816 Sum: 5403092 Ratio:  99.95%)
  Bounded    : 97       (Average: 29.63 Max:  82 Sum:   2874 Ratio:   0.05%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4511225  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 23.92s
Memory:		 741MB (+0MB)
UNKNOWN
Iteration Time:	 23.98s

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...
[start: stats after solve call]

Models       : 0+
Calls        : 26
Time         : 486.255s (Solving: 457.88s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 486.292s

Choices      : 6027072  (Domain: 5930121)
Conflicts    : 593995   (Analyzed: 593991)
Restarts     : 2110     (Average: 281.51 Last: 704)
Model-Level  : 274.0   
Problems     : 26       (Average Length: 45.46 Splits: 0)
Lemmas       : 593991   (Deleted: 556154)
  Binary     : 14723    (Ratio:   2.48%)
  Ternary    : 2514     (Ratio:   0.42%)
  Conflict   : 593991   (Average Length:  817.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 593991   (Average:  9.55 Max: 816 Sum: 5670365)
  Executed   : 593892   (Average:  9.54 Max: 816 Sum: 5667331 Ratio:  99.95%)
  Bounded    : 99       (Average: 30.65 Max:  82 Sum:   3034 Ratio:   0.05%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4511195  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 25.05s
Memory:		 741MB (+0MB)
UNKNOWN
Iteration Time:	 25.10s

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

Models       : 0+
Calls        : 27
Time         : 512.168s (Solving: 483.64s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 512.216s

Choices      : 6270523  (Domain: 6172009)
Conflicts    : 622241   (Analyzed: 622237)
Restarts     : 2210     (Average: 281.56 Last: 704)
Model-Level  : 274.0   
Problems     : 27       (Average Length: 46.81 Splits: 0)
Lemmas       : 622237   (Deleted: 583585)
  Binary     : 15170    (Ratio:   2.44%)
  Ternary    : 2630     (Ratio:   0.42%)
  Conflict   : 622237   (Average Length:  828.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 622237   (Average:  9.47 Max: 816 Sum: 5894309)
  Executed   : 622136   (Average:  9.47 Max: 816 Sum: 5891117 Ratio:  99.95%)
  Bounded    : 101      (Average: 31.60 Max:  82 Sum:   3192 Ratio:   0.05%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4511178  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 25.86s
Memory:		 741MB (+0MB)
UNKNOWN
Iteration Time:	 25.93s

Iteration 27
Queue:		 [(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        : 28
Time         : 541.309s (Solving: 512.62s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 541.372s

Choices      : 6680441  (Domain: 6578174)
Conflicts    : 650442   (Analyzed: 650438)
Restarts     : 2310     (Average: 281.57 Last: 704)
Model-Level  : 274.0   
Problems     : 28       (Average Length: 48.07 Splits: 0)
Lemmas       : 650438   (Deleted: 610411)
  Binary     : 15759    (Ratio:   2.42%)
  Ternary    : 2691     (Ratio:   0.41%)
  Conflict   : 650438   (Average Length:  848.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 650438   (Average:  9.66 Max: 816 Sum: 6280271)
  Executed   : 650337   (Average:  9.65 Max: 816 Sum: 6277079 Ratio:  99.95%)
  Bounded    : 101      (Average: 31.60 Max:  82 Sum:   3192 Ratio:   0.05%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4511161  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 29.09s
Memory:		 805MB (+64MB)
UNKNOWN
Iteration Time:	 29.16s

Iteration 28
Queue:		 [(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        : 29
Time         : 566.296s (Solving: 537.47s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 566.372s

Choices      : 6983339  (Domain: 6880658)
Conflicts    : 678703   (Analyzed: 678699)
Restarts     : 2410     (Average: 281.62 Last: 704)
Model-Level  : 274.0   
Problems     : 29       (Average Length: 49.24 Splits: 0)
Lemmas       : 678699   (Deleted: 637710)
  Binary     : 16079    (Ratio:   2.37%)
  Ternary    : 2744     (Ratio:   0.40%)
  Conflict   : 678699   (Average Length:  868.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 678699   (Average:  9.66 Max: 816 Sum: 6558633)
  Executed   : 678598   (Average:  9.66 Max: 816 Sum: 6555441 Ratio:  99.95%)
  Bounded    : 101      (Average: 31.60 Max:  82 Sum:   3192 Ratio:   0.05%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4511161  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 24.94s
Memory:		 805MB (+0MB)
UNKNOWN
Iteration Time:	 25.00s

Iteration 29
Queue:		 [(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        : 30
Time         : 593.062s (Solving: 564.10s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 593.148s

Choices      : 7287810  (Domain: 7184408)
Conflicts    : 706999   (Analyzed: 706995)
Restarts     : 2510     (Average: 281.67 Last: 704)
Model-Level  : 274.0   
Problems     : 30       (Average Length: 50.33 Splits: 0)
Lemmas       : 706995   (Deleted: 663835)
  Binary     : 16396    (Ratio:   2.32%)
  Ternary    : 2769     (Ratio:   0.39%)
  Conflict   : 706995   (Average Length:  887.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 706995   (Average:  9.67 Max: 816 Sum: 6838812)
  Executed   : 706894   (Average:  9.67 Max: 816 Sum: 6835620 Ratio:  99.95%)
  Bounded    : 101      (Average: 31.60 Max:  82 Sum:   3192 Ratio:   0.05%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4511161  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 26.73s
Memory:		 805MB (+0MB)
UNKNOWN
Iteration Time:	 26.78s

Iteration 30
Queue:		 [(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        : 31
Time         : 622.384s (Solving: 593.29s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 622.484s

Choices      : 8051460  (Domain: 7942753)
Conflicts    : 735179   (Analyzed: 735175)
Restarts     : 2610     (Average: 281.68 Last: 704)
Model-Level  : 274.0   
Problems     : 31       (Average Length: 51.35 Splits: 0)
Lemmas       : 735175   (Deleted: 691836)
  Binary     : 17364    (Ratio:   2.36%)
  Ternary    : 2981     (Ratio:   0.41%)
  Conflict   : 735175   (Average Length:  905.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 735175   (Average: 10.29 Max: 816 Sum: 7567318)
  Executed   : 735074   (Average: 10.29 Max: 816 Sum: 7564126 Ratio:  99.96%)
  Bounded    : 101      (Average: 31.60 Max:  82 Sum:   3192 Ratio:   0.04%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4511161  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 29.29s
Memory:		 805MB (+0MB)
UNKNOWN
Iteration Time:	 29.34s

Iteration 31
Queue:		 [(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        : 32
Time         : 648.391s (Solving: 619.14s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 648.500s

Choices      : 8393379  (Domain: 8283203)
Conflicts    : 763419   (Analyzed: 763415)
Restarts     : 2710     (Average: 281.70 Last: 704)
Model-Level  : 274.0   
Problems     : 32       (Average Length: 52.31 Splits: 0)
Lemmas       : 763415   (Deleted: 718947)
  Binary     : 17729    (Ratio:   2.32%)
  Ternary    : 3047     (Ratio:   0.40%)
  Conflict   : 763415   (Average Length:  918.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 763415   (Average: 10.32 Max: 816 Sum: 7881539)
  Executed   : 763313   (Average: 10.32 Max: 816 Sum: 7878265 Ratio:  99.96%)
  Bounded    : 102      (Average: 32.10 Max:  82 Sum:   3274 Ratio:   0.04%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4511161  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 25.95s
Memory:		 805MB (+0MB)
UNKNOWN
Iteration Time:	 26.02s

Iteration 32
Queue:		 [(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        : 33
Time         : 675.683s (Solving: 646.30s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 675.804s

Choices      : 8783319  (Domain: 8672411)
Conflicts    : 791652   (Analyzed: 791648)
Restarts     : 2810     (Average: 281.73 Last: 704)
Model-Level  : 274.0   
Problems     : 33       (Average Length: 53.21 Splits: 0)
Lemmas       : 791648   (Deleted: 746546)
  Binary     : 18063    (Ratio:   2.28%)
  Ternary    : 3086     (Ratio:   0.39%)
  Conflict   : 791648   (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    : 791648   (Average: 10.41 Max: 816 Sum: 8239145)
  Executed   : 791546   (Average: 10.40 Max: 816 Sum: 8235871 Ratio:  99.96%)
  Bounded    : 102      (Average: 32.10 Max:  82 Sum:   3274 Ratio:   0.04%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4511143  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 27.26s
Memory:		 805MB (+0MB)
UNKNOWN
Iteration Time:	 27.31s

Iteration 33
Queue:		 [(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        : 34
Time         : 699.934s (Solving: 670.38s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 700.068s

Choices      : 9132601  (Domain: 9020971)
Conflicts    : 819925   (Analyzed: 819921)
Restarts     : 2910     (Average: 281.76 Last: 704)
Model-Level  : 274.0   
Problems     : 34       (Average Length: 54.06 Splits: 0)
Lemmas       : 819921   (Deleted: 774100)
  Binary     : 18397    (Ratio:   2.24%)
  Ternary    : 3129     (Ratio:   0.38%)
  Conflict   : 819921   (Average Length:  954.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 819921   (Average: 10.44 Max: 816 Sum: 8562391)
  Executed   : 819818   (Average: 10.44 Max: 816 Sum: 8559035 Ratio:  99.96%)
  Bounded    : 103      (Average: 32.58 Max:  82 Sum:   3356 Ratio:   0.04%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 621171   (Eliminated: 17109 Frozen: 604062)
Constraints  : 4511143  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 24.19s
Memory:		 805MB (+0MB)
UNKNOWN
Iteration Time:	 24.26s

Iteration 34
Queue:		 [(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
Expected Memory: 904.0MB
Grounding...	 [('step', [81]), ('step', [82]), ('step', [83]), ('step', [84]), ('step', [85]), ('check', [85])]
Grounding Time:	 0.61s
Memory:		 805MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 35
Time         : 721.108s (Solving: 689.60s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 721.252s

Choices      : 9455952  (Domain: 9343720)
Conflicts    : 848210   (Analyzed: 848206)
Restarts     : 3010     (Average: 281.80 Last: 704)
Model-Level  : 274.0   
Problems     : 35       (Average Length: 55.00 Splits: 0)
Lemmas       : 848206   (Deleted: 801645)
  Binary     : 18657    (Ratio:   2.20%)
  Ternary    : 3216     (Ratio:   0.38%)
  Conflict   : 848206   (Average Length:  953.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 848206   (Average: 10.44 Max: 816 Sum: 8858171)
  Executed   : 848103   (Average: 10.44 Max: 816 Sum: 8854815 Ratio:  99.96%)
  Bounded    : 103      (Average: 32.58 Max:  82 Sum:   3356 Ratio:   0.04%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 661247   (Eliminated: 17109 Frozen: 629483)
Constraints  : 4813110  (Binary:  91.0% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 20.10s
Memory:		 830MB (+25MB)
UNKNOWN
Iteration Time:	 21.19s

Iteration 35
Queue:		 [(18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True)]
Grounded Until:	 85
Expected Memory: 929.0MB
Grounding...	 [('step', [86]), ('step', [87]), ('step', [88]), ('step', [89]), ('step', [90]), ('check', [90])]
Grounding Time:	 0.61s
Memory:		 830MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 36
Time         : 742.389s (Solving: 708.91s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 742.540s

Choices      : 9690909  (Domain: 9578540)
Conflicts    : 876447   (Analyzed: 876443)
Restarts     : 3110     (Average: 281.81 Last: 704)
Model-Level  : 274.0   
Problems     : 36       (Average Length: 56.03 Splits: 0)
Lemmas       : 876443   (Deleted: 829448)
  Binary     : 18804    (Ratio:   2.15%)
  Ternary    : 3227     (Ratio:   0.37%)
  Conflict   : 876443   (Average Length:  953.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 876443   (Average: 10.34 Max: 816 Sum: 9063691)
  Executed   : 876340   (Average: 10.34 Max: 816 Sum: 9060335 Ratio:  99.96%)
  Bounded    : 103      (Average: 32.58 Max:  82 Sum:   3356 Ratio:   0.04%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 701323   (Eliminated: 17109 Frozen: 669559)
Constraints  : 5115090  (Binary:  91.1% Ternary:   7.0% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 20.18s
Memory:		 919MB (+89MB)
UNKNOWN
Iteration Time:	 21.30s

Iteration 36
Queue:		 [(19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True)]
Grounded Until:	 90
Expected Memory: 1018.0MB
Grounding...	 [('step', [91]), ('step', [92]), ('step', [93]), ('step', [94]), ('step', [95]), ('check', [95])]
Grounding Time:	 0.90s
Memory:		 969MB (+50MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 37
Time         : 765.256s (Solving: 729.52s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 765.416s

Choices      : 9974300  (Domain: 9861226)
Conflicts    : 904677   (Analyzed: 904673)
Restarts     : 3210     (Average: 281.83 Last: 704)
Model-Level  : 274.0   
Problems     : 37       (Average Length: 57.14 Splits: 0)
Lemmas       : 904673   (Deleted: 857368)
  Binary     : 18919    (Ratio:   2.09%)
  Ternary    : 3240     (Ratio:   0.36%)
  Conflict   : 904673   (Average Length:  955.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 904673   (Average: 10.30 Max: 816 Sum: 9317199)
  Executed   : 904569   (Average: 10.30 Max: 816 Sum: 9313746 Ratio:  99.96%)
  Bounded    : 104      (Average: 33.20 Max:  97 Sum:   3453 Ratio:   0.04%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 741399   (Eliminated: 17109 Frozen: 709635)
Constraints  : 5417070  (Binary:  91.1% Ternary:   7.0% Other:   1.9%)

Memory Peak  : 1060MB
Max. Length  : 90 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 21.49s
Memory:		 974MB (+5MB)
UNKNOWN
Iteration Time:	 22.89s

Iteration 37
Queue:		 [(20,100,0,True), (21,105,0,True), (22,110,0,True)]
Grounded Until:	 95
Expected Memory: 1073.0MB
Grounding...	 [('step', [96]), ('step', [97]), ('step', [98]), ('step', [99]), ('step', [100]), ('check', [100])]
Grounding Time:	 0.55s
Memory:		 974MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 38
Time         : 789.623s (Solving: 751.96s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 789.796s

Choices      : 10337090 (Domain: 10223210)
Conflicts    : 932968   (Analyzed: 932964)
Restarts     : 3310     (Average: 281.86 Last: 704)
Model-Level  : 274.0   
Problems     : 38       (Average Length: 58.32 Splits: 0)
Lemmas       : 932964   (Deleted: 885160)
  Binary     : 19130    (Ratio:   2.05%)
  Ternary    : 3261     (Ratio:   0.35%)
  Conflict   : 932964   (Average Length:  955.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 932964   (Average: 10.34 Max: 906 Sum: 9646806)
  Executed   : 932860   (Average: 10.34 Max: 906 Sum: 9643353 Ratio:  99.96%)
  Bounded    : 104      (Average: 33.20 Max:  97 Sum:   3453 Ratio:   0.04%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 781475   (Eliminated: 17109 Frozen: 749711)
Constraints  : 5719033  (Binary:  91.1% Ternary:   7.0% Other:   1.9%)

Memory Peak  : 1070MB
Max. Length  : 95 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 23.33s
Memory:		 979MB (+5MB)
UNKNOWN
Iteration Time:	 24.39s

Iteration 38
Queue:		 [(21,105,0,True), (22,110,0,True)]
Grounded Until:	 100
Expected Memory: 1078.0MB
Grounding...	 [('step', [101]), ('step', [102]), ('step', [103]), ('step', [104]), ('step', [105]), ('check', [105])]
Grounding Time:	 0.56s
Memory:		 979MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 39
Time         : 812.206s (Solving: 772.58s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 812.392s

Choices      : 10621341 (Domain: 10507069)
Conflicts    : 961212   (Analyzed: 961208)
Restarts     : 3410     (Average: 281.88 Last: 704)
Model-Level  : 274.0   
Problems     : 39       (Average Length: 59.56 Splits: 0)
Lemmas       : 961208   (Deleted: 912833)
  Binary     : 19279    (Ratio:   2.01%)
  Ternary    : 3274     (Ratio:   0.34%)
  Conflict   : 961208   (Average Length:  955.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 961208   (Average: 10.30 Max: 906 Sum: 9896770)
  Executed   : 961104   (Average: 10.29 Max: 906 Sum: 9893317 Ratio:  99.97%)
  Bounded    : 104      (Average: 33.20 Max:  97 Sum:   3453 Ratio:   0.03%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 821551   (Eliminated: 17109 Frozen: 789787)
Constraints  : 6021013  (Binary:  91.1% Ternary:   7.0% Other:   1.9%)

Memory Peak  : 1080MB
Max. Length  : 100 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 21.51s
Memory:		 1004MB (+25MB)
UNKNOWN
Iteration Time:	 22.60s

Iteration 39
Queue:		 [(22,110,0,True)]
Grounded Until:	 105
Expected Memory: 1103.0MB
Grounding...	 [('step', [106]), ('step', [107]), ('step', [108]), ('step', [109]), ('step', [110]), ('check', [110])]
Grounding Time:	 0.55s
Memory:		 1004MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 40
Time         : 836.409s (Solving: 794.81s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 836.608s

Choices      : 10907961 (Domain: 10793205)
Conflicts    : 989474   (Analyzed: 989470)
Restarts     : 3510     (Average: 281.90 Last: 704)
Model-Level  : 274.0   
Problems     : 40       (Average Length: 60.88 Splits: 0)
Lemmas       : 989470   (Deleted: 940731)
  Binary     : 19410    (Ratio:   1.96%)
  Ternary    : 3280     (Ratio:   0.33%)
  Conflict   : 989470   (Average Length:  958.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 989470   (Average: 10.26 Max: 911 Sum: 10147682)
  Executed   : 989366   (Average: 10.25 Max: 911 Sum: 10144229 Ratio:  99.97%)
  Bounded    : 104      (Average: 33.20 Max:  97 Sum:   3453 Ratio:   0.03%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 861627   (Eliminated: 17109 Frozen: 829863)
Constraints  : 6322993  (Binary:  91.1% Ternary:   7.0% Other:   1.9%)

Memory Peak  : 1109MB
Max. Length  : 105 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 23.13s
Memory:		 1023MB (+19MB)
UNKNOWN
Iteration Time:	 24.22s

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

Models       : 0+
Calls        : 41
Time         : 857.545s (Solving: 815.76s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 857.752s

Choices      : 11056326 (Domain: 10941570)
Conflicts    : 1017689  (Analyzed: 1017685)
Restarts     : 3610     (Average: 281.91 Last: 704)
Model-Level  : 274.0   
Problems     : 41       (Average Length: 62.12 Splits: 0)
Lemmas       : 1017685  (Deleted: 968285)
  Binary     : 19520    (Ratio:   1.92%)
  Ternary    : 3306     (Ratio:   0.32%)
  Conflict   : 1017685  (Average Length:  957.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1017685  (Average: 10.10 Max: 911 Sum: 10282431)
  Executed   : 1017581  (Average: 10.10 Max: 911 Sum: 10278978 Ratio:  99.97%)
  Bounded    : 104      (Average: 33.20 Max:  97 Sum:   3453 Ratio:   0.03%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 861627   (Eliminated: 17109 Frozen: 844518)
Constraints  : 6322993  (Binary:  91.1% Ternary:   7.0% Other:   1.9%)

Memory Peak  : 1109MB
Max. Length  : 110 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 21.08s
Memory:		 1049MB (+26MB)
UNKNOWN
Iteration Time:	 21.15s

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

Models       : 0+
Calls        : 42
Time         : 875.206s (Solving: 833.22s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 875.424s

Choices      : 11226284 (Domain: 11111528)
Conflicts    : 1045911  (Analyzed: 1045907)
Restarts     : 3710     (Average: 281.92 Last: 704)
Model-Level  : 274.0   
Problems     : 42       (Average Length: 63.31 Splits: 0)
Lemmas       : 1045907  (Deleted: 996036)
  Binary     : 19632    (Ratio:   1.88%)
  Ternary    : 3331     (Ratio:   0.32%)
  Conflict   : 1045907  (Average Length:  952.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1045907  (Average:  9.98 Max: 911 Sum: 10436314)
  Executed   : 1045803  (Average:  9.97 Max: 911 Sum: 10432861 Ratio:  99.97%)
  Bounded    : 104      (Average: 33.20 Max:  97 Sum:   3453 Ratio:   0.03%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 861627   (Eliminated: 17109 Frozen: 844518)
Constraints  : 6322993  (Binary:  91.1% Ternary:   7.0% Other:   1.9%)

Memory Peak  : 1109MB
Max. Length  : 110 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 17.59s
Memory:		 1049MB (+0MB)
UNKNOWN
Iteration Time:	 17.67s

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

INTERRUPTED  : 1

Models       : 0+
Calls        : 43
Time         : 900.194s (Solving: 858.02s 1st Model: 0.01s Unsat: 23.98s)
CPU Time     : 900.408s

Choices      : 11455326 (Domain: 11339738)
Conflicts    : 1074186  (Analyzed: 1074182)
Restarts     : 3810     (Average: 281.94 Last: 704)
Model-Level  : 274.0   
Problems     : 43       (Average Length: 64.44 Splits: 0)
Lemmas       : 1074182  (Deleted: 1023485)
  Binary     : 19925    (Ratio:   1.85%)
  Ternary    : 3379     (Ratio:   0.31%)
  Conflict   : 1074182  (Average Length:  960.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1074182  (Average:  9.91 Max: 911 Sum: 10642072)
  Executed   : 1074077  (Average:  9.90 Max: 911 Sum: 10638507 Ratio:  99.97%)
  Bounded    : 105      (Average: 33.95 Max: 112 Sum:   3565 Ratio:   0.03%)

Rules        : 160605   (Original: 145110)
Atoms        : 77297   
Bodies       : 70054    (Original: 54558)
  Count      : 890      (Original: 2504)
Equivalences : 16810    (Atom=Atom: 87 Body=Body: 0 Other: 16723)
Tight        : Yes
Variables    : 861627   (Eliminated: 17109 Frozen: 844518)
Constraints  : 6322993  (Binary:  91.1% Ternary:   7.0% Other:   1.9%)

Memory Peak  : 1109MB
Max. Length  : 110 steps
Models       : 1