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-6.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-6.pddl
Parsing...
Parsing: [0.040s CPU, 0.038s wall-clock]
Normalizing task... [0.000s CPU, 0.003s wall-clock]
Instantiating...
Generating Datalog program... [0.010s CPU, 0.009s wall-clock]
Normalizing Datalog program...
Normalizing Datalog program: [0.040s CPU, 0.046s wall-clock]
Preparing model... [0.030s CPU, 0.024s wall-clock]
Generated 115 rules.
Computing model... [0.380s CPU, 0.375s wall-clock]
2300 relevant atoms
2393 auxiliary atoms
4693 final queue length
8087 total queue pushes
Completing instantiation... [0.690s CPU, 0.689s wall-clock]
Instantiating: [1.160s CPU, 1.150s wall-clock]
Computing fact groups...
Finding invariants...
24 initial candidates
Finding invariants: [0.120s CPU, 0.123s wall-clock]
Checking invariant weight... [0.000s CPU, 0.001s wall-clock]
Instantiating groups... [0.010s CPU, 0.007s wall-clock]
Collecting mutex groups... [0.000s CPU, 0.001s wall-clock]
Choosing groups...
238 uncovered facts
Choosing groups: [0.000s CPU, 0.001s wall-clock]
Building translation key... [0.010s CPU, 0.009s wall-clock]
Computing fact groups: [0.160s CPU, 0.159s wall-clock]
Building STRIPS to SAS dictionary... [0.000s CPU, 0.002s wall-clock]
Building dictionary for full mutex groups... [0.000s CPU, 0.002s wall-clock]
Building mutex information...
Building mutex information: [0.000s CPU, 0.003s wall-clock]
Translating task...
Processing axioms...
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
Processing axioms: [0.040s CPU, 0.038s wall-clock]
Translating task: [0.730s CPU, 0.730s wall-clock]
2672 effect conditions simplified
0 implied preconditions added
Detecting unreachable propositions...
0 operators removed
0 axioms removed
3 propositions removed
Detecting unreachable propositions: [0.360s CPU, 0.359s wall-clock]
Reordering and filtering variables...
241 of 241 variables necessary.
12 of 15 mutex groups necessary.
1596 of 1596 operators necessary.
0 of 0 axiom rules necessary.
Reordering and filtering variables: [0.240s CPU, 0.241s wall-clock]
Translator variables: 241
Translator derived variables: 0
Translator facts: 505
Translator goal facts: 10
Translator mutex groups: 12
Translator total mutex groups size: 36
Translator operators: 1596
Translator axioms: 0
Translator task size: 15302
Translator peak memory: 45260 KB
Writing output... [0.250s CPU, 0.279s wall-clock]
Done! [2.980s CPU, 2.996s wall-clock]
planner.py version 0.0.1

Time:	 0.69s
Memory: 91MB

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

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

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

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

Choices      : 86       (Domain: 73)
Conflicts    : 35       (Analyzed: 34)
Restarts     : 0       
Problems     : 2        (Average Length: 4.50 Splits: 0)
Lemmas       : 34       (Deleted: 0)
  Binary     : 9        (Ratio:  26.47%)
  Ternary    : 3        (Ratio:   8.82%)
  Conflict   : 34       (Average Length:    6.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 34       (Average:  2.56 Max:  20 Sum:     87)
  Executed   : 33       (Average:  2.53 Max:  20 Sum:     86 Ratio:  98.85%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   1.15%)

Rules        : 44183   
Atoms        : 44183   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 11842    (Eliminated:    0 Frozen:  130)
Constraints  : 40811    (Binary:  95.1% Ternary:   3.4% Other:   1.4%)

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

[endof: stats after solve call]
Solving Time:	 0.02s
Memory:		 165MB (+2MB)
UNSAT
Iteration Time:	 0.30s

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

Models       : 1+
Calls        : 3
Time         : 1.412s (Solving: 0.03s 1st Model: 0.03s Unsat: 0.00s)
CPU Time     : 1.312s

Choices      : 1666     (Domain: 1606)
Conflicts    : 232      (Analyzed: 231)
Restarts     : 1        (Average: 231.00 Last: 64)
Model-Level  : 231.0   
Problems     : 3        (Average Length: 7.00 Splits: 0)
Lemmas       : 231      (Deleted: 0)
  Binary     : 48       (Ratio:  20.78%)
  Ternary    : 14       (Ratio:   6.06%)
  Conflict   : 231      (Average Length:   78.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 231      (Average:  6.19 Max:  47 Sum:   1429)
  Executed   : 230      (Average:  6.18 Max:  47 Sum:   1428 Ratio:  99.93%)
  Bounded    : 1        (Average:  1.00 Max:   1 Sum:      1 Ratio:   0.07%)

Rules        : 44183   
Atoms        : 44183   
Bodies       : 1        (Original: 0)
Tight        : Yes
Variables    : 25948    (Eliminated:    0 Frozen:  260)
Constraints  : 156051   (Binary:  95.6% Ternary:   3.2% Other:   1.2%)

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

[endof: stats after solve call]
Solving Time:	 0.04s
Memory:		 176MB (+7MB)
SAT
Testing...
NOT SERIALIZABLE
Testing Time:	 0.76s
Memory:		 200MB (+24MB)
Solving...
[start: stats after solve call]

Models       : 0
Calls        : 4
Time         : 2.010s (Solving: 0.39s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 1.912s

Choices      : 8843     (Domain: 7487)
Conflicts    : 1325     (Analyzed: 1323)
Restarts     : 14       (Average: 94.50 Last: 64)
Model-Level  : 231.0   
Problems     : 4        (Average Length: 8.25 Splits: 0)
Lemmas       : 1323     (Deleted: 0)
  Binary     : 234      (Ratio:  17.69%)
  Ternary    : 105      (Ratio:   7.94%)
  Conflict   : 1323     (Average Length:   45.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1323     (Average:  6.53 Max:  94 Sum:   8644)
  Executed   : 1312     (Average:  6.46 Max:  94 Sum:   8545 Ratio:  98.85%)
  Bounded    : 11       (Average:  9.00 Max:  12 Sum:     99 Ratio:   1.15%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 40185    (Eliminated:    0 Frozen: 11742)
Constraints  : 251395   (Binary:  91.6% Ternary:   6.7% Other:   1.7%)

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

[endof: stats after solve call]
Solving Time:	 0.42s
Memory:		 199MB (+-1MB)
UNSAT
Iteration Time:	 1.51s

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

Models       : 0+
Calls        : 5
Time         : 6.479s (Solving: 4.30s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 6.384s

Choices      : 74623    (Domain: 58532)
Conflicts    : 10817    (Analyzed: 10815)
Restarts     : 114      (Average: 94.87 Last: 120)
Model-Level  : 231.0   
Problems     : 5        (Average Length: 10.00 Splits: 0)
Lemmas       : 10815    (Deleted: 6521)
  Binary     : 889      (Ratio:   8.22%)
  Ternary    : 223      (Ratio:   2.06%)
  Conflict   : 10815    (Average Length:  383.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 10815    (Average:  6.59 Max: 173 Sum:  71226)
  Executed   : 10804    (Average:  6.58 Max: 173 Sum:  71127 Ratio:  99.86%)
  Bounded    : 11       (Average:  9.00 Max:  12 Sum:     99 Ratio:   0.14%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 66581    (Eliminated:    0 Frozen: 20282)
Constraints  : 441977   (Binary:  91.6% Ternary:   6.6% Other:   1.8%)

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

[endof: stats after solve call]
Solving Time:	 3.93s
Memory:		 220MB (+17MB)
UNKNOWN
Iteration Time:	 4.48s

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

Models       : 0+
Calls        : 6
Time         : 11.089s (Solving: 8.34s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 10.996s

Choices      : 157091   (Domain: 130870)
Conflicts    : 19380    (Analyzed: 19378)
Restarts     : 214      (Average: 90.55 Last: 120)
Model-Level  : 231.0   
Problems     : 6        (Average Length: 12.00 Splits: 0)
Lemmas       : 19378    (Deleted: 13148)
  Binary     : 1262     (Ratio:   6.51%)
  Ternary    : 373      (Ratio:   1.92%)
  Conflict   : 19378    (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    : 19378    (Average:  7.59 Max: 173 Sum: 147049)
  Executed   : 19367    (Average:  7.58 Max: 173 Sum: 146950 Ratio:  99.93%)
  Bounded    : 11       (Average:  9.00 Max:  12 Sum:     99 Ratio:   0.07%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 92977    (Eliminated:    0 Frozen: 28822)
Constraints  : 643047   (Binary:  91.5% Ternary:   6.7% Other:   1.8%)

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

[endof: stats after solve call]
Solving Time:	 4.07s
Memory:		 234MB (+12MB)
UNKNOWN
Iteration Time:	 4.62s

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

Models       : 0+
Calls        : 7
Time         : 15.875s (Solving: 12.53s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 15.784s

Choices      : 237769   (Domain: 204478)
Conflicts    : 27973    (Analyzed: 27971)
Restarts     : 314      (Average: 89.08 Last: 137)
Model-Level  : 231.0   
Problems     : 7        (Average Length: 14.14 Splits: 0)
Lemmas       : 27971    (Deleted: 20822)
  Binary     : 1707     (Ratio:   6.10%)
  Ternary    : 479      (Ratio:   1.71%)
  Conflict   : 27971    (Average Length:  511.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 27971    (Average:  7.83 Max: 221 Sum: 218972)
  Executed   : 27955    (Average:  7.82 Max: 221 Sum: 218743 Ratio:  99.90%)
  Bounded    : 16       (Average: 14.31 Max:  27 Sum:    229 Ratio:   0.10%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 119373   (Eliminated:    0 Frozen: 37362)
Constraints  : 844117   (Binary:  91.5% Ternary:   6.7% Other:   1.8%)

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

[endof: stats after solve call]
Solving Time:	 4.23s
Memory:		 253MB (+10MB)
UNKNOWN
Iteration Time:	 4.80s

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

Models       : 0+
Calls        : 8
Time         : 21.320s (Solving: 17.29s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 21.232s

Choices      : 342607   (Domain: 304086)
Conflicts    : 37037    (Analyzed: 37035)
Restarts     : 414      (Average: 89.46 Last: 137)
Model-Level  : 231.0   
Problems     : 8        (Average Length: 16.38 Splits: 0)
Lemmas       : 37035    (Deleted: 30344)
  Binary     : 2068     (Ratio:   5.58%)
  Ternary    : 597      (Ratio:   1.61%)
  Conflict   : 37035    (Average Length:  463.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 37035    (Average:  8.55 Max: 296 Sum: 316721)
  Executed   : 37014    (Average:  8.54 Max: 296 Sum: 316343 Ratio:  99.88%)
  Bounded    : 21       (Average: 18.00 Max:  32 Sum:    378 Ratio:   0.12%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 145769   (Eliminated:    0 Frozen: 45902)
Constraints  : 1040979  (Binary:  91.5% Ternary:   6.7% Other:   1.8%)

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

[endof: stats after solve call]
Solving Time:	 4.80s
Memory:		 290MB (+24MB)
UNKNOWN
Iteration Time:	 5.46s

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         : 25.161s (Solving: 21.09s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 25.076s

Choices      : 410980   (Domain: 364408)
Conflicts    : 45997    (Analyzed: 45995)
Restarts     : 514      (Average: 89.48 Last: 137)
Model-Level  : 231.0   
Problems     : 9        (Average Length: 18.11 Splits: 0)
Lemmas       : 45995    (Deleted: 37549)
  Binary     : 2444     (Ratio:   5.31%)
  Ternary    : 742      (Ratio:   1.61%)
  Conflict   : 45995    (Average Length:  405.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 45995    (Average:  8.31 Max: 296 Sum: 382348)
  Executed   : 45962    (Average:  8.30 Max: 296 Sum: 381618 Ratio:  99.81%)
  Bounded    : 33       (Average: 22.12 Max:  32 Sum:    730 Ratio:   0.19%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 145769   (Eliminated:    0 Frozen: 45902)
Constraints  : 1036771  (Binary:  91.5% Ternary:   6.7% Other:   1.8%)

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

[endof: stats after solve call]
Solving Time:	 3.83s
Memory:		 290MB (+0MB)
UNKNOWN
Iteration Time:	 3.85s

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         : 29.639s (Solving: 25.53s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 29.556s

Choices      : 464282   (Domain: 416702)
Conflicts    : 53973    (Analyzed: 53971)
Restarts     : 614      (Average: 87.90 Last: 137)
Model-Level  : 231.0   
Problems     : 10       (Average Length: 19.50 Splits: 0)
Lemmas       : 53971    (Deleted: 43716)
  Binary     : 2822     (Ratio:   5.23%)
  Ternary    : 859      (Ratio:   1.59%)
  Conflict   : 53971    (Average Length:  377.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 53971    (Average:  7.99 Max: 296 Sum: 431038)
  Executed   : 53932    (Average:  7.97 Max: 296 Sum: 430121 Ratio:  99.79%)
  Bounded    : 39       (Average: 23.51 Max:  32 Sum:    917 Ratio:   0.21%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 145769   (Eliminated:    0 Frozen: 45902)
Constraints  : 1020089  (Binary:  91.5% Ternary:   6.6% Other:   1.8%)

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

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

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         : 36.050s (Solving: 31.89s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 35.968s

Choices      : 592420   (Domain: 541008)
Conflicts    : 63189    (Analyzed: 63187)
Restarts     : 714      (Average: 88.50 Last: 137)
Model-Level  : 231.0   
Problems     : 11       (Average Length: 20.64 Splits: 0)
Lemmas       : 63187    (Deleted: 51802)
  Binary     : 3465     (Ratio:   5.48%)
  Ternary    : 1092     (Ratio:   1.73%)
  Conflict   : 63187    (Average Length:  346.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 63187    (Average:  8.76 Max: 296 Sum: 553737)
  Executed   : 63143    (Average:  8.75 Max: 296 Sum: 552660 Ratio:  99.81%)
  Bounded    : 44       (Average: 24.48 Max:  32 Sum:   1077 Ratio:   0.19%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 145769   (Eliminated:    0 Frozen: 45902)
Constraints  : 1015884  (Binary:  91.5% Ternary:   6.6% Other:   1.8%)

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

[endof: stats after solve call]
Solving Time:	 6.40s
Memory:		 290MB (+0MB)
UNKNOWN
Iteration Time:	 6.42s

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

Models       : 0+
Calls        : 12
Time         : 40.348s (Solving: 36.15s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 40.268s

Choices      : 669504   (Domain: 617273)
Conflicts    : 71301    (Analyzed: 71299)
Restarts     : 814      (Average: 87.59 Last: 137)
Model-Level  : 231.0   
Problems     : 12       (Average Length: 21.58 Splits: 0)
Lemmas       : 71299    (Deleted: 58248)
  Binary     : 3662     (Ratio:   5.14%)
  Ternary    : 1148     (Ratio:   1.61%)
  Conflict   : 71299    (Average Length:  337.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 71299    (Average:  8.77 Max: 296 Sum: 625278)
  Executed   : 71253    (Average:  8.75 Max: 296 Sum: 624147 Ratio:  99.82%)
  Bounded    : 46       (Average: 24.59 Max:  32 Sum:   1131 Ratio:   0.18%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 145769   (Eliminated:    0 Frozen: 45902)
Constraints  : 1003613  (Binary:  91.5% Ternary:   6.6% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.28s
Memory:		 290MB (+0MB)
UNKNOWN
Iteration Time:	 4.30s

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

Models       : 0+
Calls        : 13
Time         : 47.674s (Solving: 42.87s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 47.600s

Choices      : 823595   (Domain: 757281)
Conflicts    : 80296    (Analyzed: 80294)
Restarts     : 914      (Average: 87.85 Last: 137)
Model-Level  : 231.0   
Problems     : 13       (Average Length: 22.77 Splits: 0)
Lemmas       : 80294    (Deleted: 67338)
  Binary     : 4225     (Ratio:   5.26%)
  Ternary    : 1259     (Ratio:   1.57%)
  Conflict   : 80294    (Average Length:  409.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 80294    (Average:  9.47 Max: 321 Sum: 760366)
  Executed   : 80248    (Average:  9.46 Max: 321 Sum: 759235 Ratio:  99.85%)
  Bounded    : 46       (Average: 24.59 Max:  32 Sum:   1131 Ratio:   0.15%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 172165   (Eliminated:    0 Frozen: 54442)
Constraints  : 1204683  (Binary:  91.5% Ternary:   6.6% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.77s
Memory:		 297MB (+7MB)
UNKNOWN
Iteration Time:	 7.34s

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

Models       : 0+
Calls        : 14
Time         : 54.742s (Solving: 49.31s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 54.672s

Choices      : 950943   (Domain: 883233)
Conflicts    : 89115    (Analyzed: 89113)
Restarts     : 1014     (Average: 87.88 Last: 137)
Model-Level  : 231.0   
Problems     : 14       (Average Length: 24.14 Splits: 0)
Lemmas       : 89113    (Deleted: 75820)
  Binary     : 4537     (Ratio:   5.09%)
  Ternary    : 1284     (Ratio:   1.44%)
  Conflict   : 89113    (Average Length:  390.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 89113    (Average:  9.85 Max: 321 Sum: 877524)
  Executed   : 89067    (Average:  9.83 Max: 321 Sum: 876393 Ratio:  99.87%)
  Bounded    : 46       (Average: 24.59 Max:  32 Sum:   1131 Ratio:   0.13%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 198561   (Eliminated:    0 Frozen: 62982)
Constraints  : 1405753  (Binary:  91.5% Ternary:   6.6% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.50s
Memory:		 318MB (+12MB)
UNKNOWN
Iteration Time:	 7.08s

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

Models       : 0+
Calls        : 15
Time         : 61.091s (Solving: 55.01s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 61.024s

Choices      : 1037225  (Domain: 969474)
Conflicts    : 97681    (Analyzed: 97679)
Restarts     : 1114     (Average: 87.68 Last: 137)
Model-Level  : 231.0   
Problems     : 15       (Average Length: 25.67 Splits: 0)
Lemmas       : 97679    (Deleted: 83159)
  Binary     : 4741     (Ratio:   4.85%)
  Ternary    : 1294     (Ratio:   1.32%)
  Conflict   : 97679    (Average Length:  381.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 97679    (Average:  9.75 Max: 321 Sum: 952381)
  Executed   : 97633    (Average:  9.74 Max: 321 Sum: 951250 Ratio:  99.88%)
  Bounded    : 46       (Average: 24.59 Max:  32 Sum:   1131 Ratio:   0.12%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 224957   (Eliminated:    0 Frozen: 71522)
Constraints  : 1606823  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.75s
Memory:		 352MB (+28MB)
UNKNOWN
Iteration Time:	 6.36s

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

Models       : 0+
Calls        : 16
Time         : 67.171s (Solving: 60.44s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 67.108s

Choices      : 1099831  (Domain: 1032078)
Conflicts    : 106106   (Analyzed: 106104)
Restarts     : 1214     (Average: 87.40 Last: 137)
Model-Level  : 231.0   
Problems     : 16       (Average Length: 27.31 Splits: 0)
Lemmas       : 106104   (Deleted: 91621)
  Binary     : 4838     (Ratio:   4.56%)
  Ternary    : 1310     (Ratio:   1.23%)
  Conflict   : 106104   (Average Length:  380.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 106104   (Average:  9.43 Max: 321 Sum: 1000498)
  Executed   : 106058   (Average:  9.42 Max: 321 Sum: 999367 Ratio:  99.89%)
  Bounded    : 46       (Average: 24.59 Max:  32 Sum:   1131 Ratio:   0.11%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 251353   (Eliminated:    0 Frozen: 80062)
Constraints  : 1807893  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.50s
Memory:		 360MB (+8MB)
UNKNOWN
Iteration Time:	 6.09s

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

Models       : 0+
Calls        : 17
Time         : 73.102s (Solving: 65.65s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 73.040s

Choices      : 1151484  (Domain: 1083731)
Conflicts    : 113831   (Analyzed: 113829)
Restarts     : 1314     (Average: 86.63 Last: 137)
Model-Level  : 231.0   
Problems     : 17       (Average Length: 29.06 Splits: 0)
Lemmas       : 113829   (Deleted: 99694)
  Binary     : 4864     (Ratio:   4.27%)
  Ternary    : 1319     (Ratio:   1.16%)
  Conflict   : 113829   (Average Length:  379.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 113829   (Average:  9.11 Max: 321 Sum: 1036432)
  Executed   : 113783   (Average:  9.10 Max: 321 Sum: 1035301 Ratio:  99.89%)
  Bounded    : 46       (Average: 24.59 Max:  32 Sum:   1131 Ratio:   0.11%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 277749   (Eliminated:    0 Frozen: 88602)
Constraints  : 2008963  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.27s
Memory:		 380MB (+15MB)
UNKNOWN
Iteration Time:	 5.94s

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

Models       : 0+
Calls        : 18
Time         : 78.330s (Solving: 70.18s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 78.268s

Choices      : 1197970  (Domain: 1130217)
Conflicts    : 121638   (Analyzed: 121636)
Restarts     : 1414     (Average: 86.02 Last: 137)
Model-Level  : 231.0   
Problems     : 18       (Average Length: 30.89 Splits: 0)
Lemmas       : 121636   (Deleted: 107688)
  Binary     : 4900     (Ratio:   4.03%)
  Ternary    : 1327     (Ratio:   1.09%)
  Conflict   : 121636   (Average Length:  376.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 121636   (Average:  8.77 Max: 321 Sum: 1066428)
  Executed   : 121590   (Average:  8.76 Max: 321 Sum: 1065297 Ratio:  99.89%)
  Bounded    : 46       (Average: 24.59 Max:  32 Sum:   1131 Ratio:   0.11%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 304145   (Eliminated:    0 Frozen: 97142)
Constraints  : 2210033  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.61s
Memory:		 398MB (+17MB)
UNKNOWN
Iteration Time:	 5.24s

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

Models       : 0+
Calls        : 19
Time         : 84.037s (Solving: 75.11s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 83.980s

Choices      : 1250136  (Domain: 1182383)
Conflicts    : 129036   (Analyzed: 129034)
Restarts     : 1514     (Average: 85.23 Last: 137)
Model-Level  : 231.0   
Problems     : 19       (Average Length: 32.79 Splits: 0)
Lemmas       : 129034   (Deleted: 115285)
  Binary     : 4926     (Ratio:   3.82%)
  Ternary    : 1331     (Ratio:   1.03%)
  Conflict   : 129034   (Average Length:  373.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 129034   (Average:  8.53 Max: 372 Sum: 1100928)
  Executed   : 128988   (Average:  8.52 Max: 372 Sum: 1099797 Ratio:  99.90%)
  Bounded    : 46       (Average: 24.59 Max:  32 Sum:   1131 Ratio:   0.10%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 330541   (Eliminated:    0 Frozen: 105682)
Constraints  : 2411103  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.00s
Memory:		 445MB (+43MB)
UNKNOWN
Iteration Time:	 5.72s

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

Models       : 0+
Calls        : 20
Time         : 90.091s (Solving: 80.30s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 90.036s

Choices      : 1310650  (Domain: 1242881)
Conflicts    : 137156   (Analyzed: 137154)
Restarts     : 1614     (Average: 84.98 Last: 137)
Model-Level  : 231.0   
Problems     : 20       (Average Length: 34.75 Splits: 0)
Lemmas       : 137154   (Deleted: 122631)
  Binary     : 4977     (Ratio:   3.63%)
  Ternary    : 1337     (Ratio:   0.97%)
  Conflict   : 137154   (Average Length:  371.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 137154   (Average:  8.33 Max: 384 Sum: 1142466)
  Executed   : 137108   (Average:  8.32 Max: 384 Sum: 1141335 Ratio:  99.90%)
  Bounded    : 46       (Average: 24.59 Max:  32 Sum:   1131 Ratio:   0.10%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 356937   (Eliminated:    0 Frozen: 114222)
Constraints  : 2612173  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.27s
Memory:		 461MB (+3MB)
UNKNOWN
Iteration Time:	 6.07s

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

Models       : 0+
Calls        : 21
Time         : 95.835s (Solving: 85.27s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 95.784s

Choices      : 1363535  (Domain: 1295764)
Conflicts    : 145003   (Analyzed: 145001)
Restarts     : 1714     (Average: 84.60 Last: 137)
Model-Level  : 231.0   
Problems     : 21       (Average Length: 36.76 Splits: 0)
Lemmas       : 145001   (Deleted: 130673)
  Binary     : 4992     (Ratio:   3.44%)
  Ternary    : 1340     (Ratio:   0.92%)
  Conflict   : 145001   (Average Length:  369.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 145001   (Average:  8.11 Max: 384 Sum: 1175334)
  Executed   : 144955   (Average:  8.10 Max: 384 Sum: 1174203 Ratio:  99.90%)
  Bounded    : 46       (Average: 24.59 Max:  32 Sum:   1131 Ratio:   0.10%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 383333   (Eliminated:    0 Frozen: 122762)
Constraints  : 2813243  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.05s
Memory:		 475MB (+14MB)
UNKNOWN
Iteration Time:	 5.75s

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

Models       : 0+
Calls        : 22
Time         : 102.130s (Solving: 90.82s 1st Model: 0.03s Unsat: 0.36s)
CPU Time     : 102.080s

Choices      : 1415318  (Domain: 1347541)
Conflicts    : 152160   (Analyzed: 152158)
Restarts     : 1814     (Average: 83.88 Last: 137)
Model-Level  : 231.0   
Problems     : 22       (Average Length: 38.82 Splits: 0)
Lemmas       : 152158   (Deleted: 137901)
  Binary     : 5022     (Ratio:   3.30%)
  Ternary    : 1343     (Ratio:   0.88%)
  Conflict   : 152158   (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    : 152158   (Average:  7.93 Max: 486 Sum: 1206376)
  Executed   : 152112   (Average:  7.92 Max: 486 Sum: 1205245 Ratio:  99.91%)
  Bounded    : 46       (Average: 24.59 Max:  32 Sum:   1131 Ratio:   0.09%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3014313  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.64s
Memory:		 496MB (+19MB)
UNKNOWN
Iteration Time:	 6.31s

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

Models       : 0
Calls        : 23
Time         : 102.496s (Solving: 91.09s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 102.448s

Choices      : 1416681  (Domain: 1348904)
Conflicts    : 152424   (Analyzed: 152421)
Restarts     : 1817     (Average: 83.89 Last: 137)
Model-Level  : 231.0   
Problems     : 23       (Average Length: 40.70 Splits: 0)
Lemmas       : 152421   (Deleted: 137901)
  Binary     : 5028     (Ratio:   3.30%)
  Ternary    : 1347     (Ratio:   0.88%)
  Conflict   : 152421   (Average Length:  367.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 152421   (Average:  7.92 Max: 486 Sum: 1207800)
  Executed   : 152373   (Average:  7.92 Max: 486 Sum: 1206586 Ratio:  99.90%)
  Bounded    : 48       (Average: 25.29 Max:  82 Sum:   1214 Ratio:   0.10%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3014313  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 0.33s
Memory:		 496MB (+0MB)
UNSAT
Iteration Time:	 0.37s

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

Models       : 0+
Calls        : 24
Time         : 107.230s (Solving: 95.71s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 107.184s

Choices      : 1480229  (Domain: 1412452)
Conflicts    : 160732   (Analyzed: 160729)
Restarts     : 1917     (Average: 83.84 Last: 137)
Model-Level  : 231.0   
Problems     : 24       (Average Length: 42.42 Splits: 0)
Lemmas       : 160729   (Deleted: 143610)
  Binary     : 5197     (Ratio:   3.23%)
  Ternary    : 1391     (Ratio:   0.87%)
  Conflict   : 160729   (Average Length:  358.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 160729   (Average:  7.88 Max: 486 Sum: 1267108)
  Executed   : 160681   (Average:  7.88 Max: 486 Sum: 1265894 Ratio:  99.90%)
  Bounded    : 48       (Average: 25.29 Max:  82 Sum:   1214 Ratio:   0.10%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3012218  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.69s
Memory:		 496MB (+0MB)
UNKNOWN
Iteration Time:	 4.74s

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

Models       : 0+
Calls        : 25
Time         : 112.658s (Solving: 101.04s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 112.616s

Choices      : 1548508  (Domain: 1480106)
Conflicts    : 169226   (Analyzed: 169223)
Restarts     : 2017     (Average: 83.90 Last: 152)
Model-Level  : 231.0   
Problems     : 25       (Average Length: 44.00 Splits: 0)
Lemmas       : 169223   (Deleted: 151421)
  Binary     : 5443     (Ratio:   3.22%)
  Ternary    : 1478     (Ratio:   0.87%)
  Conflict   : 169223   (Average Length:  353.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 169223   (Average:  7.86 Max: 486 Sum: 1329263)
  Executed   : 169173   (Average:  7.85 Max: 486 Sum: 1327888 Ratio:  99.90%)
  Bounded    : 50       (Average: 27.50 Max:  82 Sum:   1375 Ratio:   0.10%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3012218  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.39s
Memory:		 496MB (+0MB)
UNKNOWN
Iteration Time:	 5.43s

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

Models       : 0+
Calls        : 26
Time         : 118.295s (Solving: 106.57s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 118.256s

Choices      : 1625631  (Domain: 1556227)
Conflicts    : 177567   (Analyzed: 177564)
Restarts     : 2117     (Average: 83.88 Last: 152)
Model-Level  : 231.0   
Problems     : 26       (Average Length: 45.46 Splits: 0)
Lemmas       : 177564   (Deleted: 159249)
  Binary     : 5655     (Ratio:   3.18%)
  Ternary    : 1521     (Ratio:   0.86%)
  Conflict   : 177564   (Average Length:  348.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 177564   (Average:  7.88 Max: 486 Sum: 1398374)
  Executed   : 177514   (Average:  7.87 Max: 486 Sum: 1396999 Ratio:  99.90%)
  Bounded    : 50       (Average: 27.50 Max:  82 Sum:   1375 Ratio:   0.10%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3012204  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 27
Time         : 122.526s (Solving: 110.71s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 122.492s

Choices      : 1682403  (Domain: 1612690)
Conflicts    : 185268   (Analyzed: 185265)
Restarts     : 2217     (Average: 83.57 Last: 152)
Model-Level  : 231.0   
Problems     : 27       (Average Length: 46.81 Splits: 0)
Lemmas       : 185265   (Deleted: 167145)
  Binary     : 5742     (Ratio:   3.10%)
  Ternary    : 1544     (Ratio:   0.83%)
  Conflict   : 185265   (Average Length:  343.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 185265   (Average:  7.81 Max: 486 Sum: 1446862)
  Executed   : 185215   (Average:  7.80 Max: 486 Sum: 1445487 Ratio:  99.90%)
  Bounded    : 50       (Average: 27.50 Max:  82 Sum:   1375 Ratio:   0.10%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3012204  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 28
Time         : 127.433s (Solving: 115.53s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 127.404s

Choices      : 1765968  (Domain: 1695505)
Conflicts    : 193858   (Analyzed: 193855)
Restarts     : 2317     (Average: 83.67 Last: 152)
Model-Level  : 231.0   
Problems     : 28       (Average Length: 48.07 Splits: 0)
Lemmas       : 193855   (Deleted: 174535)
  Binary     : 5830     (Ratio:   3.01%)
  Ternary    : 1563     (Ratio:   0.81%)
  Conflict   : 193855   (Average Length:  338.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 193855   (Average:  7.85 Max: 486 Sum: 1520919)
  Executed   : 193805   (Average:  7.84 Max: 486 Sum: 1519544 Ratio:  99.91%)
  Bounded    : 50       (Average: 27.50 Max:  82 Sum:   1375 Ratio:   0.09%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3012204  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 29
Time         : 133.080s (Solving: 121.07s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 133.056s

Choices      : 1866843  (Domain: 1795903)
Conflicts    : 202133   (Analyzed: 202130)
Restarts     : 2417     (Average: 83.63 Last: 152)
Model-Level  : 231.0   
Problems     : 29       (Average Length: 49.24 Splits: 0)
Lemmas       : 202130   (Deleted: 182694)
  Binary     : 6006     (Ratio:   2.97%)
  Ternary    : 1610     (Ratio:   0.80%)
  Conflict   : 202130   (Average Length:  336.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 202130   (Average:  7.97 Max: 486 Sum: 1611269)
  Executed   : 202080   (Average:  7.96 Max: 486 Sum: 1609894 Ratio:  99.91%)
  Bounded    : 50       (Average: 27.50 Max:  82 Sum:   1375 Ratio:   0.09%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3012204  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 30
Time         : 138.149s (Solving: 126.04s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 138.128s

Choices      : 1963317  (Domain: 1891670)
Conflicts    : 210626   (Analyzed: 210623)
Restarts     : 2517     (Average: 83.68 Last: 152)
Model-Level  : 231.0   
Problems     : 30       (Average Length: 50.33 Splits: 0)
Lemmas       : 210623   (Deleted: 190610)
  Binary     : 6129     (Ratio:   2.91%)
  Ternary    : 1636     (Ratio:   0.78%)
  Conflict   : 210623   (Average Length:  332.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 210623   (Average:  8.06 Max: 486 Sum: 1696681)
  Executed   : 210573   (Average:  8.05 Max: 486 Sum: 1695306 Ratio:  99.92%)
  Bounded    : 50       (Average: 27.50 Max:  82 Sum:   1375 Ratio:   0.08%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3012204  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 31
Time         : 143.662s (Solving: 131.46s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 143.640s

Choices      : 2063344  (Domain: 1991069)
Conflicts    : 218875   (Analyzed: 218872)
Restarts     : 2617     (Average: 83.63 Last: 152)
Model-Level  : 231.0   
Problems     : 31       (Average Length: 51.35 Splits: 0)
Lemmas       : 218872   (Deleted: 198794)
  Binary     : 6245     (Ratio:   2.85%)
  Ternary    : 1671     (Ratio:   0.76%)
  Conflict   : 218872   (Average Length:  330.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 218872   (Average:  8.16 Max: 486 Sum: 1785126)
  Executed   : 218822   (Average:  8.15 Max: 486 Sum: 1783751 Ratio:  99.92%)
  Bounded    : 50       (Average: 27.50 Max:  82 Sum:   1375 Ratio:   0.08%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3012204  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 32
Time         : 147.955s (Solving: 135.64s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 147.936s

Choices      : 2141474  (Domain: 2069079)
Conflicts    : 226489   (Analyzed: 226486)
Restarts     : 2717     (Average: 83.36 Last: 152)
Model-Level  : 231.0   
Problems     : 32       (Average Length: 52.31 Splits: 0)
Lemmas       : 226486   (Deleted: 206713)
  Binary     : 6326     (Ratio:   2.79%)
  Ternary    : 1703     (Ratio:   0.75%)
  Conflict   : 226486   (Average Length:  326.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 226486   (Average:  8.18 Max: 486 Sum: 1853265)
  Executed   : 226436   (Average:  8.18 Max: 486 Sum: 1851890 Ratio:  99.93%)
  Bounded    : 50       (Average: 27.50 Max:  82 Sum:   1375 Ratio:   0.07%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3012204  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.25s
Memory:		 496MB (+0MB)
UNKNOWN
Iteration Time:	 4.30s

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

Models       : 0+
Calls        : 33
Time         : 152.365s (Solving: 139.94s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 152.348s

Choices      : 2198507  (Domain: 2125956)
Conflicts    : 234004   (Analyzed: 234001)
Restarts     : 2817     (Average: 83.07 Last: 152)
Model-Level  : 231.0   
Problems     : 33       (Average Length: 53.21 Splits: 0)
Lemmas       : 234001   (Deleted: 214074)
  Binary     : 6393     (Ratio:   2.73%)
  Ternary    : 1708     (Ratio:   0.73%)
  Conflict   : 234001   (Average Length:  323.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 234001   (Average:  8.12 Max: 486 Sum: 1899511)
  Executed   : 233951   (Average:  8.11 Max: 486 Sum: 1898136 Ratio:  99.93%)
  Bounded    : 50       (Average: 27.50 Max:  82 Sum:   1375 Ratio:   0.07%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3012204  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.37s
Memory:		 496MB (+0MB)
UNKNOWN
Iteration Time:	 4.41s

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

Models       : 0+
Calls        : 34
Time         : 159.294s (Solving: 146.77s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 159.280s

Choices      : 2360594  (Domain: 2287275)
Conflicts    : 242829   (Analyzed: 242826)
Restarts     : 2917     (Average: 83.25 Last: 152)
Model-Level  : 231.0   
Problems     : 34       (Average Length: 54.06 Splits: 0)
Lemmas       : 242826   (Deleted: 223480)
  Binary     : 6502     (Ratio:   2.68%)
  Ternary    : 1726     (Ratio:   0.71%)
  Conflict   : 242826   (Average Length:  325.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 242826   (Average:  8.42 Max: 486 Sum: 2045345)
  Executed   : 242775   (Average:  8.42 Max: 486 Sum: 2043888 Ratio:  99.93%)
  Bounded    : 51       (Average: 28.57 Max:  82 Sum:   1457 Ratio:   0.07%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3012204  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 35
Time         : 165.375s (Solving: 152.75s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 165.364s

Choices      : 2486672  (Domain: 2412923)
Conflicts    : 251557   (Analyzed: 251554)
Restarts     : 3017     (Average: 83.38 Last: 152)
Model-Level  : 231.0   
Problems     : 35       (Average Length: 54.86 Splits: 0)
Lemmas       : 251554   (Deleted: 231933)
  Binary     : 6602     (Ratio:   2.62%)
  Ternary    : 1745     (Ratio:   0.69%)
  Conflict   : 251554   (Average Length:  328.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 251554   (Average:  8.57 Max: 486 Sum: 2155650)
  Executed   : 251503   (Average:  8.56 Max: 486 Sum: 2154193 Ratio:  99.93%)
  Bounded    : 51       (Average: 28.57 Max:  82 Sum:   1457 Ratio:   0.07%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3012190  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.05s
Memory:		 496MB (+0MB)
UNKNOWN
Iteration Time:	 6.09s

Iteration 35
Queue:		 [(16,80,1,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True)]
Grounded Until:	 80
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 36
Time         : 170.157s (Solving: 157.44s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 170.148s

Choices      : 2558539  (Domain: 2484652)
Conflicts    : 259429   (Analyzed: 259426)
Restarts     : 3117     (Average: 83.23 Last: 152)
Model-Level  : 231.0   
Problems     : 36       (Average Length: 55.61 Splits: 0)
Lemmas       : 259426   (Deleted: 238273)
  Binary     : 6661     (Ratio:   2.57%)
  Ternary    : 1766     (Ratio:   0.68%)
  Conflict   : 259426   (Average Length:  327.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 259426   (Average:  8.53 Max: 486 Sum: 2213961)
  Executed   : 259375   (Average:  8.53 Max: 486 Sum: 2212504 Ratio:  99.93%)
  Bounded    : 51       (Average: 28.57 Max:  82 Sum:   1457 Ratio:   0.07%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 409729   (Eliminated:    0 Frozen: 131302)
Constraints  : 3012190  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.76s
Memory:		 496MB (+0MB)
UNKNOWN
Iteration Time:	 4.79s

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

Models       : 0+
Calls        : 37
Time         : 175.746s (Solving: 162.24s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 175.740s

Choices      : 2618404  (Domain: 2544517)
Conflicts    : 267719   (Analyzed: 267716)
Restarts     : 3217     (Average: 83.22 Last: 152)
Model-Level  : 231.0   
Problems     : 37       (Average Length: 56.46 Splits: 0)
Lemmas       : 267716   (Deleted: 246043)
  Binary     : 6684     (Ratio:   2.50%)
  Ternary    : 1768     (Ratio:   0.66%)
  Conflict   : 267716   (Average Length:  324.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 267716   (Average:  8.42 Max: 486 Sum: 2253699)
  Executed   : 267665   (Average:  8.41 Max: 486 Sum: 2252242 Ratio:  99.94%)
  Bounded    : 51       (Average: 28.57 Max:  82 Sum:   1457 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 436125   (Eliminated:    0 Frozen: 139842)
Constraints  : 3213260  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.89s
Memory:		 514MB (+18MB)
UNKNOWN
Iteration Time:	 5.60s

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

Models       : 0+
Calls        : 38
Time         : 182.119s (Solving: 167.81s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 182.116s

Choices      : 2668588  (Domain: 2594701)
Conflicts    : 275342   (Analyzed: 275339)
Restarts     : 3317     (Average: 83.01 Last: 152)
Model-Level  : 231.0   
Problems     : 38       (Average Length: 57.39 Splits: 0)
Lemmas       : 275339   (Deleted: 254359)
  Binary     : 6703     (Ratio:   2.43%)
  Ternary    : 1769     (Ratio:   0.64%)
  Conflict   : 275339   (Average Length:  324.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 275339   (Average:  8.29 Max: 486 Sum: 2282205)
  Executed   : 275288   (Average:  8.28 Max: 486 Sum: 2280748 Ratio:  99.94%)
  Bounded    : 51       (Average: 28.57 Max:  82 Sum:   1457 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 462521   (Eliminated:    0 Frozen: 148382)
Constraints  : 3414330  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.66s
Memory:		 581MB (+67MB)
UNKNOWN
Iteration Time:	 6.39s

Iteration 38
Queue:		 [(19,95,0,True), (20,100,0,True)]
Grounded Until:	 90
Expected Memory: 648.0MB
Grounding...	 [('step', [91]), ('step', [92]), ('step', [93]), ('step', [94]), ('step', [95]), ('check', [95])]
Grounding Time:	 0.41s
Memory:		 581MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 39
Time         : 188.431s (Solving: 173.28s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 188.432s

Choices      : 2720493  (Domain: 2646606)
Conflicts    : 283040   (Analyzed: 283037)
Restarts     : 3417     (Average: 82.83 Last: 152)
Model-Level  : 231.0   
Problems     : 39       (Average Length: 58.41 Splits: 0)
Lemmas       : 283037   (Deleted: 261838)
  Binary     : 6715     (Ratio:   2.37%)
  Ternary    : 1773     (Ratio:   0.63%)
  Conflict   : 283037   (Average Length:  325.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 283037   (Average:  8.16 Max: 486 Sum: 2310789)
  Executed   : 282986   (Average:  8.16 Max: 486 Sum: 2309332 Ratio:  99.94%)
  Bounded    : 51       (Average: 28.57 Max:  82 Sum:   1457 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 488917   (Eliminated:    0 Frozen: 156922)
Constraints  : 3615400  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.57s
Memory:		 584MB (+3MB)
UNKNOWN
Iteration Time:	 6.33s

Iteration 39
Queue:		 [(20,100,0,True)]
Grounded Until:	 95
Expected Memory: 651.0MB
Grounding...	 [('step', [96]), ('step', [97]), ('step', [98]), ('step', [99]), ('step', [100]), ('check', [100])]
Grounding Time:	 0.40s
Memory:		 584MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]

Models       : 0+
Calls        : 40
Time         : 194.539s (Solving: 178.55s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 194.540s

Choices      : 2774523  (Domain: 2700636)
Conflicts    : 290620   (Analyzed: 290617)
Restarts     : 3517     (Average: 82.63 Last: 152)
Model-Level  : 231.0   
Problems     : 40       (Average Length: 59.50 Splits: 0)
Lemmas       : 290617   (Deleted: 269447)
  Binary     : 6758     (Ratio:   2.33%)
  Ternary    : 1775     (Ratio:   0.61%)
  Conflict   : 290617   (Average Length:  325.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 290617   (Average:  8.05 Max: 486 Sum: 2340095)
  Executed   : 290566   (Average:  8.05 Max: 486 Sum: 2338638 Ratio:  99.94%)
  Bounded    : 51       (Average: 28.57 Max:  82 Sum:   1457 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816470  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.36s
Memory:		 588MB (+4MB)
UNKNOWN
Iteration Time:	 6.12s

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

Models       : 0+
Calls        : 41
Time         : 198.947s (Solving: 182.83s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 198.948s

Choices      : 2831261  (Domain: 2757374)
Conflicts    : 298466   (Analyzed: 298463)
Restarts     : 3617     (Average: 82.52 Last: 152)
Model-Level  : 231.0   
Problems     : 41       (Average Length: 60.54 Splits: 0)
Lemmas       : 298463   (Deleted: 276607)
  Binary     : 6797     (Ratio:   2.28%)
  Ternary    : 1790     (Ratio:   0.60%)
  Conflict   : 298463   (Average Length:  323.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 298463   (Average:  8.01 Max: 486 Sum: 2391242)
  Executed   : 298412   (Average:  8.01 Max: 486 Sum: 2389785 Ratio:  99.94%)
  Bounded    : 51       (Average: 28.57 Max:  82 Sum:   1457 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816470  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.37s
Memory:		 588MB (+0MB)
UNKNOWN
Iteration Time:	 4.41s

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

Models       : 0+
Calls        : 42
Time         : 202.500s (Solving: 186.24s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 202.504s

Choices      : 2868191  (Domain: 2794053)
Conflicts    : 306192   (Analyzed: 306189)
Restarts     : 3717     (Average: 82.38 Last: 152)
Model-Level  : 231.0   
Problems     : 42       (Average Length: 61.52 Splits: 0)
Lemmas       : 306189   (Deleted: 284208)
  Binary     : 6828     (Ratio:   2.23%)
  Ternary    : 1796     (Ratio:   0.59%)
  Conflict   : 306189   (Average Length:  320.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 306189   (Average:  7.91 Max: 486 Sum: 2422521)
  Executed   : 306138   (Average:  7.91 Max: 486 Sum: 2421064 Ratio:  99.94%)
  Bounded    : 51       (Average: 28.57 Max:  82 Sum:   1457 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816470  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 3.50s
Memory:		 588MB (+0MB)
UNKNOWN
Iteration Time:	 3.56s

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

Models       : 0+
Calls        : 43
Time         : 207.632s (Solving: 191.23s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 207.640s

Choices      : 2926488  (Domain: 2851748)
Conflicts    : 314336   (Analyzed: 314333)
Restarts     : 3817     (Average: 82.35 Last: 152)
Model-Level  : 231.0   
Problems     : 43       (Average Length: 62.47 Splits: 0)
Lemmas       : 314333   (Deleted: 291653)
  Binary     : 6983     (Ratio:   2.22%)
  Ternary    : 1828     (Ratio:   0.58%)
  Conflict   : 314333   (Average Length:  321.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 314333   (Average:  7.86 Max: 486 Sum: 2470048)
  Executed   : 314282   (Average:  7.85 Max: 486 Sum: 2468591 Ratio:  99.94%)
  Bounded    : 51       (Average: 28.57 Max:  82 Sum:   1457 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816470  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 44
Time         : 212.897s (Solving: 196.39s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 212.908s

Choices      : 2981834  (Domain: 2906526)
Conflicts    : 322753   (Analyzed: 322750)
Restarts     : 3917     (Average: 82.40 Last: 152)
Model-Level  : 231.0   
Problems     : 44       (Average Length: 63.36 Splits: 0)
Lemmas       : 322750   (Deleted: 299452)
  Binary     : 7089     (Ratio:   2.20%)
  Ternary    : 1842     (Ratio:   0.57%)
  Conflict   : 322750   (Average Length:  324.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 322750   (Average:  7.79 Max: 486 Sum: 2515012)
  Executed   : 322698   (Average:  7.79 Max: 486 Sum: 2513453 Ratio:  99.94%)
  Bounded    : 52       (Average: 29.98 Max: 102 Sum:   1559 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816470  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.23s
Memory:		 588MB (+0MB)
UNKNOWN
Iteration Time:	 5.27s

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

Models       : 0+
Calls        : 45
Time         : 218.140s (Solving: 201.53s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 218.152s

Choices      : 3053878  (Domain: 2977943)
Conflicts    : 331152   (Analyzed: 331149)
Restarts     : 4017     (Average: 82.44 Last: 152)
Model-Level  : 231.0   
Problems     : 45       (Average Length: 64.22 Splits: 0)
Lemmas       : 331149   (Deleted: 307542)
  Binary     : 7170     (Ratio:   2.17%)
  Ternary    : 1859     (Ratio:   0.56%)
  Conflict   : 331149   (Average Length:  325.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 331149   (Average:  7.78 Max: 486 Sum: 2575184)
  Executed   : 331097   (Average:  7.77 Max: 486 Sum: 2573625 Ratio:  99.94%)
  Bounded    : 52       (Average: 29.98 Max: 102 Sum:   1559 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816456  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.21s
Memory:		 588MB (+0MB)
UNKNOWN
Iteration Time:	 5.25s

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

Models       : 0+
Calls        : 46
Time         : 222.619s (Solving: 205.90s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 222.632s

Choices      : 3102572  (Domain: 3026531)
Conflicts    : 338933   (Analyzed: 338930)
Restarts     : 4117     (Average: 82.32 Last: 152)
Model-Level  : 231.0   
Problems     : 46       (Average Length: 65.04 Splits: 0)
Lemmas       : 338930   (Deleted: 315725)
  Binary     : 7232     (Ratio:   2.13%)
  Ternary    : 1869     (Ratio:   0.55%)
  Conflict   : 338930   (Average Length:  325.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 338930   (Average:  7.71 Max: 486 Sum: 2613863)
  Executed   : 338878   (Average:  7.71 Max: 486 Sum: 2612304 Ratio:  99.94%)
  Bounded    : 52       (Average: 29.98 Max: 102 Sum:   1559 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816456  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.45s
Memory:		 588MB (+0MB)
UNKNOWN
Iteration Time:	 4.48s

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

Models       : 0+
Calls        : 47
Time         : 228.225s (Solving: 211.38s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 228.244s

Choices      : 3190548  (Domain: 3114124)
Conflicts    : 347741   (Analyzed: 347738)
Restarts     : 4217     (Average: 82.46 Last: 152)
Model-Level  : 231.0   
Problems     : 47       (Average Length: 65.83 Splits: 0)
Lemmas       : 347738   (Deleted: 325452)
  Binary     : 7306     (Ratio:   2.10%)
  Ternary    : 1888     (Ratio:   0.54%)
  Conflict   : 347738   (Average Length:  326.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 347738   (Average:  7.73 Max: 486 Sum: 2689021)
  Executed   : 347685   (Average:  7.73 Max: 486 Sum: 2687360 Ratio:  99.94%)
  Bounded    : 53       (Average: 31.34 Max: 102 Sum:   1661 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816456  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 48
Time         : 233.184s (Solving: 216.23s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 233.204s

Choices      : 3271519  (Domain: 3194764)
Conflicts    : 355770   (Analyzed: 355767)
Restarts     : 4317     (Average: 82.41 Last: 152)
Model-Level  : 231.0   
Problems     : 48       (Average Length: 66.58 Splits: 0)
Lemmas       : 355767   (Deleted: 331868)
  Binary     : 7350     (Ratio:   2.07%)
  Ternary    : 1900     (Ratio:   0.53%)
  Conflict   : 355767   (Average Length:  327.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 355767   (Average:  7.75 Max: 486 Sum: 2757061)
  Executed   : 355714   (Average:  7.74 Max: 486 Sum: 2755400 Ratio:  99.94%)
  Bounded    : 53       (Average: 31.34 Max: 102 Sum:   1661 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816442  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 49
Time         : 239.342s (Solving: 222.25s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 239.364s

Choices      : 3389275  (Domain: 3311473)
Conflicts    : 364457   (Analyzed: 364454)
Restarts     : 4417     (Average: 82.51 Last: 152)
Model-Level  : 231.0   
Problems     : 49       (Average Length: 67.31 Splits: 0)
Lemmas       : 364454   (Deleted: 341813)
  Binary     : 7441     (Ratio:   2.04%)
  Ternary    : 1920     (Ratio:   0.53%)
  Conflict   : 364454   (Average Length:  329.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 364454   (Average:  7.85 Max: 486 Sum: 2859512)
  Executed   : 364401   (Average:  7.84 Max: 486 Sum: 2857851 Ratio:  99.94%)
  Bounded    : 53       (Average: 31.34 Max: 102 Sum:   1661 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816442  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 50
Time         : 245.026s (Solving: 227.82s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 245.052s

Choices      : 3520064  (Domain: 3441116)
Conflicts    : 372627   (Analyzed: 372624)
Restarts     : 4517     (Average: 82.49 Last: 152)
Model-Level  : 231.0   
Problems     : 50       (Average Length: 68.00 Splits: 0)
Lemmas       : 372624   (Deleted: 348037)
  Binary     : 7554     (Ratio:   2.03%)
  Ternary    : 1950     (Ratio:   0.52%)
  Conflict   : 372624   (Average Length:  329.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 372624   (Average:  7.98 Max: 486 Sum: 2975236)
  Executed   : 372570   (Average:  7.98 Max: 486 Sum: 2973473 Ratio:  99.94%)
  Bounded    : 54       (Average: 32.65 Max: 102 Sum:   1763 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816442  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 51
Time         : 251.518s (Solving: 234.21s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 251.548s

Choices      : 3673870  (Domain: 3594360)
Conflicts    : 381081   (Analyzed: 381078)
Restarts     : 4617     (Average: 82.54 Last: 152)
Model-Level  : 231.0   
Problems     : 51       (Average Length: 68.67 Splits: 0)
Lemmas       : 381078   (Deleted: 355900)
  Binary     : 7632     (Ratio:   2.00%)
  Ternary    : 2005     (Ratio:   0.53%)
  Conflict   : 381078   (Average Length:  331.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 381078   (Average:  8.16 Max: 595 Sum: 3110623)
  Executed   : 381024   (Average:  8.16 Max: 595 Sum: 3108860 Ratio:  99.94%)
  Bounded    : 54       (Average: 32.65 Max: 102 Sum:   1763 Ratio:   0.06%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816428  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 52
Time         : 257.763s (Solving: 240.35s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 257.796s

Choices      : 3821797  (Domain: 3741416)
Conflicts    : 389519   (Analyzed: 389516)
Restarts     : 4717     (Average: 82.58 Last: 152)
Model-Level  : 231.0   
Problems     : 52       (Average Length: 69.31 Splits: 0)
Lemmas       : 389516   (Deleted: 364061)
  Binary     : 7728     (Ratio:   1.98%)
  Ternary    : 2038     (Ratio:   0.52%)
  Conflict   : 389516   (Average Length:  333.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 389516   (Average:  8.32 Max: 610 Sum: 3239454)
  Executed   : 389462   (Average:  8.31 Max: 610 Sum: 3237691 Ratio:  99.95%)
  Bounded    : 54       (Average: 32.65 Max: 102 Sum:   1763 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816428  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 53
Time         : 264.511s (Solving: 246.99s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 264.548s

Choices      : 4001782  (Domain: 3920888)
Conflicts    : 397865   (Analyzed: 397862)
Restarts     : 4817     (Average: 82.60 Last: 152)
Model-Level  : 231.0   
Problems     : 53       (Average Length: 69.92 Splits: 0)
Lemmas       : 397862   (Deleted: 372167)
  Binary     : 7797     (Ratio:   1.96%)
  Ternary    : 2053     (Ratio:   0.52%)
  Conflict   : 397862   (Average Length:  338.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 397862   (Average:  8.54 Max: 610 Sum: 3397091)
  Executed   : 397807   (Average:  8.53 Max: 610 Sum: 3395226 Ratio:  99.95%)
  Bounded    : 55       (Average: 33.91 Max: 102 Sum:   1865 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816428  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 54
Time         : 271.269s (Solving: 253.64s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 271.308s

Choices      : 4167118  (Domain: 4085699)
Conflicts    : 406356   (Analyzed: 406353)
Restarts     : 4917     (Average: 82.64 Last: 152)
Model-Level  : 231.0   
Problems     : 54       (Average Length: 70.52 Splits: 0)
Lemmas       : 406353   (Deleted: 380242)
  Binary     : 7876     (Ratio:   1.94%)
  Ternary    : 2062     (Ratio:   0.51%)
  Conflict   : 406353   (Average Length:  341.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 406353   (Average:  8.71 Max: 679 Sum: 3541296)
  Executed   : 406298   (Average:  8.71 Max: 679 Sum: 3539431 Ratio:  99.95%)
  Bounded    : 55       (Average: 33.91 Max: 102 Sum:   1865 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 515313   (Eliminated:    0 Frozen: 165462)
Constraints  : 3816414  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 55
Time         : 276.803s (Solving: 258.33s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 276.844s

Choices      : 4222594  (Domain: 4141175)
Conflicts    : 414200   (Analyzed: 414197)
Restarts     : 5017     (Average: 82.56 Last: 152)
Model-Level  : 231.0   
Problems     : 55       (Average Length: 71.18 Splits: 0)
Lemmas       : 414197   (Deleted: 388633)
  Binary     : 7890     (Ratio:   1.90%)
  Ternary    : 2064     (Ratio:   0.50%)
  Conflict   : 414197   (Average Length:  340.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 414197   (Average:  8.63 Max: 679 Sum: 3572483)
  Executed   : 414142   (Average:  8.62 Max: 679 Sum: 3570618 Ratio:  99.95%)
  Bounded    : 55       (Average: 33.91 Max: 102 Sum:   1865 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 541709   (Eliminated:    0 Frozen: 174002)
Constraints  : 4017484  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.80s
Memory:		 602MB (+14MB)
UNKNOWN
Iteration Time:	 5.55s

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

Models       : 0+
Calls        : 56
Time         : 283.927s (Solving: 264.61s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 283.972s

Choices      : 4360821  (Domain: 4278610)
Conflicts    : 422434   (Analyzed: 422431)
Restarts     : 5117     (Average: 82.55 Last: 152)
Model-Level  : 231.0   
Problems     : 56       (Average Length: 71.91 Splits: 0)
Lemmas       : 422431   (Deleted: 396324)
  Binary     : 7979     (Ratio:   1.89%)
  Ternary    : 2074     (Ratio:   0.49%)
  Conflict   : 422431   (Average Length:  339.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 422431   (Average:  8.72 Max: 812 Sum: 3683941)
  Executed   : 422376   (Average:  8.72 Max: 812 Sum: 3682076 Ratio:  99.95%)
  Bounded    : 55       (Average: 33.91 Max: 102 Sum:   1865 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 568105   (Eliminated:    0 Frozen: 182542)
Constraints  : 4218554  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.38s
Memory:		 620MB (+18MB)
UNKNOWN
Iteration Time:	 7.14s

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

Models       : 0+
Calls        : 57
Time         : 290.973s (Solving: 270.80s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 291.020s

Choices      : 4429407  (Domain: 4347066)
Conflicts    : 429904   (Analyzed: 429901)
Restarts     : 5217     (Average: 82.40 Last: 152)
Model-Level  : 231.0   
Problems     : 57       (Average Length: 72.70 Splits: 0)
Lemmas       : 429901   (Deleted: 404297)
  Binary     : 8008     (Ratio:   1.86%)
  Ternary    : 2076     (Ratio:   0.48%)
  Conflict   : 429901   (Average Length:  339.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 429901   (Average:  8.66 Max: 812 Sum: 3724610)
  Executed   : 429846   (Average:  8.66 Max: 812 Sum: 3722745 Ratio:  99.95%)
  Bounded    : 55       (Average: 33.91 Max: 102 Sum:   1865 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419624  (Binary:  91.5% Ternary:   6.7% Other:   1.8%)

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

[endof: stats after solve call]
Solving Time:	 6.30s
Memory:		 635MB (+15MB)
UNKNOWN
Iteration Time:	 7.06s

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

Models       : 0+
Calls        : 58
Time         : 295.964s (Solving: 275.67s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 296.016s

Choices      : 4476120  (Domain: 4393779)
Conflicts    : 437469   (Analyzed: 437466)
Restarts     : 5317     (Average: 82.28 Last: 152)
Model-Level  : 231.0   
Problems     : 58       (Average Length: 73.47 Splits: 0)
Lemmas       : 437466   (Deleted: 411624)
  Binary     : 8033     (Ratio:   1.84%)
  Ternary    : 2102     (Ratio:   0.48%)
  Conflict   : 437466   (Average Length:  340.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 437466   (Average:  8.61 Max: 812 Sum: 3764555)
  Executed   : 437411   (Average:  8.60 Max: 812 Sum: 3762690 Ratio:  99.95%)
  Bounded    : 55       (Average: 33.91 Max: 102 Sum:   1865 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419624  (Binary:  91.5% Ternary:   6.7% Other:   1.8%)

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

[endof: stats after solve call]
Solving Time:	 4.95s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 5.00s

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

Models       : 0+
Calls        : 59
Time         : 300.044s (Solving: 279.62s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 300.096s

Choices      : 4514915  (Domain: 4432574)
Conflicts    : 445941   (Analyzed: 445938)
Restarts     : 5417     (Average: 82.32 Last: 152)
Model-Level  : 231.0   
Problems     : 59       (Average Length: 74.20 Splits: 0)
Lemmas       : 445938   (Deleted: 418956)
  Binary     : 8085     (Ratio:   1.81%)
  Ternary    : 2111     (Ratio:   0.47%)
  Conflict   : 445938   (Average Length:  338.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 445938   (Average:  8.52 Max: 812 Sum: 3797878)
  Executed   : 445882   (Average:  8.51 Max: 812 Sum: 3795896 Ratio:  99.95%)
  Bounded    : 56       (Average: 35.39 Max: 117 Sum:   1982 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419624  (Binary:  91.5% Ternary:   6.7% Other:   1.8%)

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

[endof: stats after solve call]
Solving Time:	 4.03s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 4.08s

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

Models       : 0+
Calls        : 60
Time         : 306.519s (Solving: 285.96s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 306.572s

Choices      : 4583874  (Domain: 4498522)
Conflicts    : 454784   (Analyzed: 454781)
Restarts     : 5517     (Average: 82.43 Last: 152)
Model-Level  : 231.0   
Problems     : 60       (Average Length: 74.92 Splits: 0)
Lemmas       : 454781   (Deleted: 429165)
  Binary     : 8234     (Ratio:   1.81%)
  Ternary    : 2141     (Ratio:   0.47%)
  Conflict   : 454781   (Average Length:  343.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 454781   (Average:  8.47 Max: 812 Sum: 3853231)
  Executed   : 454724   (Average:  8.47 Max: 812 Sum: 3851132 Ratio:  99.95%)
  Bounded    : 57       (Average: 36.82 Max: 117 Sum:   2099 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419610  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.43s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 6.48s

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

Models       : 0+
Calls        : 61
Time         : 311.620s (Solving: 290.93s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 311.676s

Choices      : 4645312  (Domain: 4559425)
Conflicts    : 463460   (Analyzed: 463457)
Restarts     : 5617     (Average: 82.51 Last: 152)
Model-Level  : 231.0   
Problems     : 61       (Average Length: 75.61 Splits: 0)
Lemmas       : 463457   (Deleted: 437724)
  Binary     : 8302     (Ratio:   1.79%)
  Ternary    : 2170     (Ratio:   0.47%)
  Conflict   : 463457   (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    : 463457   (Average:  8.42 Max: 812 Sum: 3903363)
  Executed   : 463400   (Average:  8.42 Max: 812 Sum: 3901264 Ratio:  99.95%)
  Bounded    : 57       (Average: 36.82 Max: 117 Sum:   2099 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419596  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.05s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 5.11s

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

Models       : 0+
Calls        : 62
Time         : 317.027s (Solving: 296.21s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 317.084s

Choices      : 4730148  (Domain: 4643409)
Conflicts    : 472280   (Analyzed: 472277)
Restarts     : 5717     (Average: 82.61 Last: 152)
Model-Level  : 231.0   
Problems     : 62       (Average Length: 76.27 Splits: 0)
Lemmas       : 472277   (Deleted: 446023)
  Binary     : 8433     (Ratio:   1.79%)
  Ternary    : 2197     (Ratio:   0.47%)
  Conflict   : 472277   (Average Length:  345.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 472277   (Average:  8.42 Max: 812 Sum: 3975679)
  Executed   : 472220   (Average:  8.41 Max: 812 Sum: 3973580 Ratio:  99.95%)
  Bounded    : 57       (Average: 36.82 Max: 117 Sum:   2099 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419596  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.37s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 5.41s

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

Models       : 0+
Calls        : 63
Time         : 324.043s (Solving: 303.11s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 324.092s

Choices      : 4844721  (Domain: 4756852)
Conflicts    : 481896   (Analyzed: 481893)
Restarts     : 5817     (Average: 82.84 Last: 152)
Model-Level  : 231.0   
Problems     : 63       (Average Length: 76.92 Splits: 0)
Lemmas       : 481893   (Deleted: 454430)
  Binary     : 8558     (Ratio:   1.78%)
  Ternary    : 2214     (Ratio:   0.46%)
  Conflict   : 481893   (Average Length:  348.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 481893   (Average:  8.46 Max: 812 Sum: 4075190)
  Executed   : 481836   (Average:  8.45 Max: 812 Sum: 4073091 Ratio:  99.95%)
  Bounded    : 57       (Average: 36.82 Max: 117 Sum:   2099 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419596  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 64
Time         : 330.713s (Solving: 309.65s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 330.764s

Choices      : 4977933  (Domain: 4889131)
Conflicts    : 491213   (Analyzed: 491210)
Restarts     : 5917     (Average: 83.02 Last: 152)
Model-Level  : 231.0   
Problems     : 64       (Average Length: 77.55 Splits: 0)
Lemmas       : 491210   (Deleted: 463596)
  Binary     : 8730     (Ratio:   1.78%)
  Ternary    : 2264     (Ratio:   0.46%)
  Conflict   : 491210   (Average Length:  351.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 491210   (Average:  8.54 Max: 812 Sum: 4192977)
  Executed   : 491152   (Average:  8.53 Max: 812 Sum: 4190761 Ratio:  99.95%)
  Bounded    : 58       (Average: 38.21 Max: 117 Sum:   2216 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419596  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.63s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 6.68s

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

Models       : 0+
Calls        : 65
Time         : 337.323s (Solving: 316.10s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 337.376s

Choices      : 5128062  (Domain: 5038855)
Conflicts    : 500110   (Analyzed: 500107)
Restarts     : 6017     (Average: 83.12 Last: 152)
Model-Level  : 231.0   
Problems     : 65       (Average Length: 78.15 Splits: 0)
Lemmas       : 500107   (Deleted: 472595)
  Binary     : 8807     (Ratio:   1.76%)
  Ternary    : 2276     (Ratio:   0.46%)
  Conflict   : 500107   (Average Length:  352.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 500107   (Average:  8.65 Max: 812 Sum: 4325998)
  Executed   : 500049   (Average:  8.65 Max: 812 Sum: 4323782 Ratio:  99.95%)
  Bounded    : 58       (Average: 38.21 Max: 117 Sum:   2216 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.55s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 6.62s

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

Models       : 0+
Calls        : 66
Time         : 343.923s (Solving: 322.58s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 343.980s

Choices      : 5281702  (Domain: 5191315)
Conflicts    : 508855   (Analyzed: 508852)
Restarts     : 6117     (Average: 83.19 Last: 172)
Model-Level  : 231.0   
Problems     : 66       (Average Length: 78.74 Splits: 0)
Lemmas       : 508852   (Deleted: 481250)
  Binary     : 8871     (Ratio:   1.74%)
  Ternary    : 2286     (Ratio:   0.45%)
  Conflict   : 508852   (Average Length:  354.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 508852   (Average:  8.77 Max: 812 Sum: 4460970)
  Executed   : 508794   (Average:  8.76 Max: 812 Sum: 4458754 Ratio:  99.95%)
  Bounded    : 58       (Average: 38.21 Max: 117 Sum:   2216 Ratio:   0.05%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 67
Time         : 356.058s (Solving: 334.57s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 356.120s

Choices      : 5827395  (Domain: 5729503)
Conflicts    : 518575   (Analyzed: 518572)
Restarts     : 6217     (Average: 83.41 Last: 172)
Model-Level  : 231.0   
Problems     : 67       (Average Length: 79.31 Splits: 0)
Lemmas       : 518572   (Deleted: 489558)
  Binary     : 9077     (Ratio:   1.75%)
  Ternary    : 2324     (Ratio:   0.45%)
  Conflict   : 518572   (Average Length:  362.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 518572   (Average:  9.59 Max: 812 Sum: 4970778)
  Executed   : 518514   (Average:  9.58 Max: 812 Sum: 4968562 Ratio:  99.96%)
  Bounded    : 58       (Average: 38.21 Max: 117 Sum:   2216 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 12.09s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 12.14s

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

Models       : 0+
Calls        : 68
Time         : 363.058s (Solving: 341.42s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 363.120s

Choices      : 6009718  (Domain: 5911572)
Conflicts    : 527837   (Analyzed: 527834)
Restarts     : 6317     (Average: 83.56 Last: 172)
Model-Level  : 231.0   
Problems     : 68       (Average Length: 79.87 Splits: 0)
Lemmas       : 527834   (Deleted: 498845)
  Binary     : 9152     (Ratio:   1.73%)
  Ternary    : 2357     (Ratio:   0.45%)
  Conflict   : 527834   (Average Length:  363.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 527834   (Average:  9.72 Max: 812 Sum: 5130902)
  Executed   : 527776   (Average:  9.72 Max: 812 Sum: 5128686 Ratio:  99.96%)
  Bounded    : 58       (Average: 38.21 Max: 117 Sum:   2216 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.95s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 7.01s

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

Models       : 0+
Calls        : 69
Time         : 370.597s (Solving: 348.82s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 370.664s

Choices      : 6260715  (Domain: 6162218)
Conflicts    : 536425   (Analyzed: 536422)
Restarts     : 6417     (Average: 83.59 Last: 172)
Model-Level  : 231.0   
Problems     : 69       (Average Length: 80.41 Splits: 0)
Lemmas       : 536422   (Deleted: 505628)
  Binary     : 9228     (Ratio:   1.72%)
  Ternary    : 2384     (Ratio:   0.44%)
  Conflict   : 536422   (Average Length:  365.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 536422   (Average:  9.98 Max: 812 Sum: 5355710)
  Executed   : 536364   (Average:  9.98 Max: 812 Sum: 5353494 Ratio:  99.96%)
  Bounded    : 58       (Average: 38.21 Max: 117 Sum:   2216 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.49s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 7.55s

Iteration 69
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        : 70
Time         : 374.087s (Solving: 352.17s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 374.156s

Choices      : 6313022  (Domain: 6214525)
Conflicts    : 543966   (Analyzed: 543963)
Restarts     : 6517     (Average: 83.47 Last: 172)
Model-Level  : 231.0   
Problems     : 70       (Average Length: 80.93 Splits: 0)
Lemmas       : 543963   (Deleted: 513921)
  Binary     : 9269     (Ratio:   1.70%)
  Ternary    : 2390     (Ratio:   0.44%)
  Conflict   : 543963   (Average Length:  364.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 543963   (Average:  9.93 Max: 812 Sum: 5399812)
  Executed   : 543905   (Average:  9.92 Max: 812 Sum: 5397596 Ratio:  99.96%)
  Bounded    : 58       (Average: 38.21 Max: 117 Sum:   2216 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 3.44s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 3.50s

Iteration 70
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        : 71
Time         : 381.231s (Solving: 359.19s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 381.304s

Choices      : 6365788  (Domain: 6267291)
Conflicts    : 552942   (Analyzed: 552939)
Restarts     : 6617     (Average: 83.56 Last: 172)
Model-Level  : 231.0   
Problems     : 71       (Average Length: 81.44 Splits: 0)
Lemmas       : 552939   (Deleted: 523297)
  Binary     : 9319     (Ratio:   1.69%)
  Ternary    : 2403     (Ratio:   0.43%)
  Conflict   : 552939   (Average Length:  373.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 552939   (Average:  9.84 Max: 812 Sum: 5441569)
  Executed   : 552880   (Average:  9.84 Max: 812 Sum: 5439239 Ratio:  99.96%)
  Bounded    : 59       (Average: 39.49 Max: 117 Sum:   2330 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 71
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        : 72
Time         : 388.673s (Solving: 366.50s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 388.748s

Choices      : 6470115  (Domain: 6370960)
Conflicts    : 561933   (Analyzed: 561930)
Restarts     : 6717     (Average: 83.66 Last: 172)
Model-Level  : 231.0   
Problems     : 72       (Average Length: 81.93 Splits: 0)
Lemmas       : 561930   (Deleted: 531695)
  Binary     : 9403     (Ratio:   1.67%)
  Ternary    : 2438     (Ratio:   0.43%)
  Conflict   : 561930   (Average Length:  377.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 561930   (Average:  9.84 Max: 812 Sum: 5528767)
  Executed   : 561871   (Average:  9.83 Max: 812 Sum: 5526437 Ratio:  99.96%)
  Bounded    : 59       (Average: 39.49 Max: 117 Sum:   2330 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 72
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        : 73
Time         : 393.301s (Solving: 371.00s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 393.376s

Choices      : 6536154  (Domain: 6436516)
Conflicts    : 570277   (Analyzed: 570274)
Restarts     : 6817     (Average: 83.65 Last: 172)
Model-Level  : 231.0   
Problems     : 73       (Average Length: 82.41 Splits: 0)
Lemmas       : 570274   (Deleted: 538310)
  Binary     : 9484     (Ratio:   1.66%)
  Ternary    : 2465     (Ratio:   0.43%)
  Conflict   : 570274   (Average Length:  377.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 570274   (Average:  9.79 Max: 812 Sum: 5583359)
  Executed   : 570215   (Average:  9.79 Max: 812 Sum: 5581029 Ratio:  99.96%)
  Bounded    : 59       (Average: 39.49 Max: 117 Sum:   2330 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 73
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        : 74
Time         : 399.469s (Solving: 377.03s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 399.548s

Choices      : 6624231  (Domain: 6523588)
Conflicts    : 579286   (Analyzed: 579283)
Restarts     : 6917     (Average: 83.75 Last: 172)
Model-Level  : 231.0   
Problems     : 74       (Average Length: 82.88 Splits: 0)
Lemmas       : 579283   (Deleted: 548426)
  Binary     : 9615     (Ratio:   1.66%)
  Ternary    : 2500     (Ratio:   0.43%)
  Conflict   : 579283   (Average Length:  379.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 579283   (Average:  9.77 Max: 812 Sum: 5657703)
  Executed   : 579224   (Average:  9.76 Max: 812 Sum: 5655373 Ratio:  99.96%)
  Bounded    : 59       (Average: 39.49 Max: 117 Sum:   2330 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 74
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        : 75
Time         : 407.691s (Solving: 385.13s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 407.776s

Choices      : 6740270  (Domain: 6636367)
Conflicts    : 588017   (Analyzed: 588014)
Restarts     : 7017     (Average: 83.80 Last: 172)
Model-Level  : 231.0   
Problems     : 75       (Average Length: 83.33 Splits: 0)
Lemmas       : 588014   (Deleted: 557056)
  Binary     : 9816     (Ratio:   1.67%)
  Ternary    : 2528     (Ratio:   0.43%)
  Conflict   : 588014   (Average Length:  387.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 588014   (Average:  9.78 Max: 812 Sum: 5753422)
  Executed   : 587955   (Average:  9.78 Max: 812 Sum: 5751092 Ratio:  99.96%)
  Bounded    : 59       (Average: 39.49 Max: 117 Sum:   2330 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 75
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        : 76
Time         : 413.389s (Solving: 390.67s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 413.476s

Choices      : 6821970  (Domain: 6717973)
Conflicts    : 596643   (Analyzed: 596640)
Restarts     : 7117     (Average: 83.83 Last: 172)
Model-Level  : 231.0   
Problems     : 76       (Average Length: 83.78 Splits: 0)
Lemmas       : 596640   (Deleted: 565471)
  Binary     : 9872     (Ratio:   1.65%)
  Ternary    : 2530     (Ratio:   0.42%)
  Conflict   : 596640   (Average Length:  387.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 596640   (Average:  9.76 Max: 812 Sum: 5821070)
  Executed   : 596581   (Average:  9.75 Max: 812 Sum: 5818740 Ratio:  99.96%)
  Bounded    : 59       (Average: 39.49 Max: 117 Sum:   2330 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 76
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        : 77
Time         : 421.201s (Solving: 398.36s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 421.292s

Choices      : 6973097  (Domain: 6867856)
Conflicts    : 605981   (Analyzed: 605978)
Restarts     : 7217     (Average: 83.97 Last: 172)
Model-Level  : 231.0   
Problems     : 77       (Average Length: 84.21 Splits: 0)
Lemmas       : 605978   (Deleted: 573790)
  Binary     : 9982     (Ratio:   1.65%)
  Ternary    : 2553     (Ratio:   0.42%)
  Conflict   : 605978   (Average Length:  391.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 605978   (Average:  9.82 Max: 812 Sum: 5953274)
  Executed   : 605919   (Average:  9.82 Max: 812 Sum: 5950944 Ratio:  99.96%)
  Bounded    : 59       (Average: 39.49 Max: 117 Sum:   2330 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 77
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        : 78
Time         : 431.370s (Solving: 408.40s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 431.468s

Choices      : 7227548  (Domain: 7118872)
Conflicts    : 614803   (Analyzed: 614800)
Restarts     : 7317     (Average: 84.02 Last: 172)
Model-Level  : 231.0   
Problems     : 78       (Average Length: 84.63 Splits: 0)
Lemmas       : 614800   (Deleted: 582652)
  Binary     : 10253    (Ratio:   1.67%)
  Ternary    : 2573     (Ratio:   0.42%)
  Conflict   : 614800   (Average Length:  399.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 614800   (Average: 10.04 Max: 812 Sum: 6173281)
  Executed   : 614741   (Average: 10.04 Max: 812 Sum: 6170951 Ratio:  99.96%)
  Bounded    : 59       (Average: 39.49 Max: 117 Sum:   2330 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 10.13s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 10.18s

Iteration 78
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        : 79
Time         : 437.464s (Solving: 414.36s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 437.564s

Choices      : 7360289  (Domain: 7251339)
Conflicts    : 623007   (Analyzed: 623004)
Restarts     : 7417     (Average: 84.00 Last: 172)
Model-Level  : 231.0   
Problems     : 79       (Average Length: 85.04 Splits: 0)
Lemmas       : 623004   (Deleted: 588949)
  Binary     : 10336    (Ratio:   1.66%)
  Ternary    : 2590     (Ratio:   0.42%)
  Conflict   : 623004   (Average Length:  400.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 623004   (Average: 10.09 Max: 812 Sum: 6285351)
  Executed   : 622945   (Average: 10.09 Max: 812 Sum: 6283021 Ratio:  99.96%)
  Bounded    : 59       (Average: 39.49 Max: 117 Sum:   2330 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 79
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        : 80
Time         : 442.966s (Solving: 419.73s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 443.068s

Choices      : 7403198  (Domain: 7294248)
Conflicts    : 630687   (Analyzed: 630684)
Restarts     : 7517     (Average: 83.90 Last: 172)
Model-Level  : 231.0   
Problems     : 80       (Average Length: 85.44 Splits: 0)
Lemmas       : 630684   (Deleted: 596941)
  Binary     : 10391    (Ratio:   1.65%)
  Ternary    : 2611     (Ratio:   0.41%)
  Conflict   : 630684   (Average Length:  401.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 630684   (Average: 10.02 Max: 812 Sum: 6322041)
  Executed   : 630625   (Average: 10.02 Max: 812 Sum: 6319711 Ratio:  99.96%)
  Bounded    : 59       (Average: 39.49 Max: 117 Sum:   2330 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.46s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 5.51s

Iteration 80
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        : 81
Time         : 446.884s (Solving: 423.51s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 446.988s

Choices      : 7438060  (Domain: 7329110)
Conflicts    : 638305   (Analyzed: 638302)
Restarts     : 7617     (Average: 83.80 Last: 172)
Model-Level  : 231.0   
Problems     : 81       (Average Length: 85.83 Splits: 0)
Lemmas       : 638302   (Deleted: 604403)
  Binary     : 10411    (Ratio:   1.63%)
  Ternary    : 2617     (Ratio:   0.41%)
  Conflict   : 638302   (Average Length:  401.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 638302   (Average:  9.95 Max: 812 Sum: 6348243)
  Executed   : 638243   (Average:  9.94 Max: 812 Sum: 6345913 Ratio:  99.96%)
  Bounded    : 59       (Average: 39.49 Max: 117 Sum:   2330 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 3.87s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 3.92s

Iteration 81
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        : 82
Time         : 452.508s (Solving: 428.99s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 452.612s

Choices      : 7501185  (Domain: 7392235)
Conflicts    : 646603   (Analyzed: 646600)
Restarts     : 7717     (Average: 83.79 Last: 172)
Model-Level  : 231.0   
Problems     : 82       (Average Length: 86.21 Splits: 0)
Lemmas       : 646600   (Deleted: 611856)
  Binary     : 10476    (Ratio:   1.62%)
  Ternary    : 2628     (Ratio:   0.41%)
  Conflict   : 646600   (Average Length:  404.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 646600   (Average:  9.90 Max: 812 Sum: 6399693)
  Executed   : 646540   (Average:  9.89 Max: 812 Sum: 6397246 Ratio:  99.96%)
  Bounded    : 60       (Average: 40.78 Max: 117 Sum:   2447 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419570  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 82
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        : 83
Time         : 461.072s (Solving: 437.42s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 461.180s

Choices      : 7595833  (Domain: 7484993)
Conflicts    : 656080   (Analyzed: 656077)
Restarts     : 7817     (Average: 83.93 Last: 172)
Model-Level  : 231.0   
Problems     : 83       (Average Length: 86.58 Splits: 0)
Lemmas       : 656077   (Deleted: 621808)
  Binary     : 10692    (Ratio:   1.63%)
  Ternary    : 2664     (Ratio:   0.41%)
  Conflict   : 656077   (Average Length:  410.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 656077   (Average:  9.87 Max: 812 Sum: 6474435)
  Executed   : 656017   (Average:  9.86 Max: 812 Sum: 6471988 Ratio:  99.96%)
  Bounded    : 60       (Average: 40.78 Max: 117 Sum:   2447 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 8.52s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 8.57s

Iteration 83
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        : 84
Time         : 467.614s (Solving: 443.84s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 467.724s

Choices      : 7678139  (Domain: 7567162)
Conflicts    : 664752   (Analyzed: 664749)
Restarts     : 7917     (Average: 83.96 Last: 172)
Model-Level  : 231.0   
Problems     : 84       (Average Length: 86.94 Splits: 0)
Lemmas       : 664749   (Deleted: 630991)
  Binary     : 10768    (Ratio:   1.62%)
  Ternary    : 2689     (Ratio:   0.40%)
  Conflict   : 664749   (Average Length:  412.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 664749   (Average:  9.84 Max: 812 Sum: 6540971)
  Executed   : 664689   (Average:  9.84 Max: 812 Sum: 6538524 Ratio:  99.96%)
  Bounded    : 60       (Average: 40.78 Max: 117 Sum:   2447 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 84
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        : 85
Time         : 473.356s (Solving: 449.44s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 473.468s

Choices      : 7760727  (Domain: 7649674)
Conflicts    : 673234   (Analyzed: 673231)
Restarts     : 8017     (Average: 83.98 Last: 172)
Model-Level  : 231.0   
Problems     : 85       (Average Length: 87.29 Splits: 0)
Lemmas       : 673231   (Deleted: 637223)
  Binary     : 10834    (Ratio:   1.61%)
  Ternary    : 2710     (Ratio:   0.40%)
  Conflict   : 673231   (Average Length:  413.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 673231   (Average:  9.82 Max: 812 Sum: 6608448)
  Executed   : 673171   (Average:  9.81 Max: 812 Sum: 6606001 Ratio:  99.96%)
  Bounded    : 60       (Average: 40.78 Max: 117 Sum:   2447 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 5.70s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 5.75s

Iteration 85
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        : 86
Time         : 480.681s (Solving: 456.62s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 480.796s

Choices      : 7874600  (Domain: 7763484)
Conflicts    : 682416   (Analyzed: 682413)
Restarts     : 8117     (Average: 84.07 Last: 172)
Model-Level  : 231.0   
Problems     : 86       (Average Length: 87.64 Splits: 0)
Lemmas       : 682413   (Deleted: 647543)
  Binary     : 10908    (Ratio:   1.60%)
  Ternary    : 2737     (Ratio:   0.40%)
  Conflict   : 682413   (Average Length:  416.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 682413   (Average:  9.82 Max: 812 Sum: 6703118)
  Executed   : 682353   (Average:  9.82 Max: 812 Sum: 6700671 Ratio:  99.96%)
  Bounded    : 60       (Average: 40.78 Max: 117 Sum:   2447 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.27s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 7.33s

Iteration 86
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        : 87
Time         : 487.270s (Solving: 463.04s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 487.388s

Choices      : 8007319  (Domain: 7896063)
Conflicts    : 691022   (Analyzed: 691019)
Restarts     : 8217     (Average: 84.10 Last: 172)
Model-Level  : 231.0   
Problems     : 87       (Average Length: 87.98 Splits: 0)
Lemmas       : 691019   (Deleted: 654297)
  Binary     : 10990    (Ratio:   1.59%)
  Ternary    : 2764     (Ratio:   0.40%)
  Conflict   : 691019   (Average Length:  417.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 691019   (Average:  9.86 Max: 812 Sum: 6813533)
  Executed   : 690959   (Average:  9.86 Max: 812 Sum: 6811086 Ratio:  99.96%)
  Bounded    : 60       (Average: 40.78 Max: 117 Sum:   2447 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 87
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        : 88
Time         : 491.086s (Solving: 466.74s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 491.208s

Choices      : 8055317  (Domain: 7944061)
Conflicts    : 698620   (Analyzed: 698617)
Restarts     : 8317     (Average: 84.00 Last: 172)
Model-Level  : 231.0   
Problems     : 88       (Average Length: 88.31 Splits: 0)
Lemmas       : 698617   (Deleted: 662520)
  Binary     : 11144    (Ratio:   1.60%)
  Ternary    : 2782     (Ratio:   0.40%)
  Conflict   : 698617   (Average Length:  416.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 698617   (Average:  9.81 Max: 812 Sum: 6856020)
  Executed   : 698557   (Average:  9.81 Max: 812 Sum: 6853573 Ratio:  99.96%)
  Bounded    : 60       (Average: 40.78 Max: 117 Sum:   2447 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 3.78s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 3.82s

Iteration 88
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        : 89
Time         : 500.835s (Solving: 476.36s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 500.960s

Choices      : 8102491  (Domain: 7991235)
Conflicts    : 707375   (Analyzed: 707372)
Restarts     : 8417     (Average: 84.04 Last: 172)
Model-Level  : 231.0   
Problems     : 89       (Average Length: 88.63 Splits: 0)
Lemmas       : 707372   (Deleted: 671993)
  Binary     : 11169    (Ratio:   1.58%)
  Ternary    : 2802     (Ratio:   0.40%)
  Conflict   : 707372   (Average Length:  427.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 707372   (Average:  9.74 Max: 812 Sum: 6891742)
  Executed   : 707312   (Average:  9.74 Max: 812 Sum: 6889295 Ratio:  99.96%)
  Bounded    : 60       (Average: 40.78 Max: 117 Sum:   2447 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 9.71s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 9.76s

Iteration 89
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        : 90
Time         : 506.897s (Solving: 482.28s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 507.028s

Choices      : 8161669  (Domain: 8050187)
Conflicts    : 716014   (Analyzed: 716011)
Restarts     : 8517     (Average: 84.07 Last: 172)
Model-Level  : 231.0   
Problems     : 90       (Average Length: 88.94 Splits: 0)
Lemmas       : 716011   (Deleted: 680483)
  Binary     : 11250    (Ratio:   1.57%)
  Ternary    : 2832     (Ratio:   0.40%)
  Conflict   : 716011   (Average Length:  428.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 716011   (Average:  9.69 Max: 812 Sum: 6938192)
  Executed   : 715951   (Average:  9.69 Max: 812 Sum: 6935745 Ratio:  99.96%)
  Bounded    : 60       (Average: 40.78 Max: 117 Sum:   2447 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 90
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        : 91
Time         : 513.085s (Solving: 488.34s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 513.220s

Choices      : 8240590  (Domain: 8129080)
Conflicts    : 725023   (Analyzed: 725020)
Restarts     : 8617     (Average: 84.14 Last: 238)
Model-Level  : 231.0   
Problems     : 91       (Average Length: 89.25 Splits: 0)
Lemmas       : 725020   (Deleted: 688866)
  Binary     : 11354    (Ratio:   1.57%)
  Ternary    : 2859     (Ratio:   0.39%)
  Conflict   : 725020   (Average Length:  429.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 725020   (Average:  9.66 Max: 812 Sum: 7002427)
  Executed   : 724960   (Average:  9.65 Max: 812 Sum: 6999980 Ratio:  99.97%)
  Bounded    : 60       (Average: 40.78 Max: 117 Sum:   2447 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 91
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        : 92
Time         : 517.597s (Solving: 492.73s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 517.736s

Choices      : 8308327  (Domain: 8196687)
Conflicts    : 733482   (Analyzed: 733479)
Restarts     : 8717     (Average: 84.14 Last: 238)
Model-Level  : 231.0   
Problems     : 92       (Average Length: 89.55 Splits: 0)
Lemmas       : 733479   (Deleted: 695470)
  Binary     : 11388    (Ratio:   1.55%)
  Ternary    : 2865     (Ratio:   0.39%)
  Conflict   : 733479   (Average Length:  428.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 733479   (Average:  9.62 Max: 812 Sum: 7056030)
  Executed   : 733419   (Average:  9.62 Max: 812 Sum: 7053583 Ratio:  99.97%)
  Bounded    : 60       (Average: 40.78 Max: 117 Sum:   2447 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 92
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        : 93
Time         : 524.466s (Solving: 499.47s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 524.608s

Choices      : 8411875  (Domain: 8300175)
Conflicts    : 742549   (Analyzed: 742546)
Restarts     : 8817     (Average: 84.22 Last: 238)
Model-Level  : 231.0   
Problems     : 93       (Average Length: 89.85 Splits: 0)
Lemmas       : 742546   (Deleted: 705881)
  Binary     : 11471    (Ratio:   1.54%)
  Ternary    : 2880     (Ratio:   0.39%)
  Conflict   : 742546   (Average Length:  430.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 742546   (Average:  9.61 Max: 812 Sum: 7139144)
  Executed   : 742486   (Average:  9.61 Max: 812 Sum: 7136697 Ratio:  99.97%)
  Bounded    : 60       (Average: 40.78 Max: 117 Sum:   2447 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 93
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        : 94
Time         : 533.446s (Solving: 508.32s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 533.592s

Choices      : 8616118  (Domain: 8502768)
Conflicts    : 751693   (Analyzed: 751690)
Restarts     : 8917     (Average: 84.30 Last: 238)
Model-Level  : 231.0   
Problems     : 94       (Average Length: 90.14 Splits: 0)
Lemmas       : 751690   (Deleted: 714228)
  Binary     : 11768    (Ratio:   1.57%)
  Ternary    : 2936     (Ratio:   0.39%)
  Conflict   : 751690   (Average Length:  433.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 751690   (Average:  9.73 Max: 812 Sum: 7312903)
  Executed   : 751630   (Average:  9.73 Max: 812 Sum: 7310456 Ratio:  99.97%)
  Bounded    : 60       (Average: 40.78 Max: 117 Sum:   2447 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 8.94s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 8.99s

Iteration 94
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        : 95
Time         : 540.598s (Solving: 515.34s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 540.748s

Choices      : 8719481  (Domain: 8606103)
Conflicts    : 760524   (Analyzed: 760521)
Restarts     : 9017     (Average: 84.34 Last: 238)
Model-Level  : 231.0   
Problems     : 95       (Average Length: 90.42 Splits: 0)
Lemmas       : 760521   (Deleted: 723184)
  Binary     : 11863    (Ratio:   1.56%)
  Ternary    : 2945     (Ratio:   0.39%)
  Conflict   : 760521   (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    : 760521   (Average:  9.72 Max: 812 Sum: 7393983)
  Executed   : 760461   (Average:  9.72 Max: 812 Sum: 7391536 Ratio:  99.97%)
  Bounded    : 60       (Average: 40.78 Max: 117 Sum:   2447 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 95
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        : 96
Time         : 545.280s (Solving: 519.89s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 545.432s

Choices      : 8759340  (Domain: 8645962)
Conflicts    : 768071   (Analyzed: 768068)
Restarts     : 9117     (Average: 84.25 Last: 238)
Model-Level  : 231.0   
Problems     : 96       (Average Length: 90.70 Splits: 0)
Lemmas       : 768068   (Deleted: 729600)
  Binary     : 11915    (Ratio:   1.55%)
  Ternary    : 2965     (Ratio:   0.39%)
  Conflict   : 768068   (Average Length:  433.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 768068   (Average:  9.67 Max: 812 Sum: 7427522)
  Executed   : 768007   (Average:  9.67 Max: 812 Sum: 7424960 Ratio:  99.97%)
  Bounded    : 61       (Average: 42.00 Max: 117 Sum:   2562 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 96
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        : 97
Time         : 553.231s (Solving: 527.72s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 553.384s

Choices      : 8803236  (Domain: 8689858)
Conflicts    : 776018   (Analyzed: 776015)
Restarts     : 9217     (Average: 84.19 Last: 238)
Model-Level  : 231.0   
Problems     : 97       (Average Length: 90.97 Splits: 0)
Lemmas       : 776015   (Deleted: 736951)
  Binary     : 11940    (Ratio:   1.54%)
  Ternary    : 2976     (Ratio:   0.38%)
  Conflict   : 776015   (Average Length:  438.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 776015   (Average:  9.61 Max: 812 Sum: 7460404)
  Executed   : 775954   (Average:  9.61 Max: 812 Sum: 7457842 Ratio:  99.97%)
  Bounded    : 61       (Average: 42.00 Max: 117 Sum:   2562 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.91s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 7.96s

Iteration 97
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        : 98
Time         : 561.174s (Solving: 535.51s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 561.332s

Choices      : 8882386  (Domain: 8769008)
Conflicts    : 785048   (Analyzed: 785045)
Restarts     : 9317     (Average: 84.26 Last: 238)
Model-Level  : 231.0   
Problems     : 98       (Average Length: 91.23 Splits: 0)
Lemmas       : 785045   (Deleted: 746787)
  Binary     : 11991    (Ratio:   1.53%)
  Ternary    : 2983     (Ratio:   0.38%)
  Conflict   : 785045   (Average Length:  444.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 785045   (Average:  9.59 Max: 812 Sum: 7524991)
  Executed   : 784984   (Average:  9.58 Max: 812 Sum: 7522429 Ratio:  99.97%)
  Bounded    : 61       (Average: 42.00 Max: 117 Sum:   2562 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.89s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 7.95s

Iteration 98
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        : 99
Time         : 567.495s (Solving: 541.71s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 567.656s

Choices      : 8947200  (Domain: 8833822)
Conflicts    : 793672   (Analyzed: 793669)
Restarts     : 9417     (Average: 84.28 Last: 238)
Model-Level  : 231.0   
Problems     : 99       (Average Length: 91.49 Splits: 0)
Lemmas       : 793669   (Deleted: 755562)
  Binary     : 12110    (Ratio:   1.53%)
  Ternary    : 2998     (Ratio:   0.38%)
  Conflict   : 793669   (Average Length:  445.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 793669   (Average:  9.54 Max: 812 Sum: 7574621)
  Executed   : 793607   (Average:  9.54 Max: 812 Sum: 7571942 Ratio:  99.96%)
  Bounded    : 62       (Average: 43.21 Max: 117 Sum:   2679 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419558  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 99
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        : 100
Time         : 574.110s (Solving: 548.20s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 574.272s

Choices      : 9019347  (Domain: 8905965)
Conflicts    : 802666   (Analyzed: 802663)
Restarts     : 9517     (Average: 84.34 Last: 238)
Model-Level  : 231.0   
Problems     : 100      (Average Length: 91.75 Splits: 0)
Lemmas       : 802663   (Deleted: 763961)
  Binary     : 12188    (Ratio:   1.52%)
  Ternary    : 3006     (Ratio:   0.37%)
  Conflict   : 802663   (Average Length:  447.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 802663   (Average:  9.51 Max: 812 Sum: 7631654)
  Executed   : 802601   (Average:  9.50 Max: 812 Sum: 7628975 Ratio:  99.96%)
  Bounded    : 62       (Average: 43.21 Max: 117 Sum:   2679 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419532  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 100
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        : 101
Time         : 580.876s (Solving: 554.83s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 581.040s

Choices      : 9105764  (Domain: 8992307)
Conflicts    : 811908   (Analyzed: 811905)
Restarts     : 9617     (Average: 84.42 Last: 238)
Model-Level  : 231.0   
Problems     : 101      (Average Length: 92.00 Splits: 0)
Lemmas       : 811905   (Deleted: 772701)
  Binary     : 12280    (Ratio:   1.51%)
  Ternary    : 3019     (Ratio:   0.37%)
  Conflict   : 811905   (Average Length:  448.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 811905   (Average:  9.49 Max: 812 Sum: 7701262)
  Executed   : 811842   (Average:  9.48 Max: 812 Sum: 7698466 Ratio:  99.96%)
  Bounded    : 63       (Average: 44.38 Max: 117 Sum:   2796 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419532  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 101
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        : 102
Time         : 588.309s (Solving: 562.12s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 588.476s

Choices      : 9195545  (Domain: 9082077)
Conflicts    : 820969   (Analyzed: 820966)
Restarts     : 9717     (Average: 84.49 Last: 238)
Model-Level  : 231.0   
Problems     : 102      (Average Length: 92.25 Splits: 0)
Lemmas       : 820966   (Deleted: 781688)
  Binary     : 12348    (Ratio:   1.50%)
  Ternary    : 3026     (Ratio:   0.37%)
  Conflict   : 820966   (Average Length:  452.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 820966   (Average:  9.46 Max: 812 Sum: 7768958)
  Executed   : 820903   (Average:  9.46 Max: 812 Sum: 7766162 Ratio:  99.96%)
  Bounded    : 63       (Average: 44.38 Max: 117 Sum:   2796 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419518  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.39s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 7.44s

Iteration 102
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        : 103
Time         : 596.533s (Solving: 570.22s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 596.704s

Choices      : 9317965  (Domain: 9204422)
Conflicts    : 830357   (Analyzed: 830354)
Restarts     : 9817     (Average: 84.58 Last: 238)
Model-Level  : 231.0   
Problems     : 103      (Average Length: 92.49 Splits: 0)
Lemmas       : 830354   (Deleted: 790629)
  Binary     : 12422    (Ratio:   1.50%)
  Ternary    : 3044     (Ratio:   0.37%)
  Conflict   : 830354   (Average Length:  454.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 830354   (Average:  9.47 Max: 812 Sum: 7867049)
  Executed   : 830291   (Average:  9.47 Max: 812 Sum: 7864253 Ratio:  99.96%)
  Bounded    : 63       (Average: 44.38 Max: 117 Sum:   2796 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419518  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 103
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        : 104
Time         : 605.125s (Solving: 578.69s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 605.300s

Choices      : 9433759  (Domain: 9320215)
Conflicts    : 838968   (Analyzed: 838965)
Restarts     : 9917     (Average: 84.60 Last: 238)
Model-Level  : 231.0   
Problems     : 104      (Average Length: 92.72 Splits: 0)
Lemmas       : 838965   (Deleted: 799726)
  Binary     : 12522    (Ratio:   1.49%)
  Ternary    : 3061     (Ratio:   0.36%)
  Conflict   : 838965   (Average Length:  455.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 838965   (Average:  9.48 Max: 812 Sum: 7956057)
  Executed   : 838902   (Average:  9.48 Max: 812 Sum: 7953261 Ratio:  99.96%)
  Bounded    : 63       (Average: 44.38 Max: 117 Sum:   2796 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419518  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 8.55s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 8.60s

Iteration 104
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        : 105
Time         : 615.269s (Solving: 588.69s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 615.448s

Choices      : 9580191  (Domain: 9466617)
Conflicts    : 847959   (Analyzed: 847956)
Restarts     : 10017    (Average: 84.65 Last: 238)
Model-Level  : 231.0   
Problems     : 105      (Average Length: 92.95 Splits: 0)
Lemmas       : 847956   (Deleted: 808060)
  Binary     : 12664    (Ratio:   1.49%)
  Ternary    : 3083     (Ratio:   0.36%)
  Conflict   : 847956   (Average Length:  461.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 847956   (Average:  9.51 Max: 812 Sum: 8067409)
  Executed   : 847893   (Average:  9.51 Max: 812 Sum: 8064613 Ratio:  99.97%)
  Bounded    : 63       (Average: 44.38 Max: 117 Sum:   2796 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419518  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 10.09s
Memory:		 699MB (+64MB)
UNKNOWN
Iteration Time:	 10.15s

Iteration 105
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        : 106
Time         : 619.743s (Solving: 593.02s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 619.924s

Choices      : 9620092  (Domain: 9506518)
Conflicts    : 855704   (Analyzed: 855701)
Restarts     : 10117    (Average: 84.58 Last: 238)
Model-Level  : 231.0   
Problems     : 106      (Average Length: 93.18 Splits: 0)
Lemmas       : 855701   (Deleted: 814526)
  Binary     : 12705    (Ratio:   1.48%)
  Ternary    : 3093     (Ratio:   0.36%)
  Conflict   : 855701   (Average Length:  460.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 855701   (Average:  9.47 Max: 812 Sum: 8101645)
  Executed   : 855637   (Average:  9.46 Max: 812 Sum: 8098732 Ratio:  99.96%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419518  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.42s
Memory:		 635MB (+-64MB)
UNKNOWN
Iteration Time:	 4.48s

Iteration 106
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        : 107
Time         : 628.868s (Solving: 602.02s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 629.052s

Choices      : 9666851  (Domain: 9553277)
Conflicts    : 863745   (Analyzed: 863742)
Restarts     : 10217    (Average: 84.54 Last: 238)
Model-Level  : 231.0   
Problems     : 107      (Average Length: 93.40 Splits: 0)
Lemmas       : 863742   (Deleted: 822063)
  Binary     : 12714    (Ratio:   1.47%)
  Ternary    : 3097     (Ratio:   0.36%)
  Conflict   : 863742   (Average Length:  464.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 863742   (Average:  9.42 Max: 812 Sum: 8137030)
  Executed   : 863678   (Average:  9.42 Max: 812 Sum: 8134117 Ratio:  99.96%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 9.08s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 9.13s

Iteration 107
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        : 108
Time         : 636.278s (Solving: 609.31s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 636.468s

Choices      : 9731493  (Domain: 9617919)
Conflicts    : 872247   (Analyzed: 872244)
Restarts     : 10317    (Average: 84.54 Last: 238)
Model-Level  : 231.0   
Problems     : 108      (Average Length: 93.62 Splits: 0)
Lemmas       : 872244   (Deleted: 829966)
  Binary     : 12755    (Ratio:   1.46%)
  Ternary    : 3108     (Ratio:   0.36%)
  Conflict   : 872244   (Average Length:  467.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 872244   (Average:  9.39 Max: 812 Sum: 8188089)
  Executed   : 872180   (Average:  9.38 Max: 812 Sum: 8185176 Ratio:  99.96%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.37s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 7.42s

Iteration 108
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        : 109
Time         : 642.173s (Solving: 615.05s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 642.364s

Choices      : 9801085  (Domain: 9687500)
Conflicts    : 881065   (Analyzed: 881062)
Restarts     : 10417    (Average: 84.58 Last: 238)
Model-Level  : 231.0   
Problems     : 109      (Average Length: 93.83 Splits: 0)
Lemmas       : 881062   (Deleted: 840410)
  Binary     : 12825    (Ratio:   1.46%)
  Ternary    : 3112     (Ratio:   0.35%)
  Conflict   : 881062   (Average Length:  468.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 881062   (Average:  9.36 Max: 812 Sum: 8242558)
  Executed   : 880998   (Average:  9.35 Max: 812 Sum: 8239645 Ratio:  99.96%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 109
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        : 110
Time         : 649.427s (Solving: 622.18s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 649.624s

Choices      : 9877913  (Domain: 9764325)
Conflicts    : 890204   (Analyzed: 890201)
Restarts     : 10517    (Average: 84.64 Last: 238)
Model-Level  : 231.0   
Problems     : 110      (Average Length: 94.05 Splits: 0)
Lemmas       : 890201   (Deleted: 849021)
  Binary     : 12860    (Ratio:   1.44%)
  Ternary    : 3126     (Ratio:   0.35%)
  Conflict   : 890201   (Average Length:  471.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 890201   (Average:  9.33 Max: 812 Sum: 8302553)
  Executed   : 890137   (Average:  9.32 Max: 812 Sum: 8299640 Ratio:  99.96%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.04%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.22s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 7.26s

Iteration 110
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        : 111
Time         : 656.919s (Solving: 629.55s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 657.120s

Choices      : 9945512  (Domain: 9831924)
Conflicts    : 899279   (Analyzed: 899276)
Restarts     : 10617    (Average: 84.70 Last: 238)
Model-Level  : 231.0   
Problems     : 111      (Average Length: 94.25 Splits: 0)
Lemmas       : 899276   (Deleted: 857968)
  Binary     : 12897    (Ratio:   1.43%)
  Ternary    : 3132     (Ratio:   0.35%)
  Conflict   : 899276   (Average Length:  474.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 899276   (Average:  9.28 Max: 812 Sum: 8349437)
  Executed   : 899212   (Average:  9.28 Max: 812 Sum: 8346524 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 111
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        : 112
Time         : 663.997s (Solving: 636.49s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 664.200s

Choices      : 10037722 (Domain: 9924114)
Conflicts    : 908431   (Analyzed: 908428)
Restarts     : 10717    (Average: 84.77 Last: 238)
Model-Level  : 231.0   
Problems     : 112      (Average Length: 94.46 Splits: 0)
Lemmas       : 908428   (Deleted: 866783)
  Binary     : 12961    (Ratio:   1.43%)
  Ternary    : 3145     (Ratio:   0.35%)
  Conflict   : 908428   (Average Length:  476.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 908428   (Average:  9.27 Max: 812 Sum: 8421767)
  Executed   : 908364   (Average:  9.27 Max: 812 Sum: 8418854 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.03s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 7.08s

Iteration 112
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        : 113
Time         : 670.760s (Solving: 643.11s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 670.968s

Choices      : 10120976 (Domain: 10007367)
Conflicts    : 917160   (Analyzed: 917157)
Restarts     : 10817    (Average: 84.79 Last: 238)
Model-Level  : 231.0   
Problems     : 113      (Average Length: 94.65 Splits: 0)
Lemmas       : 917157   (Deleted: 875796)
  Binary     : 13007    (Ratio:   1.42%)
  Ternary    : 3154     (Ratio:   0.34%)
  Conflict   : 917157   (Average Length:  477.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 917157   (Average:  9.25 Max: 812 Sum: 8482679)
  Executed   : 917093   (Average:  9.25 Max: 812 Sum: 8479766 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

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

Models       : 0+
Calls        : 114
Time         : 680.710s (Solving: 652.92s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 680.924s

Choices      : 10232695 (Domain: 10119083)
Conflicts    : 926175   (Analyzed: 926172)
Restarts     : 10917    (Average: 84.84 Last: 238)
Model-Level  : 231.0   
Problems     : 114      (Average Length: 94.85 Splits: 0)
Lemmas       : 926172   (Deleted: 884319)
  Binary     : 13071    (Ratio:   1.41%)
  Ternary    : 3165     (Ratio:   0.34%)
  Conflict   : 926172   (Average Length:  481.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 926172   (Average:  9.24 Max: 812 Sum: 8559512)
  Executed   : 926108   (Average:  9.24 Max: 812 Sum: 8556599 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 9.90s
Memory:		 635MB (+0MB)
UNKNOWN
Iteration Time:	 9.96s

Iteration 114
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        : 115
Time         : 684.167s (Solving: 656.25s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 684.384s

Choices      : 10267641 (Domain: 10154029)
Conflicts    : 933452   (Analyzed: 933449)
Restarts     : 11017    (Average: 84.73 Last: 238)
Model-Level  : 231.0   
Problems     : 115      (Average Length: 95.04 Splits: 0)
Lemmas       : 933449   (Deleted: 890964)
  Binary     : 13077    (Ratio:   1.40%)
  Ternary    : 3176     (Ratio:   0.34%)
  Conflict   : 933449   (Average Length:  479.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 933449   (Average:  9.20 Max: 812 Sum: 8588971)
  Executed   : 933385   (Average:  9.20 Max: 812 Sum: 8586058 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 115
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        : 116
Time         : 693.904s (Solving: 665.86s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 694.124s

Choices      : 10315131 (Domain: 10201519)
Conflicts    : 941880   (Analyzed: 941877)
Restarts     : 11117    (Average: 84.72 Last: 238)
Model-Level  : 231.0   
Problems     : 116      (Average Length: 95.23 Splits: 0)
Lemmas       : 941877   (Deleted: 898166)
  Binary     : 13096    (Ratio:   1.39%)
  Ternary    : 3185     (Ratio:   0.34%)
  Conflict   : 941877   (Average Length:  485.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 941877   (Average:  9.16 Max: 812 Sum: 8624879)
  Executed   : 941813   (Average:  9.15 Max: 812 Sum: 8621966 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 9.69s
Memory:		 699MB (+64MB)
UNKNOWN
Iteration Time:	 9.74s

Iteration 116
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        : 117
Time         : 699.841s (Solving: 671.67s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 700.064s

Choices      : 10369464 (Domain: 10255852)
Conflicts    : 950203   (Analyzed: 950200)
Restarts     : 11217    (Average: 84.71 Last: 238)
Model-Level  : 231.0   
Problems     : 117      (Average Length: 95.42 Splits: 0)
Lemmas       : 950200   (Deleted: 906525)
  Binary     : 13124    (Ratio:   1.38%)
  Ternary    : 3191     (Ratio:   0.34%)
  Conflict   : 950200   (Average Length:  485.9 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 950200   (Average:  9.12 Max: 812 Sum: 8669125)
  Executed   : 950136   (Average:  9.12 Max: 812 Sum: 8666212 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 117
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        : 118
Time         : 707.223s (Solving: 678.90s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 707.448s

Choices      : 10443933 (Domain: 10330321)
Conflicts    : 959289   (Analyzed: 959286)
Restarts     : 11317    (Average: 84.77 Last: 238)
Model-Level  : 231.0   
Problems     : 118      (Average Length: 95.60 Splits: 0)
Lemmas       : 959286   (Deleted: 916709)
  Binary     : 13164    (Ratio:   1.37%)
  Ternary    : 3202     (Ratio:   0.33%)
  Conflict   : 959286   (Average Length:  488.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 959286   (Average:  9.10 Max: 812 Sum: 8727423)
  Executed   : 959222   (Average:  9.09 Max: 812 Sum: 8724510 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.33s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 7.39s

Iteration 118
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        : 119
Time         : 713.095s (Solving: 684.63s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 713.324s

Choices      : 10522156 (Domain: 10408536)
Conflicts    : 968383   (Analyzed: 968380)
Restarts     : 11417    (Average: 84.82 Last: 238)
Model-Level  : 231.0   
Problems     : 119      (Average Length: 95.78 Splits: 0)
Lemmas       : 968380   (Deleted: 925587)
  Binary     : 13209    (Ratio:   1.36%)
  Ternary    : 3211     (Ratio:   0.33%)
  Conflict   : 968380   (Average Length:  488.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 968380   (Average:  9.08 Max: 812 Sum: 8789803)
  Executed   : 968316   (Average:  9.07 Max: 812 Sum: 8786890 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 119
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        : 120
Time         : 721.821s (Solving: 693.21s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 722.056s

Choices      : 10618396 (Domain: 10504737)
Conflicts    : 977739   (Analyzed: 977736)
Restarts     : 11517    (Average: 84.90 Last: 238)
Model-Level  : 231.0   
Problems     : 120      (Average Length: 95.96 Splits: 0)
Lemmas       : 977736   (Deleted: 934452)
  Binary     : 13344    (Ratio:   1.36%)
  Ternary    : 3224     (Ratio:   0.33%)
  Conflict   : 977736   (Average Length:  491.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 977736   (Average:  9.07 Max: 812 Sum: 8863959)
  Executed   : 977672   (Average:  9.06 Max: 812 Sum: 8861046 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 120
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        : 121
Time         : 729.359s (Solving: 700.62s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 729.596s

Choices      : 10706242 (Domain: 10592575)
Conflicts    : 986690   (Analyzed: 986687)
Restarts     : 11617    (Average: 84.93 Last: 238)
Model-Level  : 231.0   
Problems     : 121      (Average Length: 96.13 Splits: 0)
Lemmas       : 986687   (Deleted: 943499)
  Binary     : 13369    (Ratio:   1.35%)
  Ternary    : 3227     (Ratio:   0.33%)
  Conflict   : 986687   (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    : 986687   (Average:  9.05 Max: 812 Sum: 8931250)
  Executed   : 986623   (Average:  9.05 Max: 812 Sum: 8928337 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.50s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 7.54s

Iteration 121
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        : 122
Time         : 737.155s (Solving: 708.30s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 737.396s

Choices      : 10792824 (Domain: 10679157)
Conflicts    : 995524   (Analyzed: 995521)
Restarts     : 11717    (Average: 84.96 Last: 238)
Model-Level  : 231.0   
Problems     : 122      (Average Length: 96.30 Splits: 0)
Lemmas       : 995521   (Deleted: 952264)
  Binary     : 13394    (Ratio:   1.35%)
  Ternary    : 3235     (Ratio:   0.32%)
  Conflict   : 995521   (Average Length:  494.5 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 995521   (Average:  9.03 Max: 812 Sum: 8991539)
  Executed   : 995457   (Average:  9.03 Max: 812 Sum: 8988626 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 122
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        : 123
Time         : 741.756s (Solving: 712.77s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 742.000s

Choices      : 10829783 (Domain: 10716116)
Conflicts    : 1003887  (Analyzed: 1003884)
Restarts     : 11817    (Average: 84.95 Last: 238)
Model-Level  : 231.0   
Problems     : 123      (Average Length: 96.47 Splits: 0)
Lemmas       : 1003884  (Deleted: 958831)
  Binary     : 13406    (Ratio:   1.34%)
  Ternary    : 3245     (Ratio:   0.32%)
  Conflict   : 1003884  (Average Length:  494.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1003884  (Average:  8.99 Max: 812 Sum: 9021811)
  Executed   : 1003820  (Average:  8.98 Max: 812 Sum: 9018898 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 123
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        : 124
Time         : 751.065s (Solving: 721.95s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 751.312s

Choices      : 10880869 (Domain: 10767202)
Conflicts    : 1012601  (Analyzed: 1012598)
Restarts     : 11917    (Average: 84.97 Last: 238)
Model-Level  : 231.0   
Problems     : 124      (Average Length: 96.64 Splits: 0)
Lemmas       : 1012598  (Deleted: 969237)
  Binary     : 13428    (Ratio:   1.33%)
  Ternary    : 3251     (Ratio:   0.32%)
  Conflict   : 1012598  (Average Length:  499.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1012598  (Average:  8.95 Max: 812 Sum: 9059948)
  Executed   : 1012534  (Average:  8.94 Max: 812 Sum: 9057035 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 9.26s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 9.32s

Iteration 124
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        : 125
Time         : 759.322s (Solving: 730.05s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 759.576s

Choices      : 10951710 (Domain: 10838043)
Conflicts    : 1021231  (Analyzed: 1021228)
Restarts     : 12017    (Average: 84.98 Last: 238)
Model-Level  : 231.0   
Problems     : 125      (Average Length: 96.80 Splits: 0)
Lemmas       : 1021228  (Deleted: 977770)
  Binary     : 13466    (Ratio:   1.32%)
  Ternary    : 3258     (Ratio:   0.32%)
  Conflict   : 1021228  (Average Length:  503.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1021228  (Average:  8.93 Max: 812 Sum: 9114656)
  Executed   : 1021164  (Average:  8.92 Max: 812 Sum: 9111743 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 8.20s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 8.26s

Iteration 125
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        : 126
Time         : 766.347s (Solving: 736.95s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 766.604s

Choices      : 11016575 (Domain: 10902908)
Conflicts    : 1030430  (Analyzed: 1030427)
Restarts     : 12117    (Average: 85.04 Last: 238)
Model-Level  : 231.0   
Problems     : 126      (Average Length: 96.96 Splits: 0)
Lemmas       : 1030427  (Deleted: 986166)
  Binary     : 13507    (Ratio:   1.31%)
  Ternary    : 3264     (Ratio:   0.32%)
  Conflict   : 1030427  (Average Length:  505.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1030427  (Average:  8.89 Max: 812 Sum: 9161952)
  Executed   : 1030363  (Average:  8.89 Max: 812 Sum: 9159039 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.99s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 7.03s

Iteration 126
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        : 127
Time         : 773.702s (Solving: 744.16s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 773.964s

Choices      : 11084507 (Domain: 10970794)
Conflicts    : 1039233  (Analyzed: 1039230)
Restarts     : 12217    (Average: 85.06 Last: 238)
Model-Level  : 231.0   
Problems     : 127      (Average Length: 97.12 Splits: 0)
Lemmas       : 1039230  (Deleted: 995212)
  Binary     : 13544    (Ratio:   1.30%)
  Ternary    : 3265     (Ratio:   0.31%)
  Conflict   : 1039230  (Average Length:  508.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1039230  (Average:  8.86 Max: 812 Sum: 9210630)
  Executed   : 1039166  (Average:  8.86 Max: 812 Sum: 9207717 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.30s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 7.36s

Iteration 127
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        : 128
Time         : 780.606s (Solving: 750.93s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 780.872s

Choices      : 11151606 (Domain: 11037893)
Conflicts    : 1047772  (Analyzed: 1047769)
Restarts     : 12317    (Average: 85.07 Last: 238)
Model-Level  : 231.0   
Problems     : 128      (Average Length: 97.27 Splits: 0)
Lemmas       : 1047769  (Deleted: 1001746)
  Binary     : 13570    (Ratio:   1.30%)
  Ternary    : 3269     (Ratio:   0.31%)
  Conflict   : 1047769  (Average Length:  510.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1047769  (Average:  8.84 Max: 812 Sum: 9260437)
  Executed   : 1047705  (Average:  8.84 Max: 812 Sum: 9257524 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.86s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 6.91s

Iteration 128
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        : 129
Time         : 786.937s (Solving: 757.11s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 787.204s

Choices      : 11222904 (Domain: 11108805)
Conflicts    : 1056648  (Analyzed: 1056645)
Restarts     : 12417    (Average: 85.10 Last: 280)
Model-Level  : 231.0   
Problems     : 129      (Average Length: 97.43 Splits: 0)
Lemmas       : 1056645  (Deleted: 1012282)
  Binary     : 13608    (Ratio:   1.29%)
  Ternary    : 3278     (Ratio:   0.31%)
  Conflict   : 1056645  (Average Length:  510.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1056645  (Average:  8.81 Max: 812 Sum: 9314089)
  Executed   : 1056581  (Average:  8.81 Max: 812 Sum: 9311176 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.28s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 6.34s

Iteration 129
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        : 130
Time         : 793.719s (Solving: 763.74s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 793.988s

Choices      : 11296106 (Domain: 11182003)
Conflicts    : 1065416  (Analyzed: 1065413)
Restarts     : 12517    (Average: 85.12 Last: 280)
Model-Level  : 231.0   
Problems     : 130      (Average Length: 97.58 Splits: 0)
Lemmas       : 1065413  (Deleted: 1020972)
  Binary     : 13634    (Ratio:   1.28%)
  Ternary    : 3281     (Ratio:   0.31%)
  Conflict   : 1065413  (Average Length:  511.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1065413  (Average:  8.79 Max: 812 Sum: 9368647)
  Executed   : 1065349  (Average:  8.79 Max: 812 Sum: 9365734 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.73s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 6.79s

Iteration 130
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        : 131
Time         : 802.547s (Solving: 772.45s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 802.820s

Choices      : 11374359 (Domain: 11260256)
Conflicts    : 1073685  (Analyzed: 1073682)
Restarts     : 12617    (Average: 85.10 Last: 280)
Model-Level  : 231.0   
Problems     : 131      (Average Length: 97.73 Splits: 0)
Lemmas       : 1073682  (Deleted: 1027482)
  Binary     : 13676    (Ratio:   1.27%)
  Ternary    : 3291     (Ratio:   0.31%)
  Conflict   : 1073682  (Average Length:  514.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1073682  (Average:  8.77 Max: 812 Sum: 9417917)
  Executed   : 1073618  (Average:  8.77 Max: 812 Sum: 9415004 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 8.79s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 8.83s

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

Models       : 0+
Calls        : 132
Time         : 813.394s (Solving: 783.17s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 813.672s

Choices      : 11649890 (Domain: 11534541)
Conflicts    : 1082534  (Analyzed: 1082531)
Restarts     : 12717    (Average: 85.12 Last: 280)
Model-Level  : 231.0   
Problems     : 132      (Average Length: 97.87 Splits: 0)
Lemmas       : 1082531  (Deleted: 1037505)
  Binary     : 13903    (Ratio:   1.28%)
  Ternary    : 3313     (Ratio:   0.31%)
  Conflict   : 1082531  (Average Length:  516.7 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1082531  (Average:  8.92 Max: 812 Sum: 9650857)
  Executed   : 1082467  (Average:  8.91 Max: 812 Sum: 9647944 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 10.81s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 10.85s

Iteration 132
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        : 133
Time         : 816.809s (Solving: 786.44s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 817.092s

Choices      : 11684789 (Domain: 11569440)
Conflicts    : 1089873  (Analyzed: 1089870)
Restarts     : 12817    (Average: 85.03 Last: 280)
Model-Level  : 231.0   
Problems     : 133      (Average Length: 98.02 Splits: 0)
Lemmas       : 1089870  (Deleted: 1043892)
  Binary     : 13947    (Ratio:   1.28%)
  Ternary    : 3315     (Ratio:   0.30%)
  Conflict   : 1089870  (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    : 1089870  (Average:  8.88 Max: 812 Sum: 9680022)
  Executed   : 1089806  (Average:  8.88 Max: 812 Sum: 9677109 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 133
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        : 134
Time         : 821.897s (Solving: 791.40s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 822.184s

Choices      : 11726256 (Domain: 11610907)
Conflicts    : 1097767  (Analyzed: 1097764)
Restarts     : 12917    (Average: 84.99 Last: 280)
Model-Level  : 231.0   
Problems     : 134      (Average Length: 98.16 Splits: 0)
Lemmas       : 1097764  (Deleted: 1051106)
  Binary     : 13958    (Ratio:   1.27%)
  Ternary    : 3322     (Ratio:   0.30%)
  Conflict   : 1097764  (Average Length:  516.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1097764  (Average:  8.85 Max: 812 Sum: 9711325)
  Executed   : 1097700  (Average:  8.84 Max: 812 Sum: 9708412 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 134
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        : 135
Time         : 828.258s (Solving: 797.64s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 828.548s

Choices      : 11778330 (Domain: 11662981)
Conflicts    : 1106149  (Analyzed: 1106146)
Restarts     : 13017    (Average: 84.98 Last: 280)
Model-Level  : 231.0   
Problems     : 135      (Average Length: 98.30 Splits: 0)
Lemmas       : 1106146  (Deleted: 1058884)
  Binary     : 13998    (Ratio:   1.27%)
  Ternary    : 3329     (Ratio:   0.30%)
  Conflict   : 1106146  (Average Length:  517.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1106146  (Average:  8.82 Max: 812 Sum: 9753106)
  Executed   : 1106082  (Average:  8.81 Max: 812 Sum: 9750193 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.32s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 6.37s

Iteration 135
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        : 136
Time         : 836.080s (Solving: 805.33s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 836.372s

Choices      : 11853535 (Domain: 11737948)
Conflicts    : 1115492  (Analyzed: 1115489)
Restarts     : 13117    (Average: 85.04 Last: 280)
Model-Level  : 231.0   
Problems     : 136      (Average Length: 98.43 Splits: 0)
Lemmas       : 1115489  (Deleted: 1069332)
  Binary     : 14068    (Ratio:   1.26%)
  Ternary    : 3333     (Ratio:   0.30%)
  Conflict   : 1115489  (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    : 1115489  (Average:  8.79 Max: 812 Sum: 9807585)
  Executed   : 1115425  (Average:  8.79 Max: 812 Sum: 9804672 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 136
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        : 137
Time         : 843.273s (Solving: 812.37s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 843.568s

Choices      : 11919798 (Domain: 11804126)
Conflicts    : 1124455  (Analyzed: 1124452)
Restarts     : 13217    (Average: 85.08 Last: 280)
Model-Level  : 231.0   
Problems     : 137      (Average Length: 98.57 Splits: 0)
Lemmas       : 1124452  (Deleted: 1078437)
  Binary     : 14101    (Ratio:   1.25%)
  Ternary    : 3340     (Ratio:   0.30%)
  Conflict   : 1124452  (Average Length:  520.8 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1124452  (Average:  8.76 Max: 812 Sum: 9854337)
  Executed   : 1124388  (Average:  8.76 Max: 812 Sum: 9851424 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.14s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 7.20s

Iteration 137
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        : 138
Time         : 852.648s (Solving: 821.60s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 852.948s

Choices      : 12008496 (Domain: 11892020)
Conflicts    : 1133753  (Analyzed: 1133750)
Restarts     : 13317    (Average: 85.14 Last: 280)
Model-Level  : 231.0   
Problems     : 138      (Average Length: 98.70 Splits: 0)
Lemmas       : 1133750  (Deleted: 1086955)
  Binary     : 14210    (Ratio:   1.25%)
  Ternary    : 3352     (Ratio:   0.30%)
  Conflict   : 1133750  (Average Length:  526.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1133750  (Average:  8.74 Max: 812 Sum: 9912028)
  Executed   : 1133686  (Average:  8.74 Max: 812 Sum: 9909115 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 9.32s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 9.38s

Iteration 138
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        : 139
Time         : 860.427s (Solving: 829.21s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 860.732s

Choices      : 12090541 (Domain: 11974031)
Conflicts    : 1143558  (Analyzed: 1143555)
Restarts     : 13417    (Average: 85.23 Last: 280)
Model-Level  : 231.0   
Problems     : 139      (Average Length: 98.83 Splits: 0)
Lemmas       : 1143555  (Deleted: 1096166)
  Binary     : 14245    (Ratio:   1.25%)
  Ternary    : 3364     (Ratio:   0.29%)
  Conflict   : 1143555  (Average Length:  528.3 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1143555  (Average:  8.72 Max: 812 Sum: 9971512)
  Executed   : 1143491  (Average:  8.72 Max: 812 Sum: 9968599 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.72s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 7.79s

Iteration 139
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        : 140
Time         : 867.095s (Solving: 835.76s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 867.404s

Choices      : 12166111 (Domain: 12049601)
Conflicts    : 1152355  (Analyzed: 1152352)
Restarts     : 13517    (Average: 85.25 Last: 280)
Model-Level  : 231.0   
Problems     : 140      (Average Length: 98.96 Splits: 0)
Lemmas       : 1152352  (Deleted: 1105751)
  Binary     : 14272    (Ratio:   1.24%)
  Ternary    : 3376     (Ratio:   0.29%)
  Conflict   : 1152352  (Average Length:  528.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1152352  (Average:  8.70 Max: 812 Sum: 10024865)
  Executed   : 1152288  (Average:  8.70 Max: 812 Sum: 10021952 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 6.63s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 6.67s

Iteration 140
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        : 141
Time         : 874.348s (Solving: 842.89s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 874.660s

Choices      : 12246392 (Domain: 12129858)
Conflicts    : 1160899  (Analyzed: 1160896)
Restarts     : 13617    (Average: 85.25 Last: 280)
Model-Level  : 231.0   
Problems     : 141      (Average Length: 99.09 Splits: 0)
Lemmas       : 1160896  (Deleted: 1112332)
  Binary     : 14302    (Ratio:   1.23%)
  Ternary    : 3382     (Ratio:   0.29%)
  Conflict   : 1160896  (Average Length:  529.6 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1160896  (Average:  8.68 Max: 812 Sum: 10079489)
  Executed   : 1160832  (Average:  8.68 Max: 812 Sum: 10076576 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.22s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 7.26s

Iteration 141
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        : 142
Time         : 882.369s (Solving: 850.76s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 882.684s

Choices      : 12368239 (Domain: 12251346)
Conflicts    : 1170037  (Analyzed: 1170034)
Restarts     : 13717    (Average: 85.30 Last: 280)
Model-Level  : 231.0   
Problems     : 142      (Average Length: 99.22 Splits: 0)
Lemmas       : 1170034  (Deleted: 1122888)
  Binary     : 14349    (Ratio:   1.23%)
  Ternary    : 3391     (Ratio:   0.29%)
  Conflict   : 1170034  (Average Length:  531.0 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1170034  (Average:  8.69 Max: 812 Sum: 10172324)
  Executed   : 1169970  (Average:  8.69 Max: 812 Sum: 10169411 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 7.97s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 8.03s

Iteration 142
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        : 143
Time         : 886.725s (Solving: 855.00s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 887.040s

Choices      : 12413156 (Domain: 12296263)
Conflicts    : 1178380  (Analyzed: 1178377)
Restarts     : 13817    (Average: 85.28 Last: 280)
Model-Level  : 231.0   
Problems     : 143      (Average Length: 99.34 Splits: 0)
Lemmas       : 1178377  (Deleted: 1129677)
  Binary     : 14354    (Ratio:   1.22%)
  Ternary    : 3393     (Ratio:   0.29%)
  Conflict   : 1178377  (Average Length:  530.2 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1178377  (Average:  8.66 Max: 812 Sum: 10210013)
  Executed   : 1178313  (Average:  8.66 Max: 812 Sum: 10207100 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

[endof: stats after solve call]
Solving Time:	 4.32s
Memory:		 699MB (+0MB)
UNKNOWN
Iteration Time:	 4.36s

Iteration 143
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        : 144
Time         : 892.409s (Solving: 860.52s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 892.724s

Choices      : 12447550 (Domain: 12330657)
Conflicts    : 1185749  (Analyzed: 1185746)
Restarts     : 13917    (Average: 85.20 Last: 280)
Model-Level  : 231.0   
Problems     : 144      (Average Length: 99.47 Splits: 0)
Lemmas       : 1185746  (Deleted: 1137903)
  Binary     : 14383    (Ratio:   1.21%)
  Ternary    : 3394     (Ratio:   0.29%)
  Conflict   : 1185746  (Average Length:  532.1 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1185746  (Average:  8.63 Max: 812 Sum: 10235327)
  Executed   : 1185682  (Average:  8.63 Max: 812 Sum: 10232414 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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

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

Iteration 144
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...
*** Info : (planner): INTERRUPTED by signal!
UNKNOWN

INTERRUPTED  : 1

Models       : 0+
Calls        : 145
Time         : 894.173s (Solving: 862.15s 1st Model: 0.03s Unsat: 0.63s)
CPU Time     : 894.468s

Choices      : 12463946 (Domain: 12347053)
Conflicts    : 1188026  (Analyzed: 1188023)
Restarts     : 13942    (Average: 85.21 Last: 280)
Model-Level  : 231.0   
Problems     : 145      (Average Length: 99.59 Splits: 0)
Lemmas       : 1188023  (Deleted: 1141474)
  Binary     : 14388    (Ratio:   1.21%)
  Ternary    : 3395     (Ratio:   0.29%)
  Conflict   : 1188023  (Average Length:  532.4 Ratio: 100.00%) 
  Loop       : 0        (Average Length:    0.0 Ratio:   0.00%) 
  Other      : 0        (Average Length:    0.0 Ratio:   0.00%) 
Backjumps    : 1188023  (Average:  8.63 Max: 812 Sum: 10247515)
  Executed   : 1187959  (Average:  8.62 Max: 812 Sum: 10244602 Ratio:  99.97%)
  Bounded    : 64       (Average: 45.52 Max: 117 Sum:   2913 Ratio:   0.03%)

Rules        : 108889   (Original: 99164)
Atoms        : 52733   
Bodies       : 47050    (Original: 37324)
  Count      : 682      (Original: 1736)
Equivalences : 11676    (Atom=Atom: 67 Body=Body: 0 Other: 11609)
Tight        : Yes
Variables    : 594501   (Eliminated:    0 Frozen: 191082)
Constraints  : 4419504  (Binary:  91.5% Ternary:   6.7% Other:   1.9%)

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