From 487b601b367534029d2575aef4b82a794c43c0c6 Mon Sep 17 00:00:00 2001 From: potassco-bot Date: Wed, 14 Feb 2018 17:31:08 +0100 Subject: [PATCH] Add benchmark result [gc-ta1-tt1-trendy | ipc-2000 | blocks-strips-typed | 30] --- .../ipc-2000_blocks-strips-typed_30.env | 56 ++ .../ipc-2000_blocks-strips-typed_30.err | 9 + .../ipc-2000_blocks-strips-typed_30.out | 531 ++++++++++++++++++ 3 files changed, 596 insertions(+) create mode 100644 gc-ta1-tt1-trendy/ipc-2000_blocks-strips-typed_30.env create mode 100644 gc-ta1-tt1-trendy/ipc-2000_blocks-strips-typed_30.err create mode 100644 gc-ta1-tt1-trendy/ipc-2000_blocks-strips-typed_30.out diff --git a/gc-ta1-tt1-trendy/ipc-2000_blocks-strips-typed_30.env b/gc-ta1-tt1-trendy/ipc-2000_blocks-strips-typed_30.env new file mode 100644 index 000000000..1c7d17260 --- /dev/null +++ b/gc-ta1-tt1-trendy/ipc-2000_blocks-strips-typed_30.env @@ -0,0 +1,56 @@ +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-2000/domains/blocks-strips-typed/domain.pddl +- /home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/blocks-strips-typed/instances/instance-30.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 +- --configuration=trendy +configuration: + id: gc-ta1-tt1-trendy + 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 + - --configuration=trendy +exitCode: 0 +instance: + domain: blocks-strips-typed + instance: 30 + ipc: ipc-2000 +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-trendy/ipc-2000_blocks-strips-typed_30.err b/gc-ta1-tt1-trendy/ipc-2000_blocks-strips-typed_30.err new file mode 100644 index 000000000..e8e9a4510 --- /dev/null +++ b/gc-ta1-tt1-trendy/ipc-2000_blocks-strips-typed_30.err @@ -0,0 +1,9 @@ +# configuration: {'id': 'gc-ta1-tt1-trendy', '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', '--configuration=trendy'], 'instanceSets': ['rintanen-aij-2012-interesting']} +# instance: {'ipc': 'ipc-2000', 'domain': 'blocks-strips-typed', 'instance': 30} +# 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-2000/domains/blocks-strips-typed/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/blocks-strips-typed/instances/instance-30.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', '--configuration=trendy'] +# working directory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner +# exit code: 0 +# planner call: /home/wv/bin/linux/64/fast-downward/fast-downward.py --translate --build=release64 /home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/blocks-strips-typed/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/blocks-strips-typed/instances/instance-30.pddl && plasp-3.1.1 translate --parsing-mode=compatibility output.sas | /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/planner.py - /home/pluehne/Documents/ASP/plasp-javier/encodings/strips/preprocess.lp /home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp --stats --stats-iter --verbose -m 8192 -B 0.9 --test-until-not-sat --configuration=trendy --query-at-last --check-at-last --forbid-actions --force-actions -c planner_on=1 --test=- --test=/home/pluehne/Documents/ASP/plasp-javier/encodings/planner/test_files/test.lp /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/test_files/block_forall_t.lp --test-once --heuristic=Domain /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/heuristic.lp -c _shallow=1 -c _closure=3 -c _parallel=0 +FINISHED CPU 3.67 MEM 33728 MAXMEM 201496 STALE 0 MAXMEM_RSS 74300 + + diff --git a/gc-ta1-tt1-trendy/ipc-2000_blocks-strips-typed_30.out b/gc-ta1-tt1-trendy/ipc-2000_blocks-strips-typed_30.out new file mode 100644 index 000000000..f187fd186 --- /dev/null +++ b/gc-ta1-tt1-trendy/ipc-2000_blocks-strips-typed_30.out @@ -0,0 +1,531 @@ +INFO Running translator. +INFO translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/blocks-strips-typed/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/blocks-strips-typed/instances/instance-30.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-2000/domains/blocks-strips-typed/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/blocks-strips-typed/instances/instance-30.pddl +Parsing... +Parsing: [0.010s CPU, 0.013s wall-clock] +Normalizing task... [0.000s CPU, 0.001s wall-clock] +Instantiating... +Generating Datalog program... [0.000s CPU, 0.003s wall-clock] +Normalizing Datalog program... +Normalizing Datalog program: [0.010s CPU, 0.009s wall-clock] +Preparing model... [0.010s CPU, 0.007s wall-clock] +Generated 21 rules. +Computing model... [0.090s CPU, 0.091s wall-clock] +702 relevant atoms +462 auxiliary atoms +1164 final queue length +1981 total queue pushes +Completing instantiation... [0.130s CPU, 0.134s wall-clock] +Instantiating: [0.240s CPU, 0.246s wall-clock] +Computing fact groups... +Finding invariants... +10 initial candidates +Finding invariants: [0.030s CPU, 0.027s wall-clock] +Checking invariant weight... [0.000s CPU, 0.002s wall-clock] +Instantiating groups... [0.020s CPU, 0.011s wall-clock] +Collecting mutex groups... [0.000s CPU, 0.002s wall-clock] +Choosing groups... +15 uncovered facts +Choosing groups: [0.010s CPU, 0.009s wall-clock] +Building translation key... [0.010s CPU, 0.003s wall-clock] +Computing fact groups: [0.080s CPU, 0.070s wall-clock] +Building STRIPS to SAS dictionary... [0.000s CPU, 0.001s 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.005s wall-clock] +Translating task... +Processing axioms... +Simplifying axioms... [0.000s CPU, 0.000s wall-clock] +Processing axioms: [0.010s CPU, 0.007s wall-clock] +Translating task: [0.160s CPU, 0.153s wall-clock] +574 effect conditions simplified +0 implied preconditions added +Detecting unreachable propositions... +0 operators removed +0 axioms removed +28 propositions removed +Detecting unreachable propositions: [0.080s CPU, 0.087s wall-clock] +Reordering and filtering variables... +29 of 29 variables necessary. +15 of 29 mutex groups necessary. +392 of 392 operators necessary. +0 of 0 axiom rules necessary. +Reordering and filtering variables: [0.050s CPU, 0.047s wall-clock] +Translator variables: 29 +Translator derived variables: 0 +Translator facts: 240 +Translator goal facts: 13 +Translator mutex groups: 15 +Translator total mutex groups size: 225 +Translator operators: 392 +Translator axioms: 0 +Translator task size: 3405 +Translator peak memory: 38092 KB +Writing output... [0.060s CPU, 0.064s wall-clock] +Done! [0.690s CPU, 0.698s wall-clock] +planner.py version 0.0.1 + +Time: 0.13s +Memory: 56MB + +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.149s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s) +CPU Time : 0.132s + +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 : 10479 +Atoms : 10479 +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 : 192MB +Max. Length : 0 steps +Models : 0 + +[endof: stats after solve call] +Solving Time: 0.00s +Memory: 128MB (+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: 128MB +Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])] +Grounding Time: 0.05s +Memory: 130MB (+2MB) +Unblocking actions... +Solving... +[start: stats after solve call] + +Models : 0 +Calls : 2 +Time : 0.219s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s) +CPU Time : 0.204s + +Choices : 0 +Conflicts : 0 (Analyzed: 0) +Restarts : 0 +Problems : 2 (Average Length: 4.50 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 : 10479 +Atoms : 10479 +Bodies : 1 (Original: 0) +Tight : Yes +Variables : 3092 (Eliminated: 0 Frozen: 3092) +Constraints : 10126 (Binary: 92.9% Ternary: 4.3% Other: 2.7%) + +Memory Peak : 192MB +Max. Length : 0 steps +Models : 0 + +[endof: stats after solve call] +Solving Time: 0.01s +Memory: 131MB (+1MB) +UNSAT +Iteration Time: 0.07s + +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: 134.0MB +Grounding... [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])] +Grounding Time: 0.05s +Memory: 134MB (+3MB) +Unblocking actions... +Solving... +[start: stats after solve call] + +Models : 0 +Calls : 3 +Time : 0.305s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s) +CPU Time : 0.292s + +Choices : 0 +Conflicts : 1 (Analyzed: 0) +Restarts : 0 +Problems : 3 (Average Length: 7.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 : 10479 +Atoms : 10479 +Bodies : 1 (Original: 0) +Tight : Yes +Variables : 6614 (Eliminated: 0 Frozen: 6614) +Constraints : 34933 (Binary: 93.3% Ternary: 4.7% Other: 2.0%) + +Memory Peak : 192MB +Max. Length : 5 steps +Models : 0 + +[endof: stats after solve call] +Solving Time: 0.02s +Memory: 134MB (+0MB) +UNSAT +Iteration Time: 0.09s + +Iteration 4 +Queue: [(3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)] +Grounded Until: 10 +Expected Memory: 137.0MB +Grounding... [('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('step', [15]), ('check', [15])] +Grounding Time: 0.06s +Memory: 137MB (+3MB) +Unblocking actions... +Solving... +[start: stats after solve call] + +Models : 0 +Calls : 4 +Time : 0.403s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s) +CPU Time : 0.388s + +Choices : 0 +Conflicts : 2 (Analyzed: 0) +Restarts : 0 +Problems : 4 (Average Length: 9.50 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 : 10479 +Atoms : 10479 +Bodies : 1 (Original: 0) +Tight : Yes +Variables : 10150 (Eliminated: 0 Frozen: 10150) +Constraints : 59898 (Binary: 93.4% Ternary: 4.7% Other: 1.9%) + +Memory Peak : 192MB +Max. Length : 10 steps +Models : 0 + +[endof: stats after solve call] +Solving Time: 0.03s +Memory: 139MB (+2MB) +UNSAT +Iteration Time: 0.10s + +Iteration 5 +Queue: [(4,20,0,True), (5,25,0,True), (6,30,0,True)] +Grounded Until: 15 +Expected Memory: 144.0MB +Grounding... [('step', [16]), ('step', [17]), ('step', [18]), ('step', [19]), ('step', [20]), ('check', [20])] +Grounding Time: 0.05s +Memory: 141MB (+2MB) +Unblocking actions... +Solving... +[start: stats after solve call] + +Models : 0 +Calls : 5 +Time : 0.498s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s) +CPU Time : 0.480s + +Choices : 32 (Domain: 32) +Conflicts : 10 (Analyzed: 7) +Restarts : 0 +Problems : 5 (Average Length: 12.00 Splits: 0) +Lemmas : 7 (Deleted: 0) + Binary : 3 (Ratio: 42.86%) + Ternary : 0 (Ratio: 0.00%) + Conflict : 7 (Average Length: 20.4 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 7 (Average: 7.71 Max: 24 Sum: 54) + Executed : 5 (Average: 4.57 Max: 24 Sum: 32 Ratio: 59.26%) + Bounded : 2 (Average: 11.00 Max: 21 Sum: 22 Ratio: 40.74%) + +Rules : 10479 +Atoms : 10479 +Bodies : 1 (Original: 0) +Tight : Yes +Variables : 13686 (Eliminated: 0 Frozen: 13686) +Constraints : 84863 (Binary: 93.4% Ternary: 4.7% Other: 1.9%) + +Memory Peak : 192MB +Max. Length : 15 steps +Models : 0 + +[endof: stats after solve call] +Solving Time: 0.03s +Memory: 143MB (+2MB) +UNSAT +Iteration Time: 0.10s + +Iteration 6 +Queue: [(5,25,0,True), (6,30,0,True)] +Grounded Until: 20 +Expected Memory: 148.0MB +Grounding... [('step', [21]), ('step', [22]), ('step', [23]), ('step', [24]), ('step', [25]), ('check', [25])] +Grounding Time: 0.05s +Memory: 144MB (+1MB) +Unblocking actions... +Solving... +[start: stats after solve call] + +Models : 0 +Calls : 6 +Time : 0.607s (Solving: 0.02s 1st Model: 0.00s Unsat: 0.02s) +CPU Time : 0.588s + +Choices : 256 (Domain: 256) +Conflicts : 35 (Analyzed: 31) +Restarts : 0 +Problems : 6 (Average Length: 14.50 Splits: 0) +Lemmas : 31 (Deleted: 0) + Binary : 14 (Ratio: 45.16%) + Ternary : 1 (Ratio: 3.23%) + Conflict : 31 (Average Length: 49.7 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 31 (Average: 9.84 Max: 31 Sum: 305) + Executed : 26 (Average: 8.26 Max: 31 Sum: 256 Ratio: 83.93%) + Bounded : 5 (Average: 9.80 Max: 25 Sum: 49 Ratio: 16.07%) + +Rules : 10479 +Atoms : 10479 +Bodies : 1 (Original: 0) +Tight : Yes +Variables : 17222 (Eliminated: 0 Frozen: 17222) +Constraints : 109828 (Binary: 93.4% Ternary: 4.8% Other: 1.9%) + +Memory Peak : 192MB +Max. Length : 20 steps +Models : 0 + +[endof: stats after solve call] +Solving Time: 0.04s +Memory: 147MB (+3MB) +UNSAT +Iteration Time: 0.11s + +Iteration 7 +Queue: [(6,30,0,True)] +Grounded Until: 25 +Expected Memory: 152.0MB +Grounding... [('step', [26]), ('step', [27]), ('step', [28]), ('step', [29]), ('step', [30]), ('check', [30])] +Grounding Time: 0.07s +Memory: 149MB (+2MB) +Unblocking actions... +Solving... +[start: stats after solve call] + +Models : 0 +Calls : 7 +Time : 0.755s (Solving: 0.05s 1st Model: 0.00s Unsat: 0.05s) +CPU Time : 0.736s + +Choices : 1607 (Domain: 1607) +Conflicts : 139 (Analyzed: 134) +Restarts : 1 (Average: 134.00 Last: 39) +Problems : 7 (Average Length: 17.00 Splits: 0) +Lemmas : 134 (Deleted: 0) + Binary : 56 (Ratio: 41.79%) + Ternary : 1 (Ratio: 0.75%) + Conflict : 134 (Average Length: 203.9 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 134 (Average: 12.60 Max: 80 Sum: 1688) + Executed : 121 (Average: 11.95 Max: 80 Sum: 1601 Ratio: 94.85%) + Bounded : 13 (Average: 6.69 Max: 31 Sum: 87 Ratio: 5.15%) + +Rules : 10479 +Atoms : 10479 +Bodies : 1 (Original: 0) +Tight : Yes +Variables : 20758 (Eliminated: 0 Frozen: 20758) +Constraints : 134793 (Binary: 93.4% Ternary: 4.8% Other: 1.8%) + +Memory Peak : 192MB +Max. Length : 25 steps +Models : 0 + +[endof: stats after solve call] +Solving Time: 0.06s +Memory: 151MB (+2MB) +UNSAT +Iteration Time: 0.15s + +Iteration 8 +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)] +Grounded Until: 30 +Expected Memory: 156.0MB +Grounding... [('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('check', [35])] +Grounding Time: 0.07s +Memory: 153MB (+2MB) +Unblocking actions... +Solving... +[start: stats after solve call] + +Models : 0 +Calls : 8 +Time : 1.055s (Solving: 0.22s 1st Model: 0.00s Unsat: 0.22s) +CPU Time : 1.036s + +Choices : 6053 (Domain: 6053) +Conflicts : 781 (Analyzed: 775) +Restarts : 11 (Average: 70.45 Last: 39) +Problems : 8 (Average Length: 19.50 Splits: 0) +Lemmas : 775 (Deleted: 0) + Binary : 93 (Ratio: 12.00%) + Ternary : 8 (Ratio: 1.03%) + Conflict : 775 (Average Length: 572.8 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 775 (Average: 7.60 Max: 197 Sum: 5888) + Executed : 759 (Average: 7.48 Max: 197 Sum: 5798 Ratio: 98.47%) + Bounded : 16 (Average: 5.62 Max: 31 Sum: 90 Ratio: 1.53%) + +Rules : 10479 +Atoms : 10479 +Bodies : 1 (Original: 0) +Tight : Yes +Variables : 24294 (Eliminated: 0 Frozen: 24294) +Constraints : 159758 (Binary: 93.4% Ternary: 4.8% Other: 1.8%) + +Memory Peak : 192MB +Max. Length : 30 steps +Models : 0 + +[endof: stats after solve call] +Solving Time: 0.21s +Memory: 156MB (+3MB) +UNSAT +Iteration Time: 0.30s + +Iteration 9 +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)] +Grounded Until: 35 +Expected Memory: 161.0MB +Grounding... [('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('step', [40]), ('check', [40])] +Grounding Time: 0.07s +Memory: 157MB (+1MB) +Unblocking actions... +Solving... +[start: stats after solve call] + +Models : 1+ +Calls : 9 +Time : 1.189s (Solving: 0.23s 1st Model: 0.01s Unsat: 0.22s) +CPU Time : 1.168s + +Choices : 6629 (Domain: 6629) +Conflicts : 785 (Analyzed: 779) +Restarts : 11 (Average: 70.82 Last: 39) +Model-Level : 614.0 +Problems : 9 (Average Length: 22.00 Splits: 0) +Lemmas : 779 (Deleted: 0) + Binary : 93 (Ratio: 11.94%) + Ternary : 8 (Ratio: 1.03%) + Conflict : 779 (Average Length: 571.4 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 779 (Average: 7.56 Max: 197 Sum: 5892) + Executed : 763 (Average: 7.45 Max: 197 Sum: 5802 Ratio: 98.47%) + Bounded : 16 (Average: 5.62 Max: 31 Sum: 90 Ratio: 1.53%) + +Rules : 10479 +Atoms : 10479 +Bodies : 1 (Original: 0) +Tight : Yes +Variables : 27830 (Eliminated: 0 Frozen: 27830) +Constraints : 184723 (Binary: 93.4% Ternary: 4.8% Other: 1.8%) + +Memory Peak : 192MB +Max. Length : 35 steps +Models : 1 + +[endof: stats after solve call] +Solving Time: 0.04s +Memory: 159MB (+2MB) +SAT +Testing... +SERIALIZABLE +Testing Time: 0.10s +Memory: 161MB (+2MB) +Answer: 1 +occurs(action(("unstack","h","f")),1) occurs(action(("put-down","h")),2) occurs(action(("pick-up","n")),3) occurs(action(("put-down","n")),4) occurs(action(("unstack","c","e")),5) occurs(action(("put-down","c")),6) occurs(action(("pick-up","n")),7) occurs(action(("stack","n","c")),8) occurs(action(("unstack","i","d")),9) occurs(action(("put-down","i")),10) occurs(action(("unstack","d","l")),11) occurs(action(("put-down","d")),12) occurs(action(("unstack","l","m")),13) occurs(action(("stack","l","n")),14) occurs(action(("pick-up","e")),15) occurs(action(("stack","e","l")),16) occurs(action(("pick-up","i")),17) occurs(action(("stack","i","e")),18) occurs(action(("unstack","f","a")),19) occurs(action(("put-down","f")),20) occurs(action(("unstack","a","k")),21) occurs(action(("stack","a","i")),22) occurs(action(("unstack","g","j")),23) occurs(action(("stack","g","a")),24) occurs(action(("pick-up","f")),25) occurs(action(("stack","f","g")),26) occurs(action(("unstack","k","b")),27) occurs(action(("stack","k","f")),28) occurs(action(("pick-up","m")),29) occurs(action(("stack","m","k")),30) occurs(action(("pick-up","h")),31) occurs(action(("stack","h","m")),32) occurs(action(("pick-up","b")),33) occurs(action(("stack","b","h")),34) occurs(action(("pick-up","d")),35) occurs(action(("stack","d","b")),36) occurs(action(("pick-up","j")),37) occurs(action(("put-down","j")),38) occurs(action(("pick-up","j")),39) occurs(action(("stack","j","d")),40) +SATISFIABLE + +Models : 1+ +Calls : 9 +Time : 1.189s (Solving: 0.23s 1st Model: 0.01s Unsat: 0.22s) +CPU Time : 1.168s + +Choices : 6629 (Domain: 6629) +Conflicts : 785 (Analyzed: 779) +Restarts : 11 (Average: 70.82 Last: 39) +Model-Level : 614.0 +Problems : 9 (Average Length: 22.00 Splits: 0) +Lemmas : 779 (Deleted: 0) + Binary : 93 (Ratio: 11.94%) + Ternary : 8 (Ratio: 1.03%) + Conflict : 779 (Average Length: 571.4 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 779 (Average: 7.56 Max: 197 Sum: 5892) + Executed : 763 (Average: 7.45 Max: 197 Sum: 5802 Ratio: 98.47%) + Bounded : 16 (Average: 5.62 Max: 31 Sum: 90 Ratio: 1.53%) + +Rules : 10479 +Atoms : 10479 +Bodies : 1 (Original: 0) +Tight : Yes +Variables : 27830 (Eliminated: 0 Frozen: 27830) +Constraints : 184723 (Binary: 93.4% Ternary: 4.8% Other: 1.8%) + +Memory Peak : 192MB +Max. Length : 40 steps +Sol. Length : 40 steps +Models : 1 + +