From f73655a4fe58d294c9c83c3ff5df137255714f86 Mon Sep 17 00:00:00 2001 From: potassco-bot Date: Thu, 22 Feb 2018 14:05:47 +0100 Subject: [PATCH] Add benchmark result [gc-ta1-tt1-single-shot | ipc-2011 | elevator-sequential-satisficing | 2] --- ...2011_elevator-sequential-satisficing_2.env | 60 ++ ...2011_elevator-sequential-satisficing_2.err | 23 + ...2011_elevator-sequential-satisficing_2.out | 658 ++++++++++++++++++ 3 files changed, 741 insertions(+) create mode 100644 gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_2.env create mode 100644 gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_2.err create mode 100644 gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_2.out diff --git a/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_2.env b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_2.env new file mode 100644 index 000000000..b243f36cc --- /dev/null +++ b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_2.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-2.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 35 +- -T 35 +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: 2 + ipc: ipc-2011 + planLength: 35 +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_2.err b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_2.err new file mode 100644 index 000000000..9898baabf --- /dev/null +++ b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_2.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': 2, 'planLength': 35} +# 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-2.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 35', '-T 35'] +# 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.02 MEM 921036 MAXMEM 1052108 STALE 1 MAXMEM_RSS 933496 + + diff --git a/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_2.out b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_2.out new file mode 100644 index 000000000..8a994105a --- /dev/null +++ b/gc-ta1-tt1-single-shot/ipc-2011_elevator-sequential-satisficing_2.out @@ -0,0 +1,658 @@ +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-2.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-2.pddl +Parsing... +Parsing: [0.070s CPU, 0.066s wall-clock] +Normalizing task... [0.000s CPU, 0.003s wall-clock] +Instantiating... +Generating Datalog program... [0.020s CPU, 0.016s wall-clock] +Normalizing Datalog program... +Normalizing Datalog program: [0.020s CPU, 0.027s wall-clock] +Preparing model... [0.050s CPU, 0.049s wall-clock] +Generated 46 rules. +Computing model... [1.140s CPU, 1.144s wall-clock] +9612 relevant atoms +5472 auxiliary atoms +15084 final queue length +30843 total queue pushes +Completing instantiation... [3.090s CPU, 3.083s wall-clock] +Instantiating: [4.340s CPU, 4.332s wall-clock] +Computing fact groups... +Finding invariants... +12 initial candidates +Finding invariants: [0.050s CPU, 0.058s wall-clock] +Checking invariant weight... [0.010s CPU, 0.003s wall-clock] +Instantiating groups... [0.030s CPU, 0.037s wall-clock] +Collecting mutex groups... [0.000s CPU, 0.004s wall-clock] +Choosing groups... +0 uncovered facts +Choosing groups: [0.020s CPU, 0.013s wall-clock] +Building translation key... [0.000s CPU, 0.008s wall-clock] +Computing fact groups: [0.150s CPU, 0.158s wall-clock] +Building STRIPS to SAS dictionary... [0.010s CPU, 0.003s wall-clock] +Building dictionary for full mutex groups... [0.000s CPU, 0.004s wall-clock] +Building mutex information... +Building mutex information: [0.010s CPU, 0.004s wall-clock] +Translating task... +Processing axioms... +Simplifying axioms... [0.000s CPU, 0.000s wall-clock] +Processing axioms: [0.130s CPU, 0.136s wall-clock] +Translating task: [2.570s CPU, 2.573s wall-clock] +0 effect conditions simplified +0 implied preconditions added +Detecting unreachable propositions... +0 operators removed +0 axioms removed +31 propositions removed +Detecting unreachable propositions: [1.210s CPU, 1.207s wall-clock] +Reordering and filtering variables... +31 of 31 variables necessary. +0 of 31 mutex groups necessary. +8364 of 8364 operators necessary. +0 of 0 axiom rules necessary. +Reordering and filtering variables: [0.390s CPU, 0.393s wall-clock] +Translator variables: 31 +Translator derived variables: 0 +Translator facts: 700 +Translator goal facts: 21 +Translator mutex groups: 0 +Translator total mutex groups size: 0 +Translator operators: 8364 +Translator axioms: 0 +Translator task size: 50036 +Translator peak memory: 69068 KB +Writing output... [0.850s CPU, 0.906s wall-clock] +Done! [9.710s CPU, 9.763s wall-clock] +planner.py version 0.0.1 + +Time: 2.09s +Memory: 187MB + +Iteration 1 +Queue: [(0,35,0,True)] +Grounded Until: 0 +Expected Memory: 187MB +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]), ('check', [35])] +Grounding Time: 4.92s +Memory: 571MB (+384MB) +Unblocking actions... +Solving... +[start: stats after solve call] + +Models : 1+ +Calls : 1 +Time : 12.196s (Solving: 1.48s 1st Model: 1.45s Unsat: 0.00s) +CPU Time : 11.892s + +Choices : 58451 (Domain: 58415) +Conflicts : 1027 (Analyzed: 1027) +Restarts : 6 (Average: 171.17 Last: 268) +Model-Level : 2219.0 +Problems : 1 (Average Length: 37.00 Splits: 0) +Lemmas : 1027 (Deleted: 0) + Binary : 73 (Ratio: 7.11%) + Ternary : 12 (Ratio: 1.17%) + Conflict : 1027 (Average Length: 279.8 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 1027 (Average: 52.77 Max: 1051 Sum: 54193) + Executed : 1016 (Average: 52.37 Max: 1051 Sum: 53786 Ratio: 99.25%) + Bounded : 11 (Average: 37.00 Max: 37 Sum: 407 Ratio: 0.75%) + +Rules : 0 +Atoms : 0 +Bodies : 0 +Tight : Yes +Variables : 333853 (Eliminated: 0 Frozen: 23331) +Constraints : 2314121 (Binary: 98.0% Ternary: 0.9% Other: 1.0%) + +Memory Peak : 829MB +Max. Length : 0 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 1.74s +Memory: 765MB (+194MB) +SAT +Testing... +NOT SERIALIZABLE +Testing Time: 3.84s +Memory: 774MB (+9MB) +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 2 +Time : 104.581s (Solving: 91.35s 1st Model: 1.45s Unsat: 0.00s) +CPU Time : 104.316s + +Choices : 2155140 (Domain: 2155104) +Conflicts : 27733 (Analyzed: 27733) +Restarts : 106 (Average: 261.63 Last: 268) +Model-Level : 2219.0 +Problems : 2 (Average Length: 37.00 Splits: 0) +Lemmas : 27733 (Deleted: 21577) + Binary : 583 (Ratio: 2.10%) + Ternary : 246 (Ratio: 0.89%) + Conflict : 27733 (Average Length: 990.7 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 27733 (Average: 77.05 Max: 2086 Sum: 2136784) + Executed : 27621 (Average: 76.90 Max: 2086 Sum: 2132640 Ratio: 99.81%) + Bounded : 112 (Average: 37.00 Max: 37 Sum: 4144 Ratio: 0.19%) + +Rules : 767364 (Original: 767329) +Atoms : 18707 +Bodies : 504721 (Original: 504686) + Count : 1038 (Original: 1042) +Equivalences : 257560 (Atom=Atom: 52 Body=Body: 0 Other: 257508) +Tight : Yes +Variables : 335988 (Eliminated: 0 Frozen: 280728) +Constraints : 3065976 (Binary: 98.4% Ternary: 0.7% Other: 0.8%) + +Memory Peak : 829MB +Max. Length : 0 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 90.44s +Memory: 798MB (+24MB) +UNKNOWN +Iteration Time: 104.08s + +Iteration 2 +Queue: [(0,35,1,True)] +Grounded Until: 35 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 3 +Time : 184.166s (Solving: 170.82s 1st Model: 1.45s Unsat: 0.00s) +CPU Time : 183.936s + +Choices : 4372918 (Domain: 4372882) +Conflicts : 53400 (Analyzed: 53400) +Restarts : 206 (Average: 259.22 Last: 285) +Model-Level : 2219.0 +Problems : 3 (Average Length: 37.00 Splits: 0) +Lemmas : 53400 (Deleted: 47069) + Binary : 777 (Ratio: 1.46%) + Ternary : 436 (Ratio: 0.82%) + Conflict : 53400 (Average Length: 952.7 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 53400 (Average: 81.00 Max: 2626 Sum: 4325626) + Executed : 53281 (Average: 80.92 Max: 2626 Sum: 4321223 Ratio: 99.90%) + Bounded : 119 (Average: 37.00 Max: 37 Sum: 4403 Ratio: 0.10%) + +Rules : 767364 (Original: 767329) +Atoms : 18707 +Bodies : 504721 (Original: 504686) + Count : 1038 (Original: 1042) +Equivalences : 257560 (Atom=Atom: 52 Body=Body: 0 Other: 257508) +Tight : Yes +Variables : 335988 (Eliminated: 0 Frozen: 280728) +Constraints : 2991135 (Binary: 98.4% Ternary: 0.7% Other: 0.9%) + +Memory Peak : 829MB +Max. Length : 35 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 79.62s +Memory: 798MB (+0MB) +UNKNOWN +Iteration Time: 79.62s + +Iteration 3 +Queue: [(0,35,2,True)] +Grounded Until: 35 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 4 +Time : 273.012s (Solving: 259.58s 1st Model: 1.45s Unsat: 0.00s) +CPU Time : 272.820s + +Choices : 7154812 (Domain: 7154776) +Conflicts : 84221 (Analyzed: 84221) +Restarts : 306 (Average: 275.23 Last: 285) +Model-Level : 2219.0 +Problems : 4 (Average Length: 37.00 Splits: 0) +Lemmas : 84221 (Deleted: 76219) + Binary : 909 (Ratio: 1.08%) + Ternary : 536 (Ratio: 0.64%) + Conflict : 84221 (Average Length: 1023.0 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 84221 (Average: 84.02 Max: 2707 Sum: 7076610) + Executed : 84084 (Average: 83.96 Max: 2707 Sum: 7071541 Ratio: 99.93%) + Bounded : 137 (Average: 37.00 Max: 37 Sum: 5069 Ratio: 0.07%) + +Rules : 767364 (Original: 767329) +Atoms : 18707 +Bodies : 504721 (Original: 504686) + Count : 1038 (Original: 1042) +Equivalences : 257560 (Atom=Atom: 52 Body=Body: 0 Other: 257508) +Tight : Yes +Variables : 335988 (Eliminated: 0 Frozen: 280728) +Constraints : 2987209 (Binary: 98.4% Ternary: 0.7% Other: 0.9%) + +Memory Peak : 829MB +Max. Length : 35 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 88.89s +Memory: 798MB (+0MB) +UNKNOWN +Iteration Time: 88.89s + +Iteration 4 +Queue: [(0,35,3,True)] +Grounded Until: 35 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 5 +Time : 361.930s (Solving: 348.41s 1st Model: 1.45s Unsat: 0.00s) +CPU Time : 361.776s + +Choices : 9784736 (Domain: 9784700) +Conflicts : 116828 (Analyzed: 116828) +Restarts : 406 (Average: 287.75 Last: 285) +Model-Level : 2219.0 +Problems : 5 (Average Length: 37.00 Splits: 0) +Lemmas : 116828 (Deleted: 105368) + Binary : 987 (Ratio: 0.84%) + Ternary : 598 (Ratio: 0.51%) + Conflict : 116828 (Average Length: 1198.7 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 116828 (Average: 82.62 Max: 2716 Sum: 9652557) + Executed : 116687 (Average: 82.58 Max: 2716 Sum: 9647340 Ratio: 99.95%) + Bounded : 141 (Average: 37.00 Max: 37 Sum: 5217 Ratio: 0.05%) + +Rules : 767364 (Original: 767329) +Atoms : 18707 +Bodies : 504721 (Original: 504686) + Count : 1038 (Original: 1042) +Equivalences : 257560 (Atom=Atom: 52 Body=Body: 0 Other: 257508) +Tight : Yes +Variables : 335988 (Eliminated: 0 Frozen: 280728) +Constraints : 2984670 (Binary: 98.4% Ternary: 0.7% Other: 0.9%) + +Memory Peak : 829MB +Max. Length : 35 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 88.96s +Memory: 798MB (+0MB) +UNKNOWN +Iteration Time: 88.96s + +Iteration 5 +Queue: [(0,35,4,True)] +Grounded Until: 35 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 6 +Time : 435.757s (Solving: 422.14s 1st Model: 1.45s Unsat: 0.00s) +CPU Time : 435.632s + +Choices : 11655123 (Domain: 11655087) +Conflicts : 141989 (Analyzed: 141989) +Restarts : 506 (Average: 280.61 Last: 320) +Model-Level : 2219.0 +Problems : 6 (Average Length: 37.00 Splits: 0) +Lemmas : 141989 (Deleted: 130519) + Binary : 1041 (Ratio: 0.73%) + Ternary : 707 (Ratio: 0.50%) + Conflict : 141989 (Average Length: 1308.7 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 141989 (Average: 80.92 Max: 2716 Sum: 11489357) + Executed : 141841 (Average: 80.88 Max: 2716 Sum: 11483881 Ratio: 99.95%) + Bounded : 148 (Average: 37.00 Max: 37 Sum: 5476 Ratio: 0.05%) + +Rules : 767364 (Original: 767329) +Atoms : 18707 +Bodies : 504721 (Original: 504686) + Count : 1038 (Original: 1042) +Equivalences : 257560 (Atom=Atom: 52 Body=Body: 0 Other: 257508) +Tight : Yes +Variables : 335988 (Eliminated: 0 Frozen: 280728) +Constraints : 2983812 (Binary: 98.4% Ternary: 0.7% Other: 0.9%) + +Memory Peak : 829MB +Max. Length : 35 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 73.86s +Memory: 798MB (+0MB) +UNKNOWN +Iteration Time: 73.86s + +Iteration 6 +Queue: [(0,35,5,True)] +Grounded Until: 35 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 7 +Time : 508.103s (Solving: 494.42s 1st Model: 1.45s Unsat: 0.00s) +CPU Time : 508.012s + +Choices : 14077646 (Domain: 14077610) +Conflicts : 171970 (Analyzed: 171970) +Restarts : 606 (Average: 283.78 Last: 320) +Model-Level : 2219.0 +Problems : 7 (Average Length: 37.00 Splits: 0) +Lemmas : 171970 (Deleted: 156632) + Binary : 1178 (Ratio: 0.69%) + Ternary : 787 (Ratio: 0.46%) + Conflict : 171970 (Average Length: 1440.9 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 171970 (Average: 80.67 Max: 3267 Sum: 13872409) + Executed : 171811 (Average: 80.63 Max: 3267 Sum: 13866526 Ratio: 99.96%) + Bounded : 159 (Average: 37.00 Max: 37 Sum: 5883 Ratio: 0.04%) + +Rules : 767364 (Original: 767329) +Atoms : 18707 +Bodies : 504721 (Original: 504686) + Count : 1038 (Original: 1042) +Equivalences : 257560 (Atom=Atom: 52 Body=Body: 0 Other: 257508) +Tight : Yes +Variables : 335988 (Eliminated: 0 Frozen: 280728) +Constraints : 2983232 (Binary: 98.4% Ternary: 0.7% Other: 0.9%) + +Memory Peak : 926MB +Max. Length : 35 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 72.38s +Memory: 862MB (+64MB) +UNKNOWN +Iteration Time: 72.38s + +Iteration 7 +Queue: [(0,35,6,True)] +Grounded Until: 35 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 8 +Time : 569.083s (Solving: 555.33s 1st Model: 1.45s Unsat: 0.00s) +CPU Time : 569.020s + +Choices : 15880274 (Domain: 15880238) +Conflicts : 203428 (Analyzed: 203428) +Restarts : 706 (Average: 288.14 Last: 320) +Model-Level : 2219.0 +Problems : 8 (Average Length: 37.00 Splits: 0) +Lemmas : 203428 (Deleted: 187654) + Binary : 1227 (Ratio: 0.60%) + Ternary : 852 (Ratio: 0.42%) + Conflict : 203428 (Average Length: 1565.5 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 203428 (Average: 76.78 Max: 3267 Sum: 15618613) + Executed : 203264 (Average: 76.75 Max: 3267 Sum: 15612545 Ratio: 99.96%) + Bounded : 164 (Average: 37.00 Max: 37 Sum: 6068 Ratio: 0.04%) + +Rules : 767364 (Original: 767329) +Atoms : 18707 +Bodies : 504721 (Original: 504686) + Count : 1038 (Original: 1042) +Equivalences : 257560 (Atom=Atom: 52 Body=Body: 0 Other: 257508) +Tight : Yes +Variables : 335988 (Eliminated: 0 Frozen: 280728) +Constraints : 2981674 (Binary: 98.4% Ternary: 0.7% Other: 0.9%) + +Memory Peak : 926MB +Max. Length : 35 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 61.01s +Memory: 862MB (+0MB) +UNKNOWN +Iteration Time: 61.01s + +Iteration 8 +Queue: [(0,35,7,True)] +Grounded Until: 35 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 9 +Time : 626.781s (Solving: 612.94s 1st Model: 1.45s Unsat: 0.00s) +CPU Time : 626.740s + +Choices : 17374020 (Domain: 17373984) +Conflicts : 234447 (Analyzed: 234447) +Restarts : 806 (Average: 290.88 Last: 320) +Model-Level : 2219.0 +Problems : 9 (Average Length: 37.00 Splits: 0) +Lemmas : 234447 (Deleted: 217945) + Binary : 1270 (Ratio: 0.54%) + Ternary : 897 (Ratio: 0.38%) + Conflict : 234447 (Average Length: 1703.2 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 234447 (Average: 72.72 Max: 3267 Sum: 17048213) + Executed : 234277 (Average: 72.69 Max: 3267 Sum: 17041923 Ratio: 99.96%) + Bounded : 170 (Average: 37.00 Max: 37 Sum: 6290 Ratio: 0.04%) + +Rules : 767364 (Original: 767329) +Atoms : 18707 +Bodies : 504721 (Original: 504686) + Count : 1038 (Original: 1042) +Equivalences : 257560 (Atom=Atom: 52 Body=Body: 0 Other: 257508) +Tight : Yes +Variables : 335988 (Eliminated: 0 Frozen: 280728) +Constraints : 2981614 (Binary: 98.4% Ternary: 0.7% Other: 0.9%) + +Memory Peak : 926MB +Max. Length : 35 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 57.72s +Memory: 862MB (+0MB) +UNKNOWN +Iteration Time: 57.72s + +Iteration 9 +Queue: [(0,35,8,True)] +Grounded Until: 35 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 10 +Time : 704.221s (Solving: 690.31s 1st Model: 1.45s Unsat: 0.00s) +CPU Time : 704.212s + +Choices : 19548596 (Domain: 19548560) +Conflicts : 270565 (Analyzed: 270565) +Restarts : 906 (Average: 298.64 Last: 320) +Model-Level : 2219.0 +Problems : 10 (Average Length: 37.00 Splits: 0) +Lemmas : 270565 (Deleted: 247272) + Binary : 1393 (Ratio: 0.51%) + Ternary : 988 (Ratio: 0.37%) + Conflict : 270565 (Average Length: 1757.4 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 270565 (Average: 70.75 Max: 3267 Sum: 19143776) + Executed : 270389 (Average: 70.73 Max: 3267 Sum: 19137300 Ratio: 99.97%) + Bounded : 176 (Average: 36.80 Max: 37 Sum: 6476 Ratio: 0.03%) + +Rules : 767364 (Original: 767329) +Atoms : 18707 +Bodies : 504721 (Original: 504686) + Count : 1038 (Original: 1042) +Equivalences : 257560 (Atom=Atom: 52 Body=Body: 0 Other: 257508) +Tight : Yes +Variables : 335988 (Eliminated: 0 Frozen: 280728) +Constraints : 2979400 (Binary: 98.4% Ternary: 0.7% Other: 0.9%) + +Memory Peak : 926MB +Max. Length : 35 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 77.48s +Memory: 862MB (+0MB) +UNKNOWN +Iteration Time: 77.48s + +Iteration 10 +Queue: [(0,35,9,True)] +Grounded Until: 35 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 11 +Time : 777.132s (Solving: 763.14s 1st Model: 1.45s Unsat: 0.00s) +CPU Time : 777.156s + +Choices : 21588932 (Domain: 21588896) +Conflicts : 303511 (Analyzed: 303511) +Restarts : 1006 (Average: 301.70 Last: 320) +Model-Level : 2219.0 +Problems : 11 (Average Length: 37.00 Splits: 0) +Lemmas : 303511 (Deleted: 281154) + Binary : 1477 (Ratio: 0.49%) + Ternary : 1075 (Ratio: 0.35%) + Conflict : 303511 (Average Length: 1942.0 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 303511 (Average: 69.54 Max: 3267 Sum: 21105210) + Executed : 303325 (Average: 69.51 Max: 3267 Sum: 21098364 Ratio: 99.97%) + Bounded : 186 (Average: 36.81 Max: 37 Sum: 6846 Ratio: 0.03%) + +Rules : 767364 (Original: 767329) +Atoms : 18707 +Bodies : 504721 (Original: 504686) + Count : 1038 (Original: 1042) +Equivalences : 257560 (Atom=Atom: 52 Body=Body: 0 Other: 257508) +Tight : Yes +Variables : 335988 (Eliminated: 0 Frozen: 280728) +Constraints : 2977459 (Binary: 98.4% Ternary: 0.7% Other: 0.9%) + +Memory Peak : 990MB +Max. Length : 35 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 72.95s +Memory: 862MB (+0MB) +UNKNOWN +Iteration Time: 72.95s + +Iteration 11 +Queue: [(0,35,10,True)] +Grounded Until: 35 +Solving... +[start: stats after solve call] + +Models : 0+ +Calls : 12 +Time : 839.421s (Solving: 825.35s 1st Model: 1.45s Unsat: 0.00s) +CPU Time : 839.472s + +Choices : 22996636 (Domain: 22996600) +Conflicts : 334402 (Analyzed: 334402) +Restarts : 1106 (Average: 302.35 Last: 320) +Model-Level : 2219.0 +Problems : 12 (Average Length: 37.00 Splits: 0) +Lemmas : 334402 (Deleted: 311372) + Binary : 1516 (Ratio: 0.45%) + Ternary : 1117 (Ratio: 0.33%) + Conflict : 334402 (Average Length: 2044.2 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 334402 (Average: 67.10 Max: 3267 Sum: 22438766) + Executed : 334213 (Average: 67.08 Max: 3267 Sum: 22431809 Ratio: 99.97%) + Bounded : 189 (Average: 36.81 Max: 37 Sum: 6957 Ratio: 0.03%) + +Rules : 767364 (Original: 767329) +Atoms : 18707 +Bodies : 504721 (Original: 504686) + Count : 1038 (Original: 1042) +Equivalences : 257560 (Atom=Atom: 52 Body=Body: 0 Other: 257508) +Tight : Yes +Variables : 335988 (Eliminated: 0 Frozen: 280728) +Constraints : 2977264 (Binary: 98.4% Ternary: 0.7% Other: 0.9%) + +Memory Peak : 990MB +Max. Length : 35 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 62.32s +Memory: 862MB (+0MB) +UNKNOWN +Iteration Time: 62.32s + +Iteration 12 +Queue: [(0,35,11,True)] +Grounded Until: 35 +Solving... +*** Info : (planner): INTERRUPTED by signal! +UNKNOWN + +INTERRUPTED : 1 + +Models : 0+ +Calls : 13 +Time : 886.429s (Solving: 872.27s 1st Model: 1.45s Unsat: 0.00s) +CPU Time : 886.484s + +Choices : 24465467 (Domain: 24465431) +Conflicts : 356803 (Analyzed: 356803) +Restarts : 1175 (Average: 303.66 Last: 320) +Model-Level : 2219.0 +Problems : 13 (Average Length: 37.00 Splits: 0) +Lemmas : 356803 (Deleted: 330979) + Binary : 1574 (Ratio: 0.44%) + Ternary : 1173 (Ratio: 0.33%) + Conflict : 356803 (Average Length: 2042.2 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 356803 (Average: 66.83 Max: 3267 Sum: 23844920) + Executed : 356613 (Average: 66.81 Max: 3267 Sum: 23837926 Ratio: 99.97%) + Bounded : 190 (Average: 36.81 Max: 37 Sum: 6994 Ratio: 0.03%) + +Rules : 767364 (Original: 767329) +Atoms : 18707 +Bodies : 504721 (Original: 504686) + Count : 1038 (Original: 1042) +Equivalences : 257560 (Atom=Atom: 52 Body=Body: 0 Other: 257508) +Tight : Yes +Variables : 335988 (Eliminated: 0 Frozen: 280728) +Constraints : 2975374 (Binary: 98.4% Ternary: 0.7% Other: 0.9%) + +Memory Peak : 990MB +Max. Length : 35 steps +Models : 1 + +