Remove corrupt benchmarks

Due to the planner not handling timeout signals appropriately, these
measurements ran for much longer than the intended 900 seconds.

Remove these to run them again.
This commit is contained in:
2018-03-05 16:10:47 +01:00
parent 80cbf60143
commit 56cd3680d6
327 changed files with 0 additions and 83262 deletions

View File

@@ -1,402 +0,0 @@
INFO Running translator.
INFO translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/instances/instance-14.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-2011/domains/barman-sequential-satisficing/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2011/domains/barman-sequential-satisficing/instances/instance-14.pddl
Parsing...
Parsing: [0.040s CPU, 0.036s wall-clock]
Normalizing task... [0.000s CPU, 0.003s wall-clock]
Instantiating...
Generating Datalog program... [0.010s CPU, 0.010s wall-clock]
Normalizing Datalog program...
Normalizing Datalog program: [0.040s CPU, 0.046s wall-clock]
Preparing model... [0.040s CPU, 0.026s wall-clock]
Generated 115 rules.
Computing model... [0.500s CPU, 0.504s wall-clock]
3094 relevant atoms
3221 auxiliary atoms
6315 final queue length
10878 total queue pushes
Completing instantiation... [0.960s CPU, 0.960s wall-clock]
Instantiating: [1.550s CPU, 1.553s wall-clock]
Computing fact groups...
Finding invariants...
24 initial candidates
Finding invariants: [0.120s CPU, 0.118s wall-clock]
Checking invariant weight... [0.000s CPU, 0.001s wall-clock]
Instantiating groups... [0.010s CPU, 0.009s wall-clock]
Collecting mutex groups... [0.000s CPU, 0.001s wall-clock]
Choosing groups...
328 uncovered facts
Choosing groups: [0.010s CPU, 0.002s wall-clock]
Building translation key... [0.010s CPU, 0.012s wall-clock]
Computing fact groups: [0.170s CPU, 0.168s wall-clock]
Building STRIPS to SAS dictionary... [0.000s CPU, 0.003s wall-clock]
Building dictionary for full mutex groups... [0.010s CPU, 0.003s wall-clock]
Building mutex information...
Building mutex information: [0.000s CPU, 0.003s wall-clock]
Translating task...
Processing axioms...
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
Processing axioms: [0.060s CPU, 0.054s wall-clock]
Translating task: [0.990s CPU, 0.992s wall-clock]
3672 effect conditions simplified
0 implied preconditions added
Detecting unreachable propositions...
0 operators removed
0 axioms removed
3 propositions removed
Detecting unreachable propositions: [0.490s CPU, 0.487s wall-clock]
Reordering and filtering variables...
331 of 331 variables necessary.
15 of 18 mutex groups necessary.
2194 of 2194 operators necessary.
0 of 0 axiom rules necessary.
Reordering and filtering variables: [0.400s CPU, 0.400s wall-clock]
Translator variables: 331
Translator derived variables: 0
Translator facts: 691
Translator goal facts: 13
Translator mutex groups: 15
Translator total mutex groups size: 45
Translator operators: 2194
Translator axioms: 0
Translator task size: 21018
Translator peak memory: 48332 KB
Writing output... [0.350s CPU, 0.382s wall-clock]
Done! [4.040s CPU, 4.069s wall-clock]
planner.py version 0.0.1
Time: 1.11s
Memory: 107MB
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...
[start: stats after solve call]
Models : 0
Calls : 1
Time : 1.280s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s)
CPU Time : 1.116s
Choices : 0
Conflicts : 0 (Analyzed: 0)
Restarts : 0
Problems : 1 (Average Length: 2.00 Splits: 0)
Lemmas : 0 (Deleted: 0)
Binary : 0 (Ratio: 0.00%)
Ternary : 0 (Ratio: 0.00%)
Conflict : 0 (Average Length: 0.0 Ratio: 0.00%)
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
Backjumps : 0 (Average: 0.00 Max: 0 Sum: 0)
Executed : 0 (Average: 0.00 Max: 0 Sum: 0 Ratio: 0.00%)
Bounded : 0 (Average: 0.00 Max: 0 Sum: 0 Ratio: 100.00%)
Rules : 60629
Atoms : 60629
Bodies : 1 (Original: 0)
Tight : Yes
Variables : 0 (Eliminated: 0 Frozen: 0)
Constraints : 0 (Binary: 0.0% Ternary: 0.0% Other: 0.0%)
Memory Peak : 243MB
Max. Length : 0 steps
Models : 0
[endof: stats after solve call]
Solving Time: 0.01s
Memory: 179MB (+72MB)
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: 179MB
Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])]
Grounding Time: 0.39s
Memory: 179MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]
Models : 0
Calls : 2
Time : 1.840s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s)
CPU Time : 1.676s
Choices : 112 (Domain: 100)
Conflicts : 35 (Analyzed: 34)
Restarts : 0
Problems : 2 (Average Length: 4.50 Splits: 0)
Lemmas : 34 (Deleted: 0)
Binary : 9 (Ratio: 26.47%)
Ternary : 1 (Ratio: 2.94%)
Conflict : 34 (Average Length: 13.6 Ratio: 100.00%)
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
Backjumps : 34 (Average: 3.35 Max: 24 Sum: 114)
Executed : 32 (Average: 3.29 Max: 24 Sum: 112 Ratio: 98.25%)
Bounded : 2 (Average: 1.00 Max: 1 Sum: 2 Ratio: 1.75%)
Rules : 60629
Atoms : 60629
Bodies : 1 (Original: 0)
Tight : Yes
Variables : 16570 (Eliminated: 0 Frozen: 247)
Constraints : 53513 (Binary: 95.2% Ternary: 3.3% Other: 1.6%)
Memory Peak : 243MB
Max. Length : 0 steps
Models : 0
[endof: stats after solve call]
Solving Time: 0.03s
Memory: 183MB (+4MB)
UNSAT
Iteration Time: 0.57s
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: 187.0MB
Grounding... [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])]
Grounding Time: 0.31s
Memory: 189MB (+6MB)
Unblocking actions...
Solving...
[start: stats after solve call]
Models : 1+
Calls : 3
Time : 2.301s (Solving: 0.01s 1st Model: 0.01s Unsat: 0.00s)
CPU Time : 2.140s
Choices : 1016 (Domain: 918)
Conflicts : 65 (Analyzed: 64)
Restarts : 0
Model-Level : 279.0
Problems : 3 (Average Length: 7.00 Splits: 0)
Lemmas : 64 (Deleted: 0)
Binary : 16 (Ratio: 25.00%)
Ternary : 1 (Ratio: 1.56%)
Conflict : 64 (Average Length: 114.4 Ratio: 100.00%)
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
Backjumps : 64 (Average: 11.73 Max: 61 Sum: 751)
Executed : 62 (Average: 11.70 Max: 61 Sum: 749 Ratio: 99.73%)
Bounded : 2 (Average: 1.00 Max: 1 Sum: 2 Ratio: 0.27%)
Rules : 60629
Atoms : 60629
Bodies : 1 (Original: 0)
Tight : Yes
Variables : 35946 (Eliminated: 0 Frozen: 497)
Constraints : 211648 (Binary: 95.5% Ternary: 3.2% Other: 1.3%)
Memory Peak : 243MB
Max. Length : 5 steps
Models : 1
[endof: stats after solve call]
Solving Time: 0.03s
Memory: 199MB (+10MB)
SAT
Testing...
NOT SERIALIZABLE
Testing Time: 1.06s
Memory: 232MB (+33MB)
Solving...
[start: stats after solve call]
Models : 0
Calls : 4
Time : 3.227s (Solving: 0.64s 1st Model: 0.01s Unsat: 0.63s)
CPU Time : 3.068s
Choices : 23571 (Domain: 16283)
Conflicts : 2390 (Analyzed: 2388)
Restarts : 6 (Average: 398.00 Last: 244)
Model-Level : 279.0
Problems : 4 (Average Length: 8.25 Splits: 0)
Lemmas : 2388 (Deleted: 0)
Binary : 287 (Ratio: 12.02%)
Ternary : 102 (Ratio: 4.27%)
Conflict : 2388 (Average Length: 94.4 Ratio: 100.00%)
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
Backjumps : 2388 (Average: 9.73 Max: 200 Sum: 23247)
Executed : 2382 (Average: 9.71 Max: 200 Sum: 23197 Ratio: 99.78%)
Bounded : 6 (Average: 8.33 Max: 12 Sum: 50 Ratio: 0.22%)
Rules : 135816
Atoms : 72363
Bodies : 51048 (Original: 51047)
Count : 2348
Equivalences : 17249 (Atom=Atom: 82 Body=Body: 0 Other: 17167)
Tight : Yes
Variables : 40596 (Eliminated: 0 Frozen: 17505)
Constraints : 282943 (Binary: 95.0% Ternary: 2.9% Other: 2.1%)
Memory Peak : 243MB
Max. Length : 5 steps
Models : 1
[endof: stats after solve call]
Solving Time: 0.69s
Memory: 231MB (+-1MB)
UNSAT
Iteration Time: 2.22s
Iteration 4
Queue: [(3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until: 10
Expected Memory: 247.0MB
Grounding... [('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('step', [15]), ('check', [15])]
Grounding Time: 0.51s
Memory: 231MB (+0MB)
Unblocking actions...
Solving...
[start: stats after solve call]
Models : 0
Calls : 5
Time : 18.278s (Solving: 14.98s 1st Model: 0.01s Unsat: 14.97s)
CPU Time : 18.124s
Choices : 211921 (Domain: 159222)
Conflicts : 29231 (Analyzed: 29228)
Restarts : 18 (Average: 1623.78 Last: 1079)
Model-Level : 279.0
Problems : 5 (Average Length: 10.00 Splits: 0)
Lemmas : 29228 (Deleted: 17403)
Binary : 1709 (Ratio: 5.85%)
Ternary : 378 (Ratio: 1.29%)
Conflict : 29228 (Average Length: 960.5 Ratio: 100.00%)
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
Backjumps : 29228 (Average: 7.22 Max: 200 Sum: 210949)
Executed : 29209 (Average: 7.21 Max: 200 Sum: 210678 Ratio: 99.87%)
Bounded : 19 (Average: 14.26 Max: 17 Sum: 271 Ratio: 0.13%)
Rules : 135816
Atoms : 72363
Bodies : 51048 (Original: 51047)
Count : 2348
Equivalences : 17249 (Atom=Atom: 82 Body=Body: 0 Other: 17167)
Tight : Yes
Variables : 63282 (Eliminated: 0 Frozen: 30380)
Constraints : 489098 (Binary: 95.1% Ternary: 2.9% Other: 2.0%)
Memory Peak : 373MB
Max. Length : 10 steps
Models : 1
[endof: stats after solve call]
Solving Time: 14.37s
Memory: 309MB (+78MB)
UNSAT
Iteration Time: 15.07s
Iteration 5
Queue: [(4,20,0,True), (5,25,0,True), (6,30,0,True)]
Grounded Until: 15
Expected Memory: 387.0MB
Grounding... [('step', [16]), ('step', [17]), ('step', [18]), ('step', [19]), ('step', [20]), ('check', [20])]
Grounding Time: 0.53s
Memory: 313MB (+4MB)
Unblocking actions...
Solving...
[start: stats after solve call]
Models : 0
Calls : 6
Time : 105.427s (Solving: 101.34s 1st Model: 0.01s Unsat: 101.33s)
CPU Time : 105.308s
Choices : 906646 (Domain: 821960)
Conflicts : 138497 (Analyzed: 138493)
Restarts : 33 (Average: 4196.76 Last: 21871)
Model-Level : 279.0
Problems : 6 (Average Length: 12.00 Splits: 0)
Lemmas : 138493 (Deleted: 95656)
Binary : 4195 (Ratio: 3.03%)
Ternary : 1025 (Ratio: 0.74%)
Conflict : 138493 (Average Length: 1287.4 Ratio: 100.00%)
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
Backjumps : 138493 (Average: 6.53 Max: 368 Sum: 904948)
Executed : 138457 (Average: 6.53 Max: 368 Sum: 904313 Ratio: 99.93%)
Bounded : 36 (Average: 17.64 Max: 22 Sum: 635 Ratio: 0.07%)
Rules : 135816
Atoms : 72363
Bodies : 51048 (Original: 51047)
Count : 2348
Equivalences : 17249 (Atom=Atom: 82 Body=Body: 0 Other: 17167)
Tight : Yes
Variables : 85968 (Eliminated: 0 Frozen: 43255)
Constraints : 691681 (Binary: 95.1% Ternary: 2.9% Other: 2.0%)
Memory Peak : 521MB
Max. Length : 15 steps
Models : 1
[endof: stats after solve call]
Solving Time: 86.45s
Memory: 457MB (+144MB)
UNSAT
Iteration Time: 87.20s
Iteration 6
Queue: [(5,25,0,True), (6,30,0,True)]
Grounded Until: 20
Expected Memory: 605.0MB
Grounding... [('step', [21]), ('step', [22]), ('step', [23]), ('step', [24]), ('step', [25]), ('check', [25])]
Grounding Time: 0.59s
Memory: 472MB (+15MB)
Unblocking actions...
Solving...
*** Info : (planner): INTERRUPTED by signal!
UNKNOWN
INTERRUPTED : 1
Models : 0+
Calls : 7
Time : 893.418s (Solving: 888.39s 1st Model: 0.01s Unsat: 101.33s)
CPU Time : 893.620s
Choices : 4142201 (Domain: 4010875)
Conflicts : 841297 (Analyzed: 841293)
Restarts : 53 (Average: 15873.45 Last: 37933)
Model-Level : 279.0
Problems : 7 (Average Length: 14.14 Splits: 0)
Lemmas : 841293 (Deleted: 780675)
Binary : 9676 (Ratio: 1.15%)
Ternary : 1945 (Ratio: 0.23%)
Conflict : 841293 (Average Length: 2059.6 Ratio: 100.00%)
Loop : 0 (Average Length: 0.0 Ratio: 0.00%)
Other : 0 (Average Length: 0.0 Ratio: 0.00%)
Backjumps : 841293 (Average: 4.92 Max: 431 Sum: 4139102)
Executed : 841227 (Average: 4.92 Max: 431 Sum: 4137667 Ratio: 99.97%)
Bounded : 66 (Average: 21.74 Max: 27 Sum: 1435 Ratio: 0.03%)
Rules : 135816
Atoms : 72363
Bodies : 51048 (Original: 51047)
Count : 2348
Equivalences : 17249 (Atom=Atom: 82 Body=Body: 0 Other: 17167)
Tight : Yes
Variables : 108654 (Eliminated: 0 Frozen: 56130)
Constraints : 883906 (Binary: 95.1% Ternary: 2.9% Other: 2.0%)
Memory Peak : 1568MB
Max. Length : 20 steps
Models : 1