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-2002/domains/depots-strips-automatic/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/depots-strips-automatic/instances/instance-20.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-2002/domains/depots-strips-automatic/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2002/domains/depots-strips-automatic/instances/instance-20.pddl
|
||||
Parsing...
|
||||
Parsing: [0.020s CPU, 0.021s wall-clock]
|
||||
Normalizing task... [0.000s CPU, 0.002s wall-clock]
|
||||
Instantiating...
|
||||
Generating Datalog program... [0.010s CPU, 0.011s wall-clock]
|
||||
Normalizing Datalog program...
|
||||
Normalizing Datalog program: [0.020s CPU, 0.021s wall-clock]
|
||||
Preparing model... [0.020s CPU, 0.021s wall-clock]
|
||||
Generated 43 rules.
|
||||
Computing model... [0.990s CPU, 0.997s wall-clock]
|
||||
7130 relevant atoms
|
||||
5437 auxiliary atoms
|
||||
12567 final queue length
|
||||
27375 total queue pushes
|
||||
Completing instantiation... [2.490s CPU, 2.490s wall-clock]
|
||||
Instantiating: [3.550s CPU, 3.552s wall-clock]
|
||||
Computing fact groups...
|
||||
Finding invariants...
|
||||
16 initial candidates
|
||||
Finding invariants: [0.070s CPU, 0.067s wall-clock]
|
||||
Checking invariant weight... [0.010s CPU, 0.007s wall-clock]
|
||||
Instantiating groups... [0.140s CPU, 0.141s wall-clock]
|
||||
Collecting mutex groups... [0.010s CPU, 0.005s wall-clock]
|
||||
Choosing groups...
|
||||
51 uncovered facts
|
||||
Choosing groups: [0.030s CPU, 0.029s wall-clock]
|
||||
Building translation key... [0.000s CPU, 0.009s wall-clock]
|
||||
Computing fact groups: [0.300s CPU, 0.306s wall-clock]
|
||||
Building STRIPS to SAS dictionary... [0.010s CPU, 0.004s wall-clock]
|
||||
Building dictionary for full mutex groups... [0.090s CPU, 0.094s wall-clock]
|
||||
Building mutex information...
|
||||
Building mutex information: [0.020s CPU, 0.016s wall-clock]
|
||||
Translating task...
|
||||
Processing axioms...
|
||||
Simplifying axioms... [0.000s CPU, 0.000s wall-clock]
|
||||
Processing axioms: [0.120s CPU, 0.119s wall-clock]
|
||||
Translating task: [2.640s CPU, 2.636s wall-clock]
|
||||
8070 effect conditions simplified
|
||||
0 implied preconditions added
|
||||
Detecting unreachable propositions...
|
||||
0 operators removed
|
||||
0 axioms removed
|
||||
70 propositions removed
|
||||
Detecting unreachable propositions: [1.260s CPU, 1.260s wall-clock]
|
||||
Reordering and filtering variables...
|
||||
67 of 67 variables necessary.
|
||||
48 of 67 mutex groups necessary.
|
||||
5894 of 5894 operators necessary.
|
||||
0 of 0 axiom rules necessary.
|
||||
Reordering and filtering variables: [0.590s CPU, 0.590s wall-clock]
|
||||
Translator variables: 67
|
||||
Translator derived variables: 0
|
||||
Translator facts: 773
|
||||
Translator goal facts: 14
|
||||
Translator mutex groups: 48
|
||||
Translator total mutex groups size: 993
|
||||
Translator operators: 5894
|
||||
Translator axioms: 0
|
||||
Translator task size: 52919
|
||||
Translator peak memory: 65880 KB
|
||||
Writing output... [0.810s CPU, 0.871s wall-clock]
|
||||
Done! [9.390s CPU, 9.455s wall-clock]
|
||||
|
||||
Reference in New Issue
Block a user