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

90 lines
2.1 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-7.pddlignoring --stats
ignoring --stats-iter
ignoring --verbose
-m 8192
Domain: blocks
Problem: blocks-6-0
Parser: 84 ground actions and 55 state variables
Invariants: 0 1 2 3 4 5 0.00 secs
Goal: conjunctive
Simplified: 84 ground actions and 55 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: 55 variables
0 UNSAT (0 decisions 0 conflicts)
Horizon 5: 750 variables
5 UNSAT (0 decisions 0 conflicts)
Horizon 10: 1445 variables
Allocated 32 MB (total 383 MB)
10 UNSAT (13 decisions 12 conflicts)
Horizon 15: 2140 variables
Horizon 20: 2835 variables
SAT (3 ID 104 decisions 67 conflicts 2140 variables)
PLAN FOUND: 15 steps
STEP 0: unstack(f,e)
STEP 1: stack(f,e)
STEP 2: unstack(d,a)
STEP 3: put-down(d)
STEP 4: unstack(f,e)
STEP 5: stack(f,d)
STEP 6: unstack(e,b)
STEP 7: stack(e,f)
STEP 8: unstack(a,c)
STEP 9: stack(a,e)
STEP 10: pick-up(b)
STEP 11: stack(b,a)
STEP 12: pick-up(c)
STEP 13: stack(c,b)
14 actions in the plan.
# statistics in YAML format
---
runtime:
total: 0.00 # [s]
preprocessing: 0.00 # [s]
maxLearnedClauseLength: 185
groundActions:
afterParsing: 84
afterPreprocessing: 84
stateVariables:
afterParsing: 55
afterPreprocessing: 55
stronglyConnectedComponents:
maxSize: 1
plan:
found: true
length: 15
actions: 14
iterations:
- horizon: 0
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 55
- horizon: 5
result: unsatisfiable
conflicts: 0
decisions: 0
variables: 750
- horizon: 10
result: unsatisfiable
conflicts: 12
decisions: 13
variables: 1445
- horizon: 15
result: satisfiable
conflicts: 67
decisions: 104
variables: 2140
- horizon: 20
result: unknown
conflicts: 0
decisions: 0
variables: 2835
...