165 lines
38 KiB
Plaintext
165 lines
38 KiB
Plaintext
|
INFO Running translator.
|
||
|
INFO translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/domains/domain-27.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/instances/instance-27.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-2004/domains/promela-dining-philosophers-strips/domains/domain-27.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/instances/instance-27.pddl
|
||
|
Parsing...
|
||
|
Parsing: [12.740s CPU, 12.744s wall-clock]
|
||
|
Normalizing task... [0.760s CPU, 0.767s wall-clock]
|
||
|
Instantiating...
|
||
|
Generating Datalog program... [0.220s CPU, 0.215s wall-clock]
|
||
|
Normalizing Datalog program...
|
||
|
Normalizing Datalog program: [0.290s CPU, 0.295s wall-clock]
|
||
|
Preparing model... [0.490s CPU, 0.483s wall-clock]
|
||
|
Generated 2185 rules.
|
||
|
Computing model... [0.220s CPU, 0.218s wall-clock]
|
||
|
1625 relevant atoms
|
||
|
0 auxiliary atoms
|
||
|
1625 final queue length
|
||
|
2381 total queue pushes
|
||
|
Completing instantiation... [1.270s CPU, 1.263s wall-clock]
|
||
|
Instantiating: [2.510s CPU, 2.495s wall-clock]
|
||
|
Computing fact groups...
|
||
|
Finding invariants...
|
||
|
840 initial candidates
|
||
|
Time limit reached, aborting invariant generation
|
||
|
Finding invariants: [300.410s CPU, 300.278s wall-clock]
|
||
|
Checking invariant weight... [0.000s CPU, 0.004s wall-clock]
|
||
|
Instantiating groups... [0.000s CPU, 0.001s wall-clock]
|
||
|
Collecting mutex groups... [0.000s CPU, 0.001s wall-clock]
|
||
|
Choosing groups...
|
||
|
775 uncovered facts
|
||
|
Choosing groups: [0.000s CPU, 0.003s wall-clock]
|
||
|
Building translation key... [0.020s CPU, 0.025s wall-clock]
|
||
|
Computing fact groups: [300.510s CPU, 300.382s wall-clock]
|
||
|
Building STRIPS to SAS dictionary... [0.010s CPU, 0.007s wall-clock]
|
||
|
Building dictionary for full mutex groups... [0.010s CPU, 0.006s wall-clock]
|
||
|
Building mutex information...
|
||
|
Building mutex information: [0.000s CPU, 0.009s wall-clock]
|
||
|
Translating task...
|
||
|
Processing axioms...
|
||
|
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
|
||
|
Processing axioms: [0.060s CPU, 0.053s wall-clock]
|
||
|
Translating task: [1.660s CPU, 1.660s wall-clock]
|
||
|
16901 effect conditions simplified
|
||
|
0 implied preconditions added
|
||
|
Detecting unreachable propositions...
|
||
|
0 operators removed
|
||
|
0 axioms removed
|
||
|
140 propositions removed
|
||
|
Detecting unreachable propositions: [0.830s CPU, 0.823s wall-clock]
|
||
|
Reordering and filtering variables...
|
||
|
750 of 750 variables necessary.
|
||
|
0 of 31 mutex groups necessary.
|
||
|
784 of 784 operators necessary.
|
||
|
0 of 0 axiom rules necessary.
|
||
|
Reordering and filtering variables: [3.820s CPU, 3.823s wall-clock]
|
||
|
Translator variables: 750
|
||
|
Translator derived variables: 0
|
||
|
Translator facts: 1506
|
||
|
Translator goal facts: 28
|
||
|
Translator mutex groups: 0
|
||
|
Translator total mutex groups size: 0
|
||
|
Translator operators: 784
|
||
|
Translator axioms: 0
|
||
|
Translator task size: 31047
|
||
|
Translator peak memory: 168700 KB
|
||
|
Writing output... [0.570s CPU, 0.607s wall-clock]
|
||
|
Done! [323.460s CPU, 323.369s wall-clock]
|
||
|
planner.py version 0.0.1
|
||
|
|
||
|
Time: 0.79s
|
||
|
Memory: 84MB
|
||
|
|
||
|
Iteration 1
|
||
|
Queue: [(0,0,0,True), (1,5,0,True), (2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
|
||
|
Grounded Until: 0
|
||
|
Solving...
|
||
|
Solving Time: 0.00s
|
||
|
Memory: 84MB (+0MB)
|
||
|
UNSAT
|
||
|
Iteration Time: 0.01s
|
||
|
|
||
|
Iteration 2
|
||
|
Queue: [(1,5,0,True), (2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
|
||
|
Grounded Until: 0
|
||
|
Expected Memory: 84MB
|
||
|
Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])]
|
||
|
Grounding Time: 0.44s
|
||
|
Memory: 124MB (+40MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 0.02s
|
||
|
Memory: 127MB (+3MB)
|
||
|
UNSAT
|
||
|
Iteration Time: 0.60s
|
||
|
|
||
|
Iteration 3
|
||
|
Queue: [(2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
|
||
|
Grounded Until: 5
|
||
|
Expected Memory: 170.0MB
|
||
|
Grounding... [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])]
|
||
|
Grounding Time: 0.47s
|
||
|
Memory: 148MB (+21MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 0.15s
|
||
|
Memory: 155MB (+7MB)
|
||
|
UNSAT
|
||
|
Iteration Time: 0.77s
|
||
|
|
||
|
Iteration 4
|
||
|
Queue: [(3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
|
||
|
Grounded Until: 10
|
||
|
Expected Memory: 198.0MB
|
||
|
Grounding... [('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('step', [15]), ('check', [15])]
|
||
|
Grounding Time: 0.56s
|
||
|
Memory: 177MB (+22MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 0.90s
|
||
|
Memory: 187MB (+10MB)
|
||
|
SAT
|
||
|
Testing...
|
||
|
SERIALIZABLE
|
||
|
Testing Time: 0.57s
|
||
|
Memory: 192MB (+5MB)
|
||
|
Answer: 1
|
||
|
occurs(action("activate-trans-philosopher-0-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-1-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-10-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-11-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-12-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-13-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-14-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-15-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-16-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-17-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-18-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-19-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-2-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-20-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-21-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-22-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-23-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-24-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-25-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-26-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-27-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-3-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-4-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-5-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-6-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-7-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-8-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-9-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("queue-write-philosopher-0-forks--pid-wfork-forks-0--fork-0"),2) occurs(action("queue-write-philosopher-1-forks--pid-wfork-forks-1--fork-0"),2) occurs(action("queue-write-philosopher-10-forks--pid-wfork-forks-10--fork-0"),2) occurs(action("queue-write-philosopher-11-forks--pid-wfork-forks-11--fork-0"),2) occurs(action("queue-write-philosopher-12-forks--pid-wfork-forks-12--fork-0"),2) occurs(action("queue-write-philosopher-13-forks--pid-wfork-forks-13--fork-0"),2) occurs(action("queue-write-philosopher-14-forks--pid-wfork-forks-14--fork-0"),2) occurs(action("queue-write-philosopher-15-forks--pid-wfork-forks-15--fork-0"),2) occurs(action("queue-write-philosopher-16-forks--pid-wfork-forks-16--fork-0"),2) occurs(action("queue-write-philosopher-17-forks--pid-wfork-forks-17--fork-0"),2) occurs(action("queue-write-philosopher-18-forks--pid-wfork-forks-18--fork-0"),2) occurs(action("queue-write-philosopher-19-forks--pid-wfork-forks-19--fork-0"),2) occurs(action("queue-write-philosopher-2-forks--pid-wfork-forks-2--fork-0"),2) occurs(action("queue-write-philosopher-20-forks--pid-wfork-forks-20--fork-0"),2) occurs(action("queue-write-philosopher-21-forks--pid-wfork-forks-21--fork-0"),2) occurs(action("queue-write-philosopher-22-forks--pid-wfork-forks-22--fork-0"),2) occurs(action("queue-write-philosopher-23-forks--pid-wfork-forks-23--fork-0"),2) occurs(action("que
|
||
|
SATISFIABLE
|
||
|
|
||
|
Models : 1+
|
||
|
Calls : 4
|
||
|
Time : 3.828s (Solving: 1.00s 1st Model: 0.87s Unsat: 0.13s)
|
||
|
CPU Time : 3.800s
|
||
|
|
||
|
Choices : 118882 (Domain: 116526)
|
||
|
Conflicts : 4621 (Analyzed: 4619)
|
||
|
Restarts : 57 (Average: 81.04 Last: 71)
|
||
|
Model-Level : 320.0
|
||
|
Problems : 4 (Average Length: 9.50 Splits: 0)
|
||
|
Lemmas : 4619 (Deleted: 925)
|
||
|
Binary : 750 (Ratio: 16.24%)
|
||
|
Ternary : 399 (Ratio: 8.64%)
|
||
|
Conflict : 4619 (Average Length: 12.0 Ratio: 100.00%)
|
||
|
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
|
||
|
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
|
||
|
Backjumps : 4619 (Average: 25.70 Max: 230 Sum: 118707)
|
||
|
Executed : 4518 (Average: 25.41 Max: 230 Sum: 117371 Ratio: 98.87%)
|
||
|
Bounded : 101 (Average: 13.23 Max: 17 Sum: 1336 Ratio: 1.13%)
|
||
|
|
||
|
Rules : 87340
|
||
|
Atoms : 87340
|
||
|
Bodies : 1 (Original: 0)
|
||
|
Tight : Yes
|
||
|
Variables : 51272 (Eliminated: 0 Frozen: 0)
|
||
|
Constraints : 281722 (Binary: 93.7% Ternary: 5.4% Other: 0.9%)
|
||
|
|
||
|
Memory Peak : 192MB
|
||
|
Max. Length : 15 steps
|
||
|
Sol. Length : 15 steps
|
||
|
Models : 1
|
||
|
|
||
|
|