From 97bd3b012bf14d2d0f59a6b1d891e42343fd9931 Mon Sep 17 00:00:00 2001 From: potassco-bot Date: Thu, 30 Nov 2017 15:11:07 +0100 Subject: [PATCH] Add benchmark result [gc-ta1-tt1 | ipc-2004 | promela-dining-philosophers-strips | 4] --- ...4_promela-dining-philosophers-strips_4.env | 53 + ...4_promela-dining-philosophers-strips_4.err | 9 + ...4_promela-dining-philosophers-strips_4.out | 8516 +++++++++++++++++ 3 files changed, 8578 insertions(+) create mode 100644 gc-ta1-tt1/ipc-2004_promela-dining-philosophers-strips_4.env create mode 100644 gc-ta1-tt1/ipc-2004_promela-dining-philosophers-strips_4.err create mode 100644 gc-ta1-tt1/ipc-2004_promela-dining-philosophers-strips_4.out diff --git a/gc-ta1-tt1/ipc-2004_promela-dining-philosophers-strips_4.env b/gc-ta1-tt1/ipc-2004_promela-dining-philosophers-strips_4.env new file mode 100644 index 000000000..11cce3862 --- /dev/null +++ b/gc-ta1-tt1/ipc-2004_promela-dining-philosophers-strips_4.env @@ -0,0 +1,53 @@ +command: +- timeout +- -m=9216000 +- -t=900 +- python3 +- /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/runplanner.py +- --domain=/home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/domains/domain-4.pddl +- /home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/instances/instance-4.pddl +- --stats +- --verbose +- --print-call +- -m 8192 +- --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 + - -m 8192 + - --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: promela-dining-philosophers-strips + instance: 4 + ipc: ipc-2004 +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-2004_promela-dining-philosophers-strips_4.err b/gc-ta1-tt1/ipc-2004_promela-dining-philosophers-strips_4.err new file mode 100644 index 000000000..eb3275590 --- /dev/null +++ b/gc-ta1-tt1/ipc-2004_promela-dining-philosophers-strips_4.err @@ -0,0 +1,9 @@ +# configuration: {'id': 'gc-ta1-tt1', 'options': ['--stats', '--verbose', '--print-call', '-m 8192', '--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-2004', 'domain': 'promela-dining-philosophers-strips', 'instance': 4} +# command: ['timeout', '-m=9216000', '-t=900', 'python3', '/home/pluehne/Documents/ASP/plasp-javier/encodings/planner/runplanner.py', '--domain=/home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/domains/domain-4.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/instances/instance-4.pddl', '--stats', '--verbose', '--print-call', '-m 8192', '--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 +# planner call: /home/wv/bin/linux/64/fast-downward/fast-downward.py --translate --build=release64 /home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/domains/domain-4.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/instances/instance-4.pddl && plasp-3.1.1 translate --parsing-mode=compatibility output.sas | /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/planner.py - /home/pluehne/Documents/ASP/plasp-javier/encodings/strips/preprocess.lp /home/pluehne/Documents/ASP/plasp-javier/encodings/strips/strips-incremental.lp --stats --verbose -m 8192 -B 0.9 --test-until-not-sat --query-at-last --check-at-last --forbid-actions --force-actions -c planner_on=1 --test=- --test=/home/pluehne/Documents/ASP/plasp-javier/encodings/planner/test_files/test.lp /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/test_files/block_forall_t.lp --test-once --heuristic=Domain /home/pluehne/Documents/ASP/plasp-javier/encodings/planner/heuristic.lp -c _shallow=1 -c _closure=3 -c _parallel=0 +FINISHED CPU 132.90 MEM 33472 MAXMEM 247760 STALE 1 MAXMEM_RSS 174516 + + diff --git a/gc-ta1-tt1/ipc-2004_promela-dining-philosophers-strips_4.out b/gc-ta1-tt1/ipc-2004_promela-dining-philosophers-strips_4.out new file mode 100644 index 000000000..18c1f162a --- /dev/null +++ b/gc-ta1-tt1/ipc-2004_promela-dining-philosophers-strips_4.out @@ -0,0 +1,8516 @@ +INFO Running translator. +INFO translator input: ['/home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/domains/domain-4.pddl', '/home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/instances/instance-4.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-2004/domains/promela-dining-philosophers-strips/domains/domain-4.pddl /home/pluehne/Documents/ASP/pddl-instances/ipc-2004/domains/promela-dining-philosophers-strips/instances/instance-4.pddl +Parsing... +Parsing: [0.330s CPU, 0.333s wall-clock] +Normalizing task... [0.040s CPU, 0.040s wall-clock] +Instantiating... +Generating Datalog program... [0.020s CPU, 0.019s wall-clock] +Normalizing Datalog program... +Normalizing Datalog program: [0.040s CPU, 0.044s wall-clock] +Preparing model... [0.040s CPU, 0.037s wall-clock] +Generated 391 rules. +Computing model... [0.020s CPU, 0.020s wall-clock] +291 relevant atoms +0 auxiliary atoms +291 final queue length +426 total queue pushes +Completing instantiation... [0.070s CPU, 0.068s wall-clock] +Instantiating: [0.190s CPU, 0.190s wall-clock] +Computing fact groups... +Finding invariants... +150 initial candidates +Finding invariants: [129.750s CPU, 129.695s wall-clock] +Checking invariant weight... [0.000s CPU, 0.004s wall-clock] +Instantiating groups... [0.000s CPU, 0.001s wall-clock] +Collecting mutex groups... [0.000s CPU, 0.001s wall-clock] +Choosing groups... +117 uncovered facts +Choosing groups: [0.000s CPU, 0.003s wall-clock] +Building translation key... [0.000s CPU, 0.004s wall-clock] +Computing fact groups: [129.770s CPU, 129.719s wall-clock] +Building STRIPS to SAS dictionary... [0.000s CPU, 0.001s wall-clock] +Building dictionary for full mutex groups... [0.000s CPU, 0.002s wall-clock] +Building mutex information... +Building mutex information: [0.010s CPU, 0.002s wall-clock] +Translating task... +Processing axioms... +Simplifying axioms... [0.000s CPU, 0.000s wall-clock] +Processing axioms: [0.000s CPU, 0.004s wall-clock] +Translating task: [0.100s CPU, 0.100s wall-clock] +500 effect conditions simplified +0 implied preconditions added +Detecting unreachable propositions... +0 operators removed +0 axioms removed +25 propositions removed +Detecting unreachable propositions: [0.050s CPU, 0.050s wall-clock] +Reordering and filtering variables... +118 of 118 variables necessary. +18 of 35 mutex groups necessary. +140 of 140 operators necessary. +0 of 0 axiom rules necessary. +Reordering and filtering variables: [0.060s CPU, 0.068s wall-clock] +Translator variables: 118 +Translator derived variables: 0 +Translator facts: 253 +Translator goal facts: 5 +Translator mutex groups: 18 +Translator total mutex groups size: 76 +Translator operators: 140 +Translator axioms: 0 +Translator task size: 2212 +Translator peak memory: 166864 KB +Writing output... [0.040s CPU, 0.045s wall-clock] +Done! [130.600s CPU, 130.555s wall-clock] +planner.py version 0.0.1 + +Time: 0.08s +Memory: 51MB + +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: 52MB (+1MB) +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 +Expected Memory: 52MB +Grounding... [('step', [1]), ('step', [2]), ('step', [3]), ('step', [4]), ('step', [5]), ('check', [5])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 3 +Queue: [(2,10,0,True), (3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)] +Grounded Until: 5 +Expected Memory: 52MB +Grounding... [('step', [6]), ('step', [7]), ('step', [8]), ('step', [9]), ('step', [10]), ('check', [10])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 4 +Queue: [(3,15,0,True), (4,20,0,True), (5,25,0,True), (6,30,0,True)] +Grounded Until: 10 +Expected Memory: 52MB +Grounding... [('step', [11]), ('step', [12]), ('step', [13]), ('step', [14]), ('step', [15]), ('check', [15])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 5 +Queue: [(4,20,0,True), (5,25,0,True), (6,30,0,True)] +Grounded Until: 15 +Expected Memory: 52MB +Grounding... [('step', [16]), ('step', [17]), ('step', [18]), ('step', [19]), ('step', [20]), ('check', [20])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 6 +Queue: [(5,25,0,True), (6,30,0,True)] +Grounded Until: 20 +Expected Memory: 52MB +Grounding... [('step', [21]), ('step', [22]), ('step', [23]), ('step', [24]), ('step', [25]), ('check', [25])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 7 +Queue: [(6,30,0,True)] +Grounded Until: 25 +Expected Memory: 52MB +Grounding... [('step', [26]), ('step', [27]), ('step', [28]), ('step', [29]), ('step', [30]), ('check', [30])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [31]), ('step', [32]), ('step', [33]), ('step', [34]), ('step', [35]), ('check', [35])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [36]), ('step', [37]), ('step', [38]), ('step', [39]), ('step', [40]), ('check', [40])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [41]), ('step', [42]), ('step', [43]), ('step', [44]), ('step', [45]), ('check', [45])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 11 +Queue: [(10,50,0,True), (11,55,0,True), (12,60,0,True), (13,65,0,True)] +Grounded Until: 45 +Expected Memory: 52MB +Grounding... [('step', [46]), ('step', [47]), ('step', [48]), ('step', [49]), ('step', [50]), ('check', [50])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 12 +Queue: [(11,55,0,True), (12,60,0,True), (13,65,0,True)] +Grounded Until: 50 +Expected Memory: 52MB +Grounding... [('step', [51]), ('step', [52]), ('step', [53]), ('step', [54]), ('step', [55]), ('check', [55])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 13 +Queue: [(12,60,0,True), (13,65,0,True)] +Grounded Until: 55 +Expected Memory: 52MB +Grounding... [('step', [56]), ('step', [57]), ('step', [58]), ('step', [59]), ('step', [60]), ('check', [60])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 14 +Queue: [(13,65,0,True)] +Grounded Until: 60 +Expected Memory: 52MB +Grounding... [('step', [61]), ('step', [62]), ('step', [63]), ('step', [64]), ('step', [65]), ('check', [65])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [66]), ('step', [67]), ('step', [68]), ('step', [69]), ('step', [70]), ('check', [70])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [71]), ('step', [72]), ('step', [73]), ('step', [74]), ('step', [75]), ('check', [75])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [76]), ('step', [77]), ('step', [78]), ('step', [79]), ('step', [80]), ('check', [80])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 18 +Queue: [(17,85,0,True), (18,90,0,True), (19,95,0,True), (20,100,0,True)] +Grounded Until: 80 +Expected Memory: 52MB +Grounding... [('step', [81]), ('step', [82]), ('step', [83]), ('step', [84]), ('step', [85]), ('check', [85])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 19 +Queue: [(18,90,0,True), (19,95,0,True), (20,100,0,True)] +Grounded Until: 85 +Expected Memory: 52MB +Grounding... [('step', [86]), ('step', [87]), ('step', [88]), ('step', [89]), ('step', [90]), ('check', [90])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 20 +Queue: [(19,95,0,True), (20,100,0,True)] +Grounded Until: 90 +Expected Memory: 52MB +Grounding... [('step', [91]), ('step', [92]), ('step', [93]), ('step', [94]), ('step', [95]), ('check', [95])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 21 +Queue: [(20,100,0,True)] +Grounded Until: 95 +Expected Memory: 52MB +Grounding... [('step', [96]), ('step', [97]), ('step', [98]), ('step', [99]), ('step', [100]), ('check', [100])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [101]), ('step', [102]), ('step', [103]), ('step', [104]), ('step', [105]), ('check', [105])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [106]), ('step', [107]), ('step', [108]), ('step', [109]), ('step', [110]), ('check', [110])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [111]), ('step', [112]), ('step', [113]), ('step', [114]), ('step', [115]), ('check', [115])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 25 +Queue: [(24,120,0,True), (25,125,0,True), (26,130,0,True), (27,135,0,True)] +Grounded Until: 115 +Expected Memory: 52MB +Grounding... [('step', [116]), ('step', [117]), ('step', [118]), ('step', [119]), ('step', [120]), ('check', [120])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 26 +Queue: [(25,125,0,True), (26,130,0,True), (27,135,0,True)] +Grounded Until: 120 +Expected Memory: 52MB +Grounding... [('step', [121]), ('step', [122]), ('step', [123]), ('step', [124]), ('step', [125]), ('check', [125])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 27 +Queue: [(26,130,0,True), (27,135,0,True)] +Grounded Until: 125 +Expected Memory: 52MB +Grounding... [('step', [126]), ('step', [127]), ('step', [128]), ('step', [129]), ('step', [130]), ('check', [130])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 28 +Queue: [(27,135,0,True)] +Grounded Until: 130 +Expected Memory: 52MB +Grounding... [('step', [131]), ('step', [132]), ('step', [133]), ('step', [134]), ('step', [135]), ('check', [135])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [136]), ('step', [137]), ('step', [138]), ('step', [139]), ('step', [140]), ('check', [140])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [141]), ('step', [142]), ('step', [143]), ('step', [144]), ('step', [145]), ('check', [145])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [146]), ('step', [147]), ('step', [148]), ('step', [149]), ('step', [150]), ('check', [150])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 32 +Queue: [(31,155,0,True), (32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 150 +Expected Memory: 52MB +Grounding... [('step', [151]), ('step', [152]), ('step', [153]), ('step', [154]), ('step', [155]), ('check', [155])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 33 +Queue: [(32,160,0,True), (33,165,0,True), (34,170,0,True)] +Grounded Until: 155 +Expected Memory: 52MB +Grounding... [('step', [156]), ('step', [157]), ('step', [158]), ('step', [159]), ('step', [160]), ('check', [160])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 34 +Queue: [(33,165,0,True), (34,170,0,True)] +Grounded Until: 160 +Expected Memory: 52MB +Grounding... [('step', [161]), ('step', [162]), ('step', [163]), ('step', [164]), ('step', [165]), ('check', [165])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 35 +Queue: [(34,170,0,True)] +Grounded Until: 165 +Expected Memory: 52MB +Grounding... [('step', [166]), ('step', [167]), ('step', [168]), ('step', [169]), ('step', [170]), ('check', [170])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [171]), ('step', [172]), ('step', [173]), ('step', [174]), ('step', [175]), ('check', [175])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [176]), ('step', [177]), ('step', [178]), ('step', [179]), ('step', [180]), ('check', [180])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [181]), ('step', [182]), ('step', [183]), ('step', [184]), ('step', [185]), ('check', [185])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 39 +Queue: [(38,190,0,True), (39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 185 +Expected Memory: 52MB +Grounding... [('step', [186]), ('step', [187]), ('step', [188]), ('step', [189]), ('step', [190]), ('check', [190])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 40 +Queue: [(39,195,0,True), (40,200,0,True), (41,205,0,True)] +Grounded Until: 190 +Expected Memory: 52MB +Grounding... [('step', [191]), ('step', [192]), ('step', [193]), ('step', [194]), ('step', [195]), ('check', [195])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 41 +Queue: [(40,200,0,True), (41,205,0,True)] +Grounded Until: 195 +Expected Memory: 52MB +Grounding... [('step', [196]), ('step', [197]), ('step', [198]), ('step', [199]), ('step', [200]), ('check', [200])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 42 +Queue: [(41,205,0,True)] +Grounded Until: 200 +Expected Memory: 52MB +Grounding... [('step', [201]), ('step', [202]), ('step', [203]), ('step', [204]), ('step', [205]), ('check', [205])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [206]), ('step', [207]), ('step', [208]), ('step', [209]), ('step', [210]), ('check', [210])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [211]), ('step', [212]), ('step', [213]), ('step', [214]), ('step', [215]), ('check', [215])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [216]), ('step', [217]), ('step', [218]), ('step', [219]), ('step', [220]), ('check', [220])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 46 +Queue: [(45,225,0,True), (46,230,0,True), (47,235,0,True), (48,240,0,True)] +Grounded Until: 220 +Expected Memory: 52MB +Grounding... [('step', [221]), ('step', [222]), ('step', [223]), ('step', [224]), ('step', [225]), ('check', [225])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 47 +Queue: [(46,230,0,True), (47,235,0,True), (48,240,0,True)] +Grounded Until: 225 +Expected Memory: 52MB +Grounding... [('step', [226]), ('step', [227]), ('step', [228]), ('step', [229]), ('step', [230]), ('check', [230])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 48 +Queue: [(47,235,0,True), (48,240,0,True)] +Grounded Until: 230 +Expected Memory: 52MB +Grounding... [('step', [231]), ('step', [232]), ('step', [233]), ('step', [234]), ('step', [235]), ('check', [235])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 49 +Queue: [(48,240,0,True)] +Grounded Until: 235 +Expected Memory: 52MB +Grounding... [('step', [236]), ('step', [237]), ('step', [238]), ('step', [239]), ('step', [240]), ('check', [240])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [241]), ('step', [242]), ('step', [243]), ('step', [244]), ('step', [245]), ('check', [245])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [246]), ('step', [247]), ('step', [248]), ('step', [249]), ('step', [250]), ('check', [250])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [251]), ('step', [252]), ('step', [253]), ('step', [254]), ('step', [255]), ('check', [255])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 53 +Queue: [(52,260,0,True), (53,265,0,True), (54,270,0,True), (55,275,0,True)] +Grounded Until: 255 +Expected Memory: 52MB +Grounding... [('step', [256]), ('step', [257]), ('step', [258]), ('step', [259]), ('step', [260]), ('check', [260])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 54 +Queue: [(53,265,0,True), (54,270,0,True), (55,275,0,True)] +Grounded Until: 260 +Expected Memory: 52MB +Grounding... [('step', [261]), ('step', [262]), ('step', [263]), ('step', [264]), ('step', [265]), ('check', [265])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 55 +Queue: [(54,270,0,True), (55,275,0,True)] +Grounded Until: 265 +Expected Memory: 52MB +Grounding... [('step', [266]), ('step', [267]), ('step', [268]), ('step', [269]), ('step', [270]), ('check', [270])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 56 +Queue: [(55,275,0,True)] +Grounded Until: 270 +Expected Memory: 52MB +Grounding... [('step', [271]), ('step', [272]), ('step', [273]), ('step', [274]), ('step', [275]), ('check', [275])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [276]), ('step', [277]), ('step', [278]), ('step', [279]), ('step', [280]), ('check', [280])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [281]), ('step', [282]), ('step', [283]), ('step', [284]), ('step', [285]), ('check', [285])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [286]), ('step', [287]), ('step', [288]), ('step', [289]), ('step', [290]), ('check', [290])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 60 +Queue: [(59,295,0,True), (60,300,0,True), (61,305,0,True), (62,310,0,True)] +Grounded Until: 290 +Expected Memory: 52MB +Grounding... [('step', [291]), ('step', [292]), ('step', [293]), ('step', [294]), ('step', [295]), ('check', [295])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 61 +Queue: [(60,300,0,True), (61,305,0,True), (62,310,0,True)] +Grounded Until: 295 +Expected Memory: 52MB +Grounding... [('step', [296]), ('step', [297]), ('step', [298]), ('step', [299]), ('step', [300]), ('check', [300])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 62 +Queue: [(61,305,0,True), (62,310,0,True)] +Grounded Until: 300 +Expected Memory: 52MB +Grounding... [('step', [301]), ('step', [302]), ('step', [303]), ('step', [304]), ('step', [305]), ('check', [305])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 63 +Queue: [(62,310,0,True)] +Grounded Until: 305 +Expected Memory: 52MB +Grounding... [('step', [306]), ('step', [307]), ('step', [308]), ('step', [309]), ('step', [310]), ('check', [310])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [311]), ('step', [312]), ('step', [313]), ('step', [314]), ('step', [315]), ('check', [315])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [316]), ('step', [317]), ('step', [318]), ('step', [319]), ('step', [320]), ('check', [320])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [321]), ('step', [322]), ('step', [323]), ('step', [324]), ('step', [325]), ('check', [325])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 67 +Queue: [(66,330,0,True), (67,335,0,True), (68,340,0,True), (69,345,0,True)] +Grounded Until: 325 +Expected Memory: 52MB +Grounding... [('step', [326]), ('step', [327]), ('step', [328]), ('step', [329]), ('step', [330]), ('check', [330])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 68 +Queue: [(67,335,0,True), (68,340,0,True), (69,345,0,True)] +Grounded Until: 330 +Expected Memory: 52MB +Grounding... [('step', [331]), ('step', [332]), ('step', [333]), ('step', [334]), ('step', [335]), ('check', [335])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 69 +Queue: [(68,340,0,True), (69,345,0,True)] +Grounded Until: 335 +Expected Memory: 52MB +Grounding... [('step', [336]), ('step', [337]), ('step', [338]), ('step', [339]), ('step', [340]), ('check', [340])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 70 +Queue: [(69,345,0,True)] +Grounded Until: 340 +Expected Memory: 52MB +Grounding... [('step', [341]), ('step', [342]), ('step', [343]), ('step', [344]), ('step', [345]), ('check', [345])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [346]), ('step', [347]), ('step', [348]), ('step', [349]), ('step', [350]), ('check', [350])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [351]), ('step', [352]), ('step', [353]), ('step', [354]), ('step', [355]), ('check', [355])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [356]), ('step', [357]), ('step', [358]), ('step', [359]), ('step', [360]), ('check', [360])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 74 +Queue: [(73,365,0,True), (74,370,0,True), (75,375,0,True), (76,380,0,True)] +Grounded Until: 360 +Expected Memory: 52MB +Grounding... [('step', [361]), ('step', [362]), ('step', [363]), ('step', [364]), ('step', [365]), ('check', [365])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 75 +Queue: [(74,370,0,True), (75,375,0,True), (76,380,0,True)] +Grounded Until: 365 +Expected Memory: 52MB +Grounding... [('step', [366]), ('step', [367]), ('step', [368]), ('step', [369]), ('step', [370]), ('check', [370])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 76 +Queue: [(75,375,0,True), (76,380,0,True)] +Grounded Until: 370 +Expected Memory: 52MB +Grounding... [('step', [371]), ('step', [372]), ('step', [373]), ('step', [374]), ('step', [375]), ('check', [375])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 77 +Queue: [(76,380,0,True)] +Grounded Until: 375 +Expected Memory: 52MB +Grounding... [('step', [376]), ('step', [377]), ('step', [378]), ('step', [379]), ('step', [380]), ('check', [380])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [381]), ('step', [382]), ('step', [383]), ('step', [384]), ('step', [385]), ('check', [385])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [386]), ('step', [387]), ('step', [388]), ('step', [389]), ('step', [390]), ('check', [390])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [391]), ('step', [392]), ('step', [393]), ('step', [394]), ('step', [395]), ('check', [395])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 81 +Queue: [(80,400,0,True), (81,405,0,True), (82,410,0,True), (83,415,0,True)] +Grounded Until: 395 +Expected Memory: 52MB +Grounding... [('step', [396]), ('step', [397]), ('step', [398]), ('step', [399]), ('step', [400]), ('check', [400])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 82 +Queue: [(81,405,0,True), (82,410,0,True), (83,415,0,True)] +Grounded Until: 400 +Expected Memory: 52MB +Grounding... [('step', [401]), ('step', [402]), ('step', [403]), ('step', [404]), ('step', [405]), ('check', [405])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 83 +Queue: [(82,410,0,True), (83,415,0,True)] +Grounded Until: 405 +Expected Memory: 52MB +Grounding... [('step', [406]), ('step', [407]), ('step', [408]), ('step', [409]), ('step', [410]), ('check', [410])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 84 +Queue: [(83,415,0,True)] +Grounded Until: 410 +Expected Memory: 52MB +Grounding... [('step', [411]), ('step', [412]), ('step', [413]), ('step', [414]), ('step', [415]), ('check', [415])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [416]), ('step', [417]), ('step', [418]), ('step', [419]), ('step', [420]), ('check', [420])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [421]), ('step', [422]), ('step', [423]), ('step', [424]), ('step', [425]), ('check', [425])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [426]), ('step', [427]), ('step', [428]), ('step', [429]), ('step', [430]), ('check', [430])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 88 +Queue: [(87,435,0,True), (88,440,0,True), (89,445,0,True), (90,450,0,True)] +Grounded Until: 430 +Expected Memory: 52MB +Grounding... [('step', [431]), ('step', [432]), ('step', [433]), ('step', [434]), ('step', [435]), ('check', [435])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 89 +Queue: [(88,440,0,True), (89,445,0,True), (90,450,0,True)] +Grounded Until: 435 +Expected Memory: 52MB +Grounding... [('step', [436]), ('step', [437]), ('step', [438]), ('step', [439]), ('step', [440]), ('check', [440])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 90 +Queue: [(89,445,0,True), (90,450,0,True)] +Grounded Until: 440 +Expected Memory: 52MB +Grounding... [('step', [441]), ('step', [442]), ('step', [443]), ('step', [444]), ('step', [445]), ('check', [445])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 91 +Queue: [(90,450,0,True)] +Grounded Until: 445 +Expected Memory: 52MB +Grounding... [('step', [446]), ('step', [447]), ('step', [448]), ('step', [449]), ('step', [450]), ('check', [450])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [451]), ('step', [452]), ('step', [453]), ('step', [454]), ('step', [455]), ('check', [455])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [456]), ('step', [457]), ('step', [458]), ('step', [459]), ('step', [460]), ('check', [460])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [461]), ('step', [462]), ('step', [463]), ('step', [464]), ('step', [465]), ('check', [465])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 95 +Queue: [(94,470,0,True), (95,475,0,True), (96,480,0,True), (97,485,0,True)] +Grounded Until: 465 +Expected Memory: 52MB +Grounding... [('step', [466]), ('step', [467]), ('step', [468]), ('step', [469]), ('step', [470]), ('check', [470])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 96 +Queue: [(95,475,0,True), (96,480,0,True), (97,485,0,True)] +Grounded Until: 470 +Expected Memory: 52MB +Grounding... [('step', [471]), ('step', [472]), ('step', [473]), ('step', [474]), ('step', [475]), ('check', [475])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 97 +Queue: [(96,480,0,True), (97,485,0,True)] +Grounded Until: 475 +Expected Memory: 52MB +Grounding... [('step', [476]), ('step', [477]), ('step', [478]), ('step', [479]), ('step', [480]), ('check', [480])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 98 +Queue: [(97,485,0,True)] +Grounded Until: 480 +Expected Memory: 52MB +Grounding... [('step', [481]), ('step', [482]), ('step', [483]), ('step', [484]), ('step', [485]), ('check', [485])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [486]), ('step', [487]), ('step', [488]), ('step', [489]), ('step', [490]), ('check', [490])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [491]), ('step', [492]), ('step', [493]), ('step', [494]), ('step', [495]), ('check', [495])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [496]), ('step', [497]), ('step', [498]), ('step', [499]), ('step', [500]), ('check', [500])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 102 +Queue: [(101,505,0,True), (102,510,0,True), (103,515,0,True), (104,520,0,True)] +Grounded Until: 500 +Expected Memory: 52MB +Grounding... [('step', [501]), ('step', [502]), ('step', [503]), ('step', [504]), ('step', [505]), ('check', [505])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 103 +Queue: [(102,510,0,True), (103,515,0,True), (104,520,0,True)] +Grounded Until: 505 +Expected Memory: 52MB +Grounding... [('step', [506]), ('step', [507]), ('step', [508]), ('step', [509]), ('step', [510]), ('check', [510])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 104 +Queue: [(103,515,0,True), (104,520,0,True)] +Grounded Until: 510 +Expected Memory: 52MB +Grounding... [('step', [511]), ('step', [512]), ('step', [513]), ('step', [514]), ('step', [515]), ('check', [515])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 105 +Queue: [(104,520,0,True)] +Grounded Until: 515 +Expected Memory: 52MB +Grounding... [('step', [516]), ('step', [517]), ('step', [518]), ('step', [519]), ('step', [520]), ('check', [520])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [521]), ('step', [522]), ('step', [523]), ('step', [524]), ('step', [525]), ('check', [525])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [526]), ('step', [527]), ('step', [528]), ('step', [529]), ('step', [530]), ('check', [530])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [531]), ('step', [532]), ('step', [533]), ('step', [534]), ('step', [535]), ('check', [535])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 109 +Queue: [(108,540,0,True), (109,545,0,True), (110,550,0,True), (111,555,0,True)] +Grounded Until: 535 +Expected Memory: 52MB +Grounding... [('step', [536]), ('step', [537]), ('step', [538]), ('step', [539]), ('step', [540]), ('check', [540])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 110 +Queue: [(109,545,0,True), (110,550,0,True), (111,555,0,True)] +Grounded Until: 540 +Expected Memory: 52MB +Grounding... [('step', [541]), ('step', [542]), ('step', [543]), ('step', [544]), ('step', [545]), ('check', [545])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 111 +Queue: [(110,550,0,True), (111,555,0,True)] +Grounded Until: 545 +Expected Memory: 52MB +Grounding... [('step', [546]), ('step', [547]), ('step', [548]), ('step', [549]), ('step', [550]), ('check', [550])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 112 +Queue: [(111,555,0,True)] +Grounded Until: 550 +Expected Memory: 52MB +Grounding... [('step', [551]), ('step', [552]), ('step', [553]), ('step', [554]), ('step', [555]), ('check', [555])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [556]), ('step', [557]), ('step', [558]), ('step', [559]), ('step', [560]), ('check', [560])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [561]), ('step', [562]), ('step', [563]), ('step', [564]), ('step', [565]), ('check', [565])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [566]), ('step', [567]), ('step', [568]), ('step', [569]), ('step', [570]), ('check', [570])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 116 +Queue: [(115,575,0,True), (116,580,0,True), (117,585,0,True), (118,590,0,True)] +Grounded Until: 570 +Expected Memory: 52MB +Grounding... [('step', [571]), ('step', [572]), ('step', [573]), ('step', [574]), ('step', [575]), ('check', [575])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 117 +Queue: [(116,580,0,True), (117,585,0,True), (118,590,0,True)] +Grounded Until: 575 +Expected Memory: 52MB +Grounding... [('step', [576]), ('step', [577]), ('step', [578]), ('step', [579]), ('step', [580]), ('check', [580])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 118 +Queue: [(117,585,0,True), (118,590,0,True)] +Grounded Until: 580 +Expected Memory: 52MB +Grounding... [('step', [581]), ('step', [582]), ('step', [583]), ('step', [584]), ('step', [585]), ('check', [585])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 119 +Queue: [(118,590,0,True)] +Grounded Until: 585 +Expected Memory: 52MB +Grounding... [('step', [586]), ('step', [587]), ('step', [588]), ('step', [589]), ('step', [590]), ('check', [590])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [591]), ('step', [592]), ('step', [593]), ('step', [594]), ('step', [595]), ('check', [595])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [596]), ('step', [597]), ('step', [598]), ('step', [599]), ('step', [600]), ('check', [600])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [601]), ('step', [602]), ('step', [603]), ('step', [604]), ('step', [605]), ('check', [605])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 123 +Queue: [(122,610,0,True), (123,615,0,True), (124,620,0,True), (125,625,0,True)] +Grounded Until: 605 +Expected Memory: 52MB +Grounding... [('step', [606]), ('step', [607]), ('step', [608]), ('step', [609]), ('step', [610]), ('check', [610])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 124 +Queue: [(123,615,0,True), (124,620,0,True), (125,625,0,True)] +Grounded Until: 610 +Expected Memory: 52MB +Grounding... [('step', [611]), ('step', [612]), ('step', [613]), ('step', [614]), ('step', [615]), ('check', [615])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 125 +Queue: [(124,620,0,True), (125,625,0,True)] +Grounded Until: 615 +Expected Memory: 52MB +Grounding... [('step', [616]), ('step', [617]), ('step', [618]), ('step', [619]), ('step', [620]), ('check', [620])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 126 +Queue: [(125,625,0,True)] +Grounded Until: 620 +Expected Memory: 52MB +Grounding... [('step', [621]), ('step', [622]), ('step', [623]), ('step', [624]), ('step', [625]), ('check', [625])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [626]), ('step', [627]), ('step', [628]), ('step', [629]), ('step', [630]), ('check', [630])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [631]), ('step', [632]), ('step', [633]), ('step', [634]), ('step', [635]), ('check', [635])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [636]), ('step', [637]), ('step', [638]), ('step', [639]), ('step', [640]), ('check', [640])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 130 +Queue: [(129,645,0,True), (130,650,0,True), (131,655,0,True), (132,660,0,True)] +Grounded Until: 640 +Expected Memory: 52MB +Grounding... [('step', [641]), ('step', [642]), ('step', [643]), ('step', [644]), ('step', [645]), ('check', [645])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 131 +Queue: [(130,650,0,True), (131,655,0,True), (132,660,0,True)] +Grounded Until: 645 +Expected Memory: 52MB +Grounding... [('step', [646]), ('step', [647]), ('step', [648]), ('step', [649]), ('step', [650]), ('check', [650])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 132 +Queue: [(131,655,0,True), (132,660,0,True)] +Grounded Until: 650 +Expected Memory: 52MB +Grounding... [('step', [651]), ('step', [652]), ('step', [653]), ('step', [654]), ('step', [655]), ('check', [655])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 133 +Queue: [(132,660,0,True)] +Grounded Until: 655 +Expected Memory: 52MB +Grounding... [('step', [656]), ('step', [657]), ('step', [658]), ('step', [659]), ('step', [660]), ('check', [660])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [661]), ('step', [662]), ('step', [663]), ('step', [664]), ('step', [665]), ('check', [665])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [666]), ('step', [667]), ('step', [668]), ('step', [669]), ('step', [670]), ('check', [670])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [671]), ('step', [672]), ('step', [673]), ('step', [674]), ('step', [675]), ('check', [675])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 137 +Queue: [(136,680,0,True), (137,685,0,True), (138,690,0,True), (139,695,0,True)] +Grounded Until: 675 +Expected Memory: 52MB +Grounding... [('step', [676]), ('step', [677]), ('step', [678]), ('step', [679]), ('step', [680]), ('check', [680])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 138 +Queue: [(137,685,0,True), (138,690,0,True), (139,695,0,True)] +Grounded Until: 680 +Expected Memory: 52MB +Grounding... [('step', [681]), ('step', [682]), ('step', [683]), ('step', [684]), ('step', [685]), ('check', [685])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 139 +Queue: [(138,690,0,True), (139,695,0,True)] +Grounded Until: 685 +Expected Memory: 52MB +Grounding... [('step', [686]), ('step', [687]), ('step', [688]), ('step', [689]), ('step', [690]), ('check', [690])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 140 +Queue: [(139,695,0,True)] +Grounded Until: 690 +Expected Memory: 52MB +Grounding... [('step', [691]), ('step', [692]), ('step', [693]), ('step', [694]), ('step', [695]), ('check', [695])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [696]), ('step', [697]), ('step', [698]), ('step', [699]), ('step', [700]), ('check', [700])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [701]), ('step', [702]), ('step', [703]), ('step', [704]), ('step', [705]), ('check', [705])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [706]), ('step', [707]), ('step', [708]), ('step', [709]), ('step', [710]), ('check', [710])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 144 +Queue: [(143,715,0,True), (144,720,0,True), (145,725,0,True), (146,730,0,True)] +Grounded Until: 710 +Expected Memory: 52MB +Grounding... [('step', [711]), ('step', [712]), ('step', [713]), ('step', [714]), ('step', [715]), ('check', [715])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 145 +Queue: [(144,720,0,True), (145,725,0,True), (146,730,0,True)] +Grounded Until: 715 +Expected Memory: 52MB +Grounding... [('step', [716]), ('step', [717]), ('step', [718]), ('step', [719]), ('step', [720]), ('check', [720])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 146 +Queue: [(145,725,0,True), (146,730,0,True)] +Grounded Until: 720 +Expected Memory: 52MB +Grounding... [('step', [721]), ('step', [722]), ('step', [723]), ('step', [724]), ('step', [725]), ('check', [725])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 147 +Queue: [(146,730,0,True)] +Grounded Until: 725 +Expected Memory: 52MB +Grounding... [('step', [726]), ('step', [727]), ('step', [728]), ('step', [729]), ('step', [730]), ('check', [730])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [731]), ('step', [732]), ('step', [733]), ('step', [734]), ('step', [735]), ('check', [735])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [736]), ('step', [737]), ('step', [738]), ('step', [739]), ('step', [740]), ('check', [740])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [741]), ('step', [742]), ('step', [743]), ('step', [744]), ('step', [745]), ('check', [745])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 151 +Queue: [(150,750,0,True), (151,755,0,True), (152,760,0,True), (153,765,0,True)] +Grounded Until: 745 +Expected Memory: 52MB +Grounding... [('step', [746]), ('step', [747]), ('step', [748]), ('step', [749]), ('step', [750]), ('check', [750])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 152 +Queue: [(151,755,0,True), (152,760,0,True), (153,765,0,True)] +Grounded Until: 750 +Expected Memory: 52MB +Grounding... [('step', [751]), ('step', [752]), ('step', [753]), ('step', [754]), ('step', [755]), ('check', [755])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 153 +Queue: [(152,760,0,True), (153,765,0,True)] +Grounded Until: 755 +Expected Memory: 52MB +Grounding... [('step', [756]), ('step', [757]), ('step', [758]), ('step', [759]), ('step', [760]), ('check', [760])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 154 +Queue: [(153,765,0,True)] +Grounded Until: 760 +Expected Memory: 52MB +Grounding... [('step', [761]), ('step', [762]), ('step', [763]), ('step', [764]), ('step', [765]), ('check', [765])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [766]), ('step', [767]), ('step', [768]), ('step', [769]), ('step', [770]), ('check', [770])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [771]), ('step', [772]), ('step', [773]), ('step', [774]), ('step', [775]), ('check', [775])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [776]), ('step', [777]), ('step', [778]), ('step', [779]), ('step', [780]), ('check', [780])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 158 +Queue: [(157,785,0,True), (158,790,0,True), (159,795,0,True), (160,800,0,True)] +Grounded Until: 780 +Expected Memory: 52MB +Grounding... [('step', [781]), ('step', [782]), ('step', [783]), ('step', [784]), ('step', [785]), ('check', [785])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 159 +Queue: [(158,790,0,True), (159,795,0,True), (160,800,0,True)] +Grounded Until: 785 +Expected Memory: 52MB +Grounding... [('step', [786]), ('step', [787]), ('step', [788]), ('step', [789]), ('step', [790]), ('check', [790])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 160 +Queue: [(159,795,0,True), (160,800,0,True)] +Grounded Until: 790 +Expected Memory: 52MB +Grounding... [('step', [791]), ('step', [792]), ('step', [793]), ('step', [794]), ('step', [795]), ('check', [795])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 161 +Queue: [(160,800,0,True)] +Grounded Until: 795 +Expected Memory: 52MB +Grounding... [('step', [796]), ('step', [797]), ('step', [798]), ('step', [799]), ('step', [800]), ('check', [800])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [801]), ('step', [802]), ('step', [803]), ('step', [804]), ('step', [805]), ('check', [805])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [806]), ('step', [807]), ('step', [808]), ('step', [809]), ('step', [810]), ('check', [810])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +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 +Expected Memory: 52MB +Grounding... [('step', [811]), ('step', [812]), ('step', [813]), ('step', [814]), ('step', [815]), ('check', [815])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 165 +Queue: [(164,820,0,True), (165,825,0,True), (166,830,0,True), (167,835,0,True)] +Grounded Until: 815 +Expected Memory: 52MB +Grounding... [('step', [816]), ('step', [817]), ('step', [818]), ('step', [819]), ('step', [820]), ('check', [820])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 166 +Queue: [(165,825,0,True), (166,830,0,True), (167,835,0,True)] +Grounded Until: 820 +Expected Memory: 52MB +Grounding... [('step', [821]), ('step', [822]), ('step', [823]), ('step', [824]), ('step', [825]), ('check', [825])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 167 +Queue: [(166,830,0,True), (167,835,0,True)] +Grounded Until: 825 +Expected Memory: 52MB +Grounding... [('step', [826]), ('step', [827]), ('step', [828]), ('step', [829]), ('step', [830]), ('check', [830])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 168 +Queue: [(167,835,0,True)] +Grounded Until: 830 +Expected Memory: 52MB +Grounding... [('step', [831]), ('step', [832]), ('step', [833]), ('step', [834]), ('step', [835]), ('check', [835])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 169 +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)] +Grounded Until: 835 +Expected Memory: 52MB +Grounding... [('step', [836]), ('step', [837]), ('step', [838]), ('step', [839]), ('step', [840]), ('check', [840])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 170 +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)] +Grounded Until: 840 +Expected Memory: 52MB +Grounding... [('step', [841]), ('step', [842]), ('step', [843]), ('step', [844]), ('step', [845]), ('check', [845])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 171 +Queue: [(170,850,0,True), (171,855,0,True), (172,860,0,True), (173,865,0,True), (174,870,0,True)] +Grounded Until: 845 +Expected Memory: 52MB +Grounding... [('step', [846]), ('step', [847]), ('step', [848]), ('step', [849]), ('step', [850]), ('check', [850])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 172 +Queue: [(171,855,0,True), (172,860,0,True), (173,865,0,True), (174,870,0,True)] +Grounded Until: 850 +Expected Memory: 52MB +Grounding... [('step', [851]), ('step', [852]), ('step', [853]), ('step', [854]), ('step', [855]), ('check', [855])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 173 +Queue: [(172,860,0,True), (173,865,0,True), (174,870,0,True)] +Grounded Until: 855 +Expected Memory: 52MB +Grounding... [('step', [856]), ('step', [857]), ('step', [858]), ('step', [859]), ('step', [860]), ('check', [860])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 174 +Queue: [(173,865,0,True), (174,870,0,True)] +Grounded Until: 860 +Expected Memory: 52MB +Grounding... [('step', [861]), ('step', [862]), ('step', [863]), ('step', [864]), ('step', [865]), ('check', [865])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 175 +Queue: [(174,870,0,True)] +Grounded Until: 865 +Expected Memory: 52MB +Grounding... [('step', [866]), ('step', [867]), ('step', [868]), ('step', [869]), ('step', [870]), ('check', [870])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 176 +Queue: [(175,875,0,True), (176,880,0,True), (177,885,0,True), (178,890,0,True), (179,895,0,True), (180,900,0,True), (181,905,0,True)] +Grounded Until: 870 +Expected Memory: 52MB +Grounding... [('step', [871]), ('step', [872]), ('step', [873]), ('step', [874]), ('step', [875]), ('check', [875])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 177 +Queue: [(176,880,0,True), (177,885,0,True), (178,890,0,True), (179,895,0,True), (180,900,0,True), (181,905,0,True)] +Grounded Until: 875 +Expected Memory: 52MB +Grounding... [('step', [876]), ('step', [877]), ('step', [878]), ('step', [879]), ('step', [880]), ('check', [880])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 178 +Queue: [(177,885,0,True), (178,890,0,True), (179,895,0,True), (180,900,0,True), (181,905,0,True)] +Grounded Until: 880 +Expected Memory: 52MB +Grounding... [('step', [881]), ('step', [882]), ('step', [883]), ('step', [884]), ('step', [885]), ('check', [885])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 179 +Queue: [(178,890,0,True), (179,895,0,True), (180,900,0,True), (181,905,0,True)] +Grounded Until: 885 +Expected Memory: 52MB +Grounding... [('step', [886]), ('step', [887]), ('step', [888]), ('step', [889]), ('step', [890]), ('check', [890])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 180 +Queue: [(179,895,0,True), (180,900,0,True), (181,905,0,True)] +Grounded Until: 890 +Expected Memory: 52MB +Grounding... [('step', [891]), ('step', [892]), ('step', [893]), ('step', [894]), ('step', [895]), ('check', [895])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 181 +Queue: [(180,900,0,True), (181,905,0,True)] +Grounded Until: 895 +Expected Memory: 52MB +Grounding... [('step', [896]), ('step', [897]), ('step', [898]), ('step', [899]), ('step', [900]), ('check', [900])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 182 +Queue: [(181,905,0,True)] +Grounded Until: 900 +Expected Memory: 52MB +Grounding... [('step', [901]), ('step', [902]), ('step', [903]), ('step', [904]), ('step', [905]), ('check', [905])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 183 +Queue: [(182,910,0,True), (183,915,0,True), (184,920,0,True), (185,925,0,True), (186,930,0,True), (187,935,0,True), (188,940,0,True)] +Grounded Until: 905 +Expected Memory: 52MB +Grounding... [('step', [906]), ('step', [907]), ('step', [908]), ('step', [909]), ('step', [910]), ('check', [910])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 184 +Queue: [(183,915,0,True), (184,920,0,True), (185,925,0,True), (186,930,0,True), (187,935,0,True), (188,940,0,True)] +Grounded Until: 910 +Expected Memory: 52MB +Grounding... [('step', [911]), ('step', [912]), ('step', [913]), ('step', [914]), ('step', [915]), ('check', [915])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 185 +Queue: [(184,920,0,True), (185,925,0,True), (186,930,0,True), (187,935,0,True), (188,940,0,True)] +Grounded Until: 915 +Expected Memory: 52MB +Grounding... [('step', [916]), ('step', [917]), ('step', [918]), ('step', [919]), ('step', [920]), ('check', [920])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 186 +Queue: [(185,925,0,True), (186,930,0,True), (187,935,0,True), (188,940,0,True)] +Grounded Until: 920 +Expected Memory: 52MB +Grounding... [('step', [921]), ('step', [922]), ('step', [923]), ('step', [924]), ('step', [925]), ('check', [925])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 187 +Queue: [(186,930,0,True), (187,935,0,True), (188,940,0,True)] +Grounded Until: 925 +Expected Memory: 52MB +Grounding... [('step', [926]), ('step', [927]), ('step', [928]), ('step', [929]), ('step', [930]), ('check', [930])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 188 +Queue: [(187,935,0,True), (188,940,0,True)] +Grounded Until: 930 +Expected Memory: 52MB +Grounding... [('step', [931]), ('step', [932]), ('step', [933]), ('step', [934]), ('step', [935]), ('check', [935])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 189 +Queue: [(188,940,0,True)] +Grounded Until: 935 +Expected Memory: 52MB +Grounding... [('step', [936]), ('step', [937]), ('step', [938]), ('step', [939]), ('step', [940]), ('check', [940])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 190 +Queue: [(189,945,0,True), (190,950,0,True), (191,955,0,True), (192,960,0,True), (193,965,0,True), (194,970,0,True), (195,975,0,True)] +Grounded Until: 940 +Expected Memory: 52MB +Grounding... [('step', [941]), ('step', [942]), ('step', [943]), ('step', [944]), ('step', [945]), ('check', [945])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 191 +Queue: [(190,950,0,True), (191,955,0,True), (192,960,0,True), (193,965,0,True), (194,970,0,True), (195,975,0,True)] +Grounded Until: 945 +Expected Memory: 52MB +Grounding... [('step', [946]), ('step', [947]), ('step', [948]), ('step', [949]), ('step', [950]), ('check', [950])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 192 +Queue: [(191,955,0,True), (192,960,0,True), (193,965,0,True), (194,970,0,True), (195,975,0,True)] +Grounded Until: 950 +Expected Memory: 52MB +Grounding... [('step', [951]), ('step', [952]), ('step', [953]), ('step', [954]), ('step', [955]), ('check', [955])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 193 +Queue: [(192,960,0,True), (193,965,0,True), (194,970,0,True), (195,975,0,True)] +Grounded Until: 955 +Expected Memory: 52MB +Grounding... [('step', [956]), ('step', [957]), ('step', [958]), ('step', [959]), ('step', [960]), ('check', [960])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 194 +Queue: [(193,965,0,True), (194,970,0,True), (195,975,0,True)] +Grounded Until: 960 +Expected Memory: 52MB +Grounding... [('step', [961]), ('step', [962]), ('step', [963]), ('step', [964]), ('step', [965]), ('check', [965])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 195 +Queue: [(194,970,0,True), (195,975,0,True)] +Grounded Until: 965 +Expected Memory: 52MB +Grounding... [('step', [966]), ('step', [967]), ('step', [968]), ('step', [969]), ('step', [970]), ('check', [970])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 196 +Queue: [(195,975,0,True)] +Grounded Until: 970 +Expected Memory: 52MB +Grounding... [('step', [971]), ('step', [972]), ('step', [973]), ('step', [974]), ('step', [975]), ('check', [975])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 197 +Queue: [(196,980,0,True), (197,985,0,True), (198,990,0,True), (199,995,0,True), (200,1000,0,True), (201,1005,0,True), (202,1010,0,True)] +Grounded Until: 975 +Expected Memory: 52MB +Grounding... [('step', [976]), ('step', [977]), ('step', [978]), ('step', [979]), ('step', [980]), ('check', [980])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 198 +Queue: [(197,985,0,True), (198,990,0,True), (199,995,0,True), (200,1000,0,True), (201,1005,0,True), (202,1010,0,True)] +Grounded Until: 980 +Expected Memory: 52MB +Grounding... [('step', [981]), ('step', [982]), ('step', [983]), ('step', [984]), ('step', [985]), ('check', [985])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 199 +Queue: [(198,990,0,True), (199,995,0,True), (200,1000,0,True), (201,1005,0,True), (202,1010,0,True)] +Grounded Until: 985 +Expected Memory: 52MB +Grounding... [('step', [986]), ('step', [987]), ('step', [988]), ('step', [989]), ('step', [990]), ('check', [990])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 200 +Queue: [(199,995,0,True), (200,1000,0,True), (201,1005,0,True), (202,1010,0,True)] +Grounded Until: 990 +Expected Memory: 52MB +Grounding... [('step', [991]), ('step', [992]), ('step', [993]), ('step', [994]), ('step', [995]), ('check', [995])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 201 +Queue: [(200,1000,0,True), (201,1005,0,True), (202,1010,0,True)] +Grounded Until: 995 +Expected Memory: 52MB +Grounding... [('step', [996]), ('step', [997]), ('step', [998]), ('step', [999]), ('step', [1000]), ('check', [1000])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 202 +Queue: [(201,1005,0,True), (202,1010,0,True)] +Grounded Until: 1000 +Expected Memory: 52MB +Grounding... [('step', [1001]), ('step', [1002]), ('step', [1003]), ('step', [1004]), ('step', [1005]), ('check', [1005])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 203 +Queue: [(202,1010,0,True)] +Grounded Until: 1005 +Expected Memory: 52MB +Grounding... [('step', [1006]), ('step', [1007]), ('step', [1008]), ('step', [1009]), ('step', [1010]), ('check', [1010])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 204 +Queue: [(203,1015,0,True), (204,1020,0,True), (205,1025,0,True), (206,1030,0,True), (207,1035,0,True), (208,1040,0,True), (209,1045,0,True)] +Grounded Until: 1010 +Expected Memory: 52MB +Grounding... [('step', [1011]), ('step', [1012]), ('step', [1013]), ('step', [1014]), ('step', [1015]), ('check', [1015])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 205 +Queue: [(204,1020,0,True), (205,1025,0,True), (206,1030,0,True), (207,1035,0,True), (208,1040,0,True), (209,1045,0,True)] +Grounded Until: 1015 +Expected Memory: 52MB +Grounding... [('step', [1016]), ('step', [1017]), ('step', [1018]), ('step', [1019]), ('step', [1020]), ('check', [1020])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 206 +Queue: [(205,1025,0,True), (206,1030,0,True), (207,1035,0,True), (208,1040,0,True), (209,1045,0,True)] +Grounded Until: 1020 +Expected Memory: 52MB +Grounding... [('step', [1021]), ('step', [1022]), ('step', [1023]), ('step', [1024]), ('step', [1025]), ('check', [1025])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 207 +Queue: [(206,1030,0,True), (207,1035,0,True), (208,1040,0,True), (209,1045,0,True)] +Grounded Until: 1025 +Expected Memory: 52MB +Grounding... [('step', [1026]), ('step', [1027]), ('step', [1028]), ('step', [1029]), ('step', [1030]), ('check', [1030])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 208 +Queue: [(207,1035,0,True), (208,1040,0,True), (209,1045,0,True)] +Grounded Until: 1030 +Expected Memory: 52MB +Grounding... [('step', [1031]), ('step', [1032]), ('step', [1033]), ('step', [1034]), ('step', [1035]), ('check', [1035])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 209 +Queue: [(208,1040,0,True), (209,1045,0,True)] +Grounded Until: 1035 +Expected Memory: 52MB +Grounding... [('step', [1036]), ('step', [1037]), ('step', [1038]), ('step', [1039]), ('step', [1040]), ('check', [1040])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 210 +Queue: [(209,1045,0,True)] +Grounded Until: 1040 +Expected Memory: 52MB +Grounding... [('step', [1041]), ('step', [1042]), ('step', [1043]), ('step', [1044]), ('step', [1045]), ('check', [1045])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 211 +Queue: [(210,1050,0,True), (211,1055,0,True), (212,1060,0,True), (213,1065,0,True), (214,1070,0,True), (215,1075,0,True), (216,1080,0,True)] +Grounded Until: 1045 +Expected Memory: 52MB +Grounding... [('step', [1046]), ('step', [1047]), ('step', [1048]), ('step', [1049]), ('step', [1050]), ('check', [1050])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 212 +Queue: [(211,1055,0,True), (212,1060,0,True), (213,1065,0,True), (214,1070,0,True), (215,1075,0,True), (216,1080,0,True)] +Grounded Until: 1050 +Expected Memory: 52MB +Grounding... [('step', [1051]), ('step', [1052]), ('step', [1053]), ('step', [1054]), ('step', [1055]), ('check', [1055])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 213 +Queue: [(212,1060,0,True), (213,1065,0,True), (214,1070,0,True), (215,1075,0,True), (216,1080,0,True)] +Grounded Until: 1055 +Expected Memory: 52MB +Grounding... [('step', [1056]), ('step', [1057]), ('step', [1058]), ('step', [1059]), ('step', [1060]), ('check', [1060])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 214 +Queue: [(213,1065,0,True), (214,1070,0,True), (215,1075,0,True), (216,1080,0,True)] +Grounded Until: 1060 +Expected Memory: 52MB +Grounding... [('step', [1061]), ('step', [1062]), ('step', [1063]), ('step', [1064]), ('step', [1065]), ('check', [1065])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 215 +Queue: [(214,1070,0,True), (215,1075,0,True), (216,1080,0,True)] +Grounded Until: 1065 +Expected Memory: 52MB +Grounding... [('step', [1066]), ('step', [1067]), ('step', [1068]), ('step', [1069]), ('step', [1070]), ('check', [1070])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 216 +Queue: [(215,1075,0,True), (216,1080,0,True)] +Grounded Until: 1070 +Expected Memory: 52MB +Grounding... [('step', [1071]), ('step', [1072]), ('step', [1073]), ('step', [1074]), ('step', [1075]), ('check', [1075])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 217 +Queue: [(216,1080,0,True)] +Grounded Until: 1075 +Expected Memory: 52MB +Grounding... [('step', [1076]), ('step', [1077]), ('step', [1078]), ('step', [1079]), ('step', [1080]), ('check', [1080])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 218 +Queue: [(217,1085,0,True), (218,1090,0,True), (219,1095,0,True), (220,1100,0,True), (221,1105,0,True), (222,1110,0,True), (223,1115,0,True)] +Grounded Until: 1080 +Expected Memory: 52MB +Grounding... [('step', [1081]), ('step', [1082]), ('step', [1083]), ('step', [1084]), ('step', [1085]), ('check', [1085])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 219 +Queue: [(218,1090,0,True), (219,1095,0,True), (220,1100,0,True), (221,1105,0,True), (222,1110,0,True), (223,1115,0,True)] +Grounded Until: 1085 +Expected Memory: 52MB +Grounding... [('step', [1086]), ('step', [1087]), ('step', [1088]), ('step', [1089]), ('step', [1090]), ('check', [1090])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 220 +Queue: [(219,1095,0,True), (220,1100,0,True), (221,1105,0,True), (222,1110,0,True), (223,1115,0,True)] +Grounded Until: 1090 +Expected Memory: 52MB +Grounding... [('step', [1091]), ('step', [1092]), ('step', [1093]), ('step', [1094]), ('step', [1095]), ('check', [1095])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 221 +Queue: [(220,1100,0,True), (221,1105,0,True), (222,1110,0,True), (223,1115,0,True)] +Grounded Until: 1095 +Expected Memory: 52MB +Grounding... [('step', [1096]), ('step', [1097]), ('step', [1098]), ('step', [1099]), ('step', [1100]), ('check', [1100])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 222 +Queue: [(221,1105,0,True), (222,1110,0,True), (223,1115,0,True)] +Grounded Until: 1100 +Expected Memory: 52MB +Grounding... [('step', [1101]), ('step', [1102]), ('step', [1103]), ('step', [1104]), ('step', [1105]), ('check', [1105])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 223 +Queue: [(222,1110,0,True), (223,1115,0,True)] +Grounded Until: 1105 +Expected Memory: 52MB +Grounding... [('step', [1106]), ('step', [1107]), ('step', [1108]), ('step', [1109]), ('step', [1110]), ('check', [1110])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 224 +Queue: [(223,1115,0,True)] +Grounded Until: 1110 +Expected Memory: 52MB +Grounding... [('step', [1111]), ('step', [1112]), ('step', [1113]), ('step', [1114]), ('step', [1115]), ('check', [1115])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 225 +Queue: [(224,1120,0,True), (225,1125,0,True), (226,1130,0,True), (227,1135,0,True), (228,1140,0,True), (229,1145,0,True), (230,1150,0,True)] +Grounded Until: 1115 +Expected Memory: 52MB +Grounding... [('step', [1116]), ('step', [1117]), ('step', [1118]), ('step', [1119]), ('step', [1120]), ('check', [1120])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 226 +Queue: [(225,1125,0,True), (226,1130,0,True), (227,1135,0,True), (228,1140,0,True), (229,1145,0,True), (230,1150,0,True)] +Grounded Until: 1120 +Expected Memory: 52MB +Grounding... [('step', [1121]), ('step', [1122]), ('step', [1123]), ('step', [1124]), ('step', [1125]), ('check', [1125])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 227 +Queue: [(226,1130,0,True), (227,1135,0,True), (228,1140,0,True), (229,1145,0,True), (230,1150,0,True)] +Grounded Until: 1125 +Expected Memory: 52MB +Grounding... [('step', [1126]), ('step', [1127]), ('step', [1128]), ('step', [1129]), ('step', [1130]), ('check', [1130])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 228 +Queue: [(227,1135,0,True), (228,1140,0,True), (229,1145,0,True), (230,1150,0,True)] +Grounded Until: 1130 +Expected Memory: 52MB +Grounding... [('step', [1131]), ('step', [1132]), ('step', [1133]), ('step', [1134]), ('step', [1135]), ('check', [1135])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 229 +Queue: [(228,1140,0,True), (229,1145,0,True), (230,1150,0,True)] +Grounded Until: 1135 +Expected Memory: 52MB +Grounding... [('step', [1136]), ('step', [1137]), ('step', [1138]), ('step', [1139]), ('step', [1140]), ('check', [1140])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 230 +Queue: [(229,1145,0,True), (230,1150,0,True)] +Grounded Until: 1140 +Expected Memory: 52MB +Grounding... [('step', [1141]), ('step', [1142]), ('step', [1143]), ('step', [1144]), ('step', [1145]), ('check', [1145])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 231 +Queue: [(230,1150,0,True)] +Grounded Until: 1145 +Expected Memory: 52MB +Grounding... [('step', [1146]), ('step', [1147]), ('step', [1148]), ('step', [1149]), ('step', [1150]), ('check', [1150])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 232 +Queue: [(231,1155,0,True), (232,1160,0,True), (233,1165,0,True), (234,1170,0,True), (235,1175,0,True), (236,1180,0,True), (237,1185,0,True)] +Grounded Until: 1150 +Expected Memory: 52MB +Grounding... [('step', [1151]), ('step', [1152]), ('step', [1153]), ('step', [1154]), ('step', [1155]), ('check', [1155])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 233 +Queue: [(232,1160,0,True), (233,1165,0,True), (234,1170,0,True), (235,1175,0,True), (236,1180,0,True), (237,1185,0,True)] +Grounded Until: 1155 +Expected Memory: 52MB +Grounding... [('step', [1156]), ('step', [1157]), ('step', [1158]), ('step', [1159]), ('step', [1160]), ('check', [1160])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 234 +Queue: [(233,1165,0,True), (234,1170,0,True), (235,1175,0,True), (236,1180,0,True), (237,1185,0,True)] +Grounded Until: 1160 +Expected Memory: 52MB +Grounding... [('step', [1161]), ('step', [1162]), ('step', [1163]), ('step', [1164]), ('step', [1165]), ('check', [1165])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 235 +Queue: [(234,1170,0,True), (235,1175,0,True), (236,1180,0,True), (237,1185,0,True)] +Grounded Until: 1165 +Expected Memory: 52MB +Grounding... [('step', [1166]), ('step', [1167]), ('step', [1168]), ('step', [1169]), ('step', [1170]), ('check', [1170])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 236 +Queue: [(235,1175,0,True), (236,1180,0,True), (237,1185,0,True)] +Grounded Until: 1170 +Expected Memory: 52MB +Grounding... [('step', [1171]), ('step', [1172]), ('step', [1173]), ('step', [1174]), ('step', [1175]), ('check', [1175])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 237 +Queue: [(236,1180,0,True), (237,1185,0,True)] +Grounded Until: 1175 +Expected Memory: 52MB +Grounding... [('step', [1176]), ('step', [1177]), ('step', [1178]), ('step', [1179]), ('step', [1180]), ('check', [1180])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 238 +Queue: [(237,1185,0,True)] +Grounded Until: 1180 +Expected Memory: 52MB +Grounding... [('step', [1181]), ('step', [1182]), ('step', [1183]), ('step', [1184]), ('step', [1185]), ('check', [1185])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 239 +Queue: [(238,1190,0,True), (239,1195,0,True), (240,1200,0,True), (241,1205,0,True), (242,1210,0,True), (243,1215,0,True), (244,1220,0,True)] +Grounded Until: 1185 +Expected Memory: 52MB +Grounding... [('step', [1186]), ('step', [1187]), ('step', [1188]), ('step', [1189]), ('step', [1190]), ('check', [1190])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 240 +Queue: [(239,1195,0,True), (240,1200,0,True), (241,1205,0,True), (242,1210,0,True), (243,1215,0,True), (244,1220,0,True)] +Grounded Until: 1190 +Expected Memory: 52MB +Grounding... [('step', [1191]), ('step', [1192]), ('step', [1193]), ('step', [1194]), ('step', [1195]), ('check', [1195])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 241 +Queue: [(240,1200,0,True), (241,1205,0,True), (242,1210,0,True), (243,1215,0,True), (244,1220,0,True)] +Grounded Until: 1195 +Expected Memory: 52MB +Grounding... [('step', [1196]), ('step', [1197]), ('step', [1198]), ('step', [1199]), ('step', [1200]), ('check', [1200])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 242 +Queue: [(241,1205,0,True), (242,1210,0,True), (243,1215,0,True), (244,1220,0,True)] +Grounded Until: 1200 +Expected Memory: 52MB +Grounding... [('step', [1201]), ('step', [1202]), ('step', [1203]), ('step', [1204]), ('step', [1205]), ('check', [1205])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 243 +Queue: [(242,1210,0,True), (243,1215,0,True), (244,1220,0,True)] +Grounded Until: 1205 +Expected Memory: 52MB +Grounding... [('step', [1206]), ('step', [1207]), ('step', [1208]), ('step', [1209]), ('step', [1210]), ('check', [1210])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 244 +Queue: [(243,1215,0,True), (244,1220,0,True)] +Grounded Until: 1210 +Expected Memory: 52MB +Grounding... [('step', [1211]), ('step', [1212]), ('step', [1213]), ('step', [1214]), ('step', [1215]), ('check', [1215])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 245 +Queue: [(244,1220,0,True)] +Grounded Until: 1215 +Expected Memory: 52MB +Grounding... [('step', [1216]), ('step', [1217]), ('step', [1218]), ('step', [1219]), ('step', [1220]), ('check', [1220])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 246 +Queue: [(245,1225,0,True), (246,1230,0,True), (247,1235,0,True), (248,1240,0,True), (249,1245,0,True), (250,1250,0,True), (251,1255,0,True)] +Grounded Until: 1220 +Expected Memory: 52MB +Grounding... [('step', [1221]), ('step', [1222]), ('step', [1223]), ('step', [1224]), ('step', [1225]), ('check', [1225])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 247 +Queue: [(246,1230,0,True), (247,1235,0,True), (248,1240,0,True), (249,1245,0,True), (250,1250,0,True), (251,1255,0,True)] +Grounded Until: 1225 +Expected Memory: 52MB +Grounding... [('step', [1226]), ('step', [1227]), ('step', [1228]), ('step', [1229]), ('step', [1230]), ('check', [1230])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 248 +Queue: [(247,1235,0,True), (248,1240,0,True), (249,1245,0,True), (250,1250,0,True), (251,1255,0,True)] +Grounded Until: 1230 +Expected Memory: 52MB +Grounding... [('step', [1231]), ('step', [1232]), ('step', [1233]), ('step', [1234]), ('step', [1235]), ('check', [1235])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 249 +Queue: [(248,1240,0,True), (249,1245,0,True), (250,1250,0,True), (251,1255,0,True)] +Grounded Until: 1235 +Expected Memory: 52MB +Grounding... [('step', [1236]), ('step', [1237]), ('step', [1238]), ('step', [1239]), ('step', [1240]), ('check', [1240])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 250 +Queue: [(249,1245,0,True), (250,1250,0,True), (251,1255,0,True)] +Grounded Until: 1240 +Expected Memory: 52MB +Grounding... [('step', [1241]), ('step', [1242]), ('step', [1243]), ('step', [1244]), ('step', [1245]), ('check', [1245])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 251 +Queue: [(250,1250,0,True), (251,1255,0,True)] +Grounded Until: 1245 +Expected Memory: 52MB +Grounding... [('step', [1246]), ('step', [1247]), ('step', [1248]), ('step', [1249]), ('step', [1250]), ('check', [1250])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 252 +Queue: [(251,1255,0,True)] +Grounded Until: 1250 +Expected Memory: 52MB +Grounding... [('step', [1251]), ('step', [1252]), ('step', [1253]), ('step', [1254]), ('step', [1255]), ('check', [1255])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 253 +Queue: [(252,1260,0,True), (253,1265,0,True), (254,1270,0,True), (255,1275,0,True), (256,1280,0,True), (257,1285,0,True), (258,1290,0,True)] +Grounded Until: 1255 +Expected Memory: 52MB +Grounding... [('step', [1256]), ('step', [1257]), ('step', [1258]), ('step', [1259]), ('step', [1260]), ('check', [1260])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 254 +Queue: [(253,1265,0,True), (254,1270,0,True), (255,1275,0,True), (256,1280,0,True), (257,1285,0,True), (258,1290,0,True)] +Grounded Until: 1260 +Expected Memory: 52MB +Grounding... [('step', [1261]), ('step', [1262]), ('step', [1263]), ('step', [1264]), ('step', [1265]), ('check', [1265])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 255 +Queue: [(254,1270,0,True), (255,1275,0,True), (256,1280,0,True), (257,1285,0,True), (258,1290,0,True)] +Grounded Until: 1265 +Expected Memory: 52MB +Grounding... [('step', [1266]), ('step', [1267]), ('step', [1268]), ('step', [1269]), ('step', [1270]), ('check', [1270])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 256 +Queue: [(255,1275,0,True), (256,1280,0,True), (257,1285,0,True), (258,1290,0,True)] +Grounded Until: 1270 +Expected Memory: 52MB +Grounding... [('step', [1271]), ('step', [1272]), ('step', [1273]), ('step', [1274]), ('step', [1275]), ('check', [1275])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 257 +Queue: [(256,1280,0,True), (257,1285,0,True), (258,1290,0,True)] +Grounded Until: 1275 +Expected Memory: 52MB +Grounding... [('step', [1276]), ('step', [1277]), ('step', [1278]), ('step', [1279]), ('step', [1280]), ('check', [1280])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 258 +Queue: [(257,1285,0,True), (258,1290,0,True)] +Grounded Until: 1280 +Expected Memory: 52MB +Grounding... [('step', [1281]), ('step', [1282]), ('step', [1283]), ('step', [1284]), ('step', [1285]), ('check', [1285])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 259 +Queue: [(258,1290,0,True)] +Grounded Until: 1285 +Expected Memory: 52MB +Grounding... [('step', [1286]), ('step', [1287]), ('step', [1288]), ('step', [1289]), ('step', [1290]), ('check', [1290])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 260 +Queue: [(259,1295,0,True), (260,1300,0,True), (261,1305,0,True), (262,1310,0,True), (263,1315,0,True), (264,1320,0,True), (265,1325,0,True)] +Grounded Until: 1290 +Expected Memory: 52MB +Grounding... [('step', [1291]), ('step', [1292]), ('step', [1293]), ('step', [1294]), ('step', [1295]), ('check', [1295])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 261 +Queue: [(260,1300,0,True), (261,1305,0,True), (262,1310,0,True), (263,1315,0,True), (264,1320,0,True), (265,1325,0,True)] +Grounded Until: 1295 +Expected Memory: 52MB +Grounding... [('step', [1296]), ('step', [1297]), ('step', [1298]), ('step', [1299]), ('step', [1300]), ('check', [1300])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 262 +Queue: [(261,1305,0,True), (262,1310,0,True), (263,1315,0,True), (264,1320,0,True), (265,1325,0,True)] +Grounded Until: 1300 +Expected Memory: 52MB +Grounding... [('step', [1301]), ('step', [1302]), ('step', [1303]), ('step', [1304]), ('step', [1305]), ('check', [1305])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 263 +Queue: [(262,1310,0,True), (263,1315,0,True), (264,1320,0,True), (265,1325,0,True)] +Grounded Until: 1305 +Expected Memory: 52MB +Grounding... [('step', [1306]), ('step', [1307]), ('step', [1308]), ('step', [1309]), ('step', [1310]), ('check', [1310])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 264 +Queue: [(263,1315,0,True), (264,1320,0,True), (265,1325,0,True)] +Grounded Until: 1310 +Expected Memory: 52MB +Grounding... [('step', [1311]), ('step', [1312]), ('step', [1313]), ('step', [1314]), ('step', [1315]), ('check', [1315])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 265 +Queue: [(264,1320,0,True), (265,1325,0,True)] +Grounded Until: 1315 +Expected Memory: 52MB +Grounding... [('step', [1316]), ('step', [1317]), ('step', [1318]), ('step', [1319]), ('step', [1320]), ('check', [1320])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 266 +Queue: [(265,1325,0,True)] +Grounded Until: 1320 +Expected Memory: 52MB +Grounding... [('step', [1321]), ('step', [1322]), ('step', [1323]), ('step', [1324]), ('step', [1325]), ('check', [1325])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 267 +Queue: [(266,1330,0,True), (267,1335,0,True), (268,1340,0,True), (269,1345,0,True), (270,1350,0,True), (271,1355,0,True), (272,1360,0,True)] +Grounded Until: 1325 +Expected Memory: 52MB +Grounding... [('step', [1326]), ('step', [1327]), ('step', [1328]), ('step', [1329]), ('step', [1330]), ('check', [1330])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 268 +Queue: [(267,1335,0,True), (268,1340,0,True), (269,1345,0,True), (270,1350,0,True), (271,1355,0,True), (272,1360,0,True)] +Grounded Until: 1330 +Expected Memory: 52MB +Grounding... [('step', [1331]), ('step', [1332]), ('step', [1333]), ('step', [1334]), ('step', [1335]), ('check', [1335])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 269 +Queue: [(268,1340,0,True), (269,1345,0,True), (270,1350,0,True), (271,1355,0,True), (272,1360,0,True)] +Grounded Until: 1335 +Expected Memory: 52MB +Grounding... [('step', [1336]), ('step', [1337]), ('step', [1338]), ('step', [1339]), ('step', [1340]), ('check', [1340])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 270 +Queue: [(269,1345,0,True), (270,1350,0,True), (271,1355,0,True), (272,1360,0,True)] +Grounded Until: 1340 +Expected Memory: 52MB +Grounding... [('step', [1341]), ('step', [1342]), ('step', [1343]), ('step', [1344]), ('step', [1345]), ('check', [1345])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 271 +Queue: [(270,1350,0,True), (271,1355,0,True), (272,1360,0,True)] +Grounded Until: 1345 +Expected Memory: 52MB +Grounding... [('step', [1346]), ('step', [1347]), ('step', [1348]), ('step', [1349]), ('step', [1350]), ('check', [1350])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 272 +Queue: [(271,1355,0,True), (272,1360,0,True)] +Grounded Until: 1350 +Expected Memory: 52MB +Grounding... [('step', [1351]), ('step', [1352]), ('step', [1353]), ('step', [1354]), ('step', [1355]), ('check', [1355])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 273 +Queue: [(272,1360,0,True)] +Grounded Until: 1355 +Expected Memory: 52MB +Grounding... [('step', [1356]), ('step', [1357]), ('step', [1358]), ('step', [1359]), ('step', [1360]), ('check', [1360])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 274 +Queue: [(273,1365,0,True), (274,1370,0,True), (275,1375,0,True), (276,1380,0,True), (277,1385,0,True), (278,1390,0,True), (279,1395,0,True)] +Grounded Until: 1360 +Expected Memory: 52MB +Grounding... [('step', [1361]), ('step', [1362]), ('step', [1363]), ('step', [1364]), ('step', [1365]), ('check', [1365])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 275 +Queue: [(274,1370,0,True), (275,1375,0,True), (276,1380,0,True), (277,1385,0,True), (278,1390,0,True), (279,1395,0,True)] +Grounded Until: 1365 +Expected Memory: 52MB +Grounding... [('step', [1366]), ('step', [1367]), ('step', [1368]), ('step', [1369]), ('step', [1370]), ('check', [1370])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 276 +Queue: [(275,1375,0,True), (276,1380,0,True), (277,1385,0,True), (278,1390,0,True), (279,1395,0,True)] +Grounded Until: 1370 +Expected Memory: 52MB +Grounding... [('step', [1371]), ('step', [1372]), ('step', [1373]), ('step', [1374]), ('step', [1375]), ('check', [1375])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 277 +Queue: [(276,1380,0,True), (277,1385,0,True), (278,1390,0,True), (279,1395,0,True)] +Grounded Until: 1375 +Expected Memory: 52MB +Grounding... [('step', [1376]), ('step', [1377]), ('step', [1378]), ('step', [1379]), ('step', [1380]), ('check', [1380])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 278 +Queue: [(277,1385,0,True), (278,1390,0,True), (279,1395,0,True)] +Grounded Until: 1380 +Expected Memory: 52MB +Grounding... [('step', [1381]), ('step', [1382]), ('step', [1383]), ('step', [1384]), ('step', [1385]), ('check', [1385])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 279 +Queue: [(278,1390,0,True), (279,1395,0,True)] +Grounded Until: 1385 +Expected Memory: 52MB +Grounding... [('step', [1386]), ('step', [1387]), ('step', [1388]), ('step', [1389]), ('step', [1390]), ('check', [1390])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 280 +Queue: [(279,1395,0,True)] +Grounded Until: 1390 +Expected Memory: 52MB +Grounding... [('step', [1391]), ('step', [1392]), ('step', [1393]), ('step', [1394]), ('step', [1395]), ('check', [1395])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 281 +Queue: [(280,1400,0,True), (281,1405,0,True), (282,1410,0,True), (283,1415,0,True), (284,1420,0,True), (285,1425,0,True), (286,1430,0,True)] +Grounded Until: 1395 +Expected Memory: 52MB +Grounding... [('step', [1396]), ('step', [1397]), ('step', [1398]), ('step', [1399]), ('step', [1400]), ('check', [1400])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 282 +Queue: [(281,1405,0,True), (282,1410,0,True), (283,1415,0,True), (284,1420,0,True), (285,1425,0,True), (286,1430,0,True)] +Grounded Until: 1400 +Expected Memory: 52MB +Grounding... [('step', [1401]), ('step', [1402]), ('step', [1403]), ('step', [1404]), ('step', [1405]), ('check', [1405])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 283 +Queue: [(282,1410,0,True), (283,1415,0,True), (284,1420,0,True), (285,1425,0,True), (286,1430,0,True)] +Grounded Until: 1405 +Expected Memory: 52MB +Grounding... [('step', [1406]), ('step', [1407]), ('step', [1408]), ('step', [1409]), ('step', [1410]), ('check', [1410])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 284 +Queue: [(283,1415,0,True), (284,1420,0,True), (285,1425,0,True), (286,1430,0,True)] +Grounded Until: 1410 +Expected Memory: 52MB +Grounding... [('step', [1411]), ('step', [1412]), ('step', [1413]), ('step', [1414]), ('step', [1415]), ('check', [1415])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 285 +Queue: [(284,1420,0,True), (285,1425,0,True), (286,1430,0,True)] +Grounded Until: 1415 +Expected Memory: 52MB +Grounding... [('step', [1416]), ('step', [1417]), ('step', [1418]), ('step', [1419]), ('step', [1420]), ('check', [1420])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 286 +Queue: [(285,1425,0,True), (286,1430,0,True)] +Grounded Until: 1420 +Expected Memory: 52MB +Grounding... [('step', [1421]), ('step', [1422]), ('step', [1423]), ('step', [1424]), ('step', [1425]), ('check', [1425])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 287 +Queue: [(286,1430,0,True)] +Grounded Until: 1425 +Expected Memory: 52MB +Grounding... [('step', [1426]), ('step', [1427]), ('step', [1428]), ('step', [1429]), ('step', [1430]), ('check', [1430])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 288 +Queue: [(287,1435,0,True), (288,1440,0,True), (289,1445,0,True), (290,1450,0,True), (291,1455,0,True), (292,1460,0,True), (293,1465,0,True)] +Grounded Until: 1430 +Expected Memory: 52MB +Grounding... [('step', [1431]), ('step', [1432]), ('step', [1433]), ('step', [1434]), ('step', [1435]), ('check', [1435])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 289 +Queue: [(288,1440,0,True), (289,1445,0,True), (290,1450,0,True), (291,1455,0,True), (292,1460,0,True), (293,1465,0,True)] +Grounded Until: 1435 +Expected Memory: 52MB +Grounding... [('step', [1436]), ('step', [1437]), ('step', [1438]), ('step', [1439]), ('step', [1440]), ('check', [1440])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 290 +Queue: [(289,1445,0,True), (290,1450,0,True), (291,1455,0,True), (292,1460,0,True), (293,1465,0,True)] +Grounded Until: 1440 +Expected Memory: 52MB +Grounding... [('step', [1441]), ('step', [1442]), ('step', [1443]), ('step', [1444]), ('step', [1445]), ('check', [1445])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 291 +Queue: [(290,1450,0,True), (291,1455,0,True), (292,1460,0,True), (293,1465,0,True)] +Grounded Until: 1445 +Expected Memory: 52MB +Grounding... [('step', [1446]), ('step', [1447]), ('step', [1448]), ('step', [1449]), ('step', [1450]), ('check', [1450])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 292 +Queue: [(291,1455,0,True), (292,1460,0,True), (293,1465,0,True)] +Grounded Until: 1450 +Expected Memory: 52MB +Grounding... [('step', [1451]), ('step', [1452]), ('step', [1453]), ('step', [1454]), ('step', [1455]), ('check', [1455])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 293 +Queue: [(292,1460,0,True), (293,1465,0,True)] +Grounded Until: 1455 +Expected Memory: 52MB +Grounding... [('step', [1456]), ('step', [1457]), ('step', [1458]), ('step', [1459]), ('step', [1460]), ('check', [1460])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 294 +Queue: [(293,1465,0,True)] +Grounded Until: 1460 +Expected Memory: 52MB +Grounding... [('step', [1461]), ('step', [1462]), ('step', [1463]), ('step', [1464]), ('step', [1465]), ('check', [1465])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 295 +Queue: [(294,1470,0,True), (295,1475,0,True), (296,1480,0,True), (297,1485,0,True), (298,1490,0,True), (299,1495,0,True), (300,1500,0,True)] +Grounded Until: 1465 +Expected Memory: 52MB +Grounding... [('step', [1466]), ('step', [1467]), ('step', [1468]), ('step', [1469]), ('step', [1470]), ('check', [1470])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 296 +Queue: [(295,1475,0,True), (296,1480,0,True), (297,1485,0,True), (298,1490,0,True), (299,1495,0,True), (300,1500,0,True)] +Grounded Until: 1470 +Expected Memory: 52MB +Grounding... [('step', [1471]), ('step', [1472]), ('step', [1473]), ('step', [1474]), ('step', [1475]), ('check', [1475])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 297 +Queue: [(296,1480,0,True), (297,1485,0,True), (298,1490,0,True), (299,1495,0,True), (300,1500,0,True)] +Grounded Until: 1475 +Expected Memory: 52MB +Grounding... [('step', [1476]), ('step', [1477]), ('step', [1478]), ('step', [1479]), ('step', [1480]), ('check', [1480])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 298 +Queue: [(297,1485,0,True), (298,1490,0,True), (299,1495,0,True), (300,1500,0,True)] +Grounded Until: 1480 +Expected Memory: 52MB +Grounding... [('step', [1481]), ('step', [1482]), ('step', [1483]), ('step', [1484]), ('step', [1485]), ('check', [1485])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 299 +Queue: [(298,1490,0,True), (299,1495,0,True), (300,1500,0,True)] +Grounded Until: 1485 +Expected Memory: 52MB +Grounding... [('step', [1486]), ('step', [1487]), ('step', [1488]), ('step', [1489]), ('step', [1490]), ('check', [1490])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 300 +Queue: [(299,1495,0,True), (300,1500,0,True)] +Grounded Until: 1490 +Expected Memory: 52MB +Grounding... [('step', [1491]), ('step', [1492]), ('step', [1493]), ('step', [1494]), ('step', [1495]), ('check', [1495])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 301 +Queue: [(300,1500,0,True)] +Grounded Until: 1495 +Expected Memory: 52MB +Grounding... [('step', [1496]), ('step', [1497]), ('step', [1498]), ('step', [1499]), ('step', [1500]), ('check', [1500])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 302 +Queue: [(301,1505,0,True), (302,1510,0,True), (303,1515,0,True), (304,1520,0,True), (305,1525,0,True), (306,1530,0,True), (307,1535,0,True)] +Grounded Until: 1500 +Expected Memory: 52MB +Grounding... [('step', [1501]), ('step', [1502]), ('step', [1503]), ('step', [1504]), ('step', [1505]), ('check', [1505])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 303 +Queue: [(302,1510,0,True), (303,1515,0,True), (304,1520,0,True), (305,1525,0,True), (306,1530,0,True), (307,1535,0,True)] +Grounded Until: 1505 +Expected Memory: 52MB +Grounding... [('step', [1506]), ('step', [1507]), ('step', [1508]), ('step', [1509]), ('step', [1510]), ('check', [1510])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 304 +Queue: [(303,1515,0,True), (304,1520,0,True), (305,1525,0,True), (306,1530,0,True), (307,1535,0,True)] +Grounded Until: 1510 +Expected Memory: 52MB +Grounding... [('step', [1511]), ('step', [1512]), ('step', [1513]), ('step', [1514]), ('step', [1515]), ('check', [1515])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 305 +Queue: [(304,1520,0,True), (305,1525,0,True), (306,1530,0,True), (307,1535,0,True)] +Grounded Until: 1515 +Expected Memory: 52MB +Grounding... [('step', [1516]), ('step', [1517]), ('step', [1518]), ('step', [1519]), ('step', [1520]), ('check', [1520])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 306 +Queue: [(305,1525,0,True), (306,1530,0,True), (307,1535,0,True)] +Grounded Until: 1520 +Expected Memory: 52MB +Grounding... [('step', [1521]), ('step', [1522]), ('step', [1523]), ('step', [1524]), ('step', [1525]), ('check', [1525])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 307 +Queue: [(306,1530,0,True), (307,1535,0,True)] +Grounded Until: 1525 +Expected Memory: 52MB +Grounding... [('step', [1526]), ('step', [1527]), ('step', [1528]), ('step', [1529]), ('step', [1530]), ('check', [1530])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 308 +Queue: [(307,1535,0,True)] +Grounded Until: 1530 +Expected Memory: 52MB +Grounding... [('step', [1531]), ('step', [1532]), ('step', [1533]), ('step', [1534]), ('step', [1535]), ('check', [1535])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 309 +Queue: [(308,1540,0,True), (309,1545,0,True), (310,1550,0,True), (311,1555,0,True), (312,1560,0,True), (313,1565,0,True), (314,1570,0,True)] +Grounded Until: 1535 +Expected Memory: 52MB +Grounding... [('step', [1536]), ('step', [1537]), ('step', [1538]), ('step', [1539]), ('step', [1540]), ('check', [1540])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 310 +Queue: [(309,1545,0,True), (310,1550,0,True), (311,1555,0,True), (312,1560,0,True), (313,1565,0,True), (314,1570,0,True)] +Grounded Until: 1540 +Expected Memory: 52MB +Grounding... [('step', [1541]), ('step', [1542]), ('step', [1543]), ('step', [1544]), ('step', [1545]), ('check', [1545])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 311 +Queue: [(310,1550,0,True), (311,1555,0,True), (312,1560,0,True), (313,1565,0,True), (314,1570,0,True)] +Grounded Until: 1545 +Expected Memory: 52MB +Grounding... [('step', [1546]), ('step', [1547]), ('step', [1548]), ('step', [1549]), ('step', [1550]), ('check', [1550])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 312 +Queue: [(311,1555,0,True), (312,1560,0,True), (313,1565,0,True), (314,1570,0,True)] +Grounded Until: 1550 +Expected Memory: 52MB +Grounding... [('step', [1551]), ('step', [1552]), ('step', [1553]), ('step', [1554]), ('step', [1555]), ('check', [1555])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 313 +Queue: [(312,1560,0,True), (313,1565,0,True), (314,1570,0,True)] +Grounded Until: 1555 +Expected Memory: 52MB +Grounding... [('step', [1556]), ('step', [1557]), ('step', [1558]), ('step', [1559]), ('step', [1560]), ('check', [1560])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 314 +Queue: [(313,1565,0,True), (314,1570,0,True)] +Grounded Until: 1560 +Expected Memory: 52MB +Grounding... [('step', [1561]), ('step', [1562]), ('step', [1563]), ('step', [1564]), ('step', [1565]), ('check', [1565])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 315 +Queue: [(314,1570,0,True)] +Grounded Until: 1565 +Expected Memory: 52MB +Grounding... [('step', [1566]), ('step', [1567]), ('step', [1568]), ('step', [1569]), ('step', [1570]), ('check', [1570])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 316 +Queue: [(315,1575,0,True), (316,1580,0,True), (317,1585,0,True), (318,1590,0,True), (319,1595,0,True), (320,1600,0,True), (321,1605,0,True)] +Grounded Until: 1570 +Expected Memory: 52MB +Grounding... [('step', [1571]), ('step', [1572]), ('step', [1573]), ('step', [1574]), ('step', [1575]), ('check', [1575])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 317 +Queue: [(316,1580,0,True), (317,1585,0,True), (318,1590,0,True), (319,1595,0,True), (320,1600,0,True), (321,1605,0,True)] +Grounded Until: 1575 +Expected Memory: 52MB +Grounding... [('step', [1576]), ('step', [1577]), ('step', [1578]), ('step', [1579]), ('step', [1580]), ('check', [1580])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 318 +Queue: [(317,1585,0,True), (318,1590,0,True), (319,1595,0,True), (320,1600,0,True), (321,1605,0,True)] +Grounded Until: 1580 +Expected Memory: 52MB +Grounding... [('step', [1581]), ('step', [1582]), ('step', [1583]), ('step', [1584]), ('step', [1585]), ('check', [1585])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 319 +Queue: [(318,1590,0,True), (319,1595,0,True), (320,1600,0,True), (321,1605,0,True)] +Grounded Until: 1585 +Expected Memory: 52MB +Grounding... [('step', [1586]), ('step', [1587]), ('step', [1588]), ('step', [1589]), ('step', [1590]), ('check', [1590])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 320 +Queue: [(319,1595,0,True), (320,1600,0,True), (321,1605,0,True)] +Grounded Until: 1590 +Expected Memory: 52MB +Grounding... [('step', [1591]), ('step', [1592]), ('step', [1593]), ('step', [1594]), ('step', [1595]), ('check', [1595])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 321 +Queue: [(320,1600,0,True), (321,1605,0,True)] +Grounded Until: 1595 +Expected Memory: 52MB +Grounding... [('step', [1596]), ('step', [1597]), ('step', [1598]), ('step', [1599]), ('step', [1600]), ('check', [1600])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 322 +Queue: [(321,1605,0,True)] +Grounded Until: 1600 +Expected Memory: 52MB +Grounding... [('step', [1601]), ('step', [1602]), ('step', [1603]), ('step', [1604]), ('step', [1605]), ('check', [1605])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 323 +Queue: [(322,1610,0,True), (323,1615,0,True), (324,1620,0,True), (325,1625,0,True), (326,1630,0,True), (327,1635,0,True), (328,1640,0,True)] +Grounded Until: 1605 +Expected Memory: 52MB +Grounding... [('step', [1606]), ('step', [1607]), ('step', [1608]), ('step', [1609]), ('step', [1610]), ('check', [1610])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 324 +Queue: [(323,1615,0,True), (324,1620,0,True), (325,1625,0,True), (326,1630,0,True), (327,1635,0,True), (328,1640,0,True)] +Grounded Until: 1610 +Expected Memory: 52MB +Grounding... [('step', [1611]), ('step', [1612]), ('step', [1613]), ('step', [1614]), ('step', [1615]), ('check', [1615])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 325 +Queue: [(324,1620,0,True), (325,1625,0,True), (326,1630,0,True), (327,1635,0,True), (328,1640,0,True)] +Grounded Until: 1615 +Expected Memory: 52MB +Grounding... [('step', [1616]), ('step', [1617]), ('step', [1618]), ('step', [1619]), ('step', [1620]), ('check', [1620])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 326 +Queue: [(325,1625,0,True), (326,1630,0,True), (327,1635,0,True), (328,1640,0,True)] +Grounded Until: 1620 +Expected Memory: 52MB +Grounding... [('step', [1621]), ('step', [1622]), ('step', [1623]), ('step', [1624]), ('step', [1625]), ('check', [1625])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 327 +Queue: [(326,1630,0,True), (327,1635,0,True), (328,1640,0,True)] +Grounded Until: 1625 +Expected Memory: 52MB +Grounding... [('step', [1626]), ('step', [1627]), ('step', [1628]), ('step', [1629]), ('step', [1630]), ('check', [1630])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 328 +Queue: [(327,1635,0,True), (328,1640,0,True)] +Grounded Until: 1630 +Expected Memory: 52MB +Grounding... [('step', [1631]), ('step', [1632]), ('step', [1633]), ('step', [1634]), ('step', [1635]), ('check', [1635])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 329 +Queue: [(328,1640,0,True)] +Grounded Until: 1635 +Expected Memory: 52MB +Grounding... [('step', [1636]), ('step', [1637]), ('step', [1638]), ('step', [1639]), ('step', [1640]), ('check', [1640])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 330 +Queue: [(329,1645,0,True), (330,1650,0,True), (331,1655,0,True), (332,1660,0,True), (333,1665,0,True), (334,1670,0,True), (335,1675,0,True)] +Grounded Until: 1640 +Expected Memory: 52MB +Grounding... [('step', [1641]), ('step', [1642]), ('step', [1643]), ('step', [1644]), ('step', [1645]), ('check', [1645])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 331 +Queue: [(330,1650,0,True), (331,1655,0,True), (332,1660,0,True), (333,1665,0,True), (334,1670,0,True), (335,1675,0,True)] +Grounded Until: 1645 +Expected Memory: 52MB +Grounding... [('step', [1646]), ('step', [1647]), ('step', [1648]), ('step', [1649]), ('step', [1650]), ('check', [1650])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 332 +Queue: [(331,1655,0,True), (332,1660,0,True), (333,1665,0,True), (334,1670,0,True), (335,1675,0,True)] +Grounded Until: 1650 +Expected Memory: 52MB +Grounding... [('step', [1651]), ('step', [1652]), ('step', [1653]), ('step', [1654]), ('step', [1655]), ('check', [1655])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 333 +Queue: [(332,1660,0,True), (333,1665,0,True), (334,1670,0,True), (335,1675,0,True)] +Grounded Until: 1655 +Expected Memory: 52MB +Grounding... [('step', [1656]), ('step', [1657]), ('step', [1658]), ('step', [1659]), ('step', [1660]), ('check', [1660])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 334 +Queue: [(333,1665,0,True), (334,1670,0,True), (335,1675,0,True)] +Grounded Until: 1660 +Expected Memory: 52MB +Grounding... [('step', [1661]), ('step', [1662]), ('step', [1663]), ('step', [1664]), ('step', [1665]), ('check', [1665])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 335 +Queue: [(334,1670,0,True), (335,1675,0,True)] +Grounded Until: 1665 +Expected Memory: 52MB +Grounding... [('step', [1666]), ('step', [1667]), ('step', [1668]), ('step', [1669]), ('step', [1670]), ('check', [1670])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 336 +Queue: [(335,1675,0,True)] +Grounded Until: 1670 +Expected Memory: 52MB +Grounding... [('step', [1671]), ('step', [1672]), ('step', [1673]), ('step', [1674]), ('step', [1675]), ('check', [1675])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 337 +Queue: [(336,1680,0,True), (337,1685,0,True), (338,1690,0,True), (339,1695,0,True), (340,1700,0,True), (341,1705,0,True), (342,1710,0,True)] +Grounded Until: 1675 +Expected Memory: 52MB +Grounding... [('step', [1676]), ('step', [1677]), ('step', [1678]), ('step', [1679]), ('step', [1680]), ('check', [1680])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 338 +Queue: [(337,1685,0,True), (338,1690,0,True), (339,1695,0,True), (340,1700,0,True), (341,1705,0,True), (342,1710,0,True)] +Grounded Until: 1680 +Expected Memory: 52MB +Grounding... [('step', [1681]), ('step', [1682]), ('step', [1683]), ('step', [1684]), ('step', [1685]), ('check', [1685])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 339 +Queue: [(338,1690,0,True), (339,1695,0,True), (340,1700,0,True), (341,1705,0,True), (342,1710,0,True)] +Grounded Until: 1685 +Expected Memory: 52MB +Grounding... [('step', [1686]), ('step', [1687]), ('step', [1688]), ('step', [1689]), ('step', [1690]), ('check', [1690])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 340 +Queue: [(339,1695,0,True), (340,1700,0,True), (341,1705,0,True), (342,1710,0,True)] +Grounded Until: 1690 +Expected Memory: 52MB +Grounding... [('step', [1691]), ('step', [1692]), ('step', [1693]), ('step', [1694]), ('step', [1695]), ('check', [1695])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 341 +Queue: [(340,1700,0,True), (341,1705,0,True), (342,1710,0,True)] +Grounded Until: 1695 +Expected Memory: 52MB +Grounding... [('step', [1696]), ('step', [1697]), ('step', [1698]), ('step', [1699]), ('step', [1700]), ('check', [1700])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 342 +Queue: [(341,1705,0,True), (342,1710,0,True)] +Grounded Until: 1700 +Expected Memory: 52MB +Grounding... [('step', [1701]), ('step', [1702]), ('step', [1703]), ('step', [1704]), ('step', [1705]), ('check', [1705])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 343 +Queue: [(342,1710,0,True)] +Grounded Until: 1705 +Expected Memory: 52MB +Grounding... [('step', [1706]), ('step', [1707]), ('step', [1708]), ('step', [1709]), ('step', [1710]), ('check', [1710])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 344 +Queue: [(343,1715,0,True), (344,1720,0,True), (345,1725,0,True), (346,1730,0,True), (347,1735,0,True), (348,1740,0,True), (349,1745,0,True)] +Grounded Until: 1710 +Expected Memory: 52MB +Grounding... [('step', [1711]), ('step', [1712]), ('step', [1713]), ('step', [1714]), ('step', [1715]), ('check', [1715])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 345 +Queue: [(344,1720,0,True), (345,1725,0,True), (346,1730,0,True), (347,1735,0,True), (348,1740,0,True), (349,1745,0,True)] +Grounded Until: 1715 +Expected Memory: 52MB +Grounding... [('step', [1716]), ('step', [1717]), ('step', [1718]), ('step', [1719]), ('step', [1720]), ('check', [1720])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 346 +Queue: [(345,1725,0,True), (346,1730,0,True), (347,1735,0,True), (348,1740,0,True), (349,1745,0,True)] +Grounded Until: 1720 +Expected Memory: 52MB +Grounding... [('step', [1721]), ('step', [1722]), ('step', [1723]), ('step', [1724]), ('step', [1725]), ('check', [1725])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 347 +Queue: [(346,1730,0,True), (347,1735,0,True), (348,1740,0,True), (349,1745,0,True)] +Grounded Until: 1725 +Expected Memory: 52MB +Grounding... [('step', [1726]), ('step', [1727]), ('step', [1728]), ('step', [1729]), ('step', [1730]), ('check', [1730])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 348 +Queue: [(347,1735,0,True), (348,1740,0,True), (349,1745,0,True)] +Grounded Until: 1730 +Expected Memory: 52MB +Grounding... [('step', [1731]), ('step', [1732]), ('step', [1733]), ('step', [1734]), ('step', [1735]), ('check', [1735])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 349 +Queue: [(348,1740,0,True), (349,1745,0,True)] +Grounded Until: 1735 +Expected Memory: 52MB +Grounding... [('step', [1736]), ('step', [1737]), ('step', [1738]), ('step', [1739]), ('step', [1740]), ('check', [1740])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 350 +Queue: [(349,1745,0,True)] +Grounded Until: 1740 +Expected Memory: 52MB +Grounding... [('step', [1741]), ('step', [1742]), ('step', [1743]), ('step', [1744]), ('step', [1745]), ('check', [1745])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 351 +Queue: [(350,1750,0,True), (351,1755,0,True), (352,1760,0,True), (353,1765,0,True), (354,1770,0,True), (355,1775,0,True), (356,1780,0,True)] +Grounded Until: 1745 +Expected Memory: 52MB +Grounding... [('step', [1746]), ('step', [1747]), ('step', [1748]), ('step', [1749]), ('step', [1750]), ('check', [1750])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 352 +Queue: [(351,1755,0,True), (352,1760,0,True), (353,1765,0,True), (354,1770,0,True), (355,1775,0,True), (356,1780,0,True)] +Grounded Until: 1750 +Expected Memory: 52MB +Grounding... [('step', [1751]), ('step', [1752]), ('step', [1753]), ('step', [1754]), ('step', [1755]), ('check', [1755])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 353 +Queue: [(352,1760,0,True), (353,1765,0,True), (354,1770,0,True), (355,1775,0,True), (356,1780,0,True)] +Grounded Until: 1755 +Expected Memory: 52MB +Grounding... [('step', [1756]), ('step', [1757]), ('step', [1758]), ('step', [1759]), ('step', [1760]), ('check', [1760])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 354 +Queue: [(353,1765,0,True), (354,1770,0,True), (355,1775,0,True), (356,1780,0,True)] +Grounded Until: 1760 +Expected Memory: 52MB +Grounding... [('step', [1761]), ('step', [1762]), ('step', [1763]), ('step', [1764]), ('step', [1765]), ('check', [1765])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 355 +Queue: [(354,1770,0,True), (355,1775,0,True), (356,1780,0,True)] +Grounded Until: 1765 +Expected Memory: 52MB +Grounding... [('step', [1766]), ('step', [1767]), ('step', [1768]), ('step', [1769]), ('step', [1770]), ('check', [1770])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 356 +Queue: [(355,1775,0,True), (356,1780,0,True)] +Grounded Until: 1770 +Expected Memory: 52MB +Grounding... [('step', [1771]), ('step', [1772]), ('step', [1773]), ('step', [1774]), ('step', [1775]), ('check', [1775])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 357 +Queue: [(356,1780,0,True)] +Grounded Until: 1775 +Expected Memory: 52MB +Grounding... [('step', [1776]), ('step', [1777]), ('step', [1778]), ('step', [1779]), ('step', [1780]), ('check', [1780])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 358 +Queue: [(357,1785,0,True), (358,1790,0,True), (359,1795,0,True), (360,1800,0,True), (361,1805,0,True), (362,1810,0,True), (363,1815,0,True)] +Grounded Until: 1780 +Expected Memory: 52MB +Grounding... [('step', [1781]), ('step', [1782]), ('step', [1783]), ('step', [1784]), ('step', [1785]), ('check', [1785])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 359 +Queue: [(358,1790,0,True), (359,1795,0,True), (360,1800,0,True), (361,1805,0,True), (362,1810,0,True), (363,1815,0,True)] +Grounded Until: 1785 +Expected Memory: 52MB +Grounding... [('step', [1786]), ('step', [1787]), ('step', [1788]), ('step', [1789]), ('step', [1790]), ('check', [1790])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 360 +Queue: [(359,1795,0,True), (360,1800,0,True), (361,1805,0,True), (362,1810,0,True), (363,1815,0,True)] +Grounded Until: 1790 +Expected Memory: 52MB +Grounding... [('step', [1791]), ('step', [1792]), ('step', [1793]), ('step', [1794]), ('step', [1795]), ('check', [1795])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 361 +Queue: [(360,1800,0,True), (361,1805,0,True), (362,1810,0,True), (363,1815,0,True)] +Grounded Until: 1795 +Expected Memory: 52MB +Grounding... [('step', [1796]), ('step', [1797]), ('step', [1798]), ('step', [1799]), ('step', [1800]), ('check', [1800])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 362 +Queue: [(361,1805,0,True), (362,1810,0,True), (363,1815,0,True)] +Grounded Until: 1800 +Expected Memory: 52MB +Grounding... [('step', [1801]), ('step', [1802]), ('step', [1803]), ('step', [1804]), ('step', [1805]), ('check', [1805])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 363 +Queue: [(362,1810,0,True), (363,1815,0,True)] +Grounded Until: 1805 +Expected Memory: 52MB +Grounding... [('step', [1806]), ('step', [1807]), ('step', [1808]), ('step', [1809]), ('step', [1810]), ('check', [1810])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 364 +Queue: [(363,1815,0,True)] +Grounded Until: 1810 +Expected Memory: 52MB +Grounding... [('step', [1811]), ('step', [1812]), ('step', [1813]), ('step', [1814]), ('step', [1815]), ('check', [1815])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 365 +Queue: [(364,1820,0,True), (365,1825,0,True), (366,1830,0,True), (367,1835,0,True), (368,1840,0,True), (369,1845,0,True), (370,1850,0,True)] +Grounded Until: 1815 +Expected Memory: 52MB +Grounding... [('step', [1816]), ('step', [1817]), ('step', [1818]), ('step', [1819]), ('step', [1820]), ('check', [1820])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 366 +Queue: [(365,1825,0,True), (366,1830,0,True), (367,1835,0,True), (368,1840,0,True), (369,1845,0,True), (370,1850,0,True)] +Grounded Until: 1820 +Expected Memory: 52MB +Grounding... [('step', [1821]), ('step', [1822]), ('step', [1823]), ('step', [1824]), ('step', [1825]), ('check', [1825])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 367 +Queue: [(366,1830,0,True), (367,1835,0,True), (368,1840,0,True), (369,1845,0,True), (370,1850,0,True)] +Grounded Until: 1825 +Expected Memory: 52MB +Grounding... [('step', [1826]), ('step', [1827]), ('step', [1828]), ('step', [1829]), ('step', [1830]), ('check', [1830])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 368 +Queue: [(367,1835,0,True), (368,1840,0,True), (369,1845,0,True), (370,1850,0,True)] +Grounded Until: 1830 +Expected Memory: 52MB +Grounding... [('step', [1831]), ('step', [1832]), ('step', [1833]), ('step', [1834]), ('step', [1835]), ('check', [1835])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 369 +Queue: [(368,1840,0,True), (369,1845,0,True), (370,1850,0,True)] +Grounded Until: 1835 +Expected Memory: 52MB +Grounding... [('step', [1836]), ('step', [1837]), ('step', [1838]), ('step', [1839]), ('step', [1840]), ('check', [1840])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 370 +Queue: [(369,1845,0,True), (370,1850,0,True)] +Grounded Until: 1840 +Expected Memory: 52MB +Grounding... [('step', [1841]), ('step', [1842]), ('step', [1843]), ('step', [1844]), ('step', [1845]), ('check', [1845])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 371 +Queue: [(370,1850,0,True)] +Grounded Until: 1845 +Expected Memory: 52MB +Grounding... [('step', [1846]), ('step', [1847]), ('step', [1848]), ('step', [1849]), ('step', [1850]), ('check', [1850])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 372 +Queue: [(371,1855,0,True), (372,1860,0,True), (373,1865,0,True), (374,1870,0,True), (375,1875,0,True), (376,1880,0,True), (377,1885,0,True)] +Grounded Until: 1850 +Expected Memory: 52MB +Grounding... [('step', [1851]), ('step', [1852]), ('step', [1853]), ('step', [1854]), ('step', [1855]), ('check', [1855])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 373 +Queue: [(372,1860,0,True), (373,1865,0,True), (374,1870,0,True), (375,1875,0,True), (376,1880,0,True), (377,1885,0,True)] +Grounded Until: 1855 +Expected Memory: 52MB +Grounding... [('step', [1856]), ('step', [1857]), ('step', [1858]), ('step', [1859]), ('step', [1860]), ('check', [1860])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 374 +Queue: [(373,1865,0,True), (374,1870,0,True), (375,1875,0,True), (376,1880,0,True), (377,1885,0,True)] +Grounded Until: 1860 +Expected Memory: 52MB +Grounding... [('step', [1861]), ('step', [1862]), ('step', [1863]), ('step', [1864]), ('step', [1865]), ('check', [1865])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 375 +Queue: [(374,1870,0,True), (375,1875,0,True), (376,1880,0,True), (377,1885,0,True)] +Grounded Until: 1865 +Expected Memory: 52MB +Grounding... [('step', [1866]), ('step', [1867]), ('step', [1868]), ('step', [1869]), ('step', [1870]), ('check', [1870])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 376 +Queue: [(375,1875,0,True), (376,1880,0,True), (377,1885,0,True)] +Grounded Until: 1870 +Expected Memory: 52MB +Grounding... [('step', [1871]), ('step', [1872]), ('step', [1873]), ('step', [1874]), ('step', [1875]), ('check', [1875])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 377 +Queue: [(376,1880,0,True), (377,1885,0,True)] +Grounded Until: 1875 +Expected Memory: 52MB +Grounding... [('step', [1876]), ('step', [1877]), ('step', [1878]), ('step', [1879]), ('step', [1880]), ('check', [1880])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 378 +Queue: [(377,1885,0,True)] +Grounded Until: 1880 +Expected Memory: 52MB +Grounding... [('step', [1881]), ('step', [1882]), ('step', [1883]), ('step', [1884]), ('step', [1885]), ('check', [1885])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 379 +Queue: [(378,1890,0,True), (379,1895,0,True), (380,1900,0,True), (381,1905,0,True), (382,1910,0,True), (383,1915,0,True), (384,1920,0,True)] +Grounded Until: 1885 +Expected Memory: 52MB +Grounding... [('step', [1886]), ('step', [1887]), ('step', [1888]), ('step', [1889]), ('step', [1890]), ('check', [1890])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 380 +Queue: [(379,1895,0,True), (380,1900,0,True), (381,1905,0,True), (382,1910,0,True), (383,1915,0,True), (384,1920,0,True)] +Grounded Until: 1890 +Expected Memory: 52MB +Grounding... [('step', [1891]), ('step', [1892]), ('step', [1893]), ('step', [1894]), ('step', [1895]), ('check', [1895])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 381 +Queue: [(380,1900,0,True), (381,1905,0,True), (382,1910,0,True), (383,1915,0,True), (384,1920,0,True)] +Grounded Until: 1895 +Expected Memory: 52MB +Grounding... [('step', [1896]), ('step', [1897]), ('step', [1898]), ('step', [1899]), ('step', [1900]), ('check', [1900])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 382 +Queue: [(381,1905,0,True), (382,1910,0,True), (383,1915,0,True), (384,1920,0,True)] +Grounded Until: 1900 +Expected Memory: 52MB +Grounding... [('step', [1901]), ('step', [1902]), ('step', [1903]), ('step', [1904]), ('step', [1905]), ('check', [1905])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 383 +Queue: [(382,1910,0,True), (383,1915,0,True), (384,1920,0,True)] +Grounded Until: 1905 +Expected Memory: 52MB +Grounding... [('step', [1906]), ('step', [1907]), ('step', [1908]), ('step', [1909]), ('step', [1910]), ('check', [1910])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 384 +Queue: [(383,1915,0,True), (384,1920,0,True)] +Grounded Until: 1910 +Expected Memory: 52MB +Grounding... [('step', [1911]), ('step', [1912]), ('step', [1913]), ('step', [1914]), ('step', [1915]), ('check', [1915])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 385 +Queue: [(384,1920,0,True)] +Grounded Until: 1915 +Expected Memory: 52MB +Grounding... [('step', [1916]), ('step', [1917]), ('step', [1918]), ('step', [1919]), ('step', [1920]), ('check', [1920])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 386 +Queue: [(385,1925,0,True), (386,1930,0,True), (387,1935,0,True), (388,1940,0,True), (389,1945,0,True), (390,1950,0,True), (391,1955,0,True)] +Grounded Until: 1920 +Expected Memory: 52MB +Grounding... [('step', [1921]), ('step', [1922]), ('step', [1923]), ('step', [1924]), ('step', [1925]), ('check', [1925])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 387 +Queue: [(386,1930,0,True), (387,1935,0,True), (388,1940,0,True), (389,1945,0,True), (390,1950,0,True), (391,1955,0,True)] +Grounded Until: 1925 +Expected Memory: 52MB +Grounding... [('step', [1926]), ('step', [1927]), ('step', [1928]), ('step', [1929]), ('step', [1930]), ('check', [1930])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 388 +Queue: [(387,1935,0,True), (388,1940,0,True), (389,1945,0,True), (390,1950,0,True), (391,1955,0,True)] +Grounded Until: 1930 +Expected Memory: 52MB +Grounding... [('step', [1931]), ('step', [1932]), ('step', [1933]), ('step', [1934]), ('step', [1935]), ('check', [1935])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 389 +Queue: [(388,1940,0,True), (389,1945,0,True), (390,1950,0,True), (391,1955,0,True)] +Grounded Until: 1935 +Expected Memory: 52MB +Grounding... [('step', [1936]), ('step', [1937]), ('step', [1938]), ('step', [1939]), ('step', [1940]), ('check', [1940])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 390 +Queue: [(389,1945,0,True), (390,1950,0,True), (391,1955,0,True)] +Grounded Until: 1940 +Expected Memory: 52MB +Grounding... [('step', [1941]), ('step', [1942]), ('step', [1943]), ('step', [1944]), ('step', [1945]), ('check', [1945])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 391 +Queue: [(390,1950,0,True), (391,1955,0,True)] +Grounded Until: 1945 +Expected Memory: 52MB +Grounding... [('step', [1946]), ('step', [1947]), ('step', [1948]), ('step', [1949]), ('step', [1950]), ('check', [1950])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 392 +Queue: [(391,1955,0,True)] +Grounded Until: 1950 +Expected Memory: 52MB +Grounding... [('step', [1951]), ('step', [1952]), ('step', [1953]), ('step', [1954]), ('step', [1955]), ('check', [1955])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 393 +Queue: [(392,1960,0,True), (393,1965,0,True), (394,1970,0,True), (395,1975,0,True), (396,1980,0,True), (397,1985,0,True), (398,1990,0,True)] +Grounded Until: 1955 +Expected Memory: 52MB +Grounding... [('step', [1956]), ('step', [1957]), ('step', [1958]), ('step', [1959]), ('step', [1960]), ('check', [1960])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 394 +Queue: [(393,1965,0,True), (394,1970,0,True), (395,1975,0,True), (396,1980,0,True), (397,1985,0,True), (398,1990,0,True)] +Grounded Until: 1960 +Expected Memory: 52MB +Grounding... [('step', [1961]), ('step', [1962]), ('step', [1963]), ('step', [1964]), ('step', [1965]), ('check', [1965])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 395 +Queue: [(394,1970,0,True), (395,1975,0,True), (396,1980,0,True), (397,1985,0,True), (398,1990,0,True)] +Grounded Until: 1965 +Expected Memory: 52MB +Grounding... [('step', [1966]), ('step', [1967]), ('step', [1968]), ('step', [1969]), ('step', [1970]), ('check', [1970])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 396 +Queue: [(395,1975,0,True), (396,1980,0,True), (397,1985,0,True), (398,1990,0,True)] +Grounded Until: 1970 +Expected Memory: 52MB +Grounding... [('step', [1971]), ('step', [1972]), ('step', [1973]), ('step', [1974]), ('step', [1975]), ('check', [1975])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 397 +Queue: [(396,1980,0,True), (397,1985,0,True), (398,1990,0,True)] +Grounded Until: 1975 +Expected Memory: 52MB +Grounding... [('step', [1976]), ('step', [1977]), ('step', [1978]), ('step', [1979]), ('step', [1980]), ('check', [1980])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 398 +Queue: [(397,1985,0,True), (398,1990,0,True)] +Grounded Until: 1980 +Expected Memory: 52MB +Grounding... [('step', [1981]), ('step', [1982]), ('step', [1983]), ('step', [1984]), ('step', [1985]), ('check', [1985])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 399 +Queue: [(398,1990,0,True)] +Grounded Until: 1985 +Expected Memory: 52MB +Grounding... [('step', [1986]), ('step', [1987]), ('step', [1988]), ('step', [1989]), ('step', [1990]), ('check', [1990])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 400 +Queue: [(399,1995,0,True), (400,2000,0,True), (401,2005,0,True), (402,2010,0,True), (403,2015,0,True), (404,2020,0,True), (405,2025,0,True)] +Grounded Until: 1990 +Expected Memory: 52MB +Grounding... [('step', [1991]), ('step', [1992]), ('step', [1993]), ('step', [1994]), ('step', [1995]), ('check', [1995])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 401 +Queue: [(400,2000,0,True), (401,2005,0,True), (402,2010,0,True), (403,2015,0,True), (404,2020,0,True), (405,2025,0,True)] +Grounded Until: 1995 +Expected Memory: 52MB +Grounding... [('step', [1996]), ('step', [1997]), ('step', [1998]), ('step', [1999]), ('step', [2000]), ('check', [2000])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 402 +Queue: [(401,2005,0,True), (402,2010,0,True), (403,2015,0,True), (404,2020,0,True), (405,2025,0,True)] +Grounded Until: 2000 +Expected Memory: 52MB +Grounding... [('step', [2001]), ('step', [2002]), ('step', [2003]), ('step', [2004]), ('step', [2005]), ('check', [2005])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 403 +Queue: [(402,2010,0,True), (403,2015,0,True), (404,2020,0,True), (405,2025,0,True)] +Grounded Until: 2005 +Expected Memory: 52MB +Grounding... [('step', [2006]), ('step', [2007]), ('step', [2008]), ('step', [2009]), ('step', [2010]), ('check', [2010])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 404 +Queue: [(403,2015,0,True), (404,2020,0,True), (405,2025,0,True)] +Grounded Until: 2010 +Expected Memory: 52MB +Grounding... [('step', [2011]), ('step', [2012]), ('step', [2013]), ('step', [2014]), ('step', [2015]), ('check', [2015])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 405 +Queue: [(404,2020,0,True), (405,2025,0,True)] +Grounded Until: 2015 +Expected Memory: 52MB +Grounding... [('step', [2016]), ('step', [2017]), ('step', [2018]), ('step', [2019]), ('step', [2020]), ('check', [2020])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 406 +Queue: [(405,2025,0,True)] +Grounded Until: 2020 +Expected Memory: 52MB +Grounding... [('step', [2021]), ('step', [2022]), ('step', [2023]), ('step', [2024]), ('step', [2025]), ('check', [2025])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 407 +Queue: [(406,2030,0,True), (407,2035,0,True), (408,2040,0,True), (409,2045,0,True), (410,2050,0,True), (411,2055,0,True), (412,2060,0,True)] +Grounded Until: 2025 +Expected Memory: 52MB +Grounding... [('step', [2026]), ('step', [2027]), ('step', [2028]), ('step', [2029]), ('step', [2030]), ('check', [2030])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 408 +Queue: [(407,2035,0,True), (408,2040,0,True), (409,2045,0,True), (410,2050,0,True), (411,2055,0,True), (412,2060,0,True)] +Grounded Until: 2030 +Expected Memory: 52MB +Grounding... [('step', [2031]), ('step', [2032]), ('step', [2033]), ('step', [2034]), ('step', [2035]), ('check', [2035])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 409 +Queue: [(408,2040,0,True), (409,2045,0,True), (410,2050,0,True), (411,2055,0,True), (412,2060,0,True)] +Grounded Until: 2035 +Expected Memory: 52MB +Grounding... [('step', [2036]), ('step', [2037]), ('step', [2038]), ('step', [2039]), ('step', [2040]), ('check', [2040])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 410 +Queue: [(409,2045,0,True), (410,2050,0,True), (411,2055,0,True), (412,2060,0,True)] +Grounded Until: 2040 +Expected Memory: 52MB +Grounding... [('step', [2041]), ('step', [2042]), ('step', [2043]), ('step', [2044]), ('step', [2045]), ('check', [2045])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 411 +Queue: [(410,2050,0,True), (411,2055,0,True), (412,2060,0,True)] +Grounded Until: 2045 +Expected Memory: 52MB +Grounding... [('step', [2046]), ('step', [2047]), ('step', [2048]), ('step', [2049]), ('step', [2050]), ('check', [2050])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 412 +Queue: [(411,2055,0,True), (412,2060,0,True)] +Grounded Until: 2050 +Expected Memory: 52MB +Grounding... [('step', [2051]), ('step', [2052]), ('step', [2053]), ('step', [2054]), ('step', [2055]), ('check', [2055])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 413 +Queue: [(412,2060,0,True)] +Grounded Until: 2055 +Expected Memory: 52MB +Grounding... [('step', [2056]), ('step', [2057]), ('step', [2058]), ('step', [2059]), ('step', [2060]), ('check', [2060])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 414 +Queue: [(413,2065,0,True), (414,2070,0,True), (415,2075,0,True), (416,2080,0,True), (417,2085,0,True), (418,2090,0,True), (419,2095,0,True)] +Grounded Until: 2060 +Expected Memory: 52MB +Grounding... [('step', [2061]), ('step', [2062]), ('step', [2063]), ('step', [2064]), ('step', [2065]), ('check', [2065])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 415 +Queue: [(414,2070,0,True), (415,2075,0,True), (416,2080,0,True), (417,2085,0,True), (418,2090,0,True), (419,2095,0,True)] +Grounded Until: 2065 +Expected Memory: 52MB +Grounding... [('step', [2066]), ('step', [2067]), ('step', [2068]), ('step', [2069]), ('step', [2070]), ('check', [2070])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 416 +Queue: [(415,2075,0,True), (416,2080,0,True), (417,2085,0,True), (418,2090,0,True), (419,2095,0,True)] +Grounded Until: 2070 +Expected Memory: 52MB +Grounding... [('step', [2071]), ('step', [2072]), ('step', [2073]), ('step', [2074]), ('step', [2075]), ('check', [2075])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 417 +Queue: [(416,2080,0,True), (417,2085,0,True), (418,2090,0,True), (419,2095,0,True)] +Grounded Until: 2075 +Expected Memory: 52MB +Grounding... [('step', [2076]), ('step', [2077]), ('step', [2078]), ('step', [2079]), ('step', [2080]), ('check', [2080])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 418 +Queue: [(417,2085,0,True), (418,2090,0,True), (419,2095,0,True)] +Grounded Until: 2080 +Expected Memory: 52MB +Grounding... [('step', [2081]), ('step', [2082]), ('step', [2083]), ('step', [2084]), ('step', [2085]), ('check', [2085])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 419 +Queue: [(418,2090,0,True), (419,2095,0,True)] +Grounded Until: 2085 +Expected Memory: 52MB +Grounding... [('step', [2086]), ('step', [2087]), ('step', [2088]), ('step', [2089]), ('step', [2090]), ('check', [2090])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 420 +Queue: [(419,2095,0,True)] +Grounded Until: 2090 +Expected Memory: 52MB +Grounding... [('step', [2091]), ('step', [2092]), ('step', [2093]), ('step', [2094]), ('step', [2095]), ('check', [2095])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 421 +Queue: [(420,2100,0,True), (421,2105,0,True), (422,2110,0,True), (423,2115,0,True), (424,2120,0,True), (425,2125,0,True), (426,2130,0,True)] +Grounded Until: 2095 +Expected Memory: 52MB +Grounding... [('step', [2096]), ('step', [2097]), ('step', [2098]), ('step', [2099]), ('step', [2100]), ('check', [2100])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 422 +Queue: [(421,2105,0,True), (422,2110,0,True), (423,2115,0,True), (424,2120,0,True), (425,2125,0,True), (426,2130,0,True)] +Grounded Until: 2100 +Expected Memory: 52MB +Grounding... [('step', [2101]), ('step', [2102]), ('step', [2103]), ('step', [2104]), ('step', [2105]), ('check', [2105])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 423 +Queue: [(422,2110,0,True), (423,2115,0,True), (424,2120,0,True), (425,2125,0,True), (426,2130,0,True)] +Grounded Until: 2105 +Expected Memory: 52MB +Grounding... [('step', [2106]), ('step', [2107]), ('step', [2108]), ('step', [2109]), ('step', [2110]), ('check', [2110])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 424 +Queue: [(423,2115,0,True), (424,2120,0,True), (425,2125,0,True), (426,2130,0,True)] +Grounded Until: 2110 +Expected Memory: 52MB +Grounding... [('step', [2111]), ('step', [2112]), ('step', [2113]), ('step', [2114]), ('step', [2115]), ('check', [2115])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 425 +Queue: [(424,2120,0,True), (425,2125,0,True), (426,2130,0,True)] +Grounded Until: 2115 +Expected Memory: 52MB +Grounding... [('step', [2116]), ('step', [2117]), ('step', [2118]), ('step', [2119]), ('step', [2120]), ('check', [2120])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 426 +Queue: [(425,2125,0,True), (426,2130,0,True)] +Grounded Until: 2120 +Expected Memory: 52MB +Grounding... [('step', [2121]), ('step', [2122]), ('step', [2123]), ('step', [2124]), ('step', [2125]), ('check', [2125])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 427 +Queue: [(426,2130,0,True)] +Grounded Until: 2125 +Expected Memory: 52MB +Grounding... [('step', [2126]), ('step', [2127]), ('step', [2128]), ('step', [2129]), ('step', [2130]), ('check', [2130])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 428 +Queue: [(427,2135,0,True), (428,2140,0,True), (429,2145,0,True), (430,2150,0,True), (431,2155,0,True), (432,2160,0,True), (433,2165,0,True)] +Grounded Until: 2130 +Expected Memory: 52MB +Grounding... [('step', [2131]), ('step', [2132]), ('step', [2133]), ('step', [2134]), ('step', [2135]), ('check', [2135])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 429 +Queue: [(428,2140,0,True), (429,2145,0,True), (430,2150,0,True), (431,2155,0,True), (432,2160,0,True), (433,2165,0,True)] +Grounded Until: 2135 +Expected Memory: 52MB +Grounding... [('step', [2136]), ('step', [2137]), ('step', [2138]), ('step', [2139]), ('step', [2140]), ('check', [2140])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 430 +Queue: [(429,2145,0,True), (430,2150,0,True), (431,2155,0,True), (432,2160,0,True), (433,2165,0,True)] +Grounded Until: 2140 +Expected Memory: 52MB +Grounding... [('step', [2141]), ('step', [2142]), ('step', [2143]), ('step', [2144]), ('step', [2145]), ('check', [2145])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 431 +Queue: [(430,2150,0,True), (431,2155,0,True), (432,2160,0,True), (433,2165,0,True)] +Grounded Until: 2145 +Expected Memory: 52MB +Grounding... [('step', [2146]), ('step', [2147]), ('step', [2148]), ('step', [2149]), ('step', [2150]), ('check', [2150])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 432 +Queue: [(431,2155,0,True), (432,2160,0,True), (433,2165,0,True)] +Grounded Until: 2150 +Expected Memory: 52MB +Grounding... [('step', [2151]), ('step', [2152]), ('step', [2153]), ('step', [2154]), ('step', [2155]), ('check', [2155])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 433 +Queue: [(432,2160,0,True), (433,2165,0,True)] +Grounded Until: 2155 +Expected Memory: 52MB +Grounding... [('step', [2156]), ('step', [2157]), ('step', [2158]), ('step', [2159]), ('step', [2160]), ('check', [2160])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 434 +Queue: [(433,2165,0,True)] +Grounded Until: 2160 +Expected Memory: 52MB +Grounding... [('step', [2161]), ('step', [2162]), ('step', [2163]), ('step', [2164]), ('step', [2165]), ('check', [2165])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 435 +Queue: [(434,2170,0,True), (435,2175,0,True), (436,2180,0,True), (437,2185,0,True), (438,2190,0,True), (439,2195,0,True), (440,2200,0,True)] +Grounded Until: 2165 +Expected Memory: 52MB +Grounding... [('step', [2166]), ('step', [2167]), ('step', [2168]), ('step', [2169]), ('step', [2170]), ('check', [2170])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 436 +Queue: [(435,2175,0,True), (436,2180,0,True), (437,2185,0,True), (438,2190,0,True), (439,2195,0,True), (440,2200,0,True)] +Grounded Until: 2170 +Expected Memory: 52MB +Grounding... [('step', [2171]), ('step', [2172]), ('step', [2173]), ('step', [2174]), ('step', [2175]), ('check', [2175])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 437 +Queue: [(436,2180,0,True), (437,2185,0,True), (438,2190,0,True), (439,2195,0,True), (440,2200,0,True)] +Grounded Until: 2175 +Expected Memory: 52MB +Grounding... [('step', [2176]), ('step', [2177]), ('step', [2178]), ('step', [2179]), ('step', [2180]), ('check', [2180])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 438 +Queue: [(437,2185,0,True), (438,2190,0,True), (439,2195,0,True), (440,2200,0,True)] +Grounded Until: 2180 +Expected Memory: 52MB +Grounding... [('step', [2181]), ('step', [2182]), ('step', [2183]), ('step', [2184]), ('step', [2185]), ('check', [2185])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 439 +Queue: [(438,2190,0,True), (439,2195,0,True), (440,2200,0,True)] +Grounded Until: 2185 +Expected Memory: 52MB +Grounding... [('step', [2186]), ('step', [2187]), ('step', [2188]), ('step', [2189]), ('step', [2190]), ('check', [2190])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 440 +Queue: [(439,2195,0,True), (440,2200,0,True)] +Grounded Until: 2190 +Expected Memory: 52MB +Grounding... [('step', [2191]), ('step', [2192]), ('step', [2193]), ('step', [2194]), ('step', [2195]), ('check', [2195])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 441 +Queue: [(440,2200,0,True)] +Grounded Until: 2195 +Expected Memory: 52MB +Grounding... [('step', [2196]), ('step', [2197]), ('step', [2198]), ('step', [2199]), ('step', [2200]), ('check', [2200])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 442 +Queue: [(441,2205,0,True), (442,2210,0,True), (443,2215,0,True), (444,2220,0,True), (445,2225,0,True), (446,2230,0,True), (447,2235,0,True)] +Grounded Until: 2200 +Expected Memory: 52MB +Grounding... [('step', [2201]), ('step', [2202]), ('step', [2203]), ('step', [2204]), ('step', [2205]), ('check', [2205])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 443 +Queue: [(442,2210,0,True), (443,2215,0,True), (444,2220,0,True), (445,2225,0,True), (446,2230,0,True), (447,2235,0,True)] +Grounded Until: 2205 +Expected Memory: 52MB +Grounding... [('step', [2206]), ('step', [2207]), ('step', [2208]), ('step', [2209]), ('step', [2210]), ('check', [2210])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 444 +Queue: [(443,2215,0,True), (444,2220,0,True), (445,2225,0,True), (446,2230,0,True), (447,2235,0,True)] +Grounded Until: 2210 +Expected Memory: 52MB +Grounding... [('step', [2211]), ('step', [2212]), ('step', [2213]), ('step', [2214]), ('step', [2215]), ('check', [2215])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 445 +Queue: [(444,2220,0,True), (445,2225,0,True), (446,2230,0,True), (447,2235,0,True)] +Grounded Until: 2215 +Expected Memory: 52MB +Grounding... [('step', [2216]), ('step', [2217]), ('step', [2218]), ('step', [2219]), ('step', [2220]), ('check', [2220])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 446 +Queue: [(445,2225,0,True), (446,2230,0,True), (447,2235,0,True)] +Grounded Until: 2220 +Expected Memory: 52MB +Grounding... [('step', [2221]), ('step', [2222]), ('step', [2223]), ('step', [2224]), ('step', [2225]), ('check', [2225])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 447 +Queue: [(446,2230,0,True), (447,2235,0,True)] +Grounded Until: 2225 +Expected Memory: 52MB +Grounding... [('step', [2226]), ('step', [2227]), ('step', [2228]), ('step', [2229]), ('step', [2230]), ('check', [2230])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 448 +Queue: [(447,2235,0,True)] +Grounded Until: 2230 +Expected Memory: 52MB +Grounding... [('step', [2231]), ('step', [2232]), ('step', [2233]), ('step', [2234]), ('step', [2235]), ('check', [2235])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 449 +Queue: [(448,2240,0,True), (449,2245,0,True), (450,2250,0,True), (451,2255,0,True), (452,2260,0,True), (453,2265,0,True), (454,2270,0,True)] +Grounded Until: 2235 +Expected Memory: 52MB +Grounding... [('step', [2236]), ('step', [2237]), ('step', [2238]), ('step', [2239]), ('step', [2240]), ('check', [2240])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 450 +Queue: [(449,2245,0,True), (450,2250,0,True), (451,2255,0,True), (452,2260,0,True), (453,2265,0,True), (454,2270,0,True)] +Grounded Until: 2240 +Expected Memory: 52MB +Grounding... [('step', [2241]), ('step', [2242]), ('step', [2243]), ('step', [2244]), ('step', [2245]), ('check', [2245])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 451 +Queue: [(450,2250,0,True), (451,2255,0,True), (452,2260,0,True), (453,2265,0,True), (454,2270,0,True)] +Grounded Until: 2245 +Expected Memory: 52MB +Grounding... [('step', [2246]), ('step', [2247]), ('step', [2248]), ('step', [2249]), ('step', [2250]), ('check', [2250])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 452 +Queue: [(451,2255,0,True), (452,2260,0,True), (453,2265,0,True), (454,2270,0,True)] +Grounded Until: 2250 +Expected Memory: 52MB +Grounding... [('step', [2251]), ('step', [2252]), ('step', [2253]), ('step', [2254]), ('step', [2255]), ('check', [2255])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 453 +Queue: [(452,2260,0,True), (453,2265,0,True), (454,2270,0,True)] +Grounded Until: 2255 +Expected Memory: 52MB +Grounding... [('step', [2256]), ('step', [2257]), ('step', [2258]), ('step', [2259]), ('step', [2260]), ('check', [2260])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 454 +Queue: [(453,2265,0,True), (454,2270,0,True)] +Grounded Until: 2260 +Expected Memory: 52MB +Grounding... [('step', [2261]), ('step', [2262]), ('step', [2263]), ('step', [2264]), ('step', [2265]), ('check', [2265])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 455 +Queue: [(454,2270,0,True)] +Grounded Until: 2265 +Expected Memory: 52MB +Grounding... [('step', [2266]), ('step', [2267]), ('step', [2268]), ('step', [2269]), ('step', [2270]), ('check', [2270])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 456 +Queue: [(455,2275,0,True), (456,2280,0,True), (457,2285,0,True), (458,2290,0,True), (459,2295,0,True), (460,2300,0,True), (461,2305,0,True)] +Grounded Until: 2270 +Expected Memory: 52MB +Grounding... [('step', [2271]), ('step', [2272]), ('step', [2273]), ('step', [2274]), ('step', [2275]), ('check', [2275])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 457 +Queue: [(456,2280,0,True), (457,2285,0,True), (458,2290,0,True), (459,2295,0,True), (460,2300,0,True), (461,2305,0,True)] +Grounded Until: 2275 +Expected Memory: 52MB +Grounding... [('step', [2276]), ('step', [2277]), ('step', [2278]), ('step', [2279]), ('step', [2280]), ('check', [2280])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 458 +Queue: [(457,2285,0,True), (458,2290,0,True), (459,2295,0,True), (460,2300,0,True), (461,2305,0,True)] +Grounded Until: 2280 +Expected Memory: 52MB +Grounding... [('step', [2281]), ('step', [2282]), ('step', [2283]), ('step', [2284]), ('step', [2285]), ('check', [2285])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 459 +Queue: [(458,2290,0,True), (459,2295,0,True), (460,2300,0,True), (461,2305,0,True)] +Grounded Until: 2285 +Expected Memory: 52MB +Grounding... [('step', [2286]), ('step', [2287]), ('step', [2288]), ('step', [2289]), ('step', [2290]), ('check', [2290])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 460 +Queue: [(459,2295,0,True), (460,2300,0,True), (461,2305,0,True)] +Grounded Until: 2290 +Expected Memory: 52MB +Grounding... [('step', [2291]), ('step', [2292]), ('step', [2293]), ('step', [2294]), ('step', [2295]), ('check', [2295])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 461 +Queue: [(460,2300,0,True), (461,2305,0,True)] +Grounded Until: 2295 +Expected Memory: 52MB +Grounding... [('step', [2296]), ('step', [2297]), ('step', [2298]), ('step', [2299]), ('step', [2300]), ('check', [2300])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 462 +Queue: [(461,2305,0,True)] +Grounded Until: 2300 +Expected Memory: 52MB +Grounding... [('step', [2301]), ('step', [2302]), ('step', [2303]), ('step', [2304]), ('step', [2305]), ('check', [2305])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 463 +Queue: [(462,2310,0,True), (463,2315,0,True), (464,2320,0,True), (465,2325,0,True), (466,2330,0,True), (467,2335,0,True), (468,2340,0,True)] +Grounded Until: 2305 +Expected Memory: 52MB +Grounding... [('step', [2306]), ('step', [2307]), ('step', [2308]), ('step', [2309]), ('step', [2310]), ('check', [2310])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 464 +Queue: [(463,2315,0,True), (464,2320,0,True), (465,2325,0,True), (466,2330,0,True), (467,2335,0,True), (468,2340,0,True)] +Grounded Until: 2310 +Expected Memory: 52MB +Grounding... [('step', [2311]), ('step', [2312]), ('step', [2313]), ('step', [2314]), ('step', [2315]), ('check', [2315])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 465 +Queue: [(464,2320,0,True), (465,2325,0,True), (466,2330,0,True), (467,2335,0,True), (468,2340,0,True)] +Grounded Until: 2315 +Expected Memory: 52MB +Grounding... [('step', [2316]), ('step', [2317]), ('step', [2318]), ('step', [2319]), ('step', [2320]), ('check', [2320])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 466 +Queue: [(465,2325,0,True), (466,2330,0,True), (467,2335,0,True), (468,2340,0,True)] +Grounded Until: 2320 +Expected Memory: 52MB +Grounding... [('step', [2321]), ('step', [2322]), ('step', [2323]), ('step', [2324]), ('step', [2325]), ('check', [2325])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 467 +Queue: [(466,2330,0,True), (467,2335,0,True), (468,2340,0,True)] +Grounded Until: 2325 +Expected Memory: 52MB +Grounding... [('step', [2326]), ('step', [2327]), ('step', [2328]), ('step', [2329]), ('step', [2330]), ('check', [2330])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 468 +Queue: [(467,2335,0,True), (468,2340,0,True)] +Grounded Until: 2330 +Expected Memory: 52MB +Grounding... [('step', [2331]), ('step', [2332]), ('step', [2333]), ('step', [2334]), ('step', [2335]), ('check', [2335])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 469 +Queue: [(468,2340,0,True)] +Grounded Until: 2335 +Expected Memory: 52MB +Grounding... [('step', [2336]), ('step', [2337]), ('step', [2338]), ('step', [2339]), ('step', [2340]), ('check', [2340])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 470 +Queue: [(469,2345,0,True), (470,2350,0,True), (471,2355,0,True), (472,2360,0,True), (473,2365,0,True), (474,2370,0,True), (475,2375,0,True)] +Grounded Until: 2340 +Expected Memory: 52MB +Grounding... [('step', [2341]), ('step', [2342]), ('step', [2343]), ('step', [2344]), ('step', [2345]), ('check', [2345])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 471 +Queue: [(470,2350,0,True), (471,2355,0,True), (472,2360,0,True), (473,2365,0,True), (474,2370,0,True), (475,2375,0,True)] +Grounded Until: 2345 +Expected Memory: 52MB +Grounding... [('step', [2346]), ('step', [2347]), ('step', [2348]), ('step', [2349]), ('step', [2350]), ('check', [2350])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 472 +Queue: [(471,2355,0,True), (472,2360,0,True), (473,2365,0,True), (474,2370,0,True), (475,2375,0,True)] +Grounded Until: 2350 +Expected Memory: 52MB +Grounding... [('step', [2351]), ('step', [2352]), ('step', [2353]), ('step', [2354]), ('step', [2355]), ('check', [2355])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 473 +Queue: [(472,2360,0,True), (473,2365,0,True), (474,2370,0,True), (475,2375,0,True)] +Grounded Until: 2355 +Expected Memory: 52MB +Grounding... [('step', [2356]), ('step', [2357]), ('step', [2358]), ('step', [2359]), ('step', [2360]), ('check', [2360])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 474 +Queue: [(473,2365,0,True), (474,2370,0,True), (475,2375,0,True)] +Grounded Until: 2360 +Expected Memory: 52MB +Grounding... [('step', [2361]), ('step', [2362]), ('step', [2363]), ('step', [2364]), ('step', [2365]), ('check', [2365])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 475 +Queue: [(474,2370,0,True), (475,2375,0,True)] +Grounded Until: 2365 +Expected Memory: 52MB +Grounding... [('step', [2366]), ('step', [2367]), ('step', [2368]), ('step', [2369]), ('step', [2370]), ('check', [2370])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 476 +Queue: [(475,2375,0,True)] +Grounded Until: 2370 +Expected Memory: 52MB +Grounding... [('step', [2371]), ('step', [2372]), ('step', [2373]), ('step', [2374]), ('step', [2375]), ('check', [2375])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 477 +Queue: [(476,2380,0,True), (477,2385,0,True), (478,2390,0,True), (479,2395,0,True), (480,2400,0,True), (481,2405,0,True), (482,2410,0,True)] +Grounded Until: 2375 +Expected Memory: 52MB +Grounding... [('step', [2376]), ('step', [2377]), ('step', [2378]), ('step', [2379]), ('step', [2380]), ('check', [2380])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 478 +Queue: [(477,2385,0,True), (478,2390,0,True), (479,2395,0,True), (480,2400,0,True), (481,2405,0,True), (482,2410,0,True)] +Grounded Until: 2380 +Expected Memory: 52MB +Grounding... [('step', [2381]), ('step', [2382]), ('step', [2383]), ('step', [2384]), ('step', [2385]), ('check', [2385])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 479 +Queue: [(478,2390,0,True), (479,2395,0,True), (480,2400,0,True), (481,2405,0,True), (482,2410,0,True)] +Grounded Until: 2385 +Expected Memory: 52MB +Grounding... [('step', [2386]), ('step', [2387]), ('step', [2388]), ('step', [2389]), ('step', [2390]), ('check', [2390])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 480 +Queue: [(479,2395,0,True), (480,2400,0,True), (481,2405,0,True), (482,2410,0,True)] +Grounded Until: 2390 +Expected Memory: 52MB +Grounding... [('step', [2391]), ('step', [2392]), ('step', [2393]), ('step', [2394]), ('step', [2395]), ('check', [2395])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 481 +Queue: [(480,2400,0,True), (481,2405,0,True), (482,2410,0,True)] +Grounded Until: 2395 +Expected Memory: 52MB +Grounding... [('step', [2396]), ('step', [2397]), ('step', [2398]), ('step', [2399]), ('step', [2400]), ('check', [2400])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 482 +Queue: [(481,2405,0,True), (482,2410,0,True)] +Grounded Until: 2400 +Expected Memory: 52MB +Grounding... [('step', [2401]), ('step', [2402]), ('step', [2403]), ('step', [2404]), ('step', [2405]), ('check', [2405])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 483 +Queue: [(482,2410,0,True)] +Grounded Until: 2405 +Expected Memory: 52MB +Grounding... [('step', [2406]), ('step', [2407]), ('step', [2408]), ('step', [2409]), ('step', [2410]), ('check', [2410])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 484 +Queue: [(483,2415,0,True), (484,2420,0,True), (485,2425,0,True), (486,2430,0,True), (487,2435,0,True), (488,2440,0,True), (489,2445,0,True)] +Grounded Until: 2410 +Expected Memory: 52MB +Grounding... [('step', [2411]), ('step', [2412]), ('step', [2413]), ('step', [2414]), ('step', [2415]), ('check', [2415])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 485 +Queue: [(484,2420,0,True), (485,2425,0,True), (486,2430,0,True), (487,2435,0,True), (488,2440,0,True), (489,2445,0,True)] +Grounded Until: 2415 +Expected Memory: 52MB +Grounding... [('step', [2416]), ('step', [2417]), ('step', [2418]), ('step', [2419]), ('step', [2420]), ('check', [2420])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 486 +Queue: [(485,2425,0,True), (486,2430,0,True), (487,2435,0,True), (488,2440,0,True), (489,2445,0,True)] +Grounded Until: 2420 +Expected Memory: 52MB +Grounding... [('step', [2421]), ('step', [2422]), ('step', [2423]), ('step', [2424]), ('step', [2425]), ('check', [2425])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 487 +Queue: [(486,2430,0,True), (487,2435,0,True), (488,2440,0,True), (489,2445,0,True)] +Grounded Until: 2425 +Expected Memory: 52MB +Grounding... [('step', [2426]), ('step', [2427]), ('step', [2428]), ('step', [2429]), ('step', [2430]), ('check', [2430])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 488 +Queue: [(487,2435,0,True), (488,2440,0,True), (489,2445,0,True)] +Grounded Until: 2430 +Expected Memory: 52MB +Grounding... [('step', [2431]), ('step', [2432]), ('step', [2433]), ('step', [2434]), ('step', [2435]), ('check', [2435])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 489 +Queue: [(488,2440,0,True), (489,2445,0,True)] +Grounded Until: 2435 +Expected Memory: 52MB +Grounding... [('step', [2436]), ('step', [2437]), ('step', [2438]), ('step', [2439]), ('step', [2440]), ('check', [2440])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 490 +Queue: [(489,2445,0,True)] +Grounded Until: 2440 +Expected Memory: 52MB +Grounding... [('step', [2441]), ('step', [2442]), ('step', [2443]), ('step', [2444]), ('step', [2445]), ('check', [2445])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 491 +Queue: [(490,2450,0,True), (491,2455,0,True), (492,2460,0,True), (493,2465,0,True), (494,2470,0,True), (495,2475,0,True), (496,2480,0,True)] +Grounded Until: 2445 +Expected Memory: 52MB +Grounding... [('step', [2446]), ('step', [2447]), ('step', [2448]), ('step', [2449]), ('step', [2450]), ('check', [2450])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 492 +Queue: [(491,2455,0,True), (492,2460,0,True), (493,2465,0,True), (494,2470,0,True), (495,2475,0,True), (496,2480,0,True)] +Grounded Until: 2450 +Expected Memory: 52MB +Grounding... [('step', [2451]), ('step', [2452]), ('step', [2453]), ('step', [2454]), ('step', [2455]), ('check', [2455])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 493 +Queue: [(492,2460,0,True), (493,2465,0,True), (494,2470,0,True), (495,2475,0,True), (496,2480,0,True)] +Grounded Until: 2455 +Expected Memory: 52MB +Grounding... [('step', [2456]), ('step', [2457]), ('step', [2458]), ('step', [2459]), ('step', [2460]), ('check', [2460])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 494 +Queue: [(493,2465,0,True), (494,2470,0,True), (495,2475,0,True), (496,2480,0,True)] +Grounded Until: 2460 +Expected Memory: 52MB +Grounding... [('step', [2461]), ('step', [2462]), ('step', [2463]), ('step', [2464]), ('step', [2465]), ('check', [2465])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 495 +Queue: [(494,2470,0,True), (495,2475,0,True), (496,2480,0,True)] +Grounded Until: 2465 +Expected Memory: 52MB +Grounding... [('step', [2466]), ('step', [2467]), ('step', [2468]), ('step', [2469]), ('step', [2470]), ('check', [2470])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 496 +Queue: [(495,2475,0,True), (496,2480,0,True)] +Grounded Until: 2470 +Expected Memory: 52MB +Grounding... [('step', [2471]), ('step', [2472]), ('step', [2473]), ('step', [2474]), ('step', [2475]), ('check', [2475])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 497 +Queue: [(496,2480,0,True)] +Grounded Until: 2475 +Expected Memory: 52MB +Grounding... [('step', [2476]), ('step', [2477]), ('step', [2478]), ('step', [2479]), ('step', [2480]), ('check', [2480])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 498 +Queue: [(497,2485,0,True), (498,2490,0,True), (499,2495,0,True), (500,2500,0,True), (501,2505,0,True), (502,2510,0,True), (503,2515,0,True)] +Grounded Until: 2480 +Expected Memory: 52MB +Grounding... [('step', [2481]), ('step', [2482]), ('step', [2483]), ('step', [2484]), ('step', [2485]), ('check', [2485])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 499 +Queue: [(498,2490,0,True), (499,2495,0,True), (500,2500,0,True), (501,2505,0,True), (502,2510,0,True), (503,2515,0,True)] +Grounded Until: 2485 +Expected Memory: 52MB +Grounding... [('step', [2486]), ('step', [2487]), ('step', [2488]), ('step', [2489]), ('step', [2490]), ('check', [2490])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 500 +Queue: [(499,2495,0,True), (500,2500,0,True), (501,2505,0,True), (502,2510,0,True), (503,2515,0,True)] +Grounded Until: 2490 +Expected Memory: 52MB +Grounding... [('step', [2491]), ('step', [2492]), ('step', [2493]), ('step', [2494]), ('step', [2495]), ('check', [2495])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 501 +Queue: [(500,2500,0,True), (501,2505,0,True), (502,2510,0,True), (503,2515,0,True)] +Grounded Until: 2495 +Expected Memory: 52MB +Grounding... [('step', [2496]), ('step', [2497]), ('step', [2498]), ('step', [2499]), ('step', [2500]), ('check', [2500])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 502 +Queue: [(501,2505,0,True), (502,2510,0,True), (503,2515,0,True)] +Grounded Until: 2500 +Expected Memory: 52MB +Grounding... [('step', [2501]), ('step', [2502]), ('step', [2503]), ('step', [2504]), ('step', [2505]), ('check', [2505])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 503 +Queue: [(502,2510,0,True), (503,2515,0,True)] +Grounded Until: 2505 +Expected Memory: 52MB +Grounding... [('step', [2506]), ('step', [2507]), ('step', [2508]), ('step', [2509]), ('step', [2510]), ('check', [2510])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 504 +Queue: [(503,2515,0,True)] +Grounded Until: 2510 +Expected Memory: 52MB +Grounding... [('step', [2511]), ('step', [2512]), ('step', [2513]), ('step', [2514]), ('step', [2515]), ('check', [2515])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 505 +Queue: [(504,2520,0,True), (505,2525,0,True), (506,2530,0,True), (507,2535,0,True), (508,2540,0,True), (509,2545,0,True), (510,2550,0,True)] +Grounded Until: 2515 +Expected Memory: 52MB +Grounding... [('step', [2516]), ('step', [2517]), ('step', [2518]), ('step', [2519]), ('step', [2520]), ('check', [2520])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 506 +Queue: [(505,2525,0,True), (506,2530,0,True), (507,2535,0,True), (508,2540,0,True), (509,2545,0,True), (510,2550,0,True)] +Grounded Until: 2520 +Expected Memory: 52MB +Grounding... [('step', [2521]), ('step', [2522]), ('step', [2523]), ('step', [2524]), ('step', [2525]), ('check', [2525])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 507 +Queue: [(506,2530,0,True), (507,2535,0,True), (508,2540,0,True), (509,2545,0,True), (510,2550,0,True)] +Grounded Until: 2525 +Expected Memory: 52MB +Grounding... [('step', [2526]), ('step', [2527]), ('step', [2528]), ('step', [2529]), ('step', [2530]), ('check', [2530])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 508 +Queue: [(507,2535,0,True), (508,2540,0,True), (509,2545,0,True), (510,2550,0,True)] +Grounded Until: 2530 +Expected Memory: 52MB +Grounding... [('step', [2531]), ('step', [2532]), ('step', [2533]), ('step', [2534]), ('step', [2535]), ('check', [2535])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 509 +Queue: [(508,2540,0,True), (509,2545,0,True), (510,2550,0,True)] +Grounded Until: 2535 +Expected Memory: 52MB +Grounding... [('step', [2536]), ('step', [2537]), ('step', [2538]), ('step', [2539]), ('step', [2540]), ('check', [2540])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 510 +Queue: [(509,2545,0,True), (510,2550,0,True)] +Grounded Until: 2540 +Expected Memory: 52MB +Grounding... [('step', [2541]), ('step', [2542]), ('step', [2543]), ('step', [2544]), ('step', [2545]), ('check', [2545])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 511 +Queue: [(510,2550,0,True)] +Grounded Until: 2545 +Expected Memory: 52MB +Grounding... [('step', [2546]), ('step', [2547]), ('step', [2548]), ('step', [2549]), ('step', [2550]), ('check', [2550])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 512 +Queue: [(511,2555,0,True), (512,2560,0,True), (513,2565,0,True), (514,2570,0,True), (515,2575,0,True), (516,2580,0,True), (517,2585,0,True)] +Grounded Until: 2550 +Expected Memory: 52MB +Grounding... [('step', [2551]), ('step', [2552]), ('step', [2553]), ('step', [2554]), ('step', [2555]), ('check', [2555])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 513 +Queue: [(512,2560,0,True), (513,2565,0,True), (514,2570,0,True), (515,2575,0,True), (516,2580,0,True), (517,2585,0,True)] +Grounded Until: 2555 +Expected Memory: 52MB +Grounding... [('step', [2556]), ('step', [2557]), ('step', [2558]), ('step', [2559]), ('step', [2560]), ('check', [2560])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 514 +Queue: [(513,2565,0,True), (514,2570,0,True), (515,2575,0,True), (516,2580,0,True), (517,2585,0,True)] +Grounded Until: 2560 +Expected Memory: 52MB +Grounding... [('step', [2561]), ('step', [2562]), ('step', [2563]), ('step', [2564]), ('step', [2565]), ('check', [2565])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 515 +Queue: [(514,2570,0,True), (515,2575,0,True), (516,2580,0,True), (517,2585,0,True)] +Grounded Until: 2565 +Expected Memory: 52MB +Grounding... [('step', [2566]), ('step', [2567]), ('step', [2568]), ('step', [2569]), ('step', [2570]), ('check', [2570])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 516 +Queue: [(515,2575,0,True), (516,2580,0,True), (517,2585,0,True)] +Grounded Until: 2570 +Expected Memory: 52MB +Grounding... [('step', [2571]), ('step', [2572]), ('step', [2573]), ('step', [2574]), ('step', [2575]), ('check', [2575])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 517 +Queue: [(516,2580,0,True), (517,2585,0,True)] +Grounded Until: 2575 +Expected Memory: 52MB +Grounding... [('step', [2576]), ('step', [2577]), ('step', [2578]), ('step', [2579]), ('step', [2580]), ('check', [2580])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 518 +Queue: [(517,2585,0,True)] +Grounded Until: 2580 +Expected Memory: 52MB +Grounding... [('step', [2581]), ('step', [2582]), ('step', [2583]), ('step', [2584]), ('step', [2585]), ('check', [2585])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 519 +Queue: [(518,2590,0,True), (519,2595,0,True), (520,2600,0,True), (521,2605,0,True), (522,2610,0,True), (523,2615,0,True), (524,2620,0,True)] +Grounded Until: 2585 +Expected Memory: 52MB +Grounding... [('step', [2586]), ('step', [2587]), ('step', [2588]), ('step', [2589]), ('step', [2590]), ('check', [2590])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 520 +Queue: [(519,2595,0,True), (520,2600,0,True), (521,2605,0,True), (522,2610,0,True), (523,2615,0,True), (524,2620,0,True)] +Grounded Until: 2590 +Expected Memory: 52MB +Grounding... [('step', [2591]), ('step', [2592]), ('step', [2593]), ('step', [2594]), ('step', [2595]), ('check', [2595])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 521 +Queue: [(520,2600,0,True), (521,2605,0,True), (522,2610,0,True), (523,2615,0,True), (524,2620,0,True)] +Grounded Until: 2595 +Expected Memory: 52MB +Grounding... [('step', [2596]), ('step', [2597]), ('step', [2598]), ('step', [2599]), ('step', [2600]), ('check', [2600])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 522 +Queue: [(521,2605,0,True), (522,2610,0,True), (523,2615,0,True), (524,2620,0,True)] +Grounded Until: 2600 +Expected Memory: 52MB +Grounding... [('step', [2601]), ('step', [2602]), ('step', [2603]), ('step', [2604]), ('step', [2605]), ('check', [2605])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 523 +Queue: [(522,2610,0,True), (523,2615,0,True), (524,2620,0,True)] +Grounded Until: 2605 +Expected Memory: 52MB +Grounding... [('step', [2606]), ('step', [2607]), ('step', [2608]), ('step', [2609]), ('step', [2610]), ('check', [2610])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 524 +Queue: [(523,2615,0,True), (524,2620,0,True)] +Grounded Until: 2610 +Expected Memory: 52MB +Grounding... [('step', [2611]), ('step', [2612]), ('step', [2613]), ('step', [2614]), ('step', [2615]), ('check', [2615])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 525 +Queue: [(524,2620,0,True)] +Grounded Until: 2615 +Expected Memory: 52MB +Grounding... [('step', [2616]), ('step', [2617]), ('step', [2618]), ('step', [2619]), ('step', [2620]), ('check', [2620])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 526 +Queue: [(525,2625,0,True), (526,2630,0,True), (527,2635,0,True), (528,2640,0,True), (529,2645,0,True), (530,2650,0,True), (531,2655,0,True)] +Grounded Until: 2620 +Expected Memory: 52MB +Grounding... [('step', [2621]), ('step', [2622]), ('step', [2623]), ('step', [2624]), ('step', [2625]), ('check', [2625])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 527 +Queue: [(526,2630,0,True), (527,2635,0,True), (528,2640,0,True), (529,2645,0,True), (530,2650,0,True), (531,2655,0,True)] +Grounded Until: 2625 +Expected Memory: 52MB +Grounding... [('step', [2626]), ('step', [2627]), ('step', [2628]), ('step', [2629]), ('step', [2630]), ('check', [2630])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 528 +Queue: [(527,2635,0,True), (528,2640,0,True), (529,2645,0,True), (530,2650,0,True), (531,2655,0,True)] +Grounded Until: 2630 +Expected Memory: 52MB +Grounding... [('step', [2631]), ('step', [2632]), ('step', [2633]), ('step', [2634]), ('step', [2635]), ('check', [2635])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 529 +Queue: [(528,2640,0,True), (529,2645,0,True), (530,2650,0,True), (531,2655,0,True)] +Grounded Until: 2635 +Expected Memory: 52MB +Grounding... [('step', [2636]), ('step', [2637]), ('step', [2638]), ('step', [2639]), ('step', [2640]), ('check', [2640])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 530 +Queue: [(529,2645,0,True), (530,2650,0,True), (531,2655,0,True)] +Grounded Until: 2640 +Expected Memory: 52MB +Grounding... [('step', [2641]), ('step', [2642]), ('step', [2643]), ('step', [2644]), ('step', [2645]), ('check', [2645])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 531 +Queue: [(530,2650,0,True), (531,2655,0,True)] +Grounded Until: 2645 +Expected Memory: 52MB +Grounding... [('step', [2646]), ('step', [2647]), ('step', [2648]), ('step', [2649]), ('step', [2650]), ('check', [2650])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 532 +Queue: [(531,2655,0,True)] +Grounded Until: 2650 +Expected Memory: 52MB +Grounding... [('step', [2651]), ('step', [2652]), ('step', [2653]), ('step', [2654]), ('step', [2655]), ('check', [2655])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 533 +Queue: [(532,2660,0,True), (533,2665,0,True), (534,2670,0,True), (535,2675,0,True), (536,2680,0,True), (537,2685,0,True), (538,2690,0,True)] +Grounded Until: 2655 +Expected Memory: 52MB +Grounding... [('step', [2656]), ('step', [2657]), ('step', [2658]), ('step', [2659]), ('step', [2660]), ('check', [2660])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 534 +Queue: [(533,2665,0,True), (534,2670,0,True), (535,2675,0,True), (536,2680,0,True), (537,2685,0,True), (538,2690,0,True)] +Grounded Until: 2660 +Expected Memory: 52MB +Grounding... [('step', [2661]), ('step', [2662]), ('step', [2663]), ('step', [2664]), ('step', [2665]), ('check', [2665])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 535 +Queue: [(534,2670,0,True), (535,2675,0,True), (536,2680,0,True), (537,2685,0,True), (538,2690,0,True)] +Grounded Until: 2665 +Expected Memory: 52MB +Grounding... [('step', [2666]), ('step', [2667]), ('step', [2668]), ('step', [2669]), ('step', [2670]), ('check', [2670])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 536 +Queue: [(535,2675,0,True), (536,2680,0,True), (537,2685,0,True), (538,2690,0,True)] +Grounded Until: 2670 +Expected Memory: 52MB +Grounding... [('step', [2671]), ('step', [2672]), ('step', [2673]), ('step', [2674]), ('step', [2675]), ('check', [2675])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 537 +Queue: [(536,2680,0,True), (537,2685,0,True), (538,2690,0,True)] +Grounded Until: 2675 +Expected Memory: 52MB +Grounding... [('step', [2676]), ('step', [2677]), ('step', [2678]), ('step', [2679]), ('step', [2680]), ('check', [2680])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 538 +Queue: [(537,2685,0,True), (538,2690,0,True)] +Grounded Until: 2680 +Expected Memory: 52MB +Grounding... [('step', [2681]), ('step', [2682]), ('step', [2683]), ('step', [2684]), ('step', [2685]), ('check', [2685])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 539 +Queue: [(538,2690,0,True)] +Grounded Until: 2685 +Expected Memory: 52MB +Grounding... [('step', [2686]), ('step', [2687]), ('step', [2688]), ('step', [2689]), ('step', [2690]), ('check', [2690])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 540 +Queue: [(539,2695,0,True), (540,2700,0,True), (541,2705,0,True), (542,2710,0,True), (543,2715,0,True), (544,2720,0,True), (545,2725,0,True)] +Grounded Until: 2690 +Expected Memory: 52MB +Grounding... [('step', [2691]), ('step', [2692]), ('step', [2693]), ('step', [2694]), ('step', [2695]), ('check', [2695])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 541 +Queue: [(540,2700,0,True), (541,2705,0,True), (542,2710,0,True), (543,2715,0,True), (544,2720,0,True), (545,2725,0,True)] +Grounded Until: 2695 +Expected Memory: 52MB +Grounding... [('step', [2696]), ('step', [2697]), ('step', [2698]), ('step', [2699]), ('step', [2700]), ('check', [2700])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 542 +Queue: [(541,2705,0,True), (542,2710,0,True), (543,2715,0,True), (544,2720,0,True), (545,2725,0,True)] +Grounded Until: 2700 +Expected Memory: 52MB +Grounding... [('step', [2701]), ('step', [2702]), ('step', [2703]), ('step', [2704]), ('step', [2705]), ('check', [2705])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 543 +Queue: [(542,2710,0,True), (543,2715,0,True), (544,2720,0,True), (545,2725,0,True)] +Grounded Until: 2705 +Expected Memory: 52MB +Grounding... [('step', [2706]), ('step', [2707]), ('step', [2708]), ('step', [2709]), ('step', [2710]), ('check', [2710])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 544 +Queue: [(543,2715,0,True), (544,2720,0,True), (545,2725,0,True)] +Grounded Until: 2710 +Expected Memory: 52MB +Grounding... [('step', [2711]), ('step', [2712]), ('step', [2713]), ('step', [2714]), ('step', [2715]), ('check', [2715])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 545 +Queue: [(544,2720,0,True), (545,2725,0,True)] +Grounded Until: 2715 +Expected Memory: 52MB +Grounding... [('step', [2716]), ('step', [2717]), ('step', [2718]), ('step', [2719]), ('step', [2720]), ('check', [2720])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 546 +Queue: [(545,2725,0,True)] +Grounded Until: 2720 +Expected Memory: 52MB +Grounding... [('step', [2721]), ('step', [2722]), ('step', [2723]), ('step', [2724]), ('step', [2725]), ('check', [2725])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 547 +Queue: [(546,2730,0,True), (547,2735,0,True), (548,2740,0,True), (549,2745,0,True), (550,2750,0,True), (551,2755,0,True), (552,2760,0,True)] +Grounded Until: 2725 +Expected Memory: 52MB +Grounding... [('step', [2726]), ('step', [2727]), ('step', [2728]), ('step', [2729]), ('step', [2730]), ('check', [2730])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 548 +Queue: [(547,2735,0,True), (548,2740,0,True), (549,2745,0,True), (550,2750,0,True), (551,2755,0,True), (552,2760,0,True)] +Grounded Until: 2730 +Expected Memory: 52MB +Grounding... [('step', [2731]), ('step', [2732]), ('step', [2733]), ('step', [2734]), ('step', [2735]), ('check', [2735])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 549 +Queue: [(548,2740,0,True), (549,2745,0,True), (550,2750,0,True), (551,2755,0,True), (552,2760,0,True)] +Grounded Until: 2735 +Expected Memory: 52MB +Grounding... [('step', [2736]), ('step', [2737]), ('step', [2738]), ('step', [2739]), ('step', [2740]), ('check', [2740])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 550 +Queue: [(549,2745,0,True), (550,2750,0,True), (551,2755,0,True), (552,2760,0,True)] +Grounded Until: 2740 +Expected Memory: 52MB +Grounding... [('step', [2741]), ('step', [2742]), ('step', [2743]), ('step', [2744]), ('step', [2745]), ('check', [2745])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 551 +Queue: [(550,2750,0,True), (551,2755,0,True), (552,2760,0,True)] +Grounded Until: 2745 +Expected Memory: 52MB +Grounding... [('step', [2746]), ('step', [2747]), ('step', [2748]), ('step', [2749]), ('step', [2750]), ('check', [2750])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 552 +Queue: [(551,2755,0,True), (552,2760,0,True)] +Grounded Until: 2750 +Expected Memory: 52MB +Grounding... [('step', [2751]), ('step', [2752]), ('step', [2753]), ('step', [2754]), ('step', [2755]), ('check', [2755])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 553 +Queue: [(552,2760,0,True)] +Grounded Until: 2755 +Expected Memory: 52MB +Grounding... [('step', [2756]), ('step', [2757]), ('step', [2758]), ('step', [2759]), ('step', [2760]), ('check', [2760])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 554 +Queue: [(553,2765,0,True), (554,2770,0,True), (555,2775,0,True), (556,2780,0,True), (557,2785,0,True), (558,2790,0,True), (559,2795,0,True)] +Grounded Until: 2760 +Expected Memory: 52MB +Grounding... [('step', [2761]), ('step', [2762]), ('step', [2763]), ('step', [2764]), ('step', [2765]), ('check', [2765])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 555 +Queue: [(554,2770,0,True), (555,2775,0,True), (556,2780,0,True), (557,2785,0,True), (558,2790,0,True), (559,2795,0,True)] +Grounded Until: 2765 +Expected Memory: 52MB +Grounding... [('step', [2766]), ('step', [2767]), ('step', [2768]), ('step', [2769]), ('step', [2770]), ('check', [2770])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 556 +Queue: [(555,2775,0,True), (556,2780,0,True), (557,2785,0,True), (558,2790,0,True), (559,2795,0,True)] +Grounded Until: 2770 +Expected Memory: 52MB +Grounding... [('step', [2771]), ('step', [2772]), ('step', [2773]), ('step', [2774]), ('step', [2775]), ('check', [2775])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 557 +Queue: [(556,2780,0,True), (557,2785,0,True), (558,2790,0,True), (559,2795,0,True)] +Grounded Until: 2775 +Expected Memory: 52MB +Grounding... [('step', [2776]), ('step', [2777]), ('step', [2778]), ('step', [2779]), ('step', [2780]), ('check', [2780])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 558 +Queue: [(557,2785,0,True), (558,2790,0,True), (559,2795,0,True)] +Grounded Until: 2780 +Expected Memory: 52MB +Grounding... [('step', [2781]), ('step', [2782]), ('step', [2783]), ('step', [2784]), ('step', [2785]), ('check', [2785])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 559 +Queue: [(558,2790,0,True), (559,2795,0,True)] +Grounded Until: 2785 +Expected Memory: 52MB +Grounding... [('step', [2786]), ('step', [2787]), ('step', [2788]), ('step', [2789]), ('step', [2790]), ('check', [2790])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 560 +Queue: [(559,2795,0,True)] +Grounded Until: 2790 +Expected Memory: 52MB +Grounding... [('step', [2791]), ('step', [2792]), ('step', [2793]), ('step', [2794]), ('step', [2795]), ('check', [2795])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 561 +Queue: [(560,2800,0,True), (561,2805,0,True), (562,2810,0,True), (563,2815,0,True), (564,2820,0,True), (565,2825,0,True), (566,2830,0,True)] +Grounded Until: 2795 +Expected Memory: 52MB +Grounding... [('step', [2796]), ('step', [2797]), ('step', [2798]), ('step', [2799]), ('step', [2800]), ('check', [2800])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 562 +Queue: [(561,2805,0,True), (562,2810,0,True), (563,2815,0,True), (564,2820,0,True), (565,2825,0,True), (566,2830,0,True)] +Grounded Until: 2800 +Expected Memory: 52MB +Grounding... [('step', [2801]), ('step', [2802]), ('step', [2803]), ('step', [2804]), ('step', [2805]), ('check', [2805])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 563 +Queue: [(562,2810,0,True), (563,2815,0,True), (564,2820,0,True), (565,2825,0,True), (566,2830,0,True)] +Grounded Until: 2805 +Expected Memory: 52MB +Grounding... [('step', [2806]), ('step', [2807]), ('step', [2808]), ('step', [2809]), ('step', [2810]), ('check', [2810])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 564 +Queue: [(563,2815,0,True), (564,2820,0,True), (565,2825,0,True), (566,2830,0,True)] +Grounded Until: 2810 +Expected Memory: 52MB +Grounding... [('step', [2811]), ('step', [2812]), ('step', [2813]), ('step', [2814]), ('step', [2815]), ('check', [2815])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 565 +Queue: [(564,2820,0,True), (565,2825,0,True), (566,2830,0,True)] +Grounded Until: 2815 +Expected Memory: 52MB +Grounding... [('step', [2816]), ('step', [2817]), ('step', [2818]), ('step', [2819]), ('step', [2820]), ('check', [2820])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 566 +Queue: [(565,2825,0,True), (566,2830,0,True)] +Grounded Until: 2820 +Expected Memory: 52MB +Grounding... [('step', [2821]), ('step', [2822]), ('step', [2823]), ('step', [2824]), ('step', [2825]), ('check', [2825])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 567 +Queue: [(566,2830,0,True)] +Grounded Until: 2825 +Expected Memory: 52MB +Grounding... [('step', [2826]), ('step', [2827]), ('step', [2828]), ('step', [2829]), ('step', [2830]), ('check', [2830])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 568 +Queue: [(567,2835,0,True), (568,2840,0,True), (569,2845,0,True), (570,2850,0,True), (571,2855,0,True), (572,2860,0,True), (573,2865,0,True)] +Grounded Until: 2830 +Expected Memory: 52MB +Grounding... [('step', [2831]), ('step', [2832]), ('step', [2833]), ('step', [2834]), ('step', [2835]), ('check', [2835])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 569 +Queue: [(568,2840,0,True), (569,2845,0,True), (570,2850,0,True), (571,2855,0,True), (572,2860,0,True), (573,2865,0,True)] +Grounded Until: 2835 +Expected Memory: 52MB +Grounding... [('step', [2836]), ('step', [2837]), ('step', [2838]), ('step', [2839]), ('step', [2840]), ('check', [2840])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 570 +Queue: [(569,2845,0,True), (570,2850,0,True), (571,2855,0,True), (572,2860,0,True), (573,2865,0,True)] +Grounded Until: 2840 +Expected Memory: 52MB +Grounding... [('step', [2841]), ('step', [2842]), ('step', [2843]), ('step', [2844]), ('step', [2845]), ('check', [2845])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 571 +Queue: [(570,2850,0,True), (571,2855,0,True), (572,2860,0,True), (573,2865,0,True)] +Grounded Until: 2845 +Expected Memory: 52MB +Grounding... [('step', [2846]), ('step', [2847]), ('step', [2848]), ('step', [2849]), ('step', [2850]), ('check', [2850])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 572 +Queue: [(571,2855,0,True), (572,2860,0,True), (573,2865,0,True)] +Grounded Until: 2850 +Expected Memory: 52MB +Grounding... [('step', [2851]), ('step', [2852]), ('step', [2853]), ('step', [2854]), ('step', [2855]), ('check', [2855])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 573 +Queue: [(572,2860,0,True), (573,2865,0,True)] +Grounded Until: 2855 +Expected Memory: 52MB +Grounding... [('step', [2856]), ('step', [2857]), ('step', [2858]), ('step', [2859]), ('step', [2860]), ('check', [2860])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 574 +Queue: [(573,2865,0,True)] +Grounded Until: 2860 +Expected Memory: 52MB +Grounding... [('step', [2861]), ('step', [2862]), ('step', [2863]), ('step', [2864]), ('step', [2865]), ('check', [2865])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 575 +Queue: [(574,2870,0,True), (575,2875,0,True), (576,2880,0,True), (577,2885,0,True), (578,2890,0,True), (579,2895,0,True), (580,2900,0,True)] +Grounded Until: 2865 +Expected Memory: 52MB +Grounding... [('step', [2866]), ('step', [2867]), ('step', [2868]), ('step', [2869]), ('step', [2870]), ('check', [2870])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 576 +Queue: [(575,2875,0,True), (576,2880,0,True), (577,2885,0,True), (578,2890,0,True), (579,2895,0,True), (580,2900,0,True)] +Grounded Until: 2870 +Expected Memory: 52MB +Grounding... [('step', [2871]), ('step', [2872]), ('step', [2873]), ('step', [2874]), ('step', [2875]), ('check', [2875])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 577 +Queue: [(576,2880,0,True), (577,2885,0,True), (578,2890,0,True), (579,2895,0,True), (580,2900,0,True)] +Grounded Until: 2875 +Expected Memory: 52MB +Grounding... [('step', [2876]), ('step', [2877]), ('step', [2878]), ('step', [2879]), ('step', [2880]), ('check', [2880])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 578 +Queue: [(577,2885,0,True), (578,2890,0,True), (579,2895,0,True), (580,2900,0,True)] +Grounded Until: 2880 +Expected Memory: 52MB +Grounding... [('step', [2881]), ('step', [2882]), ('step', [2883]), ('step', [2884]), ('step', [2885]), ('check', [2885])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 579 +Queue: [(578,2890,0,True), (579,2895,0,True), (580,2900,0,True)] +Grounded Until: 2885 +Expected Memory: 52MB +Grounding... [('step', [2886]), ('step', [2887]), ('step', [2888]), ('step', [2889]), ('step', [2890]), ('check', [2890])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 580 +Queue: [(579,2895,0,True), (580,2900,0,True)] +Grounded Until: 2890 +Expected Memory: 52MB +Grounding... [('step', [2891]), ('step', [2892]), ('step', [2893]), ('step', [2894]), ('step', [2895]), ('check', [2895])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 581 +Queue: [(580,2900,0,True)] +Grounded Until: 2895 +Expected Memory: 52MB +Grounding... [('step', [2896]), ('step', [2897]), ('step', [2898]), ('step', [2899]), ('step', [2900]), ('check', [2900])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 582 +Queue: [(581,2905,0,True), (582,2910,0,True), (583,2915,0,True), (584,2920,0,True), (585,2925,0,True), (586,2930,0,True), (587,2935,0,True)] +Grounded Until: 2900 +Expected Memory: 52MB +Grounding... [('step', [2901]), ('step', [2902]), ('step', [2903]), ('step', [2904]), ('step', [2905]), ('check', [2905])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 583 +Queue: [(582,2910,0,True), (583,2915,0,True), (584,2920,0,True), (585,2925,0,True), (586,2930,0,True), (587,2935,0,True)] +Grounded Until: 2905 +Expected Memory: 52MB +Grounding... [('step', [2906]), ('step', [2907]), ('step', [2908]), ('step', [2909]), ('step', [2910]), ('check', [2910])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 584 +Queue: [(583,2915,0,True), (584,2920,0,True), (585,2925,0,True), (586,2930,0,True), (587,2935,0,True)] +Grounded Until: 2910 +Expected Memory: 52MB +Grounding... [('step', [2911]), ('step', [2912]), ('step', [2913]), ('step', [2914]), ('step', [2915]), ('check', [2915])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 585 +Queue: [(584,2920,0,True), (585,2925,0,True), (586,2930,0,True), (587,2935,0,True)] +Grounded Until: 2915 +Expected Memory: 52MB +Grounding... [('step', [2916]), ('step', [2917]), ('step', [2918]), ('step', [2919]), ('step', [2920]), ('check', [2920])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 586 +Queue: [(585,2925,0,True), (586,2930,0,True), (587,2935,0,True)] +Grounded Until: 2920 +Expected Memory: 52MB +Grounding... [('step', [2921]), ('step', [2922]), ('step', [2923]), ('step', [2924]), ('step', [2925]), ('check', [2925])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 587 +Queue: [(586,2930,0,True), (587,2935,0,True)] +Grounded Until: 2925 +Expected Memory: 52MB +Grounding... [('step', [2926]), ('step', [2927]), ('step', [2928]), ('step', [2929]), ('step', [2930]), ('check', [2930])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 588 +Queue: [(587,2935,0,True)] +Grounded Until: 2930 +Expected Memory: 52MB +Grounding... [('step', [2931]), ('step', [2932]), ('step', [2933]), ('step', [2934]), ('step', [2935]), ('check', [2935])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 589 +Queue: [(588,2940,0,True), (589,2945,0,True), (590,2950,0,True), (591,2955,0,True), (592,2960,0,True), (593,2965,0,True), (594,2970,0,True)] +Grounded Until: 2935 +Expected Memory: 52MB +Grounding... [('step', [2936]), ('step', [2937]), ('step', [2938]), ('step', [2939]), ('step', [2940]), ('check', [2940])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 590 +Queue: [(589,2945,0,True), (590,2950,0,True), (591,2955,0,True), (592,2960,0,True), (593,2965,0,True), (594,2970,0,True)] +Grounded Until: 2940 +Expected Memory: 52MB +Grounding... [('step', [2941]), ('step', [2942]), ('step', [2943]), ('step', [2944]), ('step', [2945]), ('check', [2945])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 591 +Queue: [(590,2950,0,True), (591,2955,0,True), (592,2960,0,True), (593,2965,0,True), (594,2970,0,True)] +Grounded Until: 2945 +Expected Memory: 52MB +Grounding... [('step', [2946]), ('step', [2947]), ('step', [2948]), ('step', [2949]), ('step', [2950]), ('check', [2950])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 592 +Queue: [(591,2955,0,True), (592,2960,0,True), (593,2965,0,True), (594,2970,0,True)] +Grounded Until: 2950 +Expected Memory: 52MB +Grounding... [('step', [2951]), ('step', [2952]), ('step', [2953]), ('step', [2954]), ('step', [2955]), ('check', [2955])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 593 +Queue: [(592,2960,0,True), (593,2965,0,True), (594,2970,0,True)] +Grounded Until: 2955 +Expected Memory: 52MB +Grounding... [('step', [2956]), ('step', [2957]), ('step', [2958]), ('step', [2959]), ('step', [2960]), ('check', [2960])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 594 +Queue: [(593,2965,0,True), (594,2970,0,True)] +Grounded Until: 2960 +Expected Memory: 52MB +Grounding... [('step', [2961]), ('step', [2962]), ('step', [2963]), ('step', [2964]), ('step', [2965]), ('check', [2965])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 595 +Queue: [(594,2970,0,True)] +Grounded Until: 2965 +Expected Memory: 52MB +Grounding... [('step', [2966]), ('step', [2967]), ('step', [2968]), ('step', [2969]), ('step', [2970]), ('check', [2970])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 596 +Queue: [(595,2975,0,True), (596,2980,0,True), (597,2985,0,True), (598,2990,0,True), (599,2995,0,True), (600,3000,0,True)] +Grounded Until: 2970 +Expected Memory: 52MB +Grounding... [('step', [2971]), ('step', [2972]), ('step', [2973]), ('step', [2974]), ('step', [2975]), ('check', [2975])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 597 +Queue: [(596,2980,0,True), (597,2985,0,True), (598,2990,0,True), (599,2995,0,True), (600,3000,0,True)] +Grounded Until: 2975 +Expected Memory: 52MB +Grounding... [('step', [2976]), ('step', [2977]), ('step', [2978]), ('step', [2979]), ('step', [2980]), ('check', [2980])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 598 +Queue: [(597,2985,0,True), (598,2990,0,True), (599,2995,0,True), (600,3000,0,True)] +Grounded Until: 2980 +Expected Memory: 52MB +Grounding... [('step', [2981]), ('step', [2982]), ('step', [2983]), ('step', [2984]), ('step', [2985]), ('check', [2985])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 599 +Queue: [(598,2990,0,True), (599,2995,0,True), (600,3000,0,True)] +Grounded Until: 2985 +Expected Memory: 52MB +Grounding... [('step', [2986]), ('step', [2987]), ('step', [2988]), ('step', [2989]), ('step', [2990]), ('check', [2990])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 600 +Queue: [(599,2995,0,True), (600,3000,0,True)] +Grounded Until: 2990 +Expected Memory: 52MB +Grounding... [('step', [2991]), ('step', [2992]), ('step', [2993]), ('step', [2994]), ('step', [2995]), ('check', [2995])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 601 +Queue: [(600,3000,0,True)] +Grounded Until: 2995 +Expected Memory: 52MB +Grounding... [('step', [2996]), ('step', [2997]), ('step', [2998]), ('step', [2999]), ('step', [3000]), ('check', [3000])] +Grounding Time: 0.00s +Memory: 52MB (+0MB) +Unblocking actions... +Solving... +Solving Time: 0.00s +Memory: 52MB (+0MB) +UNSAT +Iteration Time: 0.00s + +Iteration 602 +PLAN NOT FOUND + +Models : 0 +Calls : 601 +Time : 0.324s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s) +CPU Time : 0.332s + +Choices : 0 +Conflicts : 601 (Analyzed: 0) +Restarts : 0 +Problems : 0 (Average Length: 0.00 Splits: 0) +Lemmas : 0 (Deleted: 0) + Binary : 0 (Ratio: 0.00%) + Ternary : 0 (Ratio: 0.00%) + Conflict : 0 (Average Length: 0.0 Ratio: 0.00%) + Loop : 0 (Average Length: 0.0 Ratio: 0.00%) + Other : 0 (Average Length: 0.0 Ratio: 0.00%) +Backjumps : 0 (Average: 0.00 Max: 0 Sum: 0) + Executed : 0 (Average: 0.00 Max: 0 Sum: 0 Ratio: 0.00%) + Bounded : 0 (Average: 0.00 Max: 0 Sum: 0 Ratio: 100.00%) + +Rules : 2992980 +Atoms : 0 +Bodies : 1202 +Tight : Yes +Variables : 0 (Eliminated: 0 Frozen: 0) +Constraints : 0 (Binary: 0.0% Ternary: 0.0% Other: 0.0%) + +Memory Peak : 52MB +Max. Length : 3000 steps +Models : 0 + +