Remove planner results with memouts
This removes all results obtained with our planner where memouts were encountered. These were mainly due to the fact that we didn’t configure the planner to respect the memory limit in the first place. With this configuration now in place, we can redo all the affected measurements in order to get actual, useful results.
This commit is contained in:
@@ -1,69 +0,0 @@
|
||||
INFO Running translator.
|
||||
INFO translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/logistics-round-1-strips/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/logistics-round-1-strips/instances/instance-13.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-1998/domains/logistics-round-1-strips/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/logistics-round-1-strips/instances/instance-13.pddl
|
||||
Parsing...
|
||||
Parsing: [0.030s CPU, 0.040s wall-clock]
|
||||
Normalizing task... [0.010s CPU, 0.002s wall-clock]
|
||||
Instantiating...
|
||||
Generating Datalog program... [0.010s CPU, 0.017s wall-clock]
|
||||
Normalizing Datalog program...
|
||||
Normalizing Datalog program: [0.020s CPU, 0.024s wall-clock]
|
||||
Preparing model... [0.050s CPU, 0.046s wall-clock]
|
||||
Generated 51 rules.
|
||||
Computing model... [3.080s CPU, 3.075s wall-clock]
|
||||
30058 relevant atoms
|
||||
15642 auxiliary atoms
|
||||
45700 final queue length
|
||||
67217 total queue pushes
|
||||
Completing instantiation... [5.810s CPU, 5.805s wall-clock]
|
||||
Instantiating: [9.010s CPU, 9.007s wall-clock]
|
||||
Computing fact groups...
|
||||
Finding invariants...
|
||||
6 initial candidates
|
||||
Finding invariants: [0.050s CPU, 0.050s wall-clock]
|
||||
Checking invariant weight... [0.000s CPU, 0.005s wall-clock]
|
||||
Instantiating groups... [0.300s CPU, 0.292s wall-clock]
|
||||
Collecting mutex groups... [0.020s CPU, 0.023s wall-clock]
|
||||
Choosing groups...
|
||||
0 uncovered facts
|
||||
Choosing groups: [0.060s CPU, 0.063s wall-clock]
|
||||
Building translation key... [0.040s CPU, 0.041s wall-clock]
|
||||
Computing fact groups: [0.710s CPU, 0.706s wall-clock]
|
||||
Building STRIPS to SAS dictionary... [0.020s CPU, 0.022s wall-clock]
|
||||
Building dictionary for full mutex groups... [0.020s CPU, 0.017s wall-clock]
|
||||
Building mutex information...
|
||||
Building mutex information: [0.020s CPU, 0.021s wall-clock]
|
||||
Translating task...
|
||||
Processing axioms...
|
||||
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
|
||||
Processing axioms: [0.230s CPU, 0.234s wall-clock]
|
||||
Translating task: [4.740s CPU, 4.746s wall-clock]
|
||||
0 effect conditions simplified
|
||||
0 implied preconditions added
|
||||
Detecting unreachable propositions...
|
||||
0 operators removed
|
||||
0 axioms removed
|
||||
61 propositions removed
|
||||
Detecting unreachable propositions: [2.690s CPU, 2.686s wall-clock]
|
||||
Reordering and filtering variables...
|
||||
46 of 61 variables necessary.
|
||||
0 of 61 mutex groups necessary.
|
||||
13688 of 24998 operators necessary.
|
||||
0 of 0 axiom rules necessary.
|
||||
Reordering and filtering variables: [0.460s CPU, 0.464s wall-clock]
|
||||
Translator variables: 46
|
||||
Translator derived variables: 0
|
||||
Translator facts: 1609
|
||||
Translator goal facts: 8
|
||||
Translator mutex groups: 0
|
||||
Translator total mutex groups size: 0
|
||||
Translator operators: 13688
|
||||
Translator axioms: 0
|
||||
Translator task size: 48759
|
||||
Translator peak memory: 105248 KB
|
||||
Writing output... [0.940s CPU, 1.048s wall-clock]
|
||||
Done! [18.830s CPU, 18.933s wall-clock]
|
||||
|
||||
Reference in New Issue
Block a user