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

95 lines
2.2 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-15.pddlignoring --stats
ignoring --stats-iter
ignoring --verbose
-m 8192
Domain: blocks
Problem: blocks-8-2
Parser: 144 ground actions and 89 state variables
Invariants: 0 1 2 3 4 5 0.00 secs
Goal: conjunctive
Simplified: 144 ground actions and 89 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: 89 variables
0 UNSAT (0 decisions 0 conflicts)
Horizon 5: 1254 variables
5 UNSAT (0 decisions 0 conflicts)
Horizon 10: 2419 variables
Allocated 32 MB (total 383 MB)
10 UNSAT (5 decisions 4 conflicts)
Horizon 15: 3584 variables
15 UNSAT (70 decisions 39 conflicts)
Horizon 20: 4749 variables
SAT (4 ID 13 decisions 0 conflicts 4749 variables)
PLAN FOUND: 20 steps
STEP 0: unstack(d,b)
STEP 1: stack(d,h)
STEP 2: pick-up(a)
STEP 3: stack(a,d)
STEP 4: unstack(b,f)
STEP 5: stack(b,e)
STEP 6: unstack(f,g)
STEP 7: stack(f,a)
STEP 8: pick-up(g)
STEP 9: stack(g,f)
STEP 10: unstack(b,e)
STEP 11: put-down(b)
STEP 12: pick-up(e)
STEP 13: stack(e,g)
STEP 14: pick-up(b)
STEP 15: stack(b,e)
STEP 16: pick-up(c)
STEP 17: stack(c,b)
18 actions in the plan.
# statistics in YAML format
---
runtime:
total: 0.01 # [s]
preprocessing: 0.00 # [s]
maxLearnedClauseLength: 96
groundActions:
afterParsing: 144
afterPreprocessing: 144
stateVariables:
afterParsing: 89
afterPreprocessing: 89
stronglyConnectedComponents:
maxSize: 1
plan:
found: true
length: 20
actions: 18
iterations:
- horizon: 0
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 89
- horizon: 5
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 1254
- horizon: 10
result: unsatisfiable
conflicts: 4
decisions: 5
variables: 2419
- horizon: 15
result: unsatisfiable
conflicts: 39
decisions: 70
variables: 3584
- horizon: 20
result: satisfiable
conflicts: 0
decisions: 13
variables: 4749
...