207 lines
37 KiB
Plaintext
207 lines
37 KiB
Plaintext
|
INFO Running translator.
|
||
|
INFO translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/domains/domain-28.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/instances/instance-28.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-28.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/instances/instance-28.pddl
|
||
|
Parsing...
|
||
|
Parsing: [14.020s CPU, 14.015s wall-clock]
|
||
|
Normalizing task... [0.840s CPU, 0.841s wall-clock]
|
||
|
Instantiating...
|
||
|
Generating Datalog program... [0.230s CPU, 0.228s wall-clock]
|
||
|
Normalizing Datalog program...
|
||
|
Normalizing Datalog program: [0.310s CPU, 0.309s wall-clock]
|
||
|
Preparing model... [0.500s CPU, 0.501s wall-clock]
|
||
|
Generated 2263 rules.
|
||
|
Computing model... [0.240s CPU, 0.233s wall-clock]
|
||
|
1683 relevant atoms
|
||
|
0 auxiliary atoms
|
||
|
1683 final queue length
|
||
|
2466 total queue pushes
|
||
|
Completing instantiation... [1.460s CPU, 1.459s wall-clock]
|
||
|
Instantiating: [2.760s CPU, 2.751s wall-clock]
|
||
|
Computing fact groups...
|
||
|
Finding invariants...
|
||
|
870 initial candidates
|
||
|
Time limit reached, aborting invariant generation
|
||
|
Finding invariants: [300.400s CPU, 300.277s 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...
|
||
|
809 uncovered facts
|
||
|
Choosing groups: [0.000s CPU, 0.003s wall-clock]
|
||
|
Building translation key... [0.030s CPU, 0.026s wall-clock]
|
||
|
Computing fact groups: [300.510s CPU, 300.385s wall-clock]
|
||
|
Building STRIPS to SAS dictionary... [0.000s CPU, 0.008s wall-clock]
|
||
|
Building dictionary for full mutex groups... [0.010s CPU, 0.006s wall-clock]
|
||
|
Building mutex information...
|
||
|
Building mutex information: [0.010s CPU, 0.007s wall-clock]
|
||
|
Translating task...
|
||
|
Processing axioms...
|
||
|
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
|
||
|
Processing axioms: [0.060s CPU, 0.057s wall-clock]
|
||
|
Translating task: [1.770s CPU, 1.765s wall-clock]
|
||
|
18112 effect conditions simplified
|
||
|
0 implied preconditions added
|
||
|
Detecting unreachable propositions...
|
||
|
0 operators removed
|
||
|
0 axioms removed
|
||
|
145 propositions removed
|
||
|
Detecting unreachable propositions: [0.870s CPU, 0.876s wall-clock]
|
||
|
Reordering and filtering variables...
|
||
|
781 of 781 variables necessary.
|
||
|
0 of 30 mutex groups necessary.
|
||
|
812 of 812 operators necessary.
|
||
|
0 of 0 axiom rules necessary.
|
||
|
Reordering and filtering variables: [4.260s CPU, 4.257s wall-clock]
|
||
|
Translator variables: 781
|
||
|
Translator derived variables: 0
|
||
|
Translator facts: 1564
|
||
|
Translator goal facts: 29
|
||
|
Translator mutex groups: 0
|
||
|
Translator total mutex groups size: 0
|
||
|
Translator operators: 812
|
||
|
Translator axioms: 0
|
||
|
Translator task size: 33049
|
||
|
Translator peak memory: 170004 KB
|
||
|
Writing output... [0.610s CPU, 0.679s wall-clock]
|
||
|
Done! [325.710s CPU, 325.640s wall-clock]
|
||
|
planner.py version 0.0.1
|
||
|
|
||
|
Time: 0.85s
|
||
|
Memory: 86MB
|
||
|
|
||
|
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.01s
|
||
|
Memory: 87MB (+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: 87MB
|
||
|
Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])]
|
||
|
Grounding Time: 0.46s
|
||
|
Memory: 127MB (+40MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 0.02s
|
||
|
Memory: 131MB (+4MB)
|
||
|
UNSAT
|
||
|
Iteration Time: 0.63s
|
||
|
|
||
|
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: 175.0MB
|
||
|
Grounding... [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])]
|
||
|
Grounding Time: 0.58s
|
||
|
Memory: 159MB (+28MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 0.14s
|
||
|
Memory: 166MB (+7MB)
|
||
|
UNSAT
|
||
|
Iteration Time: 0.88s
|
||
|
|
||
|
Iteration 4
|
||
|
Queue: [(3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
|
||
|
Grounded Until: 10
|
||
|
Expected Memory: 210.0MB
|
||
|
Grounding... [('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('step', [15]), ('check', [15])]
|
||
|
Grounding Time: 0.50s
|
||
|
Memory: 182MB (+16MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 1.77s
|
||
|
Memory: 195MB (+13MB)
|
||
|
UNKNOWN
|
||
|
Iteration Time: 2.47s
|
||
|
|
||
|
Iteration 5
|
||
|
Queue: [(4,20,0,True), (5,25,0,True), (6,30,0,True)]
|
||
|
Grounded Until: 15
|
||
|
Expected Memory: 239.0MB
|
||
|
Grounding... [('step', [16]), ('step', [17]), ('step', [18]), ('step', [19]), ('step', [20]), ('check', [20])]
|
||
|
Grounding Time: 0.53s
|
||
|
Memory: 207MB (+12MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 3.56s
|
||
|
Memory: 215MB (+8MB)
|
||
|
UNKNOWN
|
||
|
Iteration Time: 4.25s
|
||
|
|
||
|
Iteration 6
|
||
|
Queue: [(5,25,0,True), (6,30,0,True)]
|
||
|
Grounded Until: 20
|
||
|
Expected Memory: 259.0MB
|
||
|
Grounding... [('step', [21]), ('step', [22]), ('step', [23]), ('step', [24]), ('step', [25]), ('check', [25])]
|
||
|
Grounding Time: 0.69s
|
||
|
Memory: 246MB (+31MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 4.34s
|
||
|
Memory: 259MB (+13MB)
|
||
|
UNKNOWN
|
||
|
Iteration Time: 5.22s
|
||
|
|
||
|
Iteration 7
|
||
|
Queue: [(6,30,0,True)]
|
||
|
Grounded Until: 25
|
||
|
Expected Memory: 303.0MB
|
||
|
Grounding... [('step', [26]), ('step', [27]), ('step', [28]), ('step', [29]), ('step', [30]), ('check', [30])]
|
||
|
Grounding Time: 0.52s
|
||
|
Memory: 272MB (+13MB)
|
||
|
Unblocking actions...
|
||
|
Solving...
|
||
|
Solving Time: 1.25s
|
||
|
Memory: 289MB (+17MB)
|
||
|
SAT
|
||
|
Testing...
|
||
|
SERIALIZABLE
|
||
|
Testing Time: 0.60s
|
||
|
Memory: 289MB (+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-27-philosopher-forks--pid-wfork-state-1-state-6-0"),1) occurs(action("activate-trans-philosopher-28-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) oc
|
||
|
SATISFIABLE
|
||
|
|
||
|
Models : 1+
|
||
|
Calls : 7
|
||
|
Time : 16.277s (Solving: 10.87s 1st Model: 1.19s Unsat: 0.12s)
|
||
|
CPU Time : 16.244s
|
||
|
|
||
|
Choices : 1033564 (Domain: 1029490)
|
||
|
Conflicts : 29914 (Analyzed: 29912)
|
||
|
Restarts : 336 (Average: 89.02 Last: 96)
|
||
|
Model-Level : 1152.0
|
||
|
Problems : 7 (Average Length: 17.00 Splits: 0)
|
||
|
Lemmas : 29912 (Deleted: 22332)
|
||
|
Binary : 1658 (Ratio: 5.54%)
|
||
|
Ternary : 864 (Ratio: 2.89%)
|
||
|
Conflict : 29912 (Average Length: 42.3 Ratio: 100.00%)
|
||
|
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
|
||
|
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
|
||
|
Backjumps : 29912 (Average: 33.89 Max: 566 Sum: 1013675)
|
||
|
Executed : 29700 (Average: 33.76 Max: 566 Sum: 1009892 Ratio: 99.63%)
|
||
|
Bounded : 212 (Average: 17.84 Max: 32 Sum: 3783 Ratio: 0.37%)
|
||
|
|
||
|
Rules : 92853
|
||
|
Atoms : 92853
|
||
|
Bodies : 1 (Original: 0)
|
||
|
Tight : Yes
|
||
|
Variables : 109767 (Eliminated: 0 Frozen: 0)
|
||
|
Constraints : 811357 (Binary: 94.2% Ternary: 5.0% Other: 0.8%)
|
||
|
|
||
|
Memory Peak : 289MB
|
||
|
Max. Length : 30 steps
|
||
|
Sol. Length : 30 steps
|
||
|
Models : 1
|
||
|
|
||
|
|