179 lines
36 KiB
Plaintext
179 lines
36 KiB
Plaintext
|
INFO Running translator.
|
||
|
INFO translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/domains/domain-26.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/instances/instance-26.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-26.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/instances/instance-26.pddl
|
||
|
Parsing...
|
||
|
Parsing: [11.660s CPU, 11.660s wall-clock]
|
||
|
Normalizing task... [0.740s CPU, 0.739s wall-clock]
|
||
|
Instantiating...
|
||
|
Generating Datalog program... [0.200s CPU, 0.203s wall-clock]
|
||
|
Normalizing Datalog program...
|
||
|
Normalizing Datalog program: [0.280s CPU, 0.282s wall-clock]
|
||
|
Preparing model... [0.380s CPU, 0.374s wall-clock]
|
||
|
Generated 2107 rules.
|
||
|
Computing model... [0.210s CPU, 0.210s wall-clock]
|
||
|
1567 relevant atoms
|
||
|
0 auxiliary atoms
|
||
|
1567 final queue length
|
||
|
2296 total queue pushes
|
||
|
Completing instantiation... [1.250s CPU, 1.245s wall-clock]
|
||
|
Instantiating: [2.330s CPU, 2.334s wall-clock]
|
||
|
Computing fact groups...
|
||
|
Finding invariants...
|
||
|
810 initial candidates
|
||
|
Time limit reached, aborting invariant generation
|
||
|
Finding invariants: [300.400s CPU, 300.264s 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...
|
||
|
753 uncovered facts
|
||
|
Choosing groups: [0.100s CPU, 0.100s wall-clock]
|
||
|
Building translation key... [0.020s CPU, 0.025s wall-clock]
|
||
|
Computing fact groups: [300.590s CPU, 300.459s 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.007s wall-clock]
|
||
|
Translating task...
|
||
|
Processing axioms...
|
||
|
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
|
||
|
Processing axioms: [0.050s CPU, 0.050s wall-clock]
|
||
|
Translating task: [1.540s CPU, 1.544s wall-clock]
|
||
|
15782 effect conditions simplified
|
||
|
0 implied preconditions added
|
||
|
Detecting unreachable propositions...
|
||
|
0 operators removed
|
||
|
0 axioms removed
|
||
|
135 propositions removed
|
||
|
Detecting unreachable propositions: [0.890s CPU, 0.886s wall-clock]
|
||
|
Reordering and filtering variables...
|
||
|
727 of 727 variables necessary.
|
||
|
0 of 28 mutex groups necessary.
|
||
|
756 of 756 operators necessary.
|
||
|
0 of 0 axiom rules necessary.
|
||
|
Reordering and filtering variables: [3.520s CPU, 3.512s wall-clock]
|
||
|
Translator variables: 727
|
||
|
Translator derived variables: 0
|
||
|
Translator facts: 1456
|
||
|
Translator goal facts: 27
|
||
|
Translator mutex groups: 0
|
||
|
Translator total mutex groups size: 0
|
||
|
Translator operators: 756
|
||
|
Translator axioms: 0
|
||
|
Translator task size: 29149
|
||
|
Translator peak memory: 167264 KB
|
||
|
Writing output... [0.540s CPU, 0.575s wall-clock]
|
||
|
Done! [321.870s CPU, 321.773s wall-clock]
|
||
|
planner.py version 0.0.1
|
||
|
|
||
|
Time: 0.77s
|
||
|
Memory: 82MB
|
||
|
|
||
|
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: 83MB (+1MB)
|
||
|
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: 83MB
|
||
|
Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])]
|
||
|
Grounding Time: 0.41s
|
||
|
Memory: 120MB (+37MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 0.02s
|
||
|
Memory: 124MB (+4MB)
|
||
|
UNSAT
|
||
|
Iteration Time: 0.56s
|
||
|
|
||
|
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: 165.0MB
|
||
|
Grounding... [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])]
|
||
|
Grounding Time: 0.44s
|
||
|
Memory: 144MB (+20MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 0.16s
|
||
|
Memory: 150MB (+6MB)
|
||
|
UNSAT
|
||
|
Iteration Time: 0.74s
|
||
|
|
||
|
Iteration 4
|
||
|
Queue: [(3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
|
||
|
Grounded Until: 10
|
||
|
Expected Memory: 191.0MB
|
||
|
Grounding... [('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('step', [15]), ('check', [15])]
|
||
|
Grounding Time: 0.53s
|
||
|
Memory: 171MB (+21MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 1.60s
|
||
|
Memory: 182MB (+11MB)
|
||
|
UNKNOWN
|
||
|
Iteration Time: 2.31s
|
||
|
|
||
|
Iteration 5
|
||
|
Queue: [(4,20,0,True), (5,25,0,True), (6,30,0,True)]
|
||
|
Grounded Until: 15
|
||
|
Expected Memory: 223.0MB
|
||
|
Grounding... [('step', [16]), ('step', [17]), ('step', [18]), ('step', [19]), ('step', [20]), ('check', [20])]
|
||
|
Grounding Time: 0.46s
|
||
|
Memory: 193MB (+11MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 0.11s
|
||
|
Memory: 207MB (+14MB)
|
||
|
SAT
|
||
|
Testing...
|
||
|
SERIALIZABLE
|
||
|
Testing Time: 0.57s
|
||
|
Memory: 207MB (+0MB)
|
||
|
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-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("queue-write-philosopher-24-forks--pid-wfork-forks-24--fork-0"),2) occurs(action("queue-write-philoso
|
||
|
SATISFIABLE
|
||
|
|
||
|
Models : 1+
|
||
|
Calls : 5
|
||
|
Time : 5.122s (Solving: 1.79s 1st Model: 0.07s Unsat: 0.14s)
|
||
|
CPU Time : 5.100s
|
||
|
|
||
|
Choices : 230236 (Domain: 226657)
|
||
|
Conflicts : 10749 (Analyzed: 10747)
|
||
|
Restarts : 114 (Average: 94.27 Last: 109)
|
||
|
Model-Level : 530.0
|
||
|
Problems : 5 (Average Length: 12.00 Splits: 0)
|
||
|
Lemmas : 10747 (Deleted: 4992)
|
||
|
Binary : 1468 (Ratio: 13.66%)
|
||
|
Ternary : 702 (Ratio: 6.53%)
|
||
|
Conflict : 10747 (Average Length: 13.5 Ratio: 100.00%)
|
||
|
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
|
||
|
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
|
||
|
Backjumps : 10747 (Average: 21.43 Max: 213 Sum: 230334)
|
||
|
Executed : 10548 (Average: 21.16 Max: 213 Sum: 227414 Ratio: 98.73%)
|
||
|
Bounded : 199 (Average: 14.67 Max: 17 Sum: 2920 Ratio: 1.27%)
|
||
|
|
||
|
Rules : 82127
|
||
|
Atoms : 82127
|
||
|
Bodies : 1 (Original: 0)
|
||
|
Tight : Yes
|
||
|
Variables : 67083 (Eliminated: 0 Frozen: 0)
|
||
|
Constraints : 389620 (Binary: 93.7% Ternary: 5.5% Other: 0.9%)
|
||
|
|
||
|
Memory Peak : 207MB
|
||
|
Max. Length : 20 steps
|
||
|
Sol. Length : 20 steps
|
||
|
Models : 1
|
||
|
|
||
|
|