From 3e5fa8ab4fb813b6aba8fab038a0b1ad2c6f6122 Mon Sep 17 00:00:00 2001 From: potassco-bot Date: Tue, 28 Nov 2017 04:36:39 +0100 Subject: [PATCH] Add benchmark result [gc-ta1-tt1 | ipc-1998 | mystery-round-1-strips | 12] --- .../ipc-1998_mystery-round-1-strips_12.env | 51 + .../ipc-1998_mystery-round-1-strips_12.err | 32 + .../ipc-1998_mystery-round-1-strips_12.out | 1528 +++++++++++++++++ 3 files changed, 1611 insertions(+) create mode 100644 gc-ta1-tt1/ipc-1998_mystery-round-1-strips_12.env create mode 100644 gc-ta1-tt1/ipc-1998_mystery-round-1-strips_12.err create mode 100644 gc-ta1-tt1/ipc-1998_mystery-round-1-strips_12.out diff --git a/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_12.env b/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_12.env new file mode 100644 index 000000000..e5b710afd --- /dev/null +++ b/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_12.env @@ -0,0 +1,51 @@ +command: +- timeout +- -m=8000000 +- -t=900 +- python3 +- /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/runplanner.py +- --domain=/home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/mystery-round-1-strips/domain.pddl +- /home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/mystery-round-1-strips/instances/instance-12.pddl +- --stats +- --verbose +- --print-call +- --translate +- -B 0.9 +- --parallel=0 +- --shallow +- --use-heuristic +- --test-until-not-sat +- --test=0 +- --test-add=1 +- --test-times=1 +configuration: + id: gc-ta1-tt1 + instanceSets: + - lpnmr-first-plan-not-serializable + - rintanen-aij-2012 + options: + - --stats + - --verbose + - --print-call + - --translate + - -B 0.9 + - --parallel=0 + - --shallow + - --use-heuristic + - --test-until-not-sat + - --test=0 + - --test-add=1 + - --test-times=1 +exitCode: 0 +instance: + domain: mystery-round-1-strips + instance: 12 + ipc: ipc-1998 +versions: + clingo: 5.2.2 + fastDownward: 10997:847cdf0069cab0c8841a9958e783d1a7340fe2e9 (2017-11-02 15:10 +0100) + planner: 61750c0521c6104870e5b881c8b0c237e2af4a96 (2017-11-27 07:44:27 +0100) + plasp: 3.1.1 + python: 3.6.3 +workingDirectory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner + diff --git a/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_12.err b/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_12.err new file mode 100644 index 000000000..7e6eb551f --- /dev/null +++ b/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_12.err @@ -0,0 +1,32 @@ +# configuration: {'id': 'gc-ta1-tt1', 'options': ['--stats', '--verbose', '--print-call', '--translate', '-B 0.9', '--parallel=0', '--shallow', '--use-heuristic', '--test-until-not-sat', '--test=0', '--test-add=1', '--test-times=1'], 'instanceSets': ['lpnmr-first-plan-not-serializable', 'rintanen-aij-2012']} +# instance: {'ipc': 'ipc-1998', 'domain': 'mystery-round-1-strips', 'instance': 12} +# command: ['timeout', '-m=8000000', '-t=900', 'python3', '/home/pluehne/Documents/ASP/plasp-javier/encodings/planner/runplanner.py', '--domain=/home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/mystery-round-1-strips/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/mystery-round-1-strips/instances/instance-12.pddl', '--stats', '--verbose', '--print-call', '--translate', '-B 0.9', '--parallel=0', '--shallow', '--use-heuristic', '--test-until-not-sat', '--test=0', '--test-add=1', '--test-times=1'] +# working directory: /home/pluehne/Documents/ASP/plasp-javier/encodings/planner +# exit code: 0 +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/preprocess.lp:13:4-34: info: atom does not occur in any rule head: + requires(feature(actionCosts)) + +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/preprocess.lp:14:4-33: info: atom does not occur in any rule head: + requires(feature(axiomRules)) + +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/preprocess.lp:15:4-41: info: atom does not occur in any rule head: + requires(feature(conditionalEffects)) + +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:66:15-28: info: atom does not occur in any rule head: + mutexGroup(G) + +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:66:30-45: info: atom does not occur in any rule head: + contains(G,X,V) + +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:67:15-28: info: atom does not occur in any rule head: + mutexGroup(G) + +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:74:41-56: info: atom does not occur in any rule head: + contains(G,X,V) + +/home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp:84:41-56: info: atom does not occur in any rule head: + contains(G,X,V) + +TIMEOUT CPU 900.06 MEM 330628 MAXMEM 330628 STALE 0 MAXMEM_RSS 271936 + + diff --git a/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_12.out b/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_12.out new file mode 100644 index 000000000..0b4b296a8 --- /dev/null +++ b/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_12.out @@ -0,0 +1,1528 @@ +INFO Running translator. +INFO translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/mystery-round-1-strips/domain.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/mystery-round-1-strips/instances/instance-12.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/mystery-round-1-strips/domain.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-1998/domains/mystery-round-1-strips/instances/instance-12.pddl +Parsing... +Parsing: [0.020s CPU, 0.022s wall-clock] +Normalizing task... [0.000s CPU, 0.001s wall-clock] +Instantiating... +Generating Datalog program... [0.010s CPU, 0.005s wall-clock] +Normalizing Datalog program... +Normalizing Datalog program: [0.030s CPU, 0.035s wall-clock] +Preparing model... [0.020s CPU, 0.016s wall-clock] +Generated 42 rules. +Computing model... [0.120s CPU, 0.121s wall-clock] +662 relevant atoms +633 auxiliary atoms +1295 final queue length +2133 total queue pushes +Completing instantiation... [0.190s CPU, 0.192s wall-clock] +Instantiating: [0.370s CPU, 0.371s wall-clock] +Computing fact groups... +Finding invariants... +12 initial candidates +Finding invariants: [0.030s CPU, 0.030s wall-clock] +Checking invariant weight... [0.000s CPU, 0.002s wall-clock] +Instantiating groups... [0.010s CPU, 0.012s wall-clock] +Collecting mutex groups... [0.000s CPU, 0.001s wall-clock] +Choosing groups... +2 uncovered facts +Choosing groups: [0.000s CPU, 0.003s wall-clock] +Building translation key... [0.000s CPU, 0.002s wall-clock] +Computing fact groups: [0.050s CPU, 0.054s wall-clock] +Building STRIPS to SAS dictionary... [0.000s CPU, 0.001s wall-clock] +Building dictionary for full mutex groups... [0.000s CPU, 0.001s wall-clock] +Building mutex information... +Building mutex information: [0.000s CPU, 0.001s wall-clock] +Translating task... +Processing axioms... +Simplifying axioms... [0.000s CPU, 0.000s wall-clock] +Processing axioms: [0.020s CPU, 0.009s wall-clock] +Translating task: [0.170s CPU, 0.166s wall-clock] +0 effect conditions simplified +0 implied preconditions added +Detecting unreachable propositions... +0 operators removed +0 axioms removed +21 propositions removed +Detecting unreachable propositions: [0.090s CPU, 0.086s wall-clock] +Reordering and filtering variables... +17 of 17 variables necessary. +0 of 17 mutex groups necessary. +459 of 459 operators necessary. +0 of 0 axiom rules necessary. +Reordering and filtering variables: [0.030s CPU, 0.030s wall-clock] +Translator variables: 17 +Translator derived variables: 0 +Translator facts: 97 +Translator goal facts: 1 +Translator mutex groups: 0 +Translator total mutex groups size: 0 +Translator operators: 459 +Translator axioms: 0 +Translator task size: 2698 +Translator peak memory: 38092 KB +Writing output... [0.060s CPU, 0.066s wall-clock] +Done! [0.800s CPU, 0.808s wall-clock] +planner.py version 0.0.1 + +Time: 0.12s +Memory: 56MB + +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: 56MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])] +Grounding Time: 0.03s +Memory: 56MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 57MB (+1MB) +UNSAT +Iteration Time: 0.05s + +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 +Grounding... [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])] +Grounding Time: 0.03s +Memory: 59MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 0.04s +Memory: 60MB (+1MB) +UNSAT +Iteration Time: 0.08s + +Iteration 4 +Queue: [(3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)] +Grounded Until: 10 +Grounding... [('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('step', [15]), ('check', [15])] +Grounding Time: 0.03s +Memory: 62MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 0.24s +Memory: 64MB (+2MB) +UNSAT +Iteration Time: 0.30s + +Iteration 5 +Queue: [(4,20,0,True), (5,25,0,True), (6,30,0,True)] +Grounded Until: 15 +Grounding... [('step', [16]), ('step', [17]), ('step', [18]), ('step', [19]), ('step', [20]), ('check', [20])] +Grounding Time: 0.03s +Memory: 66MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 0.56s +Memory: 66MB (+0MB) +UNSAT +Iteration Time: 0.61s + +Iteration 6 +Queue: [(5,25,0,True), (6,30,0,True)] +Grounded Until: 20 +Grounding... [('step', [21]), ('step', [22]), ('step', [23]), ('step', [24]), ('step', [25]), ('check', [25])] +Grounding Time: 0.04s +Memory: 69MB (+3MB) +Unblocking actions... +Solving... +Solving Time: 0.80s +Memory: 71MB (+2MB) +UNKNOWN +Iteration Time: 0.86s + +Iteration 7 +Queue: [(6,30,0,True)] +Grounded Until: 25 +Grounding... [('step', [26]), ('step', [27]), ('step', [28]), ('step', [29]), ('step', [30]), ('check', [30])] +Grounding Time: 0.03s +Memory: 74MB (+3MB) +Unblocking actions... +Solving... +Solving Time: 0.99s +Memory: 76MB (+2MB) +UNKNOWN +Iteration Time: 1.05s + +Iteration 8 +Queue: [(5,25,1,True), (6,30,1,True), (7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True), (18,90,0,True)] +Grounded Until: 30 +Blocking actions... +Solving... +Solving Time: 0.40s +Memory: 76MB (+0MB) +UNSAT +Iteration Time: 0.40s + +Iteration 9 +Queue: [(6,30,1,True), (7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True), (18,90,0,True)] +Grounded Until: 30 +Unblocking actions... +Solving... +Solving Time: 1.18s +Memory: 76MB (+0MB) +UNKNOWN +Iteration Time: 1.19s + +Iteration 10 +Queue: [(7,35,0,True), (8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True), (18,90,0,True)] +Grounded Until: 30 +Grounding... [('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('check', [35])] +Grounding Time: 0.03s +Memory: 76MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.17s +Memory: 78MB (+2MB) +UNKNOWN +Iteration Time: 1.23s + +Iteration 11 +Queue: [(8,40,0,True), (9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True), (18,90,0,True)] +Grounded Until: 35 +Grounding... [('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('step', [40]), ('check', [40])] +Grounding Time: 0.04s +Memory: 82MB (+4MB) +Unblocking actions... +Solving... +Solving Time: 1.21s +Memory: 83MB (+1MB) +UNKNOWN +Iteration Time: 1.28s + +Iteration 12 +Queue: [(9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True), (18,90,0,True)] +Grounded Until: 40 +Grounding... [('step', [41]), ('step', [42]), ('step', [43]), ('step', [44]), ('step', [45]), ('check', [45])] +Grounding Time: 0.04s +Memory: 84MB (+1MB) +Unblocking actions... +Solving... +Solving Time: 1.54s +Memory: 88MB (+4MB) +UNKNOWN +Iteration Time: 1.61s + +Iteration 13 +Queue: [(10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True), (18,90,0,True)] +Grounded Until: 45 +Grounding... [('step', [46]), ('step', [47]), ('step', [48]), ('step', [49]), ('step', [50]), ('check', [50])] +Grounding Time: 0.05s +Memory: 90MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 1.73s +Memory: 94MB (+4MB) +UNKNOWN +Iteration Time: 1.81s + +Iteration 14 +Queue: [(11,55,0,True), (12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True), (18,90,0,True)] +Grounded Until: 50 +Grounding... [('step', [51]), ('step', [52]), ('step', [53]), ('step', [54]), ('step', [55]), ('check', [55])] +Grounding Time: 0.04s +Memory: 95MB (+1MB) +Unblocking actions... +Solving... +Solving Time: 1.53s +Memory: 97MB (+2MB) +UNKNOWN +Iteration Time: 1.60s + +Iteration 15 +Queue: [(12,60,0,True), (13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True), (18,90,0,True)] +Grounded Until: 55 +Grounding... [('step', [56]), ('step', [57]), ('step', [58]), ('step', [59]), ('step', [60]), ('check', [60])] +Grounding Time: 0.03s +Memory: 97MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 2.03s +Memory: 99MB (+2MB) +UNKNOWN +Iteration Time: 2.09s + +Iteration 16 +Queue: [(13,65,0,True), (14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True), (18,90,0,True)] +Grounded Until: 60 +Grounding... [('step', [61]), ('step', [62]), ('step', [63]), ('step', [64]), ('step', [65]), ('check', [65])] +Grounding Time: 0.04s +Memory: 100MB (+1MB) +Unblocking actions... +Solving... +Solving Time: 1.91s +Memory: 103MB (+3MB) +UNKNOWN +Iteration Time: 1.99s + +Iteration 17 +Queue: [(14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True), (18,90,0,True)] +Grounded Until: 65 +Grounding... [('step', [66]), ('step', [67]), ('step', [68]), ('step', [69]), ('step', [70]), ('check', [70])] +Grounding Time: 0.03s +Memory: 103MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 3.22s +Memory: 108MB (+5MB) +UNKNOWN +Iteration Time: 3.29s + +Iteration 18 +Queue: [(15,75,0,True), (16,80,0,True), (17,85,0,True), (18,90,0,True)] +Grounded Until: 70 +Grounding... [('step', [71]), ('step', [72]), ('step', [73]), ('step', [74]), ('step', [75]), ('check', [75])] +Grounding Time: 0.04s +Memory: 110MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 3.15s +Memory: 115MB (+5MB) +UNKNOWN +Iteration Time: 3.23s + +Iteration 19 +Queue: [(16,80,0,True), (17,85,0,True), (18,90,0,True)] +Grounded Until: 75 +Grounding... [('step', [76]), ('step', [77]), ('step', [78]), ('step', [79]), ('step', [80]), ('check', [80])] +Grounding Time: 0.04s +Memory: 115MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 3.00s +Memory: 116MB (+1MB) +UNKNOWN +Iteration Time: 3.07s + +Iteration 20 +Queue: [(17,85,0,True), (18,90,0,True)] +Grounded Until: 80 +Grounding... [('step', [81]), ('step', [82]), ('step', [83]), ('step', [84]), ('step', [85]), ('check', [85])] +Grounding Time: 0.04s +Memory: 116MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 2.75s +Memory: 120MB (+4MB) +UNKNOWN +Iteration Time: 2.83s + +Iteration 21 +Queue: [(18,90,0,True)] +Grounded Until: 85 +Grounding... [('step', [86]), ('step', [87]), ('step', [88]), ('step', [89]), ('step', [90]), ('check', [90])] +Grounding Time: 0.04s +Memory: 122MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 3.59s +Memory: 127MB (+5MB) +UNKNOWN +Iteration Time: 3.67s + +Iteration 22 +Queue: [(6,30,2,True), (7,35,1,True), (8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,1,True), (18,90,1,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 90 +Blocking actions... +Solving... +Solving Time: 0.76s +Memory: 127MB (+0MB) +UNSAT +Iteration Time: 0.77s + +Iteration 23 +Queue: [(7,35,1,True), (8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,1,True), (18,90,1,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 90 +Unblocking actions... +Solving... +Solving Time: 0.76s +Memory: 127MB (+0MB) +UNSAT +Iteration Time: 0.77s + +Iteration 24 +Queue: [(8,40,1,True), (9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,1,True), (18,90,1,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 90 +Unblocking actions... +Solving... +Solving Time: 0.53s +Memory: 127MB (+0MB) +UNSAT +Iteration Time: 0.54s + +Iteration 25 +Queue: [(9,45,1,True), (10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,1,True), (18,90,1,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 90 +Unblocking actions... +Solving... +Solving Time: 2.57s +Memory: 127MB (+0MB) +UNKNOWN +Iteration Time: 2.57s + +Iteration 26 +Queue: [(10,50,1,True), (11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,1,True), (18,90,1,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 90 +Unblocking actions... +Solving... +Solving Time: 2.22s +Memory: 127MB (+0MB) +UNKNOWN +Iteration Time: 2.23s + +Iteration 27 +Queue: [(11,55,1,True), (12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,1,True), (18,90,1,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 90 +Unblocking actions... +Solving... +Solving Time: 2.28s +Memory: 127MB (+0MB) +UNKNOWN +Iteration Time: 2.29s + +Iteration 28 +Queue: [(12,60,1,True), (13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,1,True), (18,90,1,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 90 +Unblocking actions... +Solving... +Solving Time: 2.24s +Memory: 127MB (+0MB) +UNKNOWN +Iteration Time: 2.25s + +Iteration 29 +Queue: [(13,65,1,True), (14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,1,True), (18,90,1,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 90 +Unblocking actions... +Solving... +Solving Time: 2.65s +Memory: 127MB (+0MB) +UNKNOWN +Iteration Time: 2.66s + +Iteration 30 +Queue: [(14,70,1,True), (15,75,1,True), (16,80,1,True), (17,85,1,True), (18,90,1,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 90 +Unblocking actions... +Solving... +Solving Time: 2.73s +Memory: 127MB (+0MB) +UNKNOWN +Iteration Time: 2.74s + +Iteration 31 +Queue: [(15,75,1,True), (16,80,1,True), (17,85,1,True), (18,90,1,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 90 +Unblocking actions... +Solving... +Solving Time: 2.35s +Memory: 127MB (+0MB) +UNKNOWN +Iteration Time: 2.36s + +Iteration 32 +Queue: [(16,80,1,True), (17,85,1,True), (18,90,1,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 90 +Unblocking actions... +Solving... +Solving Time: 3.08s +Memory: 127MB (+0MB) +UNKNOWN +Iteration Time: 3.09s + +Iteration 33 +Queue: [(17,85,1,True), (18,90,1,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 90 +Unblocking actions... +Solving... +Solving Time: 3.16s +Memory: 127MB (+0MB) +UNKNOWN +Iteration Time: 3.17s + +Iteration 34 +Queue: [(18,90,1,True), (19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 90 +Unblocking actions... +Solving... +Solving Time: 2.87s +Memory: 127MB (+0MB) +UNKNOWN +Iteration Time: 2.87s + +Iteration 35 +Queue: [(19,95,0,True), (20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 90 +Grounding... [('step', [91]), ('step', [92]), ('step', [93]), ('step', [94]), ('step', [95]), ('check', [95])] +Grounding Time: 0.04s +Memory: 127MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 3.61s +Memory: 129MB (+2MB) +UNKNOWN +Iteration Time: 3.69s + +Iteration 36 +Queue: [(20,100,0,True), (21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 95 +Grounding... [('step', [96]), ('step', [97]), ('step', [98]), ('step', [99]), ('step', [100]), ('check', [100])] +Grounding Time: 0.04s +Memory: 129MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 4.77s +Memory: 137MB (+8MB) +UNKNOWN +Iteration Time: 4.85s + +Iteration 37 +Queue: [(21,105,0,True), (22,110,0,True), (23,115,0,True)] +Grounded Until: 100 +Grounding... [('step', [101]), ('step', [102]), ('step', [103]), ('step', [104]), ('step', [105]), ('check', [105])] +Grounding Time: 0.07s +Memory: 144MB (+7MB) +Unblocking actions... +Solving... +Solving Time: 5.02s +Memory: 146MB (+2MB) +UNKNOWN +Iteration Time: 5.14s + +Iteration 38 +Queue: [(22,110,0,True), (23,115,0,True)] +Grounded Until: 105 +Grounding... [('step', [106]), ('step', [107]), ('step', [108]), ('step', [109]), ('step', [110]), ('check', [110])] +Grounding Time: 0.03s +Memory: 146MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 4.18s +Memory: 151MB (+5MB) +UNKNOWN +Iteration Time: 4.26s + +Iteration 39 +Queue: [(23,115,0,True)] +Grounded Until: 110 +Grounding... [('step', [111]), ('step', [112]), ('step', [113]), ('step', [114]), ('step', [115]), ('check', [115])] +Grounding Time: 0.04s +Memory: 151MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 5.33s +Memory: 152MB (+1MB) +UNKNOWN +Iteration Time: 5.41s + +Iteration 40 +Queue: [(9,45,2,True), (10,50,2,True), (11,55,2,True), (12,60,2,True), (13,65,2,True), (14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,1,True), (23,115,1,True), (24,120,0,True), (25,125,0,True), (26,130,0,True)] +Grounded Until: 115 +Blocking actions... +Solving... +Solving Time: 0.03s +Memory: 154MB (+2MB) +UNSAT +Iteration Time: 0.05s + +Iteration 41 +Queue: [(10,50,2,True), (11,55,2,True), (12,60,2,True), (13,65,2,True), (14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,1,True), (23,115,1,True), (24,120,0,True), (25,125,0,True), (26,130,0,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.05s +Memory: 154MB (+0MB) +UNSAT +Iteration Time: 0.06s + +Iteration 42 +Queue: [(11,55,2,True), (12,60,2,True), (13,65,2,True), (14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,1,True), (23,115,1,True), (24,120,0,True), (25,125,0,True), (26,130,0,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.17s +Memory: 154MB (+0MB) +UNSAT +Iteration Time: 0.18s + +Iteration 43 +Queue: [(12,60,2,True), (13,65,2,True), (14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,1,True), (23,115,1,True), (24,120,0,True), (25,125,0,True), (26,130,0,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.20s +Memory: 154MB (+0MB) +UNSAT +Iteration Time: 0.21s + +Iteration 44 +Queue: [(13,65,2,True), (14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,1,True), (23,115,1,True), (24,120,0,True), (25,125,0,True), (26,130,0,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.40s +Memory: 154MB (+0MB) +UNSAT +Iteration Time: 0.41s + +Iteration 45 +Queue: [(14,70,2,True), (15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,1,True), (23,115,1,True), (24,120,0,True), (25,125,0,True), (26,130,0,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 0.51s +Memory: 154MB (+0MB) +UNSAT +Iteration Time: 0.53s + +Iteration 46 +Queue: [(15,75,2,True), (16,80,2,False), (17,85,2,False), (18,90,2,False), (19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,1,True), (23,115,1,True), (24,120,0,True), (25,125,0,True), (26,130,0,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 4.27s +Memory: 158MB (+4MB) +UNKNOWN +Iteration Time: 4.28s + +Iteration 47 +Queue: [(19,95,1,True), (20,100,1,True), (21,105,1,True), (22,110,1,True), (23,115,1,True), (24,120,0,True), (25,125,0,True), (26,130,0,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 3.59s +Memory: 158MB (+0MB) +UNKNOWN +Iteration Time: 3.60s + +Iteration 48 +Queue: [(20,100,1,True), (21,105,1,True), (22,110,1,True), (23,115,1,True), (24,120,0,True), (25,125,0,True), (26,130,0,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 6.10s +Memory: 158MB (+0MB) +UNKNOWN +Iteration Time: 6.11s + +Iteration 49 +Queue: [(21,105,1,True), (22,110,1,True), (23,115,1,True), (24,120,0,True), (25,125,0,True), (26,130,0,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 5.80s +Memory: 158MB (+0MB) +UNKNOWN +Iteration Time: 5.81s + +Iteration 50 +Queue: [(22,110,1,True), (23,115,1,True), (24,120,0,True), (25,125,0,True), (26,130,0,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 6.40s +Memory: 158MB (+0MB) +UNKNOWN +Iteration Time: 6.41s + +Iteration 51 +Queue: [(23,115,1,True), (24,120,0,True), (25,125,0,True), (26,130,0,True)] +Grounded Until: 115 +Unblocking actions... +Solving... +Solving Time: 3.98s +Memory: 158MB (+0MB) +UNKNOWN +Iteration Time: 3.99s + +Iteration 52 +Queue: [(24,120,0,True), (25,125,0,True), (26,130,0,True)] +Grounded Until: 115 +Grounding... [('step', [116]), ('step', [117]), ('step', [118]), ('step', [119]), ('step', [120]), ('check', [120])] +Grounding Time: 0.03s +Memory: 158MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 5.08s +Memory: 162MB (+4MB) +UNKNOWN +Iteration Time: 5.17s + +Iteration 53 +Queue: [(25,125,0,True), (26,130,0,True)] +Grounded Until: 120 +Grounding... [('step', [121]), ('step', [122]), ('step', [123]), ('step', [124]), ('step', [125]), ('check', [125])] +Grounding Time: 0.04s +Memory: 162MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 6.04s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 6.13s + +Iteration 54 +Queue: [(26,130,0,True)] +Grounded Until: 125 +Grounding... [('step', [126]), ('step', [127]), ('step', [128]), ('step', [129]), ('step', [130]), ('check', [130])] +Grounding Time: 0.03s +Memory: 162MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 4.57s +Memory: 162MB (+0MB) +UNKNOWN +Iteration Time: 4.66s + +Iteration 55 +Queue: [(15,75,3,True), (16,80,2,True), (17,85,2,True), (18,90,2,True), (19,95,2,True), (20,100,2,True), (21,105,2,True), (22,110,2,True), (23,115,2,True), (24,120,1,True), (25,125,1,True), (26,130,1,True), (27,135,0,True), (28,140,0,True), (29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 130 +Blocking actions... +Solving... +Solving Time: 0.12s +Memory: 163MB (+1MB) +UNSAT +Iteration Time: 0.13s + +Iteration 56 +Queue: [(16,80,2,True), (17,85,2,True), (18,90,2,True), (19,95,2,True), (20,100,2,True), (21,105,2,True), (22,110,2,True), (23,115,2,True), (24,120,1,True), (25,125,1,True), (26,130,1,True), (27,135,0,True), (28,140,0,True), (29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 130 +Unblocking actions... +Solving... +Solving Time: 0.31s +Memory: 163MB (+0MB) +UNSAT +Iteration Time: 0.32s + +Iteration 57 +Queue: [(17,85,2,True), (18,90,2,True), (19,95,2,True), (20,100,2,True), (21,105,2,True), (22,110,2,True), (23,115,2,True), (24,120,1,True), (25,125,1,True), (26,130,1,True), (27,135,0,True), (28,140,0,True), (29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 130 +Unblocking actions... +Solving... +Solving Time: 0.83s +Memory: 164MB (+1MB) +UNSAT +Iteration Time: 0.84s + +Iteration 58 +Queue: [(18,90,2,True), (19,95,2,True), (20,100,2,True), (21,105,2,True), (22,110,2,True), (23,115,2,True), (24,120,1,True), (25,125,1,True), (26,130,1,True), (27,135,0,True), (28,140,0,True), (29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 130 +Unblocking actions... +Solving... +Solving Time: 5.00s +Memory: 170MB (+6MB) +UNSAT +Iteration Time: 5.02s + +Iteration 59 +Queue: [(19,95,2,True), (20,100,2,True), (21,105,2,True), (22,110,2,True), (23,115,2,True), (24,120,1,True), (25,125,1,True), (26,130,1,True), (27,135,0,True), (28,140,0,True), (29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 130 +Unblocking actions... +Solving... +Solving Time: 6.26s +Memory: 170MB (+0MB) +UNKNOWN +Iteration Time: 6.27s + +Iteration 60 +Queue: [(20,100,2,True), (21,105,2,True), (22,110,2,True), (23,115,2,True), (24,120,1,True), (25,125,1,True), (26,130,1,True), (27,135,0,True), (28,140,0,True), (29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 130 +Unblocking actions... +Solving... +Solving Time: 4.97s +Memory: 170MB (+0MB) +UNKNOWN +Iteration Time: 4.98s + +Iteration 61 +Queue: [(21,105,2,True), (22,110,2,True), (23,115,2,True), (24,120,1,True), (25,125,1,True), (26,130,1,True), (27,135,0,True), (28,140,0,True), (29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 130 +Unblocking actions... +Solving... +Solving Time: 6.06s +Memory: 170MB (+0MB) +UNKNOWN +Iteration Time: 6.07s + +Iteration 62 +Queue: [(22,110,2,True), (23,115,2,True), (24,120,1,True), (25,125,1,True), (26,130,1,True), (27,135,0,True), (28,140,0,True), (29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 130 +Unblocking actions... +Solving... +Solving Time: 5.07s +Memory: 170MB (+0MB) +UNKNOWN +Iteration Time: 5.08s + +Iteration 63 +Queue: [(23,115,2,True), (24,120,1,True), (25,125,1,True), (26,130,1,True), (27,135,0,True), (28,140,0,True), (29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 130 +Unblocking actions... +Solving... +Solving Time: 6.14s +Memory: 170MB (+0MB) +UNKNOWN +Iteration Time: 6.15s + +Iteration 64 +Queue: [(24,120,1,True), (25,125,1,True), (26,130,1,True), (27,135,0,True), (28,140,0,True), (29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 130 +Unblocking actions... +Solving... +Solving Time: 6.29s +Memory: 170MB (+0MB) +UNKNOWN +Iteration Time: 6.30s + +Iteration 65 +Queue: [(25,125,1,True), (26,130,1,True), (27,135,0,True), (28,140,0,True), (29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 130 +Unblocking actions... +Solving... +Solving Time: 7.68s +Memory: 173MB (+3MB) +UNKNOWN +Iteration Time: 7.69s + +Iteration 66 +Queue: [(26,130,1,True), (27,135,0,True), (28,140,0,True), (29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 130 +Unblocking actions... +Solving... +Solving Time: 8.14s +Memory: 173MB (+0MB) +UNKNOWN +Iteration Time: 8.15s + +Iteration 67 +Queue: [(27,135,0,True), (28,140,0,True), (29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 130 +Grounding... [('step', [131]), ('step', [132]), ('step', [133]), ('step', [134]), ('step', [135]), ('check', [135])] +Grounding Time: 0.04s +Memory: 173MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 8.08s +Memory: 177MB (+4MB) +UNKNOWN +Iteration Time: 8.18s + +Iteration 68 +Queue: [(28,140,0,True), (29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 135 +Grounding... [('step', [136]), ('step', [137]), ('step', [138]), ('step', [139]), ('step', [140]), ('check', [140])] +Grounding Time: 0.04s +Memory: 177MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 11.78s +Memory: 180MB (+3MB) +UNKNOWN +Iteration Time: 11.88s + +Iteration 69 +Queue: [(29,145,0,True), (30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 140 +Grounding... [('step', [141]), ('step', [142]), ('step', [143]), ('step', [144]), ('step', [145]), ('check', [145])] +Grounding Time: 0.04s +Memory: 182MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 8.37s +Memory: 184MB (+2MB) +UNKNOWN +Iteration Time: 8.46s + +Iteration 70 +Queue: [(30,150,0,True), (31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 145 +Grounding... [('step', [146]), ('step', [147]), ('step', [148]), ('step', [149]), ('step', [150]), ('check', [150])] +Grounding Time: 0.04s +Memory: 184MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 6.23s +Memory: 189MB (+5MB) +UNKNOWN +Iteration Time: 6.33s + +Iteration 71 +Queue: [(31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 150 +Grounding... [('step', [151]), ('step', [152]), ('step', [153]), ('step', [154]), ('step', [155]), ('check', [155])] +Grounding Time: 0.04s +Memory: 189MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 9.00s +Memory: 190MB (+1MB) +UNKNOWN +Iteration Time: 9.11s + +Iteration 72 +Queue: [(32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 155 +Grounding... [('step', [156]), ('step', [157]), ('step', [158]), ('step', [159]), ('step', [160]), ('check', [160])] +Grounding Time: 0.04s +Memory: 190MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 7.49s +Memory: 190MB (+0MB) +UNKNOWN +Iteration Time: 7.60s + +Iteration 73 +Queue: [(33,165,0,True), (34,170,0,True)] +Grounded Until: 160 +Grounding... [('step', [161]), ('step', [162]), ('step', [163]), ('step', [164]), ('step', [165]), ('check', [165])] +Grounding Time: 0.04s +Memory: 190MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 8.26s +Memory: 198MB (+8MB) +UNKNOWN +Iteration Time: 8.37s + +Iteration 74 +Queue: [(34,170,0,True)] +Grounded Until: 165 +Grounding... [('step', [166]), ('step', [167]), ('step', [168]), ('step', [169]), ('step', [170]), ('check', [170])] +Grounding Time: 0.04s +Memory: 198MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 7.84s +Memory: 199MB (+1MB) +UNKNOWN +Iteration Time: 7.95s + +Iteration 75 +Queue: [(19,95,3,True), (20,100,3,True), (21,105,3,True), (22,110,3,True), (23,115,3,True), (24,120,2,True), (25,125,2,True), (26,130,2,True), (27,135,1,True), (28,140,1,True), (29,145,1,True), (30,150,1,True), (31,155,1,True), (32,160,1,True), (33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Blocking actions... +Solving... +Solving Time: 0.68s +Memory: 200MB (+1MB) +UNSAT +Iteration Time: 0.69s + +Iteration 76 +Queue: [(20,100,3,True), (21,105,3,True), (22,110,3,True), (23,115,3,True), (24,120,2,True), (25,125,2,True), (26,130,2,True), (27,135,1,True), (28,140,1,True), (29,145,1,True), (30,150,1,True), (31,155,1,True), (32,160,1,True), (33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 0.77s +Memory: 200MB (+0MB) +UNSAT +Iteration Time: 0.78s + +Iteration 77 +Queue: [(21,105,3,True), (22,110,3,True), (23,115,3,True), (24,120,2,True), (25,125,2,True), (26,130,2,True), (27,135,1,True), (28,140,1,True), (29,145,1,True), (30,150,1,True), (31,155,1,True), (32,160,1,True), (33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 2.43s +Memory: 204MB (+4MB) +UNSAT +Iteration Time: 2.44s + +Iteration 78 +Queue: [(22,110,3,True), (23,115,3,True), (24,120,2,True), (25,125,2,True), (26,130,2,True), (27,135,1,True), (28,140,1,True), (29,145,1,True), (30,150,1,True), (31,155,1,True), (32,160,1,True), (33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 4.61s +Memory: 206MB (+2MB) +UNKNOWN +Iteration Time: 4.62s + +Iteration 79 +Queue: [(23,115,3,True), (24,120,2,True), (25,125,2,True), (26,130,2,True), (27,135,1,True), (28,140,1,True), (29,145,1,True), (30,150,1,True), (31,155,1,True), (32,160,1,True), (33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 6.87s +Memory: 206MB (+0MB) +UNKNOWN +Iteration Time: 6.88s + +Iteration 80 +Queue: [(24,120,2,True), (25,125,2,True), (26,130,2,True), (27,135,1,True), (28,140,1,True), (29,145,1,True), (30,150,1,True), (31,155,1,True), (32,160,1,True), (33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 11.31s +Memory: 206MB (+0MB) +UNKNOWN +Iteration Time: 11.32s + +Iteration 81 +Queue: [(25,125,2,True), (26,130,2,True), (27,135,1,True), (28,140,1,True), (29,145,1,True), (30,150,1,True), (31,155,1,True), (32,160,1,True), (33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 8.24s +Memory: 206MB (+0MB) +UNKNOWN +Iteration Time: 8.25s + +Iteration 82 +Queue: [(26,130,2,True), (27,135,1,True), (28,140,1,True), (29,145,1,True), (30,150,1,True), (31,155,1,True), (32,160,1,True), (33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 7.36s +Memory: 215MB (+9MB) +UNKNOWN +Iteration Time: 7.38s + +Iteration 83 +Queue: [(27,135,1,True), (28,140,1,True), (29,145,1,True), (30,150,1,True), (31,155,1,True), (32,160,1,True), (33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 9.52s +Memory: 215MB (+0MB) +UNKNOWN +Iteration Time: 9.53s + +Iteration 84 +Queue: [(28,140,1,True), (29,145,1,True), (30,150,1,True), (31,155,1,True), (32,160,1,True), (33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 10.67s +Memory: 215MB (+0MB) +UNKNOWN +Iteration Time: 10.68s + +Iteration 85 +Queue: [(29,145,1,True), (30,150,1,True), (31,155,1,True), (32,160,1,True), (33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 9.39s +Memory: 215MB (+0MB) +UNKNOWN +Iteration Time: 9.41s + +Iteration 86 +Queue: [(30,150,1,True), (31,155,1,True), (32,160,1,True), (33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 9.90s +Memory: 215MB (+0MB) +UNKNOWN +Iteration Time: 9.91s + +Iteration 87 +Queue: [(31,155,1,True), (32,160,1,True), (33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 9.44s +Memory: 215MB (+0MB) +UNKNOWN +Iteration Time: 9.45s + +Iteration 88 +Queue: [(32,160,1,True), (33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 8.98s +Memory: 215MB (+0MB) +UNKNOWN +Iteration Time: 8.99s + +Iteration 89 +Queue: [(33,165,1,True), (34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 6.08s +Memory: 215MB (+0MB) +UNKNOWN +Iteration Time: 6.09s + +Iteration 90 +Queue: [(34,170,1,True), (35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Unblocking actions... +Solving... +Solving Time: 6.79s +Memory: 215MB (+0MB) +UNKNOWN +Iteration Time: 6.80s + +Iteration 91 +Queue: [(35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 170 +Grounding... [('step', [171]), ('step', [172]), ('step', [173]), ('step', [174]), ('step', [175]), ('check', [175])] +Grounding Time: 0.04s +Memory: 215MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 8.27s +Memory: 216MB (+1MB) +UNKNOWN +Iteration Time: 8.38s + +Iteration 92 +Queue: [(36,180,0,True), (37,185,0,True), (38,190,0,True)] +Grounded Until: 175 +Grounding... [('step', [176]), ('step', [177]), ('step', [178]), ('step', [179]), ('step', [180]), ('check', [180])] +Grounding Time: 0.04s +Memory: 216MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 8.50s +Memory: 216MB (+0MB) +UNKNOWN +Iteration Time: 8.61s + +Iteration 93 +Queue: [(37,185,0,True), (38,190,0,True)] +Grounded Until: 180 +Grounding... [('step', [181]), ('step', [182]), ('step', [183]), ('step', [184]), ('step', [185]), ('check', [185])] +Grounding Time: 0.04s +Memory: 216MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 7.44s +Memory: 217MB (+1MB) +UNKNOWN +Iteration Time: 7.55s + +Iteration 94 +Queue: [(38,190,0,True)] +Grounded Until: 185 +Grounding... [('step', [186]), ('step', [187]), ('step', [188]), ('step', [189]), ('step', [190]), ('check', [190])] +Grounding Time: 0.04s +Memory: 217MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 9.59s +Memory: 217MB (+0MB) +UNKNOWN +Iteration Time: 9.70s + +Iteration 95 +Queue: [(22,110,4,True), (23,115,4,True), (24,120,3,True), (25,125,3,True), (26,130,3,True), (27,135,2,True), (28,140,2,True), (29,145,2,True), (30,150,2,True), (31,155,2,True), (32,160,2,True), (33,165,2,True), (34,170,2,False), (35,175,1,True), (36,180,1,True), (37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Blocking actions... +Solving... +Solving Time: 8.09s +Memory: 217MB (+0MB) +UNKNOWN +Iteration Time: 8.10s + +Iteration 96 +Queue: [(23,115,4,True), (24,120,3,True), (25,125,3,True), (26,130,3,True), (27,135,2,True), (28,140,2,True), (29,145,2,True), (30,150,2,True), (31,155,2,True), (32,160,2,True), (33,165,2,True), (34,170,2,False), (35,175,1,True), (36,180,1,True), (37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 12.27s +Memory: 218MB (+1MB) +UNKNOWN +Iteration Time: 12.29s + +Iteration 97 +Queue: [(24,120,3,True), (25,125,3,True), (26,130,3,True), (27,135,2,True), (28,140,2,True), (29,145,2,True), (30,150,2,True), (31,155,2,True), (32,160,2,True), (33,165,2,True), (34,170,2,False), (35,175,1,True), (36,180,1,True), (37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 10.15s +Memory: 222MB (+4MB) +UNKNOWN +Iteration Time: 10.16s + +Iteration 98 +Queue: [(25,125,3,True), (26,130,3,True), (27,135,2,True), (28,140,2,True), (29,145,2,True), (30,150,2,True), (31,155,2,True), (32,160,2,True), (33,165,2,True), (34,170,2,False), (35,175,1,True), (36,180,1,True), (37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 15.81s +Memory: 228MB (+6MB) +UNKNOWN +Iteration Time: 15.83s + +Iteration 99 +Queue: [(26,130,3,True), (27,135,2,True), (28,140,2,True), (29,145,2,True), (30,150,2,True), (31,155,2,True), (32,160,2,True), (33,165,2,True), (34,170,2,False), (35,175,1,True), (36,180,1,True), (37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 12.93s +Memory: 233MB (+5MB) +UNKNOWN +Iteration Time: 12.95s + +Iteration 100 +Queue: [(27,135,2,True), (28,140,2,True), (29,145,2,True), (30,150,2,True), (31,155,2,True), (32,160,2,True), (33,165,2,True), (34,170,2,False), (35,175,1,True), (36,180,1,True), (37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 16.34s +Memory: 233MB (+0MB) +UNKNOWN +Iteration Time: 16.35s + +Iteration 101 +Queue: [(28,140,2,True), (29,145,2,True), (30,150,2,True), (31,155,2,True), (32,160,2,True), (33,165,2,True), (34,170,2,False), (35,175,1,True), (36,180,1,True), (37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 15.52s +Memory: 233MB (+0MB) +UNKNOWN +Iteration Time: 15.53s + +Iteration 102 +Queue: [(29,145,2,True), (30,150,2,True), (31,155,2,True), (32,160,2,True), (33,165,2,True), (34,170,2,False), (35,175,1,True), (36,180,1,True), (37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 10.42s +Memory: 233MB (+0MB) +UNKNOWN +Iteration Time: 10.44s + +Iteration 103 +Queue: [(30,150,2,True), (31,155,2,True), (32,160,2,True), (33,165,2,True), (34,170,2,False), (35,175,1,True), (36,180,1,True), (37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 16.11s +Memory: 233MB (+0MB) +UNKNOWN +Iteration Time: 16.13s + +Iteration 104 +Queue: [(31,155,2,True), (32,160,2,True), (33,165,2,True), (34,170,2,False), (35,175,1,True), (36,180,1,True), (37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 13.07s +Memory: 233MB (+0MB) +UNKNOWN +Iteration Time: 13.09s + +Iteration 105 +Queue: [(32,160,2,True), (33,165,2,True), (34,170,2,False), (35,175,1,True), (36,180,1,True), (37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 9.08s +Memory: 233MB (+0MB) +UNKNOWN +Iteration Time: 9.09s + +Iteration 106 +Queue: [(33,165,2,True), (34,170,2,False), (35,175,1,True), (36,180,1,True), (37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 12.10s +Memory: 233MB (+0MB) +UNKNOWN +Iteration Time: 12.11s + +Iteration 107 +Queue: [(35,175,1,True), (36,180,1,True), (37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 10.66s +Memory: 233MB (+0MB) +UNKNOWN +Iteration Time: 10.67s + +Iteration 108 +Queue: [(36,180,1,True), (37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 10.47s +Memory: 233MB (+0MB) +UNKNOWN +Iteration Time: 10.49s + +Iteration 109 +Queue: [(37,185,1,True), (38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 11.54s +Memory: 233MB (+0MB) +UNKNOWN +Iteration Time: 11.56s + +Iteration 110 +Queue: [(38,190,1,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Unblocking actions... +Solving... +Solving Time: 12.52s +Memory: 235MB (+2MB) +UNKNOWN +Iteration Time: 12.53s + +Iteration 111 +Queue: [(39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Grounding... [('step', [191]), ('step', [192]), ('step', [193]), ('step', [194]), ('step', [195]), ('check', [195])] +Grounding Time: 0.04s +Memory: 235MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 7.03s +Memory: 235MB (+0MB) +UNKNOWN +Iteration Time: 7.15s + +Iteration 112 +Queue: [(40,200,0,True), (41,205,0,True)] +Grounded Until: 195 +Grounding... [('step', [196]), ('step', [197]), ('step', [198]), ('step', [199]), ('step', [200]), ('check', [200])] +Grounding Time: 0.04s +Memory: 235MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 9.21s +Memory: 238MB (+3MB) +UNKNOWN +Iteration Time: 9.33s + +Iteration 113 +Queue: [(41,205,0,True)] +Grounded Until: 200 +Grounding... [('step', [201]), ('step', [202]), ('step', [203]), ('step', [204]), ('step', [205]), ('check', [205])] +Grounding Time: 0.04s +Memory: 240MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 13.27s +Memory: 265MB (+25MB) +UNKNOWN +Iteration Time: 13.39s + +Iteration 114 +Queue: [(22,110,5,True), (23,115,5,True), (24,120,4,True), (25,125,4,True), (26,130,4,True), (27,135,3,True), (28,140,3,True), (29,145,3,True), (30,150,3,True), (31,155,3,False), (32,160,3,False), (33,165,3,False), (34,170,2,True), (35,175,2,True), (36,180,2,False), (37,185,2,False), (38,190,2,False), (39,195,1,True), (40,200,1,True), (41,205,1,True)] +Grounded Until: 205 +Blocking actions... +Solving... +Solving Time: 7.66s +Memory: 268MB (+3MB) +UNKNOWN +Iteration Time: 7.69s + +Iteration 115 +Queue: [(23,115,5,True), (24,120,4,True), (25,125,4,True), (26,130,4,True), (27,135,3,True), (28,140,3,True), (29,145,3,True), (30,150,3,True), (31,155,3,False), (32,160,3,False), (33,165,3,False), (34,170,2,True), (35,175,2,True), (36,180,2,False), (37,185,2,False), (38,190,2,False), (39,195,1,True), (40,200,1,True), (41,205,1,True)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 10.27s +Memory: 268MB (+0MB) +UNKNOWN +Iteration Time: 10.29s + +Iteration 116 +Queue: [(24,120,4,True), (25,125,4,True), (26,130,4,True), (27,135,3,True), (28,140,3,True), (29,145,3,True), (30,150,3,True), (31,155,3,False), (32,160,3,False), (33,165,3,False), (34,170,2,True), (35,175,2,True), (36,180,2,False), (37,185,2,False), (38,190,2,False), (39,195,1,True), (40,200,1,True), (41,205,1,True)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 10.41s +Memory: 268MB (+0MB) +UNKNOWN +Iteration Time: 10.42s + +Iteration 117 +Queue: [(25,125,4,True), (26,130,4,True), (27,135,3,True), (28,140,3,True), (29,145,3,True), (30,150,3,True), (31,155,3,False), (32,160,3,False), (33,165,3,False), (34,170,2,True), (35,175,2,True), (36,180,2,False), (37,185,2,False), (38,190,2,False), (39,195,1,True), (40,200,1,True), (41,205,1,True)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 16.74s +Memory: 268MB (+0MB) +UNKNOWN +Iteration Time: 16.75s + +Iteration 118 +Queue: [(26,130,4,True), (27,135,3,True), (28,140,3,True), (29,145,3,True), (30,150,3,True), (31,155,3,False), (32,160,3,False), (33,165,3,False), (34,170,2,True), (35,175,2,True), (36,180,2,False), (37,185,2,False), (38,190,2,False), (39,195,1,True), (40,200,1,True), (41,205,1,True)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 11.80s +Memory: 268MB (+0MB) +UNKNOWN +Iteration Time: 11.81s + +Iteration 119 +Queue: [(27,135,3,True), (28,140,3,True), (29,145,3,True), (30,150,3,True), (31,155,3,False), (32,160,3,False), (33,165,3,False), (34,170,2,True), (35,175,2,True), (36,180,2,False), (37,185,2,False), (38,190,2,False), (39,195,1,True), (40,200,1,True), (41,205,1,True)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 9.34s +Memory: 268MB (+0MB) +UNKNOWN +Iteration Time: 9.36s + +Iteration 120 +Queue: [(28,140,3,True), (29,145,3,True), (30,150,3,True), (31,155,3,False), (32,160,3,False), (33,165,3,False), (34,170,2,True), (35,175,2,True), (36,180,2,False), (37,185,2,False), (38,190,2,False), (39,195,1,True), (40,200,1,True), (41,205,1,True)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 16.33s +Memory: 268MB (+0MB) +UNKNOWN +Iteration Time: 16.35s + +Iteration 121 +Queue: [(29,145,3,True), (30,150,3,True), (31,155,3,False), (32,160,3,False), (33,165,3,False), (34,170,2,True), (35,175,2,True), (36,180,2,False), (37,185,2,False), (38,190,2,False), (39,195,1,True), (40,200,1,True), (41,205,1,True)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 12.22s +Memory: 268MB (+0MB) +UNKNOWN +Iteration Time: 12.23s + +Iteration 122 +Queue: [(30,150,3,True), (31,155,3,False), (32,160,3,False), (33,165,3,False), (34,170,2,True), (35,175,2,True), (36,180,2,False), (37,185,2,False), (38,190,2,False), (39,195,1,True), (40,200,1,True), (41,205,1,True)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 13.37s +Memory: 268MB (+0MB) +UNKNOWN +Iteration Time: 13.38s + +Iteration 123 +Queue: [(34,170,2,True), (35,175,2,True), (36,180,2,False), (37,185,2,False), (38,190,2,False), (39,195,1,True), (40,200,1,True), (41,205,1,True)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 19.05s +Memory: 268MB (+0MB) +UNKNOWN +Iteration Time: 19.07s + +Iteration 124 +Queue: [(35,175,2,True), (36,180,2,False), (37,185,2,False), (38,190,2,False), (39,195,1,True), (40,200,1,True), (41,205,1,True)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 11.38s +Memory: 268MB (+0MB) +UNKNOWN +Iteration Time: 11.40s + +Iteration 125 +Queue: [(39,195,1,True), (40,200,1,True), (41,205,1,True)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 9.31s +Memory: 268MB (+0MB) +UNKNOWN +Iteration Time: 9.32s + +Iteration 126 +Queue: [(40,200,1,True), (41,205,1,True)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 11.96s +Memory: 268MB (+0MB) +UNKNOWN +Iteration Time: 11.97s + +Iteration 127 +Queue: [(41,205,1,True)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 7.94s +Memory: 268MB (+0MB) +UNKNOWN +Iteration Time: 7.95s + +Iteration 128 +Queue: [(22,110,6,True), (23,115,6,True), (24,120,5,True), (25,125,5,True), (26,130,5,True), (27,135,4,True), (28,140,4,True), (29,145,4,False), (30,150,4,False), (31,155,3,True), (32,160,3,False), (33,165,3,False), (34,170,3,False), (35,175,3,False), (36,180,2,True), (37,185,2,False), (38,190,2,False), (39,195,2,False), (40,200,2,False), (41,205,2,False)] +Grounded Until: 205 +Blocking actions... +Solving... +Solving Time: 0.06s +Memory: 268MB (+0MB) +UNSAT +Iteration Time: 0.08s + +Iteration 129 +Queue: [(23,115,6,True), (24,120,5,True), (25,125,5,True), (26,130,5,True), (27,135,4,True), (28,140,4,True), (29,145,4,False), (30,150,4,False), (31,155,3,True), (32,160,3,False), (33,165,3,False), (34,170,3,False), (35,175,3,False), (36,180,2,True), (37,185,2,False), (38,190,2,False), (39,195,2,False), (40,200,2,False), (41,205,2,False)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 0.17s +Memory: 268MB (+0MB) +UNSAT +Iteration Time: 0.19s + +Iteration 130 +Queue: [(24,120,5,True), (25,125,5,True), (26,130,5,True), (27,135,4,True), (28,140,4,True), (29,145,4,False), (30,150,4,False), (31,155,3,True), (32,160,3,False), (33,165,3,False), (34,170,3,False), (35,175,3,False), (36,180,2,True), (37,185,2,False), (38,190,2,False), (39,195,2,False), (40,200,2,False), (41,205,2,False)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 1.19s +Memory: 268MB (+0MB) +UNSAT +Iteration Time: 1.20s + +Iteration 131 +Queue: [(25,125,5,True), (26,130,5,True), (27,135,4,True), (28,140,4,True), (29,145,4,False), (30,150,4,False), (31,155,3,True), (32,160,3,False), (33,165,3,False), (34,170,3,False), (35,175,3,False), (36,180,2,True), (37,185,2,False), (38,190,2,False), (39,195,2,False), (40,200,2,False), (41,205,2,False)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 16.35s +Memory: 277MB (+9MB) +UNKNOWN +Iteration Time: 16.37s + +Iteration 132 +Queue: [(26,130,5,True), (27,135,4,True), (28,140,4,True), (29,145,4,False), (30,150,4,False), (31,155,3,True), (32,160,3,False), (33,165,3,False), (34,170,3,False), (35,175,3,False), (36,180,2,True), (37,185,2,False), (38,190,2,False), (39,195,2,False), (40,200,2,False), (41,205,2,False)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 9.86s +Memory: 285MB (+8MB) +UNKNOWN +Iteration Time: 9.89s + +Iteration 133 +Queue: [(27,135,4,True), (28,140,4,True), (29,145,4,False), (30,150,4,False), (31,155,3,True), (32,160,3,False), (33,165,3,False), (34,170,3,False), (35,175,3,False), (36,180,2,True), (37,185,2,False), (38,190,2,False), (39,195,2,False), (40,200,2,False), (41,205,2,False)] +Grounded Until: 205 +Unblocking actions... +Solving... +Solving Time: 12.32s +Memory: 285MB (+0MB) +UNKNOWN +Iteration Time: 12.34s + +Iteration 134 +Queue: [(28,140,4,True), (29,145,4,False), (30,150,4,False), (31,155,3,True), (32,160,3,False), (33,165,3,False), (34,170,3,False), (35,175,3,False), (36,180,2,True), (37,185,2,False), (38,190,2,False), (39,195,2,False), (40,200,2,False), (41,205,2,False)] +