From 95e637957793a0c336188662dd6c312cdad93907 Mon Sep 17 00:00:00 2001 From: potassco-bot Date: Thu, 22 Feb 2018 18:54:46 +0100 Subject: [PATCH] Add benchmark result [gc-ta1-tt1-single-shot | ipc-2011 | elevator-sequential-satisficing | 5] --- ...2011_elevator-sequential-satisficing_5.env | 60 + ...2011_elevator-sequential-satisficing_5.err | 23 + ...2011_elevator-sequential-satisficing_5.out | 1603 +++++++++++++++++ 3 files changed, 1686 insertions(+) create mode 100644 gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_5.env create mode 100644 gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_5.err create mode 100644 gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_5.out diff --git a/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_5.env b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_5.env new file mode 100644 index 000000000..c9975649a --- /dev/null +++ b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_5.env @@ -0,0 +1,60 @@ +command: +- timeout +- -m=9216000 +- -t=900 +- python3 +- /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/runplanner.py +- --domain=/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/elevator-sequential-satisficing/domain.pddl +- /home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/elevator-sequential-satisficing/instances/instance-5.pddl +- --stats +- --stats-iter +- --verbose +- --print-call +- -m 8192 +- --translate +- -B 0.9 +- --parallel=0 +- --shallow +- --use-heuristic +- --test-until-not-sat +- --test=0 +- --test-add=1 +- --test-times=1 +- -i 0 +- -F 40 +- -T 40 +configuration: + fixedHorizon: true + id: gc-ta1-tt1-single-shot + instanceSets: + - rintanen-aij-2012-interesting + options: + - --stats + - --stats-iter + - --verbose + - --print-call + - -m 8192 + - --translate + - -B 0.9 + - --parallel=0 + - --shallow + - --use-heuristic + - --test-until-not-sat + - --test=0 + - --test-add=1 + - --test-times=1 + - -i 0 +exitCode: 0 +instance: + domain: elevator-sequential-satisficing + instance: 5 + ipc: ipc-2011 + planLength: 40 +versions: + clingo: 5.2.2 + fastDownward: 10997:847cdf0069cab0c8841a9958e783d1a7340fe2e9 (2017-11-02 15:10 +0100) + planner: f090434475c02dbccc3811039498f2a63a357ddc (2018-02-01 18:15:39 +0100) + plasp: 3.1.1 + python: 3.6.3 +workingDirectory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner + diff --git a/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_5.err b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_5.err new file mode 100644 index 000000000..bdc57389f --- /dev/null +++ b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_5.err @@ -0,0 +1,23 @@ +# configuration: {'id': 'gc-ta1-tt1-single-shot', 'options': ['--stats', '--stats-iter', '--verbose', '--print-call', '-m 8192', '--translate', '-B 0.9', '--parallel=0', '--shallow', '--use-heuristic', '--test-until-not-sat', '--test=0', '--test-add=1', '--test-times=1', '-i 0'], 'instanceSets': ['rintanen-aij-2012-interesting'], 'fixedHorizon': True} +# instance: {'ipc': 'ipc-2011', 'domain': 'elevator-sequential-satisficing', 'instance': 5, 'planLength': 40} +# command: ['timeout', '-m=9216000', '-t=900', 'python3', '/home/pluehne/Documents/ASP/plasp-javier/encodings/planner/runplanner.py', '--domain=/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/elevator-sequential-satisficing/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/elevator-sequential-satisficing/instances/instance-5.pddl', '--stats', '--stats-iter', '--verbose', '--print-call', '-m 8192', '--translate', '-B 0.9', '--parallel=0', '--shallow', '--use-heuristic', '--test-until-not-sat', '--test=0', '--test-add=1', '--test-times=1', '-i 0', '-F 40', '-T 40'] +# working directory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner +# exit code: 0 +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:66:15-28: info: atom does not occur in any rule head: + mutexGroup(G) + +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:66:30-45: info: atom does not occur in any rule head: + contains(G,X,V) + +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:67:15-28: info: atom does not occur in any rule head: + mutexGroup(G) + +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:74:41-56: info: atom does not occur in any rule head: + contains(G,X,V) + +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:84:41-56: info: atom does not occur in any rule head: + contains(G,X,V) + +TIMEOUT CPU 900.03 MEM 641264 MAXMEM 641264 STALE 0 MAXMEM_RSS 508600 + + diff --git a/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_5.out b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_5.out new file mode 100644 index 000000000..2ae0c35d9 --- /dev/null +++ b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_5.out @@ -0,0 +1,1603 @@ +INFO Running translator. +INFO translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/elevator-sequential-satisficing/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/elevator-sequential-satisficing/instances/instance-5.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/elevator-sequential-satisficing/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/elevator-sequential-satisficing/instances/instance-5.pddl +Parsing... +Parsing: [0.040s CPU, 0.047s wall-clock] +Normalizing task... [0.010s CPU, 0.002s wall-clock] +Instantiating... +Generating Datalog program... [0.010s CPU, 0.012s wall-clock] +Normalizing Datalog program... +Normalizing Datalog program: [0.020s CPU, 0.028s wall-clock] +Preparing model... [0.040s CPU, 0.033s wall-clock] +Generated 46 rules. +Computing model... [0.630s CPU, 0.634s wall-clock] +5156 relevant atoms +3200 auxiliary atoms +8356 final queue length +16334 total queue pushes +Completing instantiation... [1.510s CPU, 1.508s wall-clock] +Instantiating: [2.210s CPU, 2.224s wall-clock] +Computing fact groups... +Finding invariants... +12 initial candidates +Finding invariants: [0.040s CPU, 0.038s wall-clock] +Checking invariant weight... [0.010s CPU, 0.002s wall-clock] +Instantiating groups... [0.030s CPU, 0.030s wall-clock] +Collecting mutex groups... [0.010s CPU, 0.003s wall-clock] +Choosing groups... +0 uncovered facts +Choosing groups: [0.010s CPU, 0.009s wall-clock] +Building translation key... [0.010s CPU, 0.006s wall-clock] +Computing fact groups: [0.120s CPU, 0.111s wall-clock] +Building STRIPS to SAS dictionary... [0.000s CPU, 0.003s wall-clock] +Building dictionary for full mutex groups... [0.000s CPU, 0.003s wall-clock] +Building mutex information... +Building mutex information: [0.000s CPU, 0.003s wall-clock] +Translating task... +Processing axioms... +Simplifying axioms... [0.000s CPU, 0.000s wall-clock] +Processing axioms: [0.080s CPU, 0.069s wall-clock] +Translating task: [1.320s CPU, 1.315s wall-clock] +0 effect conditions simplified +0 implied preconditions added +Detecting unreachable propositions... +0 operators removed +0 axioms removed +30 propositions removed +Detecting unreachable propositions: [0.620s CPU, 0.619s wall-clock] +Reordering and filtering variables... +30 of 30 variables necessary. +0 of 30 mutex groups necessary. +4320 of 4320 operators necessary. +0 of 0 axiom rules necessary. +Reordering and filtering variables: [0.200s CPU, 0.203s wall-clock] +Translator variables: 30 +Translator derived variables: 0 +Translator facts: 508 +Translator goal facts: 22 +Translator mutex groups: 0 +Translator total mutex groups size: 0 +Translator operators: 4320 +Translator axioms: 0 +Translator task size: 25928 +Translator peak memory: 53196 KB +Writing output... [0.440s CPU, 0.474s wall-clock] +Done! [5.020s CPU, 5.064s wall-clock] +planner.py version 0.0.1 + +Time: 1.05s +Memory: 120MB + +Iteration 1 +Queue: [(0,40,0,True)] +Grounded Until: 0 +Expected Memory: 120MB +Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('step', [15]), ('step', [16]), ('step', [17]), ('step', [18]), ('step', [19]), ('step', [20]), ('step', [21]), ('step', [22]), ('step', [23]), ('step', [24]), ('step', [25]), ('step', [26]), ('step', [27]), ('step', [28]), ('step', [29]), ('step', [30]), ('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('step', [40]), ('check', [40])] +Grounding Time: 2.86s +Memory: 361MB (+241MB) +Unblocking actions... +Solving... +[start: stats after solve call] + +Models : 1+ +Calls : 1 +Time : 6.057s (Solving: 0.07s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 5.904s + +Choices : 2229 (Domain: 2205) +Conflicts : 53 (Analyzed: 53) +Restarts : 0 +Model-Level : 1827.0 +Problems : 1 (Average Length: 42.00 Splits: 0) +Lemmas : 53 (Deleted: 0) + Binary : 5 (Ratio: 9.43%) + Ternary : 3 (Ratio: 5.66%) + Conflict : 53 (Average Length: 365.7 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 53 (Average: 8.38 Max: 73 Sum: 444) + Executed : 53 (Average: 8.38 Max: 73 Sum: 444 Ratio: 100.00%) + Bounded : 0 (Average: 0.00 Max: 0 Sum: 0 Ratio: 0.00%) + +Rules : 0 +Atoms : 0 +Bodies : 0 +Tight : Yes +Variables : 209897 (Eliminated: 0 Frozen: 18738) +Constraints : 1430559 (Binary: 97.2% Ternary: 1.3% Other: 1.5%) + +Memory Peak : 570MB +Max. Length : 0 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 0.21s +Memory: 506MB (+145MB) +SAT +Testing... +NOT SERIALIZABLE +Testing Time: 2.09s +Memory: 509MB (+3MB) +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 2 +Time : 89.615s (Solving: 82.22s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 89.496s + +Choices : 6264151 (Domain: 6264127) +Conflicts : 33378 (Analyzed: 33378) +Restarts : 100 (Average: 333.78 Last: 329) +Model-Level : 1827.0 +Problems : 2 (Average Length: 42.00 Splits: 0) +Lemmas : 33378 (Deleted: 23709) + Binary : 953 (Ratio: 2.86%) + Ternary : 598 (Ratio: 1.79%) + Conflict : 33378 (Average Length: 403.4 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 33378 (Average: 186.56 Max: 4017 Sum: 6226963) + Executed : 33304 (Average: 186.47 Max: 4017 Sum: 6223855 Ratio: 99.95%) + Bounded : 74 (Average: 42.00 Max: 42 Sum: 3108 Ratio: 0.05%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1892228 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 0 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 82.49s +Memory: 525MB (+16MB) +UNKNOWN +Iteration Time: 89.45s + +Iteration 2 +Queue: [(0,40,1,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 3 +Time : 154.863s (Solving: 147.40s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 154.772s + +Choices : 10625299 (Domain: 10625275) +Conflicts : 68558 (Analyzed: 68558) +Restarts : 200 (Average: 342.79 Last: 347) +Model-Level : 1827.0 +Problems : 3 (Average Length: 42.00 Splits: 0) +Lemmas : 68558 (Deleted: 59374) + Binary : 1231 (Ratio: 1.80%) + Ternary : 820 (Ratio: 1.20%) + Conflict : 68558 (Average Length: 781.0 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 68558 (Average: 153.50 Max: 4017 Sum: 10523933) + Executed : 68453 (Average: 153.44 Max: 4017 Sum: 10519523 Ratio: 99.96%) + Bounded : 105 (Average: 42.00 Max: 42 Sum: 4410 Ratio: 0.04%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1877552 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 65.28s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 65.28s + +Iteration 3 +Queue: [(0,40,2,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 4 +Time : 192.571s (Solving: 185.06s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 192.496s + +Choices : 12263615 (Domain: 12263591) +Conflicts : 98131 (Analyzed: 98131) +Restarts : 300 (Average: 327.10 Last: 347) +Model-Level : 1827.0 +Problems : 4 (Average Length: 42.00 Splits: 0) +Lemmas : 98131 (Deleted: 85757) + Binary : 1712 (Ratio: 1.74%) + Ternary : 1142 (Ratio: 1.16%) + Conflict : 98131 (Average Length: 911.9 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 98131 (Average: 123.11 Max: 4017 Sum: 12080537) + Executed : 98022 (Average: 123.06 Max: 4017 Sum: 12075959 Ratio: 99.96%) + Bounded : 109 (Average: 42.00 Max: 42 Sum: 4578 Ratio: 0.04%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1870356 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 37.73s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 37.73s + +Iteration 4 +Queue: [(0,40,3,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 5 +Time : 219.149s (Solving: 211.58s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 219.084s + +Choices : 13178777 (Domain: 13178753) +Conflicts : 128621 (Analyzed: 128621) +Restarts : 400 (Average: 321.55 Last: 347) +Model-Level : 1827.0 +Problems : 5 (Average Length: 42.00 Splits: 0) +Lemmas : 128621 (Deleted: 111798) + Binary : 2070 (Ratio: 1.61%) + Ternary : 1395 (Ratio: 1.08%) + Conflict : 128621 (Average Length: 982.3 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 128621 (Average: 100.09 Max: 4017 Sum: 12873704) + Executed : 128509 (Average: 100.05 Max: 4017 Sum: 12869000 Ratio: 99.96%) + Bounded : 112 (Average: 42.00 Max: 42 Sum: 4704 Ratio: 0.04%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867472 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 26.59s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 26.59s + +Iteration 5 +Queue: [(0,40,4,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 6 +Time : 245.785s (Solving: 238.17s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 245.732s + +Choices : 13880509 (Domain: 13880485) +Conflicts : 160475 (Analyzed: 160475) +Restarts : 500 (Average: 320.95 Last: 347) +Model-Level : 1827.0 +Problems : 6 (Average Length: 42.00 Splits: 0) +Lemmas : 160475 (Deleted: 141886) + Binary : 2314 (Ratio: 1.44%) + Ternary : 1545 (Ratio: 0.96%) + Conflict : 160475 (Average Length: 1059.6 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 160475 (Average: 83.82 Max: 4017 Sum: 13451241) + Executed : 160361 (Average: 83.79 Max: 4017 Sum: 13446535 Ratio: 99.97%) + Bounded : 114 (Average: 41.28 Max: 42 Sum: 4706 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867386 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 26.65s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 26.65s + +Iteration 6 +Queue: [(0,40,5,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 7 +Time : 270.388s (Solving: 262.73s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 270.344s + +Choices : 14512614 (Domain: 14512590) +Conflicts : 189188 (Analyzed: 189188) +Restarts : 600 (Average: 315.31 Last: 347) +Model-Level : 1827.0 +Problems : 7 (Average Length: 42.00 Splits: 0) +Lemmas : 189188 (Deleted: 171690) + Binary : 2511 (Ratio: 1.33%) + Ternary : 1677 (Ratio: 0.89%) + Conflict : 189188 (Average Length: 1113.0 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 189188 (Average: 73.74 Max: 4017 Sum: 13951006) + Executed : 189068 (Average: 73.72 Max: 4017 Sum: 13946171 Ratio: 99.97%) + Bounded : 120 (Average: 40.29 Max: 42 Sum: 4835 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867386 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 24.62s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 24.62s + +Iteration 7 +Queue: [(0,40,6,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 8 +Time : 296.407s (Solving: 288.70s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 296.376s + +Choices : 15109993 (Domain: 15109969) +Conflicts : 220382 (Analyzed: 220382) +Restarts : 700 (Average: 314.83 Last: 347) +Model-Level : 1827.0 +Problems : 8 (Average Length: 42.00 Splits: 0) +Lemmas : 220382 (Deleted: 199760) + Binary : 2647 (Ratio: 1.20%) + Ternary : 1753 (Ratio: 0.80%) + Conflict : 220382 (Average Length: 1161.0 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 220382 (Average: 65.39 Max: 4017 Sum: 14411323) + Executed : 220261 (Average: 65.37 Max: 4017 Sum: 14406446 Ratio: 99.97%) + Bounded : 121 (Average: 40.31 Max: 42 Sum: 4877 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867226 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 26.03s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 26.03s + +Iteration 8 +Queue: [(0,40,7,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 9 +Time : 320.318s (Solving: 312.53s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 320.300s + +Choices : 15677249 (Domain: 15677225) +Conflicts : 247768 (Analyzed: 247768) +Restarts : 800 (Average: 309.71 Last: 347) +Model-Level : 1827.0 +Problems : 9 (Average Length: 42.00 Splits: 0) +Lemmas : 247768 (Deleted: 224888) + Binary : 2788 (Ratio: 1.13%) + Ternary : 1812 (Ratio: 0.73%) + Conflict : 247768 (Average Length: 1176.9 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 247768 (Average: 59.93 Max: 4017 Sum: 14847801) + Executed : 247647 (Average: 59.91 Max: 4017 Sum: 14842924 Ratio: 99.97%) + Bounded : 121 (Average: 40.31 Max: 42 Sum: 4877 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867214 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 23.92s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 23.92s + +Iteration 9 +Queue: [(0,40,8,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 10 +Time : 345.608s (Solving: 337.78s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 345.600s + +Choices : 16256543 (Domain: 16256519) +Conflicts : 277355 (Analyzed: 277355) +Restarts : 900 (Average: 308.17 Last: 347) +Model-Level : 1827.0 +Problems : 10 (Average Length: 42.00 Splits: 0) +Lemmas : 277355 (Deleted: 253605) + Binary : 2915 (Ratio: 1.05%) + Ternary : 1879 (Ratio: 0.68%) + Conflict : 277355 (Average Length: 1200.5 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 277355 (Average: 55.12 Max: 4017 Sum: 15288301) + Executed : 277233 (Average: 55.10 Max: 4017 Sum: 15283423 Ratio: 99.97%) + Bounded : 122 (Average: 39.98 Max: 42 Sum: 4878 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867214 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 25.30s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 25.30s + +Iteration 10 +Queue: [(0,40,9,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 11 +Time : 368.145s (Solving: 360.26s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 368.148s + +Choices : 16771282 (Domain: 16771258) +Conflicts : 303135 (Analyzed: 303135) +Restarts : 1000 (Average: 303.13 Last: 347) +Model-Level : 1827.0 +Problems : 11 (Average Length: 42.00 Splits: 0) +Lemmas : 303135 (Deleted: 279604) + Binary : 2992 (Ratio: 0.99%) + Ternary : 1946 (Ratio: 0.64%) + Conflict : 303135 (Average Length: 1213.9 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 303135 (Average: 51.70 Max: 4017 Sum: 15672522) + Executed : 303012 (Average: 51.69 Max: 4017 Sum: 15667602 Ratio: 99.97%) + Bounded : 123 (Average: 40.00 Max: 42 Sum: 4920 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867214 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 22.55s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 22.55s + +Iteration 11 +Queue: [(0,40,10,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 12 +Time : 393.318s (Solving: 385.39s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 393.332s + +Choices : 17254212 (Domain: 17254188) +Conflicts : 331384 (Analyzed: 331384) +Restarts : 1100 (Average: 301.26 Last: 347) +Model-Level : 1827.0 +Problems : 12 (Average Length: 42.00 Splits: 0) +Lemmas : 331384 (Deleted: 307378) + Binary : 3089 (Ratio: 0.93%) + Ternary : 1989 (Ratio: 0.60%) + Conflict : 331384 (Average Length: 1233.9 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 331384 (Average: 48.35 Max: 4017 Sum: 16022820) + Executed : 331260 (Average: 48.34 Max: 4017 Sum: 16017899 Ratio: 99.97%) + Bounded : 124 (Average: 39.69 Max: 42 Sum: 4921 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867202 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 25.19s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 25.19s + +Iteration 12 +Queue: [(0,40,11,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 13 +Time : 417.414s (Solving: 409.44s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 417.440s + +Choices : 17713504 (Domain: 17713480) +Conflicts : 358260 (Analyzed: 358260) +Restarts : 1200 (Average: 298.55 Last: 347) +Model-Level : 1827.0 +Problems : 13 (Average Length: 42.00 Splits: 0) +Lemmas : 358260 (Deleted: 333556) + Binary : 3142 (Ratio: 0.88%) + Ternary : 2010 (Ratio: 0.56%) + Conflict : 358260 (Average Length: 1261.1 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 358260 (Average: 45.65 Max: 4017 Sum: 16353663) + Executed : 358135 (Average: 45.63 Max: 4017 Sum: 16348700 Ratio: 99.97%) + Bounded : 125 (Average: 39.70 Max: 42 Sum: 4963 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867202 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 24.11s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 24.11s + +Iteration 13 +Queue: [(0,40,12,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 14 +Time : 443.417s (Solving: 435.39s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 443.456s + +Choices : 18195931 (Domain: 18195907) +Conflicts : 386003 (Analyzed: 386003) +Restarts : 1300 (Average: 296.93 Last: 347) +Model-Level : 1827.0 +Problems : 14 (Average Length: 42.00 Splits: 0) +Lemmas : 386003 (Deleted: 361392) + Binary : 3188 (Ratio: 0.83%) + Ternary : 2042 (Ratio: 0.53%) + Conflict : 386003 (Average Length: 1274.3 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 386003 (Average: 43.28 Max: 4017 Sum: 16706661) + Executed : 385878 (Average: 43.27 Max: 4017 Sum: 16701698 Ratio: 99.97%) + Bounded : 125 (Average: 39.70 Max: 42 Sum: 4963 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 26.02s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 26.02s + +Iteration 14 +Queue: [(0,40,13,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 15 +Time : 467.552s (Solving: 459.48s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 467.604s + +Choices : 18649065 (Domain: 18649041) +Conflicts : 412903 (Analyzed: 412903) +Restarts : 1400 (Average: 294.93 Last: 347) +Model-Level : 1827.0 +Problems : 15 (Average Length: 42.00 Splits: 0) +Lemmas : 412903 (Deleted: 386797) + Binary : 3229 (Ratio: 0.78%) + Ternary : 2070 (Ratio: 0.50%) + Conflict : 412903 (Average Length: 1290.6 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 412903 (Average: 41.23 Max: 4017 Sum: 17022410) + Executed : 412778 (Average: 41.21 Max: 4017 Sum: 17017447 Ratio: 99.97%) + Bounded : 125 (Average: 39.70 Max: 42 Sum: 4963 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 24.15s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 24.15s + +Iteration 15 +Queue: [(0,40,14,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 16 +Time : 491.727s (Solving: 483.59s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 491.792s + +Choices : 19140794 (Domain: 19140770) +Conflicts : 439493 (Analyzed: 439493) +Restarts : 1500 (Average: 293.00 Last: 347) +Model-Level : 1827.0 +Problems : 16 (Average Length: 42.00 Splits: 0) +Lemmas : 439493 (Deleted: 414523) + Binary : 3290 (Ratio: 0.75%) + Ternary : 2121 (Ratio: 0.48%) + Conflict : 439493 (Average Length: 1303.2 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 439493 (Average: 39.52 Max: 4017 Sum: 17370268) + Executed : 439368 (Average: 39.51 Max: 4017 Sum: 17365305 Ratio: 99.97%) + Bounded : 125 (Average: 39.70 Max: 42 Sum: 4963 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 24.19s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 24.19s + +Iteration 16 +Queue: [(0,40,15,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 17 +Time : 517.420s (Solving: 509.24s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 517.496s + +Choices : 19630773 (Domain: 19630749) +Conflicts : 465600 (Analyzed: 465600) +Restarts : 1600 (Average: 291.00 Last: 347) +Model-Level : 1827.0 +Problems : 17 (Average Length: 42.00 Splits: 0) +Lemmas : 465600 (Deleted: 439398) + Binary : 3341 (Ratio: 0.72%) + Ternary : 2154 (Ratio: 0.46%) + Conflict : 465600 (Average Length: 1318.5 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 465600 (Average: 38.06 Max: 4017 Sum: 17720636) + Executed : 465475 (Average: 38.05 Max: 4017 Sum: 17715673 Ratio: 99.97%) + Bounded : 125 (Average: 39.70 Max: 42 Sum: 4963 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 25.71s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 25.71s + +Iteration 17 +Queue: [(0,40,16,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 18 +Time : 539.639s (Solving: 531.39s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 539.724s + +Choices : 20021867 (Domain: 20021843) +Conflicts : 490651 (Analyzed: 490651) +Restarts : 1700 (Average: 288.62 Last: 347) +Model-Level : 1827.0 +Problems : 18 (Average Length: 42.00 Splits: 0) +Lemmas : 490651 (Deleted: 466092) + Binary : 3392 (Ratio: 0.69%) + Ternary : 2183 (Ratio: 0.44%) + Conflict : 490651 (Average Length: 1324.0 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 490651 (Average: 36.65 Max: 4017 Sum: 17981367) + Executed : 490524 (Average: 36.64 Max: 4017 Sum: 17976402 Ratio: 99.97%) + Bounded : 127 (Average: 39.09 Max: 42 Sum: 4965 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 22.23s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 22.23s + +Iteration 18 +Queue: [(0,40,17,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 19 +Time : 559.265s (Solving: 550.96s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 559.360s + +Choices : 20415764 (Domain: 20415740) +Conflicts : 514633 (Analyzed: 514633) +Restarts : 1800 (Average: 285.91 Last: 347) +Model-Level : 1827.0 +Problems : 19 (Average Length: 42.00 Splits: 0) +Lemmas : 514633 (Deleted: 485706) + Binary : 3428 (Ratio: 0.67%) + Ternary : 2191 (Ratio: 0.43%) + Conflict : 514633 (Average Length: 1327.2 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 514633 (Average: 35.45 Max: 4017 Sum: 18242540) + Executed : 514506 (Average: 35.44 Max: 4017 Sum: 18237575 Ratio: 99.97%) + Bounded : 127 (Average: 39.09 Max: 42 Sum: 4965 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 570MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 19.64s +Memory: 525MB (+0MB) +UNKNOWN +Iteration Time: 19.64s + +Iteration 19 +Queue: [(0,40,18,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 20 +Time : 580.952s (Solving: 572.58s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 581.056s + +Choices : 20809392 (Domain: 20809368) +Conflicts : 540139 (Analyzed: 540139) +Restarts : 1900 (Average: 284.28 Last: 347) +Model-Level : 1827.0 +Problems : 20 (Average Length: 42.00 Splits: 0) +Lemmas : 540139 (Deleted: 512508) + Binary : 3453 (Ratio: 0.64%) + Ternary : 2219 (Ratio: 0.41%) + Conflict : 540139 (Average Length: 1333.4 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 540139 (Average: 34.26 Max: 4017 Sum: 18507276) + Executed : 540012 (Average: 34.25 Max: 4017 Sum: 18502311 Ratio: 99.97%) + Bounded : 127 (Average: 39.09 Max: 42 Sum: 4965 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 21.70s +Memory: 589MB (+64MB) +UNKNOWN +Iteration Time: 21.70s + +Iteration 20 +Queue: [(0,40,19,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 21 +Time : 602.219s (Solving: 593.80s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 602.332s + +Choices : 21226114 (Domain: 21226090) +Conflicts : 566782 (Analyzed: 566782) +Restarts : 2000 (Average: 283.39 Last: 347) +Model-Level : 1827.0 +Problems : 21 (Average Length: 42.00 Splits: 0) +Lemmas : 566782 (Deleted: 537128) + Binary : 3492 (Ratio: 0.62%) + Ternary : 2244 (Ratio: 0.40%) + Conflict : 566782 (Average Length: 1334.0 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 566782 (Average: 33.17 Max: 4017 Sum: 18797956) + Executed : 566654 (Average: 33.16 Max: 4017 Sum: 18792990 Ratio: 99.97%) + Bounded : 128 (Average: 38.80 Max: 42 Sum: 4966 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 21.28s +Memory: 589MB (+0MB) +UNKNOWN +Iteration Time: 21.28s + +Iteration 21 +Queue: [(0,40,20,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 22 +Time : 626.147s (Solving: 617.66s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 626.272s + +Choices : 21596959 (Domain: 21596935) +Conflicts : 592845 (Analyzed: 592845) +Restarts : 2100 (Average: 282.31 Last: 347) +Model-Level : 1827.0 +Problems : 22 (Average Length: 42.00 Splits: 0) +Lemmas : 592845 (Deleted: 563457) + Binary : 3527 (Ratio: 0.59%) + Ternary : 2260 (Ratio: 0.38%) + Conflict : 592845 (Average Length: 1336.4 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 592845 (Average: 32.13 Max: 4017 Sum: 19049463) + Executed : 592717 (Average: 32.12 Max: 4017 Sum: 19044497 Ratio: 99.97%) + Bounded : 128 (Average: 38.80 Max: 42 Sum: 4966 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 23.94s +Memory: 589MB (+0MB) +UNKNOWN +Iteration Time: 23.94s + +Iteration 22 +Queue: [(0,40,21,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 23 +Time : 649.663s (Solving: 641.12s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 649.796s + +Choices : 21982263 (Domain: 21982239) +Conflicts : 619336 (Analyzed: 619336) +Restarts : 2200 (Average: 281.52 Last: 347) +Model-Level : 1827.0 +Problems : 23 (Average Length: 42.00 Splits: 0) +Lemmas : 619336 (Deleted: 589089) + Binary : 3557 (Ratio: 0.57%) + Ternary : 2275 (Ratio: 0.37%) + Conflict : 619336 (Average Length: 1339.0 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 619336 (Average: 31.18 Max: 4017 Sum: 19311460) + Executed : 619208 (Average: 31.17 Max: 4017 Sum: 19306494 Ratio: 99.97%) + Bounded : 128 (Average: 38.80 Max: 42 Sum: 4966 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 23.53s +Memory: 589MB (+0MB) +UNKNOWN +Iteration Time: 23.53s + +Iteration 23 +Queue: [(0,40,22,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 24 +Time : 673.255s (Solving: 664.64s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 673.400s + +Choices : 22367073 (Domain: 22367049) +Conflicts : 645964 (Analyzed: 645964) +Restarts : 2300 (Average: 280.85 Last: 347) +Model-Level : 1827.0 +Problems : 24 (Average Length: 42.00 Splits: 0) +Lemmas : 645964 (Deleted: 615661) + Binary : 3585 (Ratio: 0.55%) + Ternary : 2285 (Ratio: 0.35%) + Conflict : 645964 (Average Length: 1343.6 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 645964 (Average: 30.31 Max: 4017 Sum: 19576013) + Executed : 645836 (Average: 30.30 Max: 4017 Sum: 19571047 Ratio: 99.97%) + Bounded : 128 (Average: 38.80 Max: 42 Sum: 4966 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 23.60s +Memory: 589MB (+0MB) +UNKNOWN +Iteration Time: 23.60s + +Iteration 24 +Queue: [(0,40,23,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 25 +Time : 697.465s (Solving: 688.80s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 697.620s + +Choices : 22783095 (Domain: 22783071) +Conflicts : 672191 (Analyzed: 672191) +Restarts : 2400 (Average: 280.08 Last: 347) +Model-Level : 1827.0 +Problems : 25 (Average Length: 42.00 Splits: 0) +Lemmas : 672191 (Deleted: 641441) + Binary : 3609 (Ratio: 0.54%) + Ternary : 2302 (Ratio: 0.34%) + Conflict : 672191 (Average Length: 1348.1 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 672191 (Average: 29.55 Max: 4017 Sum: 19865800) + Executed : 672062 (Average: 29.55 Max: 4017 Sum: 19860833 Ratio: 99.97%) + Bounded : 129 (Average: 38.50 Max: 42 Sum: 4967 Ratio: 0.03%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 24.22s +Memory: 589MB (+0MB) +UNKNOWN +Iteration Time: 24.22s + +Iteration 25 +Queue: [(0,40,24,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 26 +Time : 718.534s (Solving: 709.82s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 718.696s + +Choices : 23146155 (Domain: 23146131) +Conflicts : 695577 (Analyzed: 695577) +Restarts : 2500 (Average: 278.23 Last: 347) +Model-Level : 1827.0 +Problems : 26 (Average Length: 42.00 Splits: 0) +Lemmas : 695577 (Deleted: 664657) + Binary : 3633 (Ratio: 0.52%) + Ternary : 2323 (Ratio: 0.33%) + Conflict : 695577 (Average Length: 1348.8 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 695577 (Average: 28.91 Max: 4017 Sum: 20108238) + Executed : 695448 (Average: 28.90 Max: 4017 Sum: 20103271 Ratio: 99.98%) + Bounded : 129 (Average: 38.50 Max: 42 Sum: 4967 Ratio: 0.02%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 21.08s +Memory: 589MB (+0MB) +UNKNOWN +Iteration Time: 21.08s + +Iteration 26 +Queue: [(0,40,25,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 27 +Time : 742.458s (Solving: 733.69s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 742.628s + +Choices : 23483205 (Domain: 23483181) +Conflicts : 721950 (Analyzed: 721950) +Restarts : 2600 (Average: 277.67 Last: 347) +Model-Level : 1827.0 +Problems : 27 (Average Length: 42.00 Splits: 0) +Lemmas : 721950 (Deleted: 690491) + Binary : 3674 (Ratio: 0.51%) + Ternary : 2339 (Ratio: 0.32%) + Conflict : 721950 (Average Length: 1351.5 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 721950 (Average: 28.15 Max: 4017 Sum: 20322344) + Executed : 721820 (Average: 28.14 Max: 4017 Sum: 20317376 Ratio: 99.98%) + Bounded : 130 (Average: 38.22 Max: 42 Sum: 4968 Ratio: 0.02%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 23.94s +Memory: 589MB (+0MB) +UNKNOWN +Iteration Time: 23.94s + +Iteration 27 +Queue: [(0,40,26,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 28 +Time : 764.844s (Solving: 756.03s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 765.024s + +Choices : 23868321 (Domain: 23868297) +Conflicts : 747249 (Analyzed: 747249) +Restarts : 2700 (Average: 276.76 Last: 347) +Model-Level : 1827.0 +Problems : 28 (Average Length: 42.00 Splits: 0) +Lemmas : 747249 (Deleted: 716515) + Binary : 3691 (Ratio: 0.49%) + Ternary : 2357 (Ratio: 0.32%) + Conflict : 747249 (Average Length: 1351.5 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 747249 (Average: 27.54 Max: 4017 Sum: 20580541) + Executed : 747119 (Average: 27.54 Max: 4017 Sum: 20575573 Ratio: 99.98%) + Bounded : 130 (Average: 38.22 Max: 42 Sum: 4968 Ratio: 0.02%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 22.40s +Memory: 589MB (+0MB) +UNKNOWN +Iteration Time: 22.40s + +Iteration 28 +Queue: [(0,40,27,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 29 +Time : 787.918s (Solving: 779.04s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 788.108s + +Choices : 24201201 (Domain: 24201177) +Conflicts : 771971 (Analyzed: 771971) +Restarts : 2800 (Average: 275.70 Last: 347) +Model-Level : 1827.0 +Problems : 29 (Average Length: 42.00 Splits: 0) +Lemmas : 771971 (Deleted: 741485) + Binary : 3716 (Ratio: 0.48%) + Ternary : 2379 (Ratio: 0.31%) + Conflict : 771971 (Average Length: 1354.0 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 771971 (Average: 26.93 Max: 4017 Sum: 20792359) + Executed : 771841 (Average: 26.93 Max: 4017 Sum: 20787391 Ratio: 99.98%) + Bounded : 130 (Average: 38.22 Max: 42 Sum: 4968 Ratio: 0.02%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 23.09s +Memory: 589MB (+0MB) +UNKNOWN +Iteration Time: 23.09s + +Iteration 29 +Queue: [(0,40,28,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 30 +Time : 809.270s (Solving: 800.33s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 809.472s + +Choices : 24577563 (Domain: 24577539) +Conflicts : 796361 (Analyzed: 796361) +Restarts : 2900 (Average: 274.61 Last: 347) +Model-Level : 1827.0 +Problems : 30 (Average Length: 42.00 Splits: 0) +Lemmas : 796361 (Deleted: 763186) + Binary : 3733 (Ratio: 0.47%) + Ternary : 2390 (Ratio: 0.30%) + Conflict : 796361 (Average Length: 1355.8 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 796361 (Average: 26.42 Max: 4017 Sum: 21042184) + Executed : 796231 (Average: 26.42 Max: 4017 Sum: 21037216 Ratio: 99.98%) + Bounded : 130 (Average: 38.22 Max: 42 Sum: 4968 Ratio: 0.02%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 21.36s +Memory: 589MB (+0MB) +UNKNOWN +Iteration Time: 21.36s + +Iteration 30 +Queue: [(0,40,29,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 31 +Time : 832.285s (Solving: 823.28s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 832.500s + +Choices : 24955279 (Domain: 24955255) +Conflicts : 821635 (Analyzed: 821635) +Restarts : 3000 (Average: 273.88 Last: 347) +Model-Level : 1827.0 +Problems : 31 (Average Length: 42.00 Splits: 0) +Lemmas : 821635 (Deleted: 790123) + Binary : 3746 (Ratio: 0.46%) + Ternary : 2405 (Ratio: 0.29%) + Conflict : 821635 (Average Length: 1358.7 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 821635 (Average: 25.92 Max: 4017 Sum: 21298741) + Executed : 821505 (Average: 25.92 Max: 4017 Sum: 21293773 Ratio: 99.98%) + Bounded : 130 (Average: 38.22 Max: 42 Sum: 4968 Ratio: 0.02%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 23.03s +Memory: 589MB (+0MB) +UNKNOWN +Iteration Time: 23.03s + +Iteration 31 +Queue: [(0,40,30,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 32 +Time : 858.031s (Solving: 848.97s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 858.256s + +Choices : 25323635 (Domain: 25323611) +Conflicts : 848181 (Analyzed: 848181) +Restarts : 3100 (Average: 273.61 Last: 347) +Model-Level : 1827.0 +Problems : 32 (Average Length: 42.00 Splits: 0) +Lemmas : 848181 (Deleted: 814869) + Binary : 3814 (Ratio: 0.45%) + Ternary : 2457 (Ratio: 0.29%) + Conflict : 848181 (Average Length: 1358.3 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 848181 (Average: 25.40 Max: 4017 Sum: 21543955) + Executed : 848051 (Average: 25.39 Max: 4017 Sum: 21538987 Ratio: 99.98%) + Bounded : 130 (Average: 38.22 Max: 42 Sum: 4968 Ratio: 0.02%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 25.76s +Memory: 589MB (+0MB) +UNKNOWN +Iteration Time: 25.76s + +Iteration 32 +Queue: [(0,40,31,True)] +Grounded Until: 40 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 33 +Time : 885.635s (Solving: 876.50s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 885.872s + +Choices : 25678331 (Domain: 25678307) +Conflicts : 874556 (Analyzed: 874556) +Restarts : 3200 (Average: 273.30 Last: 347) +Model-Level : 1827.0 +Problems : 33 (Average Length: 42.00 Splits: 0) +Lemmas : 874556 (Deleted: 840533) + Binary : 3897 (Ratio: 0.45%) + Ternary : 2523 (Ratio: 0.29%) + Conflict : 874556 (Average Length: 1361.3 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 874556 (Average: 24.90 Max: 4017 Sum: 21773341) + Executed : 874426 (Average: 24.89 Max: 4017 Sum: 21768373 Ratio: 99.98%) + Bounded : 130 (Average: 38.22 Max: 42 Sum: 4968 Ratio: 0.02%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 27.62s +Memory: 589MB (+0MB) +UNKNOWN +Iteration Time: 27.62s + +Iteration 33 +Queue: [(0,40,32,True)] +Grounded Until: 40 +Solving... +*** Info : (planner): INTERRUPTED by signal! +UNKNOWN + +INTERRUPTED : 1 + +Models : 0+ +Calls : 34 +Time : 909.473s (Solving: 900.28s 1st Model: 0.06s Unsat: 0.00s) +CPU Time : 909.704s + +Choices : 25996090 (Domain: 25996066) +Conflicts : 899336 (Analyzed: 899336) +Restarts : 3300 (Average: 272.53 Last: 347) +Model-Level : 1827.0 +Problems : 34 (Average Length: 42.00 Splits: 0) +Lemmas : 899336 (Deleted: 866273) + Binary : 3939 (Ratio: 0.44%) + Ternary : 2556 (Ratio: 0.28%) + Conflict : 899336 (Average Length: 1364.6 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 899336 (Average: 24.43 Max: 4017 Sum: 21974596) + Executed : 899206 (Average: 24.43 Max: 4017 Sum: 21969628 Ratio: 99.98%) + Bounded : 130 (Average: 38.22 Max: 42 Sum: 4968 Ratio: 0.02%) + +Rules : 468955 (Original: 468921) +Atoms : 10952 +Bodies : 310175 (Original: 310141) + Count : 1150 (Original: 1158) +Equivalences : 158769 (Atom=Atom: 52 Body=Body: 0 Other: 158717) +Tight : Yes +Variables : 212269 (Eliminated: 0 Frozen: 177338) +Constraints : 1867190 (Binary: 97.8% Ternary: 1.0% Other: 1.2%) + +Memory Peak : 653MB +Max. Length : 40 steps +Models : 1 + +