From 69f529c9e7ccb0c60fe5b891ba824211699e979b Mon Sep 17 00:00:00 2001 From: potassco-bot Date: Thu, 23 Nov 2017 21:44:16 +0100 Subject: [PATCH] Add benchmark result [ps-e1-sh | ipc-2002 | depots-strips-automatic | 4] --- .../ipc-2002_depots-strips-automatic_4.env | 38 ++++++ .../ipc-2002_depots-strips-automatic_4.err | 33 +++++ .../ipc-2002_depots-strips-automatic_4.out | 123 ++++++++++++++++++ 3 files changed, 194 insertions(+) create mode 100644 ps-e1-sh/ipc-2002_depots-strips-automatic_4.env create mode 100644 ps-e1-sh/ipc-2002_depots-strips-automatic_4.err create mode 100644 ps-e1-sh/ipc-2002_depots-strips-automatic_4.out diff --git a/ps-e1-sh/ipc-2002_depots-strips-automatic_4.env b/ps-e1-sh/ipc-2002_depots-strips-automatic_4.env new file mode 100644 index 000000000..7c38db243 --- /dev/null +++ b/ps-e1-sh/ipc-2002_depots-strips-automatic_4.env @@ -0,0 +1,38 @@ +command: +- timeout +- -m=8000000 +- -t=900 +- python3 +- /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/runplanner.py +- --domain=/home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/depots-strips-automatic/domain.pddl +- /home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/depots-strips-automatic/instances/instance-4.pddl +- --stats +- --verbose +- --print-call +- -A 1 +- --parallel=1 +- --shallow +configuration: + id: ps-e1-sh + instanceSets: + - lnpmr-easy-instances + options: + - --stats + - --verbose + - --print-call + - -A 1 + - --parallel=1 + - --shallow +exitCode: 0 +instance: + domain: depots-strips-automatic + instance: 4 + ipc: ipc-2002 +versions: + clingo: 5.2.2 + fastDownward: 10997:847cdf0069cab0c8841a9958e783d1a7340fe2e9 (2017-11-02 15:10 +0100) + planner: 517f2c0422a36582df17ecebb08e879b170cdfe2 (2017-11-21 02:23:06 +0100) + plasp: 3.1.0 + python: 3.6.3 +workingDirectory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner + diff --git a/ps-e1-sh/ipc-2002_depots-strips-automatic_4.err b/ps-e1-sh/ipc-2002_depots-strips-automatic_4.err new file mode 100644 index 000000000..21e227c21 --- /dev/null +++ b/ps-e1-sh/ipc-2002_depots-strips-automatic_4.err @@ -0,0 +1,33 @@ +# configuration: {'id': 'ps-e1-sh', 'options': ['--stats', '--verbose', '--print-call', '-A 1', '--parallel=1', '--shallow'], 'instanceSets': ['lnpmr-easy-instances']} +# instance: {'ipc': 'ipc-2002', 'domain': 'depots-strips-automatic', 'instance': 4} +# command: ['timeout', '-m=8000000', '-t=900', 'python3', '/home/pluehne/Documents/ASP/plasp-javier/encodings/planner/runplanner.py', '--domain=/home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/depots-strips-automatic/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/depots-strips-automatic/instances/instance-4.pddl', '--stats', '--verbose', '--print-call', '-A 1', '--parallel=1', '--shallow'] +# working directory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner +# exit code: 0 +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/preprocess.lp:13:4-34: info: atom does not occur in any rule head: + requires(feature(actionCosts)) + +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/preprocess.lp:14:4-33: info: atom does not occur in any rule head: + requires(feature(axiomRules)) + +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/preprocess.lp:15:4-41: info: atom does not occur in any rule head: + requires(feature(conditionalEffects)) + +/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) + +# planner call: plasp-3.1.0 translate --parsing-mode=compatibility /home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/depots-strips-automatic/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/depots-strips-automatic/instances/instance-4.pddl | /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 --verbose -A 1 --query-at-last --check-at-last --forbid-actions --force-actions -c planner_on=1 -c _shallow=1 -c _closure=3 -c _parallel=1 +FINISHED CPU 9.68 MEM 30288 MAXMEM 131260 STALE 1 MAXMEM_RSS 76676 + + diff --git a/ps-e1-sh/ipc-2002_depots-strips-automatic_4.out b/ps-e1-sh/ipc-2002_depots-strips-automatic_4.out new file mode 100644 index 000000000..c1b86fbda --- /dev/null +++ b/ps-e1-sh/ipc-2002_depots-strips-automatic_4.out @@ -0,0 +1,123 @@ +planner.py version 0.0.1 + +Time: 0.20s +Memory: 63MB + +Iteration 1 +Queue: [0] +Grounded Until: 0 +Solving... +Solving Time: 0.00s +Memory: 63MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 2 +Queue: [5] +Grounded Until: 0 +Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])] +Grounding Time: 0.16s +Memory: 71MB (+8MB) +Unblocking actions... +Solving... +Solving Time: 0.01s +Memory: 75MB (+4MB) +UNSAT +Iteration Time: 0.21s + +Iteration 3 +Queue: [10] +Grounded Until: 5 +Grounding... [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])] +Grounding Time: 0.15s +Memory: 80MB (+5MB) +Unblocking actions... +Solving... +Solving Time: 0.07s +Memory: 84MB (+4MB) +UNSAT +Iteration Time: 0.28s + +Iteration 4 +Queue: [15] +Grounded Until: 10 +Grounding... [('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('step', [15]), ('check', [15])] +Grounding Time: 0.16s +Memory: 88MB (+4MB) +Unblocking actions... +Solving... +Solving Time: 1.93s +Memory: 93MB (+5MB) +UNKNOWN +Iteration Time: 2.15s + +Iteration 5 +Queue: [15] +Grounded Until: 15 +Solving... +Solving Time: 2.14s +Memory: 94MB (+1MB) +UNKNOWN +Iteration Time: 2.14s + +Iteration 6 +Queue: [15] +Grounded Until: 15 +Solving... +Solving Time: 2.03s +Memory: 94MB (+0MB) +UNKNOWN +Iteration Time: 2.03s + +Iteration 7 +Queue: [15] +Grounded Until: 15 +Solving... +Solving Time: 2.00s +Memory: 94MB (+0MB) +UNKNOWN +Iteration Time: 2.00s + +Iteration 8 +Queue: [15] +Grounded Until: 15 +Solving... +Answer: 1 +occurs(action(("lift",constant("hoist0"),constant("crate7"),constant("crate4"),constant("depot0"))),1) occurs(action(("drive",constant("truck0"),constant("distributor1"),constant("depot0"))),1) occurs(action(("lift",constant("hoist2"),constant("crate6"),constant("crate5"),constant("distributor1"))),1) occurs(action(("load",constant("hoist0"),constant("crate7"),constant("truck0"),constant("depot0"))),2) occurs(action(("load",constant("hoist2"),constant("crate6"),constant("truck1"),constant("distributor1"))),2) occurs(action(("lift",constant("hoist1"),constant("crate2"),constant("pallet1"),constant("distributor0"))),3) occurs(action(("lift",constant("hoist2"),constant("crate5"),constant("crate3"),constant("distributor1"))),3) occurs(action(("lift",constant("hoist0"),constant("crate4"),constant("crate1"),constant("depot0"))),3) occurs(action(("load",constant("hoist2"),constant("crate5"),constant("truck1"),constant("distributor1"))),4) occurs(action(("load",constant("hoist0"),constant("crate4"),constant("truck0"),constant("depot0"))),4) occurs(action(("lift",constant("hoist2"),constant("crate3"),constant("pallet2"),constant("distributor1"))),5) occurs(action(("lift",constant("hoist0"),constant("crate1"),constant("crate0"),constant("depot0"))),5) occurs(action(("drop",constant("hoist1"),constant("crate2"),constant("pallet1"),constant("distributor0"))),5) occurs(action(("lift",constant("hoist1"),constant("crate2"),constant("pallet1"),constant("distributor0"))),6) occurs(action(("load",constant("hoist2"),constant("crate3"),constant("truck1"),constant("distributor1"))),6) occurs(action(("load",constant("hoist0"),constant("crate1"),constant("truck0"),constant("depot0"))),6) occurs(action(("lift",constant("hoist0"),constant("crate0"),constant("pallet0"),constant("depot0"))),7) occurs(action(("unload",constant("hoist2"),constant("crate5"),constant("truck1"),constant("distributor1"))),7) occurs(action(("drop",constant("hoist1"),constant("crate2"),constant("pallet1"),constant("distributor0"))),7) occurs(action(("drop",constant("hoist2"),constant("crate5"),constant("pallet2"),constant("distributor1"))),8) occurs(action(("lift",constant("hoist1"),constant("crate2"),constant("pallet1"),constant("distributor0"))),8) occurs(action(("drive",constant("truck1"),constant("distributor1"),constant("distributor0"))),8) occurs(action(("load",constant("hoist0"),constant("crate0"),constant("truck0"),constant("depot0"))),8) occurs(action(("unload",constant("hoist0"),constant("crate7"),constant("truck0"),constant("depot0"))),9) occurs(action(("lift",constant("hoist2"),constant("crate5"),constant("pallet2"),constant("distributor1"))),9) occurs(action(("load",constant("hoist1"),constant("crate2"),constant("truck1"),constant("distributor0"))),9) occurs(action(("drop",constant("hoist0"),constant("crate7"),constant("pallet0"),constant("depot0"))),10) occurs(action(("drop",constant("hoist2"),constant("crate5"),constant("pallet2"),constant("distributor1"))),10) occurs(action(("unload",constant("hoist1"),constant("crate6"),constant("truck1"),constant("distributor0"))),10) occurs(action(("lift",constant("hoist2"),constant("crate5"),constant("pallet2"),constant("distributor1"))),11) occurs(action(("unload",constant("hoist0"),constant("crate4"),constant("truck0"),constant("depot0"))),11) occurs(action(("drop",constant("hoist1"),constant("crate6"),constant("pallet1"),constant("distributor0"))),12) occurs(action(("drop",constant("hoist2"),constant("crate5"),constant("pallet2"),constant("distributor1"))),12) occurs(action(("drive",constant("truck0"),constant("depot0"),constant("distributor1"))),12) occurs(action(("drop",constant("hoist0"),constant("crate4"),constant("crate7"),constant("depot0"))),13) occurs(action(("unload",constant("hoist1"),constant("crate2"),constant("truck1"),constant("distributor0"))),13) occurs(action(("drive",constant("truck0"),constant("distributor1"),constant("depot0"))),13) occurs(action(("lift",constant("hoist2"),constant("crate5"),constant("pallet2"),constant("distributor1"))),14) occurs(action(("unload",constant("hoist0"),constant("crate0"),constant("truck0"),constant("depot0"))),14) occurs(action(("drop",constant("hoist2"),constant("crate5"),constant("pallet2"),constant("distributor1"))),15) occurs(action(("drop",constant("hoist1"),constant("crate2"),constant("crate6"),constant("distributor0"))),15) occurs(action(("drop",constant("hoist0"),constant("crate0"),constant("crate4"),constant("depot0"))),15) occurs(action(("drive",constant("truck0"),constant("depot0"),constant("distributor0"))),15) +Solving Time: 0.29s +Memory: 94MB (+0MB) +SAT +SATISFIABLE + +Models : 1+ +Calls : 8 +Time : 9.293s (Solving: 8.41s 1st Model: 0.28s Unsat: 0.07s) +CPU Time : 9.300s + +Choices : 64446 +Conflicts : 39696 (Analyzed: 39694) +Restarts : 419 (Average: 94.74 Last: 98) +Model-Level : 52.0 +Problems : 8 (Average Length: 13.25 Splits: 0) +Lemmas : 39694 (Deleted: 27374) + Binary : 1673 (Ratio: 4.21%) + Ternary : 1624 (Ratio: 4.09%) + Conflict : 39694 (Average Length: 59.7 Ratio: 100.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 39694 (Average: 1.64 Max: 55 Sum: 65077) + Executed : 39457 (Average: 1.57 Max: 55 Sum: 62518 Ratio: 96.07%) + Bounded : 237 (Average: 10.80 Max: 17 Sum: 2559 Ratio: 3.93%) + +Rules : 57567 +Atoms : 57567 +Bodies : 1 (Original: 0) +Tight : Yes +Variables : 40646 (Eliminated: 0 Frozen: 8122) +Constraints : 132766 (Binary: 86.5% Ternary: 9.6% Other: 3.9%) + +Memory Peak : 95MB +Max. Length : 15 steps +Sol. Length : 15 steps + +