1
0
Fork 0

Add benchmark result [m-mp-single-shot | ipc-2000 | blocks-strips-typed | 12]

This commit is contained in:
Potassco Bot 2018-02-14 18:53:01 +01:00
parent a02c2bc656
commit c26a8a6389
Signed by: potassco-bot
GPG Key ID: 1F54208CE70DDF73
3 changed files with 114 additions and 0 deletions

View File

@ -0,0 +1,42 @@
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-12.pddl
- --stats
- --stats-iter
- --verbose
- --print-call
- -m 8192
- --madagascar-Mp
- -F 20
- -T 20
configuration:
fixedHorizon: true
id: m-mp-single-shot
instanceSets:
- rintanen-aij-2012-interesting
options:
- --stats
- --stats-iter
- --verbose
- --print-call
- -m 8192
- --madagascar-Mp
exitCode: 0
instance:
domain: blocks-strips-typed
instance: 12
ipc: ipc-2000
planLength: 20
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

View File

@ -0,0 +1,9 @@
# configuration: {'id': 'm-mp-single-shot', 'options': ['--stats', '--stats-iter', '--verbose', '--print-call', '-m 8192', '--madagascar-Mp'], 'instanceSets': ['rintanen-aij-2012-interesting'], 'fixedHorizon': True}
# instance: {'ipc': 'ipc-2000', 'domain': 'blocks-strips-typed', 'instance': 12, 'planLength': 20}
# 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-12.pddl', '--stats', '--stats-iter', '--verbose', '--print-call', '-m 8192', '--madagascar-Mp', '-F 20', '-T 20']
# working directory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner
# exit code: 0
# planner call: /home/pluehne/Documents/ASP/madagascar/Mp /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-12.pddl --stats --stats-iter --verbose -m 8192 -F 20 -T 20
FINISHED CPU 0.37 MEM 33472 MAXMEM 33472 STALE 1 MAXMEM_RSS 13308
<time name="ALL">330</time>

View File

@ -0,0 +1,63 @@
Madagascar 0.99999 01/02/2018 14:46:04 amd64 1-core (no VSIDS)
Options: file:/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/blocks-strips-typed/domain.pddl file:/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/blocks-strips-typed/instances/instance-12.pddlignoring --stats
ignoring --stats-iter
ignoring --verbose
-m 8192 -F 20 -T 20
Domain: blocks
Problem: blocks-7-2
Parser: 112 ground actions and 71 state variables
Invariants: 0 1 2 3 4 5 0.00 secs
Goal: conjunctive
Simplified: 112 ground actions and 71 state variables
Actions: STRIPS
Disabling graph %: 10 20 30 40 50 60 70 80 90 100 0.00 secs (max SCC size 1)
Plan type: E-step
Allocated 32 MB permanent (total 122 MB)
Horizon 20: 3731 variables
Allocated 32 MB (total 230 MB)
SAT (0 ID 1027 decisions 656 conflicts 3731 variables)
PLAN FOUND: 20 steps
STEP 0: unstack(b,c)
STEP 1: put-down(b)
STEP 2: unstack(c,g)
STEP 3: stack(c,a)
STEP 4: unstack(g,e)
STEP 5: put-down(g)
STEP 6: unstack(c,a)
STEP 7: stack(c,g)
STEP 8: unstack(a,d)
STEP 9: stack(a,c)
STEP 10: pick-up(d)
STEP 11: stack(d,a)
STEP 12: unstack(e,f)
STEP 13: put-down(e)
STEP 14: pick-up(f)
STEP 15: stack(f,d)
STEP 16: pick-up(b)
STEP 17: stack(b,f)
STEP 18: pick-up(e)
STEP 19: stack(e,b)
20 actions in the plan.
# statistics in YAML format
---
runtime:
total: 0.04 # [s]
preprocessing: 0.00 # [s]
maxLearnedClauseLength: 646
groundActions:
afterParsing: 112
afterPreprocessing: 112
stateVariables:
afterParsing: 71
afterPreprocessing: 71
stronglyConnectedComponents:
maxSize: 1
plan:
found: true
length: 20
actions: 20
iterations:
...