From d63ca811b7a062745875fa3f142d38dd7e471c9b Mon Sep 17 00:00:00 2001 From: potassco-bot Date: Tue, 28 Nov 2017 05:01:01 +0100 Subject: [PATCH] Add benchmark result [gc-ta1-tt1 | ipc-1998 | mystery-round-1-strips | 16] --- .../ipc-1998_mystery-round-1-strips_16.env | 51 + .../ipc-1998_mystery-round-1-strips_16.err | 32 + .../ipc-1998_mystery-round-1-strips_16.out | 3346 +++++++++++++++++ 3 files changed, 3429 insertions(+) create mode 100644 gc-ta1-tt1/ipc-1998_mystery-round-1-strips_16.env create mode 100644 gc-ta1-tt1/ipc-1998_mystery-round-1-strips_16.err create mode 100644 gc-ta1-tt1/ipc-1998_mystery-round-1-strips_16.out diff --git a/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_16.env b/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_16.env new file mode 100644 index 000000000..70c8436e7 --- /dev/null +++ b/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_16.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-16.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: 16 + 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_16.err b/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_16.err new file mode 100644 index 000000000..a8c9f97e4 --- /dev/null +++ b/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_16.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': 16} +# 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-16.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.04 MEM 4501308 MAXMEM 5026404 STALE 1 MAXMEM_RSS 4772648 + + diff --git a/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_16.out b/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_16.out new file mode 100644 index 000000000..54dc03fa7 --- /dev/null +++ b/gc-ta1-tt1/ipc-1998_mystery-round-1-strips_16.out @@ -0,0 +1,3346 @@ +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-16.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-16.pddl +Parsing... +Parsing: [0.020s CPU, 0.021s wall-clock] +Normalizing task... [0.010s CPU, 0.001s wall-clock] +Instantiating... +Generating Datalog program... [0.000s CPU, 0.006s wall-clock] +Normalizing Datalog program... +Normalizing Datalog program: [0.030s CPU, 0.033s wall-clock] +Preparing model... [0.020s CPU, 0.018s wall-clock] +Generated 42 rules. +Computing model... [0.340s CPU, 0.340s wall-clock] +2632 relevant atoms +1504 auxiliary atoms +4136 final queue length +8360 total queue pushes +Completing instantiation... [0.910s CPU, 0.910s wall-clock] +Instantiating: [1.300s CPU, 1.311s wall-clock] +Computing fact groups... +Finding invariants... +12 initial candidates +Finding invariants: [0.030s CPU, 0.034s wall-clock] +Checking invariant weight... [0.010s CPU, 0.002s wall-clock] +Instantiating groups... [0.020s CPU, 0.025s wall-clock] +Collecting mutex groups... [0.000s CPU, 0.002s wall-clock] +Choosing groups... +5 uncovered facts +Choosing groups: [0.010s CPU, 0.006s wall-clock] +Building translation key... [0.010s CPU, 0.003s wall-clock] +Computing fact groups: [0.090s CPU, 0.084s 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.002s wall-clock] +Translating task... +Processing axioms... +Simplifying axioms... [0.000s CPU, 0.000s wall-clock] +Processing axioms: [0.040s CPU, 0.036s wall-clock] +Translating task: [0.660s CPU, 0.656s wall-clock] +0 effect conditions simplified +0 implied preconditions added +Detecting unreachable propositions... +0 operators removed +0 axioms removed +39 propositions removed +Detecting unreachable propositions: [0.320s CPU, 0.323s wall-clock] +Reordering and filtering variables... +29 of 29 variables necessary. +0 of 29 mutex groups necessary. +2226 of 2226 operators necessary. +0 of 0 axiom rules necessary. +Reordering and filtering variables: [0.110s CPU, 0.107s wall-clock] +Translator variables: 29 +Translator derived variables: 0 +Translator facts: 257 +Translator goal facts: 2 +Translator mutex groups: 0 +Translator total mutex groups size: 0 +Translator operators: 2226 +Translator axioms: 0 +Translator task size: 13362 +Translator peak memory: 45260 KB +Writing output... [0.220s CPU, 0.250s wall-clock] +Done! [2.760s CPU, 2.791s wall-clock] +planner.py version 0.0.1 + +Time: 0.57s +Memory: 87MB + +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: 87MB (+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.16s +Memory: 87MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.01s +Memory: 89MB (+2MB) +UNSAT +Iteration Time: 0.25s + +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.15s +Memory: 92MB (+3MB) +Unblocking actions... +Solving... +Solving Time: 0.01s +Memory: 100MB (+8MB) +UNSAT +Iteration Time: 0.25s + +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.16s +Memory: 104MB (+4MB) +Unblocking actions... +Solving... +Solving Time: 0.02s +Memory: 113MB (+9MB) +UNSAT +Iteration Time: 0.27s + +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.20s +Memory: 120MB (+7MB) +Unblocking actions... +Solving... +Solving Time: 0.02s +Memory: 125MB (+5MB) +UNSAT +Iteration Time: 0.32s + +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.16s +Memory: 131MB (+6MB) +Unblocking actions... +Solving... +Solving Time: 0.05s +Memory: 141MB (+10MB) +UNSAT +Iteration Time: 0.32s + +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.17s +Memory: 144MB (+3MB) +Unblocking actions... +Solving... +Solving Time: 0.08s +Memory: 150MB (+6MB) +UNSAT +Iteration Time: 0.36s + +Iteration 8 +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)] +Grounded Until: 30 +Grounding... [('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('check', [35])] +Grounding Time: 0.17s +Memory: 157MB (+7MB) +Unblocking actions... +Solving... +Solving Time: 0.10s +Memory: 170MB (+13MB) +UNSAT +Iteration Time: 0.39s + +Iteration 9 +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)] +Grounded Until: 35 +Grounding... [('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('step', [40]), ('check', [40])] +Grounding Time: 0.17s +Memory: 171MB (+1MB) +Unblocking actions... +Solving... +Solving Time: 0.19s +Memory: 177MB (+6MB) +UNSAT +Iteration Time: 0.49s + +Iteration 10 +Queue: [(9,45,0,True), (10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True)] +Grounded Until: 40 +Grounding... [('step', [41]), ('step', [42]), ('step', [43]), ('step', [44]), ('step', [45]), ('check', [45])] +Grounding Time: 0.24s +Memory: 188MB (+11MB) +Unblocking actions... +Solving... +Solving Time: 0.04s +Memory: 194MB (+6MB) +UNSAT +Iteration Time: 0.41s + +Iteration 11 +Queue: [(10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True)] +Grounded Until: 45 +Grounding... [('step', [46]), ('step', [47]), ('step', [48]), ('step', [49]), ('step', [50]), ('check', [50])] +Grounding Time: 0.16s +Memory: 198MB (+4MB) +Unblocking actions... +Solving... +Solving Time: 0.04s +Memory: 216MB (+18MB) +UNSAT +Iteration Time: 0.35s + +Iteration 12 +Queue: [(11,55,0,True), (12,60,0,True), (13,65,0,True)] +Grounded Until: 50 +Grounding... [('step', [51]), ('step', [52]), ('step', [53]), ('step', [54]), ('step', [55]), ('check', [55])] +Grounding Time: 0.16s +Memory: 216MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.06s +Memory: 222MB (+6MB) +UNSAT +Iteration Time: 0.36s + +Iteration 13 +Queue: [(12,60,0,True), (13,65,0,True)] +Grounded Until: 55 +Grounding... [('step', [56]), ('step', [57]), ('step', [58]), ('step', [59]), ('step', [60]), ('check', [60])] +Grounding Time: 0.17s +Memory: 227MB (+5MB) +Unblocking actions... +Solving... +Solving Time: 0.06s +Memory: 235MB (+8MB) +UNSAT +Iteration Time: 0.38s + +Iteration 14 +Queue: [(13,65,0,True)] +Grounded Until: 60 +Grounding... [('step', [61]), ('step', [62]), ('step', [63]), ('step', [64]), ('step', [65]), ('check', [65])] +Grounding Time: 0.17s +Memory: 239MB (+4MB) +Unblocking actions... +Solving... +Solving Time: 0.43s +Memory: 249MB (+10MB) +UNSAT +Iteration Time: 0.76s + +Iteration 15 +Queue: [(14,70,0,True), (15,75,0,True), (16,80,0,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True)] +Grounded Until: 65 +Grounding... [('step', [66]), ('step', [67]), ('step', [68]), ('step', [69]), ('step', [70]), ('check', [70])] +Grounding Time: 0.17s +Memory: 251MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 0.10s +Memory: 259MB (+8MB) +UNSAT +Iteration Time: 0.43s + +Iteration 16 +Queue: [(15,75,0,True), (16,80,0,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True)] +Grounded Until: 70 +Grounding... [('step', [71]), ('step', [72]), ('step', [73]), ('step', [74]), ('step', [75]), ('check', [75])] +Grounding Time: 0.17s +Memory: 261MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 0.06s +Memory: 288MB (+27MB) +UNSAT +Iteration Time: 0.41s + +Iteration 17 +Queue: [(16,80,0,True), (17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True)] +Grounded Until: 75 +Grounding... [('step', [76]), ('step', [77]), ('step', [78]), ('step', [79]), ('step', [80]), ('check', [80])] +Grounding Time: 0.18s +Memory: 288MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.24s +Memory: 289MB (+1MB) +UNSAT +Iteration Time: 0.59s + +Iteration 18 +Queue: [(17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True)] +Grounded Until: 80 +Grounding... [('step', [81]), ('step', [82]), ('step', [83]), ('step', [84]), ('step', [85]), ('check', [85])] +Grounding Time: 0.17s +Memory: 290MB (+1MB) +Unblocking actions... +Solving... +Solving Time: 0.11s +Memory: 300MB (+10MB) +UNSAT +Iteration Time: 0.46s + +Iteration 19 +Queue: [(18,90,0,True), (19,95,0,True), (20,100,0,True)] +Grounded Until: 85 +Grounding... [('step', [86]), ('step', [87]), ('step', [88]), ('step', [89]), ('step', [90]), ('check', [90])] +Grounding Time: 0.33s +Memory: 312MB (+12MB) +Unblocking actions... +Solving... +Solving Time: 0.10s +Memory: 324MB (+12MB) +UNSAT +Iteration Time: 0.62s + +Iteration 20 +Queue: [(19,95,0,True), (20,100,0,True)] +Grounded Until: 90 +Grounding... [('step', [91]), ('step', [92]), ('step', [93]), ('step', [94]), ('step', [95]), ('check', [95])] +Grounding Time: 0.17s +Memory: 324MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.19s +Memory: 336MB (+12MB) +UNSAT +Iteration Time: 0.54s + +Iteration 21 +Queue: [(20,100,0,True)] +Grounded Until: 95 +Grounding... [('step', [96]), ('step', [97]), ('step', [98]), ('step', [99]), ('step', [100]), ('check', [100])] +Grounding Time: 0.16s +Memory: 336MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.42s +Memory: 346MB (+10MB) +UNSAT +Iteration Time: 0.78s + +Iteration 22 +Queue: [(21,105,0,True), (22,110,0,True), (23,115,0,True), (24,120,0,True), (25,125,0,True), (26,130,0,True), (27,135,0,True)] +Grounded Until: 100 +Grounding... [('step', [101]), ('step', [102]), ('step', [103]), ('step', [104]), ('step', [105]), ('check', [105])] +Grounding Time: 0.16s +Memory: 347MB (+1MB) +Unblocking actions... +Solving... +Solving Time: 0.32s +Memory: 357MB (+10MB) +UNSAT +Iteration Time: 0.69s + +Iteration 23 +Queue: [(22,110,0,True), (23,115,0,True), (24,120,0,True), (25,125,0,True), (26,130,0,True), (27,135,0,True)] +Grounded Until: 105 +Grounding... [('step', [106]), ('step', [107]), ('step', [108]), ('step', [109]), ('step', [110]), ('check', [110])] +Grounding Time: 0.16s +Memory: 357MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.27s +Memory: 393MB (+36MB) +UNSAT +Iteration Time: 0.65s + +Iteration 24 +Queue: [(23,115,0,True), (24,120,0,True), (25,125,0,True), (26,130,0,True), (27,135,0,True)] +Grounded Until: 110 +Grounding... [('step', [111]), ('step', [112]), ('step', [113]), ('step', [114]), ('step', [115]), ('check', [115])] +Grounding Time: 0.17s +Memory: 393MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.17s +Memory: 395MB (+2MB) +UNSAT +Iteration Time: 0.55s + +Iteration 25 +Queue: [(24,120,0,True), (25,125,0,True), (26,130,0,True), (27,135,0,True)] +Grounded Until: 115 +Grounding... [('step', [116]), ('step', [117]), ('step', [118]), ('step', [119]), ('step', [120]), ('check', [120])] +Grounding Time: 0.17s +Memory: 395MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.37s +Memory: 403MB (+8MB) +UNSAT +Iteration Time: 0.75s + +Iteration 26 +Queue: [(25,125,0,True), (26,130,0,True), (27,135,0,True)] +Grounded Until: 120 +Grounding... [('step', [121]), ('step', [122]), ('step', [123]), ('step', [124]), ('step', [125]), ('check', [125])] +Grounding Time: 0.17s +Memory: 404MB (+1MB) +Unblocking actions... +Solving... +Solving Time: 0.14s +Memory: 419MB (+15MB) +UNSAT +Iteration Time: 0.54s + +Iteration 27 +Queue: [(26,130,0,True), (27,135,0,True)] +Grounded Until: 125 +Grounding... [('step', [126]), ('step', [127]), ('step', [128]), ('step', [129]), ('step', [130]), ('check', [130])] +Grounding Time: 0.20s +Memory: 419MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.48s +Memory: 430MB (+11MB) +UNSAT +Iteration Time: 0.91s + +Iteration 28 +Queue: [(27,135,0,True)] +Grounded Until: 130 +Grounding... [('step', [131]), ('step', [132]), ('step', [133]), ('step', [134]), ('step', [135]), ('check', [135])] +Grounding Time: 0.17s +Memory: 430MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.42s +Memory: 445MB (+15MB) +UNSAT +Iteration Time: 0.83s + +Iteration 29 +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.17s +Memory: 445MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.74s +Memory: 451MB (+6MB) +UNSAT +Iteration Time: 1.15s + +Iteration 30 +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.17s +Memory: 453MB (+2MB) +Unblocking actions... +Solving... +Solving Time: 0.53s +Memory: 470MB (+17MB) +UNSAT +Iteration Time: 0.95s + +Iteration 31 +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.17s +Memory: 470MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.28s +Memory: 480MB (+10MB) +UNSAT +Iteration Time: 0.70s + +Iteration 32 +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.17s +Memory: 480MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.18s +Memory: 489MB (+9MB) +UNSAT +Iteration Time: 0.62s + +Iteration 33 +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.18s +Memory: 489MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.16s +Memory: 501MB (+12MB) +UNSAT +Iteration Time: 0.60s + +Iteration 34 +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.17s +Memory: 501MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.17s +Memory: 552MB (+51MB) +UNSAT +Iteration Time: 0.62s + +Iteration 35 +Queue: [(34,170,0,True)] +Grounded Until: 165 +Grounding... [('step', [166]), ('step', [167]), ('step', [168]), ('step', [169]), ('step', [170]), ('check', [170])] +Grounding Time: 0.18s +Memory: 552MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.19s +Memory: 554MB (+2MB) +UNSAT +Iteration Time: 0.64s + +Iteration 36 +Queue: [(35,175,0,True), (36,180,0,True), (37,185,0,True), (38,190,0,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 170 +Grounding... [('step', [171]), ('step', [172]), ('step', [173]), ('step', [174]), ('step', [175]), ('check', [175])] +Grounding Time: 0.18s +Memory: 554MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.23s +Memory: 555MB (+1MB) +UNSAT +Iteration Time: 0.69s + +Iteration 37 +Queue: [(36,180,0,True), (37,185,0,True), (38,190,0,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 175 +Grounding... [('step', [176]), ('step', [177]), ('step', [178]), ('step', [179]), ('step', [180]), ('check', [180])] +Grounding Time: 0.18s +Memory: 555MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.21s +Memory: 561MB (+6MB) +UNSAT +Iteration Time: 0.68s + +Iteration 38 +Queue: [(37,185,0,True), (38,190,0,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 180 +Grounding... [('step', [181]), ('step', [182]), ('step', [183]), ('step', [184]), ('step', [185]), ('check', [185])] +Grounding Time: 0.18s +Memory: 561MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.26s +Memory: 577MB (+16MB) +UNSAT +Iteration Time: 0.73s + +Iteration 39 +Queue: [(38,190,0,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 185 +Grounding... [('step', [186]), ('step', [187]), ('step', [188]), ('step', [189]), ('step', [190]), ('check', [190])] +Grounding Time: 0.50s +Memory: 627MB (+50MB) +Unblocking actions... +Solving... +Solving Time: 2.41s +Memory: 629MB (+2MB) +UNSAT +Iteration Time: 3.20s + +Iteration 40 +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.17s +Memory: 629MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.45s +Memory: 630MB (+1MB) +UNSAT +Iteration Time: 0.92s + +Iteration 41 +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.17s +Memory: 630MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.23s +Memory: 632MB (+2MB) +UNSAT +Iteration Time: 0.71s + +Iteration 42 +Queue: [(41,205,0,True)] +Grounded Until: 200 +Grounding... [('step', [201]), ('step', [202]), ('step', [203]), ('step', [204]), ('step', [205]), ('check', [205])] +Grounding Time: 0.17s +Memory: 632MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.81s +Memory: 640MB (+8MB) +UNSAT +Iteration Time: 1.29s + +Iteration 43 +Queue: [(42,210,0,True), (43,215,0,True), (44,220,0,True), (45,225,0,True), (46,230,0,True), (47,235,0,True), (48,240,0,True)] +Grounded Until: 205 +Grounding... [('step', [206]), ('step', [207]), ('step', [208]), ('step', [209]), ('step', [210]), ('check', [210])] +Grounding Time: 0.17s +Memory: 640MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.68s +Memory: 653MB (+13MB) +UNSAT +Iteration Time: 1.17s + +Iteration 44 +Queue: [(43,215,0,True), (44,220,0,True), (45,225,0,True), (46,230,0,True), (47,235,0,True), (48,240,0,True)] +Grounded Until: 210 +Grounding... [('step', [211]), ('step', [212]), ('step', [213]), ('step', [214]), ('step', [215]), ('check', [215])] +Grounding Time: 0.17s +Memory: 653MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.81s +Memory: 676MB (+23MB) +UNSAT +Iteration Time: 2.31s + +Iteration 45 +Queue: [(44,220,0,True), (45,225,0,True), (46,230,0,True), (47,235,0,True), (48,240,0,True)] +Grounded Until: 215 +Grounding... [('step', [216]), ('step', [217]), ('step', [218]), ('step', [219]), ('step', [220]), ('check', [220])] +Grounding Time: 0.17s +Memory: 676MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.49s +Memory: 683MB (+7MB) +UNSAT +Iteration Time: 0.99s + +Iteration 46 +Queue: [(45,225,0,True), (46,230,0,True), (47,235,0,True), (48,240,0,True)] +Grounded Until: 220 +Grounding... [('step', [221]), ('step', [222]), ('step', [223]), ('step', [224]), ('step', [225]), ('check', [225])] +Grounding Time: 0.17s +Memory: 683MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.22s +Memory: 694MB (+11MB) +UNSAT +Iteration Time: 0.74s + +Iteration 47 +Queue: [(46,230,0,True), (47,235,0,True), (48,240,0,True)] +Grounded Until: 225 +Grounding... [('step', [226]), ('step', [227]), ('step', [228]), ('step', [229]), ('step', [230]), ('check', [230])] +Grounding Time: 0.17s +Memory: 694MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.72s +Memory: 706MB (+12MB) +UNSAT +Iteration Time: 1.23s + +Iteration 48 +Queue: [(47,235,0,True), (48,240,0,True)] +Grounded Until: 230 +Grounding... [('step', [231]), ('step', [232]), ('step', [233]), ('step', [234]), ('step', [235]), ('check', [235])] +Grounding Time: 0.17s +Memory: 706MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.28s +Memory: 716MB (+10MB) +UNSAT +Iteration Time: 0.80s + +Iteration 49 +Queue: [(48,240,0,True)] +Grounded Until: 235 +Grounding... [('step', [236]), ('step', [237]), ('step', [238]), ('step', [239]), ('step', [240]), ('check', [240])] +Grounding Time: 0.17s +Memory: 720MB (+4MB) +Unblocking actions... +Solving... +Solving Time: 0.87s +Memory: 736MB (+16MB) +UNSAT +Iteration Time: 1.40s + +Iteration 50 +Queue: [(49,245,0,True), (50,250,0,True), (51,255,0,True), (52,260,0,True), (53,265,0,True), (54,270,0,True), (55,275,0,True)] +Grounded Until: 240 +Grounding... [('step', [241]), ('step', [242]), ('step', [243]), ('step', [244]), ('step', [245]), ('check', [245])] +Grounding Time: 0.17s +Memory: 736MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.82s +Memory: 813MB (+77MB) +UNSAT +Iteration Time: 1.37s + +Iteration 51 +Queue: [(50,250,0,True), (51,255,0,True), (52,260,0,True), (53,265,0,True), (54,270,0,True), (55,275,0,True)] +Grounded Until: 245 +Grounding... [('step', [246]), ('step', [247]), ('step', [248]), ('step', [249]), ('step', [250]), ('check', [250])] +Grounding Time: 0.17s +Memory: 813MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.83s +Memory: 815MB (+2MB) +UNSAT +Iteration Time: 1.38s + +Iteration 52 +Queue: [(51,255,0,True), (52,260,0,True), (53,265,0,True), (54,270,0,True), (55,275,0,True)] +Grounded Until: 250 +Grounding... [('step', [251]), ('step', [252]), ('step', [253]), ('step', [254]), ('step', [255]), ('check', [255])] +Grounding Time: 0.17s +Memory: 815MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.58s +Memory: 817MB (+2MB) +UNSAT +Iteration Time: 1.13s + +Iteration 53 +Queue: [(52,260,0,True), (53,265,0,True), (54,270,0,True), (55,275,0,True)] +Grounded Until: 255 +Grounding... [('step', [256]), ('step', [257]), ('step', [258]), ('step', [259]), ('step', [260]), ('check', [260])] +Grounding Time: 0.23s +Memory: 817MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.66s +Memory: 824MB (+7MB) +UNSAT +Iteration Time: 1.27s + +Iteration 54 +Queue: [(53,265,0,True), (54,270,0,True), (55,275,0,True)] +Grounded Until: 260 +Grounding... [('step', [261]), ('step', [262]), ('step', [263]), ('step', [264]), ('step', [265]), ('check', [265])] +Grounding Time: 0.17s +Memory: 824MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.31s +Memory: 836MB (+12MB) +UNSAT +Iteration Time: 0.86s + +Iteration 55 +Queue: [(54,270,0,True), (55,275,0,True)] +Grounded Until: 265 +Grounding... [('step', [266]), ('step', [267]), ('step', [268]), ('step', [269]), ('step', [270]), ('check', [270])] +Grounding Time: 0.17s +Memory: 836MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.94s +Memory: 846MB (+10MB) +UNSAT +Iteration Time: 1.51s + +Iteration 56 +Queue: [(55,275,0,True)] +Grounded Until: 270 +Grounding... [('step', [271]), ('step', [272]), ('step', [273]), ('step', [274]), ('step', [275]), ('check', [275])] +Grounding Time: 0.17s +Memory: 846MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.41s +Memory: 865MB (+19MB) +UNSAT +Iteration Time: 0.98s + +Iteration 57 +Queue: [(56,280,0,True), (57,285,0,True), (58,290,0,True), (59,295,0,True), (60,300,0,True), (61,305,0,True), (62,310,0,True)] +Grounded Until: 275 +Grounding... [('step', [276]), ('step', [277]), ('step', [278]), ('step', [279]), ('step', [280]), ('check', [280])] +Grounding Time: 0.18s +Memory: 865MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.97s +Memory: 869MB (+4MB) +UNSAT +Iteration Time: 1.55s + +Iteration 58 +Queue: [(57,285,0,True), (58,290,0,True), (59,295,0,True), (60,300,0,True), (61,305,0,True), (62,310,0,True)] +Grounded Until: 280 +Grounding... [('step', [281]), ('step', [282]), ('step', [283]), ('step', [284]), ('step', [285]), ('check', [285])] +Grounding Time: 0.18s +Memory: 869MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 5.89s +Memory: 889MB (+20MB) +UNKNOWN +Iteration Time: 6.49s + +Iteration 59 +Queue: [(58,290,0,True), (59,295,0,True), (60,300,0,True), (61,305,0,True), (62,310,0,True)] +Grounded Until: 285 +Grounding... [('step', [286]), ('step', [287]), ('step', [288]), ('step', [289]), ('step', [290]), ('check', [290])] +Grounding Time: 0.17s +Memory: 889MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.20s +Memory: 893MB (+4MB) +UNSAT +Iteration Time: 1.79s + +Iteration 60 +Queue: [(59,295,0,True), (60,300,0,True), (61,305,0,True), (62,310,0,True)] +Grounded Until: 290 +Grounding... [('step', [291]), ('step', [292]), ('step', [293]), ('step', [294]), ('step', [295]), ('check', [295])] +Grounding Time: 0.18s +Memory: 893MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.29s +Memory: 895MB (+2MB) +UNSAT +Iteration Time: 0.88s + +Iteration 61 +Queue: [(60,300,0,True), (61,305,0,True), (62,310,0,True)] +Grounded Until: 295 +Grounding... [('step', [296]), ('step', [297]), ('step', [298]), ('step', [299]), ('step', [300]), ('check', [300])] +Grounding Time: 0.18s +Memory: 895MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.68s +Memory: 896MB (+1MB) +UNSAT +Iteration Time: 2.28s + +Iteration 62 +Queue: [(61,305,0,True), (62,310,0,True)] +Grounded Until: 300 +Grounding... [('step', [301]), ('step', [302]), ('step', [303]), ('step', [304]), ('step', [305]), ('check', [305])] +Grounding Time: 0.17s +Memory: 896MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.77s +Memory: 902MB (+6MB) +UNSAT +Iteration Time: 2.37s + +Iteration 63 +Queue: [(62,310,0,True)] +Grounded Until: 305 +Grounding... [('step', [306]), ('step', [307]), ('step', [308]), ('step', [309]), ('step', [310]), ('check', [310])] +Grounding Time: 0.17s +Memory: 902MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.75s +Memory: 919MB (+17MB) +UNSAT +Iteration Time: 1.37s + +Iteration 64 +Queue: [(63,315,0,True), (64,320,0,True), (65,325,0,True), (66,330,0,True), (67,335,0,True), (68,340,0,True), (69,345,0,True)] +Grounded Until: 310 +Grounding... [('step', [311]), ('step', [312]), ('step', [313]), ('step', [314]), ('step', [315]), ('check', [315])] +Grounding Time: 0.18s +Memory: 919MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.29s +Memory: 930MB (+11MB) +UNSAT +Iteration Time: 0.91s + +Iteration 65 +Queue: [(64,320,0,True), (65,325,0,True), (66,330,0,True), (67,335,0,True), (68,340,0,True), (69,345,0,True)] +Grounded Until: 315 +Grounding... [('step', [316]), ('step', [317]), ('step', [318]), ('step', [319]), ('step', [320]), ('check', [320])] +Grounding Time: 0.18s +Memory: 930MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.25s +Memory: 951MB (+21MB) +UNSAT +Iteration Time: 0.88s + +Iteration 66 +Queue: [(65,325,0,True), (66,330,0,True), (67,335,0,True), (68,340,0,True), (69,345,0,True)] +Grounded Until: 320 +Grounding... [('step', [321]), ('step', [322]), ('step', [323]), ('step', [324]), ('step', [325]), ('check', [325])] +Grounding Time: 0.18s +Memory: 951MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.33s +Memory: 958MB (+7MB) +UNSAT +Iteration Time: 0.96s + +Iteration 67 +Queue: [(66,330,0,True), (67,335,0,True), (68,340,0,True), (69,345,0,True)] +Grounded Until: 325 +Grounding... [('step', [326]), ('step', [327]), ('step', [328]), ('step', [329]), ('step', [330]), ('check', [330])] +Grounding Time: 0.18s +Memory: 958MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.36s +Memory: 966MB (+8MB) +UNSAT +Iteration Time: 1.00s + +Iteration 68 +Queue: [(67,335,0,True), (68,340,0,True), (69,345,0,True)] +Grounded Until: 330 +Grounding... [('step', [331]), ('step', [332]), ('step', [333]), ('step', [334]), ('step', [335]), ('check', [335])] +Grounding Time: 0.18s +Memory: 966MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.30s +Memory: 968MB (+2MB) +UNSAT +Iteration Time: 0.95s + +Iteration 69 +Queue: [(68,340,0,True), (69,345,0,True)] +Grounded Until: 335 +Grounding... [('step', [336]), ('step', [337]), ('step', [338]), ('step', [339]), ('step', [340]), ('check', [340])] +Grounding Time: 0.18s +Memory: 968MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.40s +Memory: 980MB (+12MB) +UNSAT +Iteration Time: 1.05s + +Iteration 70 +Queue: [(69,345,0,True)] +Grounded Until: 340 +Grounding... [('step', [341]), ('step', [342]), ('step', [343]), ('step', [344]), ('step', [345]), ('check', [345])] +Grounding Time: 0.18s +Memory: 980MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.33s +Memory: 995MB (+15MB) +UNSAT +Iteration Time: 0.98s + +Iteration 71 +Queue: [(70,350,0,True), (71,355,0,True), (72,360,0,True), (73,365,0,True), (74,370,0,True), (75,375,0,True), (76,380,0,True)] +Grounded Until: 345 +Grounding... [('step', [346]), ('step', [347]), ('step', [348]), ('step', [349]), ('step', [350]), ('check', [350])] +Grounding Time: 0.18s +Memory: 995MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.33s +Memory: 997MB (+2MB) +UNSAT +Iteration Time: 0.99s + +Iteration 72 +Queue: [(71,355,0,True), (72,360,0,True), (73,365,0,True), (74,370,0,True), (75,375,0,True), (76,380,0,True)] +Grounded Until: 350 +Grounding... [('step', [351]), ('step', [352]), ('step', [353]), ('step', [354]), ('step', [355]), ('check', [355])] +Grounding Time: 0.19s +Memory: 997MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.34s +Memory: 1021MB (+24MB) +UNSAT +Iteration Time: 1.01s + +Iteration 73 +Queue: [(72,360,0,True), (73,365,0,True), (74,370,0,True), (75,375,0,True), (76,380,0,True)] +Grounded Until: 355 +Grounding... [('step', [356]), ('step', [357]), ('step', [358]), ('step', [359]), ('step', [360]), ('check', [360])] +Grounding Time: 0.18s +Memory: 1021MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.51s +Memory: 1022MB (+1MB) +UNSAT +Iteration Time: 1.18s + +Iteration 74 +Queue: [(73,365,0,True), (74,370,0,True), (75,375,0,True), (76,380,0,True)] +Grounded Until: 360 +Grounding... [('step', [361]), ('step', [362]), ('step', [363]), ('step', [364]), ('step', [365]), ('check', [365])] +Grounding Time: 0.19s +Memory: 1022MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.42s +Memory: 1086MB (+64MB) +UNSAT +Iteration Time: 1.12s + +Iteration 75 +Queue: [(74,370,0,True), (75,375,0,True), (76,380,0,True)] +Grounded Until: 365 +Grounding... [('step', [366]), ('step', [367]), ('step', [368]), ('step', [369]), ('step', [370]), ('check', [370])] +Grounding Time: 0.19s +Memory: 1086MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.42s +Memory: 1096MB (+10MB) +UNSAT +Iteration Time: 1.11s + +Iteration 76 +Queue: [(75,375,0,True), (76,380,0,True)] +Grounded Until: 370 +Grounding... [('step', [371]), ('step', [372]), ('step', [373]), ('step', [374]), ('step', [375]), ('check', [375])] +Grounding Time: 0.19s +Memory: 1096MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.43s +Memory: 1104MB (+8MB) +UNSAT +Iteration Time: 1.13s + +Iteration 77 +Queue: [(76,380,0,True)] +Grounded Until: 375 +Grounding... [('step', [376]), ('step', [377]), ('step', [378]), ('step', [379]), ('step', [380]), ('check', [380])] +Grounding Time: 0.89s +Memory: 1154MB (+50MB) +Unblocking actions... +Solving... +Solving Time: 0.56s +Memory: 1162MB (+8MB) +UNSAT +Iteration Time: 1.97s + +Iteration 78 +Queue: [(77,385,0,True), (78,390,0,True), (79,395,0,True), (80,400,0,True), (81,405,0,True), (82,410,0,True), (83,415,0,True)] +Grounded Until: 380 +Grounding... [('step', [381]), ('step', [382]), ('step', [383]), ('step', [384]), ('step', [385]), ('check', [385])] +Grounding Time: 0.17s +Memory: 1162MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.55s +Memory: 1176MB (+14MB) +UNSAT +Iteration Time: 1.24s + +Iteration 79 +Queue: [(78,390,0,True), (79,395,0,True), (80,400,0,True), (81,405,0,True), (82,410,0,True), (83,415,0,True)] +Grounded Until: 385 +Grounding... [('step', [386]), ('step', [387]), ('step', [388]), ('step', [389]), ('step', [390]), ('check', [390])] +Grounding Time: 0.17s +Memory: 1176MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.48s +Memory: 1184MB (+8MB) +UNSAT +Iteration Time: 1.17s + +Iteration 80 +Queue: [(79,395,0,True), (80,400,0,True), (81,405,0,True), (82,410,0,True), (83,415,0,True)] +Grounded Until: 390 +Grounding... [('step', [391]), ('step', [392]), ('step', [393]), ('step', [394]), ('step', [395]), ('check', [395])] +Grounding Time: 0.17s +Memory: 1184MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.56s +Memory: 1198MB (+14MB) +UNSAT +Iteration Time: 1.27s + +Iteration 81 +Queue: [(80,400,0,True), (81,405,0,True), (82,410,0,True), (83,415,0,True)] +Grounded Until: 395 +Grounding... [('step', [396]), ('step', [397]), ('step', [398]), ('step', [399]), ('step', [400]), ('check', [400])] +Grounding Time: 0.17s +Memory: 1198MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.54s +Memory: 1210MB (+12MB) +UNSAT +Iteration Time: 1.25s + +Iteration 82 +Queue: [(81,405,0,True), (82,410,0,True), (83,415,0,True)] +Grounded Until: 400 +Grounding... [('step', [401]), ('step', [402]), ('step', [403]), ('step', [404]), ('step', [405]), ('check', [405])] +Grounding Time: 0.17s +Memory: 1210MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.51s +Memory: 1217MB (+7MB) +UNSAT +Iteration Time: 1.22s + +Iteration 83 +Queue: [(82,410,0,True), (83,415,0,True)] +Grounded Until: 405 +Grounding... [('step', [406]), ('step', [407]), ('step', [408]), ('step', [409]), ('step', [410]), ('check', [410])] +Grounding Time: 0.17s +Memory: 1217MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.51s +Memory: 1237MB (+20MB) +UNSAT +Iteration Time: 1.23s + +Iteration 84 +Queue: [(83,415,0,True)] +Grounded Until: 410 +Grounding... [('step', [411]), ('step', [412]), ('step', [413]), ('step', [414]), ('step', [415]), ('check', [415])] +Grounding Time: 0.17s +Memory: 1237MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.62s +Memory: 1256MB (+19MB) +UNSAT +Iteration Time: 1.35s + +Iteration 85 +Queue: [(84,420,0,True), (85,425,0,True), (86,430,0,True), (87,435,0,True), (88,440,0,True), (89,445,0,True), (90,450,0,True)] +Grounded Until: 415 +Grounding... [('step', [416]), ('step', [417]), ('step', [418]), ('step', [419]), ('step', [420]), ('check', [420])] +Grounding Time: 0.17s +Memory: 1256MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.60s +Memory: 1268MB (+12MB) +UNSAT +Iteration Time: 1.33s + +Iteration 86 +Queue: [(85,425,0,True), (86,430,0,True), (87,435,0,True), (88,440,0,True), (89,445,0,True), (90,450,0,True)] +Grounded Until: 420 +Grounding... [('step', [421]), ('step', [422]), ('step', [423]), ('step', [424]), ('step', [425]), ('check', [425])] +Grounding Time: 0.17s +Memory: 1268MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.67s +Memory: 1281MB (+13MB) +UNSAT +Iteration Time: 1.41s + +Iteration 87 +Queue: [(86,430,0,True), (87,435,0,True), (88,440,0,True), (89,445,0,True), (90,450,0,True)] +Grounded Until: 425 +Grounding... [('step', [426]), ('step', [427]), ('step', [428]), ('step', [429]), ('step', [430]), ('check', [430])] +Grounding Time: 0.17s +Memory: 1281MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.58s +Memory: 1290MB (+9MB) +UNSAT +Iteration Time: 1.32s + +Iteration 88 +Queue: [(87,435,0,True), (88,440,0,True), (89,445,0,True), (90,450,0,True)] +Grounded Until: 430 +Grounding... [('step', [431]), ('step', [432]), ('step', [433]), ('step', [434]), ('step', [435]), ('check', [435])] +Grounding Time: 0.17s +Memory: 1290MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.57s +Memory: 1301MB (+11MB) +UNSAT +Iteration Time: 1.32s + +Iteration 89 +Queue: [(88,440,0,True), (89,445,0,True), (90,450,0,True)] +Grounded Until: 435 +Grounding... [('step', [436]), ('step', [437]), ('step', [438]), ('step', [439]), ('step', [440]), ('check', [440])] +Grounding Time: 0.17s +Memory: 1301MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.75s +Memory: 1313MB (+12MB) +UNSAT +Iteration Time: 1.51s + +Iteration 90 +Queue: [(89,445,0,True), (90,450,0,True)] +Grounded Until: 440 +Grounding... [('step', [441]), ('step', [442]), ('step', [443]), ('step', [444]), ('step', [445]), ('check', [445])] +Grounding Time: 0.17s +Memory: 1313MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.62s +Memory: 1324MB (+11MB) +UNSAT +Iteration Time: 1.39s + +Iteration 91 +Queue: [(90,450,0,True)] +Grounded Until: 445 +Grounding... [('step', [446]), ('step', [447]), ('step', [448]), ('step', [449]), ('step', [450]), ('check', [450])] +Grounding Time: 0.17s +Memory: 1324MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 14.08s +Memory: 1336MB (+12MB) +UNSAT +Iteration Time: 14.85s + +Iteration 92 +Queue: [(91,455,0,True), (92,460,0,True), (93,465,0,True), (94,470,0,True), (95,475,0,True), (96,480,0,True), (97,485,0,True)] +Grounded Until: 450 +Grounding... [('step', [451]), ('step', [452]), ('step', [453]), ('step', [454]), ('step', [455]), ('check', [455])] +Grounding Time: 0.17s +Memory: 1336MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 10.40s +Memory: 1338MB (+2MB) +UNKNOWN +Iteration Time: 11.18s + +Iteration 93 +Queue: [(92,460,0,True), (93,465,0,True), (94,470,0,True), (95,475,0,True), (96,480,0,True), (97,485,0,True)] +Grounded Until: 455 +Grounding... [('step', [456]), ('step', [457]), ('step', [458]), ('step', [459]), ('step', [460]), ('check', [460])] +Grounding Time: 0.17s +Memory: 1338MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 2.57s +Memory: 1339MB (+1MB) +UNSAT +Iteration Time: 3.36s + +Iteration 94 +Queue: [(93,465,0,True), (94,470,0,True), (95,475,0,True), (96,480,0,True), (97,485,0,True)] +Grounded Until: 460 +Grounding... [('step', [461]), ('step', [462]), ('step', [463]), ('step', [464]), ('step', [465]), ('check', [465])] +Grounding Time: 0.17s +Memory: 1339MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.74s +Memory: 1353MB (+14MB) +UNSAT +Iteration Time: 2.54s + +Iteration 95 +Queue: [(94,470,0,True), (95,475,0,True), (96,480,0,True), (97,485,0,True)] +Grounded Until: 465 +Grounding... [('step', [466]), ('step', [467]), ('step', [468]), ('step', [469]), ('step', [470]), ('check', [470])] +Grounding Time: 0.17s +Memory: 1353MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.50s +Memory: 1369MB (+16MB) +UNSAT +Iteration Time: 1.29s + +Iteration 96 +Queue: [(95,475,0,True), (96,480,0,True), (97,485,0,True)] +Grounded Until: 470 +Grounding... [('step', [471]), ('step', [472]), ('step', [473]), ('step', [474]), ('step', [475]), ('check', [475])] +Grounding Time: 0.18s +Memory: 1401MB (+32MB) +Unblocking actions... +Solving... +Solving Time: 0.47s +Memory: 1418MB (+17MB) +UNSAT +Iteration Time: 1.28s + +Iteration 97 +Queue: [(96,480,0,True), (97,485,0,True)] +Grounded Until: 475 +Grounding... [('step', [476]), ('step', [477]), ('step', [478]), ('step', [479]), ('step', [480]), ('check', [480])] +Grounding Time: 0.18s +Memory: 1418MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.51s +Memory: 1420MB (+2MB) +UNSAT +Iteration Time: 1.31s + +Iteration 98 +Queue: [(97,485,0,True)] +Grounded Until: 480 +Grounding... [('step', [481]), ('step', [482]), ('step', [483]), ('step', [484]), ('step', [485]), ('check', [485])] +Grounding Time: 0.17s +Memory: 1420MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.46s +Memory: 1435MB (+15MB) +UNSAT +Iteration Time: 1.27s + +Iteration 99 +Queue: [(98,490,0,True), (99,495,0,True), (100,500,0,True), (101,505,0,True), (102,510,0,True), (103,515,0,True), (104,520,0,True)] +Grounded Until: 485 +Grounding... [('step', [486]), ('step', [487]), ('step', [488]), ('step', [489]), ('step', [490]), ('check', [490])] +Grounding Time: 0.18s +Memory: 1435MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.56s +Memory: 1436MB (+1MB) +UNSAT +Iteration Time: 1.38s + +Iteration 100 +Queue: [(99,495,0,True), (100,500,0,True), (101,505,0,True), (102,510,0,True), (103,515,0,True), (104,520,0,True)] +Grounded Until: 490 +Grounding... [('step', [491]), ('step', [492]), ('step', [493]), ('step', [494]), ('step', [495]), ('check', [495])] +Grounding Time: 0.17s +Memory: 1436MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 2.92s +Memory: 1447MB (+11MB) +UNSAT +Iteration Time: 3.75s + +Iteration 101 +Queue: [(100,500,0,True), (101,505,0,True), (102,510,0,True), (103,515,0,True), (104,520,0,True)] +Grounded Until: 495 +Grounding... [('step', [496]), ('step', [497]), ('step', [498]), ('step', [499]), ('step', [500]), ('check', [500])] +Grounding Time: 0.18s +Memory: 1447MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.57s +Memory: 1461MB (+14MB) +UNSAT +Iteration Time: 1.41s + +Iteration 102 +Queue: [(101,505,0,True), (102,510,0,True), (103,515,0,True), (104,520,0,True)] +Grounded Until: 500 +Grounding... [('step', [501]), ('step', [502]), ('step', [503]), ('step', [504]), ('step', [505]), ('check', [505])] +Grounding Time: 0.18s +Memory: 1461MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.52s +Memory: 1468MB (+7MB) +UNSAT +Iteration Time: 1.36s + +Iteration 103 +Queue: [(102,510,0,True), (103,515,0,True), (104,520,0,True)] +Grounded Until: 505 +Grounding... [('step', [506]), ('step', [507]), ('step', [508]), ('step', [509]), ('step', [510]), ('check', [510])] +Grounding Time: 0.18s +Memory: 1468MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.58s +Memory: 1480MB (+12MB) +UNSAT +Iteration Time: 1.42s + +Iteration 104 +Queue: [(103,515,0,True), (104,520,0,True)] +Grounded Until: 510 +Grounding... [('step', [511]), ('step', [512]), ('step', [513]), ('step', [514]), ('step', [515]), ('check', [515])] +Grounding Time: 0.18s +Memory: 1480MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.60s +Memory: 1498MB (+18MB) +UNSAT +Iteration Time: 1.45s + +Iteration 105 +Queue: [(104,520,0,True)] +Grounded Until: 515 +Grounding... [('step', [516]), ('step', [517]), ('step', [518]), ('step', [519]), ('step', [520]), ('check', [520])] +Grounding Time: 0.33s +Memory: 1498MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.72s +Memory: 1518MB (+20MB) +UNSAT +Iteration Time: 1.73s + +Iteration 106 +Queue: [(105,525,0,True), (106,530,0,True), (107,535,0,True), (108,540,0,True), (109,545,0,True), (110,550,0,True), (111,555,0,True)] +Grounded Until: 520 +Grounding... [('step', [521]), ('step', [522]), ('step', [523]), ('step', [524]), ('step', [525]), ('check', [525])] +Grounding Time: 0.18s +Memory: 1518MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.62s +Memory: 1526MB (+8MB) +UNSAT +Iteration Time: 1.49s + +Iteration 107 +Queue: [(106,530,0,True), (107,535,0,True), (108,540,0,True), (109,545,0,True), (110,550,0,True), (111,555,0,True)] +Grounded Until: 525 +Grounding... [('step', [526]), ('step', [527]), ('step', [528]), ('step', [529]), ('step', [530]), ('check', [530])] +Grounding Time: 0.18s +Memory: 1526MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.74s +Memory: 1542MB (+16MB) +UNSAT +Iteration Time: 1.61s + +Iteration 108 +Queue: [(107,535,0,True), (108,540,0,True), (109,545,0,True), (110,550,0,True), (111,555,0,True)] +Grounded Until: 530 +Grounding... [('step', [531]), ('step', [532]), ('step', [533]), ('step', [534]), ('step', [535]), ('check', [535])] +Grounding Time: 0.18s +Memory: 1542MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.66s +Memory: 1552MB (+10MB) +UNSAT +Iteration Time: 1.54s + +Iteration 109 +Queue: [(108,540,0,True), (109,545,0,True), (110,550,0,True), (111,555,0,True)] +Grounded Until: 535 +Grounding... [('step', [536]), ('step', [537]), ('step', [538]), ('step', [539]), ('step', [540]), ('check', [540])] +Grounding Time: 0.18s +Memory: 1552MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.69s +Memory: 1562MB (+10MB) +UNSAT +Iteration Time: 1.57s + +Iteration 110 +Queue: [(109,545,0,True), (110,550,0,True), (111,555,0,True)] +Grounded Until: 540 +Grounding... [('step', [541]), ('step', [542]), ('step', [543]), ('step', [544]), ('step', [545]), ('check', [545])] +Grounding Time: 0.18s +Memory: 1562MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.69s +Memory: 1641MB (+79MB) +UNSAT +Iteration Time: 1.60s + +Iteration 111 +Queue: [(110,550,0,True), (111,555,0,True)] +Grounded Until: 545 +Grounding... [('step', [546]), ('step', [547]), ('step', [548]), ('step', [549]), ('step', [550]), ('check', [550])] +Grounding Time: 0.17s +Memory: 1641MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.68s +Memory: 1656MB (+15MB) +UNSAT +Iteration Time: 1.57s + +Iteration 112 +Queue: [(111,555,0,True)] +Grounded Until: 550 +Grounding... [('step', [551]), ('step', [552]), ('step', [553]), ('step', [554]), ('step', [555]), ('check', [555])] +Grounding Time: 0.18s +Memory: 1656MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.80s +Memory: 1658MB (+2MB) +UNSAT +Iteration Time: 1.70s + +Iteration 113 +Queue: [(112,560,0,True), (113,565,0,True), (114,570,0,True), (115,575,0,True), (116,580,0,True), (117,585,0,True), (118,590,0,True)] +Grounded Until: 555 +Grounding... [('step', [556]), ('step', [557]), ('step', [558]), ('step', [559]), ('step', [560]), ('check', [560])] +Grounding Time: 0.18s +Memory: 1658MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.74s +Memory: 1668MB (+10MB) +UNSAT +Iteration Time: 1.65s + +Iteration 114 +Queue: [(113,565,0,True), (114,570,0,True), (115,575,0,True), (116,580,0,True), (117,585,0,True), (118,590,0,True)] +Grounded Until: 560 +Grounding... [('step', [561]), ('step', [562]), ('step', [563]), ('step', [564]), ('step', [565]), ('check', [565])] +Grounding Time: 0.19s +Memory: 1668MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.75s +Memory: 1678MB (+10MB) +UNSAT +Iteration Time: 1.67s + +Iteration 115 +Queue: [(114,570,0,True), (115,575,0,True), (116,580,0,True), (117,585,0,True), (118,590,0,True)] +Grounded Until: 565 +Grounding... [('step', [566]), ('step', [567]), ('step', [568]), ('step', [569]), ('step', [570]), ('check', [570])] +Grounding Time: 0.17s +Memory: 1678MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.86s +Memory: 1689MB (+11MB) +UNSAT +Iteration Time: 1.78s + +Iteration 116 +Queue: [(115,575,0,True), (116,580,0,True), (117,585,0,True), (118,590,0,True)] +Grounded Until: 570 +Grounding... [('step', [571]), ('step', [572]), ('step', [573]), ('step', [574]), ('step', [575]), ('check', [575])] +Grounding Time: 0.17s +Memory: 1689MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.77s +Memory: 1697MB (+8MB) +UNSAT +Iteration Time: 1.69s + +Iteration 117 +Queue: [(116,580,0,True), (117,585,0,True), (118,590,0,True)] +Grounded Until: 575 +Grounding... [('step', [576]), ('step', [577]), ('step', [578]), ('step', [579]), ('step', [580]), ('check', [580])] +Grounding Time: 0.17s +Memory: 1697MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.92s +Memory: 1707MB (+10MB) +UNSAT +Iteration Time: 1.84s + +Iteration 118 +Queue: [(117,585,0,True), (118,590,0,True)] +Grounded Until: 580 +Grounding... [('step', [581]), ('step', [582]), ('step', [583]), ('step', [584]), ('step', [585]), ('check', [585])] +Grounding Time: 0.18s +Memory: 1707MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.92s +Memory: 1726MB (+19MB) +UNSAT +Iteration Time: 1.85s + +Iteration 119 +Queue: [(118,590,0,True)] +Grounded Until: 585 +Grounding... [('step', [586]), ('step', [587]), ('step', [588]), ('step', [589]), ('step', [590]), ('check', [590])] +Grounding Time: 0.18s +Memory: 1726MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.84s +Memory: 1736MB (+10MB) +UNSAT +Iteration Time: 1.78s + +Iteration 120 +Queue: [(119,595,0,True), (120,600,0,True), (121,605,0,True), (122,610,0,True), (123,615,0,True), (124,620,0,True), (125,625,0,True)] +Grounded Until: 590 +Grounding... [('step', [591]), ('step', [592]), ('step', [593]), ('step', [594]), ('step', [595]), ('check', [595])] +Grounding Time: 0.18s +Memory: 1736MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.97s +Memory: 1748MB (+12MB) +UNSAT +Iteration Time: 1.92s + +Iteration 121 +Queue: [(120,600,0,True), (121,605,0,True), (122,610,0,True), (123,615,0,True), (124,620,0,True), (125,625,0,True)] +Grounded Until: 595 +Grounding... [('step', [596]), ('step', [597]), ('step', [598]), ('step', [599]), ('step', [600]), ('check', [600])] +Grounding Time: 0.18s +Memory: 1748MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.98s +Memory: 1756MB (+8MB) +UNSAT +Iteration Time: 1.94s + +Iteration 122 +Queue: [(121,605,0,True), (122,610,0,True), (123,615,0,True), (124,620,0,True), (125,625,0,True)] +Grounded Until: 600 +Grounding... [('step', [601]), ('step', [602]), ('step', [603]), ('step', [604]), ('step', [605]), ('check', [605])] +Grounding Time: 0.18s +Memory: 1756MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.90s +Memory: 1768MB (+12MB) +UNSAT +Iteration Time: 1.85s + +Iteration 123 +Queue: [(122,610,0,True), (123,615,0,True), (124,620,0,True), (125,625,0,True)] +Grounded Until: 605 +Grounding... [('step', [606]), ('step', [607]), ('step', [608]), ('step', [609]), ('step', [610]), ('check', [610])] +Grounding Time: 0.18s +Memory: 1768MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.05s +Memory: 1782MB (+14MB) +UNSAT +Iteration Time: 2.01s + +Iteration 124 +Queue: [(123,615,0,True), (124,620,0,True), (125,625,0,True)] +Grounded Until: 610 +Grounding... [('step', [611]), ('step', [612]), ('step', [613]), ('step', [614]), ('step', [615]), ('check', [615])] +Grounding Time: 0.18s +Memory: 1782MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.05s +Memory: 1808MB (+26MB) +UNSAT +Iteration Time: 2.03s + +Iteration 125 +Queue: [(124,620,0,True), (125,625,0,True)] +Grounded Until: 615 +Grounding... [('step', [616]), ('step', [617]), ('step', [618]), ('step', [619]), ('step', [620]), ('check', [620])] +Grounding Time: 0.18s +Memory: 1808MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.95s +Memory: 1820MB (+12MB) +UNSAT +Iteration Time: 1.93s + +Iteration 126 +Queue: [(125,625,0,True)] +Grounded Until: 620 +Grounding... [('step', [621]), ('step', [622]), ('step', [623]), ('step', [624]), ('step', [625]), ('check', [625])] +Grounding Time: 0.18s +Memory: 1820MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.10s +Memory: 1829MB (+9MB) +UNSAT +Iteration Time: 2.09s + +Iteration 127 +Queue: [(126,630,0,True), (127,635,0,True), (128,640,0,True), (129,645,0,True), (130,650,0,True), (131,655,0,True), (132,660,0,True)] +Grounded Until: 625 +Grounding... [('step', [626]), ('step', [627]), ('step', [628]), ('step', [629]), ('step', [630]), ('check', [630])] +Grounding Time: 0.18s +Memory: 1829MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.99s +Memory: 1840MB (+11MB) +UNSAT +Iteration Time: 1.99s + +Iteration 128 +Queue: [(127,635,0,True), (128,640,0,True), (129,645,0,True), (130,650,0,True), (131,655,0,True), (132,660,0,True)] +Grounded Until: 630 +Grounding... [('step', [631]), ('step', [632]), ('step', [633]), ('step', [634]), ('step', [635]), ('check', [635])] +Grounding Time: 0.18s +Memory: 1840MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.02s +Memory: 1850MB (+10MB) +UNSAT +Iteration Time: 2.02s + +Iteration 129 +Queue: [(128,640,0,True), (129,645,0,True), (130,650,0,True), (131,655,0,True), (132,660,0,True)] +Grounded Until: 635 +Grounding... [('step', [636]), ('step', [637]), ('step', [638]), ('step', [639]), ('step', [640]), ('check', [640])] +Grounding Time: 0.18s +Memory: 1850MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.17s +Memory: 1861MB (+11MB) +UNSAT +Iteration Time: 2.18s + +Iteration 130 +Queue: [(129,645,0,True), (130,650,0,True), (131,655,0,True), (132,660,0,True)] +Grounded Until: 640 +Grounding... [('step', [641]), ('step', [642]), ('step', [643]), ('step', [644]), ('step', [645]), ('check', [645])] +Grounding Time: 0.18s +Memory: 1861MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.17s +Memory: 1871MB (+10MB) +UNSAT +Iteration Time: 2.18s + +Iteration 131 +Queue: [(130,650,0,True), (131,655,0,True), (132,660,0,True)] +Grounded Until: 645 +Grounding... [('step', [646]), ('step', [647]), ('step', [648]), ('step', [649]), ('step', [650]), ('check', [650])] +Grounding Time: 0.18s +Memory: 1871MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.07s +Memory: 1883MB (+12MB) +UNSAT +Iteration Time: 2.08s + +Iteration 132 +Queue: [(131,655,0,True), (132,660,0,True)] +Grounded Until: 650 +Grounding... [('step', [651]), ('step', [652]), ('step', [653]), ('step', [654]), ('step', [655]), ('check', [655])] +Grounding Time: 0.18s +Memory: 1883MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.24s +Memory: 1893MB (+10MB) +UNSAT +Iteration Time: 2.27s + +Iteration 133 +Queue: [(132,660,0,True)] +Grounded Until: 655 +Grounding... [('step', [656]), ('step', [657]), ('step', [658]), ('step', [659]), ('step', [660]), ('check', [660])] +Grounding Time: 0.18s +Memory: 1893MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.12s +Memory: 1904MB (+11MB) +UNSAT +Iteration Time: 2.15s + +Iteration 134 +Queue: [(133,665,0,True), (134,670,0,True), (135,675,0,True), (136,680,0,True), (137,685,0,True), (138,690,0,True), (139,695,0,True)] +Grounded Until: 660 +Grounding... [('step', [661]), ('step', [662]), ('step', [663]), ('step', [664]), ('step', [665]), ('check', [665])] +Grounding Time: 0.18s +Memory: 1904MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.17s +Memory: 1905MB (+1MB) +UNSAT +Iteration Time: 2.21s + +Iteration 135 +Queue: [(134,670,0,True), (135,675,0,True), (136,680,0,True), (137,685,0,True), (138,690,0,True), (139,695,0,True)] +Grounded Until: 665 +Grounding... [('step', [666]), ('step', [667]), ('step', [668]), ('step', [669]), ('step', [670]), ('check', [670])] +Grounding Time: 0.19s +Memory: 1905MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.36s +Memory: 1924MB (+19MB) +UNSAT +Iteration Time: 2.40s + +Iteration 136 +Queue: [(135,675,0,True), (136,680,0,True), (137,685,0,True), (138,690,0,True), (139,695,0,True)] +Grounded Until: 670 +Grounding... [('step', [671]), ('step', [672]), ('step', [673]), ('step', [674]), ('step', [675]), ('check', [675])] +Grounding Time: 0.18s +Memory: 1924MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.19s +Memory: 1937MB (+13MB) +UNSAT +Iteration Time: 2.24s + +Iteration 137 +Queue: [(136,680,0,True), (137,685,0,True), (138,690,0,True), (139,695,0,True)] +Grounded Until: 675 +Grounding... [('step', [676]), ('step', [677]), ('step', [678]), ('step', [679]), ('step', [680]), ('check', [680])] +Grounding Time: 0.18s +Memory: 1937MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.23s +Memory: 1948MB (+11MB) +UNSAT +Iteration Time: 2.29s + +Iteration 138 +Queue: [(137,685,0,True), (138,690,0,True), (139,695,0,True)] +Grounded Until: 680 +Grounding... [('step', [681]), ('step', [682]), ('step', [683]), ('step', [684]), ('step', [685]), ('check', [685])] +Grounding Time: 0.19s +Memory: 1948MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.27s +Memory: 1959MB (+11MB) +UNSAT +Iteration Time: 2.34s + +Iteration 139 +Queue: [(138,690,0,True), (139,695,0,True)] +Grounded Until: 685 +Grounding... [('step', [686]), ('step', [687]), ('step', [688]), ('step', [689]), ('step', [690]), ('check', [690])] +Grounding Time: 0.19s +Memory: 1959MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.23s +Memory: 1974MB (+15MB) +UNSAT +Iteration Time: 2.30s + +Iteration 140 +Queue: [(139,695,0,True)] +Grounded Until: 690 +Grounding... [('step', [691]), ('step', [692]), ('step', [693]), ('step', [694]), ('step', [695]), ('check', [695])] +Grounding Time: 0.19s +Memory: 1974MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.30s +Memory: 1985MB (+11MB) +UNSAT +Iteration Time: 2.37s + +Iteration 141 +Queue: [(140,700,0,True), (141,705,0,True), (142,710,0,True), (143,715,0,True), (144,720,0,True), (145,725,0,True), (146,730,0,True)] +Grounded Until: 695 +Grounding... [('step', [696]), ('step', [697]), ('step', [698]), ('step', [699]), ('step', [700]), ('check', [700])] +Grounding Time: 0.18s +Memory: 1985MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.35s +Memory: 2000MB (+15MB) +UNSAT +Iteration Time: 2.44s + +Iteration 142 +Queue: [(141,705,0,True), (142,710,0,True), (143,715,0,True), (144,720,0,True), (145,725,0,True), (146,730,0,True)] +Grounded Until: 700 +Grounding... [('step', [701]), ('step', [702]), ('step', [703]), ('step', [704]), ('step', [705]), ('check', [705])] +Grounding Time: 0.18s +Memory: 2000MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.37s +Memory: 2015MB (+15MB) +UNSAT +Iteration Time: 2.46s + +Iteration 143 +Queue: [(142,710,0,True), (143,715,0,True), (144,720,0,True), (145,725,0,True), (146,730,0,True)] +Grounded Until: 705 +Grounding... [('step', [706]), ('step', [707]), ('step', [708]), ('step', [709]), ('step', [710]), ('check', [710])] +Grounding Time: 0.18s +Memory: 2015MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.56s +Memory: 2061MB (+46MB) +UNSAT +Iteration Time: 2.66s + +Iteration 144 +Queue: [(143,715,0,True), (144,720,0,True), (145,725,0,True), (146,730,0,True)] +Grounded Until: 710 +Grounding... [('step', [711]), ('step', [712]), ('step', [713]), ('step', [714]), ('step', [715]), ('check', [715])] +Grounding Time: 0.19s +Memory: 2061MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.59s +Memory: 2063MB (+2MB) +UNSAT +Iteration Time: 2.69s + +Iteration 145 +Queue: [(144,720,0,True), (145,725,0,True), (146,730,0,True)] +Grounded Until: 715 +Grounding... [('step', [716]), ('step', [717]), ('step', [718]), ('step', [719]), ('step', [720]), ('check', [720])] +Grounding Time: 0.19s +Memory: 2063MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.43s +Memory: 2065MB (+2MB) +UNSAT +Iteration Time: 2.54s + +Iteration 146 +Queue: [(145,725,0,True), (146,730,0,True)] +Grounded Until: 720 +Grounding... [('step', [721]), ('step', [722]), ('step', [723]), ('step', [724]), ('step', [725]), ('check', [725])] +Grounding Time: 0.19s +Memory: 2065MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.46s +Memory: 2075MB (+10MB) +UNSAT +Iteration Time: 2.57s + +Iteration 147 +Queue: [(146,730,0,True)] +Grounded Until: 725 +Grounding... [('step', [726]), ('step', [727]), ('step', [728]), ('step', [729]), ('step', [730]), ('check', [730])] +Grounding Time: 0.19s +Memory: 2075MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.44s +Memory: 2077MB (+2MB) +UNSAT +Iteration Time: 2.56s + +Iteration 148 +Queue: [(147,735,0,True), (148,740,0,True), (149,745,0,True), (150,750,0,True), (151,755,0,True), (152,760,0,True), (153,765,0,True)] +Grounded Until: 730 +Grounding... [('step', [731]), ('step', [732]), ('step', [733]), ('step', [734]), ('step', [735]), ('check', [735])] +Grounding Time: 0.19s +Memory: 2077MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.72s +Memory: 2087MB (+10MB) +UNSAT +Iteration Time: 2.85s + +Iteration 149 +Queue: [(148,740,0,True), (149,745,0,True), (150,750,0,True), (151,755,0,True), (152,760,0,True), (153,765,0,True)] +Grounded Until: 735 +Grounding... [('step', [736]), ('step', [737]), ('step', [738]), ('step', [739]), ('step', [740]), ('check', [740])] +Grounding Time: 0.19s +Memory: 2087MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.57s +Memory: 2099MB (+12MB) +UNSAT +Iteration Time: 2.71s + +Iteration 150 +Queue: [(149,745,0,True), (150,750,0,True), (151,755,0,True), (152,760,0,True), (153,765,0,True)] +Grounded Until: 740 +Grounding... [('step', [741]), ('step', [742]), ('step', [743]), ('step', [744]), ('step', [745]), ('check', [745])] +Grounding Time: 0.19s +Memory: 2099MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.61s +Memory: 2109MB (+10MB) +UNSAT +Iteration Time: 2.75s + +Iteration 151 +Queue: [(150,750,0,True), (151,755,0,True), (152,760,0,True), (153,765,0,True)] +Grounded Until: 745 +Grounding... [('step', [746]), ('step', [747]), ('step', [748]), ('step', [749]), ('step', [750]), ('check', [750])] +Grounding Time: 0.19s +Memory: 2109MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.82s +Memory: 2120MB (+11MB) +UNSAT +Iteration Time: 2.97s + +Iteration 152 +Queue: [(151,755,0,True), (152,760,0,True), (153,765,0,True)] +Grounded Until: 750 +Grounding... [('step', [751]), ('step', [752]), ('step', [753]), ('step', [754]), ('step', [755]), ('check', [755])] +Grounding Time: 0.19s +Memory: 2120MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.84s +Memory: 2130MB (+10MB) +UNSAT +Iteration Time: 3.02s + +Iteration 153 +Queue: [(152,760,0,True), (153,765,0,True)] +Grounded Until: 755 +Grounding... [('step', [756]), ('step', [757]), ('step', [758]), ('step', [759]), ('step', [760]), ('check', [760])] +Grounding Time: 0.19s +Memory: 2130MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.70s +Memory: 2141MB (+11MB) +UNSAT +Iteration Time: 2.87s + +Iteration 154 +Queue: [(153,765,0,True)] +Grounded Until: 760 +Grounding... [('step', [761]), ('step', [762]), ('step', [763]), ('step', [764]), ('step', [765]), ('check', [765])] +Grounding Time: 0.20s +Memory: 2141MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.78s +Memory: 2151MB (+10MB) +UNSAT +Iteration Time: 2.95s + +Iteration 155 +Queue: [(154,770,0,True), (155,775,0,True), (156,780,0,True), (157,785,0,True), (158,790,0,True), (159,795,0,True), (160,800,0,True)] +Grounded Until: 765 +Grounding... [('step', [766]), ('step', [767]), ('step', [768]), ('step', [769]), ('step', [770]), ('check', [770])] +Grounding Time: 1.70s +Memory: 2251MB (+100MB) +Unblocking actions... +Solving... +Solving Time: 1.92s +Memory: 2262MB (+11MB) +UNSAT +Iteration Time: 4.61s + +Iteration 156 +Queue: [(155,775,0,True), (156,780,0,True), (157,785,0,True), (158,790,0,True), (159,795,0,True), (160,800,0,True)] +Grounded Until: 770 +Grounding... [('step', [771]), ('step', [772]), ('step', [773]), ('step', [774]), ('step', [775]), ('check', [775])] +Grounding Time: 0.17s +Memory: 2262MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 2.00s +Memory: 2272MB (+10MB) +UNSAT +Iteration Time: 3.16s + +Iteration 157 +Queue: [(156,780,0,True), (157,785,0,True), (158,790,0,True), (159,795,0,True), (160,800,0,True)] +Grounded Until: 775 +Grounding... [('step', [776]), ('step', [777]), ('step', [778]), ('step', [779]), ('step', [780]), ('check', [780])] +Grounding Time: 0.17s +Memory: 2272MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 2.03s +Memory: 2283MB (+11MB) +UNSAT +Iteration Time: 3.19s + +Iteration 158 +Queue: [(157,785,0,True), (158,790,0,True), (159,795,0,True), (160,800,0,True)] +Grounded Until: 780 +Grounding... [('step', [781]), ('step', [782]), ('step', [783]), ('step', [784]), ('step', [785]), ('check', [785])] +Grounding Time: 0.17s +Memory: 2283MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.83s +Memory: 2295MB (+12MB) +UNSAT +Iteration Time: 3.01s + +Iteration 159 +Queue: [(158,790,0,True), (159,795,0,True), (160,800,0,True)] +Grounded Until: 785 +Grounding... [('step', [786]), ('step', [787]), ('step', [788]), ('step', [789]), ('step', [790]), ('check', [790])] +Grounding Time: 0.17s +Memory: 2295MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.81s +Memory: 2296MB (+1MB) +UNSAT +Iteration Time: 2.99s + +Iteration 160 +Queue: [(159,795,0,True), (160,800,0,True)] +Grounded Until: 790 +Grounding... [('step', [791]), ('step', [792]), ('step', [793]), ('step', [794]), ('step', [795]), ('check', [795])] +Grounding Time: 0.18s +Memory: 2296MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 2.10s +Memory: 2326MB (+30MB) +UNSAT +Iteration Time: 3.29s + +Iteration 161 +Queue: [(160,800,0,True)] +Grounded Until: 795 +Grounding... [('step', [796]), ('step', [797]), ('step', [798]), ('step', [799]), ('step', [800]), ('check', [800])] +Grounding Time: 0.17s +Memory: 2326MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 2.18s +Memory: 2327MB (+1MB) +UNSAT +Iteration Time: 3.37s + +Iteration 162 +Queue: [(161,805,0,True), (162,810,0,True), (163,815,0,True), (164,820,0,True), (165,825,0,True), (166,830,0,True), (167,835,0,True)] +Grounded Until: 800 +Grounding... [('step', [801]), ('step', [802]), ('step', [803]), ('step', [804]), ('step', [805]), ('check', [805])] +Grounding Time: 0.17s +Memory: 2327MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 2.16s +Memory: 2347MB (+20MB) +UNSAT +Iteration Time: 3.36s + +Iteration 163 +Queue: [(162,810,0,True), (163,815,0,True), (164,820,0,True), (165,825,0,True), (166,830,0,True), (167,835,0,True)] +Grounded Until: 805 +Grounding... [('step', [806]), ('step', [807]), ('step', [808]), ('step', [809]), ('step', [810]), ('check', [810])] +Grounding Time: 0.17s +Memory: 2347MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 2.20s +Memory: 2358MB (+11MB) +UNSAT +Iteration Time: 3.41s + +Iteration 164 +Queue: [(163,815,0,True), (164,820,0,True), (165,825,0,True), (166,830,0,True), (167,835,0,True)] +Grounded Until: 810 +Grounding... [('step', [811]), ('step', [812]), ('step', [813]), ('step', [814]), ('step', [815]), ('check', [815])] +Grounding Time: 0.17s +Memory: 2358MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 19.15s +Memory: 2458MB (+100MB) +UNKNOWN +Iteration Time: 20.41s + +Iteration 165 +Queue: [(164,820,0,True), (165,825,0,True), (166,830,0,True), (167,835,0,True)] +Grounded Until: 815 +Grounding... [('step', [816]), ('step', [817]), ('step', [818]), ('step', [819]), ('step', [820]), ('check', [820])] +Grounding Time: 0.17s +Memory: 2458MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 18.65s +Memory: 2482MB (+24MB) +UNKNOWN +Iteration Time: 19.84s + +Iteration 166 +Queue: [(165,825,0,True), (166,830,0,True), (167,835,0,True)] +Grounded Until: 820 +Grounding... [('step', [821]), ('step', [822]), ('step', [823]), ('step', [824]), ('step', [825]), ('check', [825])] +Grounding Time: 0.18s +Memory: 2482MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 20.51s +Memory: 2483MB (+1MB) +UNKNOWN +Iteration Time: 21.71s + +Iteration 167 +Queue: [(166,830,0,True), (167,835,0,True)] +Grounded Until: 825 +Grounding... [('step', [826]), ('step', [827]), ('step', [828]), ('step', [829]), ('step', [830]), ('check', [830])] +Grounding Time: 0.17s +Memory: 2483MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 19.03s +Memory: 2485MB (+2MB) +UNKNOWN +Iteration Time: 20.24s + +Iteration 168 +Queue: [(167,835,0,True)] +Grounded Until: 830 +Grounding... [('step', [831]), ('step', [832]), ('step', [833]), ('step', [834]), ('step', [835]), ('check', [835])] +Grounding Time: 0.18s +Memory: 2485MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 17.29s +Memory: 2487MB (+2MB) +UNKNOWN +Iteration Time: 18.51s + +Iteration 169 +Queue: [(163,815,1,True), (164,820,1,True), (165,825,1,True), (166,830,1,True), (167,835,1,True), (168,840,0,True), (169,845,0,True), (170,850,0,True), (171,855,0,True), (172,860,0,True), (173,865,0,True), (174,870,0,True), (175,875,0,True), (176,880,0,True)] +Grounded Until: 835 +Blocking actions... +Solving... +Solving Time: 8.97s +Memory: 2487MB (+0MB) +UNKNOWN +Iteration Time: 9.13s + +Iteration 170 +Queue: [(164,820,1,True), (165,825,1,True), (166,830,1,True), (167,835,1,True), (168,840,0,True), (169,845,0,True), (170,850,0,True), (171,855,0,True), (172,860,0,True), (173,865,0,True), (174,870,0,True), (175,875,0,True), (176,880,0,True)] +Grounded Until: 835 +Unblocking actions... +Solving... +Solving Time: 9.45s +Memory: 2487MB (+0MB) +UNKNOWN +Iteration Time: 9.61s + +Iteration 171 +Queue: [(165,825,1,True), (166,830,1,True), (167,835,1,True), (168,840,0,True), (169,845,0,True), (170,850,0,True), (171,855,0,True), (172,860,0,True), (173,865,0,True), (174,870,0,True), (175,875,0,True), (176,880,0,True)] +Grounded Until: 835 +Unblocking actions... +Solving... +Solving Time: 15.55s +Memory: 2487MB (+0MB) +UNKNOWN +Iteration Time: 15.71s + +Iteration 172 +Queue: [(166,830,1,True), (167,835,1,True), (168,840,0,True), (169,845,0,True), (170,850,0,True), (171,855,0,True), (172,860,0,True), (173,865,0,True), (174,870,0,True), (175,875,0,True), (176,880,0,True)] +Grounded Until: 835 +Unblocking actions... +Solving... +Solving Time: 4.11s +Memory: 2487MB (+0MB) +UNSAT +Iteration Time: 4.27s + +Iteration 173 +Queue: [(167,835,1,True), (168,840,0,True), (169,845,0,True), (170,850,0,True), (171,855,0,True), (172,860,0,True), (173,865,0,True), (174,870,0,True), (175,875,0,True), (176,880,0,True)] +Grounded Until: 835 +Unblocking actions... +Solving... +Solving Time: 0.71s +Memory: 2487MB (+0MB) +UNSAT +Iteration Time: 0.87s + +Iteration 174 +Queue: [(168,840,0,True), (169,845,0,True), (170,850,0,True), (171,855,0,True), (172,860,0,True), (173,865,0,True), (174,870,0,True), (175,875,0,True), (176,880,0,True)] +Grounded Until: 835 +Grounding... [('step', [836]), ('step', [837]), ('step', [838]), ('step', [839]), ('step', [840]), ('check', [840])] +Grounding Time: 0.18s +Memory: 2487MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 3.68s +Memory: 2488MB (+1MB) +UNSAT +Iteration Time: 4.90s + +Iteration 175 +Queue: [(169,845,0,True), (170,850,0,True), (171,855,0,True), (172,860,0,True), (173,865,0,True), (174,870,0,True), (175,875,0,True), (176,880,0,True)] +Grounded Until: 840 +Grounding... [('step', [841]), ('step', [842]), ('step', [843]), ('step', [844]), ('step', [845]), ('check', [845])] +Grounding Time: 0.17s +Memory: 2488MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.99s +Memory: 2490MB (+2MB) +UNSAT +Iteration Time: 2.22s + +Iteration 176 +Queue: [(170,850,0,True), (171,855,0,True), (172,860,0,True), (173,865,0,True), (174,870,0,True), (175,875,0,True), (176,880,0,True)] +Grounded Until: 845 +Grounding... [('step', [846]), ('step', [847]), ('step', [848]), ('step', [849]), ('step', [850]), ('check', [850])] +Grounding Time: 0.18s +Memory: 2490MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.83s +Memory: 2492MB (+2MB) +UNSAT +Iteration Time: 2.07s + +Iteration 177 +Queue: [(171,855,0,True), (172,860,0,True), (173,865,0,True), (174,870,0,True), (175,875,0,True), (176,880,0,True)] +Grounded Until: 850 +Grounding... [('step', [851]), ('step', [852]), ('step', [853]), ('step', [854]), ('step', [855]), ('check', [855])] +Grounding Time: 0.18s +Memory: 2492MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.16s +Memory: 2506MB (+14MB) +UNSAT +Iteration Time: 2.40s + +Iteration 178 +Queue: [(172,860,0,True), (173,865,0,True), (174,870,0,True), (175,875,0,True), (176,880,0,True)] +Grounded Until: 855 +Grounding... [('step', [856]), ('step', [857]), ('step', [858]), ('step', [859]), ('step', [860]), ('check', [860])] +Grounding Time: 0.17s +Memory: 2506MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.08s +Memory: 2517MB (+11MB) +UNSAT +Iteration Time: 2.33s + +Iteration 179 +Queue: [(173,865,0,True), (174,870,0,True), (175,875,0,True), (176,880,0,True)] +Grounded Until: 860 +Grounding... [('step', [861]), ('step', [862]), ('step', [863]), ('step', [864]), ('step', [865]), ('check', [865])] +Grounding Time: 0.17s +Memory: 2517MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.92s +Memory: 2465MB (+-52MB) +UNSAT +Iteration Time: 2.17s + +Iteration 180 +Queue: [(174,870,0,True), (175,875,0,True), (176,880,0,True)] +Grounded Until: 865 +Grounding... [('step', [866]), ('step', [867]), ('step', [868]), ('step', [869]), ('step', [870]), ('check', [870])] +Grounding Time: 0.17s +Memory: 2496MB (+31MB) +Unblocking actions... +Solving... +Solving Time: 0.97s +Memory: 2503MB (+7MB) +UNSAT +Iteration Time: 2.24s + +Iteration 181 +Queue: [(175,875,0,True), (176,880,0,True)] +Grounded Until: 870 +Grounding... [('step', [871]), ('step', [872]), ('step', [873]), ('step', [874]), ('step', [875]), ('check', [875])] +Grounding Time: 0.18s +Memory: 2512MB (+9MB) +Unblocking actions... +Solving... +Solving Time: 1.24s +Memory: 2560MB (+48MB) +UNSAT +Iteration Time: 2.52s + +Iteration 182 +Queue: [(176,880,0,True)] +Grounded Until: 875 +Grounding... [('step', [876]), ('step', [877]), ('step', [878]), ('step', [879]), ('step', [880]), ('check', [880])] +Grounding Time: 0.17s +Memory: 2560MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.20s +Memory: 2572MB (+12MB) +UNSAT +Iteration Time: 2.47s + +Iteration 183 +Queue: [(177,885,0,True), (178,890,0,True), (179,895,0,True), (180,900,0,True), (181,905,0,True), (182,910,0,True), (183,915,0,True)] +Grounded Until: 880 +Grounding... [('step', [881]), ('step', [882]), ('step', [883]), ('step', [884]), ('step', [885]), ('check', [885])] +Grounding Time: 0.17s +Memory: 2572MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.33s +Memory: 2588MB (+16MB) +UNSAT +Iteration Time: 2.60s + +Iteration 184 +Queue: [(178,890,0,True), (179,895,0,True), (180,900,0,True), (181,905,0,True), (182,910,0,True), (183,915,0,True)] +Grounded Until: 885 +Grounding... [('step', [886]), ('step', [887]), ('step', [888]), ('step', [889]), ('step', [890]), ('check', [890])] +Grounding Time: 0.17s +Memory: 2588MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.53s +Memory: 2597MB (+9MB) +UNSAT +Iteration Time: 2.82s + +Iteration 185 +Queue: [(179,895,0,True), (180,900,0,True), (181,905,0,True), (182,910,0,True), (183,915,0,True)] +Grounded Until: 890 +Grounding... [('step', [891]), ('step', [892]), ('step', [893]), ('step', [894]), ('step', [895]), ('check', [895])] +Grounding Time: 0.17s +Memory: 2597MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.65s +Memory: 2554MB (+-43MB) +UNSAT +Iteration Time: 2.94s + +Iteration 186 +Queue: [(180,900,0,True), (181,905,0,True), (182,910,0,True), (183,915,0,True)] +Grounded Until: 895 +Grounding... [('step', [896]), ('step', [897]), ('step', [898]), ('step', [899]), ('step', [900]), ('check', [900])] +Grounding Time: 0.17s +Memory: 2581MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 1.65s +Memory: 2560MB (+-21MB) +UNSAT +Iteration Time: 2.96s + +Iteration 187 +Queue: [(181,905,0,True), (182,910,0,True), (183,915,0,True)] +Grounded Until: 900 +Grounding... [('step', [901]), ('step', [902]), ('step', [903]), ('step', [904]), ('step', [905]), ('check', [905])] +Grounding Time: 0.18s +Memory: 2588MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 1.74s +Memory: 2574MB (+-14MB) +UNSAT +Iteration Time: 3.06s + +Iteration 188 +Queue: [(182,910,0,True), (183,915,0,True)] +Grounded Until: 905 +Grounding... [('step', [906]), ('step', [907]), ('step', [908]), ('step', [909]), ('step', [910]), ('check', [910])] +Grounding Time: 0.17s +Memory: 2605MB (+31MB) +Unblocking actions... +Solving... +Solving Time: 1.44s +Memory: 2647MB (+42MB) +UNSAT +Iteration Time: 2.77s + +Iteration 189 +Queue: [(183,915,0,True)] +Grounded Until: 910 +Grounding... [('step', [911]), ('step', [912]), ('step', [913]), ('step', [914]), ('step', [915]), ('check', [915])] +Grounding Time: 0.18s +Memory: 2647MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.42s +Memory: 2662MB (+15MB) +UNSAT +Iteration Time: 2.74s + +Iteration 190 +Queue: [(184,920,0,True), (185,925,0,True), (186,930,0,True), (187,935,0,True), (188,940,0,True), (189,945,0,True), (190,950,0,True)] +Grounded Until: 915 +Grounding... [('step', [916]), ('step', [917]), ('step', [918]), ('step', [919]), ('step', [920]), ('check', [920])] +Grounding Time: 0.17s +Memory: 2662MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 1.47s +Memory: 2676MB (+14MB) +UNSAT +Iteration Time: 2.80s + +Iteration 191 +Queue: [(185,925,0,True), (186,930,0,True), (187,935,0,True), (188,940,0,True), (189,945,0,True), (190,950,0,True)] +Grounded Until: 920 +Grounding... [('step', [921]), ('step', [922]), ('step', [923]), ('step', [924]), ('step', [925]), ('check', [925])] +Grounding Time: 0.18s +Memory: 2676MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 2.28s +Memory: 2693MB (+17MB) +UNSAT +Iteration Time: 3.63s + +Iteration 192 +Queue: [(186,930,0,True), (187,935,0,True), (188,940,0,True), (189,945,0,True), (190,950,0,True)] +Grounded Until: 925 +Grounding... [('step', [926]), ('step', [927]), ('step', [928]), ('step', [929]), ('step', [930]), ('check', [930])] +Grounding Time: 0.17s +Memory: 2693MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 2.20s +Memory: 2653MB (+-40MB) +UNSAT +Iteration Time: 3.55s + +Iteration 193 +Queue: [(187,935,0,True), (188,940,0,True), (189,945,0,True), (190,950,0,True)] +Grounded Until: 930 +Grounding... [('step', [931]), ('step', [932]), ('step', [933]), ('step', [934]), ('step', [935]), ('check', [935])] +Grounding Time: 0.18s +Memory: 2680MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 2.20s +Memory: 2661MB (+-19MB) +UNSAT +Iteration Time: 3.57s + +Iteration 194 +Queue: [(188,940,0,True), (189,945,0,True), (190,950,0,True)] +Grounded Until: 935 +Grounding... [('step', [936]), ('step', [937]), ('step', [938]), ('step', [939]), ('step', [940]), ('check', [940])] +Grounding Time: 0.17s +Memory: 2688MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 2.28s +Memory: 2676MB (+-12MB) +UNSAT +Iteration Time: 3.66s + +Iteration 195 +Queue: [(189,945,0,True), (190,950,0,True)] +Grounded Until: 940 +Grounding... [('step', [941]), ('step', [942]), ('step', [943]), ('step', [944]), ('step', [945]), ('check', [945])] +Grounding Time: 0.19s +Memory: 2735MB (+59MB) +Unblocking actions... +Solving... +Solving Time: 2.54s +Memory: 2723MB (+-12MB) +UNSAT +Iteration Time: 3.94s + +Iteration 196 +Queue: [(190,950,0,True)] +Grounded Until: 945 +Grounding... [('step', [946]), ('step', [947]), ('step', [948]), ('step', [949]), ('step', [950]), ('check', [950])] +Grounding Time: 0.18s +Memory: 2750MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 2.74s +Memory: 2738MB (+-12MB) +UNSAT +Iteration Time: 4.14s + +Iteration 197 +Queue: [(191,955,0,True), (192,960,0,True), (193,965,0,True), (194,970,0,True), (195,975,0,True), (196,980,0,True), (197,985,0,True)] +Grounded Until: 950 +Grounding... [('step', [951]), ('step', [952]), ('step', [953]), ('step', [954]), ('step', [955]), ('check', [955])] +Grounding Time: 0.18s +Memory: 2766MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 2.76s +Memory: 2755MB (+-11MB) +UNSAT +Iteration Time: 4.17s + +Iteration 198 +Queue: [(192,960,0,True), (193,965,0,True), (194,970,0,True), (195,975,0,True), (196,980,0,True), (197,985,0,True)] +Grounded Until: 955 +Grounding... [('step', [956]), ('step', [957]), ('step', [958]), ('step', [959]), ('step', [960]), ('check', [960])] +Grounding Time: 0.17s +Memory: 2782MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 2.88s +Memory: 2771MB (+-11MB) +UNSAT +Iteration Time: 4.29s + +Iteration 199 +Queue: [(193,965,0,True), (194,970,0,True), (195,975,0,True), (196,980,0,True), (197,985,0,True)] +Grounded Until: 960 +Grounding... [('step', [961]), ('step', [962]), ('step', [963]), ('step', [964]), ('step', [965]), ('check', [965])] +Grounding Time: 0.18s +Memory: 2798MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 2.66s +Memory: 2787MB (+-11MB) +UNSAT +Iteration Time: 4.09s + +Iteration 200 +Queue: [(194,970,0,True), (195,975,0,True), (196,980,0,True), (197,985,0,True)] +Grounded Until: 965 +Grounding... [('step', [966]), ('step', [967]), ('step', [968]), ('step', [969]), ('step', [970]), ('check', [970])] +Grounding Time: 0.18s +Memory: 2814MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 2.87s +Memory: 2804MB (+-10MB) +UNSAT +Iteration Time: 4.31s + +Iteration 201 +Queue: [(195,975,0,True), (196,980,0,True), (197,985,0,True)] +Grounded Until: 970 +Grounding... [('step', [971]), ('step', [972]), ('step', [973]), ('step', [974]), ('step', [975]), ('check', [975])] +Grounding Time: 0.18s +Memory: 2831MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 2.80s +Memory: 2821MB (+-10MB) +UNSAT +Iteration Time: 4.24s + +Iteration 202 +Queue: [(196,980,0,True), (197,985,0,True)] +Grounded Until: 975 +Grounding... [('step', [976]), ('step', [977]), ('step', [978]), ('step', [979]), ('step', [980]), ('check', [980])] +Grounding Time: 0.18s +Memory: 2848MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 3.20s +Memory: 2900MB (+52MB) +UNSAT +Iteration Time: 4.65s + +Iteration 203 +Queue: [(197,985,0,True)] +Grounded Until: 980 +Grounding... [('step', [981]), ('step', [982]), ('step', [983]), ('step', [984]), ('step', [985]), ('check', [985])] +Grounding Time: 0.18s +Memory: 2900MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 3.31s +Memory: 2860MB (+-40MB) +UNSAT +Iteration Time: 4.76s + +Iteration 204 +Queue: [(198,990,0,True), (199,995,0,True), (200,1000,0,True), (201,1005,0,True), (202,1010,0,True), (203,1015,0,True), (204,1020,0,True)] +Grounded Until: 985 +Grounding... [('step', [986]), ('step', [987]), ('step', [988]), ('step', [989]), ('step', [990]), ('check', [990])] +Grounding Time: 0.27s +Memory: 2887MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 3.14s +Memory: 2873MB (+-14MB) +UNSAT +Iteration Time: 4.99s + +Iteration 205 +Queue: [(199,995,0,True), (200,1000,0,True), (201,1005,0,True), (202,1010,0,True), (203,1015,0,True), (204,1020,0,True)] +Grounded Until: 990 +Grounding... [('step', [991]), ('step', [992]), ('step', [993]), ('step', [994]), ('step', [995]), ('check', [995])] +Grounding Time: 0.18s +Memory: 2900MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 3.39s +Memory: 2891MB (+-9MB) +UNSAT +Iteration Time: 4.87s + +Iteration 206 +Queue: [(200,1000,0,True), (201,1005,0,True), (202,1010,0,True), (203,1015,0,True), (204,1020,0,True)] +Grounded Until: 995 +Grounding... [('step', [996]), ('step', [997]), ('step', [998]), ('step', [999]), ('step', [1000]), ('check', [1000])] +Grounding Time: 0.18s +Memory: 2919MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 3.33s +Memory: 2910MB (+-9MB) +UNSAT +Iteration Time: 4.82s + +Iteration 207 +Queue: [(201,1005,0,True), (202,1010,0,True), (203,1015,0,True), (204,1020,0,True)] +Grounded Until: 1000 +Grounding... [('step', [1001]), ('step', [1002]), ('step', [1003]), ('step', [1004]), ('step', [1005]), ('check', [1005])] +Grounding Time: 0.18s +Memory: 2937MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 3.54s +Memory: 2928MB (+-9MB) +UNSAT +Iteration Time: 5.04s + +Iteration 208 +Queue: [(202,1010,0,True), (203,1015,0,True), (204,1020,0,True)] +Grounded Until: 1005 +Grounding... [('step', [1006]), ('step', [1007]), ('step', [1008]), ('step', [1009]), ('step', [1010]), ('check', [1010])] +Grounding Time: 0.18s +Memory: 2956MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 3.81s +Memory: 2947MB (+-9MB) +UNSAT +Iteration Time: 5.33s + +Iteration 209 +Queue: [(203,1015,0,True), (204,1020,0,True)] +Grounded Until: 1010 +Grounding... [('step', [1011]), ('step', [1012]), ('step', [1013]), ('step', [1014]), ('step', [1015]), ('check', [1015])] +Grounding Time: 0.18s +Memory: 2975MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 3.88s +Memory: 2967MB (+-8MB) +UNSAT +Iteration Time: 5.40s + +Iteration 210 +Queue: [(204,1020,0,True)] +Grounded Until: 1015 +Grounding... [('step', [1016]), ('step', [1017]), ('step', [1018]), ('step', [1019]), ('step', [1020]), ('check', [1020])] +Grounding Time: 0.18s +Memory: 2994MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 3.56s +Memory: 3047MB (+53MB) +UNSAT +Iteration Time: 5.10s + +Iteration 211 +Queue: [(205,1025,0,True), (206,1030,0,True), (207,1035,0,True), (208,1040,0,True), (209,1045,0,True), (210,1050,0,True), (211,1055,0,True)] +Grounded Until: 1020 +Grounding... [('step', [1021]), ('step', [1022]), ('step', [1023]), ('step', [1024]), ('step', [1025]), ('check', [1025])] +Grounding Time: 0.19s +Memory: 3047MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 3.67s +Memory: 3049MB (+2MB) +UNSAT +Iteration Time: 5.21s + +Iteration 212 +Queue: [(206,1030,0,True), (207,1035,0,True), (208,1040,0,True), (209,1045,0,True), (210,1050,0,True), (211,1055,0,True)] +Grounded Until: 1025 +Grounding... [('step', [1026]), ('step', [1027]), ('step', [1028]), ('step', [1029]), ('step', [1030]), ('check', [1030])] +Grounding Time: 0.18s +Memory: 3058MB (+9MB) +Unblocking actions... +Solving... +Solving Time: 2.58s +Memory: 3108MB (+50MB) +UNSAT +Iteration Time: 4.14s + +Iteration 213 +Queue: [(207,1035,0,True), (208,1040,0,True), (209,1045,0,True), (210,1050,0,True), (211,1055,0,True)] +Grounded Until: 1030 +Grounding... [('step', [1031]), ('step', [1032]), ('step', [1033]), ('step', [1034]), ('step', [1035]), ('check', [1035])] +Grounding Time: 0.18s +Memory: 3108MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 2.58s +Memory: 3073MB (+-35MB) +UNSAT +Iteration Time: 4.14s + +Iteration 214 +Queue: [(208,1040,0,True), (209,1045,0,True), (210,1050,0,True), (211,1055,0,True)] +Grounded Until: 1035 +Grounding... [('step', [1036]), ('step', [1037]), ('step', [1038]), ('step', [1039]), ('step', [1040]), ('check', [1040])] +Grounding Time: 0.53s +Memory: 3126MB (+53MB) +Unblocking actions... +Solving... +Solving Time: 2.69s +Memory: 3176MB (+50MB) +UNSAT +Iteration Time: 4.61s + +Iteration 215 +Queue: [(209,1045,0,True), (210,1050,0,True), (211,1055,0,True)] +Grounded Until: 1040 +Grounding... [('step', [1041]), ('step', [1042]), ('step', [1043]), ('step', [1044]), ('step', [1045]), ('check', [1045])] +Grounding Time: 0.18s +Memory: 3176MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 2.84s +Memory: 3129MB (+-47MB) +UNSAT +Iteration Time: 4.42s + +Iteration 216 +Queue: [(210,1050,0,True), (211,1055,0,True)] +Grounded Until: 1045 +Grounding... [('step', [1046]), ('step', [1047]), ('step', [1048]), ('step', [1049]), ('step', [1050]), ('check', [1050])] +Grounding Time: 0.18s +Memory: 3151MB (+22MB) +Unblocking actions... +Solving... +Solving Time: 3.20s +Memory: 3173MB (+22MB) +UNSAT +Iteration Time: 4.79s + +Iteration 217 +Queue: [(211,1055,0,True)] +Grounded Until: 1050 +Grounding... [('step', [1051]), ('step', [1052]), ('step', [1053]), ('step', [1054]), ('step', [1055]), ('check', [1055])] +Grounding Time: 0.18s +Memory: 3194MB (+21MB) +Unblocking actions... +Solving... +Solving Time: 2.88s +Memory: 3183MB (+-11MB) +UNSAT +Iteration Time: 4.49s + +Iteration 218 +Queue: [(212,1060,0,True), (213,1065,0,True), (214,1070,0,True), (215,1075,0,True), (216,1080,0,True), (217,1085,0,True), (218,1090,0,True)] +Grounded Until: 1055 +Grounding... [('step', [1056]), ('step', [1057]), ('step', [1058]), ('step', [1059]), ('step', [1060]), ('check', [1060])] +Grounding Time: 0.18s +Memory: 3205MB (+22MB) +Unblocking actions... +Solving... +Solving Time: 2.80s +Memory: 3258MB (+53MB) +UNSAT +Iteration Time: 4.43s + +Iteration 219 +Queue: [(213,1065,0,True), (214,1070,0,True), (215,1075,0,True), (216,1080,0,True), (217,1085,0,True), (218,1090,0,True)] +Grounded Until: 1060 +Grounding... [('step', [1061]), ('step', [1062]), ('step', [1063]), ('step', [1064]), ('step', [1065]), ('check', [1065])] +Grounding Time: 0.18s +Memory: 3258MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 4.34s +Memory: 3245MB (+-13MB) +UNSAT +Iteration Time: 5.98s + +Iteration 220 +Queue: [(214,1070,0,True), (215,1075,0,True), (216,1080,0,True), (217,1085,0,True), (218,1090,0,True)] +Grounded Until: 1065 +Grounding... [('step', [1066]), ('step', [1067]), ('step', [1068]), ('step', [1069]), ('step', [1070]), ('check', [1070])] +Grounding Time: 0.18s +Memory: 3273MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 4.69s +Memory: 3325MB (+52MB) +UNSAT +Iteration Time: 6.34s + +Iteration 221 +Queue: [(215,1075,0,True), (216,1080,0,True), (217,1085,0,True), (218,1090,0,True)] +Grounded Until: 1070 +Grounding... [('step', [1071]), ('step', [1072]), ('step', [1073]), ('step', [1074]), ('step', [1075]), ('check', [1075])] +Grounding Time: 0.18s +Memory: 3325MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 4.75s +Memory: 3291MB (+-34MB) +UNSAT +Iteration Time: 6.41s + +Iteration 222 +Queue: [(216,1080,0,True), (217,1085,0,True), (218,1090,0,True)] +Grounded Until: 1075 +Grounding... [('step', [1076]), ('step', [1077]), ('step', [1078]), ('step', [1079]), ('step', [1080]), ('check', [1080])] +Grounding Time: 0.18s +Memory: 3318MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 5.23s +Memory: 3314MB (+-4MB) +UNSAT +Iteration Time: 6.90s + +Iteration 223 +Queue: [(217,1085,0,True), (218,1090,0,True)] +Grounded Until: 1080 +Grounding... [('step', [1081]), ('step', [1082]), ('step', [1083]), ('step', [1084]), ('step', [1085]), ('check', [1085])] +Grounding Time: 0.18s +Memory: 3341MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 5.21s +Memory: 3338MB (+-3MB) +UNSAT +Iteration Time: 6.90s + +Iteration 224 +Queue: [(218,1090,0,True)] +Grounded Until: 1085 +Grounding... [('step', [1086]), ('step', [1087]), ('step', [1088]), ('step', [1089]), ('step', [1090]), ('check', [1090])] +Grounding Time: 0.18s +Memory: 3366MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 5.30s +Memory: 3418MB (+52MB) +UNSAT +Iteration Time: 7.00s + +Iteration 225 +Queue: [(219,1095,0,True), (220,1100,0,True), (221,1105,0,True), (222,1110,0,True), (223,1115,0,True), (224,1120,0,True), (225,1125,0,True)] +Grounded Until: 1090 +Grounding... [('step', [1091]), ('step', [1092]), ('step', [1093]), ('step', [1094]), ('step', [1095]), ('check', [1095])] +Grounding Time: 0.18s +Memory: 3418MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 5.10s +Memory: 3387MB (+-31MB) +UNSAT +Iteration Time: 6.81s + +Iteration 226 +Queue: [(220,1100,0,True), (221,1105,0,True), (222,1110,0,True), (223,1115,0,True), (224,1120,0,True), (225,1125,0,True)] +Grounded Until: 1095 +Grounding... [('step', [1096]), ('step', [1097]), ('step', [1098]), ('step', [1099]), ('step', [1100]), ('check', [1100])] +Grounding Time: 0.18s +Memory: 3415MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 5.73s +Memory: 3412MB (+-3MB) +UNSAT +Iteration Time: 7.46s + +Iteration 227 +Queue: [(221,1105,0,True), (222,1110,0,True), (223,1115,0,True), (224,1120,0,True), (225,1125,0,True)] +Grounded Until: 1100 +Grounding... [('step', [1101]), ('step', [1102]), ('step', [1103]), ('step', [1104]), ('step', [1105]), ('check', [1105])] +Grounding Time: 0.18s +Memory: 3439MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 3.36s +Memory: 3437MB (+-2MB) +UNSAT +Iteration Time: 5.11s + +Iteration 228 +Queue: [(222,1110,0,True), (223,1115,0,True), (224,1120,0,True), (225,1125,0,True)] +Grounded Until: 1105 +Grounding... [('step', [1106]), ('step', [1107]), ('step', [1108]), ('step', [1109]), ('step', [1110]), ('check', [1110])] +Grounding Time: 0.18s +Memory: 3465MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 3.71s +Memory: 3463MB (+-2MB) +UNSAT +Iteration Time: 5.47s + +Iteration 229 +Queue: [(223,1115,0,True), (224,1120,0,True), (225,1125,0,True)] +Grounded Until: 1110 +Grounding... [('step', [1111]), ('step', [1112]), ('step', [1113]), ('step', [1114]), ('step', [1115]), ('check', [1115])] +Grounding Time: 0.18s +Memory: 3490MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 5.54s +Memory: 3489MB (+-1MB) +UNSAT +Iteration Time: 7.31s + +Iteration 230 +Queue: [(224,1120,0,True), (225,1125,0,True)] +Grounded Until: 1115 +Grounding... [('step', [1116]), ('step', [1117]), ('step', [1118]), ('step', [1119]), ('step', [1120]), ('check', [1120])] +Grounding Time: 0.18s +Memory: 3517MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 5.90s +Memory: 3515MB (+-2MB) +UNSAT +Iteration Time: 7.69s + +Iteration 231 +Queue: [(225,1125,0,True)] +Grounded Until: 1120 +Grounding... [('step', [1121]), ('step', [1122]), ('step', [1123]), ('step', [1124]), ('step', [1125]), ('check', [1125])] +Grounding Time: 0.22s +Memory: 3543MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 6.02s +Memory: 3545MB (+2MB) +UNSAT +Iteration Time: 7.85s + +Iteration 232 +Queue: [(226,1130,0,True), (227,1135,0,True), (228,1140,0,True), (229,1145,0,True), (230,1150,0,True), (231,1155,0,True), (232,1160,0,True)] +Grounded Until: 1125 +Grounding... [('step', [1126]), ('step', [1127]), ('step', [1128]), ('step', [1129]), ('step', [1130]), ('check', [1130])] +Grounding Time: 0.18s +Memory: 3573MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 6.15s +Memory: 3625MB (+52MB) +UNSAT +Iteration Time: 7.97s + +Iteration 233 +Queue: [(227,1135,0,True), (228,1140,0,True), (229,1145,0,True), (230,1150,0,True), (231,1155,0,True), (232,1160,0,True)] +Grounded Until: 1130 +Grounding... [('step', [1131]), ('step', [1132]), ('step', [1133]), ('step', [1134]), ('step', [1135]), ('check', [1135])] +Grounding Time: 0.18s +Memory: 3625MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 6.13s +Memory: 3648MB (+23MB) +UNSAT +Iteration Time: 7.95s + +Iteration 234 +Queue: [(228,1140,0,True), (229,1145,0,True), (230,1150,0,True), (231,1155,0,True), (232,1160,0,True)] +Grounded Until: 1135 +Grounding... [('step', [1136]), ('step', [1137]), ('step', [1138]), ('step', [1139]), ('step', [1140]), ('check', [1140])] +Grounding Time: 0.18s +Memory: 3648MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 6.20s +Memory: 3627MB (+-21MB) +UNSAT +Iteration Time: 8.04s + +Iteration 235 +Queue: [(229,1145,0,True), (230,1150,0,True), (231,1155,0,True), (232,1160,0,True)] +Grounded Until: 1140 +Grounding... [('step', [1141]), ('step', [1142]), ('step', [1143]), ('step', [1144]), ('step', [1145]), ('check', [1145])] +Grounding Time: 0.18s +Memory: 3655MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 6.28s +Memory: 3656MB (+1MB) +UNSAT +Iteration Time: 8.15s + +Iteration 236 +Queue: [(230,1150,0,True), (231,1155,0,True), (232,1160,0,True)] +Grounded Until: 1145 +Grounding... [('step', [1146]), ('step', [1147]), ('step', [1148]), ('step', [1149]), ('step', [1150]), ('check', [1150])] +Grounding Time: 0.18s +Memory: 3683MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 6.85s +Memory: 3684MB (+1MB) +UNSAT +Iteration Time: 8.72s + +Iteration 237 +Queue: [(231,1155,0,True), (232,1160,0,True)] +Grounded Until: 1150 +Grounding... [('step', [1151]), ('step', [1152]), ('step', [1153]), ('step', [1154]), ('step', [1155]), ('check', [1155])] +Grounding Time: 0.18s +Memory: 3711MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 6.84s +Memory: 3713MB (+2MB) +UNSAT +Iteration Time: 8.73s + +Iteration 238 +Queue: [(232,1160,0,True)] +Grounded Until: 1155 +Grounding... [('step', [1156]), ('step', [1157]), ('step', [1158]), ('step', [1159]), ('step', [1160]), ('check', [1160])] +Grounding Time: 0.18s +Memory: 3741MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 7.33s +Memory: 3742MB (+1MB) +UNSAT +Iteration Time: 9.24s + +Iteration 239 +Queue: [(233,1165,0,True), (234,1170,0,True), (235,1175,0,True), (236,1180,0,True), (237,1185,0,True), (238,1190,0,True), (239,1195,0,True)] +Grounded Until: 1160 +Grounding... [('step', [1161]), ('step', [1162]), ('step', [1163]), ('step', [1164]), ('step', [1165]), ('check', [1165])] +Grounding Time: 0.18s +Memory: 3770MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 6.98s +Memory: 3773MB (+3MB) +UNSAT +Iteration Time: 8.92s + +Iteration 240 +Queue: [(234,1170,0,True), (235,1175,0,True), (236,1180,0,True), (237,1185,0,True), (238,1190,0,True), (239,1195,0,True)] +Grounded Until: 1165 +Grounding... [('step', [1166]), ('step', [1167]), ('step', [1168]), ('step', [1169]), ('step', [1170]), ('check', [1170])] +Grounding Time: 0.18s +Memory: 3800MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 7.15s +Memory: 3802MB (+2MB) +UNSAT +Iteration Time: 9.10s + +Iteration 241 +Queue: [(235,1175,0,True), (236,1180,0,True), (237,1185,0,True), (238,1190,0,True), (239,1195,0,True)] +Grounded Until: 1170 +Grounding... [('step', [1171]), ('step', [1172]), ('step', [1173]), ('step', [1174]), ('step', [1175]), ('check', [1175])] +Grounding Time: 0.18s +Memory: 3830MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 7.45s +Memory: 3833MB (+3MB) +UNSAT +Iteration Time: 9.42s + +Iteration 242 +Queue: [(236,1180,0,True), (237,1185,0,True), (238,1190,0,True), (239,1195,0,True)] +Grounded Until: 1175 +Grounding... [('step', [1176]), ('step', [1177]), ('step', [1178]), ('step', [1179]), ('step', [1180]), ('check', [1180])] +Grounding Time: 0.18s +Memory: 3861MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 5.29s +Memory: 3864MB (+3MB) +UNSAT +Iteration Time: 7.27s + +Iteration 243 +Queue: [(237,1185,0,True), (238,1190,0,True), (239,1195,0,True)] +Grounded Until: 1180 +Grounding... [('step', [1181]), ('step', [1182]), ('step', [1183]), ('step', [1184]), ('step', [1185]), ('check', [1185])] +Grounding Time: 0.19s +Memory: 3932MB (+68MB) +Unblocking actions... +Solving... +Solving Time: 5.09s +Memory: 3963MB (+31MB) +UNSAT +Iteration Time: 7.10s + +Iteration 244 +Queue: [(238,1190,0,True), (239,1195,0,True)] +Grounded Until: 1185 +Grounding... [('step', [1186]), ('step', [1187]), ('step', [1188]), ('step', [1189]), ('step', [1190]), ('check', [1190])] +Grounding Time: 0.18s +Memory: 3963MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 5.35s +Memory: 3942MB (+-21MB) +UNSAT +Iteration Time: 7.36s + +Iteration 245 +Queue: [(239,1195,0,True)] +Grounded Until: 1190 +Grounding... [('step', [1191]), ('step', [1192]), ('step', [1193]), ('step', [1194]), ('step', [1195]), ('check', [1195])] +Grounding Time: 0.18s +Memory: 3970MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 7.71s +Memory: 3975MB (+5MB) +UNSAT +Iteration Time: 9.75s + +Iteration 246 +Queue: [(240,1200,0,True), (241,1205,0,True), (242,1210,0,True), (243,1215,0,True), (244,1220,0,True), (245,1225,0,True), (246,1230,0,True)] +Grounded Until: 1195 +Grounding... [('step', [1196]), ('step', [1197]), ('step', [1198]), ('step', [1199]), ('step', [1200]), ('check', [1200])] +Grounding Time: 0.18s +Memory: 4003MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 7.79s +Memory: 4007MB (+4MB) +UNSAT +Iteration Time: 9.85s + +Iteration 247 +Queue: [(241,1205,0,True), (242,1210,0,True), (243,1215,0,True), (244,1220,0,True), (245,1225,0,True), (246,1230,0,True)] +Grounded Until: 1200 +Grounding... [('step', [1201]), ('step', [1202]), ('step', [1203]), ('step', [1204]), ('step', [1205]), ('check', [1205])] +Grounding Time: 0.18s +Memory: 4035MB (+28MB) +Unblocking actions... +Solving... +Solving Time: 7.83s +Memory: 4041MB (+6MB) +UNSAT +Iteration Time: 9.91s + +Iteration 248 +Queue: [(242,1210,0,True), (243,1215,0,True), (244,1220,0,True), (245,1225,0,True), (246,1230,0,True)] +Grounded Until: 1205 +Grounding... [('step', [1206]), ('step', [1207]), ('step', [1208]), ('step', [1209]), ('step', [1210]), ('check', [1210])] +Grounding Time: 0.18s +Memory: 4068MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 9.39s +Memory: 4077MB (+9MB) +UNSAT +Iteration Time: 11.49s + +Iteration 249 +Queue: [(243,1215,0,True), (244,1220,0,True), (245,1225,0,True), (246,1230,0,True)] +Grounded Until: 1210 +Grounding... [('step', [1211]), ('step', [1212]), ('step', [1213]), ('step', [1214]), ('step', [1215]), ('check', [1215])] +Grounding Time: 0.18s +Memory: 4099MB (+22MB) +Unblocking actions... +Solving... +Solving Time: 8.46s +Memory: 4113MB (+14MB) +UNSAT +Iteration Time: 10.57s + +Iteration 250 +Queue: [(244,1220,0,True), (245,1225,0,True), (246,1230,0,True)] +Grounded Until: 1215 +Grounding... [('step', [1216]), ('step', [1217]), ('step', [1218]), ('step', [1219]), ('step', [1220]), ('check', [1220])] +Grounding Time: 0.18s +Memory: 4140MB (+27MB) +Unblocking actions... +Solving... +Solving Time: 6.35s +Memory: 4321MB (+181MB) +UNSAT +Iteration Time: 8.56s + +Iteration 251 +Queue: [(245,1225,0,True), (246,1230,0,True)] +Grounded Until: 1220 +Grounding... [('step', [1221]), ('step', [1222]), ('step', [1223]), ('step', [1224]), ('step', [1225]), ('check', [1225])] +Grounding Time: 0.18s +Memory: 4321MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 8.56s +Memory: 4365MB (+44MB) +UNSAT +Iteration Time: 10.71s + +Iteration 252 +Queue: [(246,1230,0,True)] +Grounded Until: 1225 +Grounding... [('step', [1226]), ('step', [1227]), ('step', [1228]), ('step', [1229]), ('step', [1230]), ('check', [1230])] +Grounding Time: 0.18s +Memory: 4365MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 11.78s +Memory: 4353MB (+-12MB) +UNSAT +Iteration Time: 13.95s + +Iteration 253 +Queue: [(247,1235,0,True), (248,1240,0,True), (249,1245,0,True), (250,1250,0,True), (251,1255,0,True), (252,1260,0,True), (253,1265,0,True)] +Grounded Until: 1230 +Grounding... [('step', [1231]), ('step', [1232]), ('step', [1233]), ('step', [1234]), ('step', [1235]), ('check', [1235])] +Grounding Time: 0.19s +Memory: 4404MB (+51MB) +Unblocking actions... +Solving... +Solving Time: 5.64s +Memory: 4355MB (+-49MB) +UNSAT +Iteration Time: 7.63s + +Iteration 254 +Queue: [(248,1240,0,True), (249,1245,0,True), (250,1250,0,True), (251,1255,0,True), (252,1260,0,True), (253,1265,0,True)] +