1
0
Fork 0
tplp-planning-benchmark/m-mp/ipc-2000_blocks-strips-type...

97 lines
2.3 KiB
Plaintext

Madagascar 0.99999 31/01/2018 20:14:07 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-10.pddlignoring --stats
ignoring --stats-iter
ignoring --verbose
-m 8192
Domain: blocks
Problem: blocks-7-0
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 0: 71 variables
0 UNSAT (0 decisions 0 conflicts)
Horizon 5: 986 variables
5 UNSAT (0 decisions 0 conflicts)
Horizon 10: 1901 variables
10 UNSAT (0 decisions 0 conflicts)
Horizon 15: 2816 variables
Allocated 32 MB (total 460 MB)
15 UNSAT (10 decisions 9 conflicts)
Horizon 20: 3731 variables
SAT (4 ID 38 decisions 13 conflicts 3731 variables)
PLAN FOUND: 20 steps
STEP 0: unstack(e,g)
STEP 1: put-down(e)
STEP 2: unstack(g,b)
STEP 3: put-down(g)
STEP 4: unstack(b,a)
STEP 5: stack(b,g)
STEP 6: unstack(a,f)
STEP 7: put-down(a)
STEP 8: unstack(f,c)
STEP 9: stack(f,e)
STEP 10: unstack(c,d)
STEP 11: stack(c,f)
STEP 12: unstack(b,g)
STEP 13: stack(b,c)
STEP 14: pick-up(d)
STEP 15: stack(d,b)
STEP 16: pick-up(g)
STEP 17: stack(g,d)
STEP 18: pick-up(a)
STEP 19: stack(a,g)
20 actions in the plan.
# statistics in YAML format
---
runtime:
total: 0.00 # [s]
preprocessing: 0.00 # [s]
maxLearnedClauseLength: 61
groundActions:
afterParsing: 112
afterPreprocessing: 112
stateVariables:
afterParsing: 71
afterPreprocessing: 71
stronglyConnectedComponents:
maxSize: 1
plan:
found: true
length: 20
actions: 20
iterations:
- horizon: 0
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 71
- horizon: 5
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 986
- horizon: 10
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 1901
- horizon: 15
result: unsatisfiable
conflicts: 9
decisions: 10
variables: 2816
- horizon: 20
result: satisfiable
conflicts: 13
decisions: 38
variables: 3731
...