1
0
Fork 0
tplp-planning-benchmark/fd-ps-e1-sh/ipc-2000_freecell-strips-ty...

147 lines
5.9 KiB
Plaintext

INFO Running translator.
INFO translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/freecell-strips-typed/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/freecell-strips-typed/instances/instance-5.pddl']
INFO translator arguments: []
INFO translator time limit: None
INFO translator memory limit: None
INFO callstring: /home/pluehne/.usr/bin/python /home/wv/bin/linux/64/fast-downward-10997/builds/release64/bin/translate/translate.py /home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/freecell-strips-typed/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2000/domains/freecell-strips-typed/instances/instance-5.pddl
Parsing...
Parsing: [0.030s CPU, 0.036s wall-clock]
Normalizing task... [0.010s CPU, 0.003s wall-clock]
Instantiating...
Generating Datalog program... [0.000s CPU, 0.007s wall-clock]
Normalizing Datalog program...
Normalizing Datalog program: [0.050s CPU, 0.048s wall-clock]
Preparing model... [0.020s CPU, 0.022s wall-clock]
Generated 125 rules.
Computing model... [0.440s CPU, 0.437s wall-clock]
3618 relevant atoms
1056 auxiliary atoms
4674 final queue length
15856 total queue pushes
Completing instantiation... [1.460s CPU, 1.456s wall-clock]
Instantiating: [1.970s CPU, 1.976s wall-clock]
Computing fact groups...
Finding invariants...
15 initial candidates
Finding invariants: [0.110s CPU, 0.112s wall-clock]
Checking invariant weight... [0.000s CPU, 0.003s wall-clock]
Instantiating groups... [0.020s CPU, 0.014s wall-clock]
Collecting mutex groups... [0.000s CPU, 0.001s wall-clock]
Choosing groups...
7 uncovered facts
Choosing groups: [0.010s CPU, 0.003s wall-clock]
Building translation key... [0.000s CPU, 0.001s wall-clock]
Computing fact groups: [0.140s CPU, 0.139s wall-clock]
Building STRIPS to SAS dictionary... [0.000s CPU, 0.000s wall-clock]
Building dictionary for full mutex groups... [0.000s CPU, 0.001s wall-clock]
Building mutex information...
not in strips_to_sas, left out: Atom bottomcol(c0)
not in strips_to_sas, left out: Atom bottomcol(d0)
not in strips_to_sas, left out: Atom bottomcol(h0)
not in strips_to_sas, left out: Atom bottomcol(s0)
Building mutex information: [0.000s CPU, 0.002s wall-clock]
Translating task...
Processing axioms...
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
Processing axioms: [0.070s CPU, 0.065s wall-clock]
Translating task: [1.370s CPU, 1.368s wall-clock]
1398 effect conditions simplified
0 implied preconditions added
Detecting unreachable propositions...
0 operators removed
0 axioms removed
12 propositions removed
Detecting unreachable propositions: [0.620s CPU, 0.621s wall-clock]
Reordering and filtering variables...
22 of 22 variables necessary.
24 of 34 mutex groups necessary.
3399 of 3399 operators necessary.
0 of 0 axiom rules necessary.
Reordering and filtering variables: [0.260s CPU, 0.262s wall-clock]
Translator variables: 22
Translator derived variables: 0
Translator facts: 92
Translator goal facts: 4
Translator mutex groups: 24
Translator total mutex groups size: 82
Translator operators: 3399
Translator axioms: 0
Translator task size: 28546
Translator peak memory: 50520 KB
Writing output... [0.420s CPU, 0.444s wall-clock]
Done! [4.880s CPU, 4.912s wall-clock]
planner.py version 0.0.1
Time: 1.02s
Memory: 120MB
Iteration 1
Queue: [0]
Grounded Until: 0
Solving...
Solving Time: 0.00s
Memory: 120MB (+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.51s
Memory: 120MB (+0MB)
Unblocking actions...
Solving...
Solving Time: 0.43s
Memory: 122MB (+2MB)
UNSAT
Iteration Time: 1.11s
Iteration 3
Queue: [10]
Grounded Until: 5
Grounding... [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])]
Grounding Time: 0.50s
Memory: 134MB (+12MB)
Unblocking actions...
Solving...
Answer: 1
occurs(action(("sendtofree","da","sa","n4","n3")),1) occurs(action(("sendtonewcol","h2","ha","n2","n1")),2) occurs(action(("sendtohome-b","ha","h","n1","h0","n0","n1","n2")),3) occurs(action(("sendtofree-b","sa","n3","n2","n2","n3")),4) occurs(action(("sendtofree-b","d2","n2","n1","n3","n4")),5) occurs(action(("sendtofree-b","h2","n1","n0","n4","n5")),6) occurs(action(("homefromfreecell","da","d","n1","d0","n0","n0","n1")),7) occurs(action(("homefromfreecell","d2","d","n2","da","n1","n1","n2")),8) occurs(action(("sendtohome-b","ca","c","n1","c0","n0","n5","n6")),8) occurs(action(("sendtohome-b","c2","c","n2","ca","n1","n6","n7")),9) occurs(action(("homefromfreecell","sa","s","n1","s0","n0","n2","n3")),9) occurs(action(("homefromfreecell","h2","h","n2","ha","n1","n3","n4")),10) occurs(action(("sendtohome-b","s2","s","n2","sa","n1","n7","n8")),10)
Solving Time: 0.08s
Memory: 141MB (+7MB)
SAT
SATISFIABLE
Models : 1+
Calls : 3
Time : 2.978s (Solving: 0.45s 1st Model: 0.06s Unsat: 0.39s)
CPU Time : 2.850s
Choices : 5571
Conflicts : 4651 (Analyzed: 4650)
Restarts : 55 (Average: 84.55 Last: 35)
Model-Level : 42.0
Problems : 3 (Average Length: 7.00 Splits: 0)
Lemmas : 4650 (Deleted: 2448)
Binary : 55 (Ratio: 1.18%)
Ternary : 27 (Ratio: 0.58%)
Conflict : 4650 (Average Length: 130.5 Ratio: 100.00%)
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
Backjumps : 4650 (Average: 1.23 Max: 14 Sum: 5708)
Executed : 4582 (Average: 1.17 Max: 14 Sum: 5457 Ratio: 95.60%)
Bounded : 68 (Average: 3.69 Max: 12 Sum: 251 Ratio: 4.40%)
Rules : 95644
Atoms : 95644
Bodies : 1 (Original: 0)
Tight : Yes
Variables : 30832 (Eliminated: 0 Frozen: 28735)
Constraints : 206440 (Binary: 99.1% Ternary: 0.3% Other: 0.6%)
Memory Peak : 141MB
Max. Length : 10 steps
Sol. Length : 10 steps