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-1.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-1.pddl
Parsing...
Parsing: [0.040s CPU, 0.044s wall-clock]
Normalizing task... [0.000s CPU, 0.003s wall-clock]
Instantiating...
Generating Datalog program... [0.010s CPU, 0.011s wall-clock]
Normalizing Datalog program...
Normalizing Datalog program: [0.080s CPU, 0.074s wall-clock]
Preparing model... [0.030s CPU, 0.034s wall-clock]
Generated 115 rules.
Computing model... [0.400s CPU, 0.403s wall-clock]
2025 relevant atoms
2105 auxiliary atoms
4130 final queue length
7122 total queue pushes
Completing instantiation... [0.600s CPU, 0.602s wall-clock]
Instantiating: [1.120s CPU, 1.128s wall-clock]
Computing fact groups...
Finding invariants...
24 initial candidates
Finding invariants: [0.110s CPU, 0.101s wall-clock]
Checking invariant weight... [0.000s CPU, 0.001s wall-clock]
Instantiating groups... [0.000s CPU, 0.006s wall-clock]
Collecting mutex groups... [0.000s CPU, 0.000s wall-clock]
Choosing groups...
207 uncovered facts
Choosing groups: [0.000s CPU, 0.001s wall-clock]
Building translation key... [0.010s CPU, 0.008s wall-clock]
Computing fact groups: [0.140s CPU, 0.133s wall-clock]
Building STRIPS to SAS dictionary... [0.000s CPU, 0.002s wall-clock]
Building dictionary for full mutex groups... [0.000s CPU, 0.002s wall-clock]
Building mutex information...
Building mutex information: [0.000s CPU, 0.002s wall-clock]
Translating task...
Processing axioms...
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
Processing axioms: [0.030s CPU, 0.033s wall-clock]
Translating task: [0.670s CPU, 0.664s wall-clock]
2326 effect conditions simplified
0 implied preconditions added
Detecting unreachable propositions...
0 operators removed
0 axioms removed
3 propositions removed
Detecting unreachable propositions: [0.310s CPU, 0.311s wall-clock]
Reordering and filtering variables...
210 of 210 variables necessary.
11 of 14 mutex groups necessary.
1390 of 1390 operators necessary.
0 of 0 axiom rules necessary.
Reordering and filtering variables: [0.210s CPU, 0.207s wall-clock]
Translator variables: 210
Translator derived variables: 0
Translator facts: 441
Translator goal facts: 9
Translator mutex groups: 11
Translator total mutex groups size: 33
Translator operators: 1390
Translator axioms: 0
Translator task size: 13333
Translator peak memory: 43980 KB
Writing output... [0.220s CPU, 0.243s wall-clock]
Done! [2.740s CPU, 2.766s wall-clock]
planner.py version 0.0.1

Time:	 0.56s
Memory: 86MB

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

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

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

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

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

Choices      : 80       (Domain: 68)
Conflicts    : 33       (Analyzed: 32)
Restarts     : 0       
Problems     : 2        (Average Length: 4.50 Splits: 0)
Lemmas       : 32       (Deleted: 0)
  Binary     : 8        (Ratio:  25.00%)
  Ternary    : 3        (Ratio:   9.38%)
  Conflict   : 32       (Average Length:    6.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 32       (Average:  2.53 Max:  18 Sum:     81)
  Executed   : 31       (Average:  2.50 Max:  18 Sum:     80 Ratio:  98.77%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   1.23%)

Rules        : 38518   
Atoms        : 38518   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 10322    (Eliminated:    0 Frozen:  120)
Constraints  : 36431    (Binary:  95.0% Ternary:   3.5% Other:   1.5%)

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

[endof: stats after solve call]
Solving Time:	 0.01s
Memory:		 160MB (+2MB)
UNSAT
Iteration Time:	 0.24s

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

Models       : 1+
Calls        : 3
Time         : 1.173s (Solving: 0.01s 1st Model: 0.01s Unsat: 0.00s)
CPU Time     : 1.084s

Choices      : 575      (Domain: 527)
Conflicts    : 60       (Analyzed: 59)
Restarts     : 0       
Model-Level  : 210.0   
Problems     : 3        (Average Length: 7.00 Splits: 0)
Lemmas       : 59       (Deleted: 0)
  Binary     : 18       (Ratio:  30.51%)
  Ternary    : 6        (Ratio:  10.17%)
  Conflict   : 59       (Average Length:   16.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 59       (Average:  6.41 Max:  65 Sum:    378)
  Executed   : 58       (Average:  6.39 Max:  65 Sum:    377 Ratio:  99.74%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   0.26%)

Rules        : 38518   
Atoms        : 38518   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 22613    (Eliminated:    0 Frozen:  240)
Constraints  : 136846   (Binary:  95.5% Ternary:   3.2% Other:   1.2%)

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

[endof: stats after solve call]
Solving Time:	 0.02s
Memory:		 171MB (+7MB)
SAT
Testing...
NOT SERIALIZABLE
Testing Time:	 0.66s
Memory:		 191MB (+20MB)
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 4
Time         : 1.649s (Solving: 0.29s 1st Model: 0.01s Unsat: 0.28s)
CPU Time     : 1.560s

Choices      : 9667     (Domain: 7298)
Conflicts    : 1076     (Analyzed: 1074)
Restarts     : 10       (Average: 107.40 Last: 50)
Model-Level  : 210.0   
Problems     : 4        (Average Length: 8.25 Splits: 0)
Lemmas       : 1074     (Deleted: 0)
  Binary     : 249      (Ratio:  23.18%)
  Ternary    : 82       (Ratio:   7.64%)
  Conflict   : 1074     (Average Length:   34.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1074     (Average:  8.85 Max: 111 Sum:   9509)
  Executed   : 1064     (Average:  8.76 Max: 111 Sum:   9411 Ratio:  98.97%)
  Bounded    : 10       (Average:  9.80 Max:  12 Sum:     98 Ratio:   1.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 34656    (Eliminated:    0 Frozen: 10341)
Constraints  : 218496   (Binary:  91.7% Ternary:   6.6% Other:   1.8%)

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

[endof: stats after solve call]
Solving Time:	 0.33s
Memory:		 190MB (+-1MB)
UNSAT
Iteration Time:	 1.27s

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

Models       : 0+
Calls        : 5
Time         : 5.232s (Solving: 3.35s 1st Model: 0.01s Unsat: 0.28s)
CPU Time     : 5.148s

Choices      : 75345    (Domain: 56675)
Conflicts    : 10400    (Analyzed: 10398)
Restarts     : 110      (Average: 94.53 Last: 60)
Model-Level  : 210.0   
Problems     : 5        (Average Length: 10.00 Splits: 0)
Lemmas       : 10398    (Deleted: 6413)
  Binary     : 850      (Ratio:   8.17%)
  Ternary    : 222      (Ratio:   2.14%)
  Conflict   : 10398    (Average Length:  367.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 10398    (Average:  6.92 Max: 158 Sum:  71933)
  Executed   : 10383    (Average:  6.90 Max: 158 Sum:  71755 Ratio:  99.75%)
  Bounded    : 15       (Average: 11.87 Max:  17 Sum:    178 Ratio:   0.25%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 57232    (Eliminated:    0 Frozen: 17806)
Constraints  : 385587   (Binary:  91.7% Ternary:   6.5% Other:   1.8%)

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

[endof: stats after solve call]
Solving Time:	 3.09s
Memory:		 207MB (+14MB)
UNKNOWN
Iteration Time:	 3.59s

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

Models       : 0+
Calls        : 6
Time         : 8.895s (Solving: 6.51s 1st Model: 0.01s Unsat: 0.28s)
CPU Time     : 8.812s

Choices      : 153359   (Domain: 127951)
Conflicts    : 19086    (Analyzed: 19084)
Restarts     : 210      (Average: 90.88 Last: 72)
Model-Level  : 210.0   
Problems     : 6        (Average Length: 12.00 Splits: 0)
Lemmas       : 19084    (Deleted: 14712)
  Binary     : 1367     (Ratio:   7.16%)
  Ternary    : 347      (Ratio:   1.82%)
  Conflict   : 19084    (Average Length:  349.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 19084    (Average:  7.58 Max: 159 Sum: 144660)
  Executed   : 19064    (Average:  7.57 Max: 159 Sum: 144384 Ratio:  99.81%)
  Bounded    : 20       (Average: 13.80 Max:  22 Sum:    276 Ratio:   0.19%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 79808    (Eliminated:    0 Frozen: 25271)
Constraints  : 552873   (Binary:  91.7% Ternary:   6.5% Other:   1.8%)

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

[endof: stats after solve call]
Solving Time:	 3.19s
Memory:		 218MB (+6MB)
UNKNOWN
Iteration Time:	 3.67s

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

Models       : 0+
Calls        : 7
Time         : 13.254s (Solving: 10.36s 1st Model: 0.01s Unsat: 0.28s)
CPU Time     : 13.176s

Choices      : 240791   (Domain: 211610)
Conflicts    : 27470    (Analyzed: 27468)
Restarts     : 310      (Average: 88.61 Last: 113)
Model-Level  : 210.0   
Problems     : 7        (Average Length: 14.14 Splits: 0)
Lemmas       : 27468    (Deleted: 20595)
  Binary     : 1913     (Ratio:   6.96%)
  Ternary    : 469      (Ratio:   1.71%)
  Conflict   : 27468    (Average Length:  341.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 27468    (Average:  8.21 Max: 225 Sum: 225490)
  Executed   : 27447    (Average:  8.20 Max: 225 Sum: 225192 Ratio:  99.87%)
  Bounded    : 21       (Average: 14.19 Max:  22 Sum:    298 Ratio:   0.13%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 102384   (Eliminated:    0 Frozen: 32736)
Constraints  : 722078   (Binary:  91.7% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 3.88s
Memory:		 242MB (+16MB)
UNKNOWN
Iteration Time:	 4.37s

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

Models       : 0+
Calls        : 8
Time         : 17.109s (Solving: 13.71s 1st Model: 0.01s Unsat: 0.28s)
CPU Time     : 17.032s

Choices      : 292650   (Domain: 262508)
Conflicts    : 35019    (Analyzed: 35017)
Restarts     : 410      (Average: 85.41 Last: 113)
Model-Level  : 210.0   
Problems     : 8        (Average Length: 16.38 Splits: 0)
Lemmas       : 35017    (Deleted: 28211)
  Binary     : 2071     (Ratio:   5.91%)
  Ternary    : 486      (Ratio:   1.39%)
  Conflict   : 35017    (Average Length:  378.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 35017    (Average:  7.69 Max: 225 Sum: 269214)
  Executed   : 34996    (Average:  7.68 Max: 225 Sum: 268916 Ratio:  99.89%)
  Bounded    : 21       (Average: 14.19 Max:  22 Sum:    298 Ratio:   0.11%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 124960   (Eliminated:    0 Frozen: 40201)
Constraints  : 895123   (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 3.39s
Memory:		 252MB (+8MB)
UNKNOWN
Iteration Time:	 3.87s

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         : 19.727s (Solving: 16.28s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 19.652s

Choices      : 327681   (Domain: 295476)
Conflicts    : 40137    (Analyzed: 40134)
Restarts     : 467      (Average: 85.94 Last: 113)
Model-Level  : 210.0   
Problems     : 9        (Average Length: 18.11 Splits: 0)
Lemmas       : 40134    (Deleted: 33147)
  Binary     : 2353     (Ratio:   5.86%)
  Ternary    : 555      (Ratio:   1.38%)
  Conflict   : 40134    (Average Length:  355.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 40134    (Average:  7.56 Max: 225 Sum: 303476)
  Executed   : 40106    (Average:  7.55 Max: 225 Sum: 302985 Ratio:  99.84%)
  Bounded    : 28       (Average: 17.54 Max:  32 Sum:    491 Ratio:   0.16%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 124960   (Eliminated:    0 Frozen: 40201)
Constraints  : 895123   (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 2.61s
Memory:		 253MB (+1MB)
UNSAT
Iteration Time:	 2.62s

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         : 24.114s (Solving: 20.64s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 24.040s

Choices      : 410265   (Domain: 375229)
Conflicts    : 49032    (Analyzed: 49029)
Restarts     : 567      (Average: 86.47 Last: 113)
Model-Level  : 210.0   
Problems     : 10       (Average Length: 19.50 Splits: 0)
Lemmas       : 49029    (Deleted: 40806)
  Binary     : 2729     (Ratio:   5.57%)
  Ternary    : 677      (Ratio:   1.38%)
  Conflict   : 49029    (Average Length:  333.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 49029    (Average:  7.77 Max: 225 Sum: 381113)
  Executed   : 48996    (Average:  7.76 Max: 225 Sum: 380472 Ratio:  99.83%)
  Bounded    : 33       (Average: 19.42 Max:  32 Sum:    641 Ratio:   0.17%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 124960   (Eliminated:    0 Frozen: 40201)
Constraints  : 880061   (Binary:  91.7% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.38s
Memory:		 253MB (+0MB)
UNKNOWN
Iteration Time:	 4.39s

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         : 29.016s (Solving: 25.51s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 28.948s

Choices      : 509664   (Domain: 473107)
Conflicts    : 57575    (Analyzed: 57572)
Restarts     : 667      (Average: 86.31 Last: 113)
Model-Level  : 210.0   
Problems     : 11       (Average Length: 20.64 Splits: 0)
Lemmas       : 57572    (Deleted: 45752)
  Binary     : 3276     (Ratio:   5.69%)
  Ternary    : 815      (Ratio:   1.42%)
  Conflict   : 57572    (Average Length:  306.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 57572    (Average:  8.26 Max: 225 Sum: 475767)
  Executed   : 57531    (Average:  8.25 Max: 225 Sum: 474870 Ratio:  99.81%)
  Bounded    : 41       (Average: 21.88 Max:  32 Sum:    897 Ratio:   0.19%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 124960   (Eliminated:    0 Frozen: 40201)
Constraints  : 878125   (Binary:  91.7% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.90s
Memory:		 253MB (+0MB)
UNKNOWN
Iteration Time:	 4.91s

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         : 34.065s (Solving: 30.52s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 34.000s

Choices      : 579851   (Domain: 541153)
Conflicts    : 66044    (Analyzed: 66041)
Restarts     : 767      (Average: 86.10 Last: 123)
Model-Level  : 210.0   
Problems     : 12       (Average Length: 21.58 Splits: 0)
Lemmas       : 66041    (Deleted: 53713)
  Binary     : 3707     (Ratio:   5.61%)
  Ternary    : 892      (Ratio:   1.35%)
  Conflict   : 66041    (Average Length:  374.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 66041    (Average:  8.05 Max: 225 Sum: 531930)
  Executed   : 66000    (Average:  8.04 Max: 225 Sum: 531033 Ratio:  99.83%)
  Bounded    : 41       (Average: 21.88 Max:  32 Sum:    897 Ratio:   0.17%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 124960   (Eliminated:    0 Frozen: 40201)
Constraints  : 866903   (Binary:  91.7% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.04s
Memory:		 253MB (+0MB)
UNKNOWN
Iteration Time:	 5.06s

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

Models       : 0+
Calls        : 13
Time         : 39.370s (Solving: 35.24s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 39.308s

Choices      : 673345   (Domain: 632453)
Conflicts    : 74595    (Analyzed: 74592)
Restarts     : 867      (Average: 86.03 Last: 123)
Model-Level  : 210.0   
Problems     : 13       (Average Length: 22.77 Splits: 0)
Lemmas       : 74592    (Deleted: 62087)
  Binary     : 3920     (Ratio:   5.26%)
  Ternary    : 931      (Ratio:   1.25%)
  Conflict   : 74592    (Average Length:  355.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 74592    (Average:  8.27 Max: 249 Sum: 616599)
  Executed   : 74551    (Average:  8.25 Max: 249 Sum: 615702 Ratio:  99.85%)
  Bounded    : 41       (Average: 21.88 Max:  32 Sum:    897 Ratio:   0.15%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 147536   (Eliminated:    0 Frozen: 47666)
Constraints  : 1039948  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.76s
Memory:		 280MB (+22MB)
UNKNOWN
Iteration Time:	 5.32s

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

Models       : 0+
Calls        : 14
Time         : 44.644s (Solving: 39.86s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 44.584s

Choices      : 757451   (Domain: 715595)
Conflicts    : 82690    (Analyzed: 82687)
Restarts     : 967      (Average: 85.51 Last: 123)
Model-Level  : 210.0   
Problems     : 14       (Average Length: 24.14 Splits: 0)
Lemmas       : 82687    (Deleted: 70509)
  Binary     : 4047     (Ratio:   4.89%)
  Ternary    : 948      (Ratio:   1.15%)
  Conflict   : 82687    (Average Length:  350.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 82687    (Average:  8.35 Max: 310 Sum: 690077)
  Executed   : 82646    (Average:  8.33 Max: 310 Sum: 689180 Ratio:  99.87%)
  Bounded    : 41       (Average: 21.88 Max:  32 Sum:    897 Ratio:   0.13%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 170112   (Eliminated:    0 Frozen: 55131)
Constraints  : 1212993  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.67s
Memory:		 296MB (+4MB)
UNKNOWN
Iteration Time:	 5.28s

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

Models       : 0+
Calls        : 15
Time         : 49.422s (Solving: 44.10s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 49.364s

Choices      : 812811   (Domain: 770774)
Conflicts    : 90599    (Analyzed: 90596)
Restarts     : 1067     (Average: 84.91 Last: 123)
Model-Level  : 210.0   
Problems     : 15       (Average Length: 25.67 Splits: 0)
Lemmas       : 90596    (Deleted: 78370)
  Binary     : 4116     (Ratio:   4.54%)
  Ternary    : 955      (Ratio:   1.05%)
  Conflict   : 90596    (Average Length:  350.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 90596    (Average:  8.09 Max: 338 Sum: 732817)
  Executed   : 90555    (Average:  8.08 Max: 338 Sum: 731920 Ratio:  99.88%)
  Bounded    : 41       (Average: 21.88 Max:  32 Sum:    897 Ratio:   0.12%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 192688   (Eliminated:    0 Frozen: 62596)
Constraints  : 1386038  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.29s
Memory:		 310MB (+7MB)
UNKNOWN
Iteration Time:	 4.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: 337.0MB
Grounding...	 [('step', [46]), ('step', [47]), ('step', [48]), ('step', [49]), ('step', [50]), ('check', [50])]
Grounding Time:	 0.32s
Memory:		 316MB (+6MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 16
Time         : 54.433s (Solving: 48.54s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 54.380s

Choices      : 882467   (Domain: 839930)
Conflicts    : 98398    (Analyzed: 98395)
Restarts     : 1167     (Average: 84.31 Last: 123)
Model-Level  : 210.0   
Problems     : 16       (Average Length: 27.31 Splits: 0)
Lemmas       : 98395    (Deleted: 86110)
  Binary     : 4169     (Ratio:   4.24%)
  Ternary    : 970      (Ratio:   0.99%)
  Conflict   : 98395    (Average Length:  347.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 98395    (Average:  8.02 Max: 338 Sum: 788812)
  Executed   : 98354    (Average:  8.01 Max: 338 Sum: 787915 Ratio:  99.89%)
  Bounded    : 41       (Average: 21.88 Max:  32 Sum:    897 Ratio:   0.11%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 215264   (Eliminated:    0 Frozen: 70061)
Constraints  : 1559083  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.50s
Memory:		 346MB (+30MB)
UNKNOWN
Iteration Time:	 5.02s

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

Models       : 0+
Calls        : 17
Time         : 59.848s (Solving: 53.37s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 59.796s

Choices      : 961113   (Domain: 918330)
Conflicts    : 106138   (Analyzed: 106135)
Restarts     : 1267     (Average: 83.77 Last: 123)
Model-Level  : 210.0   
Problems     : 17       (Average Length: 29.06 Splits: 0)
Lemmas       : 106135   (Deleted: 93509)
  Binary     : 4204     (Ratio:   3.96%)
  Ternary    : 977      (Ratio:   0.92%)
  Conflict   : 106135   (Average Length:  345.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 106135   (Average:  8.04 Max: 411 Sum: 852969)
  Executed   : 106094   (Average:  8.03 Max: 411 Sum: 852072 Ratio:  99.89%)
  Bounded    : 41       (Average: 21.88 Max:  32 Sum:    897 Ratio:   0.11%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 237840   (Eliminated:    0 Frozen: 77526)
Constraints  : 1732128  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.88s
Memory:		 351MB (+5MB)
UNKNOWN
Iteration Time:	 5.43s

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

Models       : 0+
Calls        : 18
Time         : 64.926s (Solving: 57.84s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 64.876s

Choices      : 1035121  (Domain: 992169)
Conflicts    : 113711   (Analyzed: 113708)
Restarts     : 1367     (Average: 83.18 Last: 123)
Model-Level  : 210.0   
Problems     : 18       (Average Length: 30.89 Splits: 0)
Lemmas       : 113708   (Deleted: 101318)
  Binary     : 4237     (Ratio:   3.73%)
  Ternary    : 979      (Ratio:   0.86%)
  Conflict   : 113708   (Average Length:  343.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 113708   (Average:  8.01 Max: 434 Sum: 910955)
  Executed   : 113667   (Average:  8.00 Max: 434 Sum: 910058 Ratio:  99.90%)
  Bounded    : 41       (Average: 21.88 Max:  32 Sum:    897 Ratio:   0.10%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 260416   (Eliminated:    0 Frozen: 84991)
Constraints  : 1905173  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.53s
Memory:		 365MB (+12MB)
UNKNOWN
Iteration Time:	 5.09s

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

Models       : 0+
Calls        : 19
Time         : 69.919s (Solving: 62.23s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 69.868s

Choices      : 1112398  (Domain: 1069287)
Conflicts    : 121105   (Analyzed: 121102)
Restarts     : 1467     (Average: 82.55 Last: 123)
Model-Level  : 210.0   
Problems     : 19       (Average Length: 32.79 Splits: 0)
Lemmas       : 121102   (Deleted: 108597)
  Binary     : 4255     (Ratio:   3.51%)
  Ternary    : 984      (Ratio:   0.81%)
  Conflict   : 121102   (Average Length:  340.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 121102   (Average:  8.02 Max: 434 Sum: 971637)
  Executed   : 121061   (Average:  8.02 Max: 434 Sum: 970740 Ratio:  99.91%)
  Bounded    : 41       (Average: 21.88 Max:  32 Sum:    897 Ratio:   0.09%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 282992   (Eliminated:    0 Frozen: 92456)
Constraints  : 2078218  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.45s
Memory:		 380MB (+12MB)
UNKNOWN
Iteration Time:	 5.00s

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

Models       : 0+
Calls        : 20
Time         : 75.335s (Solving: 66.99s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 75.284s

Choices      : 1196949  (Domain: 1153661)
Conflicts    : 128726   (Analyzed: 128723)
Restarts     : 1567     (Average: 82.15 Last: 123)
Model-Level  : 210.0   
Problems     : 20       (Average Length: 34.75 Splits: 0)
Lemmas       : 128723   (Deleted: 116004)
  Binary     : 4268     (Ratio:   3.32%)
  Ternary    : 985      (Ratio:   0.77%)
  Conflict   : 128723   (Average Length:  338.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 128723   (Average:  8.06 Max: 442 Sum: 1038104)
  Executed   : 128682   (Average:  8.06 Max: 442 Sum: 1037207 Ratio:  99.91%)
  Bounded    : 41       (Average: 21.88 Max:  32 Sum:    897 Ratio:   0.09%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 305568   (Eliminated:    0 Frozen: 99921)
Constraints  : 2251263  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.83s
Memory:		 424MB (+42MB)
UNKNOWN
Iteration Time:	 5.43s

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

Models       : 0+
Calls        : 21
Time         : 80.383s (Solving: 71.35s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 80.336s

Choices      : 1264199  (Domain: 1220699)
Conflicts    : 136132   (Analyzed: 136129)
Restarts     : 1667     (Average: 81.66 Last: 123)
Model-Level  : 210.0   
Problems     : 21       (Average Length: 36.76 Splits: 0)
Lemmas       : 136129   (Deleted: 123365)
  Binary     : 4283     (Ratio:   3.15%)
  Ternary    : 991      (Ratio:   0.73%)
  Conflict   : 136129   (Average Length:  338.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 136129   (Average:  7.98 Max: 474 Sum: 1086272)
  Executed   : 136088   (Average:  7.97 Max: 474 Sum: 1085375 Ratio:  99.92%)
  Bounded    : 41       (Average: 21.88 Max:  32 Sum:    897 Ratio:   0.08%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 328144   (Eliminated:    0 Frozen: 107386)
Constraints  : 2424308  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.43s
Memory:		 427MB (+3MB)
UNKNOWN
Iteration Time:	 5.06s

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

Models       : 0+
Calls        : 22
Time         : 86.047s (Solving: 76.17s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 86.000s

Choices      : 1353268  (Domain: 1309311)
Conflicts    : 143934   (Analyzed: 143931)
Restarts     : 1767     (Average: 81.46 Last: 123)
Model-Level  : 210.0   
Problems     : 22       (Average Length: 38.82 Splits: 0)
Lemmas       : 143931   (Deleted: 130578)
  Binary     : 4326     (Ratio:   3.01%)
  Ternary    : 997      (Ratio:   0.69%)
  Conflict   : 143931   (Average Length:  339.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 143931   (Average:  8.03 Max: 552 Sum: 1155389)
  Executed   : 143890   (Average:  8.02 Max: 552 Sum: 1154492 Ratio:  99.92%)
  Bounded    : 41       (Average: 21.88 Max:  32 Sum:    897 Ratio:   0.08%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated:    0 Frozen: 114851)
Constraints  : 2597353  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.89s
Memory:		 455MB (+3MB)
UNKNOWN
Iteration Time:	 5.67s

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

Models       : 0+
Calls        : 23
Time         : 90.380s (Solving: 80.43s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 90.336s

Choices      : 1408302  (Domain: 1364345)
Conflicts    : 152826   (Analyzed: 152823)
Restarts     : 1867     (Average: 81.85 Last: 123)
Model-Level  : 210.0   
Problems     : 23       (Average Length: 40.70 Splits: 0)
Lemmas       : 152823   (Deleted: 138809)
  Binary     : 4424     (Ratio:   2.89%)
  Ternary    : 1052     (Ratio:   0.69%)
  Conflict   : 152823   (Average Length:  330.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 152823   (Average:  7.89 Max: 552 Sum: 1206525)
  Executed   : 152778   (Average:  7.89 Max: 552 Sum: 1205462 Ratio:  99.91%)
  Bounded    : 45       (Average: 23.62 Max:  82 Sum:   1063 Ratio:   0.09%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated:    0 Frozen: 114851)
Constraints  : 2597353  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.31s
Memory:		 455MB (+0MB)
UNKNOWN
Iteration Time:	 4.34s

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

Models       : 0+
Calls        : 24
Time         : 93.885s (Solving: 83.86s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 93.844s

Choices      : 1456590  (Domain: 1412273)
Conflicts    : 161054   (Analyzed: 161051)
Restarts     : 1967     (Average: 81.88 Last: 123)
Model-Level  : 210.0   
Problems     : 24       (Average Length: 42.42 Splits: 0)
Lemmas       : 161051   (Deleted: 145006)
  Binary     : 4587     (Ratio:   2.85%)
  Ternary    : 1091     (Ratio:   0.68%)
  Conflict   : 161051   (Average Length:  320.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 161051   (Average:  7.76 Max: 552 Sum: 1250174)
  Executed   : 161003   (Average:  7.75 Max: 552 Sum: 1248875 Ratio:  99.90%)
  Bounded    : 48       (Average: 27.06 Max:  82 Sum:   1299 Ratio:   0.10%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated:    0 Frozen: 114851)
Constraints  : 2595431  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 3.48s
Memory:		 455MB (+0MB)
UNKNOWN
Iteration Time:	 3.51s

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

Models       : 0+
Calls        : 25
Time         : 98.368s (Solving: 88.27s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 98.328s

Choices      : 1532204  (Domain: 1486276)
Conflicts    : 169335   (Analyzed: 169332)
Restarts     : 2067     (Average: 81.92 Last: 123)
Model-Level  : 210.0   
Problems     : 25       (Average Length: 44.00 Splits: 0)
Lemmas       : 169332   (Deleted: 152679)
  Binary     : 4813     (Ratio:   2.84%)
  Ternary    : 1127     (Ratio:   0.67%)
  Conflict   : 169332   (Average Length:  314.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 169332   (Average:  7.80 Max: 552 Sum: 1320031)
  Executed   : 169280   (Average:  7.79 Max: 552 Sum: 1318422 Ratio:  99.88%)
  Bounded    : 52       (Average: 30.94 Max:  82 Sum:   1609 Ratio:   0.12%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated:    0 Frozen: 114851)
Constraints  : 2593508  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.46s
Memory:		 455MB (+0MB)
UNKNOWN
Iteration Time:	 4.49s

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

Models       : 0+
Calls        : 26
Time         : 103.551s (Solving: 93.38s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 103.512s

Choices      : 1636841  (Domain: 1589451)
Conflicts    : 177390   (Analyzed: 177387)
Restarts     : 2167     (Average: 81.86 Last: 123)
Model-Level  : 210.0   
Problems     : 26       (Average Length: 45.46 Splits: 0)
Lemmas       : 177387   (Deleted: 160322)
  Binary     : 5100     (Ratio:   2.88%)
  Ternary    : 1190     (Ratio:   0.67%)
  Conflict   : 177387   (Average Length:  310.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 177387   (Average:  7.98 Max: 552 Sum: 1415711)
  Executed   : 177335   (Average:  7.97 Max: 552 Sum: 1414102 Ratio:  99.89%)
  Bounded    : 52       (Average: 30.94 Max:  82 Sum:   1609 Ratio:   0.11%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated:    0 Frozen: 114851)
Constraints  : 2593508  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.16s
Memory:		 455MB (+0MB)
UNKNOWN
Iteration Time:	 5.19s

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

Models       : 0+
Calls        : 27
Time         : 109.137s (Solving: 98.88s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 109.100s

Choices      : 1767951  (Domain: 1718718)
Conflicts    : 186630   (Analyzed: 186627)
Restarts     : 2267     (Average: 82.32 Last: 123)
Model-Level  : 210.0   
Problems     : 27       (Average Length: 46.81 Splits: 0)
Lemmas       : 186627   (Deleted: 169729)
  Binary     : 5358     (Ratio:   2.87%)
  Ternary    : 1236     (Ratio:   0.66%)
  Conflict   : 186627   (Average Length:  311.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 186627   (Average:  8.22 Max: 552 Sum: 1534987)
  Executed   : 186574   (Average:  8.22 Max: 552 Sum: 1533301 Ratio:  99.89%)
  Bounded    : 53       (Average: 31.81 Max:  82 Sum:   1686 Ratio:   0.11%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated:    0 Frozen: 114851)
Constraints  : 2593508  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.56s
Memory:		 455MB (+0MB)
UNKNOWN
Iteration Time:	 5.59s

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

Models       : 0+
Calls        : 28
Time         : 114.065s (Solving: 103.73s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 114.032s

Choices      : 1886155  (Domain: 1835868)
Conflicts    : 195155   (Analyzed: 195152)
Restarts     : 2367     (Average: 82.45 Last: 123)
Model-Level  : 210.0   
Problems     : 28       (Average Length: 48.07 Splits: 0)
Lemmas       : 195152   (Deleted: 176261)
  Binary     : 5612     (Ratio:   2.88%)
  Ternary    : 1281     (Ratio:   0.66%)
  Conflict   : 195152   (Average Length:  310.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 195152   (Average:  8.41 Max: 552 Sum: 1641155)
  Executed   : 195098   (Average:  8.40 Max: 552 Sum: 1639387 Ratio:  99.89%)
  Bounded    : 54       (Average: 32.74 Max:  82 Sum:   1768 Ratio:   0.11%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated:    0 Frozen: 114851)
Constraints  : 2593508  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.90s
Memory:		 455MB (+0MB)
UNKNOWN
Iteration Time:	 4.93s

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

Models       : 0+
Calls        : 29
Time         : 119.142s (Solving: 108.73s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 119.112s

Choices      : 2025970  (Domain: 1974325)
Conflicts    : 203639   (Analyzed: 203636)
Restarts     : 2467     (Average: 82.54 Last: 123)
Model-Level  : 210.0   
Problems     : 29       (Average Length: 49.24 Splits: 0)
Lemmas       : 203636   (Deleted: 184418)
  Binary     : 5765     (Ratio:   2.83%)
  Ternary    : 1305     (Ratio:   0.64%)
  Conflict   : 203636   (Average Length:  312.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 203636   (Average:  8.68 Max: 552 Sum: 1767112)
  Executed   : 203582   (Average:  8.67 Max: 552 Sum: 1765344 Ratio:  99.90%)
  Bounded    : 54       (Average: 32.74 Max:  82 Sum:   1768 Ratio:   0.10%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated:    0 Frozen: 114851)
Constraints  : 2591771  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.06s
Memory:		 455MB (+0MB)
UNKNOWN
Iteration Time:	 5.08s

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

Models       : 0+
Calls        : 30
Time         : 124.255s (Solving: 113.76s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 124.228s

Choices      : 2142419  (Domain: 2090422)
Conflicts    : 212307   (Analyzed: 212304)
Restarts     : 2567     (Average: 82.71 Last: 123)
Model-Level  : 210.0   
Problems     : 30       (Average Length: 50.33 Splits: 0)
Lemmas       : 212304   (Deleted: 194626)
  Binary     : 5869     (Ratio:   2.76%)
  Ternary    : 1315     (Ratio:   0.62%)
  Conflict   : 212304   (Average Length:  316.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 212304   (Average:  8.80 Max: 552 Sum: 1868743)
  Executed   : 212250   (Average:  8.79 Max: 552 Sum: 1866975 Ratio:  99.91%)
  Bounded    : 54       (Average: 32.74 Max:  82 Sum:   1768 Ratio:   0.09%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated:    0 Frozen: 114851)
Constraints  : 2591771  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.08s
Memory:		 455MB (+0MB)
UNKNOWN
Iteration Time:	 5.12s

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

Models       : 0+
Calls        : 31
Time         : 128.405s (Solving: 117.83s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 128.380s

Choices      : 2286587  (Domain: 2234128)
Conflicts    : 220535   (Analyzed: 220532)
Restarts     : 2667     (Average: 82.69 Last: 123)
Model-Level  : 210.0   
Problems     : 31       (Average Length: 51.35 Splits: 0)
Lemmas       : 220532   (Deleted: 200880)
  Binary     : 5940     (Ratio:   2.69%)
  Ternary    : 1325     (Ratio:   0.60%)
  Conflict   : 220532   (Average Length:  314.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 220532   (Average:  9.06 Max: 552 Sum: 1999040)
  Executed   : 220478   (Average:  9.06 Max: 552 Sum: 1997272 Ratio:  99.91%)
  Bounded    : 54       (Average: 32.74 Max:  82 Sum:   1768 Ratio:   0.09%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated:    0 Frozen: 114851)
Constraints  : 2591771  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.13s
Memory:		 455MB (+0MB)
UNKNOWN
Iteration Time:	 4.15s

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

Models       : 0+
Calls        : 32
Time         : 133.246s (Solving: 122.60s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 133.224s

Choices      : 2433607  (Domain: 2380892)
Conflicts    : 228964   (Analyzed: 228961)
Restarts     : 2767     (Average: 82.75 Last: 123)
Model-Level  : 210.0   
Problems     : 32       (Average Length: 52.31 Splits: 0)
Lemmas       : 228961   (Deleted: 208835)
  Binary     : 6035     (Ratio:   2.64%)
  Ternary    : 1338     (Ratio:   0.58%)
  Conflict   : 228961   (Average Length:  315.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 228961   (Average:  9.31 Max: 552 Sum: 2130743)
  Executed   : 228907   (Average:  9.30 Max: 552 Sum: 2128975 Ratio:  99.92%)
  Bounded    : 54       (Average: 32.74 Max:  82 Sum:   1768 Ratio:   0.08%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated:    0 Frozen: 114851)
Constraints  : 2591771  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.82s
Memory:		 455MB (+0MB)
UNKNOWN
Iteration Time:	 4.84s

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

Models       : 0+
Calls        : 33
Time         : 138.113s (Solving: 127.37s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 138.096s

Choices      : 2586563  (Domain: 2533585)
Conflicts    : 237342   (Analyzed: 237339)
Restarts     : 2867     (Average: 82.78 Last: 123)
Model-Level  : 210.0   
Problems     : 33       (Average Length: 53.21 Splits: 0)
Lemmas       : 237339   (Deleted: 216990)
  Binary     : 6121     (Ratio:   2.58%)
  Ternary    : 1345     (Ratio:   0.57%)
  Conflict   : 237339   (Average Length:  315.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 237339   (Average:  9.55 Max: 552 Sum: 2267014)
  Executed   : 237284   (Average:  9.54 Max: 552 Sum: 2265164 Ratio:  99.92%)
  Bounded    : 55       (Average: 33.64 Max:  82 Sum:   1850 Ratio:   0.08%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated:    0 Frozen: 114851)
Constraints  : 2591771  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.83s
Memory:		 455MB (+0MB)
UNKNOWN
Iteration Time:	 4.87s

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

Models       : 0+
Calls        : 34
Time         : 144.240s (Solving: 133.41s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 144.228s

Choices      : 2768967  (Domain: 2715630)
Conflicts    : 246489   (Analyzed: 246486)
Restarts     : 2967     (Average: 83.08 Last: 123)
Model-Level  : 210.0   
Problems     : 34       (Average Length: 54.06 Splits: 0)
Lemmas       : 246486   (Deleted: 227225)
  Binary     : 6207     (Ratio:   2.52%)
  Ternary    : 1365     (Ratio:   0.55%)
  Conflict   : 246486   (Average Length:  320.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 246486   (Average:  9.86 Max: 552 Sum: 2429623)
  Executed   : 246431   (Average:  9.85 Max: 552 Sum: 2427773 Ratio:  99.92%)
  Bounded    : 55       (Average: 33.64 Max:  82 Sum:   1850 Ratio:   0.08%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated:    0 Frozen: 114851)
Constraints  : 2591745  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.10s
Memory:		 455MB (+0MB)
UNKNOWN
Iteration Time:	 6.13s

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

Models       : 0+
Calls        : 35
Time         : 148.761s (Solving: 137.83s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 148.748s

Choices      : 2902632  (Domain: 2849091)
Conflicts    : 254468   (Analyzed: 254465)
Restarts     : 3067     (Average: 82.97 Last: 123)
Model-Level  : 210.0   
Problems     : 35       (Average Length: 54.86 Splits: 0)
Lemmas       : 254465   (Deleted: 233984)
  Binary     : 6241     (Ratio:   2.45%)
  Ternary    : 1381     (Ratio:   0.54%)
  Conflict   : 254465   (Average Length:  321.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 254465   (Average: 10.01 Max: 552 Sum: 2547494)
  Executed   : 254410   (Average: 10.00 Max: 552 Sum: 2545644 Ratio:  99.93%)
  Bounded    : 55       (Average: 33.64 Max:  82 Sum:   1850 Ratio:   0.07%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 350720   (Eliminated:    0 Frozen: 114851)
Constraints  : 2591745  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.49s
Memory:		 455MB (+0MB)
UNKNOWN
Iteration Time:	 4.53s

Iteration 35
Queue:		 [(17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 80
Expected Memory: 499.0MB
Grounding...	 [('step', [81]), ('step', [82]), ('step', [83]), ('step', [84]), ('step', [85]), ('check', [85])]
Grounding Time:	 0.36s
Memory:		 455MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 36
Time         : 153.574s (Solving: 141.94s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 153.564s

Choices      : 2963221  (Domain: 2909324)
Conflicts    : 262489   (Analyzed: 262486)
Restarts     : 3167     (Average: 82.88 Last: 123)
Model-Level  : 210.0   
Problems     : 36       (Average Length: 55.75 Splits: 0)
Lemmas       : 262486   (Deleted: 241833)
  Binary     : 6324     (Ratio:   2.41%)
  Ternary    : 1389     (Ratio:   0.53%)
  Conflict   : 262486   (Average Length:  318.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 262486   (Average:  9.86 Max: 552 Sum: 2589258)
  Executed   : 262431   (Average:  9.86 Max: 552 Sum: 2587408 Ratio:  99.93%)
  Bounded    : 55       (Average: 33.64 Max:  82 Sum:   1850 Ratio:   0.07%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 373296   (Eliminated:    0 Frozen: 122316)
Constraints  : 2764790  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.18s
Memory:		 469MB (+14MB)
UNKNOWN
Iteration Time:	 4.82s

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

Models       : 0+
Calls        : 37
Time         : 158.599s (Solving: 146.25s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 158.588s

Choices      : 3025943  (Domain: 2972002)
Conflicts    : 270507   (Analyzed: 270504)
Restarts     : 3267     (Average: 82.80 Last: 123)
Model-Level  : 210.0   
Problems     : 37       (Average Length: 56.73 Splits: 0)
Lemmas       : 270504   (Deleted: 249747)
  Binary     : 6341     (Ratio:   2.34%)
  Ternary    : 1391     (Ratio:   0.51%)
  Conflict   : 270504   (Average Length:  316.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 270504   (Average:  9.73 Max: 555 Sum: 2631247)
  Executed   : 270449   (Average:  9.72 Max: 555 Sum: 2629397 Ratio:  99.93%)
  Bounded    : 55       (Average: 33.64 Max:  82 Sum:   1850 Ratio:   0.07%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 395872   (Eliminated:    0 Frozen: 129781)
Constraints  : 2937835  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.38s
Memory:		 483MB (+14MB)
UNKNOWN
Iteration Time:	 5.03s

Iteration 37
Queue:		 [(19,95,0,True), (20,100,0,True), (21,105,0,True)]
Grounded Until:	 90
Expected Memory: 527.0MB
Grounding...	 [('step', [91]), ('step', [92]), ('step', [93]), ('step', [94]), ('step', [95]), ('check', [95])]
Grounding Time:	 0.32s
Memory:		 484MB (+1MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 38
Time         : 164.122s (Solving: 151.09s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 164.116s

Choices      : 3083802  (Domain: 3029852)
Conflicts    : 278476   (Analyzed: 278473)
Restarts     : 3367     (Average: 82.71 Last: 123)
Model-Level  : 210.0   
Problems     : 38       (Average Length: 57.79 Splits: 0)
Lemmas       : 278473   (Deleted: 257603)
  Binary     : 6393     (Ratio:   2.30%)
  Ternary    : 1393     (Ratio:   0.50%)
  Conflict   : 278473   (Average Length:  314.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 278473   (Average:  9.58 Max: 604 Sum: 2667115)
  Executed   : 278418   (Average:  9.57 Max: 604 Sum: 2665265 Ratio:  99.93%)
  Bounded    : 55       (Average: 33.64 Max:  82 Sum:   1850 Ratio:   0.07%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 418448   (Eliminated:    0 Frozen: 137246)
Constraints  : 3110880  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.93s
Memory:		 501MB (+17MB)
UNKNOWN
Iteration Time:	 5.53s

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

Models       : 0+
Calls        : 39
Time         : 169.360s (Solving: 155.62s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 169.360s

Choices      : 3134957  (Domain: 3080998)
Conflicts    : 286202   (Analyzed: 286199)
Restarts     : 3467     (Average: 82.55 Last: 123)
Model-Level  : 210.0   
Problems     : 39       (Average Length: 58.92 Splits: 0)
Lemmas       : 286199   (Deleted: 265412)
  Binary     : 6407     (Ratio:   2.24%)
  Ternary    : 1393     (Ratio:   0.49%)
  Conflict   : 286199   (Average Length:  313.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 286199   (Average:  9.42 Max: 719 Sum: 2695452)
  Executed   : 286144   (Average:  9.41 Max: 719 Sum: 2693602 Ratio:  99.93%)
  Bounded    : 55       (Average: 33.64 Max:  82 Sum:   1850 Ratio:   0.07%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 441024   (Eliminated:    0 Frozen: 144711)
Constraints  : 3283925  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.63s
Memory:		 551MB (+50MB)
UNKNOWN
Iteration Time:	 5.25s

Iteration 39
Queue:		 [(21,105,0,True)]
Grounded Until:	 100
Expected Memory: 601.0MB
Grounding...	 [('step', [101]), ('step', [102]), ('step', [103]), ('step', [104]), ('step', [105]), ('check', [105])]
Grounding Time:	 0.37s
Memory:		 551MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 40
Time         : 174.580s (Solving: 160.08s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 174.584s

Choices      : 3187039  (Domain: 3133079)
Conflicts    : 294344   (Analyzed: 294341)
Restarts     : 3567     (Average: 82.52 Last: 123)
Model-Level  : 210.0   
Problems     : 40       (Average Length: 60.12 Splits: 0)
Lemmas       : 294341   (Deleted: 273186)
  Binary     : 6409     (Ratio:   2.18%)
  Ternary    : 1395     (Ratio:   0.47%)
  Conflict   : 294341   (Average Length:  313.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 294341   (Average:  9.25 Max: 719 Sum: 2723226)
  Executed   : 294286   (Average:  9.25 Max: 719 Sum: 2721376 Ratio:  99.93%)
  Bounded    : 55       (Average: 33.64 Max:  82 Sum:   1850 Ratio:   0.07%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456970  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.54s
Memory:		 554MB (+3MB)
UNKNOWN
Iteration Time:	 5.23s

Iteration 40
Queue:		 [(4,20,3,True), (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,False), (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,0,True), (23,115,0,True)]
Grounded Until:	 105
Blocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 41
Time         : 178.032s (Solving: 163.42s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 178.040s

Choices      : 3245320  (Domain: 3191360)
Conflicts    : 302473   (Analyzed: 302470)
Restarts     : 3667     (Average: 82.48 Last: 123)
Model-Level  : 210.0   
Problems     : 41       (Average Length: 61.27 Splits: 0)
Lemmas       : 302470   (Deleted: 280930)
  Binary     : 6473     (Ratio:   2.14%)
  Ternary    : 1417     (Ratio:   0.47%)
  Conflict   : 302470   (Average Length:  311.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 302470   (Average:  9.18 Max: 719 Sum: 2776962)
  Executed   : 302411   (Average:  9.17 Max: 719 Sum: 2774896 Ratio:  99.93%)
  Bounded    : 59       (Average: 35.02 Max: 107 Sum:   2066 Ratio:   0.07%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456970  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 3.42s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 3.46s

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

Models       : 0+
Calls        : 42
Time         : 181.004s (Solving: 166.27s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 181.012s

Choices      : 3282830  (Domain: 3228870)
Conflicts    : 310293   (Analyzed: 310290)
Restarts     : 3767     (Average: 82.37 Last: 123)
Model-Level  : 210.0   
Problems     : 42       (Average Length: 62.36 Splits: 0)
Lemmas       : 310290   (Deleted: 288692)
  Binary     : 6514     (Ratio:   2.10%)
  Ternary    : 1426     (Ratio:   0.46%)
  Conflict   : 310290   (Average Length:  312.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 310290   (Average:  9.05 Max: 719 Sum: 2807615)
  Executed   : 310230   (Average:  9.04 Max: 719 Sum: 2805442 Ratio:  99.92%)
  Bounded    : 60       (Average: 36.22 Max: 107 Sum:   2173 Ratio:   0.08%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456930  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 2.93s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 2.97s

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

Models       : 0+
Calls        : 43
Time         : 185.821s (Solving: 170.98s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 185.832s

Choices      : 3354293  (Domain: 3300046)
Conflicts    : 318893   (Analyzed: 318890)
Restarts     : 3867     (Average: 82.46 Last: 123)
Model-Level  : 210.0   
Problems     : 43       (Average Length: 63.40 Splits: 0)
Lemmas       : 318890   (Deleted: 296330)
  Binary     : 6629     (Ratio:   2.08%)
  Ternary    : 1445     (Ratio:   0.45%)
  Conflict   : 318890   (Average Length:  318.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 318890   (Average:  8.99 Max: 719 Sum: 2867563)
  Executed   : 318830   (Average:  8.99 Max: 719 Sum: 2865390 Ratio:  99.92%)
  Bounded    : 60       (Average: 36.22 Max: 107 Sum:   2173 Ratio:   0.08%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456904  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.78s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 4.82s

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

Models       : 0+
Calls        : 44
Time         : 188.875s (Solving: 173.94s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 188.888s

Choices      : 3406735  (Domain: 3352384)
Conflicts    : 326809   (Analyzed: 326806)
Restarts     : 3967     (Average: 82.38 Last: 123)
Model-Level  : 210.0   
Problems     : 44       (Average Length: 64.39 Splits: 0)
Lemmas       : 326806   (Deleted: 304670)
  Binary     : 6658     (Ratio:   2.04%)
  Ternary    : 1458     (Ratio:   0.45%)
  Conflict   : 326806   (Average Length:  317.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 326806   (Average:  8.91 Max: 719 Sum: 2911755)
  Executed   : 326746   (Average:  8.90 Max: 719 Sum: 2909582 Ratio:  99.93%)
  Bounded    : 60       (Average: 36.22 Max: 107 Sum:   2173 Ratio:   0.07%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456904  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 3.02s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 3.06s

Iteration 44
Queue:		 [(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,False), (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,0,True), (23,115,0,True)]
Grounded Until:	 105
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 45
Time         : 193.902s (Solving: 178.85s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 193.916s

Choices      : 3500224  (Domain: 3445551)
Conflicts    : 335155   (Analyzed: 335152)
Restarts     : 4067     (Average: 82.41 Last: 123)
Model-Level  : 210.0   
Problems     : 45       (Average Length: 65.33 Splits: 0)
Lemmas       : 335152   (Deleted: 312330)
  Binary     : 6748     (Ratio:   2.01%)
  Ternary    : 1483     (Ratio:   0.44%)
  Conflict   : 335152   (Average Length:  322.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 335152   (Average:  8.93 Max: 719 Sum: 2991262)
  Executed   : 335092   (Average:  8.92 Max: 719 Sum: 2989089 Ratio:  99.93%)
  Bounded    : 60       (Average: 36.22 Max: 107 Sum:   2173 Ratio:   0.07%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456904  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.99s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 5.03s

Iteration 45
Queue:		 [(9,45,2,True), (10,50,2,True), (11,55,2,True), (12,60,2,True), (13,65,2,True), (14,70,2,False), (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,0,True), (23,115,0,True)]
Grounded Until:	 105
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 46
Time         : 199.759s (Solving: 184.59s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 199.776s

Choices      : 3576294  (Domain: 3521401)
Conflicts    : 343569   (Analyzed: 343566)
Restarts     : 4167     (Average: 82.45 Last: 123)
Model-Level  : 210.0   
Problems     : 46       (Average Length: 66.24 Splits: 0)
Lemmas       : 343566   (Deleted: 320427)
  Binary     : 6913     (Ratio:   2.01%)
  Ternary    : 1498     (Ratio:   0.44%)
  Conflict   : 343566   (Average Length:  328.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 343566   (Average:  8.88 Max: 719 Sum: 3051586)
  Executed   : 343506   (Average:  8.88 Max: 719 Sum: 3049413 Ratio:  99.93%)
  Bounded    : 60       (Average: 36.22 Max: 107 Sum:   2173 Ratio:   0.07%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456904  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.82s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 5.86s

Iteration 46
Queue:		 [(10,50,2,True), (11,55,2,True), (12,60,2,True), (13,65,2,True), (14,70,2,False), (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,0,True), (23,115,0,True)]
Grounded Until:	 105
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 47
Time         : 204.375s (Solving: 189.09s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 204.396s

Choices      : 3670784  (Domain: 3615310)
Conflicts    : 352046   (Analyzed: 352043)
Restarts     : 4267     (Average: 82.50 Last: 123)
Model-Level  : 210.0   
Problems     : 47       (Average Length: 67.11 Splits: 0)
Lemmas       : 352043   (Deleted: 328482)
  Binary     : 7005     (Ratio:   1.99%)
  Ternary    : 1513     (Ratio:   0.43%)
  Conflict   : 352043   (Average Length:  330.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 352043   (Average:  8.90 Max: 719 Sum: 3132829)
  Executed   : 351983   (Average:  8.89 Max: 719 Sum: 3130656 Ratio:  99.93%)
  Bounded    : 60       (Average: 36.22 Max: 107 Sum:   2173 Ratio:   0.07%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456904  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.58s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 4.62s

Iteration 47
Queue:		 [(11,55,2,True), (12,60,2,True), (13,65,2,True), (14,70,2,False), (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,0,True), (23,115,0,True)]
Grounded Until:	 105
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 48
Time         : 209.500s (Solving: 194.12s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 209.524s

Choices      : 3771806  (Domain: 3715888)
Conflicts    : 360331   (Analyzed: 360328)
Restarts     : 4367     (Average: 82.51 Last: 123)
Model-Level  : 210.0   
Problems     : 48       (Average Length: 67.94 Splits: 0)
Lemmas       : 360328   (Deleted: 336790)
  Binary     : 7091     (Ratio:   1.97%)
  Ternary    : 1534     (Ratio:   0.43%)
  Conflict   : 360328   (Average Length:  335.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 360328   (Average:  8.93 Max: 719 Sum: 3217360)
  Executed   : 360268   (Average:  8.92 Max: 719 Sum: 3215187 Ratio:  99.93%)
  Bounded    : 60       (Average: 36.22 Max: 107 Sum:   2173 Ratio:   0.07%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456904  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.09s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 5.13s

Iteration 48
Queue:		 [(12,60,2,True), (13,65,2,True), (14,70,2,False), (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,0,True), (23,115,0,True)]
Grounded Until:	 105
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 49
Time         : 215.017s (Solving: 199.52s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 215.040s

Choices      : 3906163  (Domain: 3849666)
Conflicts    : 369121   (Analyzed: 369118)
Restarts     : 4467     (Average: 82.63 Last: 123)
Model-Level  : 210.0   
Problems     : 49       (Average Length: 68.73 Splits: 0)
Lemmas       : 369118   (Deleted: 346797)
  Binary     : 7138     (Ratio:   1.93%)
  Ternary    : 1543     (Ratio:   0.42%)
  Conflict   : 369118   (Average Length:  340.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 369118   (Average:  9.03 Max: 719 Sum: 3334524)
  Executed   : 369058   (Average:  9.03 Max: 719 Sum: 3332351 Ratio:  99.93%)
  Bounded    : 60       (Average: 36.22 Max: 107 Sum:   2173 Ratio:   0.07%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456904  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.48s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 5.52s

Iteration 49
Queue:		 [(13,65,2,True), (14,70,2,False), (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,0,True), (23,115,0,True)]
Grounded Until:	 105
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 50
Time         : 218.813s (Solving: 203.19s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 218.840s

Choices      : 3993162  (Domain: 3936350)
Conflicts    : 377177   (Analyzed: 377174)
Restarts     : 4567     (Average: 82.59 Last: 123)
Model-Level  : 210.0   
Problems     : 50       (Average Length: 69.50 Splits: 0)
Lemmas       : 377174   (Deleted: 353238)
  Binary     : 7155     (Ratio:   1.90%)
  Ternary    : 1551     (Ratio:   0.41%)
  Conflict   : 377174   (Average Length:  341.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 377174   (Average:  9.04 Max: 719 Sum: 3408255)
  Executed   : 377114   (Average:  9.03 Max: 719 Sum: 3406082 Ratio:  99.94%)
  Bounded    : 60       (Average: 36.22 Max: 107 Sum:   2173 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456904  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 3.75s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 3.80s

Iteration 50
Queue:		 [(17,85,1,True), (18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)]
Grounded Until:	 105
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 51
Time         : 224.029s (Solving: 208.28s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 224.056s

Choices      : 4149251  (Domain: 4091605)
Conflicts    : 385477   (Analyzed: 385474)
Restarts     : 4667     (Average: 82.60 Last: 123)
Model-Level  : 210.0   
Problems     : 51       (Average Length: 70.24 Splits: 0)
Lemmas       : 385474   (Deleted: 360988)
  Binary     : 7220     (Ratio:   1.87%)
  Ternary    : 1578     (Ratio:   0.41%)
  Conflict   : 385474   (Average Length:  344.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 385474   (Average:  9.20 Max: 719 Sum: 3544476)
  Executed   : 385414   (Average:  9.19 Max: 719 Sum: 3542303 Ratio:  99.94%)
  Bounded    : 60       (Average: 36.22 Max: 107 Sum:   2173 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456904  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.17s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 5.22s

Iteration 51
Queue:		 [(18,90,1,True), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)]
Grounded Until:	 105
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 52
Time         : 229.973s (Solving: 214.11s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 230.000s

Choices      : 4327112  (Domain: 4269129)
Conflicts    : 393838   (Analyzed: 393835)
Restarts     : 4767     (Average: 82.62 Last: 123)
Model-Level  : 210.0   
Problems     : 52       (Average Length: 70.94 Splits: 0)
Lemmas       : 393835   (Deleted: 369051)
  Binary     : 7272     (Ratio:   1.85%)
  Ternary    : 1588     (Ratio:   0.40%)
  Conflict   : 393835   (Average Length:  349.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 393835   (Average:  9.40 Max: 719 Sum: 3700215)
  Executed   : 393774   (Average:  9.39 Max: 719 Sum: 3697935 Ratio:  99.94%)
  Bounded    : 61       (Average: 37.38 Max: 107 Sum:   2280 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456904  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.90s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 5.95s

Iteration 52
Queue:		 [(19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)]
Grounded Until:	 105
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 53
Time         : 235.614s (Solving: 219.65s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 235.644s

Choices      : 4500304  (Domain: 4441898)
Conflicts    : 401841   (Analyzed: 401838)
Restarts     : 4867     (Average: 82.56 Last: 123)
Model-Level  : 210.0   
Problems     : 53       (Average Length: 71.62 Splits: 0)
Lemmas       : 401838   (Deleted: 377108)
  Binary     : 7341     (Ratio:   1.83%)
  Ternary    : 1601     (Ratio:   0.40%)
  Conflict   : 401838   (Average Length:  352.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 401838   (Average:  9.58 Max: 719 Sum: 3851529)
  Executed   : 401777   (Average:  9.58 Max: 719 Sum: 3849249 Ratio:  99.94%)
  Bounded    : 61       (Average: 37.38 Max: 107 Sum:   2280 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456893  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.61s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 5.64s

Iteration 53
Queue:		 [(20,100,1,True), (21,105,1,True), (22,110,0,True), (23,115,0,True)]
Grounded Until:	 105
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 54
Time         : 241.895s (Solving: 225.83s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 241.928s

Choices      : 4688713  (Domain: 4629847)
Conflicts    : 410439   (Analyzed: 410436)
Restarts     : 4967     (Average: 82.63 Last: 153)
Model-Level  : 210.0   
Problems     : 54       (Average Length: 72.28 Splits: 0)
Lemmas       : 410436   (Deleted: 384928)
  Binary     : 7408     (Ratio:   1.80%)
  Ternary    : 1614     (Ratio:   0.39%)
  Conflict   : 410436   (Average Length:  358.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 410436   (Average:  9.78 Max: 719 Sum: 4015628)
  Executed   : 410375   (Average:  9.78 Max: 719 Sum: 4013348 Ratio:  99.94%)
  Bounded    : 61       (Average: 37.38 Max: 107 Sum:   2280 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456893  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.25s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 6.29s

Iteration 54
Queue:		 [(21,105,1,True), (22,110,0,True), (23,115,0,True)]
Grounded Until:	 105
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 55
Time         : 248.651s (Solving: 232.46s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 248.688s

Choices      : 4908530  (Domain: 4849217)
Conflicts    : 419049   (Analyzed: 419046)
Restarts     : 5067     (Average: 82.70 Last: 153)
Model-Level  : 210.0   
Problems     : 55       (Average Length: 72.91 Splits: 0)
Lemmas       : 419046   (Deleted: 393372)
  Binary     : 7462     (Ratio:   1.78%)
  Ternary    : 1622     (Ratio:   0.39%)
  Conflict   : 419046   (Average Length:  362.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 419046   (Average: 10.05 Max: 719 Sum: 4211027)
  Executed   : 418984   (Average: 10.04 Max: 719 Sum: 4208640 Ratio:  99.94%)
  Bounded    : 62       (Average: 38.50 Max: 107 Sum:   2387 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 463600   (Eliminated:    0 Frozen: 152176)
Constraints  : 3456893  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.71s
Memory:		 554MB (+0MB)
UNKNOWN
Iteration Time:	 6.76s

Iteration 55
Queue:		 [(22,110,0,True), (23,115,0,True)]
Grounded Until:	 105
Expected Memory: 604.0MB
Grounding...	 [('step', [106]), ('step', [107]), ('step', [108]), ('step', [109]), ('step', [110]), ('check', [110])]
Grounding Time:	 0.35s
Memory:		 554MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 56
Time         : 254.572s (Solving: 237.62s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 254.612s

Choices      : 4972960  (Domain: 4913647)
Conflicts    : 427175   (Analyzed: 427172)
Restarts     : 5167     (Average: 82.67 Last: 153)
Model-Level  : 210.0   
Problems     : 56       (Average Length: 73.61 Splits: 0)
Lemmas       : 427172   (Deleted: 401689)
  Binary     : 7495     (Ratio:   1.75%)
  Ternary    : 1632     (Ratio:   0.38%)
  Conflict   : 427172   (Average Length:  361.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 427172   (Average:  9.95 Max: 719 Sum: 4250834)
  Executed   : 427110   (Average:  9.95 Max: 719 Sum: 4248447 Ratio:  99.94%)
  Bounded    : 62       (Average: 38.50 Max: 107 Sum:   2387 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 486176   (Eliminated:    0 Frozen: 159641)
Constraints  : 3629932  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.26s
Memory:		 563MB (+9MB)
UNKNOWN
Iteration Time:	 5.93s

Iteration 56
Queue:		 [(23,115,0,True)]
Grounded Until:	 110
Expected Memory: 613.0MB
Grounding...	 [('step', [111]), ('step', [112]), ('step', [113]), ('step', [114]), ('step', [115]), ('check', [115])]
Grounding Time:	 0.34s
Memory:		 563MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 57
Time         : 260.030s (Solving: 242.32s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 260.072s

Choices      : 5026043  (Domain: 4966730)
Conflicts    : 435172   (Analyzed: 435169)
Restarts     : 5267     (Average: 82.62 Last: 153)
Model-Level  : 210.0   
Problems     : 57       (Average Length: 74.37 Splits: 0)
Lemmas       : 435169   (Deleted: 409712)
  Binary     : 7520     (Ratio:   1.73%)
  Ternary    : 1634     (Ratio:   0.38%)
  Conflict   : 435169   (Average Length:  359.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 435169   (Average:  9.83 Max: 719 Sum: 4277882)
  Executed   : 435107   (Average:  9.82 Max: 719 Sum: 4275495 Ratio:  99.94%)
  Bounded    : 62       (Average: 38.50 Max: 107 Sum:   2387 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802977  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.80s
Memory:		 576MB (+13MB)
UNKNOWN
Iteration Time:	 5.47s

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

Models       : 0+
Calls        : 58
Time         : 263.177s (Solving: 245.37s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 263.220s

Choices      : 5065501  (Domain: 5006188)
Conflicts    : 443332   (Analyzed: 443329)
Restarts     : 5367     (Average: 82.60 Last: 153)
Model-Level  : 210.0   
Problems     : 58       (Average Length: 75.10 Splits: 0)
Lemmas       : 443329   (Deleted: 417515)
  Binary     : 7543     (Ratio:   1.70%)
  Ternary    : 1644     (Ratio:   0.37%)
  Conflict   : 443329   (Average Length:  358.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 443329   (Average:  9.73 Max: 719 Sum: 4312910)
  Executed   : 443266   (Average:  9.72 Max: 719 Sum: 4310409 Ratio:  99.94%)
  Bounded    : 63       (Average: 39.70 Max: 114 Sum:   2501 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802977  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 3.11s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 3.15s

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

Models       : 0+
Calls        : 59
Time         : 269.386s (Solving: 251.45s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 269.428s

Choices      : 5107917  (Domain: 5048604)
Conflicts    : 452089   (Analyzed: 452086)
Restarts     : 5467     (Average: 82.69 Last: 153)
Model-Level  : 210.0   
Problems     : 59       (Average Length: 75.81 Splits: 0)
Lemmas       : 452086   (Deleted: 427590)
  Binary     : 7571     (Ratio:   1.67%)
  Ternary    : 1648     (Ratio:   0.36%)
  Conflict   : 452086   (Average Length:  365.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 452086   (Average:  9.61 Max: 719 Sum: 4344943)
  Executed   : 452023   (Average:  9.61 Max: 719 Sum: 4342442 Ratio:  99.94%)
  Bounded    : 63       (Average: 39.70 Max: 114 Sum:   2501 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802977  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.17s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.22s

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

Models       : 0+
Calls        : 60
Time         : 273.583s (Solving: 255.51s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 273.624s

Choices      : 5163183  (Domain: 5103412)
Conflicts    : 460359   (Analyzed: 460356)
Restarts     : 5567     (Average: 82.69 Last: 153)
Model-Level  : 210.0   
Problems     : 60       (Average Length: 76.50 Splits: 0)
Lemmas       : 460356   (Deleted: 434054)
  Binary     : 7602     (Ratio:   1.65%)
  Ternary    : 1655     (Ratio:   0.36%)
  Conflict   : 460356   (Average Length:  365.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 460356   (Average:  9.54 Max: 719 Sum: 4389996)
  Executed   : 460293   (Average:  9.53 Max: 719 Sum: 4387495 Ratio:  99.94%)
  Bounded    : 63       (Average: 39.70 Max: 114 Sum:   2501 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802977  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 4.15s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 4.20s

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

Models       : 0+
Calls        : 61
Time         : 278.999s (Solving: 260.79s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 279.040s

Choices      : 5236332  (Domain: 5176141)
Conflicts    : 468944   (Analyzed: 468941)
Restarts     : 5667     (Average: 82.75 Last: 153)
Model-Level  : 210.0   
Problems     : 61       (Average Length: 77.16 Splits: 0)
Lemmas       : 468941   (Deleted: 442111)
  Binary     : 7690     (Ratio:   1.64%)
  Ternary    : 1660     (Ratio:   0.35%)
  Conflict   : 468941   (Average Length:  370.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 468941   (Average:  9.49 Max: 719 Sum: 4449026)
  Executed   : 468878   (Average:  9.48 Max: 719 Sum: 4446525 Ratio:  99.94%)
  Bounded    : 63       (Average: 39.70 Max: 114 Sum:   2501 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802977  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.36s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.42s

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

Models       : 0+
Calls        : 62
Time         : 285.101s (Solving: 266.78s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 285.144s

Choices      : 5328648  (Domain: 5268052)
Conflicts    : 477402   (Analyzed: 477399)
Restarts     : 5767     (Average: 82.78 Last: 153)
Model-Level  : 210.0   
Problems     : 62       (Average Length: 77.81 Splits: 0)
Lemmas       : 477399   (Deleted: 450922)
  Binary     : 7764     (Ratio:   1.63%)
  Ternary    : 1677     (Ratio:   0.35%)
  Conflict   : 477399   (Average Length:  376.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 477399   (Average:  9.48 Max: 719 Sum: 4525394)
  Executed   : 477336   (Average:  9.47 Max: 719 Sum: 4522893 Ratio:  99.94%)
  Bounded    : 63       (Average: 39.70 Max: 114 Sum:   2501 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802977  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.07s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.11s

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

Models       : 0+
Calls        : 63
Time         : 291.989s (Solving: 273.56s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 292.036s

Choices      : 5419840  (Domain: 5358739)
Conflicts    : 486310   (Analyzed: 486307)
Restarts     : 5867     (Average: 82.89 Last: 153)
Model-Level  : 210.0   
Problems     : 63       (Average Length: 78.43 Splits: 0)
Lemmas       : 486307   (Deleted: 460692)
  Binary     : 7869     (Ratio:   1.62%)
  Ternary    : 1686     (Ratio:   0.35%)
  Conflict   : 486307   (Average Length:  386.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 486307   (Average:  9.46 Max: 719 Sum: 4600170)
  Executed   : 486243   (Average:  9.45 Max: 719 Sum: 4597552 Ratio:  99.94%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802977  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.85s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.89s

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

Models       : 0+
Calls        : 64
Time         : 296.372s (Solving: 277.84s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 296.420s

Choices      : 5500190  (Domain: 5438908)
Conflicts    : 494761   (Analyzed: 494758)
Restarts     : 5967     (Average: 82.92 Last: 153)
Model-Level  : 210.0   
Problems     : 64       (Average Length: 79.03 Splits: 0)
Lemmas       : 494758   (Deleted: 467239)
  Binary     : 7896     (Ratio:   1.60%)
  Ternary    : 1689     (Ratio:   0.34%)
  Conflict   : 494758   (Average Length:  387.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 494758   (Average:  9.43 Max: 719 Sum: 4667462)
  Executed   : 494694   (Average:  9.43 Max: 719 Sum: 4664844 Ratio:  99.94%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.06%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 4.35s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 4.39s

Iteration 64
Queue:		 [(14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,1,True), (23,115,1,True)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 65
Time         : 303.513s (Solving: 284.85s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 303.560s

Choices      : 5618904  (Domain: 5557213)
Conflicts    : 503651   (Analyzed: 503648)
Restarts     : 6067     (Average: 83.01 Last: 153)
Model-Level  : 210.0   
Problems     : 65       (Average Length: 79.62 Splits: 0)
Lemmas       : 503648   (Deleted: 477539)
  Binary     : 7999     (Ratio:   1.59%)
  Ternary    : 1700     (Ratio:   0.34%)
  Conflict   : 503648   (Average Length:  392.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 503648   (Average:  9.46 Max: 719 Sum: 4764256)
  Executed   : 503584   (Average:  9.45 Max: 719 Sum: 4761638 Ratio:  99.95%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.05%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 7.10s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.15s

Iteration 65
Queue:		 [(15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,1,True), (23,115,1,True)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 66
Time         : 309.000s (Solving: 290.22s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 309.052s

Choices      : 5752757  (Domain: 5690781)
Conflicts    : 512357   (Analyzed: 512354)
Restarts     : 6167     (Average: 83.08 Last: 153)
Model-Level  : 210.0   
Problems     : 66       (Average Length: 80.18 Splits: 0)
Lemmas       : 512354   (Deleted: 486261)
  Binary     : 8017     (Ratio:   1.56%)
  Ternary    : 1706     (Ratio:   0.33%)
  Conflict   : 512354   (Average Length:  393.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 512354   (Average:  9.52 Max: 719 Sum: 4879446)
  Executed   : 512290   (Average:  9.52 Max: 719 Sum: 4876828 Ratio:  99.95%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.05%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.45s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.49s

Iteration 66
Queue:		 [(22,110,1,True), (23,115,1,True)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 67
Time         : 315.149s (Solving: 296.25s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 315.204s

Choices      : 5979953  (Domain: 5917432)
Conflicts    : 520537   (Analyzed: 520534)
Restarts     : 6267     (Average: 83.06 Last: 153)
Model-Level  : 210.0   
Problems     : 67       (Average Length: 80.73 Splits: 0)
Lemmas       : 520534   (Deleted: 492582)
  Binary     : 8039     (Ratio:   1.54%)
  Ternary    : 1713     (Ratio:   0.33%)
  Conflict   : 520534   (Average Length:  395.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 520534   (Average:  9.76 Max: 719 Sum: 5080488)
  Executed   : 520470   (Average:  9.76 Max: 719 Sum: 5077870 Ratio:  99.95%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.05%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.11s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.15s

Iteration 67
Queue:		 [(23,115,1,True)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 68
Time         : 321.732s (Solving: 302.71s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 321.788s

Choices      : 6167772  (Domain: 6105041)
Conflicts    : 529071   (Analyzed: 529068)
Restarts     : 6367     (Average: 83.10 Last: 153)
Model-Level  : 210.0   
Problems     : 68       (Average Length: 81.26 Splits: 0)
Lemmas       : 529068   (Deleted: 500609)
  Binary     : 8068     (Ratio:   1.52%)
  Ternary    : 1718     (Ratio:   0.32%)
  Conflict   : 529068   (Average Length:  397.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 529068   (Average:  9.91 Max: 719 Sum: 5242416)
  Executed   : 529004   (Average:  9.90 Max: 719 Sum: 5239798 Ratio:  99.95%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.05%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.54s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.59s

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

Models       : 0+
Calls        : 69
Time         : 325.007s (Solving: 305.86s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 325.064s

Choices      : 6227270  (Domain: 6164539)
Conflicts    : 537877   (Analyzed: 537874)
Restarts     : 6467     (Average: 83.17 Last: 153)
Model-Level  : 210.0   
Problems     : 69       (Average Length: 81.78 Splits: 0)
Lemmas       : 537874   (Deleted: 511087)
  Binary     : 8094     (Ratio:   1.50%)
  Ternary    : 1730     (Ratio:   0.32%)
  Conflict   : 537874   (Average Length:  393.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 537874   (Average:  9.84 Max: 719 Sum: 5294719)
  Executed   : 537810   (Average:  9.84 Max: 719 Sum: 5292101 Ratio:  99.95%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.05%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 3.23s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 3.28s

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

Models       : 0+
Calls        : 70
Time         : 330.357s (Solving: 311.10s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 330.416s

Choices      : 6270200  (Domain: 6207469)
Conflicts    : 546260   (Analyzed: 546257)
Restarts     : 6567     (Average: 83.18 Last: 153)
Model-Level  : 210.0   
Problems     : 70       (Average Length: 82.29 Splits: 0)
Lemmas       : 546257   (Deleted: 517619)
  Binary     : 8127     (Ratio:   1.49%)
  Ternary    : 1741     (Ratio:   0.32%)
  Conflict   : 546257   (Average Length:  397.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 546257   (Average:  9.75 Max: 719 Sum: 5328165)
  Executed   : 546193   (Average:  9.75 Max: 719 Sum: 5325547 Ratio:  99.95%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.05%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.32s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.36s

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

Models       : 0+
Calls        : 71
Time         : 335.705s (Solving: 316.35s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 335.768s

Choices      : 6337785  (Domain: 6274741)
Conflicts    : 555248   (Analyzed: 555245)
Restarts     : 6667     (Average: 83.28 Last: 166)
Model-Level  : 210.0   
Problems     : 71       (Average Length: 82.77 Splits: 0)
Lemmas       : 555245   (Deleted: 528008)
  Binary     : 8153     (Ratio:   1.47%)
  Ternary    : 1750     (Ratio:   0.32%)
  Conflict   : 555245   (Average Length:  398.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 555245   (Average:  9.70 Max: 719 Sum: 5383522)
  Executed   : 555181   (Average:  9.69 Max: 719 Sum: 5380904 Ratio:  99.95%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.05%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.31s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.35s

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

Models       : 0+
Calls        : 72
Time         : 340.551s (Solving: 321.09s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 340.616s

Choices      : 6405505  (Domain: 6341999)
Conflicts    : 564074   (Analyzed: 564071)
Restarts     : 6767     (Average: 83.36 Last: 166)
Model-Level  : 210.0   
Problems     : 72       (Average Length: 83.25 Splits: 0)
Lemmas       : 564071   (Deleted: 536842)
  Binary     : 8168     (Ratio:   1.45%)
  Ternary    : 1753     (Ratio:   0.31%)
  Conflict   : 564071   (Average Length:  399.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 564071   (Average:  9.64 Max: 719 Sum: 5439347)
  Executed   : 564007   (Average:  9.64 Max: 719 Sum: 5436729 Ratio:  99.95%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.05%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 4.81s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 4.85s

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

Models       : 0+
Calls        : 73
Time         : 347.567s (Solving: 327.96s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 347.636s

Choices      : 6512485  (Domain: 6447118)
Conflicts    : 573295   (Analyzed: 573292)
Restarts     : 6867     (Average: 83.49 Last: 166)
Model-Level  : 210.0   
Problems     : 73       (Average Length: 83.71 Splits: 0)
Lemmas       : 573292   (Deleted: 545439)
  Binary     : 8452     (Ratio:   1.47%)
  Ternary    : 1842     (Ratio:   0.32%)
  Conflict   : 573292   (Average Length:  404.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 573292   (Average:  9.64 Max: 719 Sum: 5527658)
  Executed   : 573228   (Average:  9.64 Max: 719 Sum: 5525040 Ratio:  99.95%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.05%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.97s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.02s

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

Models       : 0+
Calls        : 74
Time         : 352.123s (Solving: 332.41s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 352.196s

Choices      : 6594558  (Domain: 6529007)
Conflicts    : 581739   (Analyzed: 581736)
Restarts     : 6967     (Average: 83.50 Last: 166)
Model-Level  : 210.0   
Problems     : 74       (Average Length: 84.16 Splits: 0)
Lemmas       : 581736   (Deleted: 551934)
  Binary     : 8530     (Ratio:   1.47%)
  Ternary    : 1854     (Ratio:   0.32%)
  Conflict   : 581736   (Average Length:  404.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 581736   (Average:  9.62 Max: 719 Sum: 5597101)
  Executed   : 581672   (Average:  9.62 Max: 719 Sum: 5594483 Ratio:  99.95%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.05%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 4.52s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 4.56s

Iteration 74
Queue:		 [(11,55,3,True), (12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,2,True), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 75
Time         : 358.100s (Solving: 338.27s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 358.176s

Choices      : 6704881  (Domain: 6638845)
Conflicts    : 590427   (Analyzed: 590424)
Restarts     : 7067     (Average: 83.55 Last: 166)
Model-Level  : 210.0   
Problems     : 75       (Average Length: 84.60 Splits: 0)
Lemmas       : 590424   (Deleted: 562292)
  Binary     : 8589     (Ratio:   1.45%)
  Ternary    : 1867     (Ratio:   0.32%)
  Conflict   : 590424   (Average Length:  406.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 590424   (Average:  9.64 Max: 719 Sum: 5690979)
  Executed   : 590360   (Average:  9.63 Max: 719 Sum: 5688361 Ratio:  99.95%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.05%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.93s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.98s

Iteration 75
Queue:		 [(12,60,3,True), (13,65,3,False), (14,70,3,False), (15,75,3,False), (16,80,2,True), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 76
Time         : 364.849s (Solving: 344.89s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 364.928s

Choices      : 6924178  (Domain: 6854900)
Conflicts    : 599327   (Analyzed: 599324)
Restarts     : 7167     (Average: 83.62 Last: 166)
Model-Level  : 210.0   
Problems     : 76       (Average Length: 85.03 Splits: 0)
Lemmas       : 599324   (Deleted: 570274)
  Binary     : 8992     (Ratio:   1.50%)
  Ternary    : 1957     (Ratio:   0.33%)
  Conflict   : 599324   (Average Length:  407.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 599324   (Average:  9.82 Max: 719 Sum: 5884407)
  Executed   : 599260   (Average:  9.81 Max: 719 Sum: 5881789 Ratio:  99.96%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.70s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.75s

Iteration 76
Queue:		 [(16,80,2,True), (17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 77
Time         : 370.789s (Solving: 350.70s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 370.872s

Choices      : 7081164  (Domain: 7011264)
Conflicts    : 607917   (Analyzed: 607914)
Restarts     : 7267     (Average: 83.65 Last: 166)
Model-Level  : 210.0   
Problems     : 77       (Average Length: 85.44 Splits: 0)
Lemmas       : 607914   (Deleted: 576688)
  Binary     : 9098     (Ratio:   1.50%)
  Ternary    : 1973     (Ratio:   0.32%)
  Conflict   : 607914   (Average Length:  407.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 607914   (Average:  9.91 Max: 719 Sum: 6023069)
  Executed   : 607850   (Average:  9.90 Max: 719 Sum: 6020451 Ratio:  99.96%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.90s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.94s

Iteration 77
Queue:		 [(17,85,2,True), (18,90,2,False), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 78
Time         : 378.434s (Solving: 358.22s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 378.520s

Choices      : 7215941  (Domain: 7145923)
Conflicts    : 617282   (Analyzed: 617279)
Restarts     : 7367     (Average: 83.79 Last: 166)
Model-Level  : 210.0   
Problems     : 78       (Average Length: 85.85 Splits: 0)
Lemmas       : 617279   (Deleted: 587165)
  Binary     : 9154     (Ratio:   1.48%)
  Ternary    : 1981     (Ratio:   0.32%)
  Conflict   : 617279   (Average Length:  409.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 617279   (Average:  9.94 Max: 719 Sum: 6133486)
  Executed   : 617215   (Average:  9.93 Max: 719 Sum: 6130868 Ratio:  99.96%)
  Bounded    : 64       (Average: 40.91 Max: 117 Sum:   2618 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 7.60s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.65s

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

Models       : 0+
Calls        : 79
Time         : 381.512s (Solving: 361.19s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 381.600s

Choices      : 7263160  (Domain: 7193142)
Conflicts    : 624871   (Analyzed: 624868)
Restarts     : 7467     (Average: 83.68 Last: 166)
Model-Level  : 210.0   
Problems     : 79       (Average Length: 86.24 Splits: 0)
Lemmas       : 624868   (Deleted: 594115)
  Binary     : 9171     (Ratio:   1.47%)
  Ternary    : 1993     (Ratio:   0.32%)
  Conflict   : 624868   (Average Length:  408.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 624868   (Average:  9.88 Max: 719 Sum: 6172504)
  Executed   : 624803   (Average:  9.87 Max: 719 Sum: 6169769 Ratio:  99.96%)
  Bounded    : 65       (Average: 42.08 Max: 117 Sum:   2735 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802963  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 3.04s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 3.08s

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

Models       : 0+
Calls        : 80
Time         : 384.897s (Solving: 364.47s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 384.988s

Choices      : 7297844  (Domain: 7227826)
Conflicts    : 633054   (Analyzed: 633051)
Restarts     : 7567     (Average: 83.66 Last: 166)
Model-Level  : 210.0   
Problems     : 80       (Average Length: 86.62 Splits: 0)
Lemmas       : 633051   (Deleted: 601683)
  Binary     : 9177     (Ratio:   1.45%)
  Ternary    : 1994     (Ratio:   0.31%)
  Conflict   : 633051   (Average Length:  406.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 633051   (Average:  9.79 Max: 719 Sum: 6199586)
  Executed   : 632986   (Average:  9.79 Max: 719 Sum: 6196851 Ratio:  99.96%)
  Bounded    : 65       (Average: 42.08 Max: 117 Sum:   2735 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802937  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 3.35s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 3.39s

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

Models       : 0+
Calls        : 81
Time         : 391.529s (Solving: 370.96s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 391.624s

Choices      : 7362010  (Domain: 7291985)
Conflicts    : 641148   (Analyzed: 641145)
Restarts     : 7667     (Average: 83.62 Last: 166)
Model-Level  : 210.0   
Problems     : 81       (Average Length: 87.00 Splits: 0)
Lemmas       : 641145   (Deleted: 609843)
  Binary     : 9304     (Ratio:   1.45%)
  Ternary    : 2004     (Ratio:   0.31%)
  Conflict   : 641145   (Average Length:  414.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 641145   (Average:  9.74 Max: 719 Sum: 6247939)
  Executed   : 641080   (Average:  9.74 Max: 719 Sum: 6245204 Ratio:  99.96%)
  Bounded    : 65       (Average: 42.08 Max: 117 Sum:   2735 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802937  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.58s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.64s

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

Models       : 0+
Calls        : 82
Time         : 397.366s (Solving: 376.65s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 397.464s

Choices      : 7430477  (Domain: 7360396)
Conflicts    : 649613   (Analyzed: 649610)
Restarts     : 7767     (Average: 83.64 Last: 166)
Model-Level  : 210.0   
Problems     : 82       (Average Length: 87.37 Splits: 0)
Lemmas       : 649610   (Deleted: 617519)
  Binary     : 9356     (Ratio:   1.44%)
  Ternary    : 2013     (Ratio:   0.31%)
  Conflict   : 649610   (Average Length:  419.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 649610   (Average:  9.70 Max: 719 Sum: 6301404)
  Executed   : 649545   (Average:  9.70 Max: 719 Sum: 6298669 Ratio:  99.96%)
  Bounded    : 65       (Average: 42.08 Max: 117 Sum:   2735 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802937  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.78s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.84s

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

Models       : 0+
Calls        : 83
Time         : 402.957s (Solving: 382.13s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 403.056s

Choices      : 7514382  (Domain: 7444129)
Conflicts    : 658232   (Analyzed: 658229)
Restarts     : 7867     (Average: 83.67 Last: 166)
Model-Level  : 210.0   
Problems     : 83       (Average Length: 87.72 Splits: 0)
Lemmas       : 658229   (Deleted: 627921)
  Binary     : 9448     (Ratio:   1.44%)
  Ternary    : 2029     (Ratio:   0.31%)
  Conflict   : 658229   (Average Length:  421.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 658229   (Average:  9.68 Max: 719 Sum: 6372107)
  Executed   : 658164   (Average:  9.68 Max: 719 Sum: 6369372 Ratio:  99.96%)
  Bounded    : 65       (Average: 42.08 Max: 117 Sum:   2735 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802937  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.55s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.60s

Iteration 83
Queue:		 [(10,50,4,True), (11,55,4,False), (12,60,4,False), (13,65,3,True), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,3,False), (18,90,2,True), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 84
Time         : 407.982s (Solving: 387.03s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 408.080s

Choices      : 7592477  (Domain: 7522054)
Conflicts    : 666534   (Analyzed: 666531)
Restarts     : 7967     (Average: 83.66 Last: 166)
Model-Level  : 210.0   
Problems     : 84       (Average Length: 88.07 Splits: 0)
Lemmas       : 666531   (Deleted: 634151)
  Binary     : 9498     (Ratio:   1.42%)
  Ternary    : 2035     (Ratio:   0.31%)
  Conflict   : 666531   (Average Length:  421.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 666531   (Average:  9.66 Max: 719 Sum: 6436603)
  Executed   : 666466   (Average:  9.65 Max: 719 Sum: 6433868 Ratio:  99.96%)
  Bounded    : 65       (Average: 42.08 Max: 117 Sum:   2735 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802937  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 4.98s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.03s

Iteration 84
Queue:		 [(13,65,3,True), (14,70,3,False), (15,75,3,False), (16,80,3,False), (17,85,3,False), (18,90,2,True), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 85
Time         : 415.799s (Solving: 394.74s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 415.900s

Choices      : 7719805  (Domain: 7649290)
Conflicts    : 674837   (Analyzed: 674834)
Restarts     : 8067     (Average: 83.65 Last: 166)
Model-Level  : 210.0   
Problems     : 85       (Average Length: 88.41 Splits: 0)
Lemmas       : 674834   (Deleted: 642219)
  Binary     : 9629     (Ratio:   1.43%)
  Ternary    : 2054     (Ratio:   0.30%)
  Conflict   : 674834   (Average Length:  426.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 674834   (Average:  9.69 Max: 719 Sum: 6539799)
  Executed   : 674769   (Average:  9.69 Max: 719 Sum: 6537064 Ratio:  99.96%)
  Bounded    : 65       (Average: 42.08 Max: 117 Sum:   2735 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802937  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 7.78s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.82s

Iteration 85
Queue:		 [(18,90,2,True), (19,95,2,False), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 86
Time         : 423.833s (Solving: 402.67s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 423.936s

Choices      : 7882418  (Domain: 7811737)
Conflicts    : 683608   (Analyzed: 683605)
Restarts     : 8167     (Average: 83.70 Last: 166)
Model-Level  : 210.0   
Problems     : 86       (Average Length: 88.74 Splits: 0)
Lemmas       : 683605   (Deleted: 652447)
  Binary     : 9763     (Ratio:   1.43%)
  Ternary    : 2069     (Ratio:   0.30%)
  Conflict   : 683605   (Average Length:  430.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 683605   (Average:  9.76 Max: 719 Sum: 6672412)
  Executed   : 683540   (Average:  9.76 Max: 719 Sum: 6669677 Ratio:  99.96%)
  Bounded    : 65       (Average: 42.08 Max: 117 Sum:   2735 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802937  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 8.00s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 8.04s

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

Models       : 0+
Calls        : 87
Time         : 426.858s (Solving: 405.57s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 426.960s

Choices      : 7931972  (Domain: 7861291)
Conflicts    : 691482   (Analyzed: 691479)
Restarts     : 8267     (Average: 83.64 Last: 166)
Model-Level  : 210.0   
Problems     : 87       (Average Length: 89.07 Splits: 0)
Lemmas       : 691479   (Deleted: 658778)
  Binary     : 9776     (Ratio:   1.41%)
  Ternary    : 2079     (Ratio:   0.30%)
  Conflict   : 691479   (Average Length:  427.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 691479   (Average:  9.71 Max: 719 Sum: 6716956)
  Executed   : 691414   (Average:  9.71 Max: 719 Sum: 6714221 Ratio:  99.96%)
  Bounded    : 65       (Average: 42.08 Max: 117 Sum:   2735 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802937  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 2.98s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 3.03s

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

Models       : 0+
Calls        : 88
Time         : 433.089s (Solving: 411.69s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 433.192s

Choices      : 7977096  (Domain: 7906415)
Conflicts    : 700147   (Analyzed: 700144)
Restarts     : 8367     (Average: 83.68 Last: 166)
Model-Level  : 210.0   
Problems     : 88       (Average Length: 89.39 Splits: 0)
Lemmas       : 700144   (Deleted: 668643)
  Binary     : 9846     (Ratio:   1.41%)
  Ternary    : 2085     (Ratio:   0.30%)
  Conflict   : 700144   (Average Length:  431.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 700144   (Average:  9.64 Max: 719 Sum: 6751486)
  Executed   : 700079   (Average:  9.64 Max: 719 Sum: 6748751 Ratio:  99.96%)
  Bounded    : 65       (Average: 42.08 Max: 117 Sum:   2735 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802937  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.20s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.24s

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

Models       : 0+
Calls        : 89
Time         : 437.767s (Solving: 416.27s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 437.872s

Choices      : 8036437  (Domain: 7965740)
Conflicts    : 708725   (Analyzed: 708722)
Restarts     : 8467     (Average: 83.70 Last: 166)
Model-Level  : 210.0   
Problems     : 89       (Average Length: 89.70 Splits: 0)
Lemmas       : 708722   (Deleted: 675003)
  Binary     : 9916     (Ratio:   1.40%)
  Ternary    : 2091     (Ratio:   0.30%)
  Conflict   : 708722   (Average Length:  430.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 708722   (Average:  9.59 Max: 719 Sum: 6799407)
  Executed   : 708656   (Average:  9.59 Max: 719 Sum: 6796555 Ratio:  99.96%)
  Bounded    : 66       (Average: 43.21 Max: 117 Sum:   2852 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802937  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 4.64s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 4.68s

Iteration 89
Queue:		 [(9,45,5,True), (10,50,5,False), (11,55,4,True), (12,60,4,False), (13,65,4,False), (14,70,3,True), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 90
Time         : 444.575s (Solving: 422.97s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 444.680s

Choices      : 8132171  (Domain: 8061420)
Conflicts    : 717608   (Analyzed: 717605)
Restarts     : 8567     (Average: 83.76 Last: 166)
Model-Level  : 210.0   
Problems     : 90       (Average Length: 90.00 Splits: 0)
Lemmas       : 717605   (Deleted: 685472)
  Binary     : 10020    (Ratio:   1.40%)
  Ternary    : 2105     (Ratio:   0.29%)
  Conflict   : 717605   (Average Length:  434.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 717605   (Average:  9.58 Max: 719 Sum: 6875767)
  Executed   : 717539   (Average:  9.58 Max: 719 Sum: 6872915 Ratio:  99.96%)
  Bounded    : 66       (Average: 43.21 Max: 117 Sum:   2852 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802912  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.77s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.81s

Iteration 90
Queue:		 [(11,55,4,True), (12,60,4,False), (13,65,4,False), (14,70,3,True), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 91
Time         : 451.111s (Solving: 429.40s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 451.216s

Choices      : 8222090  (Domain: 8151289)
Conflicts    : 726112   (Analyzed: 726109)
Restarts     : 8667     (Average: 83.78 Last: 166)
Model-Level  : 210.0   
Problems     : 91       (Average Length: 90.30 Splits: 0)
Lemmas       : 726109   (Deleted: 691945)
  Binary     : 10106    (Ratio:   1.39%)
  Ternary    : 2124     (Ratio:   0.29%)
  Conflict   : 726109   (Average Length:  435.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 726109   (Average:  9.57 Max: 719 Sum: 6946800)
  Executed   : 726043   (Average:  9.56 Max: 719 Sum: 6943948 Ratio:  99.96%)
  Bounded    : 66       (Average: 43.21 Max: 117 Sum:   2852 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802912  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.50s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.54s

Iteration 91
Queue:		 [(14,70,3,True), (15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 92
Time         : 457.456s (Solving: 435.63s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 457.564s

Choices      : 8363085  (Domain: 8291502)
Conflicts    : 734483   (Analyzed: 734480)
Restarts     : 8767     (Average: 83.78 Last: 166)
Model-Level  : 210.0   
Problems     : 92       (Average Length: 90.59 Splits: 0)
Lemmas       : 734480   (Deleted: 700181)
  Binary     : 10256    (Ratio:   1.40%)
  Ternary    : 2138     (Ratio:   0.29%)
  Conflict   : 734480   (Average Length:  437.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 734480   (Average:  9.62 Max: 719 Sum: 7063070)
  Executed   : 734414   (Average:  9.61 Max: 719 Sum: 7060218 Ratio:  99.96%)
  Bounded    : 66       (Average: 43.21 Max: 117 Sum:   2852 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802912  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.31s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.35s

Iteration 92
Queue:		 [(15,75,3,True), (16,80,3,False), (17,85,3,False), (18,90,3,False), (19,95,2,True), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 93
Time         : 463.270s (Solving: 441.34s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 463.380s

Choices      : 8467667  (Domain: 8396067)
Conflicts    : 743085   (Analyzed: 743082)
Restarts     : 8867     (Average: 83.80 Last: 166)
Model-Level  : 210.0   
Problems     : 93       (Average Length: 90.87 Splits: 0)
Lemmas       : 743082   (Deleted: 708152)
  Binary     : 10313    (Ratio:   1.39%)
  Ternary    : 2146     (Ratio:   0.29%)
  Conflict   : 743082   (Average Length:  438.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 743082   (Average:  9.62 Max: 719 Sum: 7147905)
  Executed   : 743015   (Average:  9.62 Max: 719 Sum: 7144936 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802912  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.78s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.82s

Iteration 93
Queue:		 [(19,95,2,True), (20,100,2,False), (21,105,2,False), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 94
Time         : 470.084s (Solving: 448.03s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 470.196s

Choices      : 8578409  (Domain: 8506793)
Conflicts    : 752039   (Analyzed: 752036)
Restarts     : 8967     (Average: 83.87 Last: 166)
Model-Level  : 210.0   
Problems     : 94       (Average Length: 91.15 Splits: 0)
Lemmas       : 752036   (Deleted: 718648)
  Binary     : 10343    (Ratio:   1.38%)
  Ternary    : 2153     (Ratio:   0.29%)
  Conflict   : 752036   (Average Length:  441.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 752036   (Average:  9.62 Max: 719 Sum: 7232065)
  Executed   : 751969   (Average:  9.61 Max: 719 Sum: 7229096 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.77s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.82s

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

Models       : 0+
Calls        : 95
Time         : 473.525s (Solving: 451.36s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 473.636s

Choices      : 8621709  (Domain: 8550093)
Conflicts    : 759855   (Analyzed: 759852)
Restarts     : 9067     (Average: 83.80 Last: 166)
Model-Level  : 210.0   
Problems     : 95       (Average Length: 91.42 Splits: 0)
Lemmas       : 759852   (Deleted: 725173)
  Binary     : 10390    (Ratio:   1.37%)
  Ternary    : 2169     (Ratio:   0.29%)
  Conflict   : 759852   (Average Length:  439.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 759852   (Average:  9.57 Max: 719 Sum: 7271705)
  Executed   : 759785   (Average:  9.57 Max: 719 Sum: 7268736 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 3.41s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 3.45s

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

Models       : 0+
Calls        : 96
Time         : 482.291s (Solving: 460.02s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 482.404s

Choices      : 8678257  (Domain: 8606641)
Conflicts    : 769905   (Analyzed: 769902)
Restarts     : 9167     (Average: 83.99 Last: 166)
Model-Level  : 210.0   
Problems     : 96       (Average Length: 91.69 Splits: 0)
Lemmas       : 769902   (Deleted: 734909)
  Binary     : 10444    (Ratio:   1.36%)
  Ternary    : 2183     (Ratio:   0.28%)
  Conflict   : 769902   (Average Length:  446.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 769902   (Average:  9.50 Max: 719 Sum: 7316550)
  Executed   : 769835   (Average:  9.50 Max: 719 Sum: 7313581 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 8.73s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 8.77s

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

Models       : 0+
Calls        : 97
Time         : 488.369s (Solving: 465.99s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 488.484s

Choices      : 8742870  (Domain: 8671254)
Conflicts    : 778362   (Analyzed: 778359)
Restarts     : 9267     (Average: 83.99 Last: 166)
Model-Level  : 210.0   
Problems     : 97       (Average Length: 91.95 Splits: 0)
Lemmas       : 778359   (Deleted: 742695)
  Binary     : 10504    (Ratio:   1.35%)
  Ternary    : 2193     (Ratio:   0.28%)
  Conflict   : 778359   (Average Length:  450.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 778359   (Average:  9.47 Max: 719 Sum: 7367486)
  Executed   : 778292   (Average:  9.46 Max: 719 Sum: 7364517 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.04s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.08s

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

Models       : 0+
Calls        : 98
Time         : 494.656s (Solving: 472.17s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 494.772s

Choices      : 8821195  (Domain: 8749568)
Conflicts    : 787275   (Analyzed: 787272)
Restarts     : 9367     (Average: 84.05 Last: 166)
Model-Level  : 210.0   
Problems     : 98       (Average Length: 92.20 Splits: 0)
Lemmas       : 787272   (Deleted: 753048)
  Binary     : 10595    (Ratio:   1.35%)
  Ternary    : 2199     (Ratio:   0.28%)
  Conflict   : 787272   (Average Length:  451.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 787272   (Average:  9.44 Max: 719 Sum: 7430917)
  Executed   : 787205   (Average:  9.44 Max: 719 Sum: 7427948 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.25s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.29s

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

Models       : 0+
Calls        : 99
Time         : 502.099s (Solving: 479.51s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 502.216s

Choices      : 8892814  (Domain: 8821185)
Conflicts    : 796012   (Analyzed: 796009)
Restarts     : 9467     (Average: 84.08 Last: 166)
Model-Level  : 210.0   
Problems     : 99       (Average Length: 92.45 Splits: 0)
Lemmas       : 796009   (Deleted: 761710)
  Binary     : 10688    (Ratio:   1.34%)
  Ternary    : 2213     (Ratio:   0.28%)
  Conflict   : 796009   (Average Length:  459.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 796009   (Average:  9.40 Max: 719 Sum: 7483595)
  Executed   : 795942   (Average:  9.40 Max: 719 Sum: 7480626 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 7.41s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.45s

Iteration 99
Queue:		 [(10,50,5,True), (11,55,5,False), (12,60,4,True), (13,65,4,False), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,False), (18,90,3,False), (19,95,3,False), (20,100,2,True), (21,105,2,True), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 100
Time         : 507.947s (Solving: 485.25s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 508.064s

Choices      : 8969712  (Domain: 8898070)
Conflicts    : 804822   (Analyzed: 804819)
Restarts     : 9567     (Average: 84.12 Last: 166)
Model-Level  : 210.0   
Problems     : 100      (Average Length: 92.70 Splits: 0)
Lemmas       : 804819   (Deleted: 770204)
  Binary     : 10747    (Ratio:   1.34%)
  Ternary    : 2218     (Ratio:   0.28%)
  Conflict   : 804819   (Average Length:  460.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 804819   (Average:  9.37 Max: 719 Sum: 7543939)
  Executed   : 804752   (Average:  9.37 Max: 719 Sum: 7540970 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.82s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.85s

Iteration 100
Queue:		 [(12,60,4,True), (13,65,4,False), (14,70,4,False), (15,75,4,False), (16,80,3,True), (17,85,3,False), (18,90,3,False), (19,95,3,False), (20,100,2,True), (21,105,2,True), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 101
Time         : 513.808s (Solving: 490.97s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 513.928s

Choices      : 9047775  (Domain: 8976132)
Conflicts    : 813144   (Analyzed: 813141)
Restarts     : 9667     (Average: 84.12 Last: 166)
Model-Level  : 210.0   
Problems     : 101      (Average Length: 92.94 Splits: 0)
Lemmas       : 813141   (Deleted: 776662)
  Binary     : 10777    (Ratio:   1.33%)
  Ternary    : 2225     (Ratio:   0.27%)
  Conflict   : 813141   (Average Length:  461.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 813141   (Average:  9.35 Max: 719 Sum: 7604121)
  Executed   : 813074   (Average:  9.35 Max: 719 Sum: 7601152 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.81s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.87s

Iteration 101
Queue:		 [(16,80,3,True), (17,85,3,False), (18,90,3,False), (19,95,3,False), (20,100,2,True), (21,105,2,True), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 102
Time         : 521.985s (Solving: 499.03s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 522.108s

Choices      : 9233252  (Domain: 9160899)
Conflicts    : 821790   (Analyzed: 821787)
Restarts     : 9767     (Average: 84.14 Last: 166)
Model-Level  : 210.0   
Problems     : 102      (Average Length: 93.18 Splits: 0)
Lemmas       : 821787   (Deleted: 786792)
  Binary     : 10962    (Ratio:   1.33%)
  Ternary    : 2255     (Ratio:   0.27%)
  Conflict   : 821787   (Average Length:  466.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 821787   (Average:  9.44 Max: 719 Sum: 7755252)
  Executed   : 821720   (Average:  9.43 Max: 719 Sum: 7752283 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 8.14s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 8.18s

Iteration 102
Queue:		 [(20,100,2,True), (21,105,2,True), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 103
Time         : 529.108s (Solving: 506.05s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 529.236s

Choices      : 9347536  (Domain: 9275175)
Conflicts    : 831033   (Analyzed: 831030)
Restarts     : 9867     (Average: 84.22 Last: 166)
Model-Level  : 210.0   
Problems     : 103      (Average Length: 93.41 Splits: 0)
Lemmas       : 831030   (Deleted: 795200)
  Binary     : 11008    (Ratio:   1.32%)
  Ternary    : 2266     (Ratio:   0.27%)
  Conflict   : 831030   (Average Length:  467.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 831030   (Average:  9.44 Max: 719 Sum: 7843560)
  Executed   : 830963   (Average:  9.43 Max: 719 Sum: 7840591 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 7.09s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.13s

Iteration 103
Queue:		 [(21,105,2,True), (22,110,2,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 104
Time         : 536.924s (Solving: 513.74s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 537.056s

Choices      : 9460259  (Domain: 9387890)
Conflicts    : 839853   (Analyzed: 839850)
Restarts     : 9967     (Average: 84.26 Last: 166)
Model-Level  : 210.0   
Problems     : 104      (Average Length: 93.63 Splits: 0)
Lemmas       : 839850   (Deleted: 804248)
  Binary     : 11050    (Ratio:   1.32%)
  Ternary    : 2274     (Ratio:   0.27%)
  Conflict   : 839850   (Average Length:  470.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 839850   (Average:  9.44 Max: 719 Sum: 7925863)
  Executed   : 839783   (Average:  9.43 Max: 719 Sum: 7922894 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 7.77s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.82s

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

Models       : 0+
Calls        : 105
Time         : 540.550s (Solving: 517.25s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 540.684s

Choices      : 9507209  (Domain: 9434840)
Conflicts    : 847915   (Analyzed: 847912)
Restarts     : 10067    (Average: 84.23 Last: 166)
Model-Level  : 210.0   
Problems     : 105      (Average Length: 93.86 Splits: 0)
Lemmas       : 847912   (Deleted: 810681)
  Binary     : 11087    (Ratio:   1.31%)
  Ternary    : 2277     (Ratio:   0.27%)
  Conflict   : 847912   (Average Length:  469.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 847912   (Average:  9.40 Max: 719 Sum: 7968241)
  Executed   : 847845   (Average:  9.39 Max: 719 Sum: 7965272 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 3.59s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 3.63s

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

Models       : 0+
Calls        : 106
Time         : 546.626s (Solving: 523.20s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 546.764s

Choices      : 9550665  (Domain: 9478296)
Conflicts    : 856402   (Analyzed: 856399)
Restarts     : 10167    (Average: 84.23 Last: 166)
Model-Level  : 210.0   
Problems     : 106      (Average Length: 94.08 Splits: 0)
Lemmas       : 856399   (Deleted: 818593)
  Binary     : 11118    (Ratio:   1.30%)
  Ternary    : 2287     (Ratio:   0.27%)
  Conflict   : 856399   (Average Length:  471.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 856399   (Average:  9.34 Max: 719 Sum: 8001146)
  Executed   : 856332   (Average:  9.34 Max: 719 Sum: 7998177 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.03s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.08s

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

Models       : 0+
Calls        : 107
Time         : 553.218s (Solving: 529.65s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 553.360s

Choices      : 9609885  (Domain: 9537516)
Conflicts    : 864501   (Analyzed: 864498)
Restarts     : 10267    (Average: 84.20 Last: 166)
Model-Level  : 210.0   
Problems     : 107      (Average Length: 94.29 Splits: 0)
Lemmas       : 864498   (Deleted: 827573)
  Binary     : 11165    (Ratio:   1.29%)
  Ternary    : 2294     (Ratio:   0.27%)
  Conflict   : 864498   (Average Length:  476.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 864498   (Average:  9.31 Max: 719 Sum: 8044924)
  Executed   : 864431   (Average:  9.30 Max: 719 Sum: 8041955 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.54s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.60s

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

Models       : 0+
Calls        : 108
Time         : 559.389s (Solving: 535.68s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 559.532s

Choices      : 9681190  (Domain: 9608821)
Conflicts    : 873579   (Analyzed: 873576)
Restarts     : 10367    (Average: 84.27 Last: 166)
Model-Level  : 210.0   
Problems     : 108      (Average Length: 94.50 Splits: 0)
Lemmas       : 873576   (Deleted: 837008)
  Binary     : 11190    (Ratio:   1.28%)
  Ternary    : 2299     (Ratio:   0.26%)
  Conflict   : 873576   (Average Length:  477.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 873576   (Average:  9.27 Max: 719 Sum: 8100903)
  Executed   : 873509   (Average:  9.27 Max: 719 Sum: 8097934 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.12s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.18s

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

Models       : 0+
Calls        : 109
Time         : 564.486s (Solving: 540.67s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 564.628s

Choices      : 9744144  (Domain: 9671769)
Conflicts    : 882388   (Analyzed: 882385)
Restarts     : 10467    (Average: 84.30 Last: 166)
Model-Level  : 210.0   
Problems     : 109      (Average Length: 94.71 Splits: 0)
Lemmas       : 882385   (Deleted: 845972)
  Binary     : 11215    (Ratio:   1.27%)
  Ternary    : 2302     (Ratio:   0.26%)
  Conflict   : 882385   (Average Length:  478.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 882385   (Average:  9.24 Max: 719 Sum: 8149733)
  Executed   : 882318   (Average:  9.23 Max: 719 Sum: 8146764 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.07s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.10s

Iteration 109
Queue:		 [(11,55,5,True), (12,60,5,False), (13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,4,False), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,2,True), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 110
Time         : 570.710s (Solving: 546.79s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 570.856s

Choices      : 9824925  (Domain: 9752549)
Conflicts    : 891613   (Analyzed: 891610)
Restarts     : 10567    (Average: 84.38 Last: 166)
Model-Level  : 210.0   
Problems     : 110      (Average Length: 94.91 Splits: 0)
Lemmas       : 891610   (Deleted: 854584)
  Binary     : 11262    (Ratio:   1.26%)
  Ternary    : 2312     (Ratio:   0.26%)
  Conflict   : 891610   (Average Length:  479.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 891610   (Average:  9.21 Max: 719 Sum: 8212511)
  Executed   : 891543   (Average:  9.21 Max: 719 Sum: 8209542 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.19s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.23s

Iteration 110
Queue:		 [(13,65,4,True), (14,70,4,False), (15,75,4,False), (16,80,4,False), (17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,2,True), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 111
Time         : 577.931s (Solving: 553.88s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 578.080s

Choices      : 9910486  (Domain: 9838109)
Conflicts    : 901372   (Analyzed: 901369)
Restarts     : 10667    (Average: 84.50 Last: 166)
Model-Level  : 210.0   
Problems     : 111      (Average Length: 95.11 Splits: 0)
Lemmas       : 901369   (Deleted: 863546)
  Binary     : 11315    (Ratio:   1.26%)
  Ternary    : 2323     (Ratio:   0.26%)
  Conflict   : 901369   (Average Length:  481.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 901369   (Average:  9.18 Max: 719 Sum: 8277396)
  Executed   : 901302   (Average:  9.18 Max: 719 Sum: 8274427 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 7.17s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.23s

Iteration 111
Queue:		 [(17,85,3,True), (18,90,3,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,2,True), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 112
Time         : 584.757s (Solving: 560.58s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 584.908s

Choices      : 10009631 (Domain: 9937230)
Conflicts    : 910616   (Analyzed: 910613)
Restarts     : 10767    (Average: 84.57 Last: 166)
Model-Level  : 210.0   
Problems     : 112      (Average Length: 95.30 Splits: 0)
Lemmas       : 910613   (Deleted: 873169)
  Binary     : 11350    (Ratio:   1.25%)
  Ternary    : 2327     (Ratio:   0.26%)
  Conflict   : 910613   (Average Length:  482.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 910613   (Average:  9.17 Max: 719 Sum: 8352518)
  Executed   : 910546   (Average:  9.17 Max: 719 Sum: 8349549 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.78s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.83s

Iteration 112
Queue:		 [(22,110,2,True), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 113
Time         : 591.399s (Solving: 567.11s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 591.556s

Choices      : 10099728 (Domain: 10027327)
Conflicts    : 919608   (Analyzed: 919605)
Restarts     : 10867    (Average: 84.62 Last: 166)
Model-Level  : 210.0   
Problems     : 113      (Average Length: 95.50 Splits: 0)
Lemmas       : 919605   (Deleted: 882299)
  Binary     : 11361    (Ratio:   1.24%)
  Ternary    : 2330     (Ratio:   0.25%)
  Conflict   : 919605   (Average Length:  483.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 919605   (Average:  9.15 Max: 719 Sum: 8416271)
  Executed   : 919538   (Average:  9.15 Max: 719 Sum: 8413302 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.61s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.65s

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

Models       : 0+
Calls        : 114
Time         : 593.956s (Solving: 569.54s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 594.116s

Choices      : 10137992 (Domain: 10065591)
Conflicts    : 927580   (Analyzed: 927577)
Restarts     : 10967    (Average: 84.58 Last: 166)
Model-Level  : 210.0   
Problems     : 114      (Average Length: 95.68 Splits: 0)
Lemmas       : 927577   (Deleted: 888947)
  Binary     : 11371    (Ratio:   1.23%)
  Ternary    : 2334     (Ratio:   0.25%)
  Conflict   : 927577   (Average Length:  482.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 927577   (Average:  9.11 Max: 719 Sum: 8448507)
  Executed   : 927510   (Average:  9.10 Max: 719 Sum: 8445538 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 2.51s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 2.56s

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

Models       : 0+
Calls        : 115
Time         : 602.366s (Solving: 577.84s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 602.528s

Choices      : 10181876 (Domain: 10109475)
Conflicts    : 936332   (Analyzed: 936329)
Restarts     : 11067    (Average: 84.61 Last: 166)
Model-Level  : 210.0   
Problems     : 115      (Average Length: 95.87 Splits: 0)
Lemmas       : 936329   (Deleted: 899061)
  Binary     : 11396    (Ratio:   1.22%)
  Ternary    : 2345     (Ratio:   0.25%)
  Conflict   : 936329   (Average Length:  487.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 936329   (Average:  9.06 Max: 719 Sum: 8480443)
  Executed   : 936262   (Average:  9.05 Max: 719 Sum: 8477474 Ratio:  99.96%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.04%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 8.38s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 8.42s

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

Models       : 0+
Calls        : 116
Time         : 609.322s (Solving: 584.69s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 609.488s

Choices      : 10246826 (Domain: 10174425)
Conflicts    : 944489   (Analyzed: 944486)
Restarts     : 11167    (Average: 84.58 Last: 166)
Model-Level  : 210.0   
Problems     : 116      (Average Length: 96.05 Splits: 0)
Lemmas       : 944486   (Deleted: 905585)
  Binary     : 11441    (Ratio:   1.21%)
  Ternary    : 2355     (Ratio:   0.25%)
  Conflict   : 944486   (Average Length:  492.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 944486   (Average:  9.03 Max: 719 Sum: 8529776)
  Executed   : 944419   (Average:  9.03 Max: 719 Sum: 8526807 Ratio:  99.97%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.92s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.96s

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

Models       : 0+
Calls        : 117
Time         : 614.095s (Solving: 589.34s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 614.260s

Choices      : 10302351 (Domain: 10229948)
Conflicts    : 953043   (Analyzed: 953040)
Restarts     : 11267    (Average: 84.59 Last: 166)
Model-Level  : 210.0   
Problems     : 117      (Average Length: 96.23 Splits: 0)
Lemmas       : 953040   (Deleted: 913439)
  Binary     : 11449    (Ratio:   1.20%)
  Ternary    : 2359     (Ratio:   0.25%)
  Conflict   : 953040   (Average Length:  492.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 953040   (Average:  9.00 Max: 719 Sum: 8573155)
  Executed   : 952973   (Average:  8.99 Max: 719 Sum: 8570186 Ratio:  99.97%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 4.73s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 4.78s

Iteration 117
Queue:		 [(10,50,6,True), (11,55,6,False), (12,60,5,True), (13,65,5,False), (14,70,4,True), (15,75,4,False), (16,80,4,False), (17,85,4,False), (18,90,3,True), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 118
Time         : 619.758s (Solving: 594.90s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 619.928s

Choices      : 10369478 (Domain: 10297073)
Conflicts    : 961908   (Analyzed: 961905)
Restarts     : 11367    (Average: 84.62 Last: 166)
Model-Level  : 210.0   
Problems     : 118      (Average Length: 96.41 Splits: 0)
Lemmas       : 961905   (Deleted: 923989)
  Binary     : 11465    (Ratio:   1.19%)
  Ternary    : 2363     (Ratio:   0.25%)
  Conflict   : 961905   (Average Length:  492.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 961905   (Average:  8.97 Max: 719 Sum: 8624055)
  Executed   : 961838   (Average:  8.96 Max: 719 Sum: 8621086 Ratio:  99.97%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.63s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.67s

Iteration 118
Queue:		 [(12,60,5,True), (13,65,5,False), (14,70,4,True), (15,75,4,False), (16,80,4,False), (17,85,4,False), (18,90,3,True), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 119
Time         : 626.694s (Solving: 601.73s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 626.868s

Choices      : 10454924 (Domain: 10382262)
Conflicts    : 971105   (Analyzed: 971102)
Restarts     : 11467    (Average: 84.69 Last: 166)
Model-Level  : 210.0   
Problems     : 119      (Average Length: 96.58 Splits: 0)
Lemmas       : 971102   (Deleted: 932768)
  Binary     : 11535    (Ratio:   1.19%)
  Ternary    : 2376     (Ratio:   0.24%)
  Conflict   : 971102   (Average Length:  494.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 971102   (Average:  8.95 Max: 719 Sum: 8687400)
  Executed   : 971035   (Average:  8.94 Max: 719 Sum: 8684431 Ratio:  99.97%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.90s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.94s

Iteration 119
Queue:		 [(14,70,4,True), (15,75,4,False), (16,80,4,False), (17,85,4,False), (18,90,3,True), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 120
Time         : 633.066s (Solving: 607.98s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 633.240s

Choices      : 10524689 (Domain: 10452027)
Conflicts    : 980010   (Analyzed: 980007)
Restarts     : 11567    (Average: 84.72 Last: 166)
Model-Level  : 210.0   
Problems     : 120      (Average Length: 96.75 Splits: 0)
Lemmas       : 980007   (Deleted: 941733)
  Binary     : 11548    (Ratio:   1.18%)
  Ternary    : 2379     (Ratio:   0.24%)
  Conflict   : 980007   (Average Length:  495.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 980007   (Average:  8.91 Max: 719 Sum: 8736149)
  Executed   : 979940   (Average:  8.91 Max: 719 Sum: 8733180 Ratio:  99.97%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.33s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.38s

Iteration 120
Queue:		 [(18,90,3,True), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 121
Time         : 640.207s (Solving: 615.02s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 640.384s

Choices      : 10611893 (Domain: 10539230)
Conflicts    : 988921   (Analyzed: 988918)
Restarts     : 11667    (Average: 84.76 Last: 166)
Model-Level  : 210.0   
Problems     : 121      (Average Length: 96.92 Splits: 0)
Lemmas       : 988918   (Deleted: 950545)
  Binary     : 11568    (Ratio:   1.17%)
  Ternary    : 2385     (Ratio:   0.24%)
  Conflict   : 988918   (Average Length:  496.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 988918   (Average:  8.90 Max: 719 Sum: 8797606)
  Executed   : 988851   (Average:  8.89 Max: 719 Sum: 8794637 Ratio:  99.97%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 7.11s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.15s

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

Models       : 0+
Calls        : 122
Time         : 643.439s (Solving: 618.13s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 643.616s

Choices      : 10661535 (Domain: 10588872)
Conflicts    : 997181   (Analyzed: 997178)
Restarts     : 11767    (Average: 84.74 Last: 166)
Model-Level  : 210.0   
Problems     : 122      (Average Length: 97.08 Splits: 0)
Lemmas       : 997178   (Deleted: 957052)
  Binary     : 11598    (Ratio:   1.16%)
  Ternary    : 2406     (Ratio:   0.24%)
  Conflict   : 997178   (Average Length:  495.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 997178   (Average:  8.87 Max: 719 Sum: 8842681)
  Executed   : 997111   (Average:  8.86 Max: 719 Sum: 8839712 Ratio:  99.97%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 3.19s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 3.24s

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

Models       : 0+
Calls        : 123
Time         : 651.072s (Solving: 625.66s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 651.252s

Choices      : 10729732 (Domain: 10657069)
Conflicts    : 1006468  (Analyzed: 1006465)
Restarts     : 11867    (Average: 84.81 Last: 166)
Model-Level  : 210.0   
Problems     : 123      (Average Length: 97.24 Splits: 0)
Lemmas       : 1006465  (Deleted: 967362)
  Binary     : 11624    (Ratio:   1.15%)
  Ternary    : 2413     (Ratio:   0.24%)
  Conflict   : 1006465  (Average Length:  499.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1006465  (Average:  8.84 Max: 719 Sum: 8898384)
  Executed   : 1006398  (Average:  8.84 Max: 719 Sum: 8895415 Ratio:  99.97%)
  Bounded    : 67       (Average: 44.31 Max: 117 Sum:   2969 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 7.60s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.64s

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

Models       : 0+
Calls        : 124
Time         : 655.732s (Solving: 630.21s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 655.916s

Choices      : 10783052 (Domain: 10710389)
Conflicts    : 1014584  (Analyzed: 1014581)
Restarts     : 11967    (Average: 84.78 Last: 166)
Model-Level  : 210.0   
Problems     : 124      (Average Length: 97.40 Splits: 0)
Lemmas       : 1014581  (Deleted: 974377)
  Binary     : 11640    (Ratio:   1.15%)
  Ternary    : 2422     (Ratio:   0.24%)
  Conflict   : 1014581  (Average Length:  499.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1014581  (Average:  8.81 Max: 719 Sum: 8939715)
  Executed   : 1014513  (Average:  8.81 Max: 719 Sum: 8936629 Ratio:  99.97%)
  Bounded    : 68       (Average: 45.38 Max: 117 Sum:   3086 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802886  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 4.63s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 4.67s

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

Models       : 0+
Calls        : 125
Time         : 661.768s (Solving: 636.12s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 661.952s

Choices      : 10849059 (Domain: 10776355)
Conflicts    : 1023861  (Analyzed: 1023858)
Restarts     : 12067    (Average: 84.85 Last: 166)
Model-Level  : 210.0   
Problems     : 125      (Average Length: 97.56 Splits: 0)
Lemmas       : 1023858  (Deleted: 984454)
  Binary     : 11662    (Ratio:   1.14%)
  Ternary    : 2430     (Ratio:   0.24%)
  Conflict   : 1023858  (Average Length:  500.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1023858  (Average:  8.78 Max: 719 Sum: 8991675)
  Executed   : 1023790  (Average:  8.78 Max: 719 Sum: 8988589 Ratio:  99.97%)
  Bounded    : 68       (Average: 45.38 Max: 117 Sum:   3086 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802872  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.99s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.04s

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

Models       : 0+
Calls        : 126
Time         : 667.949s (Solving: 642.16s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 668.136s

Choices      : 10913005 (Domain: 10840299)
Conflicts    : 1032361  (Analyzed: 1032358)
Restarts     : 12167    (Average: 84.85 Last: 166)
Model-Level  : 210.0   
Problems     : 126      (Average Length: 97.71 Splits: 0)
Lemmas       : 1032358  (Deleted: 991441)
  Binary     : 11692    (Ratio:   1.13%)
  Ternary    : 2432     (Ratio:   0.24%)
  Conflict   : 1032358  (Average Length:  502.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1032358  (Average:  8.75 Max: 719 Sum: 9037216)
  Executed   : 1032290  (Average:  8.75 Max: 719 Sum: 9034130 Ratio:  99.97%)
  Bounded    : 68       (Average: 45.38 Max: 117 Sum:   3086 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802872  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.13s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.19s

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

Models       : 0+
Calls        : 127
Time         : 673.005s (Solving: 647.11s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 673.192s

Choices      : 10972956 (Domain: 10900250)
Conflicts    : 1041275  (Analyzed: 1041272)
Restarts     : 12267    (Average: 84.88 Last: 166)
Model-Level  : 210.0   
Problems     : 127      (Average Length: 97.87 Splits: 0)
Lemmas       : 1041272  (Deleted: 1001971)
  Binary     : 11707    (Ratio:   1.12%)
  Ternary    : 2439     (Ratio:   0.23%)
  Conflict   : 1041272  (Average Length:  502.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1041272  (Average:  8.72 Max: 719 Sum: 9083932)
  Executed   : 1041204  (Average:  8.72 Max: 719 Sum: 9080846 Ratio:  99.97%)
  Bounded    : 68       (Average: 45.38 Max: 117 Sum:   3086 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802872  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.02s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.06s

Iteration 127
Queue:		 [(11,55,6,True), (12,60,6,False), (13,65,5,True), (14,70,5,False), (15,75,4,True), (16,80,4,False), (17,85,4,False), (18,90,4,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,True)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 128
Time         : 679.303s (Solving: 653.31s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 679.492s

Choices      : 11044232 (Domain: 10971526)
Conflicts    : 1050508  (Analyzed: 1050505)
Restarts     : 12367    (Average: 84.94 Last: 166)
Model-Level  : 210.0   
Problems     : 128      (Average Length: 98.02 Splits: 0)
Lemmas       : 1050505  (Deleted: 1010724)
  Binary     : 11728    (Ratio:   1.12%)
  Ternary    : 2442     (Ratio:   0.23%)
  Conflict   : 1050505  (Average Length:  502.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1050505  (Average:  8.70 Max: 719 Sum: 9137004)
  Executed   : 1050437  (Average:  8.69 Max: 719 Sum: 9133918 Ratio:  99.97%)
  Bounded    : 68       (Average: 45.38 Max: 117 Sum:   3086 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802872  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.26s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.30s

Iteration 128
Queue:		 [(13,65,5,True), (14,70,5,False), (15,75,4,True), (16,80,4,False), (17,85,4,False), (18,90,4,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,True)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 129
Time         : 686.398s (Solving: 660.29s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 686.588s

Choices      : 11124403 (Domain: 11051614)
Conflicts    : 1059058  (Analyzed: 1059055)
Restarts     : 12467    (Average: 84.95 Last: 166)
Model-Level  : 210.0   
Problems     : 129      (Average Length: 98.16 Splits: 0)
Lemmas       : 1059055  (Deleted: 1017609)
  Binary     : 11782    (Ratio:   1.11%)
  Ternary    : 2451     (Ratio:   0.23%)
  Conflict   : 1059055  (Average Length:  505.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1059055  (Average:  8.68 Max: 719 Sum: 9193009)
  Executed   : 1058987  (Average:  8.68 Max: 719 Sum: 9189923 Ratio:  99.97%)
  Bounded    : 68       (Average: 45.38 Max: 117 Sum:   3086 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802872  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 7.06s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.10s

Iteration 129
Queue:		 [(15,75,4,True), (16,80,4,False), (17,85,4,False), (18,90,4,False), (19,95,3,False), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,2,True)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 130
Time         : 694.448s (Solving: 668.23s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 694.640s

Choices      : 11319842 (Domain: 11245081)
Conflicts    : 1068733  (Analyzed: 1068730)
Restarts     : 12567    (Average: 85.04 Last: 166)
Model-Level  : 210.0   
Problems     : 130      (Average Length: 98.31 Splits: 0)
Lemmas       : 1068730  (Deleted: 1027960)
  Binary     : 11976    (Ratio:   1.12%)
  Ternary    : 2484     (Ratio:   0.23%)
  Conflict   : 1068730  (Average Length:  506.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1068730  (Average:  8.76 Max: 719 Sum: 9358388)
  Executed   : 1068662  (Average:  8.75 Max: 719 Sum: 9355302 Ratio:  99.97%)
  Bounded    : 68       (Average: 45.38 Max: 117 Sum:   3086 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802872  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 8.02s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 8.06s

Iteration 130
Queue:		 [(23,115,2,True)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 131
Time         : 700.600s (Solving: 674.28s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 700.792s

Choices      : 11417125 (Domain: 11342364)
Conflicts    : 1077787  (Analyzed: 1077784)
Restarts     : 12667    (Average: 85.09 Last: 166)
Model-Level  : 210.0   
Problems     : 131      (Average Length: 98.45 Splits: 0)
Lemmas       : 1077784  (Deleted: 1037331)
  Binary     : 12007    (Ratio:   1.11%)
  Ternary    : 2485     (Ratio:   0.23%)
  Conflict   : 1077784  (Average Length:  506.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1077784  (Average:  8.75 Max: 719 Sum: 9429440)
  Executed   : 1077715  (Average:  8.75 Max: 719 Sum: 9426237 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802872  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.12s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.16s

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

Models       : 0+
Calls        : 132
Time         : 703.368s (Solving: 676.94s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 703.564s

Choices      : 11461976 (Domain: 11387215)
Conflicts    : 1085300  (Analyzed: 1085297)
Restarts     : 12767    (Average: 85.01 Last: 166)
Model-Level  : 210.0   
Problems     : 132      (Average Length: 98.59 Splits: 0)
Lemmas       : 1085297  (Deleted: 1043885)
  Binary     : 12024    (Ratio:   1.11%)
  Ternary    : 2503     (Ratio:   0.23%)
  Conflict   : 1085297  (Average Length:  503.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1085297  (Average:  8.72 Max: 719 Sum: 9467213)
  Executed   : 1085228  (Average:  8.72 Max: 719 Sum: 9464010 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 2.73s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 2.77s

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

Models       : 0+
Calls        : 133
Time         : 711.164s (Solving: 684.62s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 711.364s

Choices      : 11514789 (Domain: 11440028)
Conflicts    : 1094553  (Analyzed: 1094550)
Restarts     : 12867    (Average: 85.07 Last: 166)
Model-Level  : 210.0   
Problems     : 133      (Average Length: 98.73 Splits: 0)
Lemmas       : 1094550  (Deleted: 1053612)
  Binary     : 12046    (Ratio:   1.10%)
  Ternary    : 2505     (Ratio:   0.23%)
  Conflict   : 1094550  (Average Length:  507.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1094550  (Average:  8.69 Max: 719 Sum: 9508948)
  Executed   : 1094481  (Average:  8.68 Max: 719 Sum: 9505745 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 7.76s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.80s

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

Models       : 0+
Calls        : 134
Time         : 717.067s (Solving: 690.41s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 717.268s

Choices      : 11571256 (Domain: 11496495)
Conflicts    : 1102789  (Analyzed: 1102786)
Restarts     : 12967    (Average: 85.05 Last: 166)
Model-Level  : 210.0   
Problems     : 134      (Average Length: 98.87 Splits: 0)
Lemmas       : 1102786  (Deleted: 1060577)
  Binary     : 12081    (Ratio:   1.10%)
  Ternary    : 2518     (Ratio:   0.23%)
  Conflict   : 1102786  (Average Length:  509.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1102786  (Average:  8.66 Max: 719 Sum: 9550904)
  Executed   : 1102717  (Average:  8.66 Max: 719 Sum: 9547701 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.87s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.91s

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

Models       : 0+
Calls        : 135
Time         : 722.715s (Solving: 695.93s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 722.916s

Choices      : 11636367 (Domain: 11561571)
Conflicts    : 1111678  (Analyzed: 1111675)
Restarts     : 13067    (Average: 85.07 Last: 166)
Model-Level  : 210.0   
Problems     : 135      (Average Length: 99.00 Splits: 0)
Lemmas       : 1111675  (Deleted: 1070710)
  Binary     : 12102    (Ratio:   1.09%)
  Ternary    : 2523     (Ratio:   0.23%)
  Conflict   : 1111675  (Average Length:  509.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1111675  (Average:  8.64 Max: 719 Sum: 9602198)
  Executed   : 1111606  (Average:  8.63 Max: 719 Sum: 9598995 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.60s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.65s

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

Models       : 0+
Calls        : 136
Time         : 729.211s (Solving: 702.30s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 729.416s

Choices      : 11710299 (Domain: 11635485)
Conflicts    : 1121133  (Analyzed: 1121130)
Restarts     : 13167    (Average: 85.15 Last: 166)
Model-Level  : 210.0   
Problems     : 136      (Average Length: 99.13 Splits: 0)
Lemmas       : 1121130  (Deleted: 1079383)
  Binary     : 12195    (Ratio:   1.09%)
  Ternary    : 2534     (Ratio:   0.23%)
  Conflict   : 1121130  (Average Length:  510.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1121130  (Average:  8.62 Max: 719 Sum: 9660269)
  Executed   : 1121061  (Average:  8.61 Max: 719 Sum: 9657066 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.45s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.50s

Iteration 136
Queue:		 [(10,50,7,True), (11,55,7,False), (12,60,6,True), (13,65,6,False), (14,70,5,True), (15,75,5,False), (16,80,4,True), (17,85,4,False), (18,90,4,False), (19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 137
Time         : 736.018s (Solving: 708.99s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 736.224s

Choices      : 11781646 (Domain: 11706832)
Conflicts    : 1130538  (Analyzed: 1130535)
Restarts     : 13267    (Average: 85.21 Last: 166)
Model-Level  : 210.0   
Problems     : 137      (Average Length: 99.26 Splits: 0)
Lemmas       : 1130535  (Deleted: 1088710)
  Binary     : 12207    (Ratio:   1.08%)
  Ternary    : 2534     (Ratio:   0.22%)
  Conflict   : 1130535  (Average Length:  511.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1130535  (Average:  8.59 Max: 719 Sum: 9712007)
  Executed   : 1130466  (Average:  8.59 Max: 719 Sum: 9708804 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.77s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.81s

Iteration 137
Queue:		 [(12,60,6,True), (13,65,6,False), (14,70,5,True), (15,75,5,False), (16,80,4,True), (17,85,4,False), (18,90,4,False), (19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 138
Time         : 743.144s (Solving: 716.01s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 743.352s

Choices      : 11861524 (Domain: 11786709)
Conflicts    : 1139486  (Analyzed: 1139483)
Restarts     : 13367    (Average: 85.25 Last: 166)
Model-Level  : 210.0   
Problems     : 138      (Average Length: 99.39 Splits: 0)
Lemmas       : 1139483  (Deleted: 1097892)
  Binary     : 12239    (Ratio:   1.07%)
  Ternary    : 2547     (Ratio:   0.22%)
  Conflict   : 1139483  (Average Length:  513.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1139483  (Average:  8.57 Max: 719 Sum: 9769236)
  Executed   : 1139414  (Average:  8.57 Max: 719 Sum: 9766033 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 7.09s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.13s

Iteration 138
Queue:		 [(14,70,5,True), (15,75,5,False), (16,80,4,True), (17,85,4,False), (18,90,4,False), (19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 139
Time         : 751.202s (Solving: 723.93s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 751.416s

Choices      : 11959238 (Domain: 11884394)
Conflicts    : 1149068  (Analyzed: 1149065)
Restarts     : 13467    (Average: 85.32 Last: 166)
Model-Level  : 210.0   
Problems     : 139      (Average Length: 99.52 Splits: 0)
Lemmas       : 1149065  (Deleted: 1106635)
  Binary     : 12317    (Ratio:   1.07%)
  Ternary    : 2556     (Ratio:   0.22%)
  Conflict   : 1149065  (Average Length:  515.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1149065  (Average:  8.57 Max: 719 Sum: 9841998)
  Executed   : 1148996  (Average:  8.56 Max: 719 Sum: 9838795 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 8.01s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 8.06s

Iteration 139
Queue:		 [(16,80,4,True), (17,85,4,False), (18,90,4,False), (19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 140
Time         : 759.452s (Solving: 732.07s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 759.672s

Choices      : 12132792 (Domain: 12057384)
Conflicts    : 1158642  (Analyzed: 1158639)
Restarts     : 13567    (Average: 85.40 Last: 166)
Model-Level  : 210.0   
Problems     : 140      (Average Length: 99.64 Splits: 0)
Lemmas       : 1158639  (Deleted: 1115950)
  Binary     : 12460    (Ratio:   1.08%)
  Ternary    : 2569     (Ratio:   0.22%)
  Conflict   : 1158639  (Average Length:  517.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1158639  (Average:  8.62 Max: 719 Sum: 9984947)
  Executed   : 1158570  (Average:  8.62 Max: 719 Sum: 9981744 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 8.21s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 8.26s

Iteration 140
Queue:		 [(19,95,3,True), (20,100,3,False), (21,105,3,False), (22,110,3,False), (23,115,3,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 141
Time         : 766.658s (Solving: 739.13s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 766.880s

Choices      : 12212710 (Domain: 12137302)
Conflicts    : 1167474  (Analyzed: 1167471)
Restarts     : 13667    (Average: 85.42 Last: 166)
Model-Level  : 210.0   
Problems     : 141      (Average Length: 99.77 Splits: 0)
Lemmas       : 1167471  (Deleted: 1125285)
  Binary     : 12474    (Ratio:   1.07%)
  Ternary    : 2576     (Ratio:   0.22%)
  Conflict   : 1167471  (Average Length:  519.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1167471  (Average:  8.60 Max: 719 Sum: 10037518)
  Executed   : 1167402  (Average:  8.59 Max: 719 Sum: 10034315 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 7.15s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.21s

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

Models       : 0+
Calls        : 142
Time         : 770.330s (Solving: 742.68s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 770.552s

Choices      : 12247525 (Domain: 12172117)
Conflicts    : 1174832  (Analyzed: 1174829)
Restarts     : 13767    (Average: 85.34 Last: 166)
Model-Level  : 210.0   
Problems     : 142      (Average Length: 99.89 Splits: 0)
Lemmas       : 1174829  (Deleted: 1131799)
  Binary     : 12503    (Ratio:   1.06%)
  Ternary    : 2577     (Ratio:   0.22%)
  Conflict   : 1174829  (Average Length:  518.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1174829  (Average:  8.57 Max: 719 Sum: 10067012)
  Executed   : 1174760  (Average:  8.57 Max: 719 Sum: 10063809 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 3.62s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 3.68s

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

Models       : 0+
Calls        : 143
Time         : 773.934s (Solving: 746.15s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 774.160s

Choices      : 12283346 (Domain: 12207938)
Conflicts    : 1182996  (Analyzed: 1182993)
Restarts     : 13867    (Average: 85.31 Last: 166)
Model-Level  : 210.0   
Problems     : 143      (Average Length: 100.01 Splits: 0)
Lemmas       : 1182993  (Deleted: 1138982)
  Binary     : 12510    (Ratio:   1.06%)
  Ternary    : 2579     (Ratio:   0.22%)
  Conflict   : 1182993  (Average Length:  516.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1182993  (Average:  8.53 Max: 719 Sum: 10095216)
  Executed   : 1182924  (Average:  8.53 Max: 719 Sum: 10092013 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 3.56s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 3.61s

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

Models       : 0+
Calls        : 144
Time         : 780.032s (Solving: 752.11s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 780.260s

Choices      : 12354823 (Domain: 12279013)
Conflicts    : 1192172  (Analyzed: 1192169)
Restarts     : 13967    (Average: 85.36 Last: 166)
Model-Level  : 210.0   
Problems     : 144      (Average Length: 100.12 Splits: 0)
Lemmas       : 1192169  (Deleted: 1149157)
  Binary     : 12585    (Ratio:   1.06%)
  Ternary    : 2593     (Ratio:   0.22%)
  Conflict   : 1192169  (Average Length:  516.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1192169  (Average:  8.51 Max: 719 Sum: 10148327)
  Executed   : 1192100  (Average:  8.51 Max: 719 Sum: 10145124 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.05s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.10s

Iteration 144
Queue:		 [(11,55,7,True), (12,60,7,False), (13,65,6,False), (14,70,6,False), (15,75,5,False), (16,80,5,False), (17,85,4,True), (18,90,4,False), (19,95,4,False), (20,100,3,True), (21,105,3,False), (22,110,3,False), (23,115,3,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 145
Time         : 787.510s (Solving: 759.48s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 787.744s

Choices      : 12428161 (Domain: 12352345)
Conflicts    : 1201068  (Analyzed: 1201065)
Restarts     : 14067    (Average: 85.38 Last: 166)
Model-Level  : 210.0   
Problems     : 145      (Average Length: 100.24 Splits: 0)
Lemmas       : 1201065  (Deleted: 1158013)
  Binary     : 12644    (Ratio:   1.05%)
  Ternary    : 2603     (Ratio:   0.22%)
  Conflict   : 1201065  (Average Length:  520.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1201065  (Average:  8.49 Max: 719 Sum: 10199518)
  Executed   : 1200996  (Average:  8.49 Max: 719 Sum: 10196315 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 7.45s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 7.49s

Iteration 145
Queue:		 [(17,85,4,True), (18,90,4,False), (19,95,4,False), (20,100,3,True), (21,105,3,False), (22,110,3,False), (23,115,3,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 146
Time         : 793.749s (Solving: 765.59s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 793.984s

Choices      : 12506495 (Domain: 12430679)
Conflicts    : 1209951  (Analyzed: 1209948)
Restarts     : 14167    (Average: 85.41 Last: 166)
Model-Level  : 210.0   
Problems     : 146      (Average Length: 100.36 Splits: 0)
Lemmas       : 1209948  (Deleted: 1166741)
  Binary     : 12656    (Ratio:   1.05%)
  Ternary    : 2607     (Ratio:   0.22%)
  Conflict   : 1209948  (Average Length:  520.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1209948  (Average:  8.48 Max: 719 Sum: 10257222)
  Executed   : 1209879  (Average:  8.47 Max: 719 Sum: 10254019 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.19s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.25s

Iteration 146
Queue:		 [(20,100,3,True), (21,105,3,False), (22,110,3,False), (23,115,3,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 147
Time         : 801.790s (Solving: 773.52s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 802.028s

Choices      : 12606841 (Domain: 12531025)
Conflicts    : 1219465  (Analyzed: 1219462)
Restarts     : 14267    (Average: 85.47 Last: 166)
Model-Level  : 210.0   
Problems     : 147      (Average Length: 100.47 Splits: 0)
Lemmas       : 1219462  (Deleted: 1175440)
  Binary     : 12702    (Ratio:   1.04%)
  Ternary    : 2616     (Ratio:   0.21%)
  Conflict   : 1219462  (Average Length:  522.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1219462  (Average:  8.47 Max: 719 Sum: 10327812)
  Executed   : 1219393  (Average:  8.47 Max: 719 Sum: 10324609 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 8.00s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 8.05s

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

Models       : 0+
Calls        : 148
Time         : 805.368s (Solving: 776.98s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 805.604s

Choices      : 12643100 (Domain: 12567284)
Conflicts    : 1226955  (Analyzed: 1226952)
Restarts     : 14367    (Average: 85.40 Last: 166)
Model-Level  : 210.0   
Problems     : 148      (Average Length: 100.58 Splits: 0)
Lemmas       : 1226952  (Deleted: 1182542)
  Binary     : 12808    (Ratio:   1.04%)
  Ternary    : 2628     (Ratio:   0.21%)
  Conflict   : 1226952  (Average Length:  520.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1226952  (Average:  8.44 Max: 719 Sum: 10359492)
  Executed   : 1226883  (Average:  8.44 Max: 719 Sum: 10356289 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 3.54s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 3.58s

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

Models       : 0+
Calls        : 149
Time         : 811.524s (Solving: 783.01s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 811.764s

Choices      : 12704408 (Domain: 12628592)
Conflicts    : 1235706  (Analyzed: 1235703)
Restarts     : 14467    (Average: 85.42 Last: 166)
Model-Level  : 210.0   
Problems     : 149      (Average Length: 100.69 Splits: 0)
Lemmas       : 1235703  (Deleted: 1192045)
  Binary     : 12822    (Ratio:   1.04%)
  Ternary    : 2636     (Ratio:   0.21%)
  Conflict   : 1235703  (Average Length:  522.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1235703  (Average:  8.42 Max: 719 Sum: 10404354)
  Executed   : 1235634  (Average:  8.42 Max: 719 Sum: 10401151 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.11s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.16s

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

Models       : 0+
Calls        : 150
Time         : 817.171s (Solving: 788.55s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 817.412s

Choices      : 12763569 (Domain: 12687751)
Conflicts    : 1244883  (Analyzed: 1244880)
Restarts     : 14567    (Average: 85.46 Last: 166)
Model-Level  : 210.0   
Problems     : 150      (Average Length: 100.80 Splits: 0)
Lemmas       : 1244880  (Deleted: 1200625)
  Binary     : 12833    (Ratio:   1.03%)
  Ternary    : 2640     (Ratio:   0.21%)
  Conflict   : 1244880  (Average Length:  522.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1244880  (Average:  8.39 Max: 719 Sum: 10450413)
  Executed   : 1244811  (Average:  8.39 Max: 719 Sum: 10447210 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.62s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 5.65s

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

Models       : 0+
Calls        : 151
Time         : 823.238s (Solving: 794.48s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 823.480s

Choices      : 12822661 (Domain: 12746843)
Conflicts    : 1254100  (Analyzed: 1254097)
Restarts     : 14667    (Average: 85.50 Last: 166)
Model-Level  : 210.0   
Problems     : 151      (Average Length: 100.91 Splits: 0)
Lemmas       : 1254097  (Deleted: 1209630)
  Binary     : 12847    (Ratio:   1.02%)
  Ternary    : 2644     (Ratio:   0.21%)
  Conflict   : 1254097  (Average Length:  522.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1254097  (Average:  8.37 Max: 719 Sum: 10493807)
  Executed   : 1254028  (Average:  8.37 Max: 719 Sum: 10490604 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.02s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.07s

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

Models       : 0+
Calls        : 152
Time         : 829.292s (Solving: 800.43s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 829.540s

Choices      : 12887282 (Domain: 12811457)
Conflicts    : 1263420  (Analyzed: 1263417)
Restarts     : 14767    (Average: 85.56 Last: 166)
Model-Level  : 210.0   
Problems     : 152      (Average Length: 101.01 Splits: 0)
Lemmas       : 1263417  (Deleted: 1218692)
  Binary     : 12877    (Ratio:   1.02%)
  Ternary    : 2647     (Ratio:   0.21%)
  Conflict   : 1263417  (Average Length:  522.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1263417  (Average:  8.34 Max: 719 Sum: 10540648)
  Executed   : 1263348  (Average:  8.34 Max: 719 Sum: 10537445 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.02s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.06s

Iteration 152
Queue:		 [(10,50,8,True), (11,55,8,False), (12,60,7,False), (13,65,6,True), (14,70,6,False), (15,75,5,True), (16,80,5,False), (17,85,5,False), (18,90,4,False), (19,95,4,False), (20,100,4,False), (21,105,3,True), (22,110,3,False), (23,115,3,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 153
Time         : 835.392s (Solving: 806.40s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 835.640s

Choices      : 12973772 (Domain: 12897267)
Conflicts    : 1272573  (Analyzed: 1272570)
Restarts     : 14867    (Average: 85.60 Last: 166)
Model-Level  : 210.0   
Problems     : 153      (Average Length: 101.12 Splits: 0)
Lemmas       : 1272570  (Deleted: 1227858)
  Binary     : 12957    (Ratio:   1.02%)
  Ternary    : 2661     (Ratio:   0.21%)
  Conflict   : 1272570  (Average Length:  522.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1272570  (Average:  8.34 Max: 719 Sum: 10607123)
  Executed   : 1272501  (Average:  8.33 Max: 719 Sum: 10603920 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.06s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.11s

Iteration 153
Queue:		 [(13,65,6,True), (14,70,6,False), (15,75,5,True), (16,80,5,False), (17,85,5,False), (18,90,4,False), (19,95,4,False), (20,100,4,False), (21,105,3,True), (22,110,3,False), (23,115,3,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 154
Time         : 841.648s (Solving: 812.54s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 841.896s

Choices      : 13047362 (Domain: 12970850)
Conflicts    : 1282017  (Analyzed: 1282014)
Restarts     : 14967    (Average: 85.66 Last: 166)
Model-Level  : 210.0   
Problems     : 154      (Average Length: 101.22 Splits: 0)
Lemmas       : 1282014  (Deleted: 1236747)
  Binary     : 12971    (Ratio:   1.01%)
  Ternary    : 2665     (Ratio:   0.21%)
  Conflict   : 1282014  (Average Length:  522.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1282014  (Average:  8.32 Max: 719 Sum: 10661214)
  Executed   : 1281945  (Average:  8.31 Max: 719 Sum: 10658011 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.22s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.26s

Iteration 154
Queue:		 [(15,75,5,True), (16,80,5,False), (17,85,5,False), (18,90,4,False), (19,95,4,False), (20,100,4,False), (21,105,3,True), (22,110,3,False), (23,115,3,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 155
Time         : 847.857s (Solving: 818.63s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 848.108s

Choices      : 13121780 (Domain: 13045266)
Conflicts    : 1291282  (Analyzed: 1291279)
Restarts     : 15067    (Average: 85.70 Last: 166)
Model-Level  : 210.0   
Problems     : 155      (Average Length: 101.32 Splits: 0)
Lemmas       : 1291279  (Deleted: 1246054)
  Binary     : 12989    (Ratio:   1.01%)
  Ternary    : 2667     (Ratio:   0.21%)
  Conflict   : 1291279  (Average Length:  522.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1291279  (Average:  8.30 Max: 719 Sum: 10715763)
  Executed   : 1291210  (Average:  8.30 Max: 719 Sum: 10712560 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.16s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.21s

Iteration 155
Queue:		 [(21,105,3,True), (22,110,3,False), (23,115,3,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 156
Time         : 854.655s (Solving: 825.32s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 854.912s

Choices      : 13217576 (Domain: 13141061)
Conflicts    : 1300469  (Analyzed: 1300466)
Restarts     : 15167    (Average: 85.74 Last: 166)
Model-Level  : 210.0   
Problems     : 156      (Average Length: 101.42 Splits: 0)
Lemmas       : 1300466  (Deleted: 1255171)
  Binary     : 12999    (Ratio:   1.00%)
  Ternary    : 2671     (Ratio:   0.21%)
  Conflict   : 1300466  (Average Length:  522.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1300466  (Average:  8.29 Max: 719 Sum: 10785917)
  Executed   : 1300397  (Average:  8.29 Max: 719 Sum: 10782714 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.77s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 6.80s

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

Models       : 0+
Calls        : 157
Time         : 858.221s (Solving: 828.77s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 858.480s

Choices      : 13249852 (Domain: 13173337)
Conflicts    : 1308005  (Analyzed: 1308002)
Restarts     : 15267    (Average: 85.68 Last: 166)
Model-Level  : 210.0   
Problems     : 157      (Average Length: 101.52 Splits: 0)
Lemmas       : 1308002  (Deleted: 1261938)
  Binary     : 13064    (Ratio:   1.00%)
  Ternary    : 2684     (Ratio:   0.21%)
  Conflict   : 1308002  (Average Length:  522.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1308002  (Average:  8.27 Max: 719 Sum: 10813107)
  Executed   : 1307933  (Average:  8.26 Max: 719 Sum: 10809904 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 3.52s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 3.57s

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

Models       : 0+
Calls        : 158
Time         : 867.447s (Solving: 837.87s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 867.708s

Choices      : 13299714 (Domain: 13223199)
Conflicts    : 1317024  (Analyzed: 1317021)
Restarts     : 15367    (Average: 85.70 Last: 166)
Model-Level  : 210.0   
Problems     : 158      (Average Length: 101.62 Splits: 0)
Lemmas       : 1317021  (Deleted: 1271540)
  Binary     : 13079    (Ratio:   0.99%)
  Ternary    : 2692     (Ratio:   0.20%)
  Conflict   : 1317021  (Average Length:  525.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1317021  (Average:  8.24 Max: 719 Sum: 10851679)
  Executed   : 1316952  (Average:  8.24 Max: 719 Sum: 10848476 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 630MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 9.18s
Memory:		 576MB (+0MB)
UNKNOWN
Iteration Time:	 9.23s

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

Models       : 0+
Calls        : 159
Time         : 875.639s (Solving: 845.95s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 875.904s

Choices      : 13360952 (Domain: 13284437)
Conflicts    : 1325605  (Analyzed: 1325602)
Restarts     : 15467    (Average: 85.71 Last: 166)
Model-Level  : 210.0   
Problems     : 159      (Average Length: 101.72 Splits: 0)
Lemmas       : 1325602  (Deleted: 1278530)
  Binary     : 13129    (Ratio:   0.99%)
  Ternary    : 2697     (Ratio:   0.20%)
  Conflict   : 1325602  (Average Length:  532.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1325602  (Average:  8.22 Max: 719 Sum: 10895624)
  Executed   : 1325533  (Average:  8.22 Max: 719 Sum: 10892421 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 704MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 8.16s
Memory:		 640MB (+64MB)
UNKNOWN
Iteration Time:	 8.20s

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

Models       : 0+
Calls        : 160
Time         : 881.785s (Solving: 851.99s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 882.052s

Choices      : 13430428 (Domain: 13353616)
Conflicts    : 1334526  (Analyzed: 1334523)
Restarts     : 15567    (Average: 85.73 Last: 166)
Model-Level  : 210.0   
Problems     : 160      (Average Length: 101.81 Splits: 0)
Lemmas       : 1334523  (Deleted: 1288804)
  Binary     : 13198    (Ratio:   0.99%)
  Ternary    : 2710     (Ratio:   0.20%)
  Conflict   : 1334523  (Average Length:  533.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1334523  (Average:  8.20 Max: 719 Sum: 10947738)
  Executed   : 1334454  (Average:  8.20 Max: 719 Sum: 10944535 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 704MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 6.11s
Memory:		 640MB (+0MB)
UNKNOWN
Iteration Time:	 6.15s

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

Models       : 0+
Calls        : 161
Time         : 887.207s (Solving: 857.30s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 887.476s

Choices      : 13494131 (Domain: 13417308)
Conflicts    : 1343606  (Analyzed: 1343603)
Restarts     : 15667    (Average: 85.76 Last: 166)
Model-Level  : 210.0   
Problems     : 161      (Average Length: 101.91 Splits: 0)
Lemmas       : 1343603  (Deleted: 1297537)
  Binary     : 13212    (Ratio:   0.98%)
  Ternary    : 2717     (Ratio:   0.20%)
  Conflict   : 1343603  (Average Length:  532.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1343603  (Average:  8.18 Max: 719 Sum: 10996878)
  Executed   : 1343534  (Average:  8.18 Max: 719 Sum: 10993675 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 704MB
Max. Length  : 115 steps
Models       : 1

[endof: stats after solve call]
Solving Time:	 5.39s
Memory:		 640MB (+0MB)
UNKNOWN
Iteration Time:	 5.43s

Iteration 161
Queue:		 [(11,55,8,True), (12,60,7,True), (13,65,7,False), (14,70,6,True), (15,75,6,False), (16,80,5,True), (17,85,5,False), (18,90,4,True), (19,95,4,False), (20,100,4,False), (21,105,4,False), (22,110,3,False), (23,115,3,False)]
Grounded Until:	 115
Unblocking actions...
Solving...
*** Info : (planner): INTERRUPTED by signal!
UNKNOWN

INTERRUPTED  : 1

Models       : 0+
Calls        : 162
Time         : 894.562s (Solving: 864.55s 1st Model: 0.01s Unsat: 2.86s)
CPU Time     : 894.816s

Choices      : 13567870 (Domain: 13491046)
Conflicts    : 1353620  (Analyzed: 1353617)
Restarts     : 15767    (Average: 85.85 Last: 166)
Model-Level  : 210.0   
Problems     : 162      (Average Length: 102.00 Splits: 0)
Lemmas       : 1353617  (Deleted: 1306562)
  Binary     : 13238    (Ratio:   0.98%)
  Ternary    : 2718     (Ratio:   0.20%)
  Conflict   : 1353617  (Average Length:  533.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1353617  (Average:  8.16 Max: 719 Sum: 11050041)
  Executed   : 1353548  (Average:  8.16 Max: 719 Sum: 11046838 Ratio:  99.97%)
  Bounded    : 69       (Average: 46.42 Max: 117 Sum:   3203 Ratio:   0.03%)

Rules        : 94633    (Original: 86538)
Atoms        : 45958   
Bodies       : 40710    (Original: 32614)
  Count      : 627      (Original: 1526)
Equivalences : 10279    (Atom=Atom: 62 Body=Body: 0 Other: 10217)
Tight        : Yes
Variables    : 508752   (Eliminated:    0 Frozen: 167106)
Constraints  : 3802858  (Binary:  91.6% Ternary:   6.5% Other:   1.9%)

Memory Peak  : 704MB
Max. Length  : 115 steps
Models       : 1