Trace number 4119508

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.01 1800.51

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-edgecross20-080.opb
MD5SUM394fdbb8a39a23ab20c62a44fe135b70
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark993
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables381
Total number of constraints4561
Number of constraints which are clauses4560
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 3099
Biggest coefficient in the objective function 1457
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 8717
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1457
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 8717
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)2761
Sum of products size (including duplicates)5522
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-30T06:28:12+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4119508-1467260891.opb"]
0.00/0.01	c use --random-gen="1631045171 2495693344 3897226688 1996782394 3979342981 370582172 1178307038 2306219739 760783750 1884956410 1509369266 2830227766 1452403580 813111259 1985675271 1031288296 299844700 583104206 1004570254 3663700428 1643640160 3563370002 3196486578 2677086724 3653876175 997689290 1274664617 413732824 1430783952 3688228487 342418334 4253290969 686326566 2212438152 2319189341 3096951243 4197319093 2666612942 2502187898 4016585565 2139639655 1643762379 1029677787 2191370541 2643879369 3926163191 324583271 2332637654 729383124 986414623 3882732264 2717458331 1795932673 3033003664 2749477023 2973501791 4275385658 1301466771 3963217732 1872155497 2632288190 2092798061 2342671686 1360049270 1834652491 3605128568 3025831850 2065497552 2626031568 1469913894 1035227370 3417519329 1508596810 1047966166 3498093085 2404414669 1842396156 3337018512 2749013077 188826722 85483035 2553213108 3616577804 2590853318 2006681619 964513643 3173674835 4044894477 2148938379 433707776 2466983798 2814013665 1838841534 580129362 1788684914 3856174943 785767535 2110127277 3560609006 2322756373 3305209925 2767804535 890046985 1432613876 4178190902 3160616117 984165175 2218075044 1346693589 1356878495 3352219712 2987281083 3895253655 2875371719 294806547 1271845362 736158109 3341994040 127597164 3411183868 1828627364 680432336 2158617203 3456021025 1332575037 3760424977 3625383940 1335206045 2823489367 2409598839 3440522717 2096212706 3265522429 3819483967 2718638713 2084788565 3880758008 1743304816 1912088541 2750939184 3328334530 803460014 1649715805 3378234813 287185889 1977262026 1325191718 2499687663 1624903927 2684759413 237901770 3823043344 2449909089 2552577021 34343063 3729883789 1150042265 1761158033 3516450055 1781152868 3640483894 2624923835 3194546338 3248311868 765925241 2782032676 1679590337 2909695399 2646281364 3423187096 2620976129 4089645247 1384754312 3743629762 3862934325 1522212413 2835393080 3597811379 481518451 2780252373 4021248546 3275145646 4102242712 379803284 1608129030 78958699 3033971701 2508851478 3657191861 2810298629 1363278658 130283127 3691726491 3671191249 711708275 2824284235 3793195289 3956081515 2197564190 2808638850 29953895 4028631602 2933695778 3749181702 931753796 3779869543 209286951 3731938828 3125734325 3727831827 2981749531 2015157514 1637382909 2897765750 37847844 2146182291 4091463450 1930245604 4057890239 2009101056 3732307199 2859883572 2658963882 356896628 2954697383 82957493 2227723933 1014749893 308990128 3415586370 2200691293 2954084455 3825293904 1701673484 363444937 2096548880 4234188188 2097226700 275816537 1525726486 649504860 3582290540 3093237832 921371318 3330587917 1966943471 884213608 614286524 721599399 4193020206 2746960651 2962178088 1442238464 3665679307 1255972440 331791802 255 362436" option to reproduce the execution
0.00/0.05	c #vars 381
0.00/0.05	c #constraints 4561
0.09/0.15	c BCD2: Hardening is enabled.
0.09/0.15	c BCD2: BiasedSearch is enabled.
0.09/0.15	c Solving starts ...
0.09/0.15	c ============================[ Search Statistics ]============================
0.09/0.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.15	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.15	c =============================================================================
0.09/0.15	c  0.0s |       0 |        0 |        0 |     3939      0 |        1 |        0
0.09/0.17	c  0.0s |       0 |     1733 |        0 |     3939      0 |        1 |        0
0.09/0.17	c #cpu_time = 0.017s
0.09/0.17	c #wall_clock_time = 0.017s
0.09/0.17	c #decision = 1733
0.09/0.17	c #random_decision = 5
0.09/0.17	c #conflict = 0
0.09/0.17	c #restart = 0
0.09/0.17	o 1457
0.09/0.19	c BCD2: updating upper bound: 8717 -> 5086
0.49/0.58	c BCD2: 0 <= obj <= 5086
0.49/0.58	c BCD2: #cores=0, #unrelaxed=3099, #relaxed=0, #hardened=0
0.49/0.58	c BCD2: #sat=1 #unsat=1 bias=1/2
0.49/0.58	c Solving starts ...
0.49/0.58	c ============================[ Search Statistics ]============================
0.49/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.58	c =============================================================================
0.49/0.58	c  0.0s |       0 |        0 |        0 |     3939      0 |        1 |        0
0.49/0.58	c  0.0s |       0 |     1405 |        0 |     3939      0 |        1 |        0
0.49/0.58	c #cpu_time = 0.005s
0.49/0.58	c #wall_clock_time = 0.005s
0.49/0.58	c #decision = 1405
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 0
0.49/0.58	c #restart = 0
0.49/0.58	c BCD2: found a new core of size 1: cost of the new core is >=1457
0.49/0.58	c lower bound updated to -2173
0.49/0.59	c BCD2: 1457 <= obj <= 5086
0.49/0.59	c BCD2: #cores=1, #unrelaxed=3098, #relaxed=1, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=2 bias=2/3
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.49/0.59	c  0.0s |       0 |        0 |        0 |     3939      0 |        1 |        0
0.49/0.60	c  0.0s |       0 |     1570 |        0 |     3939      0 |        1 |        0
0.49/0.60	c #cpu_time = 0.008s
0.49/0.60	c #wall_clock_time = 0.008s
0.49/0.60	c #decision = 1570
0.49/0.60	c #random_decision = 0
0.49/0.60	c #conflict = 0
0.49/0.60	c #restart = 0
0.49/0.60	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.60	c lower bound updated to -2172
0.59/0.60	c BCD2: 1458 <= obj <= 5086
0.59/0.60	c BCD2: #cores=2, #unrelaxed=3095, #relaxed=4, #hardened=0
0.59/0.60	c BCD2: #sat=1 #unsat=3 bias=3/4
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |     3939      0 |        1 |        1
0.59/0.61	c  0.0s |       0 |     1575 |        0 |     3939      0 |        1 |        1
0.59/0.61	c #cpu_time = 0.008s
0.59/0.61	c #wall_clock_time = 0.008s
0.59/0.61	c #decision = 1575
0.59/0.61	c #random_decision = 0
0.59/0.61	c #conflict = 0
0.59/0.61	c #restart = 0
0.59/0.61	c BCD2: found a new core of size 4: cost of the new core is >=1
0.59/0.61	c lower bound updated to -2171
0.59/0.61	c BCD2: 1459 <= obj <= 5086
0.59/0.61	c BCD2: #cores=3, #unrelaxed=3091, #relaxed=8, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=4 bias=4/5
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |     3939      0 |        1 |        1
0.59/0.62	c  0.0s |       0 |     1574 |        0 |     3939      0 |        1 |        1
0.59/0.62	c #cpu_time = 0.007s
0.59/0.62	c #wall_clock_time = 0.007s
0.59/0.62	c #decision = 1574
0.59/0.62	c #random_decision = 0
0.59/0.62	c #conflict = 0
0.59/0.62	c #restart = 0
0.59/0.62	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=2
0.59/0.62	c lower bound updated to -2170
0.59/0.63	c BCD2: 1460 <= obj <= 5086
0.59/0.63	c BCD2: #cores=3, #unrelaxed=3087, #relaxed=12, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=5 bias=5/6
0.59/0.63	c Solving starts ...
0.59/0.63	c ============================[ Search Statistics ]============================
0.59/0.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.63	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.63	c =============================================================================
0.59/0.63	c  0.0s |       0 |        0 |        0 |     3939      0 |        2 |        1
0.59/0.64	c  0.0s |       0 |     1589 |        0 |     3939      0 |        2 |        2
0.59/0.64	c #cpu_time = 0.007s
0.59/0.64	c #wall_clock_time = 0.007s
0.59/0.64	c #decision = 1589
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 0
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: found a new core of size 4: cost of the new core is >=2
0.59/0.64	c lower bound updated to -2168
0.59/0.64	c BCD2: 1462 <= obj <= 5086
0.59/0.64	c BCD2: #cores=4, #unrelaxed=3083, #relaxed=16, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=6 bias=6/7
0.59/0.64	c Solving starts ...
0.59/0.64	c ============================[ Search Statistics ]============================
0.59/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.64	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |     3939      0 |        2 |        2
0.59/0.65	c  0.0s |       0 |     1588 |        0 |     3939      0 |        2 |        2
0.59/0.65	c #cpu_time = 0.007s
0.59/0.65	c #wall_clock_time = 0.007s
0.59/0.65	c #decision = 1588
0.59/0.65	c #random_decision = 0
0.59/0.65	c #conflict = 0
0.59/0.65	c #restart = 0
0.59/0.65	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
0.59/0.65	c lower bound updated to -2167
0.59/0.65	c BCD2: 1463 <= obj <= 5086
0.59/0.65	c BCD2: #cores=4, #unrelaxed=3080, #relaxed=19, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=7 bias=7/8
0.59/0.65	c Solving starts ...
0.59/0.65	c ============================[ Search Statistics ]============================
0.59/0.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.65	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.65	c =============================================================================
0.59/0.65	c  0.0s |       0 |        0 |        0 |     3939      0 |        3 |        2
0.59/0.66	c  0.0s |       0 |     1590 |        0 |     3939      0 |        3 |        3
0.59/0.66	c #cpu_time = 0.007s
0.59/0.66	c #wall_clock_time = 0.007s
0.59/0.66	c #decision = 1590
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 0
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: found a new core of size 4: cost of the new core is >=2
0.59/0.66	c lower bound updated to -2165
0.59/0.66	c BCD2: 1465 <= obj <= 5086
0.59/0.66	c BCD2: #cores=5, #unrelaxed=3076, #relaxed=23, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=8 bias=8/9
0.59/0.66	c Solving starts ...
0.59/0.66	c ============================[ Search Statistics ]============================
0.59/0.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.66	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.66	c =============================================================================
0.59/0.66	c  0.0s |       0 |        0 |        0 |     3939      0 |        3 |        3
0.59/0.67	c  0.0s |       0 |     1588 |        0 |     3939      0 |        3 |        3
0.59/0.67	c #cpu_time = 0.007s
0.59/0.67	c #wall_clock_time = 0.007s
0.59/0.67	c #decision = 1588
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 0
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: found a new core of size 5: cost of the new core is >=2
0.59/0.67	c lower bound updated to -2163
0.59/0.67	c BCD2: 1467 <= obj <= 5086
0.59/0.67	c BCD2: #cores=6, #unrelaxed=3071, #relaxed=28, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=9 bias=9/10
0.59/0.67	c Solving starts ...
0.59/0.67	c ============================[ Search Statistics ]============================
0.59/0.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.67	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.67	c =============================================================================
0.59/0.67	c  0.0s |       0 |        0 |        0 |     3939      0 |        3 |        3
0.59/0.68	c  0.0s |       0 |     1586 |        0 |     3939      0 |        3 |        3
0.59/0.68	c #cpu_time = 0.007s
0.59/0.68	c #wall_clock_time = 0.007s
0.59/0.68	c #decision = 1586
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 0
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: found a new core of size 5: cost of the new core is >=1
0.59/0.68	c lower bound updated to -2162
0.59/0.68	c BCD2: 1468 <= obj <= 5086
0.59/0.68	c BCD2: #cores=7, #unrelaxed=3066, #relaxed=33, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=10 bias=10/11
0.59/0.68	c Solving starts ...
0.59/0.68	c ============================[ Search Statistics ]============================
0.59/0.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.68	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.68	c =============================================================================
0.59/0.68	c  0.0s |       0 |        0 |        0 |     3939      0 |        3 |        3
0.59/0.69	c  0.0s |       0 |     1557 |        0 |     3939      0 |        3 |        3
0.59/0.69	c #cpu_time = 0.007s
0.59/0.69	c #wall_clock_time = 0.007s
0.59/0.69	c #decision = 1557
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 0
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 11: cost of the new core is >=3
0.59/0.69	c lower bound updated to -2160
0.59/0.69	c BCD2: 1470 <= obj <= 5086
0.59/0.69	c BCD2: #cores=7, #unrelaxed=3060, #relaxed=39, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=11 bias=11/12
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |     3939      0 |        4 |        3
0.69/0.70	c  0.0s |       0 |     1581 |        0 |     3939      0 |        4 |        4
0.69/0.70	c #cpu_time = 0.007s
0.69/0.70	c #wall_clock_time = 0.007s
0.69/0.70	c #decision = 1581
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 0
0.69/0.70	c #restart = 0
0.69/0.70	c BCD2: found a new core of size 4: cost of the new core is >=1
0.69/0.70	c lower bound updated to -2159
0.69/0.70	c BCD2: 1471 <= obj <= 5086
0.69/0.70	c BCD2: #cores=8, #unrelaxed=3056, #relaxed=43, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=12 bias=12/13
0.69/0.70	c Solving starts ...
0.69/0.70	c ============================[ Search Statistics ]============================
0.69/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.70	c =============================================================================
0.69/0.70	c  0.0s |       0 |        0 |        0 |     3939      0 |        4 |        4
0.69/0.71	c  0.0s |       0 |     1580 |        0 |     3939      0 |        4 |        4
0.69/0.71	c #cpu_time = 0.007s
0.69/0.71	c #wall_clock_time = 0.007s
0.69/0.71	c #decision = 1580
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 0
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: found a new core of size 4: cost of the new core is >=1
0.69/0.71	c lower bound updated to -2158
0.69/0.71	c BCD2: 1472 <= obj <= 5086
0.69/0.71	c BCD2: #cores=9, #unrelaxed=3052, #relaxed=47, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=13 bias=13/14
0.69/0.71	c Solving starts ...
0.69/0.71	c ============================[ Search Statistics ]============================
0.69/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.71	c =============================================================================
0.69/0.71	c  0.0s |       0 |        0 |        0 |     3939      0 |        4 |        4
0.69/0.72	c  0.0s |       0 |     1575 |        0 |     3939      0 |        4 |        4
0.69/0.72	c #cpu_time = 0.007s
0.69/0.72	c #wall_clock_time = 0.007s
0.69/0.72	c #decision = 1575
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 0
0.69/0.72	c #restart = 0
0.69/0.72	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 10: cost of the new core is >=2
0.69/0.72	c lower bound updated to -2157
0.69/0.72	c BCD2: 1473 <= obj <= 5086
0.69/0.72	c BCD2: #cores=9, #unrelaxed=3046, #relaxed=53, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=14 bias=14/15
0.69/0.72	c Solving starts ...
0.69/0.72	c ============================[ Search Statistics ]============================
0.69/0.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.72	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.72	c =============================================================================
0.69/0.72	c  0.0s |       0 |        0 |        0 |     3939      0 |        5 |        4
0.69/0.73	c  0.0s |       0 |     1574 |        0 |     3939      0 |        5 |        5
0.69/0.73	c #cpu_time = 0.007s
0.69/0.73	c #wall_clock_time = 0.007s
0.69/0.73	c #decision = 1574
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 0
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: found a new core of size 6: cost of the new core is >=2
0.69/0.73	c lower bound updated to -2155
0.69/0.73	c BCD2: 1475 <= obj <= 5086
0.69/0.73	c BCD2: #cores=10, #unrelaxed=3040, #relaxed=59, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=15 bias=15/16
0.69/0.73	c Solving starts ...
0.69/0.73	c ============================[ Search Statistics ]============================
0.69/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.73	c =============================================================================
0.69/0.73	c  0.0s |       0 |        0 |        0 |     3939      0 |        5 |        5
0.69/0.74	c  0.0s |       0 |     1571 |        0 |     3939      0 |        5 |        5
0.69/0.74	c #cpu_time = 0.007s
0.69/0.74	c #wall_clock_time = 0.007s
0.69/0.74	c #decision = 1571
0.69/0.74	c #random_decision = 0
0.69/0.74	c #conflict = 0
0.69/0.74	c #restart = 0
0.69/0.74	c BCD2: found a new core of size 4: cost of the new core is >=2
0.69/0.74	c lower bound updated to -2153
0.69/0.74	c BCD2: 1477 <= obj <= 5086
0.69/0.74	c BCD2: #cores=11, #unrelaxed=3036, #relaxed=63, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=16 bias=16/17
0.69/0.74	c Solving starts ...
0.69/0.74	c ============================[ Search Statistics ]============================
0.69/0.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.74	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.74	c =============================================================================
0.69/0.74	c  0.0s |       0 |        0 |        0 |     3939      0 |        5 |        5
0.69/0.75	c  0.0s |       0 |     1570 |        0 |     3939      0 |        5 |        5
0.69/0.75	c #cpu_time = 0.007s
0.69/0.75	c #wall_clock_time = 0.007s
0.69/0.75	c #decision = 1570
0.69/0.75	c #random_decision = 0
0.69/0.75	c #conflict = 0
0.69/0.75	c #restart = 0
0.69/0.75	c BCD2: found a new core of size 7: cost of the new core is >=2
0.69/0.75	c lower bound updated to -2151
0.69/0.75	c BCD2: 1479 <= obj <= 5086
0.69/0.75	c BCD2: #cores=12, #unrelaxed=3029, #relaxed=70, #hardened=0
0.69/0.75	c BCD2: #sat=1 #unsat=17 bias=17/18
0.69/0.75	c Solving starts ...
0.69/0.75	c ============================[ Search Statistics ]============================
0.69/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.75	c =============================================================================
0.69/0.75	c  0.0s |       0 |        0 |        0 |     3939      0 |        5 |        5
0.69/0.76	c  0.0s |       0 |     1548 |        0 |     3939      0 |        5 |        5
0.69/0.76	c #cpu_time = 0.007s
0.69/0.76	c #wall_clock_time = 0.007s
0.69/0.76	c #decision = 1548
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 0
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
0.69/0.76	c lower bound updated to -2149
0.69/0.76	c BCD2: 1481 <= obj <= 5086
0.69/0.76	c BCD2: #cores=12, #unrelaxed=3027, #relaxed=72, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=18 bias=18/19
0.69/0.76	c Solving starts ...
0.69/0.76	c ============================[ Search Statistics ]============================
0.69/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.76	c =============================================================================
0.69/0.76	c  0.0s |       0 |        0 |        0 |     3939      0 |        6 |        5
0.69/0.77	c  0.0s |       0 |     1547 |        0 |     3939      0 |        6 |        6
0.69/0.77	c #cpu_time = 0.007s
0.69/0.77	c #wall_clock_time = 0.007s
0.69/0.77	c #decision = 1547
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 0
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 11: cost of the new core is >=6
0.69/0.77	c lower bound updated to -2147
0.69/0.77	c BCD2: 1483 <= obj <= 5086
0.69/0.77	c BCD2: #cores=12, #unrelaxed=3025, #relaxed=74, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=19 bias=19/20
0.69/0.77	c Solving starts ...
0.69/0.77	c ============================[ Search Statistics ]============================
0.69/0.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.77	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.77	c =============================================================================
0.69/0.77	c  0.0s |       0 |        0 |        0 |     3939      0 |        7 |        6
0.69/0.78	c  0.0s |       0 |     1559 |        0 |     3939      0 |        7 |        7
0.69/0.78	c #cpu_time = 0.007s
0.69/0.78	c #wall_clock_time = 0.007s
0.69/0.78	c #decision = 1559
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 0
0.69/0.78	c #restart = 0
0.69/0.78	c BCD2: found a new core of size 3: cost of the new core is >=2
0.69/0.78	c lower bound updated to -2145
0.69/0.78	c BCD2: 1485 <= obj <= 5086
0.69/0.78	c BCD2: #cores=13, #unrelaxed=3022, #relaxed=77, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=20 bias=20/21
0.69/0.78	c Solving starts ...
0.69/0.78	c ============================[ Search Statistics ]============================
0.69/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.78	c =============================================================================
0.69/0.78	c  0.0s |       0 |        0 |        0 |     3939      0 |        7 |        8
0.69/0.79	c  0.0s |       0 |     1316 |        0 |     3939      0 |        7 |        8
0.69/0.79	c #cpu_time = 0.005s
0.69/0.79	c #wall_clock_time = 0.005s
0.69/0.79	c #decision = 1316
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 0
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: relaxing 4 and merging with 3 cores into a new core of size 22: cost of the new core is >=11
0.69/0.79	c lower bound updated to -2144
0.69/0.79	c BCD2: 1486 <= obj <= 5086
0.69/0.79	c BCD2: #cores=11, #unrelaxed=3018, #relaxed=81, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=21 bias=21/22
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     3939      0 |       10 |        8
0.69/0.80	c  0.0s |       0 |     1562 |        0 |     3939      0 |       10 |       11
0.69/0.80	c #cpu_time = 0.007s
0.69/0.80	c #wall_clock_time = 0.007s
0.69/0.80	c #decision = 1562
0.69/0.80	c #random_decision = 0
0.69/0.80	c #conflict = 0
0.69/0.80	c #restart = 0
0.69/0.80	c BCD2: found a new core of size 3: cost of the new core is >=2
0.69/0.80	c lower bound updated to -2142
0.79/0.80	c BCD2: 1488 <= obj <= 5086
0.79/0.80	c BCD2: #cores=12, #unrelaxed=3015, #relaxed=84, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=22 bias=22/23
0.79/0.80	c Solving starts ...
0.79/0.80	c ============================[ Search Statistics ]============================
0.79/0.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.80	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.80	c =============================================================================
0.79/0.80	c  0.0s |       0 |        0 |        0 |     3939      0 |       10 |       12
0.79/0.81	c  0.0s |       0 |     1391 |        0 |     3939      0 |       10 |       12
0.79/0.81	c #cpu_time = 0.007s
0.79/0.81	c #wall_clock_time = 0.007s
0.79/0.81	c #decision = 1391
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 0
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: relaxing 15 and merging with 4 cores into a new core of size 52: cost of the new core is >=18
0.79/0.81	c lower bound updated to -2141
0.79/0.81	c BCD2: 1489 <= obj <= 5086
0.79/0.81	c BCD2: #cores=9, #unrelaxed=3000, #relaxed=99, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=23 bias=23/24
0.79/0.81	c Solving starts ...
0.79/0.81	c ============================[ Search Statistics ]============================
0.79/0.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.81	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.81	c =============================================================================
0.79/0.81	c  0.0s |       0 |        0 |        0 |     3939      0 |       14 |       12
0.79/0.82	c  0.0s |       0 |     1543 |        0 |     3939      0 |       14 |       16
0.79/0.82	c #cpu_time = 0.008s
0.79/0.82	c #wall_clock_time = 0.008s
0.79/0.82	c #decision = 1543
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 0
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 5: cost of the new core is >=1
0.79/0.82	c lower bound updated to -2140
0.79/0.82	c BCD2: 1490 <= obj <= 5086
0.79/0.82	c BCD2: #cores=10, #unrelaxed=2995, #relaxed=104, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=24 bias=24/25
0.79/0.82	c Solving starts ...
0.79/0.82	c ============================[ Search Statistics ]============================
0.79/0.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.82	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.82	c =============================================================================
0.79/0.82	c  0.0s |       0 |        0 |        0 |     3939      0 |       14 |       16
0.79/0.83	c  0.0s |       0 |     1538 |        0 |     3939      0 |       14 |       16
0.79/0.83	c #cpu_time = 0.007s
0.79/0.83	c #wall_clock_time = 0.007s
0.79/0.83	c #decision = 1538
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 0
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
0.79/0.83	c lower bound updated to -2138
0.79/0.83	c BCD2: 1492 <= obj <= 5086
0.79/0.83	c BCD2: #cores=10, #unrelaxed=2991, #relaxed=108, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=25 bias=25/26
0.79/0.83	c Solving starts ...
0.79/0.83	c ============================[ Search Statistics ]============================
0.79/0.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.83	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.83	c =============================================================================
0.79/0.83	c  0.0s |       0 |        0 |        0 |     3939      0 |       15 |       16
0.79/0.84	c  0.0s |       0 |     1538 |        0 |     3939      0 |       15 |       17
0.79/0.84	c #cpu_time = 0.007s
0.79/0.84	c #wall_clock_time = 0.007s
0.79/0.84	c #decision = 1538
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 0
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: found a new core of size 5: cost of the new core is >=1
0.79/0.84	c lower bound updated to -2137
0.79/0.84	c BCD2: 1493 <= obj <= 5086
0.79/0.84	c BCD2: #cores=11, #unrelaxed=2986, #relaxed=113, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=26 bias=26/27
0.79/0.84	c Solving starts ...
0.79/0.84	c ============================[ Search Statistics ]============================
0.79/0.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.84	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.84	c =============================================================================
0.79/0.84	c  0.0s |       0 |        0 |        0 |     3939      0 |       15 |       17
0.79/0.85	c  0.0s |       0 |     1537 |        0 |     3939      0 |       15 |       17
0.79/0.85	c #cpu_time = 0.007s
0.79/0.85	c #wall_clock_time = 0.007s
0.79/0.85	c #decision = 1537
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 0
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: found a new core of size 3: cost of the new core is >=2
0.79/0.85	c lower bound updated to -2135
0.79/0.85	c BCD2: 1495 <= obj <= 5086
0.79/0.85	c BCD2: #cores=12, #unrelaxed=2983, #relaxed=116, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=27 bias=27/28
0.79/0.85	c Solving starts ...
0.79/0.85	c ============================[ Search Statistics ]============================
0.79/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.85	c =============================================================================
0.79/0.85	c  0.0s |       0 |        0 |        0 |     3939      0 |       15 |       18
0.79/0.86	c  0.0s |       0 |     1390 |        2 |     3939      0 |       15 |       18
0.79/0.86	c #cpu_time = 0.007s
0.79/0.86	c #wall_clock_time = 0.007s
0.79/0.86	c #decision = 1390
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 2
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 16: cost of the new core is >=6
0.79/0.86	c lower bound updated to -2134
0.79/0.86	c BCD2: 1496 <= obj <= 5086
0.79/0.86	c BCD2: #cores=11, #unrelaxed=2979, #relaxed=120, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=28 bias=28/29
0.79/0.86	c Solving starts ...
0.79/0.86	c ============================[ Search Statistics ]============================
0.79/0.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.86	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.86	c =============================================================================
0.79/0.86	c  0.0s |       0 |        0 |        0 |     3939      0 |       17 |       18
0.79/0.87	c  0.0s |       0 |     1532 |        0 |     3939      0 |       17 |       20
0.79/0.87	c #cpu_time = 0.007s
0.79/0.87	c #wall_clock_time = 0.007s
0.79/0.87	c #decision = 1532
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 0
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: found a new core of size 4: cost of the new core is >=2
0.79/0.87	c lower bound updated to -2132
0.79/0.87	c BCD2: 1498 <= obj <= 5086
0.79/0.87	c BCD2: #cores=12, #unrelaxed=2975, #relaxed=124, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=29 bias=29/30
0.79/0.87	c Solving starts ...
0.79/0.87	c ============================[ Search Statistics ]============================
0.79/0.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.87	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.87	c =============================================================================
0.79/0.87	c  0.0s |       0 |        0 |        0 |     3939      0 |       17 |       20
0.79/0.88	c  0.0s |       0 |     1530 |        0 |     3939      0 |       17 |       20
0.79/0.88	c #cpu_time = 0.007s
0.79/0.88	c #wall_clock_time = 0.007s
0.79/0.88	c #decision = 1530
0.79/0.88	c #random_decision = 0
0.79/0.88	c #conflict = 0
0.79/0.88	c #restart = 0
0.79/0.88	c BCD2: found a new core of size 5: cost of the new core is >=2
0.79/0.88	c lower bound updated to -2130
0.79/0.88	c BCD2: 1500 <= obj <= 5086
0.79/0.88	c BCD2: #cores=13, #unrelaxed=2970, #relaxed=129, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=30 bias=30/31
0.79/0.88	c Solving starts ...
0.79/0.88	c ============================[ Search Statistics ]============================
0.79/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.88	c =============================================================================
0.79/0.88	c  0.0s |       0 |        0 |        0 |     3939      0 |       17 |       20
0.79/0.89	c  0.0s |       0 |     1528 |        0 |     3939      0 |       17 |       20
0.79/0.89	c #cpu_time = 0.007s
0.79/0.89	c #wall_clock_time = 0.007s
0.79/0.89	c #decision = 1528
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 0
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 3: cost of the new core is >=2
0.79/0.89	c lower bound updated to -2128
0.79/0.89	c BCD2: 1502 <= obj <= 5086
0.79/0.89	c BCD2: #cores=14, #unrelaxed=2967, #relaxed=132, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=31 bias=31/32
0.79/0.89	c Solving starts ...
0.79/0.89	c ============================[ Search Statistics ]============================
0.79/0.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.89	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.89	c =============================================================================
0.79/0.89	c  0.0s |       0 |        0 |        0 |     3939      0 |       17 |       21
0.79/0.89	c  0.0s |       0 |      919 |        0 |     3939      0 |       17 |       21
0.79/0.89	c #cpu_time = 0.004s
0.79/0.89	c #wall_clock_time = 0.004s
0.79/0.89	c #decision = 919
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 0
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
0.79/0.89	c BCD2: refineLB: 3 -> 4
0.79/0.89	c lower bound updated to -2126
0.79/0.89	c BCD2: 1504 <= obj <= 5086
0.79/0.89	c BCD2: #cores=14, #unrelaxed=2965, #relaxed=134, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=32 bias=32/33
0.79/0.89	c Solving starts ...
0.79/0.89	c ============================[ Search Statistics ]============================
0.79/0.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.89	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.89	c =============================================================================
0.89/0.90	c  0.0s |       0 |        0 |        0 |     3939      0 |       18 |       21
0.89/0.90	c  0.0s |       0 |     1525 |        0 |     3939      0 |       18 |       22
0.89/0.90	c #cpu_time = 0.007s
0.89/0.90	c #wall_clock_time = 0.007s
0.89/0.90	c #decision = 1525
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 0
0.89/0.90	c #restart = 0
0.89/0.90	c BCD2: found a new core of size 3: cost of the new core is >=2
0.89/0.90	c lower bound updated to -2124
0.89/0.91	c BCD2: 1506 <= obj <= 5086
0.89/0.91	c BCD2: #cores=15, #unrelaxed=2962, #relaxed=137, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=33 bias=33/34
0.89/0.91	c Solving starts ...
0.89/0.91	c ============================[ Search Statistics ]============================
0.89/0.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.91	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.91	c =============================================================================
0.89/0.91	c  0.0s |       0 |        0 |        0 |     3939      0 |       18 |       23
0.89/0.91	c  0.0s |       0 |     1023 |        0 |     3939      0 |       18 |       23
0.89/0.91	c #cpu_time = 0.004s
0.89/0.91	c #wall_clock_time = 0.004s
0.89/0.91	c #decision = 1023
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 0
0.89/0.91	c #restart = 0
0.89/0.91	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
0.89/0.91	c BCD2: refineLB: 3 -> 4
0.89/0.91	c lower bound updated to -2122
0.89/0.91	c BCD2: 1508 <= obj <= 5086
0.89/0.91	c BCD2: #cores=15, #unrelaxed=2960, #relaxed=139, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=34 bias=34/35
0.89/0.91	c Solving starts ...
0.89/0.91	c ============================[ Search Statistics ]============================
0.89/0.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.91	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.91	c =============================================================================
0.89/0.91	c  0.0s |       0 |        0 |        0 |     3939      0 |       19 |       23
0.89/0.92	c  0.0s |       0 |     1522 |        0 |     3939      0 |       19 |       24
0.89/0.92	c #cpu_time = 0.007s
0.89/0.92	c #wall_clock_time = 0.007s
0.89/0.92	c #decision = 1522
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 0
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: found a new core of size 3: cost of the new core is >=2
0.89/0.92	c lower bound updated to -2120
0.89/0.92	c BCD2: 1510 <= obj <= 5086
0.89/0.92	c BCD2: #cores=16, #unrelaxed=2957, #relaxed=142, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=35 bias=35/36
0.89/0.92	c Solving starts ...
0.89/0.92	c ============================[ Search Statistics ]============================
0.89/0.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.92	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.92	c =============================================================================
0.89/0.92	c  0.0s |       0 |        0 |        0 |     3939      0 |       19 |       25
0.89/0.93	c  0.0s |       0 |      993 |        0 |     3939      0 |       19 |       25
0.89/0.93	c #cpu_time = 0.004s
0.89/0.93	c #wall_clock_time = 0.004s
0.89/0.93	c #decision = 993
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 0
0.89/0.93	c #restart = 0
0.89/0.93	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
0.89/0.93	c BCD2: refineLB: 3 -> 4
0.89/0.93	c lower bound updated to -2118
0.89/0.93	c BCD2: 1512 <= obj <= 5086
0.89/0.93	c BCD2: #cores=16, #unrelaxed=2955, #relaxed=144, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=36 bias=36/37
0.89/0.93	c Solving starts ...
0.89/0.93	c ============================[ Search Statistics ]============================
0.89/0.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.93	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.93	c =============================================================================
0.89/0.93	c  0.0s |       0 |        0 |        0 |     3939      0 |       20 |       25
0.89/0.94	c  0.0s |       0 |     1449 |        0 |     3939      0 |       20 |       26
0.89/0.94	c #cpu_time = 0.007s
0.89/0.94	c #wall_clock_time = 0.007s
0.89/0.94	c #decision = 1449
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 0
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 15: cost of the new core is >=10
0.89/0.94	c lower bound updated to -2116
0.89/0.94	c BCD2: 1514 <= obj <= 5086
0.89/0.94	c BCD2: #cores=15, #unrelaxed=2950, #relaxed=149, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=37 bias=37/38
0.89/0.94	c Solving starts ...
0.89/0.94	c ============================[ Search Statistics ]============================
0.89/0.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.94	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.94	c =============================================================================
0.89/0.94	c  0.0s |       0 |        0 |        0 |     3939      0 |       22 |       26
0.89/0.95	c  0.0s |       0 |     1513 |        0 |     3939      0 |       22 |       28
0.89/0.95	c #cpu_time = 0.008s
0.89/0.95	c #wall_clock_time = 0.008s
0.89/0.95	c #decision = 1513
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 0
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: found a new core of size 3: cost of the new core is >=2
0.89/0.95	c lower bound updated to -2114
0.89/0.95	c BCD2: 1516 <= obj <= 5086
0.89/0.95	c BCD2: #cores=16, #unrelaxed=2947, #relaxed=152, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=38 bias=38/39
0.89/0.95	c Solving starts ...
0.89/0.95	c ============================[ Search Statistics ]============================
0.89/0.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.95	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.95	c =============================================================================
0.89/0.95	c  0.0s |       0 |        0 |        0 |     3939      0 |       22 |       29
0.89/0.96	c  0.0s |       0 |     1477 |        0 |     3939      0 |       22 |       29
0.89/0.96	c #cpu_time = 0.006s
0.89/0.96	c #wall_clock_time = 0.006s
0.89/0.96	c #decision = 1477
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 0
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
0.89/0.96	c BCD2: refineLB: 3 -> 4
0.89/0.96	c lower bound updated to -2112
0.89/0.96	c BCD2: 1518 <= obj <= 5086
0.89/0.96	c BCD2: #cores=16, #unrelaxed=2945, #relaxed=154, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=39 bias=39/40
0.89/0.96	c Solving starts ...
0.89/0.96	c ============================[ Search Statistics ]============================
0.89/0.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.96	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.96	c =============================================================================
0.89/0.96	c  0.0s |       0 |        0 |        0 |     3939      0 |       23 |       29
0.89/0.96	c  0.0s |       0 |      604 |        0 |     3939      0 |       23 |       30
0.89/0.96	c #cpu_time = 0.004s
0.89/0.96	c #wall_clock_time = 0.004s
0.89/0.96	c #decision = 604
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 0
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
0.89/0.96	c BCD2: refineLB: 5 -> 6
0.89/0.96	c lower bound updated to -2110
0.89/0.97	c BCD2: 1520 <= obj <= 5086
0.89/0.97	c BCD2: #cores=16, #unrelaxed=2943, #relaxed=156, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=40 bias=40/41
0.89/0.97	c Solving starts ...
0.89/0.97	c ============================[ Search Statistics ]============================
0.89/0.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.97	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.97	c =============================================================================
0.89/0.97	c  0.0s |       0 |        0 |        0 |     3939      0 |       24 |       30
0.89/0.98	c  0.0s |       0 |     1461 |        0 |     3939      0 |       24 |       31
0.89/0.98	c #cpu_time = 0.007s
0.89/0.98	c #wall_clock_time = 0.007s
0.89/0.98	c #decision = 1461
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 0
0.89/0.98	c #restart = 0
0.89/0.98	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
0.89/0.98	c lower bound updated to -2108
0.89/0.98	c BCD2: 1522 <= obj <= 5086
0.89/0.98	c BCD2: #cores=16, #unrelaxed=2941, #relaxed=158, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=41 bias=41/42
0.89/0.98	c Solving starts ...
0.89/0.98	c ============================[ Search Statistics ]============================
0.89/0.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.98	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.98	c =============================================================================
0.89/0.98	c  0.0s |       0 |        0 |        0 |     3939      0 |       25 |       31
0.89/0.99	c  0.0s |       0 |     1971 |        1 |     3939      0 |       25 |       32
0.89/0.99	c #cpu_time = 0.009s
0.89/0.99	c #wall_clock_time = 0.009s
0.89/0.99	c #decision = 1971
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 1
0.89/0.99	c #restart = 0
0.89/0.99	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 14: cost of the new core is >=10
0.89/0.99	c lower bound updated to -2106
0.89/0.99	c BCD2: 1524 <= obj <= 5086
0.89/0.99	c BCD2: #cores=16, #unrelaxed=2936, #relaxed=163, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=42 bias=42/43
0.89/0.99	c Solving starts ...
0.89/0.99	c ============================[ Search Statistics ]============================
0.89/0.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.99	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.99	c =============================================================================
0.89/0.99	c  0.0s |       0 |        0 |        0 |     3939      0 |       26 |       32
0.99/1.00	c  0.0s |       0 |     1501 |        0 |     3939      0 |       26 |       33
0.99/1.00	c #cpu_time = 0.007s
0.99/1.00	c #wall_clock_time = 0.007s
0.99/1.00	c #decision = 1501
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 0
0.99/1.00	c #restart = 0
0.99/1.00	c BCD2: found a new core of size 3: cost of the new core is >=2
0.99/1.00	c lower bound updated to -2104
0.99/1.00	c BCD2: 1526 <= obj <= 5086
0.99/1.00	c BCD2: #cores=17, #unrelaxed=2933, #relaxed=166, #hardened=0
0.99/1.00	c BCD2: #sat=1 #unsat=43 bias=43/44
0.99/1.00	c Solving starts ...
0.99/1.00	c ============================[ Search Statistics ]============================
0.99/1.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.00	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.00	c =============================================================================
0.99/1.00	c  0.0s |       0 |        0 |        0 |     3939      0 |       26 |       34
0.99/1.00	c  0.0s |       0 |     1062 |        1 |     3939      0 |       26 |       34
0.99/1.00	c #cpu_time = 0.005s
0.99/1.00	c #wall_clock_time = 0.005s
0.99/1.00	c #decision = 1062
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 1
0.99/1.00	c #restart = 0
0.99/1.00	c BCD2: relaxing 8 and merging with 4 cores into a new core of size 44: cost of the new core is >=25
0.99/1.00	c lower bound updated to -2103
0.99/1.01	c BCD2: 1527 <= obj <= 5086
0.99/1.01	c BCD2: #cores=14, #unrelaxed=2925, #relaxed=174, #hardened=0
0.99/1.01	c BCD2: #sat=1 #unsat=44 bias=44/45
0.99/1.01	c Solving starts ...
0.99/1.01	c ============================[ Search Statistics ]============================
0.99/1.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.01	c =============================================================================
0.99/1.01	c  0.0s |       0 |        0 |        0 |     3939      0 |       30 |       34
0.99/1.02	c  0.0s |       0 |     1489 |        0 |     3939      0 |       30 |       38
0.99/1.02	c #cpu_time = 0.007s
0.99/1.02	c #wall_clock_time = 0.007s
0.99/1.02	c #decision = 1489
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 0
0.99/1.02	c #restart = 0
0.99/1.02	c BCD2: found a new core of size 3: cost of the new core is >=2
0.99/1.02	c lower bound updated to -2101
0.99/1.02	c BCD2: 1529 <= obj <= 5086
0.99/1.02	c BCD2: #cores=15, #unrelaxed=2922, #relaxed=177, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=45 bias=45/46
0.99/1.02	c Solving starts ...
0.99/1.02	c ============================[ Search Statistics ]============================
0.99/1.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.02	c =============================================================================
0.99/1.02	c  0.0s |       0 |        0 |        0 |     3939      0 |       30 |       39
0.99/1.03	c  0.0s |       0 |     1429 |        0 |     3939      0 |       30 |       39
0.99/1.03	c #cpu_time = 0.006s
0.99/1.03	c #wall_clock_time = 0.006s
0.99/1.03	c #decision = 1429
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 0
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
0.99/1.03	c lower bound updated to -2100
0.99/1.03	c BCD2: 1530 <= obj <= 5086
0.99/1.03	c BCD2: #cores=15, #unrelaxed=2919, #relaxed=180, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=46 bias=46/47
0.99/1.03	c Solving starts ...
0.99/1.03	c ============================[ Search Statistics ]============================
0.99/1.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.03	c =============================================================================
0.99/1.03	c  0.0s |       0 |        0 |        0 |     3939      0 |       31 |       39
0.99/1.03	c  0.0s |       0 |     1445 |        0 |     3939      0 |       31 |       40
0.99/1.03	c #cpu_time = 0.006s
0.99/1.03	c #wall_clock_time = 0.006s
0.99/1.03	c #decision = 1445
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 0
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 11: cost of the new core is >=5
0.99/1.03	c lower bound updated to -2098
0.99/1.04	c BCD2: 1532 <= obj <= 5086
0.99/1.04	c BCD2: #cores=15, #unrelaxed=2914, #relaxed=185, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=47 bias=47/48
0.99/1.04	c Solving starts ...
0.99/1.04	c ============================[ Search Statistics ]============================
0.99/1.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.04	c =============================================================================
0.99/1.04	c  0.0s |       0 |        0 |        0 |     3939      0 |       32 |       40
0.99/1.04	c  0.0s |       0 |     1444 |        0 |     3939      0 |       32 |       41
0.99/1.04	c #cpu_time = 0.007s
0.99/1.04	c #wall_clock_time = 0.007s
0.99/1.04	c #decision = 1444
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 0
0.99/1.04	c #restart = 0
0.99/1.04	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 16: cost of the new core is >=7
0.99/1.04	c lower bound updated to -2096
0.99/1.04	c BCD2: 1534 <= obj <= 5086
0.99/1.04	c BCD2: #cores=15, #unrelaxed=2909, #relaxed=190, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=48 bias=48/49
0.99/1.04	c Solving starts ...
0.99/1.04	c ============================[ Search Statistics ]============================
0.99/1.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.04	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |     3939      0 |       33 |       41
0.99/1.05	c  0.0s |       0 |     1441 |        0 |     3939      0 |       33 |       42
0.99/1.05	c #cpu_time = 0.006s
0.99/1.05	c #wall_clock_time = 0.006s
0.99/1.05	c #decision = 1441
0.99/1.05	c #random_decision = 0
0.99/1.05	c #conflict = 0
0.99/1.05	c #restart = 0
0.99/1.05	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 18: cost of the new core is >=9
0.99/1.05	c lower bound updated to -2094
0.99/1.06	c BCD2: 1536 <= obj <= 5086
0.99/1.06	c BCD2: #cores=15, #unrelaxed=2907, #relaxed=192, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=49 bias=49/50
0.99/1.06	c Solving starts ...
0.99/1.06	c ============================[ Search Statistics ]============================
0.99/1.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.06	c =============================================================================
0.99/1.06	c  0.0s |       0 |        0 |        0 |     3939      0 |       34 |       42
0.99/1.06	c  0.0s |       0 |     1441 |        0 |     3939      0 |       34 |       43
0.99/1.06	c #cpu_time = 0.007s
0.99/1.06	c #wall_clock_time = 0.007s
0.99/1.06	c #decision = 1441
0.99/1.06	c #random_decision = 0
0.99/1.06	c #conflict = 0
0.99/1.06	c #restart = 0
0.99/1.06	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 20: cost of the new core is >=11
0.99/1.06	c lower bound updated to -2092
0.99/1.06	c BCD2: 1538 <= obj <= 5086
0.99/1.06	c BCD2: #cores=15, #unrelaxed=2905, #relaxed=194, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=50 bias=50/51
0.99/1.06	c Solving starts ...
0.99/1.06	c ============================[ Search Statistics ]============================
0.99/1.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.06	c =============================================================================
0.99/1.06	c  0.0s |       0 |        0 |        0 |     3939      0 |       35 |       43
0.99/1.07	c  0.0s |       0 |     1441 |        0 |     3939      0 |       35 |       44
0.99/1.07	c #cpu_time = 0.007s
0.99/1.07	c #wall_clock_time = 0.007s
0.99/1.07	c #decision = 1441
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 0
0.99/1.07	c #restart = 0
0.99/1.07	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 22: cost of the new core is >=13
0.99/1.07	c lower bound updated to -2090
0.99/1.07	c BCD2: 1540 <= obj <= 5086
0.99/1.07	c BCD2: #cores=15, #unrelaxed=2903, #relaxed=196, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=51 bias=51/52
0.99/1.07	c Solving starts ...
0.99/1.07	c ============================[ Search Statistics ]============================
0.99/1.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.07	c =============================================================================
0.99/1.07	c  0.0s |       0 |        0 |        0 |     3939      0 |       36 |       44
0.99/1.08	c  0.0s |       0 |     1440 |        0 |     3939      0 |       36 |       45
0.99/1.08	c #cpu_time = 0.007s
0.99/1.08	c #wall_clock_time = 0.007s
0.99/1.08	c #decision = 1440
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 0
0.99/1.08	c #restart = 0
0.99/1.08	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 24: cost of the new core is >=15
0.99/1.08	c lower bound updated to -2088
0.99/1.08	c BCD2: 1542 <= obj <= 5086
0.99/1.08	c BCD2: #cores=15, #unrelaxed=2901, #relaxed=198, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=52 bias=52/53
0.99/1.08	c Solving starts ...
0.99/1.08	c ============================[ Search Statistics ]============================
0.99/1.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.08	c =============================================================================
0.99/1.08	c  0.0s |       0 |        0 |        0 |     3939      0 |       37 |       45
0.99/1.09	c  0.0s |       0 |     1471 |        0 |     3939      0 |       37 |       46
0.99/1.09	c #cpu_time = 0.007s
0.99/1.09	c #wall_clock_time = 0.007s
0.99/1.09	c #decision = 1471
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 0
0.99/1.09	c #restart = 0
0.99/1.09	c BCD2: found a new core of size 4: cost of the new core is >=2
0.99/1.09	c lower bound updated to -2086
0.99/1.09	c BCD2: 1544 <= obj <= 5086
0.99/1.09	c BCD2: #cores=16, #unrelaxed=2897, #relaxed=202, #hardened=0
0.99/1.09	c BCD2: #sat=1 #unsat=53 bias=53/54
0.99/1.09	c Solving starts ...
0.99/1.09	c ============================[ Search Statistics ]============================
0.99/1.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.09	c =============================================================================
0.99/1.09	c  0.0s |       0 |        0 |        0 |     3939      0 |       37 |       46
0.99/1.10	c  0.0s |       0 |     1469 |        0 |     3939      0 |       37 |       46
0.99/1.10	c #cpu_time = 0.007s
0.99/1.10	c #wall_clock_time = 0.007s
0.99/1.10	c #decision = 1469
0.99/1.10	c #random_decision = 0
0.99/1.10	c #conflict = 0
0.99/1.10	c #restart = 0
0.99/1.10	c BCD2: found a new core of size 3: cost of the new core is >=2
0.99/1.10	c lower bound updated to -2084
1.09/1.10	c BCD2: 1546 <= obj <= 5086
1.09/1.10	c BCD2: #cores=17, #unrelaxed=2894, #relaxed=205, #hardened=0
1.09/1.10	c BCD2: #sat=1 #unsat=54 bias=54/55
1.09/1.10	c Solving starts ...
1.09/1.10	c ============================[ Search Statistics ]============================
1.09/1.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.10	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.10	c =============================================================================
1.09/1.10	c  0.0s |       0 |        0 |        0 |     3939      0 |       37 |       47
1.09/1.11	c  0.0s |       0 |     1461 |        0 |     3939      0 |       37 |       47
1.09/1.11	c #cpu_time = 0.007s
1.09/1.11	c #wall_clock_time = 0.007s
1.09/1.11	c #decision = 1461
1.09/1.11	c #random_decision = 0
1.09/1.11	c #conflict = 0
1.09/1.11	c #restart = 0
1.09/1.11	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.09/1.11	c lower bound updated to -2083
1.09/1.11	c BCD2: 1547 <= obj <= 5086
1.09/1.11	c BCD2: #cores=17, #unrelaxed=2891, #relaxed=208, #hardened=0
1.09/1.11	c BCD2: #sat=1 #unsat=55 bias=55/56
1.09/1.11	c Solving starts ...
1.09/1.11	c ============================[ Search Statistics ]============================
1.09/1.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.11	c =============================================================================
1.09/1.11	c  0.0s |       0 |        0 |        0 |     3939      0 |       38 |       47
1.09/1.12	c  0.0s |       0 |     1383 |        0 |     3939      0 |       38 |       48
1.09/1.12	c #cpu_time = 0.007s
1.09/1.12	c #wall_clock_time = 0.007s
1.09/1.12	c #decision = 1383
1.09/1.12	c #random_decision = 0
1.09/1.12	c #conflict = 0
1.09/1.12	c #restart = 0
1.09/1.12	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 14: cost of the new core is >=6
1.09/1.12	c lower bound updated to -2081
1.09/1.12	c BCD2: 1549 <= obj <= 5086
1.09/1.12	c BCD2: #cores=16, #unrelaxed=2887, #relaxed=212, #hardened=0
1.09/1.12	c BCD2: #sat=1 #unsat=56 bias=56/57
1.09/1.12	c Solving starts ...
1.09/1.12	c ============================[ Search Statistics ]============================
1.09/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.12	c =============================================================================
1.09/1.13	c  0.0s |       0 |        0 |        0 |     3939      0 |       40 |       48
1.09/1.13	c  0.0s |       0 |     1461 |        0 |     3939      0 |       40 |       50
1.09/1.13	c #cpu_time = 0.007s
1.09/1.13	c #wall_clock_time = 0.007s
1.09/1.13	c #decision = 1461
1.09/1.13	c #random_decision = 0
1.09/1.13	c #conflict = 0
1.09/1.13	c #restart = 0
1.09/1.13	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 28: cost of the new core is >=16
1.09/1.13	c lower bound updated to -2080
1.09/1.13	c BCD2: 1550 <= obj <= 5086
1.09/1.13	c BCD2: #cores=16, #unrelaxed=2883, #relaxed=216, #hardened=0
1.09/1.13	c BCD2: #sat=1 #unsat=57 bias=57/58
1.09/1.13	c Solving starts ...
1.09/1.13	c ============================[ Search Statistics ]============================
1.09/1.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.13	c =============================================================================
1.09/1.13	c  0.0s |       0 |        0 |        0 |     3939      0 |       41 |       50
1.09/1.14	c  0.0s |       0 |     1532 |        1 |     3939      0 |       41 |       51
1.09/1.14	c #cpu_time = 0.008s
1.09/1.14	c #wall_clock_time = 0.008s
1.09/1.14	c #decision = 1532
1.09/1.14	c #random_decision = 0
1.09/1.14	c #conflict = 1
1.09/1.14	c #restart = 0
1.09/1.14	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 47: cost of the new core is >=24
1.09/1.14	c lower bound updated to -2078
1.09/1.15	c BCD2: 1552 <= obj <= 5086
1.09/1.15	c BCD2: #cores=15, #unrelaxed=2878, #relaxed=221, #hardened=0
1.09/1.15	c BCD2: #sat=1 #unsat=58 bias=58/59
1.09/1.15	c Solving starts ...
1.09/1.15	c ============================[ Search Statistics ]============================
1.09/1.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.15	c =============================================================================
1.09/1.15	c  0.0s |       0 |        0 |        0 |     3939      0 |       43 |       51
1.09/1.15	c  0.0s |       0 |     1456 |        0 |     3939      0 |       43 |       53
1.09/1.15	c #cpu_time = 0.007s
1.09/1.15	c #wall_clock_time = 0.007s
1.09/1.15	c #decision = 1456
1.09/1.15	c #random_decision = 0
1.09/1.15	c #conflict = 0
1.09/1.15	c #restart = 0
1.09/1.15	c BCD2: found a new core of size 4: cost of the new core is >=1
1.09/1.15	c lower bound updated to -2077
1.09/1.15	c BCD2: 1553 <= obj <= 5086
1.09/1.15	c BCD2: #cores=16, #unrelaxed=2874, #relaxed=225, #hardened=0
1.09/1.15	c BCD2: #sat=1 #unsat=59 bias=59/60
1.09/1.15	c Solving starts ...
1.09/1.15	c ============================[ Search Statistics ]============================
1.09/1.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.15	c =============================================================================
1.09/1.15	c  0.0s |       0 |        0 |        0 |     3939      0 |       43 |       53
1.09/1.16	c  0.0s |       0 |      749 |        3 |     3939      0 |       43 |       53
1.09/1.16	c #cpu_time = 0.008s
1.09/1.16	c #wall_clock_time = 0.008s
1.09/1.16	c #decision = 749
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 3
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: relaxing 24 and merging with 4 cores into a new core of size 84: cost of the new core is >=31
1.09/1.16	c lower bound updated to -2075
1.09/1.16	c BCD2: 1555 <= obj <= 5086
1.09/1.16	c BCD2: #cores=13, #unrelaxed=2850, #relaxed=249, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=60 bias=60/61
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.17	c  0.0s |       0 |        0 |        0 |     3939      0 |       47 |       53
1.09/1.17	c  0.0s |       0 |     1428 |        0 |     3939      0 |       47 |       57
1.09/1.17	c #cpu_time = 0.007s
1.09/1.17	c #wall_clock_time = 0.007s
1.09/1.17	c #decision = 1428
1.09/1.17	c #random_decision = 0
1.09/1.17	c #conflict = 0
1.09/1.17	c #restart = 0
1.09/1.18	c BCD2: found a new core of size 3: cost of the new core is >=2
1.09/1.18	c lower bound updated to -2073
1.09/1.18	c BCD2: 1557 <= obj <= 5086
1.09/1.18	c BCD2: #cores=14, #unrelaxed=2847, #relaxed=252, #hardened=0
1.09/1.18	c BCD2: #sat=1 #unsat=61 bias=61/62
1.09/1.18	c Solving starts ...
1.09/1.18	c ============================[ Search Statistics ]============================
1.09/1.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.18	c =============================================================================
1.09/1.18	c  0.0s |       0 |        0 |        0 |     3939      0 |       47 |       58
1.09/1.18	c  0.0s |       0 |     1321 |        0 |     3939      0 |       47 |       58
1.09/1.18	c #cpu_time = 0.006s
1.09/1.18	c #wall_clock_time = 0.006s
1.09/1.18	c #decision = 1321
1.09/1.18	c #random_decision = 0
1.09/1.18	c #conflict = 0
1.09/1.18	c #restart = 0
1.09/1.18	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 15: cost of the new core is >=7
1.09/1.18	c lower bound updated to -2072
1.09/1.19	c BCD2: 1558 <= obj <= 5086
1.09/1.19	c BCD2: #cores=13, #unrelaxed=2840, #relaxed=259, #hardened=0
1.09/1.19	c BCD2: #sat=1 #unsat=62 bias=62/63
1.09/1.19	c Solving starts ...
1.09/1.19	c ============================[ Search Statistics ]============================
1.09/1.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.19	c =============================================================================
1.09/1.19	c  0.0s |       0 |        0 |        0 |     3939      0 |       49 |       58
1.09/1.19	c  0.0s |       0 |     1419 |        0 |     3939      0 |       49 |       60
1.09/1.19	c #cpu_time = 0.007s
1.09/1.19	c #wall_clock_time = 0.007s
1.09/1.19	c #decision = 1419
1.09/1.19	c #random_decision = 0
1.09/1.19	c #conflict = 0
1.09/1.19	c #restart = 0
1.09/1.19	c BCD2: found a new core of size 4: cost of the new core is >=2
1.09/1.19	c lower bound updated to -2070
1.09/1.20	c BCD2: 1560 <= obj <= 5086
1.09/1.20	c BCD2: #cores=14, #unrelaxed=2836, #relaxed=263, #hardened=0
1.09/1.20	c BCD2: #sat=1 #unsat=63 bias=63/64
1.09/1.20	c Solving starts ...
1.09/1.20	c ============================[ Search Statistics ]============================
1.09/1.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.20	c =============================================================================
1.09/1.20	c  0.0s |       0 |        0 |        0 |     3939      0 |       49 |       60
1.19/1.20	c  0.0s |       0 |     1378 |        1 |     3939      0 |       49 |       60
1.19/1.20	c #cpu_time = 0.007s
1.19/1.20	c #wall_clock_time = 0.007s
1.19/1.20	c #decision = 1378
1.19/1.20	c #random_decision = 0
1.19/1.20	c #conflict = 1
1.19/1.20	c #restart = 0
1.19/1.20	c BCD2: relaxing 11 and merging with 2 cores into a new core of size 31: cost of the new core is >=9
1.19/1.20	c lower bound updated to -2069
1.19/1.20	c BCD2: 1561 <= obj <= 5086
1.19/1.20	c BCD2: #cores=13, #unrelaxed=2825, #relaxed=274, #hardened=0
1.19/1.20	c BCD2: #sat=1 #unsat=64 bias=64/65
1.19/1.21	c Solving starts ...
1.19/1.21	c ============================[ Search Statistics ]============================
1.19/1.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.21	c =============================================================================
1.19/1.21	c  0.0s |       0 |        0 |        0 |     3939      0 |       51 |       60
1.19/1.21	c  0.0s |       0 |     1405 |        0 |     3939      0 |       51 |       62
1.19/1.21	c #cpu_time = 0.007s
1.19/1.21	c #wall_clock_time = 0.007s
1.19/1.21	c #decision = 1405
1.19/1.21	c #random_decision = 0
1.19/1.21	c #conflict = 0
1.19/1.21	c #restart = 0
1.19/1.22	c BCD2: found a new core of size 4: cost of the new core is >=2
1.19/1.22	c lower bound updated to -2067
1.19/1.22	c BCD2: 1563 <= obj <= 5086
1.19/1.22	c BCD2: #cores=14, #unrelaxed=2821, #relaxed=278, #hardened=0
1.19/1.22	c BCD2: #sat=1 #unsat=65 bias=65/66
1.19/1.22	c Solving starts ...
1.19/1.22	c ============================[ Search Statistics ]============================
1.19/1.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.22	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.22	c =============================================================================
1.19/1.22	c  0.0s |       0 |        0 |        0 |     3939      0 |       51 |       62
1.19/1.22	c  0.0s |       0 |     1362 |        0 |     3939      0 |       51 |       62
1.19/1.22	c #cpu_time = 0.006s
1.19/1.22	c #wall_clock_time = 0.006s
1.19/1.22	c #decision = 1362
1.19/1.22	c #random_decision = 0
1.19/1.22	c #conflict = 0
1.19/1.22	c #restart = 0
1.19/1.22	c BCD2: relaxing 8 and merging with 2 cores into a new core of size 17: cost of the new core is >=4
1.19/1.22	c lower bound updated to -2066
1.19/1.22	c BCD2: 1564 <= obj <= 5086
1.19/1.22	c BCD2: #cores=13, #unrelaxed=2813, #relaxed=286, #hardened=0
1.19/1.22	c BCD2: #sat=1 #unsat=66 bias=66/67
1.19/1.22	c Solving starts ...
1.19/1.22	c ============================[ Search Statistics ]============================
1.19/1.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.22	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.22	c =============================================================================
1.19/1.22	c  0.0s |       0 |        0 |        0 |     3939      0 |       53 |       62
1.19/1.23	c  0.0s |       0 |     1412 |        0 |     3939      0 |       53 |       64
1.19/1.23	c #cpu_time = 0.007s
1.19/1.23	c #wall_clock_time = 0.007s
1.19/1.23	c #decision = 1412
1.19/1.23	c #random_decision = 0
1.19/1.23	c #conflict = 0
1.19/1.23	c #restart = 0
1.19/1.23	c BCD2: found a new core of size 3: cost of the new core is >=2
1.19/1.23	c lower bound updated to -2064
1.19/1.23	c BCD2: 1566 <= obj <= 5086
1.19/1.23	c BCD2: #cores=14, #unrelaxed=2810, #relaxed=289, #hardened=0
1.19/1.23	c BCD2: #sat=1 #unsat=67 bias=67/68
1.19/1.24	c Solving starts ...
1.19/1.24	c ============================[ Search Statistics ]============================
1.19/1.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.24	c =============================================================================
1.19/1.24	c  0.0s |       0 |        0 |        0 |     3939      0 |       53 |       65
1.19/1.24	c  0.0s |       0 |     1327 |        1 |     3939      0 |       53 |       65
1.19/1.24	c #cpu_time = 0.007s
1.19/1.24	c #wall_clock_time = 0.007s
1.19/1.24	c #decision = 1327
1.19/1.24	c #random_decision = 0
1.19/1.24	c #conflict = 1
1.19/1.24	c #restart = 0
1.19/1.24	c BCD2: relaxing 28 and merging with 2 cores into a new core of size 75: cost of the new core is >=28
1.19/1.24	c lower bound updated to -2063
1.19/1.24	c BCD2: 1567 <= obj <= 5086
1.19/1.24	c BCD2: #cores=13, #unrelaxed=2782, #relaxed=317, #hardened=0
1.19/1.24	c BCD2: #sat=1 #unsat=68 bias=68/69
1.19/1.25	c Solving starts ...
1.19/1.25	c ============================[ Search Statistics ]============================
1.19/1.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.25	c =============================================================================
1.19/1.25	c  0.0s |       0 |        0 |        0 |     3939      0 |       55 |       65
1.19/1.25	c  0.0s |       0 |     1386 |        0 |     3939      0 |       55 |       67
1.19/1.25	c #cpu_time = 0.006s
1.19/1.25	c #wall_clock_time = 0.006s
1.19/1.25	c #decision = 1386
1.19/1.25	c #random_decision = 0
1.19/1.25	c #conflict = 0
1.19/1.25	c #restart = 0
1.19/1.25	c BCD2: found a new core of size 3: cost of the new core is >=2
1.19/1.25	c lower bound updated to -2061
1.19/1.26	c BCD2: 1569 <= obj <= 5086
1.19/1.26	c BCD2: #cores=14, #unrelaxed=2779, #relaxed=320, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=69 bias=69/70
1.19/1.26	c Solving starts ...
1.19/1.26	c ============================[ Search Statistics ]============================
1.19/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.26	c =============================================================================
1.19/1.26	c  0.0s |       0 |        0 |        0 |     3939      0 |       55 |       68
1.19/1.26	c  0.0s |       0 |     1329 |        0 |     3939      0 |       55 |       68
1.19/1.26	c #cpu_time = 0.006s
1.19/1.26	c #wall_clock_time = 0.006s
1.19/1.26	c #decision = 1329
1.19/1.26	c #random_decision = 0
1.19/1.26	c #conflict = 0
1.19/1.26	c #restart = 0
1.19/1.26	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=3
1.19/1.26	c lower bound updated to -2060
1.19/1.26	c BCD2: 1570 <= obj <= 5086
1.19/1.26	c BCD2: #cores=14, #unrelaxed=2777, #relaxed=322, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=70 bias=70/71
1.19/1.26	c Solving starts ...
1.19/1.26	c ============================[ Search Statistics ]============================
1.19/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.26	c =============================================================================
1.19/1.26	c  0.0s |       0 |        0 |        0 |     3939      0 |       56 |       68
1.19/1.27	c  0.0s |       0 |     1363 |        0 |     3939      0 |       56 |       69
1.19/1.27	c #cpu_time = 0.007s
1.19/1.27	c #wall_clock_time = 0.007s
1.19/1.27	c #decision = 1363
1.19/1.27	c #random_decision = 0
1.19/1.27	c #conflict = 0
1.19/1.27	c #restart = 0
1.19/1.27	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
1.19/1.27	c lower bound updated to -2059
1.19/1.27	c BCD2: 1571 <= obj <= 5086
1.19/1.27	c BCD2: #cores=14, #unrelaxed=2775, #relaxed=324, #hardened=0
1.19/1.27	c BCD2: #sat=1 #unsat=71 bias=71/72
1.19/1.27	c Solving starts ...
1.19/1.27	c ============================[ Search Statistics ]============================
1.19/1.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.27	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.27	c =============================================================================
1.19/1.27	c  0.0s |       0 |        0 |        0 |     3939      0 |       57 |       69
1.19/1.28	c  0.0s |       0 |      922 |        2 |     3939      0 |       57 |       70
1.19/1.28	c #cpu_time = 0.006s
1.19/1.28	c #wall_clock_time = 0.006s
1.19/1.28	c #decision = 922
1.19/1.28	c #random_decision = 0
1.19/1.28	c #conflict = 2
1.19/1.28	c #restart = 0
1.19/1.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=6
1.19/1.28	c lower bound updated to -2057
1.19/1.28	c BCD2: 1573 <= obj <= 5086
1.19/1.28	c BCD2: #cores=14, #unrelaxed=2774, #relaxed=325, #hardened=0
1.19/1.28	c BCD2: #sat=1 #unsat=72 bias=72/73
1.19/1.28	c Solving starts ...
1.19/1.28	c ============================[ Search Statistics ]============================
1.19/1.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.28	c =============================================================================
1.19/1.28	c  0.0s |       0 |        0 |        0 |     3939      0 |       58 |       70
1.19/1.29	c  0.0s |       0 |      606 |        1 |     3939      0 |       58 |       71
1.19/1.29	c #cpu_time = 0.004s
1.19/1.29	c #wall_clock_time = 0.004s
1.19/1.29	c #decision = 606
1.19/1.29	c #random_decision = 0
1.19/1.29	c #conflict = 1
1.19/1.29	c #restart = 0
1.19/1.29	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 11: cost of the new core is >=8
1.19/1.29	c lower bound updated to -2055
1.19/1.29	c BCD2: 1575 <= obj <= 5086
1.19/1.29	c BCD2: #cores=14, #unrelaxed=2771, #relaxed=328, #hardened=0
1.19/1.29	c BCD2: #sat=1 #unsat=73 bias=73/74
1.19/1.29	c Solving starts ...
1.19/1.29	c ============================[ Search Statistics ]============================
1.19/1.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.29	c =============================================================================
1.19/1.29	c  0.0s |       0 |        0 |        0 |     3939      0 |       59 |       71
1.19/1.30	c  0.0s |       0 |     1344 |        0 |     3939      0 |       59 |       72
1.19/1.30	c #cpu_time = 0.006s
1.19/1.30	c #wall_clock_time = 0.006s
1.19/1.30	c #decision = 1344
1.19/1.30	c #random_decision = 0
1.19/1.30	c #conflict = 0
1.19/1.30	c #restart = 0
1.19/1.30	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 13: cost of the new core is >=10
1.19/1.30	c lower bound updated to -2053
1.29/1.30	c BCD2: 1577 <= obj <= 5086
1.29/1.30	c BCD2: #cores=14, #unrelaxed=2769, #relaxed=330, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=74 bias=74/75
1.29/1.30	c Solving starts ...
1.29/1.30	c ============================[ Search Statistics ]============================
1.29/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.30	c =============================================================================
1.29/1.30	c  0.0s |       0 |        0 |        0 |     3939      0 |       60 |       72
1.29/1.30	c  0.0s |       0 |     1343 |        0 |     3939      0 |       60 |       73
1.29/1.30	c #cpu_time = 0.006s
1.29/1.30	c #wall_clock_time = 0.006s
1.29/1.30	c #decision = 1343
1.29/1.30	c #random_decision = 0
1.29/1.30	c #conflict = 0
1.29/1.30	c #restart = 0
1.29/1.30	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 15: cost of the new core is >=12
1.29/1.30	c lower bound updated to -2051
1.29/1.30	c BCD2: 1579 <= obj <= 5086
1.29/1.30	c BCD2: #cores=14, #unrelaxed=2767, #relaxed=332, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=75 bias=75/76
1.29/1.30	c Solving starts ...
1.29/1.30	c ============================[ Search Statistics ]============================
1.29/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.30	c =============================================================================
1.29/1.30	c  0.0s |       0 |        0 |        0 |     3939      0 |       61 |       73
1.29/1.31	c  0.0s |       0 |     1407 |        1 |     3939      0 |       61 |       74
1.29/1.31	c #cpu_time = 0.006s
1.29/1.31	c #wall_clock_time = 0.006s
1.29/1.31	c #decision = 1407
1.29/1.31	c #random_decision = 0
1.29/1.31	c #conflict = 1
1.29/1.31	c #restart = 0
1.29/1.31	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 18: cost of the new core is >=14
1.29/1.31	c lower bound updated to -2049
1.29/1.31	c BCD2: 1581 <= obj <= 5086
1.29/1.31	c BCD2: #cores=14, #unrelaxed=2764, #relaxed=335, #hardened=0
1.29/1.31	c BCD2: #sat=1 #unsat=76 bias=76/77
1.29/1.31	c Solving starts ...
1.29/1.31	c ============================[ Search Statistics ]============================
1.29/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.31	c =============================================================================
1.29/1.31	c  0.0s |       0 |        0 |        0 |     3939      0 |       62 |       74
1.29/1.32	c  0.0s |       0 |     1371 |        0 |     3939      0 |       62 |       75
1.29/1.32	c #cpu_time = 0.006s
1.29/1.32	c #wall_clock_time = 0.006s
1.29/1.32	c #decision = 1371
1.29/1.32	c #random_decision = 0
1.29/1.32	c #conflict = 0
1.29/1.32	c #restart = 0
1.29/1.32	c BCD2: found a new core of size 5: cost of the new core is >=1
1.29/1.32	c lower bound updated to -2048
1.29/1.32	c BCD2: 1582 <= obj <= 5086
1.29/1.32	c BCD2: #cores=15, #unrelaxed=2759, #relaxed=340, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=77 bias=77/78
1.29/1.32	c Solving starts ...
1.29/1.32	c ============================[ Search Statistics ]============================
1.29/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.32	c =============================================================================
1.29/1.32	c  0.0s |       0 |        0 |        0 |     3939      0 |       62 |       75
1.29/1.33	c  0.0s |       0 |     1338 |        0 |     3939      0 |       62 |       75
1.29/1.33	c #cpu_time = 0.006s
1.29/1.33	c #wall_clock_time = 0.006s
1.29/1.33	c #decision = 1338
1.29/1.33	c #random_decision = 0
1.29/1.33	c #conflict = 0
1.29/1.33	c #restart = 0
1.29/1.33	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=3
1.29/1.33	c lower bound updated to -2046
1.29/1.33	c BCD2: 1584 <= obj <= 5086
1.29/1.33	c BCD2: #cores=15, #unrelaxed=2757, #relaxed=342, #hardened=0
1.29/1.33	c BCD2: #sat=1 #unsat=78 bias=78/79
1.29/1.33	c Solving starts ...
1.29/1.33	c ============================[ Search Statistics ]============================
1.29/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.33	c =============================================================================
1.29/1.33	c  0.0s |       0 |        0 |        0 |     3939      0 |       63 |       75
1.29/1.34	c  0.0s |       0 |     1366 |        0 |     3939      0 |       63 |       76
1.29/1.34	c #cpu_time = 0.006s
1.29/1.34	c #wall_clock_time = 0.006s
1.29/1.34	c #decision = 1366
1.29/1.34	c #random_decision = 0
1.29/1.34	c #conflict = 0
1.29/1.34	c #restart = 0
1.29/1.34	c BCD2: found a new core of size 3: cost of the new core is >=2
1.29/1.34	c lower bound updated to -2044
1.29/1.34	c BCD2: 1586 <= obj <= 5086
1.29/1.34	c BCD2: #cores=16, #unrelaxed=2754, #relaxed=345, #hardened=0
1.29/1.34	c BCD2: #sat=1 #unsat=79 bias=79/80
1.29/1.34	c Solving starts ...
1.29/1.34	c ============================[ Search Statistics ]============================
1.29/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.34	c =============================================================================
1.29/1.34	c  0.0s |       0 |        0 |        0 |     3939      0 |       63 |       77
1.29/1.35	c  0.0s |       0 |     1311 |        0 |     3939      0 |       63 |       77
1.29/1.35	c #cpu_time = 0.006s
1.29/1.35	c #wall_clock_time = 0.006s
1.29/1.35	c #decision = 1311
1.29/1.35	c #random_decision = 0
1.29/1.35	c #conflict = 0
1.29/1.35	c #restart = 0
1.29/1.35	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.29/1.35	c BCD2: refineLB: 3 -> 4
1.29/1.35	c lower bound updated to -2042
1.29/1.35	c BCD2: 1588 <= obj <= 5086
1.29/1.35	c BCD2: #cores=16, #unrelaxed=2752, #relaxed=347, #hardened=0
1.29/1.35	c BCD2: #sat=1 #unsat=80 bias=80/81
1.29/1.35	c Solving starts ...
1.29/1.35	c ============================[ Search Statistics ]============================
1.29/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.35	c =============================================================================
1.29/1.35	c  0.0s |       0 |        0 |        0 |     3939      0 |       64 |       77
1.29/1.36	c  0.0s |       0 |     1304 |        0 |     3939      0 |       64 |       78
1.29/1.36	c #cpu_time = 0.007s
1.29/1.36	c #wall_clock_time = 0.007s
1.29/1.36	c #decision = 1304
1.29/1.36	c #random_decision = 0
1.29/1.36	c #conflict = 0
1.29/1.36	c #restart = 0
1.29/1.36	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=5
1.29/1.36	c lower bound updated to -2041
1.29/1.36	c BCD2: 1589 <= obj <= 5086
1.29/1.36	c BCD2: #cores=16, #unrelaxed=2750, #relaxed=349, #hardened=0
1.29/1.36	c BCD2: #sat=1 #unsat=81 bias=81/82
1.29/1.36	c Solving starts ...
1.29/1.36	c ============================[ Search Statistics ]============================
1.29/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.36	c =============================================================================
1.29/1.36	c  0.0s |       0 |        0 |        0 |     3939      0 |       65 |       78
1.29/1.37	c  0.0s |       0 |     1469 |        1 |     3939      0 |       65 |       79
1.29/1.37	c #cpu_time = 0.009s
1.29/1.37	c #wall_clock_time = 0.009s
1.29/1.37	c #decision = 1469
1.29/1.37	c #random_decision = 0
1.29/1.37	c #conflict = 1
1.29/1.37	c #restart = 0
1.29/1.37	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 10: cost of the new core is >=6
1.29/1.37	c lower bound updated to -2040
1.29/1.37	c BCD2: 1590 <= obj <= 5086
1.29/1.37	c BCD2: #cores=16, #unrelaxed=2747, #relaxed=352, #hardened=0
1.29/1.37	c BCD2: #sat=1 #unsat=82 bias=82/83
1.29/1.37	c Solving starts ...
1.29/1.37	c ============================[ Search Statistics ]============================
1.29/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.37	c =============================================================================
1.29/1.37	c  0.0s |       0 |        0 |        0 |     3939      0 |       66 |       79
1.29/1.38	c  0.0s |       0 |     1362 |        0 |     3939      0 |       66 |       80
1.29/1.38	c #cpu_time = 0.006s
1.29/1.38	c #wall_clock_time = 0.006s
1.29/1.38	c #decision = 1362
1.29/1.38	c #random_decision = 0
1.29/1.38	c #conflict = 0
1.29/1.38	c #restart = 0
1.29/1.38	c BCD2: found a new core of size 3: cost of the new core is >=2
1.29/1.38	c lower bound updated to -2038
1.29/1.38	c BCD2: 1592 <= obj <= 5086
1.29/1.38	c BCD2: #cores=17, #unrelaxed=2744, #relaxed=355, #hardened=0
1.29/1.38	c BCD2: #sat=1 #unsat=83 bias=83/84
1.29/1.38	c Solving starts ...
1.29/1.38	c ============================[ Search Statistics ]============================
1.29/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.38	c =============================================================================
1.29/1.38	c  0.0s |       0 |        0 |        0 |     3939      0 |       66 |       81
1.29/1.39	c  0.0s |       0 |     2346 |        1 |     3939      0 |       66 |       81
1.29/1.39	c #cpu_time = 0.007s
1.29/1.39	c #wall_clock_time = 0.007s
1.29/1.39	c #decision = 2346
1.29/1.39	c #random_decision = 0
1.29/1.39	c #conflict = 1
1.29/1.39	c #restart = 0
1.29/1.39	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 15: cost of the new core is >=6
1.29/1.39	c lower bound updated to -2037
1.29/1.39	c BCD2: 1593 <= obj <= 5086
1.29/1.39	c BCD2: #cores=16, #unrelaxed=2739, #relaxed=360, #hardened=0
1.29/1.39	c BCD2: #sat=1 #unsat=84 bias=84/85
1.29/1.39	c Solving starts ...
1.29/1.39	c ============================[ Search Statistics ]============================
1.29/1.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.39	c =============================================================================
1.29/1.39	c  0.0s |       0 |        0 |        0 |     3939      0 |       68 |       81
1.39/1.40	c  0.0s |       0 |     1355 |        0 |     3939      0 |       68 |       83
1.39/1.40	c #cpu_time = 0.006s
1.39/1.40	c #wall_clock_time = 0.006s
1.39/1.40	c #decision = 1355
1.39/1.40	c #random_decision = 0
1.39/1.40	c #conflict = 0
1.39/1.40	c #restart = 0
1.39/1.40	c BCD2: found a new core of size 5: cost of the new core is >=1
1.39/1.40	c lower bound updated to -2036
1.39/1.40	c BCD2: 1594 <= obj <= 5086
1.39/1.40	c BCD2: #cores=17, #unrelaxed=2734, #relaxed=365, #hardened=0
1.39/1.40	c BCD2: #sat=1 #unsat=85 bias=85/86
1.39/1.40	c Solving starts ...
1.39/1.40	c ============================[ Search Statistics ]============================
1.39/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.40	c =============================================================================
1.39/1.40	c  0.0s |       0 |        0 |        0 |     3939      0 |       68 |       83
1.39/1.41	c  0.0s |       0 |     1352 |        0 |     3939      0 |       68 |       83
1.39/1.41	c #cpu_time = 0.006s
1.39/1.41	c #wall_clock_time = 0.006s
1.39/1.41	c #decision = 1352
1.39/1.41	c #random_decision = 0
1.39/1.41	c #conflict = 0
1.39/1.41	c #restart = 0
1.39/1.41	c BCD2: found a new core of size 3: cost of the new core is >=2
1.39/1.41	c lower bound updated to -2034
1.39/1.41	c BCD2: 1596 <= obj <= 5086
1.39/1.41	c BCD2: #cores=18, #unrelaxed=2731, #relaxed=368, #hardened=0
1.39/1.41	c BCD2: #sat=1 #unsat=86 bias=86/87
1.39/1.41	c Solving starts ...
1.39/1.41	c ============================[ Search Statistics ]============================
1.39/1.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.41	c =============================================================================
1.39/1.41	c  0.0s |       0 |        0 |        0 |     3939      0 |       68 |       84
1.39/1.42	c  0.0s |       0 |     1352 |        0 |     3939      0 |       68 |       84
1.39/1.42	c #cpu_time = 0.007s
1.39/1.42	c #wall_clock_time = 0.007s
1.39/1.42	c #decision = 1352
1.39/1.42	c #random_decision = 0
1.39/1.42	c #conflict = 0
1.39/1.42	c #restart = 0
1.39/1.42	c BCD2: found a new core of size 3: cost of the new core is >=1
1.39/1.42	c lower bound updated to -2033
1.39/1.42	c BCD2: 1597 <= obj <= 5086
1.39/1.42	c BCD2: #cores=19, #unrelaxed=2728, #relaxed=371, #hardened=0
1.39/1.42	c BCD2: #sat=1 #unsat=87 bias=87/88
1.39/1.42	c Solving starts ...
1.39/1.42	c ============================[ Search Statistics ]============================
1.39/1.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.42	c =============================================================================
1.39/1.42	c  0.0s |       0 |        0 |        0 |     3939      0 |       68 |       85
1.39/1.43	c  0.0s |       0 |     1310 |        0 |     3939      0 |       68 |       85
1.39/1.43	c #cpu_time = 0.005s
1.39/1.43	c #wall_clock_time = 0.005s
1.39/1.43	c #decision = 1310
1.39/1.43	c #random_decision = 0
1.39/1.43	c #conflict = 0
1.39/1.43	c #restart = 0
1.39/1.43	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
1.39/1.43	c lower bound updated to -2032
1.39/1.43	c BCD2: 1598 <= obj <= 5086
1.39/1.43	c BCD2: #cores=19, #unrelaxed=2726, #relaxed=373, #hardened=0
1.39/1.43	c BCD2: #sat=1 #unsat=88 bias=88/89
1.39/1.43	c Solving starts ...
1.39/1.43	c ============================[ Search Statistics ]============================
1.39/1.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.43	c =============================================================================
1.39/1.43	c  0.0s |       0 |        0 |        0 |     3939      0 |       69 |       85
1.39/1.44	c  0.0s |       0 |     1346 |        1 |     3939      0 |       69 |       86
1.39/1.44	c #cpu_time = 0.006s
1.39/1.44	c #wall_clock_time = 0.006s
1.39/1.44	c #decision = 1346
1.39/1.44	c #random_decision = 0
1.39/1.44	c #conflict = 1
1.39/1.44	c #restart = 0
1.39/1.44	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
1.39/1.44	c lower bound updated to -2031
1.39/1.44	c BCD2: 1599 <= obj <= 5086
1.39/1.44	c BCD2: #cores=19, #unrelaxed=2722, #relaxed=377, #hardened=0
1.39/1.44	c BCD2: #sat=1 #unsat=89 bias=89/90
1.39/1.44	c Solving starts ...
1.39/1.44	c ============================[ Search Statistics ]============================
1.39/1.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.44	c =============================================================================
1.39/1.44	c  0.0s |       0 |        0 |        0 |     3939      0 |       70 |       86
1.39/1.45	c  0.0s |       0 |     1350 |        0 |     3939      0 |       70 |       87
1.39/1.45	c #cpu_time = 0.007s
1.39/1.45	c #wall_clock_time = 0.007s
1.39/1.45	c #decision = 1350
1.39/1.45	c #random_decision = 0
1.39/1.45	c #conflict = 0
1.39/1.45	c #restart = 0
1.39/1.45	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.39/1.45	c BCD2: refineLB: 3 -> 4
1.39/1.45	c lower bound updated to -2029
1.39/1.45	c BCD2: 1601 <= obj <= 5086
1.39/1.45	c BCD2: #cores=19, #unrelaxed=2720, #relaxed=379, #hardened=0
1.39/1.45	c BCD2: #sat=1 #unsat=90 bias=90/91
1.39/1.45	c Solving starts ...
1.39/1.45	c ============================[ Search Statistics ]============================
1.39/1.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.45	c =============================================================================
1.39/1.45	c  0.0s |       0 |        0 |        0 |     3939      0 |       71 |       87
1.39/1.46	c  0.0s |       0 |     1334 |        0 |     3939      0 |       71 |       88
1.39/1.46	c #cpu_time = 0.007s
1.39/1.46	c #wall_clock_time = 0.007s
1.39/1.46	c #decision = 1334
1.39/1.46	c #random_decision = 0
1.39/1.46	c #conflict = 0
1.39/1.46	c #restart = 0
1.39/1.46	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=5
1.39/1.46	c lower bound updated to -2028
1.39/1.46	c BCD2: 1602 <= obj <= 5086
1.39/1.46	c BCD2: #cores=19, #unrelaxed=2718, #relaxed=381, #hardened=0
1.39/1.46	c BCD2: #sat=1 #unsat=91 bias=91/92
1.39/1.46	c Solving starts ...
1.39/1.46	c ============================[ Search Statistics ]============================
1.39/1.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.46	c =============================================================================
1.39/1.46	c  0.0s |       0 |        0 |        0 |     3939      0 |       72 |       88
1.39/1.47	c  0.0s |       0 |     1348 |        0 |     3939      0 |       72 |       89
1.39/1.47	c #cpu_time = 0.007s
1.39/1.47	c #wall_clock_time = 0.007s
1.39/1.47	c #decision = 1348
1.39/1.47	c #random_decision = 0
1.39/1.47	c #conflict = 0
1.39/1.47	c #restart = 0
1.39/1.47	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 9: cost of the new core is >=6
1.39/1.47	c lower bound updated to -2027
1.39/1.47	c BCD2: 1603 <= obj <= 5086
1.39/1.47	c BCD2: #cores=19, #unrelaxed=2716, #relaxed=383, #hardened=0
1.39/1.47	c BCD2: #sat=1 #unsat=92 bias=92/93
1.39/1.47	c Solving starts ...
1.39/1.47	c ============================[ Search Statistics ]============================
1.39/1.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.47	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.47	c =============================================================================
1.39/1.47	c  0.0s |       0 |        0 |        0 |     3939      0 |       73 |       89
1.39/1.48	c  0.0s |       0 |     1355 |        0 |     3939      0 |       73 |       90
1.39/1.48	c #cpu_time = 0.007s
1.39/1.48	c #wall_clock_time = 0.007s
1.39/1.48	c #decision = 1355
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 0
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 3: cost of the new core is >=1
1.39/1.48	c lower bound updated to -2026
1.39/1.48	c BCD2: 1604 <= obj <= 5086
1.39/1.48	c BCD2: #cores=20, #unrelaxed=2713, #relaxed=386, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=93 bias=93/94
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     3939      0 |       73 |       90
1.39/1.49	c  0.0s |       0 |     1329 |        1 |     3939      0 |       73 |       90
1.39/1.49	c #cpu_time = 0.007s
1.39/1.49	c #wall_clock_time = 0.007s
1.39/1.49	c #decision = 1329
1.39/1.49	c #random_decision = 0
1.39/1.49	c #conflict = 1
1.39/1.49	c #restart = 0
1.39/1.49	c BCD2: relaxing 20 and merging with 3 cores into a new core of size 58: cost of the new core is >=13
1.39/1.49	c lower bound updated to -2025
1.39/1.49	c BCD2: 1605 <= obj <= 5086
1.39/1.49	c BCD2: #cores=18, #unrelaxed=2693, #relaxed=406, #hardened=0
1.39/1.49	c BCD2: #sat=1 #unsat=94 bias=94/95
1.39/1.49	c Solving starts ...
1.39/1.49	c ============================[ Search Statistics ]============================
1.39/1.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.49	c =============================================================================
1.39/1.49	c  0.0s |       0 |        0 |        0 |     3939      0 |       76 |       90
1.39/1.50	c  0.0s |       0 |     1338 |        0 |     3939      0 |       76 |       93
1.39/1.50	c #cpu_time = 0.007s
1.39/1.50	c #wall_clock_time = 0.007s
1.39/1.50	c #decision = 1338
1.39/1.50	c #random_decision = 0
1.39/1.50	c #conflict = 0
1.39/1.50	c #restart = 0
1.39/1.50	c BCD2: found a new core of size 3: cost of the new core is >=2
1.39/1.50	c lower bound updated to -2023
1.49/1.50	c BCD2: 1607 <= obj <= 5086
1.49/1.50	c BCD2: #cores=19, #unrelaxed=2690, #relaxed=409, #hardened=0
1.49/1.50	c BCD2: #sat=1 #unsat=95 bias=95/96
1.49/1.50	c Solving starts ...
1.49/1.50	c ============================[ Search Statistics ]============================
1.49/1.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.50	c =============================================================================
1.49/1.50	c  0.0s |       0 |        0 |        0 |     3939      0 |       76 |       93
1.49/1.51	c  0.0s |       0 |     1318 |        0 |     3939      0 |       76 |       93
1.49/1.51	c #cpu_time = 0.007s
1.49/1.51	c #wall_clock_time = 0.007s
1.49/1.51	c #decision = 1318
1.49/1.51	c #random_decision = 0
1.49/1.51	c #conflict = 0
1.49/1.51	c #restart = 0
1.49/1.51	c BCD2: found a new core of size 3: cost of the new core is >=2
1.49/1.51	c lower bound updated to -2021
1.49/1.51	c BCD2: 1609 <= obj <= 5086
1.49/1.51	c BCD2: #cores=20, #unrelaxed=2687, #relaxed=412, #hardened=0
1.49/1.51	c BCD2: #sat=1 #unsat=96 bias=96/97
1.49/1.51	c Solving starts ...
1.49/1.51	c ============================[ Search Statistics ]============================
1.49/1.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.51	c =============================================================================
1.49/1.51	c  0.0s |       0 |        0 |        0 |     3939      0 |       76 |       93
1.49/1.52	c  0.0s |       0 |     1310 |        0 |     3939      0 |       76 |       93
1.49/1.52	c #cpu_time = 0.007s
1.49/1.52	c #wall_clock_time = 0.007s
1.49/1.52	c #decision = 1310
1.49/1.52	c #random_decision = 0
1.49/1.52	c #conflict = 0
1.49/1.52	c #restart = 0
1.49/1.52	c BCD2: found a new core of size 2: cost of the new core is >=2
1.49/1.52	c lower bound updated to -2019
1.49/1.52	c BCD2: 1611 <= obj <= 5086
1.49/1.52	c BCD2: #cores=21, #unrelaxed=2685, #relaxed=414, #hardened=0
1.49/1.52	c BCD2: #sat=1 #unsat=97 bias=97/98
1.49/1.52	c Solving starts ...
1.49/1.52	c ============================[ Search Statistics ]============================
1.49/1.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.52	c =============================================================================
1.49/1.52	c  0.0s |       0 |        0 |        0 |     3939      0 |       76 |       94
1.49/1.53	c  0.0s |       0 |     1311 |        0 |     3939      0 |       76 |       94
1.49/1.53	c #cpu_time = 0.007s
1.49/1.53	c #wall_clock_time = 0.007s
1.49/1.53	c #decision = 1311
1.49/1.53	c #random_decision = 0
1.49/1.53	c #conflict = 0
1.49/1.53	c #restart = 0
1.49/1.53	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4
1.49/1.53	c lower bound updated to -2017
1.49/1.53	c BCD2: 1613 <= obj <= 5086
1.49/1.53	c BCD2: #cores=21, #unrelaxed=2683, #relaxed=416, #hardened=0
1.49/1.53	c BCD2: #sat=1 #unsat=98 bias=98/99
1.49/1.53	c Solving starts ...
1.49/1.53	c ============================[ Search Statistics ]============================
1.49/1.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.53	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.53	c =============================================================================
1.49/1.53	c  0.0s |       0 |        0 |        0 |     3939      0 |       77 |       94
1.49/1.54	c  0.0s |       0 |     1310 |        0 |     3939      0 |       77 |       95
1.49/1.54	c #cpu_time = 0.007s
1.49/1.54	c #wall_clock_time = 0.007s
1.49/1.54	c #decision = 1310
1.49/1.54	c #random_decision = 0
1.49/1.54	c #conflict = 0
1.49/1.54	c #restart = 0
1.49/1.54	c BCD2: found a new core of size 3: cost of the new core is >=1
1.49/1.54	c lower bound updated to -2016
1.49/1.54	c BCD2: 1614 <= obj <= 5086
1.49/1.54	c BCD2: #cores=22, #unrelaxed=2680, #relaxed=419, #hardened=0
1.49/1.54	c BCD2: #sat=1 #unsat=99 bias=99/100
1.49/1.54	c Solving starts ...
1.49/1.54	c ============================[ Search Statistics ]============================
1.49/1.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.54	c =============================================================================
1.49/1.54	c  0.0s |       0 |        0 |        0 |     3939      0 |       77 |       95
1.49/1.55	c  0.0s |       0 |     1300 |        0 |     3939      0 |       77 |       95
1.49/1.55	c #cpu_time = 0.007s
1.49/1.55	c #wall_clock_time = 0.007s
1.49/1.55	c #decision = 1300
1.49/1.55	c #random_decision = 0
1.49/1.55	c #conflict = 0
1.49/1.55	c #restart = 0
1.49/1.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=6
1.49/1.55	c lower bound updated to -2014
1.49/1.55	c BCD2: 1616 <= obj <= 5086
1.49/1.55	c BCD2: #cores=22, #unrelaxed=2679, #relaxed=420, #hardened=0
1.49/1.55	c BCD2: #sat=1 #unsat=100 bias=100/101
1.49/1.55	c Solving starts ...
1.49/1.55	c ============================[ Search Statistics ]============================
1.49/1.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.55	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.55	c =============================================================================
1.49/1.55	c  0.0s |       0 |        0 |        0 |     3939      0 |       78 |       95
1.49/1.56	c  0.0s |       0 |     1302 |        0 |     3939      0 |       78 |       96
1.49/1.56	c #cpu_time = 0.007s
1.49/1.56	c #wall_clock_time = 0.007s
1.49/1.56	c #decision = 1302
1.49/1.56	c #random_decision = 0
1.49/1.56	c #conflict = 0
1.49/1.56	c #restart = 0
1.49/1.56	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 9: cost of the new core is >=4
1.49/1.56	c lower bound updated to -2013
1.49/1.56	c BCD2: 1617 <= obj <= 5086
1.49/1.56	c BCD2: #cores=21, #unrelaxed=2676, #relaxed=423, #hardened=0
1.49/1.56	c BCD2: #sat=1 #unsat=101 bias=101/102
1.49/1.56	c Solving starts ...
1.49/1.56	c ============================[ Search Statistics ]============================
1.49/1.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.56	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.56	c =============================================================================
1.49/1.56	c  0.0s |       0 |        0 |        0 |     3939      0 |       80 |       96
1.49/1.57	c  0.0s |       0 |     1327 |        0 |     3939      0 |       80 |       98
1.49/1.57	c #cpu_time = 0.007s
1.49/1.57	c #wall_clock_time = 0.007s
1.49/1.57	c #decision = 1327
1.49/1.57	c #random_decision = 0
1.49/1.57	c #conflict = 0
1.49/1.57	c #restart = 0
1.49/1.57	c BCD2: found a new core of size 4: cost of the new core is >=2
1.49/1.57	c lower bound updated to -2011
1.49/1.57	c BCD2: 1619 <= obj <= 5086
1.49/1.57	c BCD2: #cores=22, #unrelaxed=2672, #relaxed=427, #hardened=0
1.49/1.57	c BCD2: #sat=1 #unsat=102 bias=102/103
1.49/1.57	c Solving starts ...
1.49/1.57	c ============================[ Search Statistics ]============================
1.49/1.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.57	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.57	c =============================================================================
1.49/1.57	c  0.0s |       0 |        0 |        0 |     3939      0 |       80 |       98
1.49/1.58	c  0.0s |       0 |     1325 |        0 |     3939      0 |       80 |       98
1.49/1.58	c #cpu_time = 0.007s
1.49/1.58	c #wall_clock_time = 0.007s
1.49/1.58	c #decision = 1325
1.49/1.58	c #random_decision = 0
1.49/1.58	c #conflict = 0
1.49/1.58	c #restart = 0
1.49/1.58	c BCD2: found a new core of size 3: cost of the new core is >=2
1.49/1.58	c lower bound updated to -2009
1.49/1.58	c BCD2: 1621 <= obj <= 5086
1.49/1.58	c BCD2: #cores=23, #unrelaxed=2669, #relaxed=430, #hardened=0
1.49/1.58	c BCD2: #sat=1 #unsat=103 bias=103/104
1.49/1.58	c Solving starts ...
1.49/1.58	c ============================[ Search Statistics ]============================
1.49/1.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.58	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.58	c =============================================================================
1.49/1.58	c  0.0s |       0 |        0 |        0 |     3939      0 |       80 |       98
1.49/1.59	c  0.0s |       0 |     1324 |        0 |     3939      0 |       80 |       98
1.49/1.59	c #cpu_time = 0.007s
1.49/1.59	c #wall_clock_time = 0.007s
1.49/1.59	c #decision = 1324
1.49/1.59	c #random_decision = 0
1.49/1.59	c #conflict = 0
1.49/1.59	c #restart = 0
1.49/1.59	c BCD2: found a new core of size 3: cost of the new core is >=2
1.49/1.59	c lower bound updated to -2007
1.49/1.59	c BCD2: 1623 <= obj <= 5086
1.49/1.59	c BCD2: #cores=24, #unrelaxed=2666, #relaxed=433, #hardened=0
1.49/1.59	c BCD2: #sat=1 #unsat=104 bias=104/105
1.49/1.59	c Solving starts ...
1.49/1.59	c ============================[ Search Statistics ]============================
1.49/1.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.59	c =============================================================================
1.49/1.59	c  0.0s |       0 |        0 |        0 |     3939      0 |       80 |       98
1.59/1.60	c  0.0s |       0 |     1323 |        0 |     3939      0 |       80 |       98
1.59/1.60	c #cpu_time = 0.007s
1.59/1.60	c #wall_clock_time = 0.007s
1.59/1.60	c #decision = 1323
1.59/1.60	c #random_decision = 0
1.59/1.60	c #conflict = 0
1.59/1.60	c #restart = 0
1.59/1.60	c BCD2: found a new core of size 3: cost of the new core is >=2
1.59/1.60	c lower bound updated to -2005
1.59/1.60	c BCD2: 1625 <= obj <= 5086
1.59/1.60	c BCD2: #cores=25, #unrelaxed=2663, #relaxed=436, #hardened=0
1.59/1.60	c BCD2: #sat=1 #unsat=105 bias=105/106
1.59/1.60	c Solving starts ...
1.59/1.60	c ============================[ Search Statistics ]============================
1.59/1.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.60	c =============================================================================
1.59/1.60	c  0.0s |       0 |        0 |        0 |     3939      0 |       80 |       98
1.59/1.61	c  0.0s |       0 |     1322 |        0 |     3939      0 |       80 |       98
1.59/1.61	c #cpu_time = 0.007s
1.59/1.61	c #wall_clock_time = 0.007s
1.59/1.61	c #decision = 1322
1.59/1.61	c #random_decision = 0
1.59/1.61	c #conflict = 0
1.59/1.61	c #restart = 0
1.59/1.61	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=7
1.59/1.61	c lower bound updated to -2004
1.59/1.61	c BCD2: 1626 <= obj <= 5086
1.59/1.61	c BCD2: #cores=25, #unrelaxed=2661, #relaxed=438, #hardened=0
1.59/1.61	c BCD2: #sat=1 #unsat=106 bias=106/107
1.59/1.61	c Solving starts ...
1.59/1.61	c ============================[ Search Statistics ]============================
1.59/1.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.61	c =============================================================================
1.59/1.61	c  0.0s |       0 |        0 |        0 |     3939      0 |       81 |       98
1.59/1.62	c  0.0s |       0 |     1322 |        0 |     3939      0 |       81 |       99
1.59/1.62	c #cpu_time = 0.007s
1.59/1.62	c #wall_clock_time = 0.007s
1.59/1.62	c #decision = 1322
1.59/1.62	c #random_decision = 0
1.59/1.62	c #conflict = 0
1.59/1.62	c #restart = 0
1.59/1.62	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.59/1.62	c BCD2: refineLB: 3 -> 4
1.59/1.62	c lower bound updated to -2002
1.59/1.62	c BCD2: 1628 <= obj <= 5086
1.59/1.62	c BCD2: #cores=25, #unrelaxed=2659, #relaxed=440, #hardened=0
1.59/1.62	c BCD2: #sat=1 #unsat=107 bias=107/108
1.59/1.62	c Solving starts ...
1.59/1.62	c ============================[ Search Statistics ]============================
1.59/1.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.62	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.62	c =============================================================================
1.59/1.62	c  0.0s |       0 |        0 |        0 |     3939      0 |       82 |       99
1.59/1.63	c  0.0s |       0 |     1322 |        0 |     3939      0 |       82 |      100
1.59/1.63	c #cpu_time = 0.007s
1.59/1.63	c #wall_clock_time = 0.007s
1.59/1.63	c #decision = 1322
1.59/1.63	c #random_decision = 0
1.59/1.63	c #conflict = 0
1.59/1.63	c #restart = 0
1.59/1.63	c BCD2: found a new core of size 2: cost of the new core is >=2
1.59/1.63	c lower bound updated to -2000
1.59/1.63	c BCD2: 1630 <= obj <= 5086
1.59/1.63	c BCD2: #cores=26, #unrelaxed=2657, #relaxed=442, #hardened=0
1.59/1.63	c BCD2: #sat=1 #unsat=108 bias=108/109
1.59/1.63	c Solving starts ...
1.59/1.63	c ============================[ Search Statistics ]============================
1.59/1.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.63	c =============================================================================
1.59/1.63	c  0.0s |       0 |        0 |        0 |     3939      0 |       82 |      101
1.59/1.64	c  0.0s |       0 |     1322 |        0 |     3939      0 |       82 |      101
1.59/1.64	c #cpu_time = 0.007s
1.59/1.64	c #wall_clock_time = 0.007s
1.59/1.64	c #decision = 1322
1.59/1.64	c #random_decision = 0
1.59/1.64	c #conflict = 0
1.59/1.64	c #restart = 0
1.59/1.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
1.59/1.64	c lower bound updated to -1998
1.59/1.64	c BCD2: 1632 <= obj <= 5086
1.59/1.64	c BCD2: #cores=26, #unrelaxed=2656, #relaxed=443, #hardened=0
1.59/1.64	c BCD2: #sat=1 #unsat=109 bias=109/110
1.59/1.64	c Solving starts ...
1.59/1.64	c ============================[ Search Statistics ]============================
1.59/1.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.64	c =============================================================================
1.59/1.64	c  0.0s |       0 |        0 |        0 |     3939      0 |       83 |      101
1.59/1.65	c  0.0s |       0 |     1322 |        0 |     3939      0 |       83 |      102
1.59/1.65	c #cpu_time = 0.007s
1.59/1.65	c #wall_clock_time = 0.007s
1.59/1.65	c #decision = 1322
1.59/1.65	c #random_decision = 0
1.59/1.65	c #conflict = 0
1.59/1.65	c #restart = 0
1.59/1.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5
1.59/1.65	c lower bound updated to -1997
1.59/1.65	c BCD2: 1633 <= obj <= 5086
1.59/1.65	c BCD2: #cores=26, #unrelaxed=2655, #relaxed=444, #hardened=0
1.59/1.65	c BCD2: #sat=1 #unsat=110 bias=110/111
1.59/1.65	c Solving starts ...
1.59/1.65	c ============================[ Search Statistics ]============================
1.59/1.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.65	c =============================================================================
1.59/1.65	c  0.0s |       0 |        0 |        0 |     3939      0 |       84 |      102
1.59/1.66	c  0.0s |       0 |     1360 |        1 |     3939      0 |       84 |      103
1.59/1.66	c #cpu_time = 0.006s
1.59/1.66	c #wall_clock_time = 0.006s
1.59/1.66	c #decision = 1360
1.59/1.66	c #random_decision = 0
1.59/1.66	c #conflict = 1
1.59/1.66	c #restart = 0
1.59/1.66	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=6
1.59/1.66	c lower bound updated to -1996
1.59/1.66	c BCD2: 1634 <= obj <= 5086
1.59/1.66	c BCD2: #cores=26, #unrelaxed=2651, #relaxed=448, #hardened=0
1.59/1.66	c BCD2: #sat=1 #unsat=111 bias=111/112
1.59/1.66	c Solving starts ...
1.59/1.66	c ============================[ Search Statistics ]============================
1.59/1.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.66	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.66	c =============================================================================
1.59/1.66	c  0.0s |       0 |        0 |        0 |     3939      0 |       85 |      103
1.59/1.67	c  0.0s |       0 |     1318 |        0 |     3939      0 |       85 |      104
1.59/1.67	c #cpu_time = 0.007s
1.59/1.67	c #wall_clock_time = 0.007s
1.59/1.67	c #decision = 1318
1.59/1.67	c #random_decision = 0
1.59/1.67	c #conflict = 0
1.59/1.67	c #restart = 0
1.59/1.67	c BCD2: found a new core of size 3: cost of the new core is >=2
1.59/1.67	c lower bound updated to -1994
1.59/1.67	c BCD2: 1636 <= obj <= 5086
1.59/1.67	c BCD2: #cores=27, #unrelaxed=2648, #relaxed=451, #hardened=0
1.59/1.67	c BCD2: #sat=1 #unsat=112 bias=112/113
1.59/1.67	c Solving starts ...
1.59/1.67	c ============================[ Search Statistics ]============================
1.59/1.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.67	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.67	c =============================================================================
1.59/1.67	c  0.0s |       0 |        0 |        0 |     3939      0 |       85 |      104
1.59/1.68	c  0.0s |       0 |     1317 |        0 |     3939      0 |       85 |      104
1.59/1.68	c #cpu_time = 0.007s
1.59/1.68	c #wall_clock_time = 0.007s
1.59/1.68	c #decision = 1317
1.59/1.68	c #random_decision = 0
1.59/1.68	c #conflict = 0
1.59/1.68	c #restart = 0
1.59/1.68	c BCD2: relaxing 8 and merging with 2 cores into a new core of size 18: cost of the new core is >=6
1.59/1.68	c lower bound updated to -1993
1.59/1.68	c BCD2: 1637 <= obj <= 5086
1.59/1.68	c BCD2: #cores=26, #unrelaxed=2640, #relaxed=459, #hardened=0
1.59/1.68	c BCD2: #sat=1 #unsat=113 bias=113/114
1.59/1.68	c Solving starts ...
1.59/1.68	c ============================[ Search Statistics ]============================
1.59/1.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.68	c =============================================================================
1.59/1.68	c  0.0s |       0 |        0 |        0 |     3939      0 |       87 |      104
1.59/1.69	c  0.0s |       0 |     1448 |        1 |     3939      0 |       87 |      106
1.59/1.69	c #cpu_time = 0.009s
1.59/1.69	c #wall_clock_time = 0.009s
1.59/1.69	c #decision = 1448
1.59/1.69	c #random_decision = 0
1.59/1.69	c #conflict = 1
1.59/1.69	c #restart = 0
1.59/1.69	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 10: cost of the new core is >=8
1.59/1.69	c lower bound updated to -1992
1.59/1.69	c BCD2: 1638 <= obj <= 5086
1.59/1.69	c BCD2: #cores=26, #unrelaxed=2637, #relaxed=462, #hardened=0
1.59/1.69	c BCD2: #sat=1 #unsat=114 bias=114/115
1.59/1.69	c Solving starts ...
1.59/1.69	c ============================[ Search Statistics ]============================
1.59/1.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.69	c =============================================================================
1.59/1.69	c  0.0s |       0 |        0 |        0 |     3939      0 |       88 |      106
1.69/1.70	c  0.0s |       0 |     1325 |        0 |     3939      0 |       88 |      107
1.69/1.70	c #cpu_time = 0.007s
1.69/1.70	c #wall_clock_time = 0.007s
1.69/1.70	c #decision = 1325
1.69/1.70	c #random_decision = 0
1.69/1.70	c #conflict = 0
1.69/1.70	c #restart = 0
1.69/1.70	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.69/1.70	c lower bound updated to -1991
1.69/1.70	c BCD2: 1639 <= obj <= 5086
1.69/1.70	c BCD2: #cores=26, #unrelaxed=2634, #relaxed=465, #hardened=0
1.69/1.70	c BCD2: #sat=1 #unsat=115 bias=115/116
1.69/1.70	c Solving starts ...
1.69/1.70	c ============================[ Search Statistics ]============================
1.69/1.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.70	c =============================================================================
1.69/1.70	c  0.0s |       0 |        0 |        0 |     3939      0 |       89 |      107
1.69/1.71	c  0.0s |       0 |     1322 |        1 |     3939      0 |       89 |      108
1.69/1.71	c #cpu_time = 0.008s
1.69/1.71	c #wall_clock_time = 0.008s
1.69/1.71	c #decision = 1322
1.69/1.71	c #random_decision = 0
1.69/1.71	c #conflict = 1
1.69/1.71	c #restart = 0
1.69/1.71	c BCD2: relaxing 23 and merging with 3 cores into a new core of size 107: cost of the new core is >=34
1.69/1.71	c lower bound updated to -1990
1.69/1.71	c BCD2: 1640 <= obj <= 5086
1.69/1.71	c BCD2: #cores=24, #unrelaxed=2611, #relaxed=488, #hardened=0
1.69/1.71	c BCD2: #sat=1 #unsat=116 bias=116/117
1.69/1.71	c Solving starts ...
1.69/1.71	c ============================[ Search Statistics ]============================
1.69/1.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.71	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.71	c =============================================================================
1.69/1.71	c  0.0s |       0 |        0 |        0 |     3939      0 |       93 |      108
1.69/1.72	c  0.0s |       0 |     1309 |        0 |     3939      0 |       93 |      113
1.69/1.72	c #cpu_time = 0.007s
1.69/1.72	c #wall_clock_time = 0.007s
1.69/1.72	c #decision = 1309
1.69/1.72	c #random_decision = 0
1.69/1.72	c #conflict = 0
1.69/1.72	c #restart = 0
1.69/1.72	c BCD2: found a new core of size 3: cost of the new core is >=2
1.69/1.72	c lower bound updated to -1988
1.69/1.72	c BCD2: 1642 <= obj <= 5086
1.69/1.72	c BCD2: #cores=25, #unrelaxed=2608, #relaxed=491, #hardened=0
1.69/1.72	c BCD2: #sat=1 #unsat=117 bias=117/118
1.69/1.72	c Solving starts ...
1.69/1.72	c ============================[ Search Statistics ]============================
1.69/1.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.72	c =============================================================================
1.69/1.72	c  0.0s |       0 |        0 |        0 |     3939      0 |       93 |      113
1.69/1.73	c  0.0s |       0 |     1286 |        0 |     3939      0 |       93 |      113
1.69/1.73	c #cpu_time = 0.007s
1.69/1.73	c #wall_clock_time = 0.007s
1.69/1.73	c #decision = 1286
1.69/1.73	c #random_decision = 0
1.69/1.73	c #conflict = 0
1.69/1.73	c #restart = 0
1.69/1.73	c BCD2: found a new core of size 3: cost of the new core is >=2
1.69/1.73	c lower bound updated to -1986
1.69/1.73	c BCD2: 1644 <= obj <= 5086
1.69/1.73	c BCD2: #cores=26, #unrelaxed=2605, #relaxed=494, #hardened=0
1.69/1.73	c BCD2: #sat=1 #unsat=118 bias=118/119
1.69/1.73	c Solving starts ...
1.69/1.73	c ============================[ Search Statistics ]============================
1.69/1.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.73	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.73	c =============================================================================
1.69/1.73	c  0.0s |       0 |        0 |        0 |     3939      0 |       93 |      113
1.69/1.74	c  0.0s |       0 |     1275 |        0 |     3939      0 |       93 |      113
1.69/1.74	c #cpu_time = 0.007s
1.69/1.74	c #wall_clock_time = 0.007s
1.69/1.74	c #decision = 1275
1.69/1.74	c #random_decision = 0
1.69/1.74	c #conflict = 0
1.69/1.74	c #restart = 0
1.69/1.74	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=4
1.69/1.74	c BCD2: refineLB: 3 -> 4
1.69/1.74	c lower bound updated to -1984
1.69/1.74	c BCD2: 1646 <= obj <= 5086
1.69/1.74	c BCD2: #cores=26, #unrelaxed=2602, #relaxed=497, #hardened=0
1.69/1.74	c BCD2: #sat=1 #unsat=119 bias=119/120
1.69/1.74	c Solving starts ...
1.69/1.74	c ============================[ Search Statistics ]============================
1.69/1.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.74	c =============================================================================
1.69/1.74	c  0.0s |       0 |        0 |        0 |     3939      0 |       94 |      113
1.69/1.75	c  0.0s |       0 |     1274 |        0 |     3939      0 |       94 |      114
1.69/1.75	c #cpu_time = 0.007s
1.69/1.75	c #wall_clock_time = 0.007s
1.69/1.75	c #decision = 1274
1.69/1.75	c #random_decision = 0
1.69/1.75	c #conflict = 0
1.69/1.75	c #restart = 0
1.69/1.75	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=6
1.69/1.75	c BCD2: refineLB: 5 -> 6
1.69/1.75	c lower bound updated to -1982
1.69/1.75	c BCD2: 1648 <= obj <= 5086
1.69/1.75	c BCD2: #cores=26, #unrelaxed=2600, #relaxed=499, #hardened=0
1.69/1.75	c BCD2: #sat=1 #unsat=120 bias=120/121
1.69/1.75	c Solving starts ...
1.69/1.75	c ============================[ Search Statistics ]============================
1.69/1.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.75	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.75	c =============================================================================
1.69/1.75	c  0.0s |       0 |        0 |        0 |     3939      0 |       95 |      114
1.69/1.76	c  0.0s |       0 |     1273 |        0 |     3939      0 |       95 |      115
1.69/1.76	c #cpu_time = 0.007s
1.69/1.76	c #wall_clock_time = 0.007s
1.69/1.76	c #decision = 1273
1.69/1.76	c #random_decision = 0
1.69/1.76	c #conflict = 0
1.69/1.76	c #restart = 0
1.69/1.76	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 11: cost of the new core is >=7
1.69/1.76	c lower bound updated to -1981
1.69/1.76	c BCD2: 1649 <= obj <= 5086
1.69/1.76	c BCD2: #cores=26, #unrelaxed=2597, #relaxed=502, #hardened=0
1.69/1.76	c BCD2: #sat=1 #unsat=121 bias=121/122
1.69/1.76	c Solving starts ...
1.69/1.76	c ============================[ Search Statistics ]============================
1.69/1.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.76	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.76	c =============================================================================
1.69/1.76	c  0.0s |       0 |        0 |        0 |     3939      0 |       96 |      115
1.69/1.77	c  0.0s |       0 |     1283 |        0 |     3939      0 |       96 |      116
1.69/1.77	c #cpu_time = 0.007s
1.69/1.77	c #wall_clock_time = 0.007s
1.69/1.77	c #decision = 1283
1.69/1.77	c #random_decision = 0
1.69/1.77	c #conflict = 0
1.69/1.77	c #restart = 0
1.69/1.77	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.69/1.77	c BCD2: refineLB: 3 -> 4
1.69/1.77	c lower bound updated to -1979
1.69/1.77	c BCD2: 1651 <= obj <= 5086
1.69/1.77	c BCD2: #cores=26, #unrelaxed=2595, #relaxed=504, #hardened=0
1.69/1.77	c BCD2: #sat=1 #unsat=122 bias=122/123
1.69/1.77	c Solving starts ...
1.69/1.77	c ============================[ Search Statistics ]============================
1.69/1.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.77	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.77	c =============================================================================
1.69/1.77	c  0.0s |       0 |        0 |        0 |     3939      0 |       97 |      116
1.69/1.78	c  0.0s |       0 |     1283 |        0 |     3939      0 |       97 |      117
1.69/1.78	c #cpu_time = 0.007s
1.69/1.78	c #wall_clock_time = 0.007s
1.69/1.78	c #decision = 1283
1.69/1.78	c #random_decision = 0
1.69/1.78	c #conflict = 0
1.69/1.78	c #restart = 0
1.69/1.78	c BCD2: relaxing 14 and merging with 3 cores into a new core of size 37: cost of the new core is >=13
1.69/1.78	c lower bound updated to -1978
1.69/1.78	c BCD2: 1652 <= obj <= 5086
1.69/1.78	c BCD2: #cores=24, #unrelaxed=2581, #relaxed=518, #hardened=0
1.69/1.78	c BCD2: #sat=1 #unsat=123 bias=123/124
1.69/1.78	c Solving starts ...
1.69/1.78	c ============================[ Search Statistics ]============================
1.69/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.78	c =============================================================================
1.69/1.78	c  0.0s |       0 |        0 |        0 |     3939      0 |      100 |      117
1.69/1.79	c  0.0s |       0 |     1295 |        1 |     3939      0 |      100 |      120
1.69/1.79	c #cpu_time = 0.007s
1.69/1.79	c #wall_clock_time = 0.007s
1.69/1.79	c #decision = 1295
1.69/1.79	c #random_decision = 0
1.69/1.79	c #conflict = 1
1.69/1.79	c #restart = 0
1.69/1.79	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 14: cost of the new core is >=8
1.69/1.79	c lower bound updated to -1976
1.69/1.79	c BCD2: 1654 <= obj <= 5086
1.69/1.79	c BCD2: #cores=24, #unrelaxed=2576, #relaxed=523, #hardened=0
1.69/1.79	c BCD2: #sat=1 #unsat=124 bias=124/125
1.69/1.79	c Solving starts ...
1.69/1.79	c ============================[ Search Statistics ]============================
1.69/1.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.79	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.79	c =============================================================================
1.69/1.79	c  0.0s |       0 |        0 |        0 |     3939      0 |      101 |      120
1.79/1.80	c  0.0s |       0 |     1290 |        1 |     3939      0 |      101 |      121
1.79/1.80	c #cpu_time = 0.007s
1.79/1.80	c #wall_clock_time = 0.007s
1.79/1.80	c #decision = 1290
1.79/1.80	c #random_decision = 0
1.79/1.80	c #conflict = 1
1.79/1.80	c #restart = 0
1.79/1.80	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 16: cost of the new core is >=8
1.79/1.80	c lower bound updated to -1975
1.79/1.80	c BCD2: 1655 <= obj <= 5086
1.79/1.80	c BCD2: #cores=24, #unrelaxed=2571, #relaxed=528, #hardened=0
1.79/1.80	c BCD2: #sat=1 #unsat=125 bias=125/126
1.79/1.80	c Solving starts ...
1.79/1.80	c ============================[ Search Statistics ]============================
1.79/1.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.80	c =============================================================================
1.79/1.80	c  0.0s |       0 |        0 |        0 |     3939      0 |      102 |      121
1.79/1.81	c  0.0s |       0 |     1289 |        1 |     3939      0 |      102 |      122
1.79/1.81	c #cpu_time = 0.007s
1.79/1.81	c #wall_clock_time = 0.007s
1.79/1.81	c #decision = 1289
1.79/1.81	c #random_decision = 0
1.79/1.81	c #conflict = 1
1.79/1.81	c #restart = 0
1.79/1.81	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 15: cost of the new core is >=10
1.79/1.81	c lower bound updated to -1973
1.79/1.81	c BCD2: 1657 <= obj <= 5086
1.79/1.81	c BCD2: #cores=24, #unrelaxed=2566, #relaxed=533, #hardened=0
1.79/1.81	c BCD2: #sat=1 #unsat=126 bias=126/127
1.79/1.81	c Solving starts ...
1.79/1.81	c ============================[ Search Statistics ]============================
1.79/1.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.81	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.81	c =============================================================================
1.79/1.81	c  0.0s |       0 |        0 |        0 |     3939      0 |      103 |      122
1.79/1.82	c  0.0s |       0 |     1283 |        0 |     3939      0 |      103 |      123
1.79/1.82	c #cpu_time = 0.007s
1.79/1.82	c #wall_clock_time = 0.007s
1.79/1.82	c #decision = 1283
1.79/1.82	c #random_decision = 0
1.79/1.82	c #conflict = 0
1.79/1.82	c #restart = 0
1.79/1.82	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 14: cost of the new core is >=8
1.79/1.82	c lower bound updated to -1971
1.79/1.82	c BCD2: 1659 <= obj <= 5086
1.79/1.82	c BCD2: #cores=24, #unrelaxed=2560, #relaxed=539, #hardened=0
1.79/1.82	c BCD2: #sat=1 #unsat=127 bias=127/128
1.79/1.82	c Solving starts ...
1.79/1.82	c ============================[ Search Statistics ]============================
1.79/1.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.82	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.82	c =============================================================================
1.79/1.82	c  0.0s |       0 |        0 |        0 |     3939      0 |      104 |      123
1.79/1.83	c  0.0s |       0 |     1282 |        0 |     3939      0 |      104 |      124
1.79/1.83	c #cpu_time = 0.007s
1.79/1.83	c #wall_clock_time = 0.007s
1.79/1.83	c #decision = 1282
1.79/1.83	c #random_decision = 0
1.79/1.83	c #conflict = 0
1.79/1.83	c #restart = 0
1.79/1.83	c BCD2: relaxing 9 and merging with 2 cores into a new core of size 21: cost of the new core is >=7
1.79/1.83	c lower bound updated to -1970
1.79/1.83	c BCD2: 1660 <= obj <= 5086
1.79/1.83	c BCD2: #cores=23, #unrelaxed=2551, #relaxed=548, #hardened=0
1.79/1.83	c BCD2: #sat=1 #unsat=128 bias=128/129
1.79/1.83	c Solving starts ...
1.79/1.83	c ============================[ Search Statistics ]============================
1.79/1.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.83	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.83	c =============================================================================
1.79/1.83	c  0.0s |       0 |        0 |        0 |     3939      0 |      106 |      124
1.79/1.84	c  0.0s |       0 |     1274 |        0 |     3939      0 |      106 |      126
1.79/1.84	c #cpu_time = 0.007s
1.79/1.84	c #wall_clock_time = 0.007s
1.79/1.84	c #decision = 1274
1.79/1.84	c #random_decision = 0
1.79/1.84	c #conflict = 0
1.79/1.84	c #restart = 0
1.79/1.84	c BCD2: found a new core of size 2: cost of the new core is >=2
1.79/1.84	c lower bound updated to -1968
1.79/1.84	c BCD2: 1662 <= obj <= 5086
1.79/1.84	c BCD2: #cores=24, #unrelaxed=2549, #relaxed=550, #hardened=0
1.79/1.84	c BCD2: #sat=1 #unsat=129 bias=129/130
1.79/1.84	c Solving starts ...
1.79/1.84	c ============================[ Search Statistics ]============================
1.79/1.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.84	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.84	c =============================================================================
1.79/1.84	c  0.0s |       0 |        0 |        0 |     3939      0 |      106 |      127
1.79/1.85	c  0.0s |       0 |     1289 |        0 |     3939      0 |      106 |      127
1.79/1.85	c #cpu_time = 0.007s
1.79/1.85	c #wall_clock_time = 0.007s
1.79/1.85	c #decision = 1289
1.79/1.85	c #random_decision = 0
1.79/1.85	c #conflict = 0
1.79/1.85	c #restart = 0
1.79/1.85	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
1.79/1.85	c lower bound updated to -1966
1.79/1.85	c BCD2: 1664 <= obj <= 5086
1.79/1.85	c BCD2: #cores=24, #unrelaxed=2546, #relaxed=553, #hardened=0
1.79/1.85	c BCD2: #sat=1 #unsat=130 bias=130/131
1.79/1.85	c Solving starts ...
1.79/1.85	c ============================[ Search Statistics ]============================
1.79/1.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.85	c =============================================================================
1.79/1.85	c  0.0s |       0 |        0 |        0 |     3939      0 |      107 |      127
1.79/1.86	c  0.0s |       0 |     1287 |        0 |     3939      0 |      107 |      128
1.79/1.86	c #cpu_time = 0.007s
1.79/1.86	c #wall_clock_time = 0.007s
1.79/1.86	c #decision = 1287
1.79/1.86	c #random_decision = 0
1.79/1.86	c #conflict = 0
1.79/1.86	c #restart = 0
1.79/1.86	c BCD2: found a new core of size 4: cost of the new core is >=2
1.79/1.86	c lower bound updated to -1964
1.79/1.86	c BCD2: 1666 <= obj <= 5086
1.79/1.86	c BCD2: #cores=25, #unrelaxed=2542, #relaxed=557, #hardened=0
1.79/1.86	c BCD2: #sat=1 #unsat=131 bias=131/132
1.79/1.86	c Solving starts ...
1.79/1.86	c ============================[ Search Statistics ]============================
1.79/1.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.86	c =============================================================================
1.79/1.86	c  0.0s |       0 |        0 |        0 |     3939      0 |      107 |      128
1.79/1.87	c  0.0s |       0 |     1265 |        0 |     3939      0 |      107 |      128
1.79/1.87	c #cpu_time = 0.007s
1.79/1.87	c #wall_clock_time = 0.007s
1.79/1.87	c #decision = 1265
1.79/1.87	c #random_decision = 0
1.79/1.87	c #conflict = 0
1.79/1.87	c #restart = 0
1.79/1.87	c BCD2: found a new core of size 3: cost of the new core is >=2
1.79/1.87	c lower bound updated to -1962
1.79/1.87	c BCD2: 1668 <= obj <= 5086
1.79/1.87	c BCD2: #cores=26, #unrelaxed=2539, #relaxed=560, #hardened=0
1.79/1.87	c BCD2: #sat=1 #unsat=132 bias=132/133
1.79/1.87	c Solving starts ...
1.79/1.87	c ============================[ Search Statistics ]============================
1.79/1.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.87	c =============================================================================
1.79/1.87	c  0.0s |       0 |        0 |        0 |     3939      0 |      107 |      128
1.79/1.88	c  0.0s |       0 |     1265 |        0 |     3939      0 |      107 |      128
1.79/1.88	c #cpu_time = 0.007s
1.79/1.88	c #wall_clock_time = 0.007s
1.79/1.88	c #decision = 1265
1.79/1.88	c #random_decision = 0
1.79/1.88	c #conflict = 0
1.79/1.88	c #restart = 0
1.79/1.88	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.79/1.88	c lower bound updated to -1960
1.79/1.88	c BCD2: 1670 <= obj <= 5086
1.79/1.88	c BCD2: #cores=26, #unrelaxed=2536, #relaxed=563, #hardened=0
1.79/1.88	c BCD2: #sat=1 #unsat=133 bias=133/134
1.79/1.88	c Solving starts ...
1.79/1.88	c ============================[ Search Statistics ]============================
1.79/1.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.88	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.88	c =============================================================================
1.79/1.88	c  0.0s |       0 |        0 |        0 |     3939      0 |      108 |      128
1.79/1.89	c  0.0s |       0 |     1275 |        0 |     3939      0 |      108 |      129
1.79/1.89	c #cpu_time = 0.007s
1.79/1.89	c #wall_clock_time = 0.007s
1.79/1.89	c #decision = 1275
1.79/1.89	c #random_decision = 0
1.79/1.89	c #conflict = 0
1.79/1.89	c #restart = 0
1.79/1.89	c BCD2: found a new core of size 3: cost of the new core is >=2
1.79/1.89	c lower bound updated to -1958
1.79/1.89	c BCD2: 1672 <= obj <= 5086
1.79/1.89	c BCD2: #cores=27, #unrelaxed=2533, #relaxed=566, #hardened=0
1.79/1.89	c BCD2: #sat=1 #unsat=134 bias=134/135
1.79/1.89	c Solving starts ...
1.79/1.89	c ============================[ Search Statistics ]============================
1.79/1.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.89	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.89	c =============================================================================
1.79/1.89	c  0.0s |       0 |        0 |        0 |     3939      0 |      108 |      129
1.89/1.90	c  0.0s |       0 |     1262 |        0 |     3939      0 |      108 |      129
1.89/1.90	c #cpu_time = 0.007s
1.89/1.90	c #wall_clock_time = 0.007s
1.89/1.90	c #decision = 1262
1.89/1.90	c #random_decision = 0
1.89/1.90	c #conflict = 0
1.89/1.90	c #restart = 0
1.89/1.90	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 13: cost of the new core is >=7
1.89/1.90	c lower bound updated to -1957
1.89/1.90	c BCD2: 1673 <= obj <= 5086
1.89/1.90	c BCD2: #cores=26, #unrelaxed=2530, #relaxed=569, #hardened=0
1.89/1.90	c BCD2: #sat=1 #unsat=135 bias=135/136
1.89/1.90	c Solving starts ...
1.89/1.90	c ============================[ Search Statistics ]============================
1.89/1.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.90	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.90	c =============================================================================
1.89/1.90	c  0.0s |       0 |        0 |        0 |     3939      0 |      110 |      129
1.89/1.91	c  0.0s |       0 |     1271 |        0 |     3939      0 |      110 |      131
1.89/1.91	c #cpu_time = 0.007s
1.89/1.91	c #wall_clock_time = 0.007s
1.89/1.91	c #decision = 1271
1.89/1.91	c #random_decision = 0
1.89/1.91	c #conflict = 0
1.89/1.91	c #restart = 0
1.89/1.91	c BCD2: found a new core of size 3: cost of the new core is >=2
1.89/1.91	c lower bound updated to -1955
1.89/1.91	c BCD2: 1675 <= obj <= 5086
1.89/1.91	c BCD2: #cores=27, #unrelaxed=2527, #relaxed=572, #hardened=0
1.89/1.91	c BCD2: #sat=1 #unsat=136 bias=136/137
1.89/1.91	c Solving starts ...
1.89/1.91	c ============================[ Search Statistics ]============================
1.89/1.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.91	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.91	c =============================================================================
1.89/1.91	c  0.0s |       0 |        0 |        0 |     3939      0 |      110 |      131
1.89/1.92	c  0.0s |       0 |     1270 |        0 |     3939      0 |      110 |      131
1.89/1.92	c #cpu_time = 0.007s
1.89/1.92	c #wall_clock_time = 0.007s
1.89/1.92	c #decision = 1270
1.89/1.92	c #random_decision = 0
1.89/1.92	c #conflict = 0
1.89/1.92	c #restart = 0
1.89/1.92	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 19: cost of the new core is >=9
1.89/1.92	c lower bound updated to -1953
1.89/1.92	c BCD2: 1677 <= obj <= 5086
1.89/1.92	c BCD2: #cores=27, #unrelaxed=2521, #relaxed=578, #hardened=0
1.89/1.92	c BCD2: #sat=1 #unsat=137 bias=137/138
1.89/1.92	c Solving starts ...
1.89/1.92	c ============================[ Search Statistics ]============================
1.89/1.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.92	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.92	c =============================================================================
1.89/1.92	c  0.0s |       0 |        0 |        0 |     3939      0 |      111 |      131
1.89/1.93	c  0.0s |       0 |     1265 |        0 |     3939      0 |      111 |      132
1.89/1.93	c #cpu_time = 0.007s
1.89/1.93	c #wall_clock_time = 0.007s
1.89/1.93	c #decision = 1265
1.89/1.93	c #random_decision = 0
1.89/1.93	c #conflict = 0
1.89/1.93	c #restart = 0
1.89/1.93	c BCD2: relaxing 5 and merging with 3 cores into a new core of size 17: cost of the new core is >=10
1.89/1.93	c BCD2: refineLB: 9 -> 10
1.89/1.93	c lower bound updated to -1951
1.89/1.93	c BCD2: 1679 <= obj <= 5086
1.89/1.93	c BCD2: #cores=25, #unrelaxed=2516, #relaxed=583, #hardened=0
1.89/1.93	c BCD2: #sat=1 #unsat=138 bias=138/139
1.89/1.93	c Solving starts ...
1.89/1.93	c ============================[ Search Statistics ]============================
1.89/1.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.93	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.93	c =============================================================================
1.89/1.93	c  0.0s |       0 |        0 |        0 |     3939      0 |      114 |      132
1.89/1.94	c  0.0s |       0 |     1284 |        0 |     3939      0 |      114 |      135
1.89/1.94	c #cpu_time = 0.007s
1.89/1.94	c #wall_clock_time = 0.007s
1.89/1.94	c #decision = 1284
1.89/1.94	c #random_decision = 0
1.89/1.94	c #conflict = 0
1.89/1.94	c #restart = 0
1.89/1.94	c BCD2: found a new core of size 4: cost of the new core is >=2
1.89/1.94	c lower bound updated to -1949
1.89/1.94	c BCD2: 1681 <= obj <= 5086
1.89/1.94	c BCD2: #cores=26, #unrelaxed=2512, #relaxed=587, #hardened=0
1.89/1.94	c BCD2: #sat=1 #unsat=139 bias=139/140
1.89/1.94	c Solving starts ...
1.89/1.94	c ============================[ Search Statistics ]============================
1.89/1.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.94	c =============================================================================
1.89/1.94	c  0.0s |       0 |        0 |        0 |     3939      0 |      114 |      135
1.89/1.95	c  0.0s |       0 |     1284 |        0 |     3939      0 |      114 |      135
1.89/1.95	c #cpu_time = 0.007s
1.89/1.95	c #wall_clock_time = 0.007s
1.89/1.95	c #decision = 1284
1.89/1.95	c #random_decision = 0
1.89/1.95	c #conflict = 0
1.89/1.95	c #restart = 0
1.89/1.95	c BCD2: found a new core of size 2: cost of the new core is >=2
1.89/1.95	c lower bound updated to -1947
1.89/1.95	c BCD2: 1683 <= obj <= 5086
1.89/1.95	c BCD2: #cores=27, #unrelaxed=2510, #relaxed=589, #hardened=0
1.89/1.95	c BCD2: #sat=1 #unsat=140 bias=140/141
1.89/1.95	c Solving starts ...
1.89/1.95	c ============================[ Search Statistics ]============================
1.89/1.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.95	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.95	c =============================================================================
1.89/1.95	c  0.0s |       0 |        0 |        0 |     3939      0 |      114 |      136
1.89/1.96	c  0.0s |       0 |     1286 |        1 |     3939      0 |      114 |      136
1.89/1.96	c #cpu_time = 0.007s
1.89/1.96	c #wall_clock_time = 0.007s
1.89/1.96	c #decision = 1286
1.89/1.96	c #random_decision = 0
1.89/1.96	c #conflict = 1
1.89/1.96	c #restart = 0
1.89/1.96	c BCD2: relaxing 11 and merging with 1 cores into a new core of size 25: cost of the new core is >=10
1.89/1.96	c lower bound updated to -1945
1.89/1.96	c BCD2: 1685 <= obj <= 5086
1.89/1.96	c BCD2: #cores=27, #unrelaxed=2499, #relaxed=600, #hardened=0
1.89/1.96	c BCD2: #sat=1 #unsat=141 bias=141/142
1.89/1.96	c Solving starts ...
1.89/1.96	c ============================[ Search Statistics ]============================
1.89/1.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.96	c =============================================================================
1.89/1.96	c  0.0s |       0 |        0 |        0 |     3939      0 |      115 |      136
1.89/1.97	c  0.0s |       0 |     1284 |        0 |     3939      0 |      115 |      137
1.89/1.97	c #cpu_time = 0.007s
1.89/1.97	c #wall_clock_time = 0.007s
1.89/1.97	c #decision = 1284
1.89/1.97	c #random_decision = 0
1.89/1.97	c #conflict = 0
1.89/1.97	c #restart = 0
1.89/1.97	c BCD2: found a new core of size 2: cost of the new core is >=2
1.89/1.97	c lower bound updated to -1943
1.89/1.97	c BCD2: 1687 <= obj <= 5086
1.89/1.97	c BCD2: #cores=28, #unrelaxed=2497, #relaxed=602, #hardened=0
1.89/1.97	c BCD2: #sat=1 #unsat=142 bias=142/143
1.89/1.97	c Solving starts ...
1.89/1.97	c ============================[ Search Statistics ]============================
1.89/1.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.97	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.97	c =============================================================================
1.89/1.97	c  0.0s |       0 |        0 |        0 |     3939      0 |      115 |      138
1.89/1.98	c  0.0s |       0 |     1284 |        0 |     3939      0 |      115 |      138
1.89/1.98	c #cpu_time = 0.007s
1.89/1.98	c #wall_clock_time = 0.007s
1.89/1.98	c #decision = 1284
1.89/1.98	c #random_decision = 0
1.89/1.98	c #conflict = 0
1.89/1.98	c #restart = 0
1.89/1.98	c BCD2: found a new core of size 2: cost of the new core is >=2
1.89/1.98	c lower bound updated to -1941
1.89/1.98	c BCD2: 1689 <= obj <= 5086
1.89/1.98	c BCD2: #cores=29, #unrelaxed=2495, #relaxed=604, #hardened=0
1.89/1.98	c BCD2: #sat=1 #unsat=143 bias=143/144
1.89/1.98	c Solving starts ...
1.89/1.98	c ============================[ Search Statistics ]============================
1.89/1.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.98	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.98	c =============================================================================
1.89/1.98	c  0.0s |       0 |        0 |        0 |     3939      0 |      115 |      139
1.89/1.99	c  0.0s |       0 |     1284 |        0 |     3939      0 |      115 |      139
1.89/1.99	c #cpu_time = 0.007s
1.89/1.99	c #wall_clock_time = 0.007s
1.89/1.99	c #decision = 1284
1.89/1.99	c #random_decision = 0
1.89/1.99	c #conflict = 0
1.89/1.99	c #restart = 0
1.89/1.99	c BCD2: found a new core of size 2: cost of the new core is >=2
1.89/1.99	c lower bound updated to -1939
1.89/1.99	c BCD2: 1691 <= obj <= 5086
1.89/1.99	c BCD2: #cores=30, #unrelaxed=2493, #relaxed=606, #hardened=0
1.89/1.99	c BCD2: #sat=1 #unsat=144 bias=144/145
1.89/1.99	c Solving starts ...
1.89/1.99	c ============================[ Search Statistics ]============================
1.89/1.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.99	c =============================================================================
1.89/1.99	c  0.0s |       0 |        0 |        0 |     3939      0 |      115 |      140
1.99/2.00	c  0.0s |       0 |     1284 |        0 |     3939      0 |      115 |      140
1.99/2.00	c #cpu_time = 0.007s
1.99/2.00	c #wall_clock_time = 0.007s
1.99/2.00	c #decision = 1284
1.99/2.00	c #random_decision = 0
1.99/2.00	c #conflict = 0
1.99/2.00	c #restart = 0
1.99/2.00	c BCD2: found a new core of size 2: cost of the new core is >=2
1.99/2.00	c lower bound updated to -1937
1.99/2.00	c BCD2: 1693 <= obj <= 5086
1.99/2.00	c BCD2: #cores=31, #unrelaxed=2491, #relaxed=608, #hardened=0
1.99/2.00	c BCD2: #sat=1 #unsat=145 bias=145/146
1.99/2.00	c Solving starts ...
1.99/2.00	c ============================[ Search Statistics ]============================
1.99/2.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.00	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.00	c =============================================================================
1.99/2.00	c  0.0s |       0 |        0 |        0 |     3939      0 |      115 |      141
1.99/2.01	c  0.0s |       0 |     1284 |        0 |     3939      0 |      115 |      141
1.99/2.01	c #cpu_time = 0.007s
1.99/2.01	c #wall_clock_time = 0.007s
1.99/2.01	c #decision = 1284
1.99/2.01	c #random_decision = 0
1.99/2.01	c #conflict = 0
1.99/2.01	c #restart = 0
1.99/2.01	c BCD2: found a new core of size 4: cost of the new core is >=2
1.99/2.01	c lower bound updated to -1935
1.99/2.01	c BCD2: 1695 <= obj <= 5086
1.99/2.01	c BCD2: #cores=32, #unrelaxed=2487, #relaxed=612, #hardened=0
1.99/2.01	c BCD2: #sat=1 #unsat=146 bias=146/147
1.99/2.01	c Solving starts ...
1.99/2.01	c ============================[ Search Statistics ]============================
1.99/2.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.01	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.01	c =============================================================================
1.99/2.01	c  0.0s |       0 |        0 |        0 |     3939      0 |      115 |      141
1.99/2.02	c  0.0s |       0 |     1280 |        0 |     3939      0 |      115 |      141
1.99/2.02	c #cpu_time = 0.008s
1.99/2.02	c #wall_clock_time = 0.008s
1.99/2.02	c #decision = 1280
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 0
1.99/2.02	c #restart = 0
1.99/2.02	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 11: cost of the new core is >=5
1.99/2.02	c lower bound updated to -1934
1.99/2.02	c BCD2: 1696 <= obj <= 5086
1.99/2.02	c BCD2: #cores=31, #unrelaxed=2484, #relaxed=615, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=147 bias=147/148
1.99/2.02	c Solving starts ...
1.99/2.02	c ============================[ Search Statistics ]============================
1.99/2.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.02	c =============================================================================
1.99/2.02	c  0.0s |       0 |        0 |        0 |     3939      0 |      117 |      141
1.99/2.03	c  0.0s |       0 |     1280 |        0 |     3939      0 |      117 |      143
1.99/2.03	c #cpu_time = 0.007s
1.99/2.03	c #wall_clock_time = 0.007s
1.99/2.03	c #decision = 1280
1.99/2.03	c #random_decision = 0
1.99/2.03	c #conflict = 0
1.99/2.03	c #restart = 0
1.99/2.03	c BCD2: found a new core of size 2: cost of the new core is >=2
1.99/2.03	c lower bound updated to -1932
1.99/2.03	c BCD2: 1698 <= obj <= 5086
1.99/2.03	c BCD2: #cores=32, #unrelaxed=2482, #relaxed=617, #hardened=0
1.99/2.03	c BCD2: #sat=1 #unsat=148 bias=148/149
1.99/2.03	c Solving starts ...
1.99/2.03	c ============================[ Search Statistics ]============================
1.99/2.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.03	c =============================================================================
1.99/2.03	c  0.0s |       0 |        0 |        0 |     3939      0 |      117 |      144
1.99/2.04	c  0.0s |       0 |     1281 |        1 |     3939      0 |      117 |      144
1.99/2.04	c #cpu_time = 0.007s
1.99/2.04	c #wall_clock_time = 0.007s
1.99/2.04	c #decision = 1281
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 54 and merging with 6 cores into a new core of size 214: cost of the new core is >=68
1.99/2.04	c lower bound updated to -1931
1.99/2.04	c BCD2: 1699 <= obj <= 5086
1.99/2.04	c BCD2: #cores=27, #unrelaxed=2428, #relaxed=671, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=149 bias=149/150
1.99/2.05	c Solving starts ...
1.99/2.05	c ============================[ Search Statistics ]============================
1.99/2.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.05	c =============================================================================
1.99/2.05	c  0.0s |       0 |        0 |        0 |     3939      0 |      124 |      144
1.99/2.05	c  0.0s |       0 |     1222 |        0 |     3939      0 |      124 |      152
1.99/2.05	c #cpu_time = 0.007s
1.99/2.05	c #wall_clock_time = 0.007s
1.99/2.05	c #decision = 1222
1.99/2.05	c #random_decision = 0
1.99/2.05	c #conflict = 0
1.99/2.05	c #restart = 0
1.99/2.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
1.99/2.05	c lower bound updated to -1929
1.99/2.05	c BCD2: 1701 <= obj <= 5086
1.99/2.05	c BCD2: #cores=27, #unrelaxed=2427, #relaxed=672, #hardened=0
1.99/2.05	c BCD2: #sat=1 #unsat=150 bias=150/151
1.99/2.05	c Solving starts ...
1.99/2.05	c ============================[ Search Statistics ]============================
1.99/2.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.05	c =============================================================================
1.99/2.05	c  0.0s |       0 |        0 |        0 |     3939      0 |      125 |      152
1.99/2.06	c  0.0s |       0 |     1224 |        0 |     3939      0 |      125 |      153
1.99/2.06	c #cpu_time = 0.007s
1.99/2.06	c #wall_clock_time = 0.007s
1.99/2.06	c #decision = 1224
1.99/2.06	c #random_decision = 0
1.99/2.06	c #conflict = 0
1.99/2.06	c #restart = 0
1.99/2.06	c BCD2: found a new core of size 3: cost of the new core is >=2
1.99/2.06	c lower bound updated to -1927
1.99/2.06	c BCD2: 1703 <= obj <= 5086
1.99/2.06	c BCD2: #cores=28, #unrelaxed=2424, #relaxed=675, #hardened=0
1.99/2.06	c BCD2: #sat=1 #unsat=151 bias=151/152
1.99/2.06	c Solving starts ...
1.99/2.06	c ============================[ Search Statistics ]============================
1.99/2.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.06	c =============================================================================
1.99/2.06	c  0.0s |       0 |        0 |        0 |     3939      0 |      125 |      153
1.99/2.07	c  0.0s |       0 |     1223 |        0 |     3939      0 |      125 |      153
1.99/2.07	c #cpu_time = 0.007s
1.99/2.07	c #wall_clock_time = 0.007s
1.99/2.07	c #decision = 1223
1.99/2.07	c #random_decision = 0
1.99/2.07	c #conflict = 0
1.99/2.07	c #restart = 0
1.99/2.07	c BCD2: found a new core of size 5: cost of the new core is >=2
1.99/2.07	c lower bound updated to -1925
1.99/2.07	c BCD2: 1705 <= obj <= 5086
1.99/2.07	c BCD2: #cores=29, #unrelaxed=2419, #relaxed=680, #hardened=0
1.99/2.07	c BCD2: #sat=1 #unsat=152 bias=152/153
1.99/2.07	c Solving starts ...
1.99/2.07	c ============================[ Search Statistics ]============================
1.99/2.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.07	c =============================================================================
1.99/2.08	c  0.0s |       0 |        0 |        0 |     3939      0 |      125 |      153
1.99/2.08	c  0.0s |       0 |     1221 |        1 |     3939      0 |      125 |      153
1.99/2.08	c #cpu_time = 0.007s
1.99/2.08	c #wall_clock_time = 0.007s
1.99/2.08	c #decision = 1221
1.99/2.08	c #random_decision = 0
1.99/2.08	c #conflict = 1
1.99/2.08	c #restart = 0
1.99/2.08	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 27: cost of the new core is >=11
1.99/2.08	c lower bound updated to -1923
1.99/2.08	c BCD2: 1707 <= obj <= 5086
1.99/2.08	c BCD2: #cores=29, #unrelaxed=2411, #relaxed=688, #hardened=0
1.99/2.08	c BCD2: #sat=1 #unsat=153 bias=153/154
1.99/2.08	c Solving starts ...
1.99/2.08	c ============================[ Search Statistics ]============================
1.99/2.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.08	c =============================================================================
1.99/2.09	c  0.0s |       0 |        0 |        0 |     3939      0 |      126 |      153
1.99/2.09	c  0.0s |       0 |     1213 |        0 |     3939      0 |      126 |      154
1.99/2.09	c #cpu_time = 0.007s
1.99/2.09	c #wall_clock_time = 0.007s
1.99/2.09	c #decision = 1213
1.99/2.09	c #random_decision = 0
1.99/2.09	c #conflict = 0
1.99/2.09	c #restart = 0
1.99/2.09	c BCD2: found a new core of size 3: cost of the new core is >=2
1.99/2.09	c lower bound updated to -1921
1.99/2.09	c BCD2: 1709 <= obj <= 5086
1.99/2.09	c BCD2: #cores=30, #unrelaxed=2408, #relaxed=691, #hardened=0
1.99/2.09	c BCD2: #sat=1 #unsat=154 bias=154/155
1.99/2.09	c Solving starts ...
1.99/2.09	c ============================[ Search Statistics ]============================
1.99/2.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.09	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.09	c =============================================================================
1.99/2.09	c  0.0s |       0 |        0 |        0 |     3939      0 |      126 |      154
2.09/2.10	c  0.0s |       0 |     1213 |        0 |     3939      0 |      126 |      154
2.09/2.10	c #cpu_time = 0.007s
2.09/2.10	c #wall_clock_time = 0.007s
2.09/2.10	c #decision = 1213
2.09/2.10	c #random_decision = 0
2.09/2.10	c #conflict = 0
2.09/2.10	c #restart = 0
2.09/2.10	c BCD2: found a new core of size 3: cost of the new core is >=2
2.09/2.10	c lower bound updated to -1919
2.09/2.10	c BCD2: 1711 <= obj <= 5086
2.09/2.10	c BCD2: #cores=31, #unrelaxed=2405, #relaxed=694, #hardened=0
2.09/2.10	c BCD2: #sat=1 #unsat=155 bias=155/156
2.09/2.10	c Solving starts ...
2.09/2.10	c ============================[ Search Statistics ]============================
2.09/2.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.10	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.10	c =============================================================================
2.09/2.10	c  0.0s |       0 |        0 |        0 |     3939      0 |      126 |      154
2.09/2.11	c  0.0s |       0 |     1212 |        0 |     3939      0 |      126 |      154
2.09/2.11	c #cpu_time = 0.007s
2.09/2.11	c #wall_clock_time = 0.007s
2.09/2.11	c #decision = 1212
2.09/2.11	c #random_decision = 0
2.09/2.11	c #conflict = 0
2.09/2.11	c #restart = 0
2.09/2.11	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 20: cost of the new core is >=12
2.09/2.11	c lower bound updated to -1917
2.09/2.11	c BCD2: 1713 <= obj <= 5086
2.09/2.11	c BCD2: #cores=31, #unrelaxed=2402, #relaxed=697, #hardened=0
2.09/2.11	c BCD2: #sat=1 #unsat=156 bias=156/157
2.09/2.11	c Solving starts ...
2.09/2.11	c ============================[ Search Statistics ]============================
2.09/2.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.11	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.11	c =============================================================================
2.09/2.11	c  0.0s |       0 |        0 |        0 |     3939      0 |      127 |      154
2.09/2.12	c  0.0s |       0 |     1212 |        0 |     3939      0 |      127 |      155
2.09/2.12	c #cpu_time = 0.007s
2.09/2.12	c #wall_clock_time = 0.007s
2.09/2.12	c #decision = 1212
2.09/2.12	c #random_decision = 0
2.09/2.12	c #conflict = 0
2.09/2.12	c #restart = 0
2.09/2.12	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.12	c lower bound updated to -1916
2.09/2.12	c BCD2: 1714 <= obj <= 5086
2.09/2.12	c BCD2: #cores=32, #unrelaxed=2400, #relaxed=699, #hardened=0
2.09/2.12	c BCD2: #sat=1 #unsat=157 bias=157/158
2.09/2.12	c Solving starts ...
2.09/2.12	c ============================[ Search Statistics ]============================
2.09/2.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.12	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.12	c =============================================================================
2.09/2.12	c  0.0s |       0 |        0 |        0 |     3939      0 |      127 |      156
2.09/2.13	c  0.0s |       0 |     1212 |        0 |     3939      0 |      127 |      156
2.09/2.13	c #cpu_time = 0.006s
2.09/2.13	c #wall_clock_time = 0.006s
2.09/2.13	c #decision = 1212
2.09/2.13	c #random_decision = 0
2.09/2.13	c #conflict = 0
2.09/2.13	c #restart = 0
2.09/2.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.09/2.13	c lower bound updated to -1914
2.09/2.13	c BCD2: 1716 <= obj <= 5086
2.09/2.13	c BCD2: #cores=32, #unrelaxed=2399, #relaxed=700, #hardened=0
2.09/2.13	c BCD2: #sat=1 #unsat=158 bias=158/159
2.09/2.13	c Solving starts ...
2.09/2.13	c ============================[ Search Statistics ]============================
2.09/2.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.13	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.13	c =============================================================================
2.09/2.13	c  0.0s |       0 |        0 |        0 |     3939      0 |      128 |      156
2.09/2.14	c  0.0s |       0 |     1212 |        0 |     3939      0 |      128 |      157
2.09/2.14	c #cpu_time = 0.007s
2.09/2.14	c #wall_clock_time = 0.007s
2.09/2.14	c #decision = 1212
2.09/2.14	c #random_decision = 0
2.09/2.14	c #conflict = 0
2.09/2.14	c #restart = 0
2.09/2.14	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.14	c lower bound updated to -1913
2.09/2.14	c BCD2: 1717 <= obj <= 5086
2.09/2.14	c BCD2: #cores=33, #unrelaxed=2397, #relaxed=702, #hardened=0
2.09/2.14	c BCD2: #sat=1 #unsat=159 bias=159/160
2.09/2.14	c Solving starts ...
2.09/2.14	c ============================[ Search Statistics ]============================
2.09/2.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.14	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.14	c =============================================================================
2.09/2.14	c  0.0s |       0 |        0 |        0 |     3939      0 |      128 |      158
2.09/2.15	c  0.0s |       0 |     1073 |        0 |     3939      0 |      128 |      158
2.09/2.15	c #cpu_time = 0.005s
2.09/2.15	c #wall_clock_time = 0.005s
2.09/2.15	c #decision = 1073
2.09/2.15	c #random_decision = 0
2.09/2.15	c #conflict = 0
2.09/2.15	c #restart = 0
2.09/2.15	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 6: cost of the new core is >=6
2.09/2.15	c lower bound updated to -1912
2.09/2.15	c BCD2: 1718 <= obj <= 5086
2.09/2.15	c BCD2: #cores=32, #unrelaxed=2396, #relaxed=703, #hardened=0
2.09/2.15	c BCD2: #sat=1 #unsat=160 bias=160/161
2.09/2.15	c Solving starts ...
2.09/2.15	c ============================[ Search Statistics ]============================
2.09/2.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.15	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.15	c =============================================================================
2.09/2.15	c  0.0s |       0 |        0 |        0 |     3939      0 |      130 |      158
2.09/2.16	c  0.0s |       0 |     1214 |        1 |     3939      0 |      130 |      160
2.09/2.16	c #cpu_time = 0.007s
2.09/2.16	c #wall_clock_time = 0.007s
2.09/2.16	c #decision = 1214
2.09/2.16	c #random_decision = 0
2.09/2.16	c #conflict = 1
2.09/2.16	c #restart = 0
2.09/2.16	c BCD2: relaxing 9 and merging with 3 cores into a new core of size 27: cost of the new core is >=9
2.09/2.16	c lower bound updated to -1911
2.09/2.16	c BCD2: 1719 <= obj <= 5086
2.09/2.16	c BCD2: #cores=30, #unrelaxed=2387, #relaxed=712, #hardened=0
2.09/2.16	c BCD2: #sat=1 #unsat=161 bias=161/162
2.09/2.16	c Solving starts ...
2.09/2.16	c ============================[ Search Statistics ]============================
2.09/2.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.16	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.16	c =============================================================================
2.09/2.16	c  0.0s |       0 |        0 |        0 |     3939      0 |      133 |      160
2.09/2.17	c  0.0s |       0 |     1212 |        0 |     3939      0 |      133 |      163
2.09/2.17	c #cpu_time = 0.007s
2.09/2.17	c #wall_clock_time = 0.007s
2.09/2.17	c #decision = 1212
2.09/2.17	c #random_decision = 0
2.09/2.17	c #conflict = 0
2.09/2.17	c #restart = 0
2.09/2.17	c BCD2: found a new core of size 3: cost of the new core is >=2
2.09/2.17	c lower bound updated to -1909
2.09/2.17	c BCD2: 1721 <= obj <= 5086
2.09/2.17	c BCD2: #cores=31, #unrelaxed=2384, #relaxed=715, #hardened=0
2.09/2.17	c BCD2: #sat=1 #unsat=162 bias=162/163
2.09/2.17	c Solving starts ...
2.09/2.17	c ============================[ Search Statistics ]============================
2.09/2.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.17	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.17	c =============================================================================
2.09/2.17	c  0.0s |       0 |        0 |        0 |     3939      0 |      133 |      163
2.09/2.18	c  0.0s |       0 |     1219 |        1 |     3939      0 |      133 |      163
2.09/2.18	c #cpu_time = 0.007s
2.09/2.18	c #wall_clock_time = 0.007s
2.09/2.18	c #decision = 1219
2.09/2.18	c #random_decision = 0
2.09/2.18	c #conflict = 1
2.09/2.18	c #restart = 0
2.09/2.18	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 21: cost of the new core is >=10
2.09/2.18	c lower bound updated to -1907
2.09/2.18	c BCD2: 1723 <= obj <= 5086
2.09/2.18	c BCD2: #cores=31, #unrelaxed=2379, #relaxed=720, #hardened=0
2.09/2.18	c BCD2: #sat=1 #unsat=163 bias=163/164
2.09/2.18	c Solving starts ...
2.09/2.18	c ============================[ Search Statistics ]============================
2.09/2.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.18	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.18	c =============================================================================
2.09/2.18	c  0.0s |       0 |        0 |        0 |     3939      0 |      134 |      163
2.09/2.19	c  0.0s |       0 |     1232 |        0 |     3939      0 |      134 |      164
2.09/2.19	c #cpu_time = 0.007s
2.09/2.19	c #wall_clock_time = 0.007s
2.09/2.19	c #decision = 1232
2.09/2.19	c #random_decision = 0
2.09/2.19	c #conflict = 0
2.09/2.19	c #restart = 0
2.09/2.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.09/2.19	c lower bound updated to -1905
2.09/2.19	c BCD2: 1725 <= obj <= 5086
2.09/2.19	c BCD2: #cores=31, #unrelaxed=2378, #relaxed=721, #hardened=0
2.09/2.19	c BCD2: #sat=1 #unsat=164 bias=164/165
2.09/2.19	c Solving starts ...
2.09/2.19	c ============================[ Search Statistics ]============================
2.09/2.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.19	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.19	c =============================================================================
2.09/2.19	c  0.0s |       0 |        0 |        0 |     3939      0 |      135 |      164
2.09/2.20	c  0.0s |       0 |     1232 |        0 |     3939      0 |      135 |      165
2.09/2.20	c #cpu_time = 0.007s
2.09/2.20	c #wall_clock_time = 0.007s
2.09/2.20	c #decision = 1232
2.09/2.20	c #random_decision = 0
2.09/2.20	c #conflict = 0
2.09/2.20	c #restart = 0
2.09/2.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.09/2.20	c lower bound updated to -1903
2.09/2.20	c BCD2: 1727 <= obj <= 5086
2.09/2.20	c BCD2: #cores=31, #unrelaxed=2377, #relaxed=722, #hardened=0
2.09/2.20	c BCD2: #sat=1 #unsat=165 bias=165/166
2.09/2.20	c Solving starts ...
2.09/2.20	c ============================[ Search Statistics ]============================
2.09/2.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.20	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.20	c =============================================================================
2.09/2.20	c  0.0s |       0 |        0 |        0 |     3939      0 |      136 |      165
2.20/2.21	c  0.0s |       0 |     1232 |        0 |     3939      0 |      136 |      166
2.20/2.21	c #cpu_time = 0.007s
2.20/2.21	c #wall_clock_time = 0.007s
2.20/2.21	c #decision = 1232
2.20/2.21	c #random_decision = 0
2.20/2.21	c #conflict = 0
2.20/2.21	c #restart = 0
2.20/2.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.20/2.21	c lower bound updated to -1901
2.20/2.21	c BCD2: 1729 <= obj <= 5086
2.20/2.21	c BCD2: #cores=31, #unrelaxed=2376, #relaxed=723, #hardened=0
2.20/2.21	c BCD2: #sat=1 #unsat=166 bias=166/167
2.20/2.21	c Solving starts ...
2.20/2.21	c ============================[ Search Statistics ]============================
2.20/2.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.21	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.21	c =============================================================================
2.20/2.21	c  0.0s |       0 |        0 |        0 |     3939      0 |      137 |      166
2.20/2.22	c  0.0s |       0 |     1232 |        0 |     3939      0 |      137 |      167
2.20/2.22	c #cpu_time = 0.007s
2.20/2.22	c #wall_clock_time = 0.007s
2.20/2.22	c #decision = 1232
2.20/2.22	c #random_decision = 0
2.20/2.22	c #conflict = 0
2.20/2.22	c #restart = 0
2.20/2.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6
2.20/2.22	c lower bound updated to -1899
2.20/2.22	c BCD2: 1731 <= obj <= 5086
2.20/2.22	c BCD2: #cores=31, #unrelaxed=2375, #relaxed=724, #hardened=0
2.20/2.22	c BCD2: #sat=1 #unsat=167 bias=167/168
2.20/2.22	c Solving starts ...
2.20/2.22	c ============================[ Search Statistics ]============================
2.20/2.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.22	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.22	c =============================================================================
2.20/2.22	c  0.0s |       0 |        0 |        0 |     3939      0 |      138 |      167
2.20/2.23	c  0.0s |       0 |     1232 |        0 |     3939      0 |      138 |      168
2.20/2.23	c #cpu_time = 0.007s
2.20/2.23	c #wall_clock_time = 0.007s
2.20/2.23	c #decision = 1232
2.20/2.23	c #random_decision = 0
2.20/2.23	c #conflict = 0
2.20/2.23	c #restart = 0
2.20/2.23	c BCD2: found a new core of size 2: cost of the new core is >=2
2.20/2.23	c lower bound updated to -1897
2.20/2.23	c BCD2: 1733 <= obj <= 5086
2.20/2.23	c BCD2: #cores=32, #unrelaxed=2373, #relaxed=726, #hardened=0
2.20/2.23	c BCD2: #sat=1 #unsat=168 bias=168/169
2.20/2.23	c Solving starts ...
2.20/2.23	c ============================[ Search Statistics ]============================
2.20/2.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.23	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.23	c =============================================================================
2.20/2.23	c  0.0s |       0 |        0 |        0 |     3939      0 |      138 |      169
2.20/2.24	c  0.0s |       0 |     1232 |        0 |     3939      0 |      138 |      169
2.20/2.24	c #cpu_time = 0.007s
2.20/2.24	c #wall_clock_time = 0.007s
2.20/2.24	c #decision = 1232
2.20/2.24	c #random_decision = 0
2.20/2.24	c #conflict = 0
2.20/2.24	c #restart = 0
2.20/2.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.20/2.24	c lower bound updated to -1895
2.20/2.24	c BCD2: 1735 <= obj <= 5086
2.20/2.24	c BCD2: #cores=32, #unrelaxed=2372, #relaxed=727, #hardened=0
2.20/2.24	c BCD2: #sat=1 #unsat=169 bias=169/170
2.20/2.24	c Solving starts ...
2.20/2.24	c ============================[ Search Statistics ]============================
2.20/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.24	c =============================================================================
2.20/2.24	c  0.0s |       0 |        0 |        0 |     3939      0 |      139 |      169
2.20/2.25	c  0.0s |       0 |     1232 |        0 |     3939      0 |      139 |      170
2.20/2.25	c #cpu_time = 0.007s
2.20/2.25	c #wall_clock_time = 0.007s
2.20/2.25	c #decision = 1232
2.20/2.25	c #random_decision = 0
2.20/2.25	c #conflict = 0
2.20/2.25	c #restart = 0
2.20/2.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6
2.20/2.25	c lower bound updated to -1893
2.20/2.25	c BCD2: 1737 <= obj <= 5086
2.20/2.25	c BCD2: #cores=32, #unrelaxed=2371, #relaxed=728, #hardened=0
2.20/2.25	c BCD2: #sat=1 #unsat=170 bias=170/171
2.20/2.25	c Solving starts ...
2.20/2.25	c ============================[ Search Statistics ]============================
2.20/2.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.25	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.25	c =============================================================================
2.20/2.25	c  0.0s |       0 |        0 |        0 |     3939      0 |      140 |      170
2.20/2.26	c  0.0s |       0 |     1232 |        0 |     3939      0 |      140 |      171
2.20/2.26	c #cpu_time = 0.007s
2.20/2.26	c #wall_clock_time = 0.007s
2.20/2.26	c #decision = 1232
2.20/2.26	c #random_decision = 0
2.20/2.26	c #conflict = 0
2.20/2.26	c #restart = 0
2.20/2.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=8
2.20/2.26	c lower bound updated to -1891
2.20/2.26	c BCD2: 1739 <= obj <= 5086
2.20/2.26	c BCD2: #cores=32, #unrelaxed=2370, #relaxed=729, #hardened=0
2.20/2.26	c BCD2: #sat=1 #unsat=171 bias=171/172
2.20/2.26	c Solving starts ...
2.20/2.26	c ============================[ Search Statistics ]============================
2.20/2.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.26	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.26	c =============================================================================
2.20/2.26	c  0.0s |       0 |        0 |        0 |     3939      0 |      141 |      171
2.20/2.27	c  0.0s |       0 |     1270 |        3 |     3939      0 |      141 |      172
2.20/2.27	c #cpu_time = 0.008s
2.20/2.27	c #wall_clock_time = 0.008s
2.20/2.27	c #decision = 1270
2.20/2.27	c #random_decision = 0
2.20/2.27	c #conflict = 3
2.20/2.27	c #restart = 0
2.20/2.27	c BCD2: relaxing 7 and merging with 3 cores into a new core of size 31: cost of the new core is >=15
2.20/2.27	c lower bound updated to -1890
2.20/2.27	c BCD2: 1740 <= obj <= 5086
2.20/2.27	c BCD2: #cores=30, #unrelaxed=2363, #relaxed=736, #hardened=0
2.20/2.27	c BCD2: #sat=1 #unsat=172 bias=172/173
2.20/2.27	c Solving starts ...
2.20/2.27	c ============================[ Search Statistics ]============================
2.20/2.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.27	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.27	c =============================================================================
2.20/2.27	c  0.0s |       0 |        0 |        0 |     3939      0 |      144 |      172
2.20/2.28	c  0.0s |       0 |     1255 |        2 |     3939      0 |      144 |      175
2.20/2.28	c #cpu_time = 0.007s
2.20/2.28	c #wall_clock_time = 0.007s
2.20/2.28	c #decision = 1255
2.20/2.28	c #random_decision = 0
2.20/2.28	c #conflict = 2
2.20/2.28	c #restart = 0
2.20/2.28	c BCD2: relaxing 10 and merging with 3 cores into a new core of size 39: cost of the new core is >=27
2.20/2.28	c lower bound updated to -1889
2.20/2.28	c BCD2: 1741 <= obj <= 5086
2.20/2.28	c BCD2: #cores=28, #unrelaxed=2353, #relaxed=746, #hardened=0
2.20/2.28	c BCD2: #sat=1 #unsat=173 bias=173/174
2.20/2.28	c Solving starts ...
2.20/2.28	c ============================[ Search Statistics ]============================
2.20/2.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.28	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.28	c =============================================================================
2.20/2.28	c  0.0s |       0 |        0 |        0 |     3939      0 |      147 |      175
2.20/2.29	c  0.0s |       0 |     1233 |        2 |     3939      0 |      147 |      178
2.20/2.29	c #cpu_time = 0.007s
2.20/2.29	c #wall_clock_time = 0.007s
2.20/2.29	c #decision = 1233
2.20/2.29	c #random_decision = 0
2.20/2.29	c #conflict = 2
2.20/2.29	c #restart = 0
2.20/2.29	c BCD2: relaxing 21 and merging with 3 cores into a new core of size 78: cost of the new core is >=25
2.20/2.29	c lower bound updated to -1888
2.20/2.29	c BCD2: 1742 <= obj <= 5086
2.20/2.29	c BCD2: #cores=26, #unrelaxed=2332, #relaxed=767, #hardened=0
2.20/2.29	c BCD2: #sat=1 #unsat=174 bias=174/175
2.20/2.29	c Solving starts ...
2.20/2.29	c ============================[ Search Statistics ]============================
2.20/2.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.29	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.29	c =============================================================================
2.20/2.29	c  0.0s |       0 |        0 |        0 |     3939      0 |      150 |      178
2.20/2.30	c  0.0s |       0 |     1212 |        0 |     3939      0 |      150 |      181
2.20/2.30	c #cpu_time = 0.007s
2.20/2.30	c #wall_clock_time = 0.007s
2.20/2.30	c #decision = 1212
2.20/2.30	c #random_decision = 0
2.20/2.30	c #conflict = 0
2.20/2.30	c #restart = 0
2.20/2.30	c BCD2: found a new core of size 3: cost of the new core is >=2
2.20/2.30	c lower bound updated to -1886
2.20/2.30	c BCD2: 1744 <= obj <= 5086
2.20/2.30	c BCD2: #cores=27, #unrelaxed=2329, #relaxed=770, #hardened=0
2.20/2.30	c BCD2: #sat=1 #unsat=175 bias=175/176
2.20/2.30	c Solving starts ...
2.20/2.30	c ============================[ Search Statistics ]============================
2.20/2.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.30	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.30	c =============================================================================
2.20/2.30	c  0.0s |       0 |        0 |        0 |     3939      0 |      150 |      181
2.30/2.31	c  0.0s |       0 |     1211 |        0 |     3939      0 |      150 |      181
2.30/2.31	c #cpu_time = 0.007s
2.30/2.31	c #wall_clock_time = 0.007s
2.30/2.31	c #decision = 1211
2.30/2.31	c #random_decision = 0
2.30/2.31	c #conflict = 0
2.30/2.31	c #restart = 0
2.30/2.31	c BCD2: found a new core of size 3: cost of the new core is >=2
2.30/2.31	c lower bound updated to -1884
2.30/2.31	c BCD2: 1746 <= obj <= 5086
2.30/2.31	c BCD2: #cores=28, #unrelaxed=2326, #relaxed=773, #hardened=0
2.30/2.31	c BCD2: #sat=1 #unsat=176 bias=176/177
2.30/2.31	c Solving starts ...
2.30/2.31	c ============================[ Search Statistics ]============================
2.30/2.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.31	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.31	c =============================================================================
2.30/2.31	c  0.0s |       0 |        0 |        0 |     3939      0 |      150 |      181
2.30/2.32	c  0.0s |       0 |     1210 |        0 |     3939      0 |      150 |      181
2.30/2.32	c #cpu_time = 0.006s
2.30/2.32	c #wall_clock_time = 0.006s
2.30/2.32	c #decision = 1210
2.30/2.32	c #random_decision = 0
2.30/2.32	c #conflict = 0
2.30/2.32	c #restart = 0
2.30/2.32	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
2.30/2.32	c BCD2: refineLB: 3 -> 4
2.30/2.32	c lower bound updated to -1882
2.30/2.32	c BCD2: 1748 <= obj <= 5086
2.30/2.32	c BCD2: #cores=28, #unrelaxed=2320, #relaxed=779, #hardened=0
2.30/2.32	c BCD2: #sat=1 #unsat=177 bias=177/178
2.30/2.32	c Solving starts ...
2.30/2.32	c ============================[ Search Statistics ]============================
2.30/2.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.32	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.32	c =============================================================================
2.30/2.32	c  0.0s |       0 |        0 |        0 |     3939      0 |      151 |      181
2.30/2.33	c  0.0s |       0 |     1205 |        0 |     3939      0 |      151 |      182
2.30/2.33	c #cpu_time = 0.007s
2.30/2.33	c #wall_clock_time = 0.007s
2.30/2.33	c #decision = 1205
2.30/2.33	c #random_decision = 0
2.30/2.33	c #conflict = 0
2.30/2.33	c #restart = 0
2.30/2.33	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
2.30/2.33	c lower bound updated to -1881
2.30/2.33	c BCD2: 1749 <= obj <= 5086
2.30/2.33	c BCD2: #cores=28, #unrelaxed=2314, #relaxed=785, #hardened=0
2.30/2.33	c BCD2: #sat=1 #unsat=178 bias=178/179
2.30/2.33	c Solving starts ...
2.30/2.33	c ============================[ Search Statistics ]============================
2.30/2.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.33	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.33	c =============================================================================
2.30/2.33	c  0.0s |       0 |        0 |        0 |     3939      0 |      152 |      182
2.30/2.34	c  0.0s |       0 |     1210 |        1 |     3939      0 |      152 |      183
2.30/2.34	c #cpu_time = 0.007s
2.30/2.34	c #wall_clock_time = 0.007s
2.30/2.34	c #decision = 1210
2.30/2.34	c #random_decision = 0
2.30/2.34	c #conflict = 1
2.30/2.34	c #restart = 0
2.30/2.34	c BCD2: relaxing 5 and merging with 3 cores into a new core of size 26: cost of the new core is >=13
2.30/2.34	c lower bound updated to -1879
2.30/2.34	c BCD2: 1751 <= obj <= 5086
2.30/2.34	c BCD2: #cores=26, #unrelaxed=2309, #relaxed=790, #hardened=0
2.30/2.34	c BCD2: #sat=1 #unsat=179 bias=179/180
2.30/2.34	c Solving starts ...
2.30/2.34	c ============================[ Search Statistics ]============================
2.30/2.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.34	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.34	c =============================================================================
2.30/2.34	c  0.0s |       0 |        0 |        0 |     3939      0 |      155 |      183
2.30/2.35	c  0.0s |       0 |     1197 |        0 |     3939      0 |      155 |      186
2.30/2.35	c #cpu_time = 0.006s
2.30/2.35	c #wall_clock_time = 0.006s
2.30/2.35	c #decision = 1197
2.30/2.35	c #random_decision = 0
2.30/2.35	c #conflict = 0
2.30/2.35	c #restart = 0
2.30/2.35	c BCD2: found a new core of size 3: cost of the new core is >=2
2.30/2.35	c lower bound updated to -1877
2.30/2.35	c BCD2: 1753 <= obj <= 5086
2.30/2.35	c BCD2: #cores=27, #unrelaxed=2306, #relaxed=793, #hardened=0
2.30/2.35	c BCD2: #sat=1 #unsat=180 bias=180/181
2.30/2.35	c Solving starts ...
2.30/2.35	c ============================[ Search Statistics ]============================
2.30/2.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.35	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.35	c =============================================================================
2.30/2.35	c  0.0s |       0 |        0 |        0 |     3939      0 |      155 |      186
2.30/2.36	c  0.0s |       0 |     1196 |        0 |     3939      0 |      155 |      186
2.30/2.36	c #cpu_time = 0.006s
2.30/2.36	c #wall_clock_time = 0.006s
2.30/2.36	c #decision = 1196
2.30/2.36	c #random_decision = 0
2.30/2.36	c #conflict = 0
2.30/2.36	c #restart = 0
2.30/2.36	c BCD2: found a new core of size 2: cost of the new core is >=2
2.30/2.36	c lower bound updated to -1875
2.30/2.36	c BCD2: 1755 <= obj <= 5086
2.30/2.36	c BCD2: #cores=28, #unrelaxed=2304, #relaxed=795, #hardened=0
2.30/2.36	c BCD2: #sat=1 #unsat=181 bias=181/182
2.30/2.36	c Solving starts ...
2.30/2.36	c ============================[ Search Statistics ]============================
2.30/2.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.36	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.36	c =============================================================================
2.30/2.36	c  0.0s |       0 |        0 |        0 |     3939      0 |      155 |      187
2.30/2.37	c  0.0s |       0 |     1425 |        1 |     3939      0 |      155 |      187
2.30/2.37	c #cpu_time = 0.008s
2.30/2.37	c #wall_clock_time = 0.008s
2.30/2.37	c #decision = 1425
2.30/2.37	c #random_decision = 0
2.30/2.37	c #conflict = 1
2.30/2.37	c #restart = 0
2.30/2.37	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4
2.30/2.37	c lower bound updated to -1873
2.30/2.37	c BCD2: 1757 <= obj <= 5086
2.30/2.37	c BCD2: #cores=28, #unrelaxed=2302, #relaxed=797, #hardened=0
2.30/2.37	c BCD2: #sat=1 #unsat=182 bias=182/183
2.30/2.37	c Solving starts ...
2.30/2.37	c ============================[ Search Statistics ]============================
2.30/2.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.37	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.37	c =============================================================================
2.30/2.37	c  0.0s |       0 |        0 |        0 |     3939      0 |      156 |      187
2.30/2.38	c  0.0s |       0 |     1197 |        0 |     3939      0 |      156 |      188
2.30/2.38	c #cpu_time = 0.006s
2.30/2.38	c #wall_clock_time = 0.006s
2.30/2.38	c #decision = 1197
2.30/2.38	c #random_decision = 0
2.30/2.38	c #conflict = 0
2.30/2.38	c #restart = 0
2.30/2.38	c BCD2: found a new core of size 4: cost of the new core is >=2
2.30/2.38	c lower bound updated to -1871
2.30/2.38	c BCD2: 1759 <= obj <= 5086
2.30/2.38	c BCD2: #cores=29, #unrelaxed=2298, #relaxed=801, #hardened=0
2.30/2.38	c BCD2: #sat=1 #unsat=183 bias=183/184
2.30/2.38	c Solving starts ...
2.30/2.38	c ============================[ Search Statistics ]============================
2.30/2.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.38	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.38	c =============================================================================
2.30/2.38	c  0.0s |       0 |        0 |        0 |     3939      0 |      156 |      188
2.30/2.38	c  0.0s |       0 |     1196 |        0 |     3939      0 |      156 |      188
2.30/2.38	c #cpu_time = 0.007s
2.30/2.38	c #wall_clock_time = 0.007s
2.30/2.38	c #decision = 1196
2.30/2.38	c #random_decision = 0
2.30/2.38	c #conflict = 0
2.30/2.38	c #restart = 0
2.30/2.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6
2.30/2.38	c lower bound updated to -1869
2.30/2.39	c BCD2: 1761 <= obj <= 5086
2.30/2.39	c BCD2: #cores=29, #unrelaxed=2297, #relaxed=802, #hardened=0
2.30/2.39	c BCD2: #sat=1 #unsat=184 bias=184/185
2.30/2.39	c Solving starts ...
2.30/2.39	c ============================[ Search Statistics ]============================
2.30/2.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.39	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.39	c =============================================================================
2.30/2.39	c  0.0s |       0 |        0 |        0 |     3939      0 |      157 |      188
2.30/2.39	c  0.0s |       0 |     1196 |        0 |     3939      0 |      157 |      189
2.30/2.39	c #cpu_time = 0.006s
2.30/2.39	c #wall_clock_time = 0.006s
2.30/2.39	c #decision = 1196
2.30/2.39	c #random_decision = 0
2.30/2.39	c #conflict = 0
2.30/2.39	c #restart = 0
2.30/2.39	c BCD2: found a new core of size 2: cost of the new core is >=2
2.30/2.39	c lower bound updated to -1867
2.39/2.40	c BCD2: 1763 <= obj <= 5086
2.39/2.40	c BCD2: #cores=30, #unrelaxed=2295, #relaxed=804, #hardened=0
2.39/2.40	c BCD2: #sat=1 #unsat=185 bias=185/186
2.39/2.40	c Solving starts ...
2.39/2.40	c ============================[ Search Statistics ]============================
2.39/2.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.40	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.40	c =============================================================================
2.39/2.40	c  0.0s |       0 |        0 |        0 |     3939      0 |      157 |      190
2.39/2.40	c  0.0s |       0 |     1196 |        0 |     3939      0 |      157 |      190
2.39/2.40	c #cpu_time = 0.006s
2.39/2.40	c #wall_clock_time = 0.006s
2.39/2.40	c #decision = 1196
2.39/2.40	c #random_decision = 0
2.39/2.40	c #conflict = 0
2.39/2.40	c #restart = 0
2.39/2.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.39/2.40	c lower bound updated to -1865
2.39/2.41	c BCD2: 1765 <= obj <= 5086
2.39/2.41	c BCD2: #cores=30, #unrelaxed=2294, #relaxed=805, #hardened=0
2.39/2.41	c BCD2: #sat=1 #unsat=186 bias=186/187
2.39/2.41	c Solving starts ...
2.39/2.41	c ============================[ Search Statistics ]============================
2.39/2.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.41	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.41	c =============================================================================
2.39/2.41	c  0.0s |       0 |        0 |        0 |     3939      0 |      158 |      190
2.39/2.41	c  0.0s |       0 |     1196 |        0 |     3939      0 |      158 |      191
2.39/2.41	c #cpu_time = 0.007s
2.39/2.41	c #wall_clock_time = 0.007s
2.39/2.41	c #decision = 1196
2.39/2.41	c #random_decision = 0
2.39/2.41	c #conflict = 0
2.39/2.41	c #restart = 0
2.39/2.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6
2.39/2.41	c lower bound updated to -1863
2.39/2.41	c BCD2: 1767 <= obj <= 5086
2.39/2.41	c BCD2: #cores=30, #unrelaxed=2293, #relaxed=806, #hardened=0
2.39/2.41	c BCD2: #sat=1 #unsat=187 bias=187/188
2.39/2.41	c Solving starts ...
2.39/2.41	c ============================[ Search Statistics ]============================
2.39/2.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.41	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.41	c =============================================================================
2.39/2.41	c  0.0s |       0 |        0 |        0 |     3939      0 |      159 |      191
2.39/2.42	c  0.0s |       0 |     1196 |        0 |     3939      0 |      159 |      192
2.39/2.42	c #cpu_time = 0.006s
2.39/2.42	c #wall_clock_time = 0.006s
2.39/2.42	c #decision = 1196
2.39/2.42	c #random_decision = 0
2.39/2.42	c #conflict = 0
2.39/2.42	c #restart = 0
2.39/2.42	c BCD2: found a new core of size 4: cost of the new core is >=2
2.39/2.42	c lower bound updated to -1861
2.39/2.42	c BCD2: 1769 <= obj <= 5086
2.39/2.42	c BCD2: #cores=31, #unrelaxed=2289, #relaxed=810, #hardened=0
2.39/2.42	c BCD2: #sat=1 #unsat=188 bias=188/189
2.39/2.42	c Solving starts ...
2.39/2.42	c ============================[ Search Statistics ]============================
2.39/2.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.42	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.42	c =============================================================================
2.39/2.42	c  0.0s |       0 |        0 |        0 |     3939      0 |      159 |      192
2.39/2.43	c  0.0s |       0 |     1398 |        1 |     3939      0 |      159 |      192
2.39/2.43	c #cpu_time = 0.008s
2.39/2.43	c #wall_clock_time = 0.008s
2.39/2.43	c #decision = 1398
2.39/2.43	c #random_decision = 0
2.39/2.43	c #conflict = 1
2.39/2.43	c #restart = 0
2.39/2.43	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 10: cost of the new core is >=14
2.39/2.43	c BCD2: refineLB: 13 -> 14
2.39/2.43	c lower bound updated to -1859
2.39/2.43	c BCD2: 1771 <= obj <= 5086
2.39/2.43	c BCD2: #cores=30, #unrelaxed=2287, #relaxed=812, #hardened=0
2.39/2.43	c BCD2: #sat=1 #unsat=189 bias=189/190
2.39/2.44	c Solving starts ...
2.39/2.44	c ============================[ Search Statistics ]============================
2.39/2.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.44	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.44	c =============================================================================
2.39/2.44	c  0.0s |       0 |        0 |        0 |     3939      0 |      161 |      192
2.39/2.44	c  0.0s |       0 |     1195 |        0 |     3939      0 |      161 |      194
2.39/2.44	c #cpu_time = 0.006s
2.39/2.44	c #wall_clock_time = 0.006s
2.39/2.44	c #decision = 1195
2.39/2.44	c #random_decision = 0
2.39/2.44	c #conflict = 0
2.39/2.44	c #restart = 0
2.39/2.44	c BCD2: found a new core of size 2: cost of the new core is >=2
2.39/2.44	c lower bound updated to -1857
2.39/2.44	c BCD2: 1773 <= obj <= 5086
2.39/2.44	c BCD2: #cores=31, #unrelaxed=2285, #relaxed=814, #hardened=0
2.39/2.44	c BCD2: #sat=1 #unsat=190 bias=190/191
2.39/2.44	c Solving starts ...
2.39/2.44	c ============================[ Search Statistics ]============================
2.39/2.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.44	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.44	c =============================================================================
2.39/2.44	c  0.0s |       0 |        0 |        0 |     3939      0 |      161 |      195
2.39/2.45	c  0.0s |       0 |     1195 |        0 |     3939      0 |      161 |      195
2.39/2.45	c #cpu_time = 0.006s
2.39/2.45	c #wall_clock_time = 0.006s
2.39/2.45	c #decision = 1195
2.39/2.45	c #random_decision = 0
2.39/2.45	c #conflict = 0
2.39/2.45	c #restart = 0
2.39/2.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.39/2.45	c lower bound updated to -1855
2.39/2.45	c BCD2: 1775 <= obj <= 5086
2.39/2.45	c BCD2: #cores=31, #unrelaxed=2284, #relaxed=815, #hardened=0
2.39/2.45	c BCD2: #sat=1 #unsat=191 bias=191/192
2.39/2.45	c Solving starts ...
2.39/2.45	c ============================[ Search Statistics ]============================
2.39/2.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.45	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.45	c =============================================================================
2.39/2.45	c  0.0s |       0 |        0 |        0 |     3939      0 |      162 |      195
2.39/2.46	c  0.0s |       0 |     1201 |        0 |     3939      0 |      162 |      196
2.39/2.46	c #cpu_time = 0.007s
2.39/2.46	c #wall_clock_time = 0.007s
2.39/2.46	c #decision = 1201
2.39/2.46	c #random_decision = 0
2.39/2.46	c #conflict = 0
2.39/2.46	c #restart = 0
2.39/2.46	c BCD2: found a new core of size 5: cost of the new core is >=2
2.39/2.46	c lower bound updated to -1853
2.39/2.46	c BCD2: 1777 <= obj <= 5086
2.39/2.46	c BCD2: #cores=32, #unrelaxed=2279, #relaxed=820, #hardened=0
2.39/2.46	c BCD2: #sat=1 #unsat=192 bias=192/193
2.39/2.46	c Solving starts ...
2.39/2.46	c ============================[ Search Statistics ]============================
2.39/2.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.46	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.46	c =============================================================================
2.39/2.46	c  0.0s |       0 |        0 |        0 |     3939      0 |      162 |      196
2.39/2.47	c  0.0s |       0 |     1185 |        0 |     3939      0 |      162 |      196
2.39/2.47	c #cpu_time = 0.006s
2.39/2.47	c #wall_clock_time = 0.006s
2.39/2.47	c #decision = 1185
2.39/2.47	c #random_decision = 0
2.39/2.47	c #conflict = 0
2.39/2.47	c #restart = 0
2.39/2.47	c BCD2: found a new core of size 3: cost of the new core is >=2
2.39/2.47	c lower bound updated to -1851
2.39/2.47	c BCD2: 1779 <= obj <= 5086
2.39/2.47	c BCD2: #cores=33, #unrelaxed=2276, #relaxed=823, #hardened=0
2.39/2.47	c BCD2: #sat=1 #unsat=193 bias=193/194
2.39/2.47	c Solving starts ...
2.39/2.47	c ============================[ Search Statistics ]============================
2.39/2.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.47	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.47	c =============================================================================
2.39/2.47	c  0.0s |       0 |        0 |        0 |     3939      0 |      162 |      196
2.39/2.48	c  0.0s |       0 |     1184 |        0 |     3939      0 |      162 |      196
2.39/2.48	c #cpu_time = 0.007s
2.39/2.48	c #wall_clock_time = 0.007s
2.39/2.48	c #decision = 1184
2.39/2.48	c #random_decision = 0
2.39/2.48	c #conflict = 0
2.39/2.48	c #restart = 0
2.39/2.48	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=6
2.39/2.48	c lower bound updated to -1849
2.39/2.48	c BCD2: 1781 <= obj <= 5086
2.39/2.48	c BCD2: #cores=33, #unrelaxed=2272, #relaxed=827, #hardened=0
2.39/2.48	c BCD2: #sat=1 #unsat=194 bias=194/195
2.39/2.48	c Solving starts ...
2.39/2.48	c ============================[ Search Statistics ]============================
2.39/2.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.48	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.48	c =============================================================================
2.39/2.48	c  0.0s |       0 |        0 |        0 |     3939      0 |      163 |      196
2.39/2.49	c  0.0s |       0 |     2317 |        1 |     3939      0 |      163 |      197
2.39/2.49	c #cpu_time = 0.009s
2.39/2.49	c #wall_clock_time = 0.009s
2.39/2.49	c #decision = 2317
2.39/2.49	c #random_decision = 0
2.39/2.49	c #conflict = 1
2.39/2.49	c #restart = 0
2.39/2.49	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 10: cost of the new core is >=7
2.39/2.49	c lower bound updated to -1848
2.39/2.49	c BCD2: 1782 <= obj <= 5086
2.39/2.49	c BCD2: #cores=33, #unrelaxed=2270, #relaxed=829, #hardened=0
2.39/2.49	c BCD2: #sat=1 #unsat=195 bias=195/196
2.39/2.49	c Solving starts ...
2.39/2.49	c ============================[ Search Statistics ]============================
2.39/2.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.49	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.49	c =============================================================================
2.39/2.49	c  0.0s |       0 |        0 |        0 |     3939      0 |      164 |      197
2.49/2.50	c  0.0s |       0 |     1179 |        0 |     3939      0 |      164 |      198
2.49/2.50	c #cpu_time = 0.007s
2.49/2.50	c #wall_clock_time = 0.007s
2.49/2.50	c #decision = 1179
2.49/2.50	c #random_decision = 0
2.49/2.50	c #conflict = 0
2.49/2.50	c #restart = 0
2.49/2.50	c BCD2: found a new core of size 5: cost of the new core is >=2
2.49/2.50	c lower bound updated to -1846
2.49/2.50	c BCD2: 1784 <= obj <= 5086
2.49/2.50	c BCD2: #cores=34, #unrelaxed=2265, #relaxed=834, #hardened=0
2.49/2.50	c BCD2: #sat=1 #unsat=196 bias=196/197
2.49/2.50	c Solving starts ...
2.49/2.50	c ============================[ Search Statistics ]============================
2.49/2.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.50	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.50	c =============================================================================
2.49/2.50	c  0.0s |       0 |        0 |        0 |     3939      0 |      164 |      198
2.49/2.51	c  0.0s |       0 |     1176 |        0 |     3939      0 |      164 |      198
2.49/2.51	c #cpu_time = 0.006s
2.49/2.51	c #wall_clock_time = 0.006s
2.49/2.51	c #decision = 1176
2.49/2.51	c #random_decision = 0
2.49/2.51	c #conflict = 0
2.49/2.51	c #restart = 0
2.49/2.51	c BCD2: found a new core of size 4: cost of the new core is >=2
2.49/2.51	c lower bound updated to -1844
2.49/2.51	c BCD2: 1786 <= obj <= 5086
2.49/2.51	c BCD2: #cores=35, #unrelaxed=2261, #relaxed=838, #hardened=0
2.49/2.51	c BCD2: #sat=1 #unsat=197 bias=197/198
2.49/2.51	c Solving starts ...
2.49/2.51	c ============================[ Search Statistics ]============================
2.49/2.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.51	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.51	c =============================================================================
2.49/2.51	c  0.0s |       0 |        0 |        0 |     3939      0 |      164 |      198
2.49/2.52	c  0.0s |       0 |     1174 |        0 |     3939      0 |      164 |      198
2.49/2.52	c #cpu_time = 0.006s
2.49/2.52	c #wall_clock_time = 0.006s
2.49/2.52	c #decision = 1174
2.49/2.52	c #random_decision = 0
2.49/2.52	c #conflict = 0
2.49/2.52	c #restart = 0
2.49/2.52	c BCD2: found a new core of size 3: cost of the new core is >=2
2.49/2.52	c lower bound updated to -1842
2.49/2.52	c BCD2: 1788 <= obj <= 5086
2.49/2.52	c BCD2: #cores=36, #unrelaxed=2258, #relaxed=841, #hardened=0
2.49/2.52	c BCD2: #sat=1 #unsat=198 bias=198/199
2.49/2.52	c Solving starts ...
2.49/2.52	c ============================[ Search Statistics ]============================
2.49/2.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.52	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.52	c =============================================================================
2.49/2.52	c  0.0s |       0 |        0 |        0 |     3939      0 |      164 |      198
2.49/2.53	c  0.0s |       0 |     1173 |        0 |     3939      0 |      164 |      198
2.49/2.53	c #cpu_time = 0.006s
2.49/2.53	c #wall_clock_time = 0.006s
2.49/2.53	c #decision = 1173
2.49/2.53	c #random_decision = 0
2.49/2.53	c #conflict = 0
2.49/2.53	c #restart = 0
2.49/2.53	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
2.49/2.53	c lower bound updated to -1840
2.49/2.53	c BCD2: 1790 <= obj <= 5086
2.49/2.53	c BCD2: #cores=36, #unrelaxed=2254, #relaxed=845, #hardened=0
2.49/2.53	c BCD2: #sat=1 #unsat=199 bias=199/200
2.49/2.53	c Solving starts ...
2.49/2.53	c ============================[ Search Statistics ]============================
2.49/2.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.53	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.53	c =============================================================================
2.49/2.53	c  0.0s |       0 |        0 |        0 |     3939      0 |      165 |      198
2.49/2.54	c  0.0s |       0 |     1171 |        0 |     3939      0 |      165 |      199
2.49/2.54	c #cpu_time = 0.007s
2.49/2.54	c #wall_clock_time = 0.007s
2.49/2.54	c #decision = 1171
2.49/2.54	c #random_decision = 0
2.49/2.54	c #conflict = 0
2.49/2.54	c #restart = 0
2.49/2.54	c BCD2: found a new core of size 3: cost of the new core is >=2
2.49/2.54	c lower bound updated to -1838
2.49/2.54	c BCD2: 1792 <= obj <= 5086
2.49/2.54	c BCD2: #cores=37, #unrelaxed=2251, #relaxed=848, #hardened=0
2.49/2.54	c BCD2: #sat=1 #unsat=200 bias=200/201
2.49/2.54	c Solving starts ...
2.49/2.54	c ============================[ Search Statistics ]============================
2.49/2.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.54	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.54	c =============================================================================
2.49/2.54	c  0.0s |       0 |        0 |        0 |     3939      0 |      165 |      199
2.49/2.55	c  0.0s |       0 |     1170 |        0 |     3939      0 |      165 |      199
2.49/2.55	c #cpu_time = 0.006s
2.49/2.55	c #wall_clock_time = 0.006s
2.49/2.55	c #decision = 1170
2.49/2.55	c #random_decision = 0
2.49/2.55	c #conflict = 0
2.49/2.55	c #restart = 0
2.49/2.55	c BCD2: found a new core of size 3: cost of the new core is >=2
2.49/2.55	c lower bound updated to -1836
2.49/2.55	c BCD2: 1794 <= obj <= 5086
2.49/2.55	c BCD2: #cores=38, #unrelaxed=2248, #relaxed=851, #hardened=0
2.49/2.55	c BCD2: #sat=1 #unsat=201 bias=201/202
2.49/2.55	c Solving starts ...
2.49/2.55	c ============================[ Search Statistics ]============================
2.49/2.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.55	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.55	c =============================================================================
2.49/2.55	c  0.0s |       0 |        0 |        0 |     3939      0 |      165 |      199
2.49/2.56	c  0.0s |       0 |     1172 |        0 |     3939      0 |      165 |      199
2.49/2.56	c #cpu_time = 0.007s
2.49/2.56	c #wall_clock_time = 0.007s
2.49/2.56	c #decision = 1172
2.49/2.56	c #random_decision = 0
2.49/2.56	c #conflict = 0
2.49/2.56	c #restart = 0
2.49/2.56	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
2.49/2.56	c lower bound updated to -1834
2.49/2.56	c BCD2: 1796 <= obj <= 5086
2.49/2.56	c BCD2: #cores=38, #unrelaxed=2246, #relaxed=853, #hardened=0
2.49/2.56	c BCD2: #sat=1 #unsat=202 bias=202/203
2.49/2.56	c Solving starts ...
2.49/2.56	c ============================[ Search Statistics ]============================
2.49/2.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.56	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.56	c =============================================================================
2.49/2.56	c  0.0s |       0 |        0 |        0 |     3939      0 |      166 |      199
2.49/2.57	c  0.0s |       0 |     1184 |        0 |     3939      0 |      166 |      200
2.49/2.57	c #cpu_time = 0.007s
2.49/2.57	c #wall_clock_time = 0.007s
2.49/2.57	c #decision = 1184
2.49/2.57	c #random_decision = 0
2.49/2.57	c #conflict = 0
2.49/2.57	c #restart = 0
2.49/2.57	c BCD2: found a new core of size 3: cost of the new core is >=2
2.49/2.57	c lower bound updated to -1832
2.49/2.57	c BCD2: 1798 <= obj <= 5086
2.49/2.57	c BCD2: #cores=39, #unrelaxed=2243, #relaxed=856, #hardened=0
2.49/2.57	c BCD2: #sat=1 #unsat=203 bias=203/204
2.49/2.57	c Solving starts ...
2.49/2.57	c ============================[ Search Statistics ]============================
2.49/2.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.57	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.57	c =============================================================================
2.49/2.57	c  0.0s |       0 |        0 |        0 |     3939      0 |      166 |      200
2.49/2.58	c  0.0s |       0 |     1183 |        0 |     3939      0 |      166 |      200
2.49/2.58	c #cpu_time = 0.007s
2.49/2.58	c #wall_clock_time = 0.007s
2.49/2.58	c #decision = 1183
2.49/2.58	c #random_decision = 0
2.49/2.58	c #conflict = 0
2.49/2.58	c #restart = 0
2.49/2.58	c BCD2: found a new core of size 3: cost of the new core is >=2
2.49/2.58	c lower bound updated to -1830
2.49/2.58	c BCD2: 1800 <= obj <= 5086
2.49/2.58	c BCD2: #cores=40, #unrelaxed=2240, #relaxed=859, #hardened=0
2.49/2.58	c BCD2: #sat=1 #unsat=204 bias=204/205
2.49/2.58	c Solving starts ...
2.49/2.58	c ============================[ Search Statistics ]============================
2.49/2.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.58	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.58	c =============================================================================
2.49/2.58	c  0.0s |       0 |        0 |        0 |     3939      0 |      166 |      200
2.49/2.59	c  0.0s |       0 |     1182 |        0 |     3939      0 |      166 |      200
2.49/2.59	c #cpu_time = 0.007s
2.49/2.59	c #wall_clock_time = 0.007s
2.49/2.59	c #decision = 1182
2.49/2.59	c #random_decision = 0
2.49/2.59	c #conflict = 0
2.49/2.59	c #restart = 0
2.49/2.59	c BCD2: found a new core of size 4: cost of the new core is >=2
2.49/2.59	c lower bound updated to -1828
2.49/2.59	c BCD2: 1802 <= obj <= 5086
2.49/2.59	c BCD2: #cores=41, #unrelaxed=2236, #relaxed=863, #hardened=0
2.49/2.59	c BCD2: #sat=1 #unsat=205 bias=205/206
2.49/2.59	c Solving starts ...
2.49/2.59	c ============================[ Search Statistics ]============================
2.49/2.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.59	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.59	c =============================================================================
2.49/2.59	c  0.0s |       0 |        0 |        0 |     3939      0 |      166 |      200
2.59/2.60	c  0.0s |       0 |     1180 |        0 |     3939      0 |      166 |      200
2.59/2.60	c #cpu_time = 0.007s
2.59/2.60	c #wall_clock_time = 0.007s
2.59/2.60	c #decision = 1180
2.59/2.60	c #random_decision = 0
2.59/2.60	c #conflict = 0
2.59/2.60	c #restart = 0
2.59/2.60	c BCD2: found a new core of size 4: cost of the new core is >=2
2.59/2.60	c lower bound updated to -1826
2.59/2.60	c BCD2: 1804 <= obj <= 5086
2.59/2.60	c BCD2: #cores=42, #unrelaxed=2232, #relaxed=867, #hardened=0
2.59/2.60	c BCD2: #sat=1 #unsat=206 bias=206/207
2.59/2.60	c Solving starts ...
2.59/2.60	c ============================[ Search Statistics ]============================
2.59/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.60	c =============================================================================
2.59/2.60	c  0.0s |       0 |        0 |        0 |     3939      0 |      166 |      200
2.59/2.61	c  0.0s |       0 |     1174 |        0 |     3939      0 |      166 |      200
2.59/2.61	c #cpu_time = 0.007s
2.59/2.61	c #wall_clock_time = 0.007s
2.59/2.61	c #decision = 1174
2.59/2.61	c #random_decision = 0
2.59/2.61	c #conflict = 0
2.59/2.61	c #restart = 0
2.59/2.61	c BCD2: found a new core of size 4: cost of the new core is >=2
2.59/2.61	c lower bound updated to -1824
2.59/2.61	c BCD2: 1806 <= obj <= 5086
2.59/2.61	c BCD2: #cores=43, #unrelaxed=2228, #relaxed=871, #hardened=0
2.59/2.61	c BCD2: #sat=1 #unsat=207 bias=207/208
2.59/2.61	c Solving starts ...
2.59/2.61	c ============================[ Search Statistics ]============================
2.59/2.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.61	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.61	c =============================================================================
2.59/2.61	c  0.0s |       0 |        0 |        0 |     3939      0 |      166 |      200
2.59/2.62	c  0.0s |       0 |     1172 |        0 |     3939      0 |      166 |      200
2.59/2.62	c #cpu_time = 0.007s
2.59/2.62	c #wall_clock_time = 0.007s
2.59/2.62	c #decision = 1172
2.59/2.62	c #random_decision = 0
2.59/2.62	c #conflict = 0
2.59/2.62	c #restart = 0
2.59/2.62	c BCD2: found a new core of size 3: cost of the new core is >=2
2.59/2.62	c lower bound updated to -1822
2.59/2.62	c BCD2: 1808 <= obj <= 5086
2.59/2.62	c BCD2: #cores=44, #unrelaxed=2225, #relaxed=874, #hardened=0
2.59/2.62	c BCD2: #sat=1 #unsat=208 bias=208/209
2.59/2.62	c Solving starts ...
2.59/2.62	c ============================[ Search Statistics ]============================
2.59/2.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.62	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.62	c =============================================================================
2.59/2.62	c  0.0s |       0 |        0 |        0 |     3939      0 |      166 |      200
2.59/2.63	c  0.0s |       0 |     1171 |        0 |     3939      0 |      166 |      200
2.59/2.63	c #cpu_time = 0.007s
2.59/2.63	c #wall_clock_time = 0.007s
2.59/2.63	c #decision = 1171
2.59/2.63	c #random_decision = 0
2.59/2.63	c #conflict = 0
2.59/2.63	c #restart = 0
2.59/2.63	c BCD2: found a new core of size 3: cost of the new core is >=2
2.59/2.63	c lower bound updated to -1820
2.59/2.63	c BCD2: 1810 <= obj <= 5086
2.59/2.63	c BCD2: #cores=45, #unrelaxed=2222, #relaxed=877, #hardened=0
2.59/2.63	c BCD2: #sat=1 #unsat=209 bias=209/210
2.59/2.63	c Solving starts ...
2.59/2.63	c ============================[ Search Statistics ]============================
2.59/2.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.63	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.63	c =============================================================================
2.59/2.63	c  0.0s |       0 |        0 |        0 |     3939      0 |      166 |      200
2.59/2.64	c  0.0s |       0 |     1170 |        0 |     3939      0 |      166 |      200
2.59/2.64	c #cpu_time = 0.007s
2.59/2.64	c #wall_clock_time = 0.007s
2.59/2.64	c #decision = 1170
2.59/2.64	c #random_decision = 0
2.59/2.64	c #conflict = 0
2.59/2.64	c #restart = 0
2.59/2.64	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 12: cost of the new core is >=6
2.59/2.64	c BCD2: refineLB: 5 -> 6
2.59/2.64	c lower bound updated to -1818
2.59/2.64	c BCD2: 1812 <= obj <= 5086
2.59/2.64	c BCD2: #cores=44, #unrelaxed=2217, #relaxed=882, #hardened=0
2.59/2.64	c BCD2: #sat=1 #unsat=210 bias=210/211
2.59/2.64	c Solving starts ...
2.59/2.64	c ============================[ Search Statistics ]============================
2.59/2.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.64	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.64	c =============================================================================
2.59/2.64	c  0.0s |       0 |        0 |        0 |     3939      0 |      168 |      200
2.59/2.65	c  0.0s |       0 |     1169 |        0 |     3939      0 |      168 |      202
2.59/2.65	c #cpu_time = 0.007s
2.59/2.65	c #wall_clock_time = 0.007s
2.59/2.65	c #decision = 1169
2.59/2.65	c #random_decision = 0
2.59/2.65	c #conflict = 0
2.59/2.65	c #restart = 0
2.59/2.65	c BCD2: found a new core of size 3: cost of the new core is >=2
2.59/2.65	c lower bound updated to -1816
2.59/2.65	c BCD2: 1814 <= obj <= 5086
2.59/2.65	c BCD2: #cores=45, #unrelaxed=2214, #relaxed=885, #hardened=0
2.59/2.65	c BCD2: #sat=1 #unsat=211 bias=211/212
2.59/2.65	c Solving starts ...
2.59/2.65	c ============================[ Search Statistics ]============================
2.59/2.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.65	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.65	c =============================================================================
2.59/2.65	c  0.0s |       0 |        0 |        0 |     3939      0 |      168 |      202
2.59/2.65	c  0.0s |       0 |     1172 |        1 |     3939      0 |      168 |      202
2.59/2.65	c #cpu_time = 0.007s
2.59/2.65	c #wall_clock_time = 0.007s
2.59/2.65	c #decision = 1172
2.59/2.65	c #random_decision = 0
2.59/2.65	c #conflict = 1
2.59/2.65	c #restart = 0
2.59/2.66	c BCD2: relaxing 15 and merging with 5 cores into a new core of size 60: cost of the new core is >=32
2.59/2.66	c lower bound updated to -1815
2.59/2.66	c BCD2: 1815 <= obj <= 5086
2.59/2.66	c BCD2: #cores=41, #unrelaxed=2199, #relaxed=900, #hardened=0
2.59/2.66	c BCD2: #sat=1 #unsat=212 bias=212/213
2.59/2.66	c Solving starts ...
2.59/2.66	c ============================[ Search Statistics ]============================
2.59/2.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.66	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.66	c =============================================================================
2.59/2.66	c  0.0s |       0 |        0 |        0 |     3939      0 |      173 |      202
2.59/2.67	c  0.0s |       0 |     1150 |        0 |     3939      0 |      173 |      207
2.59/2.67	c #cpu_time = 0.006s
2.59/2.67	c #wall_clock_time = 0.006s
2.59/2.67	c #decision = 1150
2.59/2.67	c #random_decision = 0
2.59/2.67	c #conflict = 0
2.59/2.67	c #restart = 0
2.59/2.67	c BCD2: found a new core of size 4: cost of the new core is >=2
2.59/2.67	c lower bound updated to -1813
2.59/2.67	c BCD2: 1817 <= obj <= 5086
2.59/2.67	c BCD2: #cores=42, #unrelaxed=2195, #relaxed=904, #hardened=0
2.59/2.67	c BCD2: #sat=1 #unsat=213 bias=213/214
2.59/2.67	c Solving starts ...
2.59/2.67	c ============================[ Search Statistics ]============================
2.59/2.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.67	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.67	c =============================================================================
2.59/2.67	c  0.0s |       0 |        0 |        0 |     3939      0 |      173 |      207
2.59/2.67	c  0.0s |       0 |     1144 |        0 |     3939      0 |      173 |      207
2.59/2.67	c #cpu_time = 0.006s
2.59/2.67	c #wall_clock_time = 0.006s
2.59/2.67	c #decision = 1144
2.59/2.67	c #random_decision = 0
2.59/2.67	c #conflict = 0
2.59/2.67	c #restart = 0
2.59/2.67	c BCD2: found a new core of size 5: cost of the new core is >=2
2.59/2.67	c lower bound updated to -1811
2.59/2.68	c BCD2: 1819 <= obj <= 5086
2.59/2.68	c BCD2: #cores=43, #unrelaxed=2190, #relaxed=909, #hardened=0
2.59/2.68	c BCD2: #sat=1 #unsat=214 bias=214/215
2.59/2.68	c Solving starts ...
2.59/2.68	c ============================[ Search Statistics ]============================
2.59/2.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.68	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.68	c =============================================================================
2.59/2.68	c  0.0s |       0 |        0 |        0 |     3939      0 |      173 |      207
2.59/2.68	c  0.0s |       0 |     1141 |        0 |     3939      0 |      173 |      207
2.59/2.68	c #cpu_time = 0.006s
2.59/2.68	c #wall_clock_time = 0.006s
2.59/2.68	c #decision = 1141
2.59/2.68	c #random_decision = 0
2.59/2.68	c #conflict = 0
2.59/2.68	c #restart = 0
2.59/2.68	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
2.59/2.68	c BCD2: refineLB: 3 -> 4
2.59/2.68	c lower bound updated to -1809
2.59/2.68	c BCD2: 1821 <= obj <= 5086
2.59/2.68	c BCD2: #cores=43, #unrelaxed=2186, #relaxed=913, #hardened=0
2.59/2.68	c BCD2: #sat=1 #unsat=215 bias=215/216
2.59/2.68	c Solving starts ...
2.59/2.68	c ============================[ Search Statistics ]============================
2.59/2.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.68	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.68	c =============================================================================
2.59/2.69	c  0.0s |       0 |        0 |        0 |     3939      0 |      174 |      207
2.59/2.69	c  0.0s |       0 |     1142 |        0 |     3939      0 |      174 |      208
2.59/2.69	c #cpu_time = 0.006s
2.59/2.69	c #wall_clock_time = 0.006s
2.59/2.69	c #decision = 1142
2.59/2.69	c #random_decision = 0
2.59/2.69	c #conflict = 0
2.59/2.69	c #restart = 0
2.59/2.69	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
2.59/2.69	c BCD2: refineLB: 3 -> 4
2.59/2.69	c lower bound updated to -1807
2.59/2.70	c BCD2: 1823 <= obj <= 5086
2.59/2.70	c BCD2: #cores=43, #unrelaxed=2182, #relaxed=917, #hardened=0
2.59/2.70	c BCD2: #sat=1 #unsat=216 bias=216/217
2.59/2.70	c Solving starts ...
2.59/2.70	c ============================[ Search Statistics ]============================
2.59/2.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.70	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.70	c =============================================================================
2.59/2.70	c  0.0s |       0 |        0 |        0 |     3939      0 |      175 |      208
2.69/2.70	c  0.0s |       0 |     1140 |        1 |     3939      0 |      175 |      209
2.69/2.70	c #cpu_time = 0.007s
2.69/2.70	c #wall_clock_time = 0.007s
2.69/2.70	c #decision = 1140
2.69/2.70	c #random_decision = 0
2.69/2.70	c #conflict = 1
2.69/2.70	c #restart = 0
2.69/2.70	c BCD2: relaxing 43 and merging with 5 cores into a new core of size 144: cost of the new core is >=42
2.69/2.70	c lower bound updated to -1806
2.69/2.71	c BCD2: 1824 <= obj <= 5086
2.69/2.71	c BCD2: #cores=39, #unrelaxed=2139, #relaxed=960, #hardened=0
2.69/2.71	c BCD2: #sat=1 #unsat=217 bias=217/218
2.69/2.71	c Solving starts ...
2.69/2.71	c ============================[ Search Statistics ]============================
2.69/2.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.71	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.71	c =============================================================================
2.69/2.71	c  0.0s |       0 |        0 |        0 |     3939      0 |      181 |      209
2.69/2.71	c  0.0s |       0 |     1095 |        0 |     3939      0 |      181 |      216
2.69/2.71	c #cpu_time = 0.007s
2.69/2.71	c #wall_clock_time = 0.007s
2.69/2.71	c #decision = 1095
2.69/2.71	c #random_decision = 0
2.69/2.71	c #conflict = 0
2.69/2.71	c #restart = 0
2.69/2.71	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 11: cost of the new core is >=4
2.69/2.71	c BCD2: refineLB: 3 -> 4
2.69/2.71	c lower bound updated to -1804
2.69/2.72	c BCD2: 1826 <= obj <= 5086
2.69/2.72	c BCD2: #cores=39, #unrelaxed=2131, #relaxed=968, #hardened=0
2.69/2.72	c BCD2: #sat=1 #unsat=218 bias=218/219
2.69/2.72	c Solving starts ...
2.69/2.72	c ============================[ Search Statistics ]============================
2.69/2.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.72	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.72	c =============================================================================
2.69/2.72	c  0.0s |       0 |        0 |        0 |     3939      0 |      182 |      216
2.69/2.72	c  0.0s |       0 |     1095 |        0 |     3939      0 |      182 |      217
2.69/2.72	c #cpu_time = 0.007s
2.69/2.72	c #wall_clock_time = 0.007s
2.69/2.72	c #decision = 1095
2.69/2.72	c #random_decision = 0
2.69/2.72	c #conflict = 0
2.69/2.72	c #restart = 0
2.69/2.72	c BCD2: relaxing 9 and merging with 3 cores into a new core of size 20: cost of the new core is >=8
2.69/2.72	c BCD2: refineLB: 7 -> 8
2.69/2.72	c lower bound updated to -1802
2.69/2.73	c BCD2: 1828 <= obj <= 5086
2.69/2.73	c BCD2: #cores=37, #unrelaxed=2122, #relaxed=977, #hardened=0
2.69/2.73	c BCD2: #sat=1 #unsat=219 bias=219/220
2.69/2.73	c Solving starts ...
2.69/2.73	c ============================[ Search Statistics ]============================
2.69/2.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.73	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.73	c =============================================================================
2.69/2.73	c  0.0s |       0 |        0 |        0 |     3939      0 |      185 |      217
2.69/2.73	c  0.0s |       0 |     1088 |        0 |     3939      0 |      185 |      220
2.69/2.73	c #cpu_time = 0.007s
2.69/2.73	c #wall_clock_time = 0.007s
2.69/2.73	c #decision = 1088
2.69/2.73	c #random_decision = 0
2.69/2.73	c #conflict = 0
2.69/2.73	c #restart = 0
2.69/2.73	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
2.69/2.73	c lower bound updated to -1800
2.69/2.74	c BCD2: 1830 <= obj <= 5086
2.69/2.74	c BCD2: #cores=37, #unrelaxed=2119, #relaxed=980, #hardened=0
2.69/2.74	c BCD2: #sat=1 #unsat=220 bias=220/221
2.69/2.74	c Solving starts ...
2.69/2.74	c ============================[ Search Statistics ]============================
2.69/2.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.74	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.74	c =============================================================================
2.69/2.74	c  0.0s |       0 |        0 |        0 |     3939      0 |      186 |      220
2.69/2.74	c  0.0s |       0 |     1086 |        0 |     3939      0 |      186 |      221
2.69/2.74	c #cpu_time = 0.006s
2.69/2.74	c #wall_clock_time = 0.006s
2.69/2.74	c #decision = 1086
2.69/2.74	c #random_decision = 0
2.69/2.74	c #conflict = 0
2.69/2.74	c #restart = 0
2.69/2.74	c BCD2: found a new core of size 3: cost of the new core is >=2
2.69/2.74	c lower bound updated to -1798
2.69/2.75	c BCD2: 1832 <= obj <= 5086
2.69/2.75	c BCD2: #cores=38, #unrelaxed=2116, #relaxed=983, #hardened=0
2.69/2.75	c BCD2: #sat=1 #unsat=221 bias=221/222
2.69/2.75	c Solving starts ...
2.69/2.75	c ============================[ Search Statistics ]============================
2.69/2.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.75	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.75	c =============================================================================
2.69/2.75	c  0.0s |       0 |        0 |        0 |     3939      0 |      186 |      221
2.69/2.75	c  0.0s |       0 |     1090 |        1 |     3939      0 |      186 |      221
2.69/2.75	c #cpu_time = 0.007s
2.69/2.75	c #wall_clock_time = 0.007s
2.69/2.75	c #decision = 1090
2.69/2.75	c #random_decision = 0
2.69/2.75	c #conflict = 1
2.69/2.75	c #restart = 0
2.69/2.75	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 21: cost of the new core is >=6
2.69/2.75	c lower bound updated to -1797
2.69/2.75	c BCD2: 1833 <= obj <= 5086
2.69/2.75	c BCD2: #cores=37, #unrelaxed=2109, #relaxed=990, #hardened=0
2.69/2.75	c BCD2: #sat=1 #unsat=222 bias=222/223
2.69/2.76	c Solving starts ...
2.69/2.76	c ============================[ Search Statistics ]============================
2.69/2.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.76	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.76	c =============================================================================
2.69/2.76	c  0.0s |       0 |        0 |        0 |     3939      0 |      189 |      221
2.69/2.76	c  0.0s |       0 |     1085 |        0 |     3939      0 |      189 |      225
2.69/2.76	c #cpu_time = 0.007s
2.69/2.76	c #wall_clock_time = 0.007s
2.69/2.76	c #decision = 1085
2.69/2.76	c #random_decision = 0
2.69/2.76	c #conflict = 0
2.69/2.76	c #restart = 0
2.69/2.76	c BCD2: found a new core of size 3: cost of the new core is >=2
2.69/2.76	c lower bound updated to -1795
2.69/2.76	c BCD2: 1835 <= obj <= 5086
2.69/2.76	c BCD2: #cores=38, #unrelaxed=2106, #relaxed=993, #hardened=0
2.69/2.76	c BCD2: #sat=1 #unsat=223 bias=223/224
2.69/2.76	c Solving starts ...
2.69/2.76	c ============================[ Search Statistics ]============================
2.69/2.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.76	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.76	c =============================================================================
2.69/2.76	c  0.0s |       0 |        0 |        0 |     3939      0 |      189 |      225
2.69/2.77	c  0.0s |       0 |     1084 |        0 |     3939      0 |      189 |      225
2.69/2.77	c #cpu_time = 0.007s
2.69/2.77	c #wall_clock_time = 0.007s
2.69/2.77	c #decision = 1084
2.69/2.77	c #random_decision = 0
2.69/2.77	c #conflict = 0
2.69/2.77	c #restart = 0
2.69/2.77	c BCD2: found a new core of size 3: cost of the new core is >=2
2.69/2.77	c lower bound updated to -1793
2.69/2.77	c BCD2: 1837 <= obj <= 5086
2.69/2.77	c BCD2: #cores=39, #unrelaxed=2103, #relaxed=996, #hardened=0
2.69/2.77	c BCD2: #sat=1 #unsat=224 bias=224/225
2.69/2.78	c Solving starts ...
2.69/2.78	c ============================[ Search Statistics ]============================
2.69/2.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.78	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.78	c =============================================================================
2.69/2.78	c  0.0s |       0 |        0 |        0 |     3939      0 |      189 |      225
2.69/2.78	c  0.0s |       0 |     1083 |        0 |     3939      0 |      189 |      225
2.69/2.78	c #cpu_time = 0.006s
2.69/2.78	c #wall_clock_time = 0.006s
2.69/2.78	c #decision = 1083
2.69/2.78	c #random_decision = 0
2.69/2.78	c #conflict = 0
2.69/2.78	c #restart = 0
2.69/2.78	c BCD2: found a new core of size 5: cost of the new core is >=2
2.69/2.78	c lower bound updated to -1791
2.69/2.78	c BCD2: 1839 <= obj <= 5086
2.69/2.78	c BCD2: #cores=40, #unrelaxed=2098, #relaxed=1001, #hardened=0
2.69/2.78	c BCD2: #sat=1 #unsat=225 bias=225/226
2.69/2.78	c Solving starts ...
2.69/2.78	c ============================[ Search Statistics ]============================
2.69/2.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.78	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.78	c =============================================================================
2.69/2.78	c  0.0s |       0 |        0 |        0 |     3939      0 |      189 |      225
2.69/2.79	c  0.0s |       0 |     1081 |        0 |     3939      0 |      189 |      225
2.69/2.79	c #cpu_time = 0.007s
2.69/2.79	c #wall_clock_time = 0.007s
2.69/2.79	c #decision = 1081
2.69/2.79	c #random_decision = 0
2.69/2.79	c #conflict = 0
2.69/2.79	c #restart = 0
2.69/2.79	c BCD2: found a new core of size 3: cost of the new core is >=2
2.69/2.79	c lower bound updated to -1789
2.69/2.79	c BCD2: 1841 <= obj <= 5086
2.69/2.79	c BCD2: #cores=41, #unrelaxed=2095, #relaxed=1004, #hardened=0
2.69/2.79	c BCD2: #sat=1 #unsat=226 bias=226/227
2.69/2.79	c Solving starts ...
2.69/2.79	c ============================[ Search Statistics ]============================
2.69/2.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.79	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.79	c =============================================================================
2.69/2.79	c  0.0s |       0 |        0 |        0 |     3939      0 |      189 |      225
2.79/2.80	c  0.0s |       0 |     1080 |        0 |     3939      0 |      189 |      225
2.79/2.80	c #cpu_time = 0.007s
2.79/2.80	c #wall_clock_time = 0.007s
2.79/2.80	c #decision = 1080
2.79/2.80	c #random_decision = 0
2.79/2.80	c #conflict = 0
2.79/2.80	c #restart = 0
2.79/2.80	c BCD2: found a new core of size 3: cost of the new core is >=2
2.79/2.80	c lower bound updated to -1787
2.79/2.80	c BCD2: 1843 <= obj <= 5086
2.79/2.80	c BCD2: #cores=42, #unrelaxed=2092, #relaxed=1007, #hardened=0
2.79/2.80	c BCD2: #sat=1 #unsat=227 bias=227/228
2.79/2.80	c Solving starts ...
2.79/2.80	c ============================[ Search Statistics ]============================
2.79/2.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.80	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.80	c =============================================================================
2.79/2.80	c  0.0s |       0 |        0 |        0 |     3939      0 |      189 |      225
2.79/2.81	c  0.0s |       0 |     1079 |        0 |     3939      0 |      189 |      225
2.79/2.81	c #cpu_time = 0.007s
2.79/2.81	c #wall_clock_time = 0.007s
2.79/2.81	c #decision = 1079
2.79/2.81	c #random_decision = 0
2.79/2.81	c #conflict = 0
2.79/2.81	c #restart = 0
2.79/2.81	c BCD2: found a new core of size 2: cost of the new core is >=2
2.79/2.81	c lower bound updated to -1785
2.79/2.81	c BCD2: 1845 <= obj <= 5086
2.79/2.81	c BCD2: #cores=43, #unrelaxed=2090, #relaxed=1009, #hardened=0
2.79/2.81	c BCD2: #sat=1 #unsat=228 bias=228/229
2.79/2.82	c Solving starts ...
2.79/2.82	c ============================[ Search Statistics ]============================
2.79/2.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.82	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.82	c =============================================================================
2.79/2.82	c  0.0s |       0 |        0 |        0 |     3939      0 |      189 |      226
2.79/2.82	c  0.0s |       0 |     1079 |        0 |     3939      0 |      189 |      226
2.79/2.82	c #cpu_time = 0.007s
2.79/2.82	c #wall_clock_time = 0.007s
2.79/2.82	c #decision = 1079
2.79/2.82	c #random_decision = 0
2.79/2.82	c #conflict = 0
2.79/2.82	c #restart = 0
2.79/2.82	c BCD2: found a new core of size 3: cost of the new core is >=2
2.79/2.82	c lower bound updated to -1783
2.79/2.82	c BCD2: 1847 <= obj <= 5086
2.79/2.82	c BCD2: #cores=44, #unrelaxed=2087, #relaxed=1012, #hardened=0
2.79/2.82	c BCD2: #sat=1 #unsat=229 bias=229/230
2.79/2.82	c Solving starts ...
2.79/2.82	c ============================[ Search Statistics ]============================
2.79/2.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.82	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.82	c =============================================================================
2.79/2.82	c  0.0s |       0 |        0 |        0 |     3939      0 |      189 |      226
2.79/2.83	c  0.0s |       0 |     1078 |        0 |     3939      0 |      189 |      226
2.79/2.83	c #cpu_time = 0.007s
2.79/2.83	c #wall_clock_time = 0.007s
2.79/2.83	c #decision = 1078
2.79/2.83	c #random_decision = 0
2.79/2.83	c #conflict = 0
2.79/2.83	c #restart = 0
2.79/2.83	c BCD2: found a new core of size 3: cost of the new core is >=2
2.79/2.83	c lower bound updated to -1781
2.79/2.83	c BCD2: 1849 <= obj <= 5086
2.79/2.83	c BCD2: #cores=45, #unrelaxed=2084, #relaxed=1015, #hardened=0
2.79/2.83	c BCD2: #sat=1 #unsat=230 bias=230/231
2.79/2.83	c Solving starts ...
2.79/2.83	c ============================[ Search Statistics ]============================
2.79/2.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.83	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.83	c =============================================================================
2.79/2.83	c  0.0s |       0 |        0 |        0 |     3939      0 |      189 |      226
2.79/2.84	c  0.0s |       0 |     1077 |        0 |     3939      0 |      189 |      226
2.79/2.84	c #cpu_time = 0.007s
2.79/2.84	c #wall_clock_time = 0.007s
2.79/2.84	c #decision = 1077
2.79/2.84	c #random_decision = 0
2.79/2.84	c #conflict = 0
2.79/2.84	c #restart = 0
2.79/2.84	c BCD2: found a new core of size 6: cost of the new core is >=2
2.79/2.84	c lower bound updated to -1779
2.79/2.84	c BCD2: 1851 <= obj <= 5086
2.79/2.84	c BCD2: #cores=46, #unrelaxed=2078, #relaxed=1021, #hardened=0
2.79/2.84	c BCD2: #sat=1 #unsat=231 bias=231/232
2.79/2.84	c Solving starts ...
2.79/2.84	c ============================[ Search Statistics ]============================
2.79/2.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.84	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.84	c =============================================================================
2.79/2.84	c  0.0s |       0 |        0 |        0 |     3939      0 |      189 |      226
2.79/2.85	c  0.0s |       0 |     1078 |        0 |     3939      0 |      189 |      226
2.79/2.85	c #cpu_time = 0.007s
2.79/2.85	c #wall_clock_time = 0.007s
2.79/2.85	c #decision = 1078
2.79/2.85	c #random_decision = 0
2.79/2.85	c #conflict = 0
2.79/2.85	c #restart = 0
2.79/2.85	c BCD2: found a new core of size 5: cost of the new core is >=2
2.79/2.85	c lower bound updated to -1777
2.79/2.85	c BCD2: 1853 <= obj <= 5086
2.79/2.85	c BCD2: #cores=47, #unrelaxed=2073, #relaxed=1026, #hardened=0
2.79/2.85	c BCD2: #sat=1 #unsat=232 bias=232/233
2.79/2.85	c Solving starts ...
2.79/2.85	c ============================[ Search Statistics ]============================
2.79/2.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.85	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.85	c =============================================================================
2.79/2.85	c  0.0s |       0 |        0 |        0 |     3939      0 |      189 |      226
2.79/2.86	c  0.0s |       0 |     1097 |        1 |     3939      0 |      189 |      226
2.79/2.86	c #cpu_time = 0.008s
2.79/2.86	c #wall_clock_time = 0.008s
2.79/2.86	c #decision = 1097
2.79/2.86	c #random_decision = 0
2.79/2.86	c #conflict = 1
2.79/2.86	c #restart = 0
2.79/2.86	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 17: cost of the new core is >=8
2.79/2.86	c lower bound updated to -1775
2.79/2.86	c BCD2: 1855 <= obj <= 5086
2.79/2.86	c BCD2: #cores=47, #unrelaxed=2068, #relaxed=1031, #hardened=0
2.79/2.86	c BCD2: #sat=1 #unsat=233 bias=233/234
2.79/2.87	c Solving starts ...
2.79/2.87	c ============================[ Search Statistics ]============================
2.79/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.87	c =============================================================================
2.79/2.87	c  0.0s |       0 |        0 |        0 |     3939      0 |      190 |      226
2.79/2.87	c  0.0s |       0 |     1071 |        0 |     3939      0 |      190 |      227
2.79/2.87	c #cpu_time = 0.007s
2.79/2.87	c #wall_clock_time = 0.007s
2.79/2.87	c #decision = 1071
2.79/2.87	c #random_decision = 0
2.79/2.87	c #conflict = 0
2.79/2.87	c #restart = 0
2.79/2.87	c BCD2: found a new core of size 2: cost of the new core is >=2
2.79/2.87	c lower bound updated to -1773
2.79/2.87	c BCD2: 1857 <= obj <= 5086
2.79/2.87	c BCD2: #cores=48, #unrelaxed=2066, #relaxed=1033, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=234 bias=234/235
2.79/2.88	c Solving starts ...
2.79/2.88	c ============================[ Search Statistics ]============================
2.79/2.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.88	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.88	c =============================================================================
2.79/2.88	c  0.0s |       0 |        0 |        0 |     3939      0 |      190 |      228
2.79/2.88	c  0.0s |       0 |     1071 |        0 |     3939      0 |      190 |      228
2.79/2.88	c #cpu_time = 0.006s
2.79/2.88	c #wall_clock_time = 0.006s
2.79/2.88	c #decision = 1071
2.79/2.88	c #random_decision = 0
2.79/2.88	c #conflict = 0
2.79/2.88	c #restart = 0
2.79/2.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.79/2.88	c lower bound updated to -1771
2.79/2.88	c BCD2: 1859 <= obj <= 5086
2.79/2.88	c BCD2: #cores=48, #unrelaxed=2065, #relaxed=1034, #hardened=0
2.79/2.88	c BCD2: #sat=1 #unsat=235 bias=235/236
2.79/2.88	c Solving starts ...
2.79/2.88	c ============================[ Search Statistics ]============================
2.79/2.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.88	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.88	c =============================================================================
2.79/2.88	c  0.0s |       0 |        0 |        0 |     3939      0 |      191 |      228
2.79/2.89	c  0.0s |       0 |     1071 |        0 |     3939      0 |      191 |      229
2.79/2.89	c #cpu_time = 0.007s
2.79/2.89	c #wall_clock_time = 0.007s
2.79/2.89	c #decision = 1071
2.79/2.89	c #random_decision = 0
2.79/2.89	c #conflict = 0
2.79/2.89	c #restart = 0
2.79/2.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6
2.79/2.89	c lower bound updated to -1769
2.79/2.89	c BCD2: 1861 <= obj <= 5086
2.79/2.89	c BCD2: #cores=48, #unrelaxed=2064, #relaxed=1035, #hardened=0
2.79/2.89	c BCD2: #sat=1 #unsat=236 bias=236/237
2.79/2.89	c Solving starts ...
2.79/2.89	c ============================[ Search Statistics ]============================
2.79/2.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.89	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.89	c =============================================================================
2.79/2.89	c  0.0s |       0 |        0 |        0 |     3939      0 |      192 |      229
2.89/2.90	c  0.0s |       0 |     1071 |        0 |     3939      0 |      192 |      230
2.89/2.90	c #cpu_time = 0.006s
2.89/2.90	c #wall_clock_time = 0.006s
2.89/2.90	c #decision = 1071
2.89/2.90	c #random_decision = 0
2.89/2.90	c #conflict = 0
2.89/2.90	c #restart = 0
2.89/2.90	c BCD2: found a new core of size 3: cost of the new core is >=2
2.89/2.90	c lower bound updated to -1767
2.89/2.90	c BCD2: 1863 <= obj <= 5086
2.89/2.90	c BCD2: #cores=49, #unrelaxed=2061, #relaxed=1038, #hardened=0
2.89/2.90	c BCD2: #sat=1 #unsat=237 bias=237/238
2.89/2.90	c Solving starts ...
2.89/2.90	c ============================[ Search Statistics ]============================
2.89/2.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.90	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.90	c =============================================================================
2.89/2.90	c  0.0s |       0 |        0 |        0 |     3939      0 |      192 |      230
2.89/2.91	c  0.0s |       0 |     1070 |        0 |     3939      0 |      192 |      230
2.89/2.91	c #cpu_time = 0.007s
2.89/2.91	c #wall_clock_time = 0.007s
2.89/2.91	c #decision = 1070
2.89/2.91	c #random_decision = 0
2.89/2.91	c #conflict = 0
2.89/2.91	c #restart = 0
2.89/2.91	c BCD2: found a new core of size 3: cost of the new core is >=2
2.89/2.91	c lower bound updated to -1765
2.89/2.91	c BCD2: 1865 <= obj <= 5086
2.89/2.91	c BCD2: #cores=50, #unrelaxed=2058, #relaxed=1041, #hardened=0
2.89/2.91	c BCD2: #sat=1 #unsat=238 bias=238/239
2.89/2.91	c Solving starts ...
2.89/2.91	c ============================[ Search Statistics ]============================
2.89/2.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.91	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.91	c =============================================================================
2.89/2.91	c  0.0s |       0 |        0 |        0 |     3939      0 |      192 |      230
2.89/2.92	c  0.0s |       0 |     1069 |        0 |     3939      0 |      192 |      230
2.89/2.92	c #cpu_time = 0.007s
2.89/2.92	c #wall_clock_time = 0.007s
2.89/2.92	c #decision = 1069
2.89/2.92	c #random_decision = 0
2.89/2.92	c #conflict = 0
2.89/2.92	c #restart = 0
2.89/2.92	c BCD2: found a new core of size 3: cost of the new core is >=2
2.89/2.92	c lower bound updated to -1763
2.89/2.92	c BCD2: 1867 <= obj <= 5086
2.89/2.92	c BCD2: #cores=51, #unrelaxed=2055, #relaxed=1044, #hardened=0
2.89/2.92	c BCD2: #sat=1 #unsat=239 bias=239/240
2.89/2.92	c Solving starts ...
2.89/2.92	c ============================[ Search Statistics ]============================
2.89/2.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.92	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.92	c =============================================================================
2.89/2.92	c  0.0s |       0 |        0 |        0 |     3939      0 |      192 |      230
2.89/2.93	c  0.0s |       0 |     1068 |        0 |     3939      0 |      192 |      230
2.89/2.93	c #cpu_time = 0.007s
2.89/2.93	c #wall_clock_time = 0.007s
2.89/2.93	c #decision = 1068
2.89/2.93	c #random_decision = 0
2.89/2.93	c #conflict = 0
2.89/2.93	c #restart = 0
2.89/2.93	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.89/2.93	c BCD2: refineLB: 7 -> 8
2.89/2.93	c lower bound updated to -1761
2.89/2.93	c BCD2: 1869 <= obj <= 5086
2.89/2.93	c BCD2: #cores=51, #unrelaxed=2050, #relaxed=1049, #hardened=0
2.89/2.93	c BCD2: #sat=1 #unsat=240 bias=240/241
2.89/2.93	c Solving starts ...
2.89/2.93	c ============================[ Search Statistics ]============================
2.89/2.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.93	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.93	c =============================================================================
2.89/2.93	c  0.0s |       0 |        0 |        0 |     3939      0 |      193 |      230
2.89/2.94	c  0.0s |       0 |     1068 |        0 |     3939      0 |      193 |      231
2.89/2.94	c #cpu_time = 0.006s
2.89/2.94	c #wall_clock_time = 0.006s
2.89/2.94	c #decision = 1068
2.89/2.94	c #random_decision = 0
2.89/2.94	c #conflict = 0
2.89/2.94	c #restart = 0
2.89/2.94	c BCD2: found a new core of size 2: cost of the new core is >=2
2.89/2.94	c lower bound updated to -1759
2.89/2.94	c BCD2: 1871 <= obj <= 5086
2.89/2.94	c BCD2: #cores=52, #unrelaxed=2048, #relaxed=1051, #hardened=0
2.89/2.94	c BCD2: #sat=1 #unsat=241 bias=241/242
2.89/2.94	c Solving starts ...
2.89/2.94	c ============================[ Search Statistics ]============================
2.89/2.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.94	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.94	c =============================================================================
2.89/2.94	c  0.0s |       0 |        0 |        0 |     3939      0 |      193 |      232
2.89/2.95	c  0.0s |       0 |     1068 |        0 |     3939      0 |      193 |      232
2.89/2.95	c #cpu_time = 0.006s
2.89/2.95	c #wall_clock_time = 0.006s
2.89/2.95	c #decision = 1068
2.89/2.95	c #random_decision = 0
2.89/2.95	c #conflict = 0
2.89/2.95	c #restart = 0
2.89/2.95	c BCD2: found a new core of size 2: cost of the new core is >=2
2.89/2.95	c lower bound updated to -1757
2.89/2.95	c BCD2: 1873 <= obj <= 5086
2.89/2.95	c BCD2: #cores=53, #unrelaxed=2046, #relaxed=1053, #hardened=0
2.89/2.95	c BCD2: #sat=1 #unsat=242 bias=242/243
2.89/2.95	c Solving starts ...
2.89/2.95	c ============================[ Search Statistics ]============================
2.89/2.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.95	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.95	c =============================================================================
2.89/2.95	c  0.0s |       0 |        0 |        0 |     3939      0 |      193 |      233
2.89/2.96	c  0.0s |       0 |     1078 |        1 |     3939      0 |      193 |      233
2.89/2.96	c #cpu_time = 0.006s
2.89/2.96	c #wall_clock_time = 0.006s
2.89/2.96	c #decision = 1078
2.89/2.96	c #random_decision = 0
2.89/2.96	c #conflict = 1
2.89/2.96	c #restart = 0
2.89/2.96	c BCD2: relaxing 10 and merging with 1 cores into a new core of size 36: cost of the new core is >=15
2.89/2.96	c lower bound updated to -1755
2.89/2.96	c BCD2: 1875 <= obj <= 5086
2.89/2.96	c BCD2: #cores=53, #unrelaxed=2036, #relaxed=1063, #hardened=0
2.89/2.96	c BCD2: #sat=1 #unsat=243 bias=243/244
2.89/2.96	c Solving starts ...
2.89/2.96	c ============================[ Search Statistics ]============================
2.89/2.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.96	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.96	c =============================================================================
2.89/2.96	c  0.0s |       0 |        0 |        0 |     3939      0 |      194 |      233
2.89/2.97	c  0.0s |       0 |     1059 |        0 |     3939      0 |      194 |      234
2.89/2.97	c #cpu_time = 0.006s
2.89/2.97	c #wall_clock_time = 0.006s
2.89/2.97	c #decision = 1059
2.89/2.97	c #random_decision = 0
2.89/2.97	c #conflict = 0
2.89/2.97	c #restart = 0
2.89/2.97	c BCD2: found a new core of size 2: cost of the new core is >=2
2.89/2.97	c lower bound updated to -1753
2.89/2.97	c BCD2: 1877 <= obj <= 5086
2.89/2.97	c BCD2: #cores=54, #unrelaxed=2034, #relaxed=1065, #hardened=0
2.89/2.97	c BCD2: #sat=1 #unsat=244 bias=244/245
2.89/2.97	c Solving starts ...
2.89/2.97	c ============================[ Search Statistics ]============================
2.89/2.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.97	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.97	c =============================================================================
2.89/2.97	c  0.0s |       0 |        0 |        0 |     3939      0 |      194 |      235
2.89/2.98	c  0.0s |       0 |     1059 |        0 |     3939      0 |      194 |      235
2.89/2.98	c #cpu_time = 0.006s
2.89/2.98	c #wall_clock_time = 0.006s
2.89/2.98	c #decision = 1059
2.89/2.98	c #random_decision = 0
2.89/2.98	c #conflict = 0
2.89/2.98	c #restart = 0
2.89/2.98	c BCD2: found a new core of size 2: cost of the new core is >=2
2.89/2.98	c lower bound updated to -1751
2.89/2.98	c BCD2: 1879 <= obj <= 5086
2.89/2.98	c BCD2: #cores=55, #unrelaxed=2032, #relaxed=1067, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=245 bias=245/246
2.89/2.98	c Solving starts ...
2.89/2.98	c ============================[ Search Statistics ]============================
2.89/2.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.98	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.98	c =============================================================================
2.89/2.98	c  0.0s |       0 |        0 |        0 |     3939      0 |      194 |      236
2.89/2.99	c  0.0s |       0 |     1063 |        0 |     3939      0 |      194 |      236
2.89/2.99	c #cpu_time = 0.007s
2.89/2.99	c #wall_clock_time = 0.007s
2.89/2.99	c #decision = 1063
2.89/2.99	c #random_decision = 0
2.89/2.99	c #conflict = 0
2.89/2.99	c #restart = 0
2.89/2.99	c BCD2: found a new core of size 2: cost of the new core is >=2
2.89/2.99	c lower bound updated to -1749
2.89/2.99	c BCD2: 1881 <= obj <= 5086
2.89/2.99	c BCD2: #cores=56, #unrelaxed=2030, #relaxed=1069, #hardened=0
2.89/2.99	c BCD2: #sat=1 #unsat=246 bias=246/247
2.89/2.99	c Solving starts ...
2.89/2.99	c ============================[ Search Statistics ]============================
2.89/2.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.99	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.99	c =============================================================================
2.89/2.99	c  0.0s |       0 |        0 |        0 |     3939      0 |      194 |      237
2.99/3.00	c  0.0s |       0 |     1063 |        0 |     3939      0 |      194 |      237
2.99/3.00	c #cpu_time = 0.007s
2.99/3.00	c #wall_clock_time = 0.007s
2.99/3.00	c #decision = 1063
2.99/3.00	c #random_decision = 0
2.99/3.00	c #conflict = 0
2.99/3.00	c #restart = 0
2.99/3.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
2.99/3.00	c lower bound updated to -1747
2.99/3.00	c BCD2: 1883 <= obj <= 5086
2.99/3.00	c BCD2: #cores=56, #unrelaxed=2029, #relaxed=1070, #hardened=0
2.99/3.00	c BCD2: #sat=1 #unsat=247 bias=247/248
2.99/3.00	c Solving starts ...
2.99/3.00	c ============================[ Search Statistics ]============================
2.99/3.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.00	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.00	c =============================================================================
2.99/3.00	c  0.0s |       0 |        0 |        0 |     3939      0 |      195 |      237
2.99/3.01	c  0.0s |       0 |     1063 |        0 |     3939      0 |      195 |      238
2.99/3.01	c #cpu_time = 0.007s
2.99/3.01	c #wall_clock_time = 0.007s
2.99/3.01	c #decision = 1063
2.99/3.01	c #random_decision = 0
2.99/3.01	c #conflict = 0
2.99/3.01	c #restart = 0
2.99/3.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5
2.99/3.01	c lower bound updated to -1746
2.99/3.01	c BCD2: 1884 <= obj <= 5086
2.99/3.01	c BCD2: #cores=56, #unrelaxed=2028, #relaxed=1071, #hardened=0
2.99/3.01	c BCD2: #sat=1 #unsat=248 bias=248/249
2.99/3.01	c Solving starts ...
2.99/3.01	c ============================[ Search Statistics ]============================
2.99/3.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.01	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.01	c =============================================================================
2.99/3.01	c  0.0s |       0 |        0 |        0 |     3939      0 |      196 |      238
2.99/3.02	c  0.0s |       0 |     2059 |        2 |     3939      0 |      196 |      239
2.99/3.02	c #cpu_time = 0.007s
2.99/3.02	c #wall_clock_time = 0.007s
2.99/3.02	c #decision = 2059
2.99/3.02	c #random_decision = 0
2.99/3.02	c #conflict = 2
2.99/3.02	c #restart = 0
2.99/3.02	c BCD2: relaxing 2 and merging with 4 cores into a new core of size 17: cost of the new core is >=12
2.99/3.02	c lower bound updated to -1745
2.99/3.02	c BCD2: 1885 <= obj <= 5086
2.99/3.02	c BCD2: #cores=53, #unrelaxed=2026, #relaxed=1073, #hardened=0
2.99/3.02	c BCD2: #sat=1 #unsat=249 bias=249/250
2.99/3.02	c Solving starts ...
2.99/3.02	c ============================[ Search Statistics ]============================
2.99/3.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.02	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.02	c =============================================================================
2.99/3.02	c  0.0s |       0 |        0 |        0 |     3939      0 |      200 |      239
2.99/3.03	c  0.0s |       0 |     1058 |        0 |     3939      0 |      200 |      243
2.99/3.03	c #cpu_time = 0.007s
2.99/3.03	c #wall_clock_time = 0.007s
2.99/3.03	c #decision = 1058
2.99/3.03	c #random_decision = 0
2.99/3.03	c #conflict = 0
2.99/3.03	c #restart = 0
2.99/3.03	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 11: cost of the new core is >=4
2.99/3.03	c lower bound updated to -1743
2.99/3.03	c BCD2: 1887 <= obj <= 5086
2.99/3.03	c BCD2: #cores=53, #unrelaxed=2020, #relaxed=1079, #hardened=0
2.99/3.03	c BCD2: #sat=1 #unsat=250 bias=250/251
2.99/3.03	c Solving starts ...
2.99/3.03	c ============================[ Search Statistics ]============================
2.99/3.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.03	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.03	c =============================================================================
2.99/3.03	c  0.0s |       0 |        0 |        0 |     3939      0 |      201 |      243
2.99/3.04	c  0.0s |       0 |     1053 |        0 |     3939      0 |      201 |      244
2.99/3.04	c #cpu_time = 0.007s
2.99/3.04	c #wall_clock_time = 0.007s
2.99/3.04	c #decision = 1053
2.99/3.04	c #random_decision = 0
2.99/3.04	c #conflict = 0
2.99/3.04	c #restart = 0
2.99/3.04	c BCD2: relaxing 15 and merging with 2 cores into a new core of size 54: cost of the new core is >=16
2.99/3.04	c lower bound updated to -1742
2.99/3.04	c BCD2: 1888 <= obj <= 5086
2.99/3.04	c BCD2: #cores=52, #unrelaxed=2005, #relaxed=1094, #hardened=0
2.99/3.04	c BCD2: #sat=1 #unsat=251 bias=251/252
2.99/3.04	c Solving starts ...
2.99/3.04	c ============================[ Search Statistics ]============================
2.99/3.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.04	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.04	c =============================================================================
2.99/3.04	c  0.0s |       0 |        0 |        0 |     3939      0 |      203 |      244
2.99/3.05	c  0.0s |       0 |     1042 |        0 |     3939      0 |      203 |      246
2.99/3.05	c #cpu_time = 0.007s
2.99/3.05	c #wall_clock_time = 0.007s
2.99/3.05	c #decision = 1042
2.99/3.05	c #random_decision = 0
2.99/3.05	c #conflict = 0
2.99/3.05	c #restart = 0
2.99/3.05	c BCD2: found a new core of size 2: cost of the new core is >=2
2.99/3.05	c lower bound updated to -1740
2.99/3.05	c BCD2: 1890 <= obj <= 5086
2.99/3.05	c BCD2: #cores=53, #unrelaxed=2003, #relaxed=1096, #hardened=0
2.99/3.05	c BCD2: #sat=1 #unsat=252 bias=252/253
2.99/3.05	c Solving starts ...
2.99/3.05	c ============================[ Search Statistics ]============================
2.99/3.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.05	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.05	c =============================================================================
2.99/3.05	c  0.0s |       0 |        0 |        0 |     3939      0 |      203 |      247
2.99/3.06	c  0.0s |       0 |     1042 |        0 |     3939      0 |      203 |      247
2.99/3.06	c #cpu_time = 0.007s
2.99/3.06	c #wall_clock_time = 0.007s
2.99/3.06	c #decision = 1042
2.99/3.06	c #random_decision = 0
2.99/3.06	c #conflict = 0
2.99/3.06	c #restart = 0
2.99/3.06	c BCD2: relaxing 8 and merging with 3 cores into a new core of size 18: cost of the new core is >=8
2.99/3.06	c BCD2: refineLB: 7 -> 8
2.99/3.06	c lower bound updated to -1738
2.99/3.06	c BCD2: 1892 <= obj <= 5086
2.99/3.06	c BCD2: #cores=51, #unrelaxed=1995, #relaxed=1104, #hardened=0
2.99/3.06	c BCD2: #sat=1 #unsat=253 bias=253/254
2.99/3.06	c Solving starts ...
2.99/3.06	c ============================[ Search Statistics ]============================
2.99/3.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.06	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.06	c =============================================================================
2.99/3.06	c  0.0s |       0 |        0 |        0 |     3939      0 |      206 |      247
2.99/3.07	c  0.0s |       0 |     1039 |        2 |     3939      0 |      206 |      250
2.99/3.07	c #cpu_time = 0.008s
2.99/3.07	c #wall_clock_time = 0.008s
2.99/3.07	c #decision = 1039
2.99/3.07	c #random_decision = 0
2.99/3.07	c #conflict = 2
2.99/3.07	c #restart = 0
2.99/3.07	c BCD2: relaxing 10 and merging with 4 cores into a new core of size 40: cost of the new core is >=22
2.99/3.07	c lower bound updated to -1737
2.99/3.07	c BCD2: 1893 <= obj <= 5086
2.99/3.07	c BCD2: #cores=48, #unrelaxed=1985, #relaxed=1114, #hardened=0
2.99/3.07	c BCD2: #sat=1 #unsat=254 bias=254/255
2.99/3.07	c Solving starts ...
2.99/3.07	c ============================[ Search Statistics ]============================
2.99/3.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.07	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.07	c =============================================================================
2.99/3.07	c  0.0s |       0 |        0 |        0 |     3939      0 |      210 |      250
2.99/3.08	c  0.0s |       0 |     1025 |        1 |     3939      0 |      210 |      254
2.99/3.08	c #cpu_time = 0.007s
2.99/3.08	c #wall_clock_time = 0.007s
2.99/3.08	c #decision = 1025
2.99/3.08	c #random_decision = 0
2.99/3.08	c #conflict = 1
2.99/3.08	c #restart = 0
2.99/3.08	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 19: cost of the new core is >=12
2.99/3.08	c BCD2: refineLB: 11 -> 12
2.99/3.08	c lower bound updated to -1735
2.99/3.08	c BCD2: 1895 <= obj <= 5086
2.99/3.08	c BCD2: #cores=47, #unrelaxed=1978, #relaxed=1121, #hardened=0
2.99/3.08	c BCD2: #sat=1 #unsat=255 bias=255/256
2.99/3.08	c Solving starts ...
2.99/3.08	c ============================[ Search Statistics ]============================
2.99/3.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.08	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.08	c =============================================================================
2.99/3.08	c  0.0s |       0 |        0 |        0 |     3939      0 |      212 |      254
2.99/3.09	c  0.0s |       0 |     1022 |        0 |     3939      0 |      212 |      256
2.99/3.09	c #cpu_time = 0.006s
2.99/3.09	c #wall_clock_time = 0.006s
2.99/3.09	c #decision = 1022
2.99/3.09	c #random_decision = 0
2.99/3.09	c #conflict = 0
2.99/3.09	c #restart = 0
2.99/3.09	c BCD2: found a new core of size 3: cost of the new core is >=2
2.99/3.09	c lower bound updated to -1733
2.99/3.09	c BCD2: 1897 <= obj <= 5086
2.99/3.09	c BCD2: #cores=48, #unrelaxed=1975, #relaxed=1124, #hardened=0
2.99/3.09	c BCD2: #sat=1 #unsat=256 bias=256/257
2.99/3.09	c Solving starts ...
2.99/3.09	c ============================[ Search Statistics ]============================
2.99/3.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.09	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.09	c =============================================================================
2.99/3.09	c  0.0s |       0 |        0 |        0 |     3939      0 |      212 |      256
3.09/3.10	c  0.0s |       0 |     1031 |        1 |     3939      0 |      212 |      256
3.09/3.10	c #cpu_time = 0.007s
3.09/3.10	c #wall_clock_time = 0.007s
3.09/3.10	c #decision = 1031
3.09/3.10	c #random_decision = 0
3.09/3.10	c #conflict = 1
3.09/3.10	c #restart = 0
3.09/3.10	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 13: cost of the new core is >=6
3.09/3.10	c lower bound updated to -1731
3.09/3.10	c BCD2: 1899 <= obj <= 5086
3.09/3.10	c BCD2: #cores=48, #unrelaxed=1969, #relaxed=1130, #hardened=0
3.09/3.10	c BCD2: #sat=1 #unsat=257 bias=257/258
3.09/3.10	c Solving starts ...
3.09/3.10	c ============================[ Search Statistics ]============================
3.09/3.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.10	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.10	c =============================================================================
3.09/3.10	c  0.0s |       0 |        0 |        0 |     3939      0 |      213 |      256
3.09/3.11	c  0.0s |       0 |     1018 |        0 |     3939      0 |      213 |      257
3.09/3.11	c #cpu_time = 0.007s
3.09/3.11	c #wall_clock_time = 0.007s
3.09/3.11	c #decision = 1018
3.09/3.11	c #random_decision = 0
3.09/3.11	c #conflict = 0
3.09/3.11	c #restart = 0
3.09/3.11	c BCD2: found a new core of size 3: cost of the new core is >=2
3.09/3.11	c lower bound updated to -1729
3.09/3.11	c BCD2: 1901 <= obj <= 5086
3.09/3.11	c BCD2: #cores=49, #unrelaxed=1966, #relaxed=1133, #hardened=0
3.09/3.11	c BCD2: #sat=1 #unsat=258 bias=258/259
3.09/3.11	c Solving starts ...
3.09/3.11	c ============================[ Search Statistics ]============================
3.09/3.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.11	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.11	c =============================================================================
3.09/3.11	c  0.0s |       0 |        0 |        0 |     3939      0 |      213 |      257
3.09/3.12	c  0.0s |       0 |     1024 |        2 |     3939      0 |      213 |      257
3.09/3.12	c #cpu_time = 0.008s
3.09/3.12	c #wall_clock_time = 0.008s
3.09/3.12	c #decision = 1024
3.09/3.12	c #random_decision = 0
3.09/3.12	c #conflict = 2
3.09/3.12	c #restart = 0
3.09/3.12	c BCD2: relaxing 22 and merging with 5 cores into a new core of size 69: cost of the new core is >=23
3.09/3.12	c lower bound updated to -1728
3.09/3.12	c BCD2: 1902 <= obj <= 5086
3.09/3.12	c BCD2: #cores=45, #unrelaxed=1944, #relaxed=1155, #hardened=0
3.09/3.12	c BCD2: #sat=1 #unsat=259 bias=259/260
3.09/3.12	c Solving starts ...
3.09/3.12	c ============================[ Search Statistics ]============================
3.09/3.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.12	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.12	c =============================================================================
3.09/3.12	c  0.0s |       0 |        0 |        0 |     3939      0 |      218 |      257
3.09/3.13	c  0.0s |       0 |     1007 |        0 |     3939      0 |      218 |      262
3.09/3.13	c #cpu_time = 0.007s
3.09/3.13	c #wall_clock_time = 0.007s
3.09/3.13	c #decision = 1007
3.09/3.13	c #random_decision = 0
3.09/3.13	c #conflict = 0
3.09/3.13	c #restart = 0
3.09/3.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
3.09/3.13	c lower bound updated to -1726
3.09/3.13	c BCD2: 1904 <= obj <= 5086
3.09/3.13	c BCD2: #cores=45, #unrelaxed=1943, #relaxed=1156, #hardened=0
3.09/3.13	c BCD2: #sat=1 #unsat=260 bias=260/261
3.09/3.14	c Solving starts ...
3.09/3.14	c ============================[ Search Statistics ]============================
3.09/3.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.14	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.14	c =============================================================================
3.09/3.14	c  0.0s |       0 |        0 |        0 |     3939      0 |      219 |      262
3.09/3.14	c  0.0s |       0 |     1007 |        0 |     3939      0 |      219 |      263
3.09/3.14	c #cpu_time = 0.007s
3.09/3.14	c #wall_clock_time = 0.007s
3.09/3.14	c #decision = 1007
3.09/3.14	c #random_decision = 0
3.09/3.14	c #conflict = 0
3.09/3.14	c #restart = 0
3.09/3.14	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4
3.09/3.14	c lower bound updated to -1724
3.09/3.14	c BCD2: 1906 <= obj <= 5086
3.09/3.14	c BCD2: #cores=45, #unrelaxed=1941, #relaxed=1158, #hardened=0
3.09/3.14	c BCD2: #sat=1 #unsat=261 bias=261/262
3.09/3.14	c Solving starts ...
3.09/3.14	c ============================[ Search Statistics ]============================
3.09/3.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.14	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.14	c =============================================================================
3.09/3.14	c  0.0s |       0 |        0 |        0 |     3939      0 |      220 |      263
3.09/3.15	c  0.0s |       0 |     1007 |        0 |     3939      0 |      220 |      264
3.09/3.15	c #cpu_time = 0.007s
3.09/3.15	c #wall_clock_time = 0.007s
3.09/3.15	c #decision = 1007
3.09/3.15	c #random_decision = 0
3.09/3.15	c #conflict = 0
3.09/3.15	c #restart = 0
3.09/3.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=6
3.09/3.15	c lower bound updated to -1722
3.09/3.15	c BCD2: 1908 <= obj <= 5086
3.09/3.15	c BCD2: #cores=45, #unrelaxed=1940, #relaxed=1159, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=262 bias=262/263
3.09/3.15	c Solving starts ...
3.09/3.15	c ============================[ Search Statistics ]============================
3.09/3.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.15	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.15	c =============================================================================
3.09/3.15	c  0.0s |       0 |        0 |        0 |     3939      0 |      221 |      264
3.09/3.16	c  0.0s |       0 |     1007 |        0 |     3939      0 |      221 |      265
3.09/3.16	c #cpu_time = 0.007s
3.09/3.16	c #wall_clock_time = 0.007s
3.09/3.16	c #decision = 1007
3.09/3.16	c #random_decision = 0
3.09/3.16	c #conflict = 0
3.09/3.16	c #restart = 0
3.09/3.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
3.09/3.16	c lower bound updated to -1720
3.09/3.16	c BCD2: 1910 <= obj <= 5086
3.09/3.16	c BCD2: #cores=45, #unrelaxed=1939, #relaxed=1160, #hardened=0
3.09/3.16	c BCD2: #sat=1 #unsat=263 bias=263/264
3.09/3.16	c Solving starts ...
3.09/3.16	c ============================[ Search Statistics ]============================
3.09/3.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.16	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.16	c =============================================================================
3.09/3.16	c  0.0s |       0 |        0 |        0 |     3939      0 |      222 |      265
3.09/3.17	c  0.0s |       0 |     1022 |        0 |     3939      0 |      222 |      266
3.09/3.17	c #cpu_time = 0.007s
3.09/3.17	c #wall_clock_time = 0.007s
3.09/3.17	c #decision = 1022
3.09/3.17	c #random_decision = 0
3.09/3.17	c #conflict = 0
3.09/3.17	c #restart = 0
3.09/3.17	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 11: cost of the new core is >=11
3.09/3.17	c lower bound updated to -1719
3.09/3.17	c BCD2: 1911 <= obj <= 5086
3.09/3.17	c BCD2: #cores=44, #unrelaxed=1936, #relaxed=1163, #hardened=0
3.09/3.17	c BCD2: #sat=1 #unsat=264 bias=264/265
3.09/3.18	c Solving starts ...
3.09/3.18	c ============================[ Search Statistics ]============================
3.09/3.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.18	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.18	c =============================================================================
3.09/3.18	c  0.0s |       0 |        0 |        0 |     3939      0 |      224 |      266
3.09/3.18	c  0.0s |       0 |     1019 |        0 |     3939      0 |      224 |      268
3.09/3.18	c #cpu_time = 0.007s
3.09/3.18	c #wall_clock_time = 0.007s
3.09/3.18	c #decision = 1019
3.09/3.18	c #random_decision = 0
3.09/3.18	c #conflict = 0
3.09/3.18	c #restart = 0
3.09/3.18	c BCD2: found a new core of size 3: cost of the new core is >=2
3.09/3.18	c lower bound updated to -1717
3.09/3.18	c BCD2: 1913 <= obj <= 5086
3.09/3.18	c BCD2: #cores=45, #unrelaxed=1933, #relaxed=1166, #hardened=0
3.09/3.18	c BCD2: #sat=1 #unsat=265 bias=265/266
3.09/3.18	c Solving starts ...
3.09/3.18	c ============================[ Search Statistics ]============================
3.09/3.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.18	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.18	c =============================================================================
3.09/3.18	c  0.0s |       0 |        0 |        0 |     3939      0 |      224 |      268
3.09/3.19	c  0.0s |       0 |     1020 |        0 |     3939      0 |      224 |      268
3.09/3.19	c #cpu_time = 0.007s
3.09/3.19	c #wall_clock_time = 0.007s
3.09/3.19	c #decision = 1020
3.09/3.19	c #random_decision = 0
3.09/3.19	c #conflict = 0
3.09/3.19	c #restart = 0
3.09/3.19	c BCD2: found a new core of size 3: cost of the new core is >=2
3.09/3.19	c lower bound updated to -1715
3.09/3.19	c BCD2: 1915 <= obj <= 5086
3.09/3.19	c BCD2: #cores=46, #unrelaxed=1930, #relaxed=1169, #hardened=0
3.09/3.19	c BCD2: #sat=1 #unsat=266 bias=266/267
3.09/3.19	c Solving starts ...
3.09/3.19	c ============================[ Search Statistics ]============================
3.09/3.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.19	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.19	c =============================================================================
3.09/3.19	c  0.0s |       0 |        0 |        0 |     3939      0 |      224 |      268
3.19/3.20	c  0.0s |       0 |     1019 |        0 |     3939      0 |      224 |      268
3.19/3.20	c #cpu_time = 0.007s
3.19/3.20	c #wall_clock_time = 0.007s
3.19/3.20	c #decision = 1019
3.19/3.20	c #random_decision = 0
3.19/3.20	c #conflict = 0
3.19/3.20	c #restart = 0
3.19/3.20	c BCD2: found a new core of size 3: cost of the new core is >=2
3.19/3.20	c lower bound updated to -1713
3.19/3.20	c BCD2: 1917 <= obj <= 5086
3.19/3.20	c BCD2: #cores=47, #unrelaxed=1927, #relaxed=1172, #hardened=0
3.19/3.20	c BCD2: #sat=1 #unsat=267 bias=267/268
3.19/3.20	c Solving starts ...
3.19/3.20	c ============================[ Search Statistics ]============================
3.19/3.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.20	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.20	c =============================================================================
3.19/3.20	c  0.0s |       0 |        0 |        0 |     3939      0 |      224 |      268
3.19/3.21	c  0.0s |       0 |     1018 |        0 |     3939      0 |      224 |      268
3.19/3.21	c #cpu_time = 0.007s
3.19/3.21	c #wall_clock_time = 0.007s
3.19/3.21	c #decision = 1018
3.19/3.21	c #random_decision = 0
3.19/3.21	c #conflict = 0
3.19/3.21	c #restart = 0
3.19/3.21	c BCD2: found a new core of size 4: cost of the new core is >=2
3.19/3.21	c lower bound updated to -1711
3.19/3.21	c BCD2: 1919 <= obj <= 5086
3.19/3.21	c BCD2: #cores=48, #unrelaxed=1923, #relaxed=1176, #hardened=0
3.19/3.21	c BCD2: #sat=1 #unsat=268 bias=268/269
3.19/3.21	c Solving starts ...
3.19/3.21	c ============================[ Search Statistics ]============================
3.19/3.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.21	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.21	c =============================================================================
3.19/3.22	c  0.0s |       0 |        0 |        0 |     3939      0 |      224 |      268
3.19/3.22	c  0.0s |       0 |     1016 |        0 |     3939      0 |      224 |      268
3.19/3.22	c #cpu_time = 0.007s
3.19/3.22	c #wall_clock_time = 0.007s
3.19/3.22	c #decision = 1016
3.19/3.22	c #random_decision = 0
3.19/3.22	c #conflict = 0
3.19/3.22	c #restart = 0
3.19/3.22	c BCD2: found a new core of size 3: cost of the new core is >=2
3.19/3.22	c lower bound updated to -1709
3.19/3.22	c BCD2: 1921 <= obj <= 5086
3.19/3.22	c BCD2: #cores=49, #unrelaxed=1920, #relaxed=1179, #hardened=0
3.19/3.22	c BCD2: #sat=1 #unsat=269 bias=269/270
3.19/3.22	c Solving starts ...
3.19/3.22	c ============================[ Search Statistics ]============================
3.19/3.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.22	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.22	c =============================================================================
3.19/3.22	c  0.0s |       0 |        0 |        0 |     3939      0 |      224 |      268
3.19/3.23	c  0.0s |       0 |     1018 |        1 |     3939      0 |      224 |      268
3.19/3.23	c #cpu_time = 0.007s
3.19/3.23	c #wall_clock_time = 0.007s
3.19/3.23	c #decision = 1018
3.19/3.23	c #random_decision = 0
3.19/3.23	c #conflict = 1
3.19/3.23	c #restart = 0
3.19/3.23	c BCD2: relaxing 15 and merging with 2 cores into a new core of size 36: cost of the new core is >=12
3.19/3.23	c lower bound updated to -1707
3.19/3.23	c BCD2: 1923 <= obj <= 5086
3.19/3.23	c BCD2: #cores=48, #unrelaxed=1905, #relaxed=1194, #hardened=0
3.19/3.23	c BCD2: #sat=1 #unsat=270 bias=270/271
3.19/3.23	c Solving starts ...
3.19/3.23	c ============================[ Search Statistics ]============================
3.19/3.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.23	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.23	c =============================================================================
3.19/3.23	c  0.0s |       0 |        0 |        0 |     3939      0 |      226 |      268
3.19/3.24	c  0.0s |       0 |     1008 |        1 |     3939      0 |      226 |      270
3.19/3.24	c #cpu_time = 0.007s
3.19/3.24	c #wall_clock_time = 0.007s
3.19/3.24	c #decision = 1008
3.19/3.24	c #random_decision = 0
3.19/3.24	c #conflict = 1
3.19/3.24	c #restart = 0
3.19/3.24	c BCD2: relaxing 14 and merging with 3 cores into a new core of size 23: cost of the new core is >=8
3.19/3.24	c BCD2: refineLB: 7 -> 8
3.19/3.24	c lower bound updated to -1705
3.19/3.24	c BCD2: 1925 <= obj <= 5086
3.19/3.24	c BCD2: #cores=46, #unrelaxed=1891, #relaxed=1208, #hardened=0
3.19/3.24	c BCD2: #sat=1 #unsat=271 bias=271/272
3.19/3.24	c Solving starts ...
3.19/3.24	c ============================[ Search Statistics ]============================
3.19/3.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.24	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.24	c =============================================================================
3.19/3.24	c  0.0s |       0 |        0 |        0 |     3939      0 |      229 |      270
3.19/3.25	c  0.0s |       0 |      993 |        0 |     3939      0 |      229 |      273
3.19/3.25	c #cpu_time = 0.006s
3.19/3.25	c #wall_clock_time = 0.006s
3.19/3.25	c #decision = 993
3.19/3.25	c #random_decision = 0
3.19/3.25	c #conflict = 0
3.19/3.25	c #restart = 0
3.19/3.25	c BCD2: found a new core of size 2: cost of the new core is >=2
3.19/3.25	c lower bound updated to -1703
3.19/3.26	c BCD2: 1927 <= obj <= 5086
3.19/3.26	c BCD2: #cores=47, #unrelaxed=1889, #relaxed=1210, #hardened=0
3.19/3.26	c BCD2: #sat=1 #unsat=272 bias=272/273
3.19/3.26	c Solving starts ...
3.19/3.26	c ============================[ Search Statistics ]============================
3.19/3.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.26	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.26	c =============================================================================
3.19/3.26	c  0.0s |       0 |        0 |        0 |     3939      0 |      229 |      274
3.19/3.26	c  0.0s |       0 |      993 |        0 |     3939      0 |      229 |      274
3.19/3.26	c #cpu_time = 0.006s
3.19/3.26	c #wall_clock_time = 0.006s
3.19/3.26	c #decision = 993
3.19/3.26	c #random_decision = 0
3.19/3.26	c #conflict = 0
3.19/3.26	c #restart = 0
3.19/3.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
3.19/3.26	c lower bound updated to -1701
3.19/3.26	c BCD2: 1929 <= obj <= 5086
3.19/3.26	c BCD2: #cores=47, #unrelaxed=1888, #relaxed=1211, #hardened=0
3.19/3.26	c BCD2: #sat=1 #unsat=273 bias=273/274
3.19/3.26	c Solving starts ...
3.19/3.26	c ============================[ Search Statistics ]============================
3.19/3.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.26	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.26	c =============================================================================
3.19/3.26	c  0.0s |       0 |        0 |        0 |     3939      0 |      230 |      274
3.19/3.27	c  0.0s |       0 |      993 |        0 |     3939      0 |      230 |      275
3.19/3.27	c #cpu_time = 0.006s
3.19/3.27	c #wall_clock_time = 0.006s
3.19/3.27	c #decision = 993
3.19/3.27	c #random_decision = 0
3.19/3.27	c #conflict = 0
3.19/3.27	c #restart = 0
3.19/3.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6
3.19/3.27	c lower bound updated to -1699
3.19/3.27	c BCD2: 1931 <= obj <= 5086
3.19/3.27	c BCD2: #cores=47, #unrelaxed=1887, #relaxed=1212, #hardened=0
3.19/3.27	c BCD2: #sat=1 #unsat=274 bias=274/275
3.19/3.27	c Solving starts ...
3.19/3.27	c ============================[ Search Statistics ]============================
3.19/3.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.27	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.27	c =============================================================================
3.19/3.27	c  0.0s |       0 |        0 |        0 |     3939      0 |      231 |      275
3.19/3.28	c  0.0s |       0 |      993 |        0 |     3939      0 |      231 |      276
3.19/3.28	c #cpu_time = 0.006s
3.19/3.28	c #wall_clock_time = 0.006s
3.19/3.28	c #decision = 993
3.19/3.28	c #random_decision = 0
3.19/3.28	c #conflict = 0
3.19/3.28	c #restart = 0
3.19/3.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=7
3.19/3.28	c lower bound updated to -1698
3.19/3.28	c BCD2: 1932 <= obj <= 5086
3.19/3.28	c BCD2: #cores=47, #unrelaxed=1886, #relaxed=1213, #hardened=0
3.19/3.28	c BCD2: #sat=1 #unsat=275 bias=275/276
3.19/3.28	c Solving starts ...
3.19/3.28	c ============================[ Search Statistics ]============================
3.19/3.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.28	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.28	c =============================================================================
3.19/3.28	c  0.0s |       0 |        0 |        0 |     3939      0 |      232 |      276
3.19/3.29	c  0.0s |       0 |     1883 |        1 |     3939      0 |      232 |      277
3.19/3.29	c #cpu_time = 0.008s
3.19/3.29	c #wall_clock_time = 0.008s
3.19/3.29	c #decision = 1883
3.19/3.29	c #random_decision = 0
3.19/3.29	c #conflict = 1
3.19/3.29	c #restart = 0
3.19/3.29	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=8
3.19/3.29	c lower bound updated to -1697
3.19/3.29	c BCD2: 1933 <= obj <= 5086
3.19/3.29	c BCD2: #cores=47, #unrelaxed=1884, #relaxed=1215, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=276 bias=276/277
3.19/3.29	c Solving starts ...
3.19/3.29	c ============================[ Search Statistics ]============================
3.19/3.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.29	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.29	c =============================================================================
3.19/3.29	c  0.0s |       0 |        0 |        0 |     3939      0 |      233 |      277
3.19/3.30	c  0.0s |       0 |      991 |        0 |     3939      0 |      233 |      278
3.19/3.30	c #cpu_time = 0.006s
3.19/3.30	c #wall_clock_time = 0.006s
3.19/3.30	c #decision = 991
3.19/3.30	c #random_decision = 0
3.19/3.30	c #conflict = 0
3.19/3.30	c #restart = 0
3.19/3.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6
3.19/3.30	c lower bound updated to -1695
3.19/3.30	c BCD2: 1935 <= obj <= 5086
3.19/3.30	c BCD2: #cores=47, #unrelaxed=1883, #relaxed=1216, #hardened=0
3.19/3.30	c BCD2: #sat=1 #unsat=277 bias=277/278
3.29/3.30	c Solving starts ...
3.29/3.30	c ============================[ Search Statistics ]============================
3.29/3.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.30	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.30	c =============================================================================
3.29/3.30	c  0.0s |       0 |        0 |        0 |     3939      0 |      234 |      278
3.29/3.31	c  0.0s |       0 |      991 |        0 |     3939      0 |      234 |      279
3.29/3.31	c #cpu_time = 0.006s
3.29/3.31	c #wall_clock_time = 0.006s
3.29/3.31	c #decision = 991
3.29/3.31	c #random_decision = 0
3.29/3.31	c #conflict = 0
3.29/3.31	c #restart = 0
3.29/3.31	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 13: cost of the new core is >=15
3.29/3.31	c lower bound updated to -1694
3.29/3.31	c BCD2: 1936 <= obj <= 5086
3.29/3.31	c BCD2: #cores=46, #unrelaxed=1881, #relaxed=1218, #hardened=0
3.29/3.31	c BCD2: #sat=1 #unsat=278 bias=278/279
3.29/3.31	c Solving starts ...
3.29/3.31	c ============================[ Search Statistics ]============================
3.29/3.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.31	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.31	c =============================================================================
3.29/3.31	c  0.0s |       0 |        0 |        0 |     3939      0 |      236 |      279
3.29/3.32	c  0.0s |       0 |     1019 |        4 |     3939      0 |      236 |      281
3.29/3.32	c #cpu_time = 0.009s
3.29/3.32	c #wall_clock_time = 0.009s
3.29/3.32	c #decision = 1019
3.29/3.32	c #random_decision = 0
3.29/3.32	c #conflict = 4
3.29/3.32	c #restart = 0
3.29/3.32	c BCD2: relaxing 20 and merging with 5 cores into a new core of size 88: cost of the new core is >=40
3.29/3.32	c lower bound updated to -1693
3.29/3.32	c BCD2: 1937 <= obj <= 5086
3.29/3.32	c BCD2: #cores=42, #unrelaxed=1861, #relaxed=1238, #hardened=0
3.29/3.32	c BCD2: #sat=1 #unsat=279 bias=279/280
3.29/3.32	c Solving starts ...
3.29/3.32	c ============================[ Search Statistics ]============================
3.29/3.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.32	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.32	c =============================================================================
3.29/3.32	c  0.0s |       0 |        0 |        0 |     3939      0 |      241 |      281
3.29/3.33	c  0.0s |       0 |      999 |        1 |     3939      0 |      241 |      286
3.29/3.33	c #cpu_time = 0.007s
3.29/3.33	c #wall_clock_time = 0.007s
3.29/3.33	c #decision = 999
3.29/3.33	c #random_decision = 0
3.29/3.33	c #conflict = 1
3.29/3.33	c #restart = 0
3.29/3.33	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=4
3.29/3.33	c BCD2: refineLB: 3 -> 4
3.29/3.33	c lower bound updated to -1691
3.29/3.33	c BCD2: 1939 <= obj <= 5086
3.29/3.33	c BCD2: #cores=42, #unrelaxed=1858, #relaxed=1241, #hardened=0
3.29/3.33	c BCD2: #sat=1 #unsat=280 bias=280/281
3.29/3.33	c Solving starts ...
3.29/3.33	c ============================[ Search Statistics ]============================
3.29/3.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.33	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.33	c =============================================================================
3.29/3.33	c  0.0s |       0 |        0 |        0 |     3939      0 |      242 |      286
3.29/3.34	c  0.0s |       0 |      990 |        2 |     3939      0 |      242 |      287
3.29/3.34	c #cpu_time = 0.007s
3.29/3.34	c #wall_clock_time = 0.007s
3.29/3.34	c #decision = 990
3.29/3.34	c #random_decision = 0
3.29/3.34	c #conflict = 2
3.29/3.34	c #restart = 0
3.29/3.34	c BCD2: relaxing 9 and merging with 2 cores into a new core of size 29: cost of the new core is >=15
3.29/3.34	c lower bound updated to -1690
3.29/3.34	c BCD2: 1940 <= obj <= 5086
3.29/3.34	c BCD2: #cores=41, #unrelaxed=1849, #relaxed=1250, #hardened=0
3.29/3.34	c BCD2: #sat=1 #unsat=281 bias=281/282
3.29/3.34	c Solving starts ...
3.29/3.34	c ============================[ Search Statistics ]============================
3.29/3.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.34	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.34	c =============================================================================
3.29/3.34	c  0.0s |       0 |        0 |        0 |     3939      0 |      244 |      287
3.29/3.35	c  0.0s |       0 |      986 |        0 |     3939      0 |      244 |      289
3.29/3.35	c #cpu_time = 0.007s
3.29/3.35	c #wall_clock_time = 0.007s
3.29/3.35	c #decision = 986
3.29/3.35	c #random_decision = 0
3.29/3.35	c #conflict = 0
3.29/3.35	c #restart = 0
3.29/3.35	c BCD2: found a new core of size 3: cost of the new core is >=2
3.29/3.35	c lower bound updated to -1688
3.29/3.35	c BCD2: 1942 <= obj <= 5086
3.29/3.35	c BCD2: #cores=42, #unrelaxed=1846, #relaxed=1253, #hardened=0
3.29/3.35	c BCD2: #sat=1 #unsat=282 bias=282/283
3.29/3.35	c Solving starts ...
3.29/3.35	c ============================[ Search Statistics ]============================
3.29/3.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.35	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.35	c =============================================================================
3.29/3.35	c  0.0s |       0 |        0 |        0 |     3939      0 |      244 |      289
3.29/3.36	c  0.0s |       0 |     1005 |        1 |     3939      0 |      244 |      289
3.29/3.36	c #cpu_time = 0.007s
3.29/3.36	c #wall_clock_time = 0.007s
3.29/3.36	c #decision = 1005
3.29/3.36	c #random_decision = 0
3.29/3.36	c #conflict = 1
3.29/3.36	c #restart = 0
3.29/3.36	c BCD2: relaxing 6 and merging with 2 cores into a new core of size 20: cost of the new core is >=14
3.29/3.36	c lower bound updated to -1687
3.29/3.36	c BCD2: 1943 <= obj <= 5086
3.29/3.36	c BCD2: #cores=41, #unrelaxed=1840, #relaxed=1259, #hardened=0
3.29/3.36	c BCD2: #sat=1 #unsat=283 bias=283/284
3.29/3.36	c Solving starts ...
3.29/3.36	c ============================[ Search Statistics ]============================
3.29/3.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.36	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.36	c =============================================================================
3.29/3.36	c  0.0s |       0 |        0 |        0 |     3939      0 |      246 |      289
3.29/3.37	c  0.0s |       0 |      989 |        0 |     3939      0 |      246 |      291
3.29/3.37	c #cpu_time = 0.007s
3.29/3.37	c #wall_clock_time = 0.007s
3.29/3.37	c #decision = 989
3.29/3.37	c #random_decision = 0
3.29/3.37	c #conflict = 0
3.29/3.37	c #restart = 0
3.29/3.37	c BCD2: found a new core of size 2: cost of the new core is >=2
3.29/3.37	c lower bound updated to -1685
3.29/3.37	c BCD2: 1945 <= obj <= 5086
3.29/3.37	c BCD2: #cores=42, #unrelaxed=1838, #relaxed=1261, #hardened=0
3.29/3.37	c BCD2: #sat=1 #unsat=284 bias=284/285
3.29/3.38	c Solving starts ...
3.29/3.38	c ============================[ Search Statistics ]============================
3.29/3.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.38	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.38	c =============================================================================
3.29/3.38	c  0.0s |       0 |        0 |        0 |     3939      0 |      246 |      292
3.29/3.38	c  0.0s |       0 |      989 |        0 |     3939      0 |      246 |      292
3.29/3.38	c #cpu_time = 0.006s
3.29/3.38	c #wall_clock_time = 0.006s
3.29/3.38	c #decision = 989
3.29/3.38	c #random_decision = 0
3.29/3.38	c #conflict = 0
3.29/3.38	c #restart = 0
3.29/3.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=3
3.29/3.38	c lower bound updated to -1684
3.29/3.38	c BCD2: 1946 <= obj <= 5086
3.29/3.38	c BCD2: #cores=42, #unrelaxed=1837, #relaxed=1262, #hardened=0
3.29/3.38	c BCD2: #sat=1 #unsat=285 bias=285/286
3.29/3.38	c Solving starts ...
3.29/3.38	c ============================[ Search Statistics ]============================
3.29/3.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.38	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.38	c =============================================================================
3.29/3.38	c  0.0s |       0 |        0 |        0 |     3939      0 |      247 |      292
3.29/3.39	c  0.0s |       0 |     1844 |        1 |     3939      0 |      247 |      293
3.29/3.39	c #cpu_time = 0.007s
3.29/3.39	c #wall_clock_time = 0.007s
3.29/3.39	c #decision = 1844
3.29/3.39	c #random_decision = 0
3.29/3.39	c #conflict = 1
3.29/3.39	c #restart = 0
3.29/3.39	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
3.29/3.39	c lower bound updated to -1683
3.29/3.39	c BCD2: 1947 <= obj <= 5086
3.29/3.39	c BCD2: #cores=42, #unrelaxed=1835, #relaxed=1264, #hardened=0
3.29/3.39	c BCD2: #sat=1 #unsat=286 bias=286/287
3.29/3.39	c Solving starts ...
3.29/3.39	c ============================[ Search Statistics ]============================
3.29/3.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.39	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.39	c =============================================================================
3.29/3.39	c  0.0s |       0 |        0 |        0 |     3939      0 |      248 |      293
3.29/3.40	c  0.0s |       0 |      993 |        0 |     3939      0 |      248 |      294
3.29/3.40	c #cpu_time = 0.007s
3.29/3.40	c #wall_clock_time = 0.007s
3.29/3.40	c #decision = 993
3.29/3.40	c #random_decision = 0
3.29/3.40	c #conflict = 0
3.29/3.40	c #restart = 0
3.29/3.40	c BCD2: found a new core of size 3: cost of the new core is >=2
3.29/3.40	c lower bound updated to -1681
3.40/3.40	c BCD2: 1949 <= obj <= 5086
3.40/3.40	c BCD2: #cores=43, #unrelaxed=1832, #relaxed=1267, #hardened=0
3.40/3.40	c BCD2: #sat=1 #unsat=287 bias=287/288
3.40/3.40	c Solving starts ...
3.40/3.40	c ============================[ Search Statistics ]============================
3.40/3.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.40	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.40	c =============================================================================
3.40/3.40	c  0.0s |       0 |        0 |        0 |     3939      0 |      248 |      294
3.40/3.41	c  0.0s |       0 |     1004 |        0 |     3939      0 |      248 |      294
3.40/3.41	c #cpu_time = 0.007s
3.40/3.41	c #wall_clock_time = 0.007s
3.40/3.41	c #decision = 1004
3.40/3.41	c #random_decision = 0
3.40/3.41	c #conflict = 0
3.40/3.41	c #restart = 0
3.40/3.41	c BCD2: found a new core of size 3: cost of the new core is >=2
3.40/3.41	c lower bound updated to -1679
3.40/3.41	c BCD2: 1951 <= obj <= 5086
3.40/3.41	c BCD2: #cores=44, #unrelaxed=1829, #relaxed=1270, #hardened=0
3.40/3.41	c BCD2: #sat=1 #unsat=288 bias=288/289
3.40/3.42	c Solving starts ...
3.40/3.42	c ============================[ Search Statistics ]============================
3.40/3.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.42	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.42	c =============================================================================
3.40/3.42	c  0.0s |       0 |        0 |        0 |     3939      0 |      248 |      294
3.40/3.42	c  0.0s |       0 |     1015 |        0 |     3939      0 |      248 |      294
3.40/3.42	c #cpu_time = 0.007s
3.40/3.42	c #wall_clock_time = 0.007s
3.40/3.42	c #decision = 1015
3.40/3.42	c #random_decision = 0
3.40/3.42	c #conflict = 0
3.40/3.42	c #restart = 0
3.40/3.42	c BCD2: found a new core of size 3: cost of the new core is >=2
3.40/3.42	c lower bound updated to -1677
3.40/3.42	c BCD2: 1953 <= obj <= 5086
3.40/3.42	c BCD2: #cores=45, #unrelaxed=1826, #relaxed=1273, #hardened=0
3.40/3.42	c BCD2: #sat=1 #unsat=289 bias=289/290
3.40/3.42	c Solving starts ...
3.40/3.42	c ============================[ Search Statistics ]============================
3.40/3.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.42	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.42	c =============================================================================
3.40/3.42	c  0.0s |       0 |        0 |        0 |     3939      0 |      248 |      294
3.40/3.43	c  0.0s |       0 |     1014 |        0 |     3939      0 |      248 |      294
3.40/3.43	c #cpu_time = 0.007s
3.40/3.43	c #wall_clock_time = 0.007s
3.40/3.43	c #decision = 1014
3.40/3.43	c #random_decision = 0
3.40/3.43	c #conflict = 0
3.40/3.43	c #restart = 0
3.40/3.43	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
3.40/3.43	c BCD2: refineLB: 3 -> 4
3.40/3.43	c lower bound updated to -1675
3.40/3.43	c BCD2: 1955 <= obj <= 5086
3.40/3.43	c BCD2: #cores=45, #unrelaxed=1822, #relaxed=1277, #hardened=0
3.40/3.43	c BCD2: #sat=1 #unsat=290 bias=290/291
3.40/3.43	c Solving starts ...
3.40/3.43	c ============================[ Search Statistics ]============================
3.40/3.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.43	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.43	c =============================================================================
3.40/3.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      249 |      294
3.40/3.44	c  0.0s |       0 |     1011 |        0 |     3939      0 |      249 |      295
3.40/3.44	c #cpu_time = 0.007s
3.40/3.44	c #wall_clock_time = 0.007s
3.40/3.44	c #decision = 1011
3.40/3.44	c #random_decision = 0
3.40/3.44	c #conflict = 0
3.40/3.44	c #restart = 0
3.40/3.44	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
3.40/3.44	c BCD2: refineLB: 3 -> 4
3.40/3.44	c lower bound updated to -1673
3.40/3.44	c BCD2: 1957 <= obj <= 5086
3.40/3.44	c BCD2: #cores=45, #unrelaxed=1818, #relaxed=1281, #hardened=0
3.40/3.44	c BCD2: #sat=1 #unsat=291 bias=291/292
3.40/3.44	c Solving starts ...
3.40/3.44	c ============================[ Search Statistics ]============================
3.40/3.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.44	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.44	c =============================================================================
3.40/3.44	c  0.0s |       0 |        0 |        0 |     3939      0 |      250 |      295
3.40/3.45	c  0.0s |       0 |     1008 |        0 |     3939      0 |      250 |      296
3.40/3.45	c #cpu_time = 0.007s
3.40/3.45	c #wall_clock_time = 0.007s
3.40/3.45	c #decision = 1008
3.40/3.45	c #random_decision = 0
3.40/3.45	c #conflict = 0
3.40/3.45	c #restart = 0
3.40/3.45	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 11: cost of the new core is >=6
3.40/3.45	c lower bound updated to -1671
3.40/3.45	c BCD2: 1959 <= obj <= 5086
3.40/3.45	c BCD2: #cores=45, #unrelaxed=1814, #relaxed=1285, #hardened=0
3.40/3.45	c BCD2: #sat=1 #unsat=292 bias=292/293
3.40/3.46	c Solving starts ...
3.40/3.46	c ============================[ Search Statistics ]============================
3.40/3.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.46	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.46	c =============================================================================
3.40/3.46	c  0.0s |       0 |        0 |        0 |     3939      0 |      251 |      296
3.40/3.46	c  0.0s |       0 |     1005 |        0 |     3939      0 |      251 |      297
3.40/3.46	c #cpu_time = 0.007s
3.40/3.46	c #wall_clock_time = 0.007s
3.40/3.46	c #decision = 1005
3.40/3.46	c #random_decision = 0
3.40/3.46	c #conflict = 0
3.40/3.46	c #restart = 0
3.40/3.46	c BCD2: found a new core of size 3: cost of the new core is >=2
3.40/3.46	c lower bound updated to -1669
3.40/3.46	c BCD2: 1961 <= obj <= 5086
3.40/3.46	c BCD2: #cores=46, #unrelaxed=1811, #relaxed=1288, #hardened=0
3.40/3.46	c BCD2: #sat=1 #unsat=293 bias=293/294
3.40/3.46	c Solving starts ...
3.40/3.46	c ============================[ Search Statistics ]============================
3.40/3.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.46	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.46	c =============================================================================
3.40/3.46	c  0.0s |       0 |        0 |        0 |     3939      0 |      251 |      297
3.40/3.47	c  0.0s |       0 |     1015 |        0 |     3939      0 |      251 |      297
3.40/3.47	c #cpu_time = 0.007s
3.40/3.47	c #wall_clock_time = 0.007s
3.40/3.47	c #decision = 1015
3.40/3.47	c #random_decision = 0
3.40/3.47	c #conflict = 0
3.40/3.47	c #restart = 0
3.40/3.47	c BCD2: found a new core of size 3: cost of the new core is >=2
3.40/3.47	c lower bound updated to -1667
3.40/3.47	c BCD2: 1963 <= obj <= 5086
3.40/3.47	c BCD2: #cores=47, #unrelaxed=1808, #relaxed=1291, #hardened=0
3.40/3.47	c BCD2: #sat=1 #unsat=294 bias=294/295
3.40/3.47	c Solving starts ...
3.40/3.47	c ============================[ Search Statistics ]============================
3.40/3.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.47	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.47	c =============================================================================
3.40/3.47	c  0.0s |       0 |        0 |        0 |     3939      0 |      251 |      297
3.40/3.48	c  0.0s |       0 |     1065 |        4 |     3939      0 |      251 |      297
3.40/3.48	c #cpu_time = 0.009s
3.40/3.48	c #wall_clock_time = 0.009s
3.40/3.48	c #decision = 1065
3.40/3.48	c #random_decision = 0
3.40/3.48	c #conflict = 4
3.40/3.48	c #restart = 0
3.40/3.48	c BCD2: relaxing 37 and merging with 3 cores into a new core of size 119: cost of the new core is >=47
3.40/3.48	c lower bound updated to -1666
3.40/3.49	c BCD2: 1964 <= obj <= 5086
3.40/3.49	c BCD2: #cores=45, #unrelaxed=1771, #relaxed=1328, #hardened=0
3.40/3.49	c BCD2: #sat=1 #unsat=295 bias=295/296
3.40/3.49	c Solving starts ...
3.40/3.49	c ============================[ Search Statistics ]============================
3.40/3.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.49	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.49	c =============================================================================
3.40/3.49	c  0.0s |       0 |        0 |        0 |     3939      0 |      254 |      297
3.40/3.50	c  0.0s |       0 |      980 |        1 |     3939      0 |      254 |      300
3.40/3.50	c #cpu_time = 0.008s
3.40/3.50	c #wall_clock_time = 0.008s
3.40/3.50	c #decision = 980
3.49/3.50	c #random_decision = 0
3.49/3.50	c #conflict = 1
3.49/3.50	c #restart = 0
3.49/3.50	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 15: cost of the new core is >=6
3.49/3.50	c BCD2: refineLB: 5 -> 6
3.49/3.50	c lower bound updated to -1664
3.49/3.50	c BCD2: 1966 <= obj <= 5086
3.49/3.50	c BCD2: #cores=45, #unrelaxed=1763, #relaxed=1336, #hardened=0
3.49/3.50	c BCD2: #sat=1 #unsat=296 bias=296/297
3.49/3.50	c Solving starts ...
3.49/3.50	c ============================[ Search Statistics ]============================
3.49/3.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.50	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.50	c =============================================================================
3.49/3.50	c  0.0s |       0 |        0 |        0 |     3939      0 |      255 |      300
3.49/3.51	c  0.0s |       0 |      971 |        0 |     3939      0 |      255 |      301
3.49/3.51	c #cpu_time = 0.006s
3.49/3.51	c #wall_clock_time = 0.006s
3.49/3.51	c #decision = 971
3.49/3.51	c #random_decision = 0
3.49/3.51	c #conflict = 0
3.49/3.51	c #restart = 0
3.49/3.51	c BCD2: found a new core of size 3: cost of the new core is >=2
3.49/3.51	c lower bound updated to -1662
3.49/3.51	c BCD2: 1968 <= obj <= 5086
3.49/3.51	c BCD2: #cores=46, #unrelaxed=1760, #relaxed=1339, #hardened=0
3.49/3.51	c BCD2: #sat=1 #unsat=297 bias=297/298
3.49/3.51	c Solving starts ...
3.49/3.51	c ============================[ Search Statistics ]============================
3.49/3.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.51	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.51	c =============================================================================
3.49/3.51	c  0.0s |       0 |        0 |        0 |     3939      0 |      255 |      301
3.49/3.52	c  0.0s |       0 |      970 |        0 |     3939      0 |      255 |      301
3.49/3.52	c #cpu_time = 0.007s
3.49/3.52	c #wall_clock_time = 0.007s
3.49/3.52	c #decision = 970
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: found a new core of size 4: cost of the new core is >=2
3.49/3.52	c lower bound updated to -1660
3.49/3.52	c BCD2: 1970 <= obj <= 5086
3.49/3.52	c BCD2: #cores=47, #unrelaxed=1756, #relaxed=1343, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=298 bias=298/299
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |     3939      0 |      255 |      301
3.49/3.53	c  0.0s |       0 |      971 |        0 |     3939      0 |      255 |      301
3.49/3.53	c #cpu_time = 0.007s
3.49/3.53	c #wall_clock_time = 0.007s
3.49/3.53	c #decision = 971
3.49/3.53	c #random_decision = 0
3.49/3.53	c #conflict = 0
3.49/3.53	c #restart = 0
3.49/3.53	c BCD2: found a new core of size 3: cost of the new core is >=2
3.49/3.53	c lower bound updated to -1658
3.49/3.53	c BCD2: 1972 <= obj <= 5086
3.49/3.53	c BCD2: #cores=48, #unrelaxed=1753, #relaxed=1346, #hardened=0
3.49/3.53	c BCD2: #sat=1 #unsat=299 bias=299/300
3.49/3.53	c Solving starts ...
3.49/3.53	c ============================[ Search Statistics ]============================
3.49/3.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.53	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.53	c =============================================================================
3.49/3.53	c  0.0s |       0 |        0 |        0 |     3939      0 |      255 |      301
3.49/3.54	c  0.0s |       0 |      970 |        0 |     3939      0 |      255 |      301
3.49/3.54	c #cpu_time = 0.007s
3.49/3.54	c #wall_clock_time = 0.007s
3.49/3.54	c #decision = 970
3.49/3.54	c #random_decision = 0
3.49/3.54	c #conflict = 0
3.49/3.54	c #restart = 0
3.49/3.54	c BCD2: found a new core of size 3: cost of the new core is >=2
3.49/3.54	c lower bound updated to -1656
3.49/3.54	c BCD2: 1974 <= obj <= 5086
3.49/3.54	c BCD2: #cores=49, #unrelaxed=1750, #relaxed=1349, #hardened=0
3.49/3.54	c BCD2: #sat=1 #unsat=300 bias=300/301
3.49/3.54	c Solving starts ...
3.49/3.54	c ============================[ Search Statistics ]============================
3.49/3.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.54	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.54	c =============================================================================
3.49/3.54	c  0.0s |       0 |        0 |        0 |     3939      0 |      255 |      301
3.49/3.55	c  0.0s |       0 |      970 |        0 |     3939      0 |      255 |      301
3.49/3.55	c #cpu_time = 0.007s
3.49/3.55	c #wall_clock_time = 0.007s
3.49/3.55	c #decision = 970
3.49/3.55	c #random_decision = 0
3.49/3.55	c #conflict = 0
3.49/3.55	c #restart = 0
3.49/3.55	c BCD2: found a new core of size 6: cost of the new core is >=1
3.49/3.55	c lower bound updated to -1655
3.49/3.55	c BCD2: 1975 <= obj <= 5086
3.49/3.55	c BCD2: #cores=50, #unrelaxed=1744, #relaxed=1355, #hardened=0
3.49/3.55	c BCD2: #sat=1 #unsat=301 bias=301/302
3.49/3.55	c Solving starts ...
3.49/3.55	c ============================[ Search Statistics ]============================
3.49/3.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.55	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.55	c =============================================================================
3.49/3.55	c  0.0s |       0 |        0 |        0 |     3939      0 |      255 |      301
3.49/3.56	c  0.0s |       0 |      968 |        0 |     3939      0 |      255 |      301
3.49/3.56	c #cpu_time = 0.007s
3.49/3.56	c #wall_clock_time = 0.007s
3.49/3.56	c #decision = 968
3.49/3.56	c #random_decision = 0
3.49/3.56	c #conflict = 0
3.49/3.56	c #restart = 0
3.49/3.56	c BCD2: found a new core of size 3: cost of the new core is >=2
3.49/3.56	c lower bound updated to -1653
3.49/3.56	c BCD2: 1977 <= obj <= 5086
3.49/3.56	c BCD2: #cores=51, #unrelaxed=1741, #relaxed=1358, #hardened=0
3.49/3.56	c BCD2: #sat=1 #unsat=302 bias=302/303
3.49/3.56	c Solving starts ...
3.49/3.56	c ============================[ Search Statistics ]============================
3.49/3.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.56	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.56	c =============================================================================
3.49/3.56	c  0.0s |       0 |        0 |        0 |     3939      0 |      255 |      301
3.49/3.57	c  0.0s |       0 |      972 |        0 |     3939      0 |      255 |      301
3.49/3.57	c #cpu_time = 0.007s
3.49/3.57	c #wall_clock_time = 0.007s
3.49/3.57	c #decision = 972
3.49/3.57	c #random_decision = 0
3.49/3.57	c #conflict = 0
3.49/3.57	c #restart = 0
3.49/3.57	c BCD2: found a new core of size 3: cost of the new core is >=2
3.49/3.57	c lower bound updated to -1651
3.49/3.57	c BCD2: 1979 <= obj <= 5086
3.49/3.57	c BCD2: #cores=52, #unrelaxed=1738, #relaxed=1361, #hardened=0
3.49/3.57	c BCD2: #sat=1 #unsat=303 bias=303/304
3.49/3.57	c Solving starts ...
3.49/3.57	c ============================[ Search Statistics ]============================
3.49/3.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.57	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.57	c =============================================================================
3.49/3.57	c  0.0s |       0 |        0 |        0 |     3939      0 |      255 |      301
3.49/3.58	c  0.0s |       0 |      975 |        0 |     3939      0 |      255 |      301
3.49/3.58	c #cpu_time = 0.008s
3.49/3.58	c #wall_clock_time = 0.008s
3.49/3.58	c #decision = 975
3.49/3.58	c #random_decision = 0
3.49/3.58	c #conflict = 0
3.49/3.58	c #restart = 0
3.49/3.58	c BCD2: found a new core of size 3: cost of the new core is >=2
3.49/3.58	c lower bound updated to -1649
3.49/3.58	c BCD2: 1981 <= obj <= 5086
3.49/3.58	c BCD2: #cores=53, #unrelaxed=1735, #relaxed=1364, #hardened=0
3.49/3.58	c BCD2: #sat=1 #unsat=304 bias=304/305
3.49/3.58	c Solving starts ...
3.49/3.58	c ============================[ Search Statistics ]============================
3.49/3.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.58	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.58	c =============================================================================
3.49/3.58	c  0.0s |       0 |        0 |        0 |     3939      0 |      255 |      301
3.49/3.59	c  0.0s |       0 |      976 |        0 |     3939      0 |      255 |      301
3.49/3.59	c #cpu_time = 0.007s
3.49/3.59	c #wall_clock_time = 0.007s
3.49/3.59	c #decision = 976
3.49/3.59	c #random_decision = 0
3.49/3.59	c #conflict = 0
3.49/3.59	c #restart = 0
3.49/3.59	c BCD2: found a new core of size 2: cost of the new core is >=2
3.49/3.59	c lower bound updated to -1647
3.49/3.59	c BCD2: 1983 <= obj <= 5086
3.49/3.59	c BCD2: #cores=54, #unrelaxed=1733, #relaxed=1366, #hardened=0
3.49/3.59	c BCD2: #sat=1 #unsat=305 bias=305/306
3.49/3.59	c Solving starts ...
3.49/3.59	c ============================[ Search Statistics ]============================
3.49/3.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.59	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.59	c =============================================================================
3.49/3.59	c  0.0s |       0 |        0 |        0 |     3939      0 |      255 |      302
3.59/3.60	c  0.0s |       0 |      978 |        0 |     3939      0 |      255 |      302
3.59/3.60	c #cpu_time = 0.007s
3.59/3.60	c #wall_clock_time = 0.007s
3.59/3.60	c #decision = 978
3.59/3.60	c #random_decision = 0
3.59/3.60	c #conflict = 0
3.59/3.60	c #restart = 0
3.59/3.60	c BCD2: found a new core of size 4: cost of the new core is >=1
3.59/3.60	c lower bound updated to -1646
3.59/3.60	c BCD2: 1984 <= obj <= 5086
3.59/3.60	c BCD2: #cores=55, #unrelaxed=1729, #relaxed=1370, #hardened=0
3.59/3.60	c BCD2: #sat=1 #unsat=306 bias=306/307
3.59/3.60	c Solving starts ...
3.59/3.60	c ============================[ Search Statistics ]============================
3.59/3.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.60	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.60	c =============================================================================
3.59/3.60	c  0.0s |       0 |        0 |        0 |     3939      0 |      255 |      302
3.59/3.61	c  0.0s |       0 |      977 |        0 |     3939      0 |      255 |      302
3.59/3.61	c #cpu_time = 0.008s
3.59/3.61	c #wall_clock_time = 0.008s
3.59/3.61	c #decision = 977
3.59/3.61	c #random_decision = 0
3.59/3.61	c #conflict = 0
3.59/3.61	c #restart = 0
3.59/3.61	c BCD2: found a new core of size 2: cost of the new core is >=2
3.59/3.61	c lower bound updated to -1644
3.59/3.61	c BCD2: 1986 <= obj <= 5086
3.59/3.61	c BCD2: #cores=56, #unrelaxed=1727, #relaxed=1372, #hardened=0
3.59/3.61	c BCD2: #sat=1 #unsat=307 bias=307/308
3.59/3.61	c Solving starts ...
3.59/3.61	c ============================[ Search Statistics ]============================
3.59/3.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.61	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.61	c =============================================================================
3.59/3.61	c  0.0s |       0 |        0 |        0 |     3939      0 |      255 |      303
3.59/3.62	c  0.0s |       0 |      977 |        0 |     3939      0 |      255 |      303
3.59/3.62	c #cpu_time = 0.007s
3.59/3.62	c #wall_clock_time = 0.007s
3.59/3.62	c #decision = 977
3.59/3.62	c #random_decision = 0
3.59/3.62	c #conflict = 0
3.59/3.62	c #restart = 0
3.59/3.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=3
3.59/3.62	c lower bound updated to -1643
3.59/3.62	c BCD2: 1987 <= obj <= 5086
3.59/3.62	c BCD2: #cores=56, #unrelaxed=1726, #relaxed=1373, #hardened=0
3.59/3.62	c BCD2: #sat=1 #unsat=308 bias=308/309
3.59/3.62	c Solving starts ...
3.59/3.62	c ============================[ Search Statistics ]============================
3.59/3.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.62	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.62	c =============================================================================
3.59/3.62	c  0.0s |       0 |        0 |        0 |     3939      0 |      256 |      303
3.59/3.63	c  0.0s |       0 |     2209 |        2 |     3939      0 |      256 |      304
3.59/3.63	c #cpu_time = 0.008s
3.59/3.63	c #wall_clock_time = 0.008s
3.59/3.63	c #decision = 2209
3.59/3.63	c #random_decision = 0
3.59/3.63	c #conflict = 2
3.59/3.63	c #restart = 0
3.59/3.63	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 11: cost of the new core is >=8
3.59/3.63	c lower bound updated to -1642
3.59/3.63	c BCD2: 1988 <= obj <= 5086
3.59/3.63	c BCD2: #cores=54, #unrelaxed=1724, #relaxed=1375, #hardened=0
3.59/3.63	c BCD2: #sat=1 #unsat=309 bias=309/310
3.59/3.63	c Solving starts ...
3.59/3.63	c ============================[ Search Statistics ]============================
3.59/3.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.63	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.63	c =============================================================================
3.59/3.63	c  0.0s |       0 |        0 |        0 |     3939      0 |      259 |      304
3.59/3.64	c  0.0s |       0 |      973 |        0 |     3939      0 |      259 |      307
3.59/3.64	c #cpu_time = 0.008s
3.59/3.64	c #wall_clock_time = 0.008s
3.59/3.64	c #decision = 973
3.59/3.64	c #random_decision = 0
3.59/3.64	c #conflict = 0
3.59/3.64	c #restart = 0
3.59/3.64	c BCD2: found a new core of size 3: cost of the new core is >=2
3.59/3.64	c lower bound updated to -1640
3.59/3.64	c BCD2: 1990 <= obj <= 5086
3.59/3.64	c BCD2: #cores=55, #unrelaxed=1721, #relaxed=1378, #hardened=0
3.59/3.64	c BCD2: #sat=1 #unsat=310 bias=310/311
3.59/3.64	c Solving starts ...
3.59/3.64	c ============================[ Search Statistics ]============================
3.59/3.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.64	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.64	c =============================================================================
3.59/3.64	c  0.0s |       0 |        0 |        0 |     3939      0 |      259 |      307
3.59/3.65	c  0.0s |       0 |      972 |        0 |     3939      0 |      259 |      307
3.59/3.65	c #cpu_time = 0.007s
3.59/3.65	c #wall_clock_time = 0.007s
3.59/3.65	c #decision = 972
3.59/3.65	c #random_decision = 0
3.59/3.65	c #conflict = 0
3.59/3.65	c #restart = 0
3.59/3.65	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.65	c lower bound updated to -1639
3.59/3.65	c BCD2: 1991 <= obj <= 5086
3.59/3.65	c BCD2: #cores=56, #unrelaxed=1719, #relaxed=1380, #hardened=0
3.59/3.65	c BCD2: #sat=1 #unsat=311 bias=311/312
3.59/3.65	c Solving starts ...
3.59/3.65	c ============================[ Search Statistics ]============================
3.59/3.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.65	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.65	c =============================================================================
3.59/3.65	c  0.0s |       0 |        0 |        0 |     3939      0 |      259 |      308
3.59/3.66	c  0.0s |       0 |      975 |        0 |     3939      0 |      259 |      308
3.59/3.66	c #cpu_time = 0.007s
3.59/3.66	c #wall_clock_time = 0.007s
3.59/3.66	c #decision = 975
3.59/3.66	c #random_decision = 0
3.59/3.66	c #conflict = 0
3.59/3.66	c #restart = 0
3.59/3.66	c BCD2: found a new core of size 3: cost of the new core is >=2
3.59/3.66	c lower bound updated to -1637
3.59/3.66	c BCD2: 1993 <= obj <= 5086
3.59/3.66	c BCD2: #cores=57, #unrelaxed=1716, #relaxed=1383, #hardened=0
3.59/3.66	c BCD2: #sat=1 #unsat=312 bias=312/313
3.59/3.67	c Solving starts ...
3.59/3.67	c ============================[ Search Statistics ]============================
3.59/3.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.67	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.67	c =============================================================================
3.59/3.67	c  0.0s |       0 |        0 |        0 |     3939      0 |      259 |      308
3.59/3.67	c  0.0s |       0 |      974 |        0 |     3939      0 |      259 |      308
3.59/3.67	c #cpu_time = 0.007s
3.59/3.67	c #wall_clock_time = 0.007s
3.59/3.67	c #decision = 974
3.59/3.67	c #random_decision = 0
3.59/3.67	c #conflict = 0
3.59/3.67	c #restart = 0
3.59/3.67	c BCD2: relaxing 10 and merging with 2 cores into a new core of size 17: cost of the new core is >=5
3.59/3.67	c lower bound updated to -1636
3.59/3.67	c BCD2: 1994 <= obj <= 5086
3.59/3.67	c BCD2: #cores=56, #unrelaxed=1706, #relaxed=1393, #hardened=0
3.59/3.67	c BCD2: #sat=1 #unsat=313 bias=313/314
3.59/3.68	c Solving starts ...
3.59/3.68	c ============================[ Search Statistics ]============================
3.59/3.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.68	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.68	c =============================================================================
3.59/3.68	c  0.0s |       0 |        0 |        0 |     3939      0 |      261 |      308
3.59/3.68	c  0.0s |       0 |      965 |        0 |     3939      0 |      261 |      310
3.59/3.68	c #cpu_time = 0.007s
3.59/3.68	c #wall_clock_time = 0.007s
3.59/3.68	c #decision = 965
3.59/3.68	c #random_decision = 0
3.59/3.68	c #conflict = 0
3.59/3.68	c #restart = 0
3.59/3.68	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4
3.59/3.68	c lower bound updated to -1634
3.59/3.68	c BCD2: 1996 <= obj <= 5086
3.59/3.68	c BCD2: #cores=56, #unrelaxed=1704, #relaxed=1395, #hardened=0
3.59/3.68	c BCD2: #sat=1 #unsat=314 bias=314/315
3.59/3.69	c Solving starts ...
3.59/3.69	c ============================[ Search Statistics ]============================
3.59/3.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.69	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.69	c =============================================================================
3.59/3.69	c  0.0s |       0 |        0 |        0 |     3939      0 |      262 |      310
3.59/3.69	c  0.0s |       0 |      965 |        0 |     3939      0 |      262 |      311
3.59/3.69	c #cpu_time = 0.007s
3.59/3.69	c #wall_clock_time = 0.007s
3.59/3.69	c #decision = 965
3.59/3.69	c #random_decision = 0
3.59/3.69	c #conflict = 0
3.59/3.69	c #restart = 0
3.59/3.69	c BCD2: found a new core of size 5: cost of the new core is >=2
3.59/3.69	c lower bound updated to -1632
3.59/3.69	c BCD2: 1998 <= obj <= 5086
3.59/3.69	c BCD2: #cores=57, #unrelaxed=1699, #relaxed=1400, #hardened=0
3.59/3.69	c BCD2: #sat=1 #unsat=315 bias=315/316
3.59/3.70	c Solving starts ...
3.59/3.70	c ============================[ Search Statistics ]============================
3.59/3.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.70	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.70	c =============================================================================
3.59/3.70	c  0.0s |       0 |        0 |        0 |     3939      0 |      262 |      311
3.69/3.70	c  0.0s |       0 |      984 |        1 |     3939      0 |      262 |      311
3.69/3.70	c #cpu_time = 0.008s
3.69/3.70	c #wall_clock_time = 0.008s
3.69/3.70	c #decision = 984
3.69/3.70	c #random_decision = 0
3.69/3.70	c #conflict = 1
3.69/3.70	c #restart = 0
3.69/3.70	c BCD2: relaxing 19 and merging with 7 cores into a new core of size 78: cost of the new core is >=28
3.69/3.70	c lower bound updated to -1631
3.69/3.71	c BCD2: 1999 <= obj <= 5086
3.69/3.71	c BCD2: #cores=51, #unrelaxed=1680, #relaxed=1419, #hardened=0
3.69/3.71	c BCD2: #sat=1 #unsat=316 bias=316/317
3.69/3.71	c Solving starts ...
3.69/3.71	c ============================[ Search Statistics ]============================
3.69/3.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.71	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.71	c =============================================================================
3.69/3.71	c  0.0s |       0 |        0 |        0 |     3939      0 |      269 |      311
3.69/3.72	c  0.0s |       0 |      947 |        0 |     3939      0 |      269 |      318
3.69/3.72	c #cpu_time = 0.007s
3.69/3.72	c #wall_clock_time = 0.007s
3.69/3.72	c #decision = 947
3.69/3.72	c #random_decision = 0
3.69/3.72	c #conflict = 0
3.69/3.72	c #restart = 0
3.69/3.72	c BCD2: found a new core of size 3: cost of the new core is >=2
3.69/3.72	c lower bound updated to -1629
3.69/3.72	c BCD2: 2001 <= obj <= 5086
3.69/3.72	c BCD2: #cores=52, #unrelaxed=1677, #relaxed=1422, #hardened=0
3.69/3.72	c BCD2: #sat=1 #unsat=317 bias=317/318
3.69/3.72	c Solving starts ...
3.69/3.72	c ============================[ Search Statistics ]============================
3.69/3.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.72	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.72	c =============================================================================
3.69/3.72	c  0.0s |       0 |        0 |        0 |     3939      0 |      269 |      318
3.69/3.73	c  0.0s |       0 |      946 |        0 |     3939      0 |      269 |      318
3.69/3.73	c #cpu_time = 0.007s
3.69/3.73	c #wall_clock_time = 0.007s
3.69/3.73	c #decision = 946
3.69/3.73	c #random_decision = 0
3.69/3.73	c #conflict = 0
3.69/3.73	c #restart = 0
3.69/3.73	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=6
3.69/3.73	c lower bound updated to -1627
3.69/3.73	c BCD2: 2003 <= obj <= 5086
3.69/3.73	c BCD2: #cores=52, #unrelaxed=1675, #relaxed=1424, #hardened=0
3.69/3.73	c BCD2: #sat=1 #unsat=318 bias=318/319
3.69/3.73	c Solving starts ...
3.69/3.73	c ============================[ Search Statistics ]============================
3.69/3.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.73	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.73	c =============================================================================
3.69/3.73	c  0.0s |       0 |        0 |        0 |     3939      0 |      270 |      318
3.69/3.74	c  0.0s |       0 |      949 |        0 |     3939      0 |      270 |      319
3.69/3.74	c #cpu_time = 0.007s
3.69/3.74	c #wall_clock_time = 0.007s
3.69/3.74	c #decision = 949
3.69/3.74	c #random_decision = 0
3.69/3.74	c #conflict = 0
3.69/3.74	c #restart = 0
3.69/3.74	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 11: cost of the new core is >=8
3.69/3.74	c BCD2: refineLB: 7 -> 8
3.69/3.74	c lower bound updated to -1625
3.69/3.74	c BCD2: 2005 <= obj <= 5086
3.69/3.74	c BCD2: #cores=52, #unrelaxed=1670, #relaxed=1429, #hardened=0
3.69/3.74	c BCD2: #sat=1 #unsat=319 bias=319/320
3.69/3.74	c Solving starts ...
3.69/3.74	c ============================[ Search Statistics ]============================
3.69/3.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.74	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.74	c =============================================================================
3.69/3.74	c  0.0s |       0 |        0 |        0 |     3939      0 |      271 |      319
3.69/3.75	c  0.0s |       0 |      945 |        0 |     3939      0 |      271 |      320
3.69/3.75	c #cpu_time = 0.007s
3.69/3.75	c #wall_clock_time = 0.007s
3.69/3.75	c #decision = 945
3.69/3.75	c #random_decision = 0
3.69/3.75	c #conflict = 0
3.69/3.75	c #restart = 0
3.69/3.75	c BCD2: found a new core of size 3: cost of the new core is >=2
3.69/3.75	c lower bound updated to -1623
3.69/3.75	c BCD2: 2007 <= obj <= 5086
3.69/3.75	c BCD2: #cores=53, #unrelaxed=1667, #relaxed=1432, #hardened=0
3.69/3.75	c BCD2: #sat=1 #unsat=320 bias=320/321
3.69/3.75	c Solving starts ...
3.69/3.75	c ============================[ Search Statistics ]============================
3.69/3.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.75	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.75	c =============================================================================
3.69/3.75	c  0.0s |       0 |        0 |        0 |     3939      0 |      271 |      320
3.69/3.76	c  0.0s |       0 |      949 |        0 |     3939      0 |      271 |      320
3.69/3.76	c #cpu_time = 0.007s
3.69/3.76	c #wall_clock_time = 0.007s
3.69/3.76	c #decision = 949
3.69/3.76	c #random_decision = 0
3.69/3.76	c #conflict = 0
3.69/3.76	c #restart = 0
3.69/3.76	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
3.69/3.76	c BCD2: refineLB: 3 -> 4
3.69/3.76	c lower bound updated to -1621
3.69/3.76	c BCD2: 2009 <= obj <= 5086
3.69/3.76	c BCD2: #cores=53, #unrelaxed=1663, #relaxed=1436, #hardened=0
3.69/3.76	c BCD2: #sat=1 #unsat=321 bias=321/322
3.69/3.76	c Solving starts ...
3.69/3.76	c ============================[ Search Statistics ]============================
3.69/3.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.76	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.76	c =============================================================================
3.69/3.76	c  0.0s |       0 |        0 |        0 |     3939      0 |      272 |      320
3.69/3.77	c  0.0s |       0 |      947 |        1 |     3939      0 |      272 |      321
3.69/3.77	c #cpu_time = 0.007s
3.69/3.77	c #wall_clock_time = 0.007s
3.69/3.77	c #decision = 947
3.69/3.77	c #random_decision = 0
3.69/3.77	c #conflict = 1
3.69/3.77	c #restart = 0
3.69/3.77	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 18: cost of the new core is >=10
3.69/3.77	c BCD2: refineLB: 9 -> 10
3.69/3.77	c lower bound updated to -1619
3.69/3.77	c BCD2: 2011 <= obj <= 5086
3.69/3.77	c BCD2: #cores=52, #unrelaxed=1658, #relaxed=1441, #hardened=0
3.69/3.77	c BCD2: #sat=1 #unsat=322 bias=322/323
3.69/3.77	c Solving starts ...
3.69/3.77	c ============================[ Search Statistics ]============================
3.69/3.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.77	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.77	c =============================================================================
3.69/3.77	c  0.0s |       0 |        0 |        0 |     3939      0 |      274 |      321
3.69/3.78	c  0.0s |       0 |      943 |        0 |     3939      0 |      274 |      323
3.69/3.78	c #cpu_time = 0.007s
3.69/3.78	c #wall_clock_time = 0.007s
3.69/3.78	c #decision = 943
3.69/3.78	c #random_decision = 0
3.69/3.78	c #conflict = 0
3.69/3.78	c #restart = 0
3.69/3.78	c BCD2: found a new core of size 3: cost of the new core is >=2
3.69/3.78	c lower bound updated to -1617
3.69/3.78	c BCD2: 2013 <= obj <= 5086
3.69/3.78	c BCD2: #cores=53, #unrelaxed=1655, #relaxed=1444, #hardened=0
3.69/3.78	c BCD2: #sat=1 #unsat=323 bias=323/324
3.69/3.78	c Solving starts ...
3.69/3.78	c ============================[ Search Statistics ]============================
3.69/3.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.78	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.78	c =============================================================================
3.69/3.78	c  0.0s |       0 |        0 |        0 |     3939      0 |      274 |      323
3.69/3.79	c  0.0s |       0 |      942 |        0 |     3939      0 |      274 |      323
3.69/3.79	c #cpu_time = 0.006s
3.69/3.79	c #wall_clock_time = 0.006s
3.69/3.79	c #decision = 942
3.69/3.79	c #random_decision = 0
3.69/3.79	c #conflict = 0
3.69/3.79	c #restart = 0
3.69/3.79	c BCD2: found a new core of size 3: cost of the new core is >=2
3.69/3.79	c lower bound updated to -1615
3.69/3.79	c BCD2: 2015 <= obj <= 5086
3.69/3.79	c BCD2: #cores=54, #unrelaxed=1652, #relaxed=1447, #hardened=0
3.69/3.79	c BCD2: #sat=1 #unsat=324 bias=324/325
3.69/3.79	c Solving starts ...
3.69/3.79	c ============================[ Search Statistics ]============================
3.69/3.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.79	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.79	c =============================================================================
3.69/3.79	c  0.0s |       0 |        0 |        0 |     3939      0 |      274 |      323
3.79/3.80	c  0.0s |       0 |      941 |        0 |     3939      0 |      274 |      323
3.79/3.80	c #cpu_time = 0.006s
3.79/3.80	c #wall_clock_time = 0.006s
3.79/3.80	c #decision = 941
3.79/3.80	c #random_decision = 0
3.79/3.80	c #conflict = 0
3.79/3.80	c #restart = 0
3.79/3.80	c BCD2: found a new core of size 3: cost of the new core is >=2
3.79/3.80	c lower bound updated to -1613
3.79/3.80	c BCD2: 2017 <= obj <= 5086
3.79/3.80	c BCD2: #cores=55, #unrelaxed=1649, #relaxed=1450, #hardened=0
3.79/3.80	c BCD2: #sat=1 #unsat=325 bias=325/326
3.79/3.80	c Solving starts ...
3.79/3.80	c ============================[ Search Statistics ]============================
3.79/3.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.80	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.80	c =============================================================================
3.79/3.80	c  0.0s |       0 |        0 |        0 |     3939      0 |      274 |      323
3.79/3.81	c  0.0s |       0 |      948 |        1 |     3939      0 |      274 |      323
3.79/3.81	c #cpu_time = 0.007s
3.79/3.81	c #wall_clock_time = 0.007s
3.79/3.81	c #decision = 948
3.79/3.81	c #random_decision = 0
3.79/3.81	c #conflict = 1
3.79/3.81	c #restart = 0
3.79/3.81	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 20: cost of the new core is >=8
3.79/3.81	c lower bound updated to -1611
3.79/3.81	c BCD2: 2019 <= obj <= 5086
3.79/3.81	c BCD2: #cores=55, #unrelaxed=1644, #relaxed=1455, #hardened=0
3.79/3.81	c BCD2: #sat=1 #unsat=326 bias=326/327
3.79/3.81	c Solving starts ...
3.79/3.81	c ============================[ Search Statistics ]============================
3.79/3.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.81	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.81	c =============================================================================
3.79/3.81	c  0.0s |       0 |        0 |        0 |     3939      0 |      275 |      323
3.79/3.82	c  0.0s |       0 |      938 |        0 |     3939      0 |      275 |      324
3.79/3.82	c #cpu_time = 0.007s
3.79/3.82	c #wall_clock_time = 0.007s
3.79/3.82	c #decision = 938
3.79/3.82	c #random_decision = 0
3.79/3.82	c #conflict = 0
3.79/3.82	c #restart = 0
3.79/3.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.79/3.82	c lower bound updated to -1610
3.79/3.82	c BCD2: 2020 <= obj <= 5086
3.79/3.82	c BCD2: #cores=55, #unrelaxed=1643, #relaxed=1456, #hardened=0
3.79/3.82	c BCD2: #sat=1 #unsat=327 bias=327/328
3.79/3.82	c Solving starts ...
3.79/3.82	c ============================[ Search Statistics ]============================
3.79/3.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.82	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.82	c =============================================================================
3.79/3.82	c  0.0s |       0 |        0 |        0 |     3939      0 |      276 |      324
3.79/3.83	c  0.0s |       0 |      938 |        0 |     3939      0 |      276 |      325
3.79/3.83	c #cpu_time = 0.007s
3.79/3.83	c #wall_clock_time = 0.007s
3.79/3.83	c #decision = 938
3.79/3.83	c #random_decision = 0
3.79/3.83	c #conflict = 0
3.79/3.83	c #restart = 0
3.79/3.83	c BCD2: found a new core of size 4: cost of the new core is >=2
3.79/3.83	c lower bound updated to -1608
3.79/3.83	c BCD2: 2022 <= obj <= 5086
3.79/3.83	c BCD2: #cores=56, #unrelaxed=1639, #relaxed=1460, #hardened=0
3.79/3.83	c BCD2: #sat=1 #unsat=328 bias=328/329
3.79/3.83	c Solving starts ...
3.79/3.83	c ============================[ Search Statistics ]============================
3.79/3.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.83	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.83	c =============================================================================
3.79/3.83	c  0.0s |       0 |        0 |        0 |     3939      0 |      276 |      325
3.79/3.84	c  0.0s |       0 |      947 |        1 |     3939      0 |      276 |      325
3.79/3.84	c #cpu_time = 0.007s
3.79/3.84	c #wall_clock_time = 0.007s
3.79/3.84	c #decision = 947
3.79/3.84	c #random_decision = 0
3.79/3.84	c #conflict = 1
3.79/3.84	c #restart = 0
3.79/3.84	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
3.79/3.84	c lower bound updated to -1607
3.79/3.84	c BCD2: 2023 <= obj <= 5086
3.79/3.84	c BCD2: #cores=56, #unrelaxed=1635, #relaxed=1464, #hardened=0
3.79/3.84	c BCD2: #sat=1 #unsat=329 bias=329/330
3.79/3.84	c Solving starts ...
3.79/3.84	c ============================[ Search Statistics ]============================
3.79/3.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.84	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.84	c =============================================================================
3.79/3.84	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      325
3.79/3.85	c  0.0s |       0 |      939 |        0 |     3939      0 |      277 |      326
3.79/3.85	c #cpu_time = 0.006s
3.79/3.85	c #wall_clock_time = 0.006s
3.79/3.85	c #decision = 939
3.79/3.85	c #random_decision = 0
3.79/3.85	c #conflict = 0
3.79/3.85	c #restart = 0
3.79/3.85	c BCD2: found a new core of size 3: cost of the new core is >=2
3.79/3.85	c lower bound updated to -1605
3.79/3.85	c BCD2: 2025 <= obj <= 5086
3.79/3.85	c BCD2: #cores=57, #unrelaxed=1632, #relaxed=1467, #hardened=0
3.79/3.85	c BCD2: #sat=1 #unsat=330 bias=330/331
3.79/3.85	c Solving starts ...
3.79/3.85	c ============================[ Search Statistics ]============================
3.79/3.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.85	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.85	c =============================================================================
3.79/3.85	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.79/3.86	c  0.0s |       0 |      938 |        0 |     3939      0 |      277 |      326
3.79/3.86	c #cpu_time = 0.006s
3.79/3.86	c #wall_clock_time = 0.006s
3.79/3.86	c #decision = 938
3.79/3.86	c #random_decision = 0
3.79/3.86	c #conflict = 0
3.79/3.86	c #restart = 0
3.79/3.86	c BCD2: found a new core of size 3: cost of the new core is >=2
3.79/3.86	c lower bound updated to -1603
3.79/3.86	c BCD2: 2027 <= obj <= 5086
3.79/3.86	c BCD2: #cores=58, #unrelaxed=1629, #relaxed=1470, #hardened=0
3.79/3.86	c BCD2: #sat=1 #unsat=331 bias=331/332
3.79/3.86	c Solving starts ...
3.79/3.86	c ============================[ Search Statistics ]============================
3.79/3.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.86	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.86	c =============================================================================
3.79/3.86	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.79/3.86	c  0.0s |       0 |      937 |        0 |     3939      0 |      277 |      326
3.79/3.86	c #cpu_time = 0.006s
3.79/3.86	c #wall_clock_time = 0.006s
3.79/3.86	c #decision = 937
3.79/3.86	c #random_decision = 0
3.79/3.86	c #conflict = 0
3.79/3.86	c #restart = 0
3.79/3.86	c BCD2: found a new core of size 3: cost of the new core is >=2
3.79/3.86	c lower bound updated to -1601
3.79/3.87	c BCD2: 2029 <= obj <= 5086
3.79/3.87	c BCD2: #cores=59, #unrelaxed=1626, #relaxed=1473, #hardened=0
3.79/3.87	c BCD2: #sat=1 #unsat=332 bias=332/333
3.79/3.87	c Solving starts ...
3.79/3.87	c ============================[ Search Statistics ]============================
3.79/3.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.87	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.87	c =============================================================================
3.79/3.87	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.79/3.88	c  0.0s |       0 |      936 |        0 |     3939      0 |      277 |      326
3.79/3.88	c #cpu_time = 0.006s
3.79/3.88	c #wall_clock_time = 0.006s
3.79/3.88	c #decision = 936
3.79/3.88	c #random_decision = 0
3.79/3.88	c #conflict = 0
3.79/3.88	c #restart = 0
3.79/3.88	c BCD2: found a new core of size 3: cost of the new core is >=2
3.79/3.88	c lower bound updated to -1599
3.79/3.88	c BCD2: 2031 <= obj <= 5086
3.79/3.88	c BCD2: #cores=60, #unrelaxed=1623, #relaxed=1476, #hardened=0
3.79/3.88	c BCD2: #sat=1 #unsat=333 bias=333/334
3.79/3.88	c Solving starts ...
3.79/3.88	c ============================[ Search Statistics ]============================
3.79/3.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.88	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.88	c =============================================================================
3.79/3.88	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.79/3.88	c  0.0s |       0 |      935 |        0 |     3939      0 |      277 |      326
3.79/3.88	c #cpu_time = 0.006s
3.79/3.88	c #wall_clock_time = 0.006s
3.79/3.88	c #decision = 935
3.79/3.88	c #random_decision = 0
3.79/3.88	c #conflict = 0
3.79/3.88	c #restart = 0
3.79/3.88	c BCD2: found a new core of size 3: cost of the new core is >=2
3.79/3.88	c lower bound updated to -1597
3.79/3.89	c BCD2: 2033 <= obj <= 5086
3.79/3.89	c BCD2: #cores=61, #unrelaxed=1620, #relaxed=1479, #hardened=0
3.79/3.89	c BCD2: #sat=1 #unsat=334 bias=334/335
3.79/3.89	c Solving starts ...
3.79/3.89	c ============================[ Search Statistics ]============================
3.79/3.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.89	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.89	c =============================================================================
3.79/3.89	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.79/3.89	c  0.0s |       0 |      934 |        0 |     3939      0 |      277 |      326
3.79/3.89	c #cpu_time = 0.006s
3.79/3.89	c #wall_clock_time = 0.006s
3.79/3.89	c #decision = 934
3.79/3.89	c #random_decision = 0
3.79/3.89	c #conflict = 0
3.79/3.89	c #restart = 0
3.79/3.89	c BCD2: found a new core of size 3: cost of the new core is >=2
3.79/3.89	c lower bound updated to -1595
3.79/3.89	c BCD2: 2035 <= obj <= 5086
3.79/3.89	c BCD2: #cores=62, #unrelaxed=1617, #relaxed=1482, #hardened=0
3.79/3.89	c BCD2: #sat=1 #unsat=335 bias=335/336
3.79/3.90	c Solving starts ...
3.79/3.90	c ============================[ Search Statistics ]============================
3.79/3.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.90	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.90	c =============================================================================
3.79/3.90	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.89/3.90	c  0.0s |       0 |      933 |        0 |     3939      0 |      277 |      326
3.89/3.90	c #cpu_time = 0.006s
3.89/3.90	c #wall_clock_time = 0.006s
3.89/3.90	c #decision = 933
3.89/3.90	c #random_decision = 0
3.89/3.90	c #conflict = 0
3.89/3.90	c #restart = 0
3.89/3.90	c BCD2: found a new core of size 3: cost of the new core is >=2
3.89/3.90	c lower bound updated to -1593
3.89/3.90	c BCD2: 2037 <= obj <= 5086
3.89/3.90	c BCD2: #cores=63, #unrelaxed=1614, #relaxed=1485, #hardened=0
3.89/3.90	c BCD2: #sat=1 #unsat=336 bias=336/337
3.89/3.91	c Solving starts ...
3.89/3.91	c ============================[ Search Statistics ]============================
3.89/3.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.91	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.91	c =============================================================================
3.89/3.91	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.89/3.91	c  0.0s |       0 |      932 |        0 |     3939      0 |      277 |      326
3.89/3.91	c #cpu_time = 0.006s
3.89/3.91	c #wall_clock_time = 0.006s
3.89/3.91	c #decision = 932
3.89/3.91	c #random_decision = 0
3.89/3.91	c #conflict = 0
3.89/3.91	c #restart = 0
3.89/3.91	c BCD2: found a new core of size 3: cost of the new core is >=2
3.89/3.91	c lower bound updated to -1591
3.89/3.91	c BCD2: 2039 <= obj <= 5086
3.89/3.91	c BCD2: #cores=64, #unrelaxed=1611, #relaxed=1488, #hardened=0
3.89/3.91	c BCD2: #sat=1 #unsat=337 bias=337/338
3.89/3.91	c Solving starts ...
3.89/3.91	c ============================[ Search Statistics ]============================
3.89/3.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.91	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.91	c =============================================================================
3.89/3.91	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.89/3.92	c  0.0s |       0 |      931 |        0 |     3939      0 |      277 |      326
3.89/3.92	c #cpu_time = 0.006s
3.89/3.92	c #wall_clock_time = 0.006s
3.89/3.92	c #decision = 931
3.89/3.92	c #random_decision = 0
3.89/3.92	c #conflict = 0
3.89/3.92	c #restart = 0
3.89/3.92	c BCD2: found a new core of size 3: cost of the new core is >=2
3.89/3.92	c lower bound updated to -1589
3.89/3.92	c BCD2: 2041 <= obj <= 5086
3.89/3.92	c BCD2: #cores=65, #unrelaxed=1608, #relaxed=1491, #hardened=0
3.89/3.92	c BCD2: #sat=1 #unsat=338 bias=338/339
3.89/3.92	c Solving starts ...
3.89/3.92	c ============================[ Search Statistics ]============================
3.89/3.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.92	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.92	c =============================================================================
3.89/3.92	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.89/3.93	c  0.0s |       0 |      930 |        0 |     3939      0 |      277 |      326
3.89/3.93	c #cpu_time = 0.007s
3.89/3.93	c #wall_clock_time = 0.007s
3.89/3.93	c #decision = 930
3.89/3.93	c #random_decision = 0
3.89/3.93	c #conflict = 0
3.89/3.93	c #restart = 0
3.89/3.93	c BCD2: found a new core of size 3: cost of the new core is >=2
3.89/3.93	c lower bound updated to -1587
3.89/3.93	c BCD2: 2043 <= obj <= 5086
3.89/3.93	c BCD2: #cores=66, #unrelaxed=1605, #relaxed=1494, #hardened=0
3.89/3.93	c BCD2: #sat=1 #unsat=339 bias=339/340
3.89/3.93	c Solving starts ...
3.89/3.93	c ============================[ Search Statistics ]============================
3.89/3.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.93	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.93	c =============================================================================
3.89/3.93	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.89/3.94	c  0.0s |       0 |      929 |        0 |     3939      0 |      277 |      326
3.89/3.94	c #cpu_time = 0.006s
3.89/3.94	c #wall_clock_time = 0.006s
3.89/3.94	c #decision = 929
3.89/3.94	c #random_decision = 0
3.89/3.94	c #conflict = 0
3.89/3.94	c #restart = 0
3.89/3.94	c BCD2: found a new core of size 3: cost of the new core is >=2
3.89/3.94	c lower bound updated to -1585
3.89/3.94	c BCD2: 2045 <= obj <= 5086
3.89/3.94	c BCD2: #cores=67, #unrelaxed=1602, #relaxed=1497, #hardened=0
3.89/3.94	c BCD2: #sat=1 #unsat=340 bias=340/341
3.89/3.94	c Solving starts ...
3.89/3.94	c ============================[ Search Statistics ]============================
3.89/3.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.94	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.94	c =============================================================================
3.89/3.94	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.89/3.95	c  0.0s |       0 |      932 |        0 |     3939      0 |      277 |      326
3.89/3.95	c #cpu_time = 0.007s
3.89/3.95	c #wall_clock_time = 0.007s
3.89/3.95	c #decision = 932
3.89/3.95	c #random_decision = 0
3.89/3.95	c #conflict = 0
3.89/3.95	c #restart = 0
3.89/3.95	c BCD2: found a new core of size 3: cost of the new core is >=2
3.89/3.95	c lower bound updated to -1583
3.89/3.95	c BCD2: 2047 <= obj <= 5086
3.89/3.95	c BCD2: #cores=68, #unrelaxed=1599, #relaxed=1500, #hardened=0
3.89/3.95	c BCD2: #sat=1 #unsat=341 bias=341/342
3.89/3.95	c Solving starts ...
3.89/3.95	c ============================[ Search Statistics ]============================
3.89/3.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.95	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.95	c =============================================================================
3.89/3.95	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.89/3.96	c  0.0s |       0 |      931 |        0 |     3939      0 |      277 |      326
3.89/3.96	c #cpu_time = 0.007s
3.89/3.96	c #wall_clock_time = 0.007s
3.89/3.96	c #decision = 931
3.89/3.96	c #random_decision = 0
3.89/3.96	c #conflict = 0
3.89/3.96	c #restart = 0
3.89/3.96	c BCD2: found a new core of size 3: cost of the new core is >=2
3.89/3.96	c lower bound updated to -1581
3.89/3.96	c BCD2: 2049 <= obj <= 5086
3.89/3.96	c BCD2: #cores=69, #unrelaxed=1596, #relaxed=1503, #hardened=0
3.89/3.96	c BCD2: #sat=1 #unsat=342 bias=342/343
3.89/3.96	c Solving starts ...
3.89/3.96	c ============================[ Search Statistics ]============================
3.89/3.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.96	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.96	c =============================================================================
3.89/3.96	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.89/3.97	c  0.0s |       0 |      930 |        0 |     3939      0 |      277 |      326
3.89/3.97	c #cpu_time = 0.006s
3.89/3.97	c #wall_clock_time = 0.006s
3.89/3.97	c #decision = 930
3.89/3.97	c #random_decision = 0
3.89/3.97	c #conflict = 0
3.89/3.97	c #restart = 0
3.89/3.97	c BCD2: found a new core of size 3: cost of the new core is >=2
3.89/3.97	c lower bound updated to -1579
3.89/3.97	c BCD2: 2051 <= obj <= 5086
3.89/3.97	c BCD2: #cores=70, #unrelaxed=1593, #relaxed=1506, #hardened=0
3.89/3.97	c BCD2: #sat=1 #unsat=343 bias=343/344
3.89/3.97	c Solving starts ...
3.89/3.97	c ============================[ Search Statistics ]============================
3.89/3.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.97	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.97	c =============================================================================
3.89/3.97	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.89/3.98	c  0.0s |       0 |      929 |        0 |     3939      0 |      277 |      326
3.89/3.98	c #cpu_time = 0.006s
3.89/3.98	c #wall_clock_time = 0.006s
3.89/3.98	c #decision = 929
3.89/3.98	c #random_decision = 0
3.89/3.98	c #conflict = 0
3.89/3.98	c #restart = 0
3.89/3.98	c BCD2: found a new core of size 4: cost of the new core is >=2
3.89/3.98	c lower bound updated to -1577
3.89/3.98	c BCD2: 2053 <= obj <= 5086
3.89/3.98	c BCD2: #cores=71, #unrelaxed=1589, #relaxed=1510, #hardened=0
3.89/3.98	c BCD2: #sat=1 #unsat=344 bias=344/345
3.89/3.98	c Solving starts ...
3.89/3.98	c ============================[ Search Statistics ]============================
3.89/3.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.98	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.98	c =============================================================================
3.89/3.98	c  0.0s |       0 |        0 |        0 |     3939      0 |      277 |      326
3.89/3.99	c  0.0s |       0 |      927 |        0 |     3939      0 |      277 |      326
3.89/3.99	c #cpu_time = 0.007s
3.89/3.99	c #wall_clock_time = 0.007s
3.89/3.99	c #decision = 927
3.89/3.99	c #random_decision = 0
3.89/3.99	c #conflict = 0
3.89/3.99	c #restart = 0
3.89/3.99	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
3.89/3.99	c BCD2: refineLB: 3 -> 4
3.89/3.99	c lower bound updated to -1575
3.89/3.99	c BCD2: 2055 <= obj <= 5086
3.89/3.99	c BCD2: #cores=71, #unrelaxed=1585, #relaxed=1514, #hardened=0
3.89/3.99	c BCD2: #sat=1 #unsat=345 bias=345/346
3.89/3.99	c Solving starts ...
3.89/3.99	c ============================[ Search Statistics ]============================
3.89/3.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.99	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.99	c =============================================================================
3.89/3.99	c  0.0s |       0 |        0 |        0 |     3939      0 |      278 |      326
3.99/4.00	c  0.0s |       0 |      934 |        1 |     3939      0 |      278 |      327
3.99/4.00	c #cpu_time = 0.008s
3.99/4.00	c #wall_clock_time = 0.008s
3.99/4.00	c #decision = 934
3.99/4.00	c #random_decision = 0
3.99/4.00	c #conflict = 1
3.99/4.00	c #restart = 0
3.99/4.00	c BCD2: relaxing 13 and merging with 3 cores into a new core of size 32: cost of the new core is >=14
3.99/4.00	c BCD2: refineLB: 13 -> 14
3.99/4.00	c lower bound updated to -1573
3.99/4.00	c BCD2: 2057 <= obj <= 5086
3.99/4.00	c BCD2: #cores=69, #unrelaxed=1572, #relaxed=1527, #hardened=0
3.99/4.00	c BCD2: #sat=1 #unsat=346 bias=346/347
3.99/4.00	c Solving starts ...
3.99/4.00	c ============================[ Search Statistics ]============================
3.99/4.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.00	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.00	c =============================================================================
3.99/4.00	c  0.0s |       0 |        0 |        0 |     3939      0 |      281 |      327
3.99/4.01	c  0.0s |       0 |      911 |        0 |     3939      0 |      281 |      330
3.99/4.01	c #cpu_time = 0.006s
3.99/4.01	c #wall_clock_time = 0.006s
3.99/4.01	c #decision = 911
3.99/4.01	c #random_decision = 0
3.99/4.01	c #conflict = 0
3.99/4.01	c #restart = 0
3.99/4.01	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
3.99/4.01	c BCD2: refineLB: 3 -> 4
3.99/4.01	c lower bound updated to -1571
3.99/4.01	c BCD2: 2059 <= obj <= 5086
3.99/4.01	c BCD2: #cores=69, #unrelaxed=1568, #relaxed=1531, #hardened=0
3.99/4.01	c BCD2: #sat=1 #unsat=347 bias=347/348
3.99/4.01	c Solving starts ...
3.99/4.01	c ============================[ Search Statistics ]============================
3.99/4.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.01	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.01	c =============================================================================
3.99/4.01	c  0.0s |       0 |        0 |        0 |     3939      0 |      282 |      330
3.99/4.02	c  0.0s |       0 |      908 |        0 |     3939      0 |      282 |      331
3.99/4.02	c #cpu_time = 0.007s
3.99/4.02	c #wall_clock_time = 0.007s
3.99/4.02	c #decision = 908
3.99/4.02	c #random_decision = 0
3.99/4.02	c #conflict = 0
3.99/4.02	c #restart = 0
3.99/4.02	c BCD2: found a new core of size 3: cost of the new core is >=2
3.99/4.02	c lower bound updated to -1569
3.99/4.02	c BCD2: 2061 <= obj <= 5086
3.99/4.02	c BCD2: #cores=70, #unrelaxed=1565, #relaxed=1534, #hardened=0
3.99/4.02	c BCD2: #sat=1 #unsat=348 bias=348/349
3.99/4.02	c Solving starts ...
3.99/4.02	c ============================[ Search Statistics ]============================
3.99/4.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.02	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.02	c =============================================================================
3.99/4.02	c  0.0s |       0 |        0 |        0 |     3939      0 |      282 |      331
3.99/4.03	c  0.0s |       0 |     2605 |        2 |     3939      0 |      282 |      331
3.99/4.03	c #cpu_time = 0.012s
3.99/4.03	c #wall_clock_time = 0.012s
3.99/4.03	c #decision = 2605
3.99/4.03	c #random_decision = 0
3.99/4.03	c #conflict = 2
3.99/4.03	c #restart = 0
3.99/4.03	c BCD2: relaxing 3 and merging with 3 cores into a new core of size 13: cost of the new core is >=8
3.99/4.03	c BCD2: refineLB: 7 -> 8
3.99/4.03	c lower bound updated to -1567
3.99/4.04	c BCD2: 2063 <= obj <= 5086
3.99/4.04	c BCD2: #cores=68, #unrelaxed=1562, #relaxed=1537, #hardened=0
3.99/4.04	c BCD2: #sat=1 #unsat=349 bias=349/350
3.99/4.04	c Solving starts ...
3.99/4.04	c ============================[ Search Statistics ]============================
3.99/4.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.04	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.04	c =============================================================================
3.99/4.04	c  0.0s |       0 |        0 |        0 |     3939      0 |      285 |      331
3.99/4.04	c  0.0s |       0 |      903 |        0 |     3939      0 |      285 |      334
3.99/4.04	c #cpu_time = 0.006s
3.99/4.04	c #wall_clock_time = 0.006s
3.99/4.04	c #decision = 903
3.99/4.04	c #random_decision = 0
3.99/4.04	c #conflict = 0
3.99/4.04	c #restart = 0
3.99/4.04	c BCD2: found a new core of size 3: cost of the new core is >=2
3.99/4.04	c lower bound updated to -1565
3.99/4.05	c BCD2: 2065 <= obj <= 5086
3.99/4.05	c BCD2: #cores=69, #unrelaxed=1559, #relaxed=1540, #hardened=0
3.99/4.05	c BCD2: #sat=1 #unsat=350 bias=350/351
3.99/4.05	c Solving starts ...
3.99/4.05	c ============================[ Search Statistics ]============================
3.99/4.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.05	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.05	c =============================================================================
3.99/4.05	c  0.0s |       0 |        0 |        0 |     3939      0 |      285 |      334
3.99/4.05	c  0.0s |       0 |      902 |        0 |     3939      0 |      285 |      334
3.99/4.05	c #cpu_time = 0.007s
3.99/4.05	c #wall_clock_time = 0.007s
3.99/4.05	c #decision = 902
3.99/4.05	c #random_decision = 0
3.99/4.05	c #conflict = 0
3.99/4.05	c #restart = 0
3.99/4.05	c BCD2: found a new core of size 3: cost of the new core is >=2
3.99/4.05	c lower bound updated to -1563
3.99/4.05	c BCD2: 2067 <= obj <= 5086
3.99/4.05	c BCD2: #cores=70, #unrelaxed=1556, #relaxed=1543, #hardened=0
3.99/4.05	c BCD2: #sat=1 #unsat=351 bias=351/352
3.99/4.06	c Solving starts ...
3.99/4.06	c ============================[ Search Statistics ]============================
3.99/4.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.06	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.06	c =============================================================================
3.99/4.06	c  0.0s |       0 |        0 |        0 |     3939      0 |      285 |      334
3.99/4.06	c  0.0s |       0 |      904 |        0 |     3939      0 |      285 |      334
3.99/4.06	c #cpu_time = 0.007s
3.99/4.06	c #wall_clock_time = 0.007s
3.99/4.06	c #decision = 904
3.99/4.06	c #random_decision = 0
3.99/4.06	c #conflict = 0
3.99/4.06	c #restart = 0
3.99/4.06	c BCD2: relaxing 6 and merging with 2 cores into a new core of size 12: cost of the new core is >=5
3.99/4.06	c lower bound updated to -1562
3.99/4.07	c BCD2: 2068 <= obj <= 5086
3.99/4.07	c BCD2: #cores=69, #unrelaxed=1550, #relaxed=1549, #hardened=0
3.99/4.07	c BCD2: #sat=1 #unsat=352 bias=352/353
3.99/4.07	c Solving starts ...
3.99/4.07	c ============================[ Search Statistics ]============================
3.99/4.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.07	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.07	c =============================================================================
3.99/4.07	c  0.0s |       0 |        0 |        0 |     3939      0 |      287 |      334
3.99/4.07	c  0.0s |       0 |      923 |        1 |     3939      0 |      287 |      336
3.99/4.07	c #cpu_time = 0.007s
3.99/4.07	c #wall_clock_time = 0.007s
3.99/4.07	c #decision = 923
3.99/4.07	c #random_decision = 0
3.99/4.07	c #conflict = 1
3.99/4.07	c #restart = 0
3.99/4.07	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 35: cost of the new core is >=20
3.99/4.07	c lower bound updated to -1560
3.99/4.08	c BCD2: 2070 <= obj <= 5086
3.99/4.08	c BCD2: #cores=68, #unrelaxed=1543, #relaxed=1556, #hardened=0
3.99/4.08	c BCD2: #sat=1 #unsat=353 bias=353/354
3.99/4.08	c Solving starts ...
3.99/4.08	c ============================[ Search Statistics ]============================
3.99/4.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.08	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.08	c =============================================================================
3.99/4.08	c  0.0s |       0 |        0 |        0 |     3939      0 |      289 |      336
3.99/4.08	c  0.0s |       0 |      893 |        1 |     3939      0 |      289 |      338
3.99/4.08	c #cpu_time = 0.008s
3.99/4.08	c #wall_clock_time = 0.008s
3.99/4.08	c #decision = 893
3.99/4.08	c #random_decision = 0
3.99/4.08	c #conflict = 1
3.99/4.08	c #restart = 0
3.99/4.08	c BCD2: relaxing 34 and merging with 6 cores into a new core of size 119: cost of the new core is >=50
3.99/4.08	c lower bound updated to -1559
3.99/4.09	c BCD2: 2071 <= obj <= 5086
3.99/4.09	c BCD2: #cores=63, #unrelaxed=1509, #relaxed=1590, #hardened=0
3.99/4.09	c BCD2: #sat=1 #unsat=354 bias=354/355
3.99/4.09	c Solving starts ...
3.99/4.09	c ============================[ Search Statistics ]============================
3.99/4.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.09	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.09	c =============================================================================
3.99/4.09	c  0.0s |       0 |        0 |        0 |     3939      0 |      295 |      338
3.99/4.09	c  0.0s |       0 |      861 |        0 |     3939      0 |      295 |      344
3.99/4.09	c #cpu_time = 0.007s
3.99/4.09	c #wall_clock_time = 0.007s
3.99/4.09	c #decision = 861
3.99/4.09	c #random_decision = 0
3.99/4.09	c #conflict = 0
3.99/4.09	c #restart = 0
3.99/4.09	c BCD2: found a new core of size 2: cost of the new core is >=2
3.99/4.09	c lower bound updated to -1557
4.09/4.10	c BCD2: 2073 <= obj <= 5086
4.09/4.10	c BCD2: #cores=64, #unrelaxed=1507, #relaxed=1592, #hardened=0
4.09/4.10	c BCD2: #sat=1 #unsat=355 bias=355/356
4.09/4.10	c Solving starts ...
4.09/4.10	c ============================[ Search Statistics ]============================
4.09/4.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.10	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.10	c =============================================================================
4.09/4.10	c  0.0s |       0 |        0 |        0 |     3939      0 |      295 |      345
4.09/4.11	c  0.0s |       0 |      867 |        0 |     3939      0 |      295 |      345
4.09/4.11	c #cpu_time = 0.006s
4.09/4.11	c #wall_clock_time = 0.006s
4.09/4.11	c #decision = 867
4.09/4.11	c #random_decision = 0
4.09/4.11	c #conflict = 0
4.09/4.11	c #restart = 0
4.09/4.11	c BCD2: found a new core of size 2: cost of the new core is >=2
4.09/4.11	c lower bound updated to -1555
4.09/4.11	c BCD2: 2075 <= obj <= 5086
4.09/4.11	c BCD2: #cores=65, #unrelaxed=1505, #relaxed=1594, #hardened=0
4.09/4.11	c BCD2: #sat=1 #unsat=356 bias=356/357
4.09/4.11	c Solving starts ...
4.09/4.11	c ============================[ Search Statistics ]============================
4.09/4.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.11	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.11	c =============================================================================
4.09/4.11	c  0.0s |       0 |        0 |        0 |     3939      0 |      295 |      346
4.09/4.12	c  0.0s |       0 |      867 |        0 |     3939      0 |      295 |      346
4.09/4.12	c #cpu_time = 0.006s
4.09/4.12	c #wall_clock_time = 0.006s
4.09/4.12	c #decision = 867
4.09/4.12	c #random_decision = 0
4.09/4.12	c #conflict = 0
4.09/4.12	c #restart = 0
4.09/4.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
4.09/4.12	c lower bound updated to -1553
4.09/4.12	c BCD2: 2077 <= obj <= 5086
4.09/4.12	c BCD2: #cores=65, #unrelaxed=1504, #relaxed=1595, #hardened=0
4.09/4.12	c BCD2: #sat=1 #unsat=357 bias=357/358
4.09/4.12	c Solving starts ...
4.09/4.12	c ============================[ Search Statistics ]============================
4.09/4.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.12	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.12	c =============================================================================
4.09/4.12	c  0.0s |       0 |        0 |        0 |     3939      0 |      296 |      346
4.09/4.12	c  0.0s |       0 |      867 |        0 |     3939      0 |      296 |      347
4.09/4.12	c #cpu_time = 0.006s
4.09/4.12	c #wall_clock_time = 0.006s
4.09/4.12	c #decision = 867
4.09/4.12	c #random_decision = 0
4.09/4.12	c #conflict = 0
4.09/4.12	c #restart = 0
4.09/4.12	c BCD2: found a new core of size 3: cost of the new core is >=2
4.09/4.12	c lower bound updated to -1551
4.09/4.13	c BCD2: 2079 <= obj <= 5086
4.09/4.13	c BCD2: #cores=66, #unrelaxed=1501, #relaxed=1598, #hardened=0
4.09/4.13	c BCD2: #sat=1 #unsat=358 bias=358/359
4.09/4.13	c Solving starts ...
4.09/4.13	c ============================[ Search Statistics ]============================
4.09/4.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.13	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.13	c =============================================================================
4.09/4.13	c  0.0s |       0 |        0 |        0 |     3939      0 |      296 |      347
4.09/4.13	c  0.0s |       0 |      866 |        0 |     3939      0 |      296 |      347
4.09/4.13	c #cpu_time = 0.006s
4.09/4.13	c #wall_clock_time = 0.006s
4.09/4.13	c #decision = 866
4.09/4.13	c #random_decision = 0
4.09/4.13	c #conflict = 0
4.09/4.13	c #restart = 0
4.09/4.13	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=6
4.09/4.13	c BCD2: refineLB: 5 -> 6
4.09/4.13	c lower bound updated to -1549
4.09/4.14	c BCD2: 2081 <= obj <= 5086
4.09/4.14	c BCD2: #cores=66, #unrelaxed=1498, #relaxed=1601, #hardened=0
4.09/4.14	c BCD2: #sat=1 #unsat=359 bias=359/360
4.09/4.14	c Solving starts ...
4.09/4.14	c ============================[ Search Statistics ]============================
4.09/4.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.14	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.14	c =============================================================================
4.09/4.14	c  0.0s |       0 |        0 |        0 |     3939      0 |      297 |      347
4.09/4.14	c  0.0s |       0 |      868 |        1 |     3939      0 |      297 |      348
4.09/4.14	c #cpu_time = 0.007s
4.09/4.14	c #wall_clock_time = 0.007s
4.09/4.14	c #decision = 868
4.09/4.14	c #random_decision = 0
4.09/4.14	c #conflict = 1
4.09/4.14	c #restart = 0
4.09/4.14	c BCD2: relaxing 9 and merging with 1 cores into a new core of size 21: cost of the new core is >=7
4.09/4.14	c lower bound updated to -1547
4.09/4.15	c BCD2: 2083 <= obj <= 5086
4.09/4.15	c BCD2: #cores=66, #unrelaxed=1489, #relaxed=1610, #hardened=0
4.09/4.15	c BCD2: #sat=1 #unsat=360 bias=360/361
4.09/4.15	c Solving starts ...
4.09/4.15	c ============================[ Search Statistics ]============================
4.09/4.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.15	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.15	c =============================================================================
4.09/4.15	c  0.0s |       0 |        0 |        0 |     3939      0 |      298 |      348
4.09/4.15	c  0.0s |       0 |      858 |        0 |     3939      0 |      298 |      349
4.09/4.15	c #cpu_time = 0.007s
4.09/4.15	c #wall_clock_time = 0.007s
4.09/4.15	c #decision = 858
4.09/4.15	c #random_decision = 0
4.09/4.15	c #conflict = 0
4.09/4.15	c #restart = 0
4.09/4.15	c BCD2: found a new core of size 2: cost of the new core is >=2
4.09/4.15	c lower bound updated to -1545
4.09/4.16	c BCD2: 2085 <= obj <= 5086
4.09/4.16	c BCD2: #cores=67, #unrelaxed=1487, #relaxed=1612, #hardened=0
4.09/4.16	c BCD2: #sat=1 #unsat=361 bias=361/362
4.09/4.16	c Solving starts ...
4.09/4.16	c ============================[ Search Statistics ]============================
4.09/4.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.16	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.16	c =============================================================================
4.09/4.16	c  0.0s |       0 |        0 |        0 |     3939      0 |      298 |      350
4.09/4.16	c  0.0s |       0 |      858 |        0 |     3939      0 |      298 |      350
4.09/4.16	c #cpu_time = 0.006s
4.09/4.16	c #wall_clock_time = 0.006s
4.09/4.16	c #decision = 858
4.09/4.16	c #random_decision = 0
4.09/4.16	c #conflict = 0
4.09/4.16	c #restart = 0
4.09/4.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=3
4.09/4.16	c lower bound updated to -1544
4.09/4.17	c BCD2: 2086 <= obj <= 5086
4.09/4.17	c BCD2: #cores=67, #unrelaxed=1486, #relaxed=1613, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=362 bias=362/363
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |     3939      0 |      299 |      350
4.09/4.17	c  0.0s |       0 |     1617 |        1 |     3939      0 |      299 |      351
4.09/4.17	c #cpu_time = 0.008s
4.09/4.17	c #wall_clock_time = 0.008s
4.09/4.17	c #decision = 1617
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 1
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
4.09/4.17	c lower bound updated to -1543
4.09/4.18	c BCD2: 2087 <= obj <= 5086
4.09/4.18	c BCD2: #cores=67, #unrelaxed=1484, #relaxed=1615, #hardened=0
4.09/4.18	c BCD2: #sat=1 #unsat=363 bias=363/364
4.09/4.18	c Solving starts ...
4.09/4.18	c ============================[ Search Statistics ]============================
4.09/4.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.18	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.18	c =============================================================================
4.09/4.18	c  0.0s |       0 |        0 |        0 |     3939      0 |      300 |      351
4.09/4.18	c  0.0s |       0 |      865 |        1 |     3939      0 |      300 |      352
4.09/4.18	c #cpu_time = 0.007s
4.09/4.18	c #wall_clock_time = 0.007s
4.09/4.18	c #decision = 865
4.09/4.18	c #random_decision = 0
4.09/4.18	c #conflict = 1
4.09/4.18	c #restart = 0
4.09/4.18	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=5
4.09/4.18	c lower bound updated to -1542
4.09/4.19	c BCD2: 2088 <= obj <= 5086
4.09/4.19	c BCD2: #cores=67, #unrelaxed=1482, #relaxed=1617, #hardened=0
4.09/4.19	c BCD2: #sat=1 #unsat=364 bias=364/365
4.09/4.19	c Solving starts ...
4.09/4.19	c ============================[ Search Statistics ]============================
4.09/4.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.19	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.19	c =============================================================================
4.09/4.19	c  0.0s |       0 |        0 |        0 |     3939      0 |      301 |      352
4.09/4.19	c  0.0s |       0 |      857 |        0 |     3939      0 |      301 |      353
4.09/4.19	c #cpu_time = 0.007s
4.09/4.19	c #wall_clock_time = 0.007s
4.09/4.19	c #decision = 857
4.09/4.19	c #random_decision = 0
4.09/4.19	c #conflict = 0
4.09/4.19	c #restart = 0
4.09/4.19	c BCD2: found a new core of size 3: cost of the new core is >=2
4.09/4.19	c lower bound updated to -1540
4.19/4.20	c BCD2: 2090 <= obj <= 5086
4.19/4.20	c BCD2: #cores=68, #unrelaxed=1479, #relaxed=1620, #hardened=0
4.19/4.20	c BCD2: #sat=1 #unsat=365 bias=365/366
4.19/4.20	c Solving starts ...
4.19/4.20	c ============================[ Search Statistics ]============================
4.19/4.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.20	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.20	c =============================================================================
4.19/4.20	c  0.0s |       0 |        0 |        0 |     3939      0 |      301 |      353
4.19/4.20	c  0.0s |       0 |      856 |        0 |     3939      0 |      301 |      353
4.19/4.20	c #cpu_time = 0.007s
4.19/4.20	c #wall_clock_time = 0.007s
4.19/4.20	c #decision = 856
4.19/4.20	c #random_decision = 0
4.19/4.20	c #conflict = 0
4.19/4.20	c #restart = 0
4.19/4.20	c BCD2: found a new core of size 3: cost of the new core is >=2
4.19/4.21	c lower bound updated to -1538
4.19/4.21	c BCD2: 2092 <= obj <= 5086
4.19/4.21	c BCD2: #cores=69, #unrelaxed=1476, #relaxed=1623, #hardened=0
4.19/4.21	c BCD2: #sat=1 #unsat=366 bias=366/367
4.19/4.21	c Solving starts ...
4.19/4.21	c ============================[ Search Statistics ]============================
4.19/4.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.21	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.21	c =============================================================================
4.19/4.21	c  0.0s |       0 |        0 |        0 |     3939      0 |      301 |      353
4.19/4.21	c  0.0s |       0 |      855 |        0 |     3939      0 |      301 |      353
4.19/4.21	c #cpu_time = 0.007s
4.19/4.21	c #wall_clock_time = 0.007s
4.19/4.21	c #decision = 855
4.19/4.21	c #random_decision = 0
4.19/4.21	c #conflict = 0
4.19/4.21	c #restart = 0
4.19/4.21	c BCD2: found a new core of size 3: cost of the new core is >=2
4.19/4.21	c lower bound updated to -1536
4.19/4.22	c BCD2: 2094 <= obj <= 5086
4.19/4.22	c BCD2: #cores=70, #unrelaxed=1473, #relaxed=1626, #hardened=0
4.19/4.22	c BCD2: #sat=1 #unsat=367 bias=367/368
4.19/4.22	c Solving starts ...
4.19/4.22	c ============================[ Search Statistics ]============================
4.19/4.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.22	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.22	c =============================================================================
4.19/4.22	c  0.0s |       0 |        0 |        0 |     3939      0 |      301 |      353
4.19/4.22	c  0.0s |       0 |      854 |        0 |     3939      0 |      301 |      353
4.19/4.22	c #cpu_time = 0.007s
4.19/4.22	c #wall_clock_time = 0.007s
4.19/4.22	c #decision = 854
4.19/4.22	c #random_decision = 0
4.19/4.22	c #conflict = 0
4.19/4.22	c #restart = 0
4.19/4.22	c BCD2: found a new core of size 3: cost of the new core is >=2
4.19/4.22	c lower bound updated to -1534
4.19/4.23	c BCD2: 2096 <= obj <= 5086
4.19/4.23	c BCD2: #cores=71, #unrelaxed=1470, #relaxed=1629, #hardened=0
4.19/4.23	c BCD2: #sat=1 #unsat=368 bias=368/369
4.19/4.23	c Solving starts ...
4.19/4.23	c ============================[ Search Statistics ]============================
4.19/4.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.23	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.23	c =============================================================================
4.19/4.23	c  0.0s |       0 |        0 |        0 |     3939      0 |      301 |      353
4.19/4.23	c  0.0s |       0 |      853 |        0 |     3939      0 |      301 |      353
4.19/4.23	c #cpu_time = 0.007s
4.19/4.23	c #wall_clock_time = 0.007s
4.19/4.23	c #decision = 853
4.19/4.23	c #random_decision = 0
4.19/4.23	c #conflict = 0
4.19/4.23	c #restart = 0
4.19/4.23	c BCD2: found a new core of size 3: cost of the new core is >=2
4.19/4.23	c lower bound updated to -1532
4.19/4.24	c BCD2: 2098 <= obj <= 5086
4.19/4.24	c BCD2: #cores=72, #unrelaxed=1467, #relaxed=1632, #hardened=0
4.19/4.24	c BCD2: #sat=1 #unsat=369 bias=369/370
4.19/4.24	c Solving starts ...
4.19/4.24	c ============================[ Search Statistics ]============================
4.19/4.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.24	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.24	c =============================================================================
4.19/4.24	c  0.0s |       0 |        0 |        0 |     3939      0 |      301 |      353
4.19/4.24	c  0.0s |       0 |      852 |        0 |     3939      0 |      301 |      353
4.19/4.24	c #cpu_time = 0.007s
4.19/4.24	c #wall_clock_time = 0.007s
4.19/4.24	c #decision = 852
4.19/4.24	c #random_decision = 0
4.19/4.24	c #conflict = 0
4.19/4.24	c #restart = 0
4.19/4.24	c BCD2: found a new core of size 5: cost of the new core is >=2
4.19/4.24	c lower bound updated to -1530
4.19/4.25	c BCD2: 2100 <= obj <= 5086
4.19/4.25	c BCD2: #cores=73, #unrelaxed=1462, #relaxed=1637, #hardened=0
4.19/4.25	c BCD2: #sat=1 #unsat=370 bias=370/371
4.19/4.25	c Solving starts ...
4.19/4.25	c ============================[ Search Statistics ]============================
4.19/4.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.25	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.25	c =============================================================================
4.19/4.25	c  0.0s |       0 |        0 |        0 |     3939      0 |      301 |      353
4.19/4.26	c  0.0s |       0 |      872 |        1 |     3939      0 |      301 |      353
4.19/4.26	c #cpu_time = 0.008s
4.19/4.26	c #wall_clock_time = 0.008s
4.19/4.26	c #decision = 872
4.19/4.26	c #random_decision = 0
4.19/4.26	c #conflict = 1
4.19/4.26	c #restart = 0
4.19/4.26	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 28: cost of the new core is >=14
4.19/4.26	c BCD2: refineLB: 13 -> 14
4.19/4.26	c lower bound updated to -1528
4.19/4.26	c BCD2: 2102 <= obj <= 5086
4.19/4.26	c BCD2: #cores=72, #unrelaxed=1455, #relaxed=1644, #hardened=0
4.19/4.26	c BCD2: #sat=1 #unsat=371 bias=371/372
4.19/4.26	c Solving starts ...
4.19/4.26	c ============================[ Search Statistics ]============================
4.19/4.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.26	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.26	c =============================================================================
4.19/4.26	c  0.0s |       0 |        0 |        0 |     3939      0 |      303 |      353
4.19/4.27	c  0.0s |       0 |      843 |        1 |     3939      0 |      303 |      355
4.19/4.27	c #cpu_time = 0.007s
4.19/4.27	c #wall_clock_time = 0.007s
4.19/4.27	c #decision = 843
4.19/4.27	c #random_decision = 0
4.19/4.27	c #conflict = 1
4.19/4.27	c #restart = 0
4.19/4.27	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 12: cost of the new core is >=6
4.19/4.27	c BCD2: refineLB: 5 -> 6
4.19/4.27	c lower bound updated to -1526
4.19/4.27	c BCD2: 2104 <= obj <= 5086
4.19/4.27	c BCD2: #cores=71, #unrelaxed=1448, #relaxed=1651, #hardened=0
4.19/4.27	c BCD2: #sat=1 #unsat=372 bias=372/373
4.19/4.27	c Solving starts ...
4.19/4.27	c ============================[ Search Statistics ]============================
4.19/4.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.27	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.27	c =============================================================================
4.19/4.27	c  0.0s |       0 |        0 |        0 |     3939      0 |      305 |      355
4.19/4.28	c  0.0s |       0 |      849 |        1 |     3939      0 |      305 |      357
4.19/4.28	c #cpu_time = 0.007s
4.19/4.28	c #wall_clock_time = 0.007s
4.19/4.28	c #decision = 849
4.19/4.28	c #random_decision = 0
4.40/4.43	c #conflict = 1
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: relaxing 23 and merging with 5 cores into a new core of size 73: cost of the new core is >=24
4.40/4.43	c lower bound updated to -1525
4.40/4.43	c BCD2: 2105 <= obj <= 5086
4.40/4.43	c BCD2: #cores=67, #unrelaxed=1425, #relaxed=1674, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=373 bias=373/374
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      310 |      357
4.40/4.43	c  0.0s |       0 |      825 |        0 |     3939      0 |      310 |      362
4.40/4.43	c #cpu_time = 0.007s
4.40/4.43	c #wall_clock_time = 0.007s
4.40/4.43	c #decision = 825
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 0
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: found a new core of size 3: cost of the new core is >=2
4.40/4.43	c lower bound updated to -1523
4.40/4.43	c BCD2: 2107 <= obj <= 5086
4.40/4.43	c BCD2: #cores=68, #unrelaxed=1422, #relaxed=1677, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=374 bias=374/375
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      310 |      362
4.40/4.43	c  0.0s |       0 |      826 |        0 |     3939      0 |      310 |      362
4.40/4.43	c #cpu_time = 0.006s
4.40/4.43	c #wall_clock_time = 0.006s
4.40/4.43	c #decision = 826
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 0
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 11: cost of the new core is >=4
4.40/4.43	c lower bound updated to -1521
4.40/4.43	c BCD2: 2109 <= obj <= 5086
4.40/4.43	c BCD2: #cores=68, #unrelaxed=1416, #relaxed=1683, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=375 bias=375/376
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      311 |      362
4.40/4.43	c  0.0s |       0 |      828 |        0 |     3939      0 |      311 |      363
4.40/4.43	c #cpu_time = 0.007s
4.40/4.43	c #wall_clock_time = 0.007s
4.40/4.43	c #decision = 828
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 0
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: found a new core of size 5: cost of the new core is >=2
4.40/4.43	c lower bound updated to -1519
4.40/4.43	c BCD2: 2111 <= obj <= 5086
4.40/4.43	c BCD2: #cores=69, #unrelaxed=1411, #relaxed=1688, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=376 bias=376/377
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      311 |      363
4.40/4.43	c  0.0s |       0 |      825 |        0 |     3939      0 |      311 |      363
4.40/4.43	c #cpu_time = 0.007s
4.40/4.43	c #wall_clock_time = 0.007s
4.40/4.43	c #decision = 825
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 0
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
4.40/4.43	c BCD2: refineLB: 3 -> 4
4.40/4.43	c lower bound updated to -1517
4.40/4.43	c BCD2: 2113 <= obj <= 5086
4.40/4.43	c BCD2: #cores=69, #unrelaxed=1407, #relaxed=1692, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=377 bias=377/378
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      312 |      363
4.40/4.43	c  0.0s |       0 |      822 |        0 |     3939      0 |      312 |      364
4.40/4.43	c #cpu_time = 0.007s
4.40/4.43	c #wall_clock_time = 0.007s
4.40/4.43	c #decision = 822
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 0
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: found a new core of size 3: cost of the new core is >=2
4.40/4.43	c lower bound updated to -1515
4.40/4.43	c BCD2: 2115 <= obj <= 5086
4.40/4.43	c BCD2: #cores=70, #unrelaxed=1404, #relaxed=1695, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=378 bias=378/379
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      312 |      364
4.40/4.43	c  0.0s |       0 |     1079 |        1 |     3939      0 |      312 |      364
4.40/4.43	c #cpu_time = 0.009s
4.40/4.43	c #wall_clock_time = 0.009s
4.40/4.43	c #decision = 1079
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 1
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 17: cost of the new core is >=10
4.40/4.43	c lower bound updated to -1513
4.40/4.43	c BCD2: 2117 <= obj <= 5086
4.40/4.43	c BCD2: #cores=70, #unrelaxed=1400, #relaxed=1699, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=379 bias=379/380
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      313 |      364
4.40/4.43	c  0.0s |       0 |      862 |        1 |     3939      0 |      313 |      365
4.40/4.43	c #cpu_time = 0.008s
4.40/4.43	c #wall_clock_time = 0.008s
4.40/4.43	c #decision = 862
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 1
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 13: cost of the new core is >=5
4.40/4.43	c lower bound updated to -1512
4.40/4.43	c BCD2: 2118 <= obj <= 5086
4.40/4.43	c BCD2: #cores=69, #unrelaxed=1393, #relaxed=1706, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=380 bias=380/381
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      315 |      365
4.40/4.43	c  0.0s |       0 |      812 |        1 |     3939      0 |      315 |      367
4.40/4.43	c #cpu_time = 0.008s
4.40/4.43	c #wall_clock_time = 0.008s
4.40/4.43	c #decision = 812
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 1
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: relaxing 36 and merging with 9 cores into a new core of size 135: cost of the new core is >=40
4.40/4.43	c lower bound updated to -1511
4.40/4.43	c BCD2: 2119 <= obj <= 5086
4.40/4.43	c BCD2: #cores=61, #unrelaxed=1357, #relaxed=1742, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=381 bias=381/382
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      324 |      367
4.40/4.43	c  0.0s |       0 |      773 |        0 |     3939      0 |      324 |      376
4.40/4.43	c #cpu_time = 0.006s
4.40/4.43	c #wall_clock_time = 0.006s
4.40/4.43	c #decision = 773
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 0
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: found a new core of size 3: cost of the new core is >=2
4.40/4.43	c lower bound updated to -1509
4.40/4.43	c BCD2: 2121 <= obj <= 5086
4.40/4.43	c BCD2: #cores=62, #unrelaxed=1354, #relaxed=1745, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=382 bias=382/383
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      324 |      376
4.40/4.43	c  0.0s |       0 |      772 |        0 |     3939      0 |      324 |      376
4.40/4.43	c #cpu_time = 0.006s
4.40/4.43	c #wall_clock_time = 0.006s
4.40/4.43	c #decision = 772
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 0
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: found a new core of size 3: cost of the new core is >=2
4.40/4.43	c lower bound updated to -1507
4.40/4.43	c BCD2: 2123 <= obj <= 5086
4.40/4.43	c BCD2: #cores=63, #unrelaxed=1351, #relaxed=1748, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=383 bias=383/384
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      324 |      376
4.40/4.43	c  0.0s |       0 |      776 |        0 |     3939      0 |      324 |      376
4.40/4.43	c #cpu_time = 0.006s
4.40/4.43	c #wall_clock_time = 0.006s
4.40/4.43	c #decision = 776
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 0
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: found a new core of size 3: cost of the new core is >=2
4.40/4.43	c lower bound updated to -1505
4.40/4.43	c BCD2: 2125 <= obj <= 5086
4.40/4.43	c BCD2: #cores=64, #unrelaxed=1348, #relaxed=1751, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=384 bias=384/385
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      324 |      376
4.40/4.43	c  0.0s |       0 |      786 |        1 |     3939      0 |      324 |      376
4.40/4.43	c #cpu_time = 0.008s
4.40/4.43	c #wall_clock_time = 0.008s
4.40/4.43	c #decision = 786
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 1
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: relaxing 20 and merging with 5 cores into a new core of size 59: cost of the new core is >=19
4.40/4.43	c lower bound updated to -1504
4.40/4.43	c BCD2: 2126 <= obj <= 5086
4.40/4.43	c BCD2: #cores=60, #unrelaxed=1328, #relaxed=1771, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=385 bias=385/386
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      330 |      376
4.40/4.43	c  0.0s |       0 |      783 |        4 |     3939      0 |      330 |      383
4.40/4.43	c #cpu_time = 0.010s
4.40/4.43	c #wall_clock_time = 0.010s
4.40/4.43	c #decision = 783
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 4
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: relaxing 15 and merging with 8 cores into a new core of size 63: cost of the new core is >=31
4.40/4.43	c lower bound updated to -1503
4.40/4.43	c BCD2: 2127 <= obj <= 5086
4.40/4.43	c BCD2: #cores=53, #unrelaxed=1313, #relaxed=1786, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=386 bias=386/387
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      338 |      383
4.40/4.43	c  0.0s |       0 |      782 |        0 |     3939      0 |      338 |      391
4.40/4.43	c #cpu_time = 0.007s
4.40/4.43	c #wall_clock_time = 0.007s
4.40/4.43	c #decision = 782
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 0
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 10: cost of the new core is >=4
4.40/4.43	c BCD2: refineLB: 3 -> 4
4.40/4.43	c lower bound updated to -1501
4.40/4.43	c BCD2: 2129 <= obj <= 5086
4.40/4.43	c BCD2: #cores=53, #unrelaxed=1306, #relaxed=1793, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=387 bias=387/388
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     3939      0 |      339 |      391
4.40/4.44	c  0.0s |       0 |      791 |        1 |     3939      0 |      339 |      392
4.40/4.44	c #cpu_time = 0.007s
4.40/4.44	c #wall_clock_time = 0.007s
4.40/4.44	c #decision = 791
4.40/4.44	c #random_decision = 0
4.40/4.44	c #conflict = 1
4.40/4.44	c #restart = 0
4.40/4.44	c BCD2: relaxing 11 and merging with 3 cores into a new core of size 28: cost of the new core is >=13
4.40/4.44	c lower bound updated to -1500
4.40/4.44	c BCD2: 2130 <= obj <= 5086
4.40/4.44	c BCD2: #cores=51, #unrelaxed=1295, #relaxed=1804, #hardened=0
4.40/4.44	c BCD2: #sat=1 #unsat=388 bias=388/389
4.40/4.44	c Solving starts ...
4.40/4.44	c ============================[ Search Statistics ]============================
4.40/4.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.44	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.44	c =============================================================================
4.40/4.44	c  0.0s |       0 |        0 |        0 |     3939      0 |      342 |      392
4.40/4.45	c  0.0s |       0 |      772 |        1 |     3939      0 |      342 |      395
4.40/4.45	c #cpu_time = 0.007s
4.40/4.45	c #wall_clock_time = 0.007s
4.40/4.45	c #decision = 772
4.40/4.45	c #random_decision = 0
4.40/4.45	c #conflict = 1
4.40/4.45	c #restart = 0
4.40/4.45	c BCD2: relaxing 10 and merging with 3 cores into a new core of size 28: cost of the new core is >=11
4.40/4.45	c lower bound updated to -1499
4.40/4.45	c BCD2: 2131 <= obj <= 5086
4.40/4.45	c BCD2: #cores=49, #unrelaxed=1285, #relaxed=1814, #hardened=0
4.40/4.45	c BCD2: #sat=1 #unsat=389 bias=389/390
4.40/4.45	c Solving starts ...
4.40/4.45	c ============================[ Search Statistics ]============================
4.40/4.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.45	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.45	c =============================================================================
4.40/4.45	c  0.0s |       0 |        0 |        0 |     3939      0 |      345 |      395
4.40/4.46	c  0.0s |       0 |      793 |        0 |     3939      0 |      345 |      398
4.40/4.46	c #cpu_time = 0.007s
4.40/4.46	c #wall_clock_time = 0.007s
4.40/4.46	c #decision = 793
4.40/4.46	c #random_decision = 0
4.40/4.46	c #conflict = 0
4.40/4.46	c #restart = 0
4.40/4.46	c BCD2: found a new core of size 3: cost of the new core is >=2
4.40/4.46	c lower bound updated to -1497
4.40/4.46	c BCD2: 2133 <= obj <= 5086
4.40/4.46	c BCD2: #cores=50, #unrelaxed=1282, #relaxed=1817, #hardened=0
4.40/4.46	c BCD2: #sat=1 #unsat=390 bias=390/391
4.40/4.46	c Solving starts ...
4.40/4.46	c ============================[ Search Statistics ]============================
4.40/4.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.46	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.46	c =============================================================================
4.40/4.46	c  0.0s |       0 |        0 |        0 |     3939      0 |      345 |      398
4.40/4.47	c  0.0s |       0 |      794 |        0 |     3939      0 |      345 |      398
4.40/4.47	c #cpu_time = 0.007s
4.40/4.47	c #wall_clock_time = 0.007s
4.40/4.47	c #decision = 794
4.40/4.47	c #random_decision = 0
4.40/4.47	c #conflict = 0
4.40/4.47	c #restart = 0
4.40/4.47	c BCD2: found a new core of size 3: cost of the new core is >=2
4.40/4.47	c lower bound updated to -1495
4.40/4.47	c BCD2: 2135 <= obj <= 5086
4.40/4.47	c BCD2: #cores=51, #unrelaxed=1279, #relaxed=1820, #hardened=0
4.40/4.47	c BCD2: #sat=1 #unsat=391 bias=391/392
4.40/4.47	c Solving starts ...
4.40/4.47	c ============================[ Search Statistics ]============================
4.40/4.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.47	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.47	c =============================================================================
4.40/4.47	c  0.0s |       0 |        0 |        0 |     3939      0 |      345 |      398
4.40/4.48	c  0.0s |       0 |      793 |        0 |     3939      0 |      345 |      398
4.40/4.48	c #cpu_time = 0.007s
4.40/4.48	c #wall_clock_time = 0.007s
4.40/4.48	c #decision = 793
4.40/4.48	c #random_decision = 0
4.40/4.48	c #conflict = 0
4.40/4.48	c #restart = 0
4.40/4.48	c BCD2: found a new core of size 3: cost of the new core is >=2
4.40/4.48	c lower bound updated to -1493
4.40/4.48	c BCD2: 2137 <= obj <= 5086
4.40/4.48	c BCD2: #cores=52, #unrelaxed=1276, #relaxed=1823, #hardened=0
4.40/4.48	c BCD2: #sat=1 #unsat=392 bias=392/393
4.40/4.48	c Solving starts ...
4.40/4.48	c ============================[ Search Statistics ]============================
4.40/4.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.48	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.48	c =============================================================================
4.40/4.48	c  0.0s |       0 |        0 |        0 |     3939      0 |      345 |      398
4.40/4.49	c  0.0s |       0 |      800 |        0 |     3939      0 |      345 |      398
4.40/4.49	c #cpu_time = 0.007s
4.40/4.49	c #wall_clock_time = 0.007s
4.40/4.49	c #decision = 800
4.40/4.49	c #random_decision = 0
4.40/4.49	c #conflict = 0
4.40/4.49	c #restart = 0
4.40/4.49	c BCD2: found a new core of size 4: cost of the new core is >=2
4.40/4.49	c lower bound updated to -1491
4.40/4.49	c BCD2: 2139 <= obj <= 5086
4.40/4.49	c BCD2: #cores=53, #unrelaxed=1272, #relaxed=1827, #hardened=0
4.40/4.49	c BCD2: #sat=1 #unsat=393 bias=393/394
4.40/4.49	c Solving starts ...
4.40/4.49	c ============================[ Search Statistics ]============================
4.40/4.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.49	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.49	c =============================================================================
4.40/4.49	c  0.0s |       0 |        0 |        0 |     3939      0 |      345 |      398
4.40/4.50	c  0.0s |       0 |      886 |        1 |     3939      0 |      345 |      398
4.40/4.50	c #cpu_time = 0.008s
4.40/4.50	c #wall_clock_time = 0.008s
4.40/4.50	c #decision = 886
4.40/4.50	c #random_decision = 0
4.40/4.50	c #conflict = 1
4.40/4.50	c #restart = 0
4.40/4.50	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 12: cost of the new core is >=6
4.40/4.50	c lower bound updated to -1490
4.40/4.50	c BCD2: 2140 <= obj <= 5086
4.40/4.50	c BCD2: #cores=53, #unrelaxed=1267, #relaxed=1832, #hardened=0
4.40/4.50	c BCD2: #sat=1 #unsat=394 bias=394/395
4.40/4.50	c Solving starts ...
4.40/4.50	c ============================[ Search Statistics ]============================
4.40/4.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.50	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.50	c =============================================================================
4.40/4.50	c  0.0s |       0 |        0 |        0 |     3939      0 |      346 |      398
4.50/4.51	c  0.0s |       0 |      800 |        0 |     3939      0 |      346 |      399
4.50/4.51	c #cpu_time = 0.007s
4.50/4.51	c #wall_clock_time = 0.007s
4.50/4.51	c #decision = 800
4.50/4.51	c #random_decision = 0
4.50/4.51	c #conflict = 0
4.50/4.51	c #restart = 0
4.50/4.51	c BCD2: found a new core of size 3: cost of the new core is >=2
4.50/4.51	c lower bound updated to -1488
4.50/4.51	c BCD2: 2142 <= obj <= 5086
4.50/4.51	c BCD2: #cores=54, #unrelaxed=1264, #relaxed=1835, #hardened=0
4.50/4.51	c BCD2: #sat=1 #unsat=395 bias=395/396
4.50/4.51	c Solving starts ...
4.50/4.51	c ============================[ Search Statistics ]============================
4.50/4.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.51	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.51	c =============================================================================
4.50/4.51	c  0.0s |       0 |        0 |        0 |     3939      0 |      346 |      399
4.50/4.52	c  0.0s |       0 |      800 |        0 |     3939      0 |      346 |      399
4.50/4.52	c #cpu_time = 0.007s
4.50/4.52	c #wall_clock_time = 0.007s
4.50/4.52	c #decision = 800
4.50/4.52	c #random_decision = 0
4.50/4.52	c #conflict = 0
4.50/4.52	c #restart = 0
4.50/4.52	c BCD2: found a new core of size 3: cost of the new core is >=2
4.50/4.52	c lower bound updated to -1486
4.50/4.52	c BCD2: 2144 <= obj <= 5086
4.50/4.52	c BCD2: #cores=55, #unrelaxed=1261, #relaxed=1838, #hardened=0
4.50/4.52	c BCD2: #sat=1 #unsat=396 bias=396/397
4.50/4.52	c Solving starts ...
4.50/4.52	c ============================[ Search Statistics ]============================
4.50/4.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.52	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.52	c =============================================================================
4.50/4.52	c  0.0s |       0 |        0 |        0 |     3939      0 |      346 |      399
4.50/4.53	c  0.0s |       0 |      799 |        0 |     3939      0 |      346 |      399
4.50/4.53	c #cpu_time = 0.007s
4.50/4.53	c #wall_clock_time = 0.007s
4.50/4.53	c #decision = 799
4.50/4.53	c #random_decision = 0
4.50/4.53	c #conflict = 0
4.50/4.53	c #restart = 0
4.50/4.53	c BCD2: found a new core of size 3: cost of the new core is >=2
4.50/4.53	c lower bound updated to -1484
4.50/4.53	c BCD2: 2146 <= obj <= 5086
4.50/4.53	c BCD2: #cores=56, #unrelaxed=1258, #relaxed=1841, #hardened=0
4.50/4.53	c BCD2: #sat=1 #unsat=397 bias=397/398
4.50/4.53	c Solving starts ...
4.50/4.53	c ============================[ Search Statistics ]============================
4.50/4.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.53	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.53	c =============================================================================
4.50/4.53	c  0.0s |       0 |        0 |        0 |     3939      0 |      346 |      399
4.50/4.54	c  0.0s |       0 |      812 |        1 |     3939      0 |      346 |      399
4.50/4.54	c #cpu_time = 0.007s
4.50/4.54	c #wall_clock_time = 0.007s
4.50/4.54	c #decision = 812
4.50/4.54	c #random_decision = 0
4.50/4.54	c #conflict = 1
4.50/4.54	c #restart = 0
4.50/4.54	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 13: cost of the new core is >=6
4.50/4.54	c BCD2: refineLB: 5 -> 6
4.50/4.54	c lower bound updated to -1482
4.50/4.54	c BCD2: 2148 <= obj <= 5086
4.50/4.54	c BCD2: #cores=55, #unrelaxed=1251, #relaxed=1848, #hardened=0
4.50/4.54	c BCD2: #sat=1 #unsat=398 bias=398/399
4.50/4.54	c Solving starts ...
4.50/4.54	c ============================[ Search Statistics ]============================
4.50/4.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.54	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.54	c =============================================================================
4.50/4.54	c  0.0s |       0 |        0 |        0 |     3939      0 |      348 |      399
4.50/4.55	c  0.0s |       0 |      792 |        0 |     3939      0 |      348 |      401
4.50/4.55	c #cpu_time = 0.007s
4.50/4.55	c #wall_clock_time = 0.007s
4.50/4.55	c #decision = 792
4.50/4.55	c #random_decision = 0
4.50/4.55	c #conflict = 0
4.50/4.55	c #restart = 0
4.50/4.55	c BCD2: found a new core of size 3: cost of the new core is >=2
4.50/4.55	c lower bound updated to -1480
4.50/4.55	c BCD2: 2150 <= obj <= 5086
4.50/4.55	c BCD2: #cores=56, #unrelaxed=1248, #relaxed=1851, #hardened=0
4.50/4.55	c BCD2: #sat=1 #unsat=399 bias=399/400
4.50/4.55	c Solving starts ...
4.50/4.55	c ============================[ Search Statistics ]============================
4.50/4.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.55	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.55	c =============================================================================
4.50/4.55	c  0.0s |       0 |        0 |        0 |     3939      0 |      348 |      401
4.50/4.56	c  0.0s |       0 |      800 |        0 |     3939      0 |      348 |      401
4.50/4.56	c #cpu_time = 0.007s
4.50/4.56	c #wall_clock_time = 0.007s
4.50/4.56	c #decision = 800
4.50/4.56	c #random_decision = 0
4.50/4.56	c #conflict = 0
4.50/4.56	c #restart = 0
4.50/4.56	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
4.50/4.56	c lower bound updated to -1478
4.50/4.56	c BCD2: 2152 <= obj <= 5086
4.50/4.56	c BCD2: #cores=56, #unrelaxed=1243, #relaxed=1856, #hardened=0
4.50/4.56	c BCD2: #sat=1 #unsat=400 bias=400/401
4.50/4.56	c Solving starts ...
4.50/4.56	c ============================[ Search Statistics ]============================
4.50/4.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.56	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.56	c =============================================================================
4.50/4.56	c  0.0s |       0 |        0 |        0 |     3939      0 |      349 |      401
4.50/4.57	c  0.0s |       0 |      796 |        0 |     3939      0 |      349 |      402
4.50/4.57	c #cpu_time = 0.007s
4.50/4.57	c #wall_clock_time = 0.007s
4.50/4.57	c #decision = 796
4.50/4.57	c #random_decision = 0
4.50/4.57	c #conflict = 0
4.50/4.57	c #restart = 0
4.50/4.57	c BCD2: found a new core of size 3: cost of the new core is >=2
4.50/4.57	c lower bound updated to -1476
4.50/4.57	c BCD2: 2154 <= obj <= 5086
4.50/4.57	c BCD2: #cores=57, #unrelaxed=1240, #relaxed=1859, #hardened=0
4.50/4.57	c BCD2: #sat=1 #unsat=401 bias=401/402
4.50/4.57	c Solving starts ...
4.50/4.57	c ============================[ Search Statistics ]============================
4.50/4.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.57	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.57	c =============================================================================
4.50/4.57	c  0.0s |       0 |        0 |        0 |     3939      0 |      349 |      402
4.50/4.58	c  0.0s |       0 |      795 |        0 |     3939      0 |      349 |      402
4.50/4.58	c #cpu_time = 0.007s
4.50/4.58	c #wall_clock_time = 0.007s
4.50/4.58	c #decision = 795
4.50/4.58	c #random_decision = 0
4.50/4.58	c #conflict = 0
4.50/4.58	c #restart = 0
4.50/4.58	c BCD2: found a new core of size 3: cost of the new core is >=2
4.50/4.58	c lower bound updated to -1474
4.50/4.58	c BCD2: 2156 <= obj <= 5086
4.50/4.58	c BCD2: #cores=58, #unrelaxed=1237, #relaxed=1862, #hardened=0
4.50/4.58	c BCD2: #sat=1 #unsat=402 bias=402/403
4.50/4.58	c Solving starts ...
4.50/4.58	c ============================[ Search Statistics ]============================
4.50/4.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.58	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.58	c =============================================================================
4.50/4.58	c  0.0s |       0 |        0 |        0 |     3939      0 |      349 |      402
4.50/4.59	c  0.0s |       0 |      794 |        0 |     3939      0 |      349 |      402
4.50/4.59	c #cpu_time = 0.007s
4.50/4.59	c #wall_clock_time = 0.007s
4.50/4.59	c #decision = 794
4.50/4.59	c #random_decision = 0
4.50/4.59	c #conflict = 0
4.50/4.59	c #restart = 0
4.50/4.59	c BCD2: found a new core of size 3: cost of the new core is >=2
4.50/4.59	c lower bound updated to -1472
4.50/4.59	c BCD2: 2158 <= obj <= 5086
4.50/4.59	c BCD2: #cores=59, #unrelaxed=1234, #relaxed=1865, #hardened=0
4.50/4.59	c BCD2: #sat=1 #unsat=403 bias=403/404
4.50/4.60	c Solving starts ...
4.50/4.60	c ============================[ Search Statistics ]============================
4.50/4.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.60	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.60	c =============================================================================
4.50/4.60	c  0.0s |       0 |        0 |        0 |     3939      0 |      349 |      402
4.59/4.60	c  0.0s |       0 |      793 |        0 |     3939      0 |      349 |      402
4.59/4.60	c #cpu_time = 0.007s
4.59/4.60	c #wall_clock_time = 0.007s
4.59/4.60	c #decision = 793
4.59/4.60	c #random_decision = 0
4.59/4.60	c #conflict = 0
4.59/4.60	c #restart = 0
4.59/4.60	c BCD2: found a new core of size 3: cost of the new core is >=2
4.59/4.60	c lower bound updated to -1470
4.59/4.60	c BCD2: 2160 <= obj <= 5086
4.59/4.60	c BCD2: #cores=60, #unrelaxed=1231, #relaxed=1868, #hardened=0
4.59/4.60	c BCD2: #sat=1 #unsat=404 bias=404/405
4.59/4.61	c Solving starts ...
4.59/4.61	c ============================[ Search Statistics ]============================
4.59/4.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.61	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.61	c =============================================================================
4.59/4.61	c  0.0s |       0 |        0 |        0 |     3939      0 |      349 |      402
4.59/4.61	c  0.0s |       0 |      792 |        0 |     3939      0 |      349 |      402
4.59/4.61	c #cpu_time = 0.007s
4.59/4.61	c #wall_clock_time = 0.007s
4.59/4.61	c #decision = 792
4.59/4.61	c #random_decision = 0
4.59/4.61	c #conflict = 0
4.59/4.61	c #restart = 0
4.59/4.61	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
4.59/4.61	c BCD2: refineLB: 3 -> 4
4.59/4.61	c lower bound updated to -1468
4.59/4.61	c BCD2: 2162 <= obj <= 5086
4.59/4.61	c BCD2: #cores=60, #unrelaxed=1227, #relaxed=1872, #hardened=0
4.59/4.61	c BCD2: #sat=1 #unsat=405 bias=405/406
4.59/4.62	c Solving starts ...
4.59/4.62	c ============================[ Search Statistics ]============================
4.59/4.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.62	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.62	c =============================================================================
4.59/4.62	c  0.0s |       0 |        0 |        0 |     3939      0 |      350 |      402
4.59/4.62	c  0.0s |       0 |      789 |        0 |     3939      0 |      350 |      403
4.59/4.62	c #cpu_time = 0.007s
4.59/4.62	c #wall_clock_time = 0.007s
4.59/4.62	c #decision = 789
4.59/4.62	c #random_decision = 0
4.59/4.62	c #conflict = 0
4.59/4.62	c #restart = 0
4.59/4.62	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 14: cost of the new core is >=6
4.59/4.62	c BCD2: refineLB: 5 -> 6
4.59/4.62	c lower bound updated to -1466
4.59/4.63	c BCD2: 2164 <= obj <= 5086
4.59/4.63	c BCD2: #cores=59, #unrelaxed=1220, #relaxed=1879, #hardened=0
4.59/4.63	c BCD2: #sat=1 #unsat=406 bias=406/407
4.59/4.63	c Solving starts ...
4.59/4.63	c ============================[ Search Statistics ]============================
4.59/4.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.63	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.63	c =============================================================================
4.59/4.63	c  0.0s |       0 |        0 |        0 |     3939      0 |      352 |      403
4.59/4.63	c  0.0s |       0 |      782 |        0 |     3939      0 |      352 |      405
4.59/4.63	c #cpu_time = 0.007s
4.59/4.63	c #wall_clock_time = 0.007s
4.59/4.63	c #decision = 782
4.59/4.63	c #random_decision = 0
4.59/4.63	c #conflict = 0
4.59/4.63	c #restart = 0
4.59/4.63	c BCD2: found a new core of size 3: cost of the new core is >=2
4.59/4.63	c lower bound updated to -1464
4.59/4.64	c BCD2: 2166 <= obj <= 5086
4.59/4.64	c BCD2: #cores=60, #unrelaxed=1217, #relaxed=1882, #hardened=0
4.59/4.64	c BCD2: #sat=1 #unsat=407 bias=407/408
4.59/4.64	c Solving starts ...
4.59/4.64	c ============================[ Search Statistics ]============================
4.59/4.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.64	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.64	c =============================================================================
4.59/4.64	c  0.0s |       0 |        0 |        0 |     3939      0 |      352 |      405
4.59/4.65	c  0.0s |       0 |      781 |        0 |     3939      0 |      352 |      405
4.59/4.65	c #cpu_time = 0.007s
4.59/4.65	c #wall_clock_time = 0.007s
4.59/4.65	c #decision = 781
4.59/4.65	c #random_decision = 0
4.59/4.65	c #conflict = 0
4.59/4.65	c #restart = 0
4.59/4.65	c BCD2: found a new core of size 3: cost of the new core is >=2
4.59/4.65	c lower bound updated to -1462
4.59/4.65	c BCD2: 2168 <= obj <= 5086
4.59/4.65	c BCD2: #cores=61, #unrelaxed=1214, #relaxed=1885, #hardened=0
4.59/4.65	c BCD2: #sat=1 #unsat=408 bias=408/409
4.59/4.65	c Solving starts ...
4.59/4.65	c ============================[ Search Statistics ]============================
4.59/4.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.65	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.65	c =============================================================================
4.59/4.65	c  0.0s |       0 |        0 |        0 |     3939      0 |      352 |      405
4.59/4.66	c  0.0s |       0 |      780 |        0 |     3939      0 |      352 |      405
4.59/4.66	c #cpu_time = 0.007s
4.59/4.66	c #wall_clock_time = 0.007s
4.59/4.66	c #decision = 780
4.59/4.66	c #random_decision = 0
4.59/4.66	c #conflict = 0
4.59/4.66	c #restart = 0
4.59/4.66	c BCD2: found a new core of size 3: cost of the new core is >=2
4.59/4.66	c lower bound updated to -1460
4.59/4.66	c BCD2: 2170 <= obj <= 5086
4.59/4.66	c BCD2: #cores=62, #unrelaxed=1211, #relaxed=1888, #hardened=0
4.59/4.66	c BCD2: #sat=1 #unsat=409 bias=409/410
4.59/4.66	c Solving starts ...
4.59/4.66	c ============================[ Search Statistics ]============================
4.59/4.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.66	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.66	c =============================================================================
4.59/4.66	c  0.0s |       0 |        0 |        0 |     3939      0 |      352 |      405
4.59/4.67	c  0.0s |       0 |      779 |        0 |     3939      0 |      352 |      405
4.59/4.67	c #cpu_time = 0.007s
4.59/4.67	c #wall_clock_time = 0.007s
4.59/4.67	c #decision = 779
4.59/4.67	c #random_decision = 0
4.59/4.67	c #conflict = 0
4.59/4.67	c #restart = 0
4.59/4.67	c BCD2: found a new core of size 3: cost of the new core is >=2
4.59/4.67	c lower bound updated to -1458
4.59/4.67	c BCD2: 2172 <= obj <= 5086
4.59/4.67	c BCD2: #cores=63, #unrelaxed=1208, #relaxed=1891, #hardened=0
4.59/4.67	c BCD2: #sat=1 #unsat=410 bias=410/411
4.59/4.67	c Solving starts ...
4.59/4.67	c ============================[ Search Statistics ]============================
4.59/4.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.67	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.67	c =============================================================================
4.59/4.67	c  0.0s |       0 |        0 |        0 |     3939      0 |      352 |      405
4.59/4.68	c  0.0s |       0 |      778 |        0 |     3939      0 |      352 |      405
4.59/4.68	c #cpu_time = 0.007s
4.59/4.68	c #wall_clock_time = 0.007s
4.59/4.68	c #decision = 778
4.59/4.68	c #random_decision = 0
4.59/4.68	c #conflict = 0
4.59/4.68	c #restart = 0
4.59/4.68	c BCD2: found a new core of size 3: cost of the new core is >=2
4.59/4.68	c lower bound updated to -1456
4.59/4.68	c BCD2: 2174 <= obj <= 5086
4.59/4.68	c BCD2: #cores=64, #unrelaxed=1205, #relaxed=1894, #hardened=0
4.59/4.68	c BCD2: #sat=1 #unsat=411 bias=411/412
4.59/4.68	c Solving starts ...
4.59/4.68	c ============================[ Search Statistics ]============================
4.59/4.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.68	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.68	c =============================================================================
4.59/4.68	c  0.0s |       0 |        0 |        0 |     3939      0 |      352 |      405
4.59/4.69	c  0.0s |       0 |      777 |        0 |     3939      0 |      352 |      405
4.59/4.69	c #cpu_time = 0.007s
4.59/4.69	c #wall_clock_time = 0.007s
4.59/4.69	c #decision = 777
4.59/4.69	c #random_decision = 0
4.59/4.69	c #conflict = 0
4.59/4.69	c #restart = 0
4.59/4.69	c BCD2: found a new core of size 3: cost of the new core is >=2
4.59/4.69	c lower bound updated to -1454
4.59/4.69	c BCD2: 2176 <= obj <= 5086
4.59/4.69	c BCD2: #cores=65, #unrelaxed=1202, #relaxed=1897, #hardened=0
4.59/4.69	c BCD2: #sat=1 #unsat=412 bias=412/413
4.59/4.69	c Solving starts ...
4.59/4.69	c ============================[ Search Statistics ]============================
4.59/4.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.69	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.69	c =============================================================================
4.59/4.69	c  0.0s |       0 |        0 |        0 |     3939      0 |      352 |      405
4.69/4.70	c  0.0s |       0 |      776 |        0 |     3939      0 |      352 |      405
4.69/4.70	c #cpu_time = 0.007s
4.69/4.70	c #wall_clock_time = 0.007s
4.69/4.70	c #decision = 776
4.69/4.70	c #random_decision = 0
4.69/4.70	c #conflict = 0
4.69/4.70	c #restart = 0
4.69/4.70	c BCD2: relaxing 9 and merging with 1 cores into a new core of size 12: cost of the new core is >=4
4.69/4.70	c BCD2: refineLB: 3 -> 4
4.69/4.70	c lower bound updated to -1452
4.69/4.70	c BCD2: 2178 <= obj <= 5086
4.69/4.70	c BCD2: #cores=65, #unrelaxed=1193, #relaxed=1906, #hardened=0
4.69/4.70	c BCD2: #sat=1 #unsat=413 bias=413/414
4.69/4.70	c Solving starts ...
4.69/4.70	c ============================[ Search Statistics ]============================
4.69/4.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.70	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.70	c =============================================================================
4.69/4.70	c  0.0s |       0 |        0 |        0 |     3939      0 |      353 |      405
4.69/4.71	c  0.0s |       0 |      864 |        1 |     3939      0 |      353 |      406
4.69/4.71	c #cpu_time = 0.009s
4.69/4.71	c #wall_clock_time = 0.009s
4.69/4.71	c #decision = 864
4.69/4.71	c #random_decision = 0
4.69/4.71	c #conflict = 1
4.69/4.71	c #restart = 0
4.69/4.71	c BCD2: found a new core of size 4: cost of the new core is >=2
4.69/4.71	c lower bound updated to -1450
4.69/4.71	c BCD2: 2180 <= obj <= 5086
4.69/4.71	c BCD2: #cores=66, #unrelaxed=1189, #relaxed=1910, #hardened=0
4.69/4.71	c BCD2: #sat=1 #unsat=414 bias=414/415
4.69/4.71	c Solving starts ...
4.69/4.71	c ============================[ Search Statistics ]============================
4.69/4.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.71	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.71	c =============================================================================
4.69/4.71	c  0.0s |       0 |        0 |        0 |     3939      0 |      353 |      406
4.69/4.72	c  0.0s |       0 |      766 |        0 |     3939      0 |      353 |      406
4.69/4.72	c #cpu_time = 0.006s
4.69/4.72	c #wall_clock_time = 0.006s
4.69/4.72	c #decision = 766
4.69/4.72	c #random_decision = 0
4.69/4.72	c #conflict = 0
4.69/4.72	c #restart = 0
4.69/4.72	c BCD2: found a new core of size 3: cost of the new core is >=2
4.69/4.72	c lower bound updated to -1448
4.69/4.72	c BCD2: 2182 <= obj <= 5086
4.69/4.72	c BCD2: #cores=67, #unrelaxed=1186, #relaxed=1913, #hardened=0
4.69/4.72	c BCD2: #sat=1 #unsat=415 bias=415/416
4.69/4.72	c Solving starts ...
4.69/4.72	c ============================[ Search Statistics ]============================
4.69/4.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.72	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.72	c =============================================================================
4.69/4.72	c  0.0s |       0 |        0 |        0 |     3939      0 |      353 |      406
4.69/4.73	c  0.0s |       0 |      765 |        0 |     3939      0 |      353 |      406
4.69/4.73	c #cpu_time = 0.007s
4.69/4.73	c #wall_clock_time = 0.007s
4.69/4.73	c #decision = 765
4.69/4.73	c #random_decision = 0
4.69/4.73	c #conflict = 0
4.69/4.73	c #restart = 0
4.69/4.73	c BCD2: found a new core of size 4: cost of the new core is >=2
4.69/4.73	c lower bound updated to -1446
4.69/4.73	c BCD2: 2184 <= obj <= 5086
4.69/4.73	c BCD2: #cores=68, #unrelaxed=1182, #relaxed=1917, #hardened=0
4.69/4.73	c BCD2: #sat=1 #unsat=416 bias=416/417
4.69/4.73	c Solving starts ...
4.69/4.73	c ============================[ Search Statistics ]============================
4.69/4.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.73	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.73	c =============================================================================
4.69/4.73	c  0.0s |       0 |        0 |        0 |     3939      0 |      353 |      406
4.69/4.74	c  0.0s |       0 |      811 |        1 |     4333      0 |      353 |      406
4.69/4.74	c #cpu_time = 0.008s
4.69/4.74	c #wall_clock_time = 0.008s
4.69/4.74	c #decision = 811
4.69/4.74	c #random_decision = 0
4.69/4.74	c #conflict = 1
4.69/4.74	c #restart = 0
4.69/4.74	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
4.69/4.74	c BCD2: refineLB: 3 -> 4
4.69/4.74	c lower bound updated to -1444
4.69/4.74	c BCD2: 2186 <= obj <= 5086
4.69/4.74	c BCD2: #cores=68, #unrelaxed=1177, #relaxed=1922, #hardened=0
4.69/4.74	c BCD2: #sat=1 #unsat=417 bias=417/418
4.69/4.74	c Solving starts ...
4.69/4.74	c ============================[ Search Statistics ]============================
4.69/4.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.74	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.74	c =============================================================================
4.69/4.74	c  0.0s |       0 |        0 |        0 |     4333      0 |      354 |      406
4.69/4.75	c  0.0s |       0 |      759 |        0 |     4333      0 |      354 |      407
4.69/4.75	c #cpu_time = 0.007s
4.69/4.75	c #wall_clock_time = 0.007s
4.69/4.75	c #decision = 759
4.69/4.75	c #random_decision = 0
4.69/4.75	c #conflict = 0
4.69/4.75	c #restart = 0
4.69/4.75	c BCD2: found a new core of size 3: cost of the new core is >=2
4.69/4.75	c lower bound updated to -1442
4.69/4.75	c BCD2: 2188 <= obj <= 5086
4.69/4.75	c BCD2: #cores=69, #unrelaxed=1174, #relaxed=1925, #hardened=0
4.69/4.75	c BCD2: #sat=1 #unsat=418 bias=418/419
4.69/4.75	c Solving starts ...
4.69/4.75	c ============================[ Search Statistics ]============================
4.69/4.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.75	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.75	c =============================================================================
4.69/4.75	c  0.0s |       0 |        0 |        0 |     4333      0 |      354 |      407
4.69/4.76	c  0.0s |       0 |      758 |        0 |     4333      0 |      354 |      407
4.69/4.76	c #cpu_time = 0.007s
4.69/4.76	c #wall_clock_time = 0.007s
4.69/4.76	c #decision = 758
4.69/4.76	c #random_decision = 0
4.69/4.76	c #conflict = 0
4.69/4.76	c #restart = 0
4.69/4.76	c BCD2: found a new core of size 3: cost of the new core is >=2
4.69/4.76	c lower bound updated to -1440
4.69/4.76	c BCD2: 2190 <= obj <= 5086
4.69/4.76	c BCD2: #cores=70, #unrelaxed=1171, #relaxed=1928, #hardened=0
4.69/4.76	c BCD2: #sat=1 #unsat=419 bias=419/420
4.69/4.76	c Solving starts ...
4.69/4.76	c ============================[ Search Statistics ]============================
4.69/4.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.76	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.76	c =============================================================================
4.69/4.76	c  0.0s |       0 |        0 |        0 |     4333      0 |      354 |      407
4.69/4.77	c  0.0s |       0 |      757 |        0 |     4333      0 |      354 |      407
4.69/4.77	c #cpu_time = 0.007s
4.69/4.77	c #wall_clock_time = 0.007s
4.69/4.77	c #decision = 757
4.69/4.77	c #random_decision = 0
4.69/4.77	c #conflict = 0
4.69/4.77	c #restart = 0
4.69/4.77	c BCD2: found a new core of size 3: cost of the new core is >=2
4.69/4.77	c lower bound updated to -1438
4.69/4.77	c BCD2: 2192 <= obj <= 5086
4.69/4.77	c BCD2: #cores=71, #unrelaxed=1168, #relaxed=1931, #hardened=0
4.69/4.77	c BCD2: #sat=1 #unsat=420 bias=420/421
4.69/4.77	c Solving starts ...
4.69/4.77	c ============================[ Search Statistics ]============================
4.69/4.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.77	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.77	c =============================================================================
4.69/4.77	c  0.0s |       0 |        0 |        0 |     4333      0 |      354 |      407
4.69/4.78	c  0.0s |       0 |      756 |        0 |     4333      0 |      354 |      407
4.69/4.78	c #cpu_time = 0.006s
4.69/4.78	c #wall_clock_time = 0.006s
4.69/4.78	c #decision = 756
4.69/4.78	c #random_decision = 0
4.69/4.78	c #conflict = 0
4.69/4.78	c #restart = 0
4.69/4.78	c BCD2: found a new core of size 5: cost of the new core is >=2
4.69/4.78	c lower bound updated to -1436
4.69/4.78	c BCD2: 2194 <= obj <= 5086
4.69/4.78	c BCD2: #cores=72, #unrelaxed=1163, #relaxed=1936, #hardened=0
4.69/4.78	c BCD2: #sat=1 #unsat=421 bias=421/422
4.69/4.78	c Solving starts ...
4.69/4.78	c ============================[ Search Statistics ]============================
4.69/4.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.78	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.78	c =============================================================================
4.69/4.78	c  0.0s |       0 |        0 |        0 |     4333      0 |      354 |      407
4.69/4.79	c  0.0s |       0 |      753 |        0 |     4333      0 |      354 |      407
4.69/4.79	c #cpu_time = 0.007s
4.69/4.79	c #wall_clock_time = 0.007s
4.69/4.79	c #decision = 753
4.69/4.79	c #random_decision = 0
4.69/4.79	c #conflict = 0
4.69/4.79	c #restart = 0
4.69/4.79	c BCD2: found a new core of size 3: cost of the new core is >=2
4.69/4.79	c lower bound updated to -1434
4.69/4.79	c BCD2: 2196 <= obj <= 5086
4.69/4.79	c BCD2: #cores=73, #unrelaxed=1160, #relaxed=1939, #hardened=0
4.69/4.79	c BCD2: #sat=1 #unsat=422 bias=422/423
4.69/4.79	c Solving starts ...
4.69/4.79	c ============================[ Search Statistics ]============================
4.69/4.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.79	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.79	c =============================================================================
4.69/4.79	c  0.0s |       0 |        0 |        0 |     4333      0 |      354 |      407
4.79/4.80	c  0.0s |       0 |      825 |        1 |     4333      0 |      354 |      407
4.79/4.80	c #cpu_time = 0.008s
4.79/4.80	c #wall_clock_time = 0.008s
4.79/4.80	c #decision = 825
4.79/4.80	c #random_decision = 0
4.79/4.80	c #conflict = 1
4.79/4.80	c #restart = 0
4.79/4.80	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 12: cost of the new core is >=6
4.79/4.80	c lower bound updated to -1432
4.79/4.80	c BCD2: 2198 <= obj <= 5086
4.79/4.80	c BCD2: #cores=73, #unrelaxed=1155, #relaxed=1944, #hardened=0
4.79/4.80	c BCD2: #sat=1 #unsat=423 bias=423/424
4.79/4.80	c Solving starts ...
4.79/4.80	c ============================[ Search Statistics ]============================
4.79/4.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.80	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.80	c =============================================================================
4.79/4.80	c  0.0s |       0 |        0 |        0 |     4333      0 |      355 |      407
4.79/4.81	c  0.0s |       0 |      748 |        0 |     4333      0 |      355 |      408
4.79/4.81	c #cpu_time = 0.007s
4.79/4.81	c #wall_clock_time = 0.007s
4.79/4.81	c #decision = 748
4.79/4.81	c #random_decision = 0
4.79/4.81	c #conflict = 0
4.79/4.81	c #restart = 0
4.79/4.81	c BCD2: found a new core of size 3: cost of the new core is >=2
4.79/4.81	c lower bound updated to -1430
4.79/4.81	c BCD2: 2200 <= obj <= 5086
4.79/4.81	c BCD2: #cores=74, #unrelaxed=1152, #relaxed=1947, #hardened=0
4.79/4.81	c BCD2: #sat=1 #unsat=424 bias=424/425
4.79/4.81	c Solving starts ...
4.79/4.81	c ============================[ Search Statistics ]============================
4.79/4.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.81	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.81	c =============================================================================
4.79/4.81	c  0.0s |       0 |        0 |        0 |     4333      0 |      355 |      408
4.79/4.82	c  0.0s |       0 |      747 |        0 |     4333      0 |      355 |      408
4.79/4.82	c #cpu_time = 0.006s
4.79/4.82	c #wall_clock_time = 0.006s
4.79/4.82	c #decision = 747
4.79/4.82	c #random_decision = 0
4.79/4.82	c #conflict = 0
4.79/4.82	c #restart = 0
4.79/4.82	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
4.79/4.82	c BCD2: refineLB: 3 -> 4
4.79/4.82	c lower bound updated to -1428
4.79/4.82	c BCD2: 2202 <= obj <= 5086
4.79/4.82	c BCD2: #cores=74, #unrelaxed=1148, #relaxed=1951, #hardened=0
4.79/4.82	c BCD2: #sat=1 #unsat=425 bias=425/426
4.79/4.82	c Solving starts ...
4.79/4.82	c ============================[ Search Statistics ]============================
4.79/4.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.82	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.82	c =============================================================================
4.79/4.82	c  0.0s |       0 |        0 |        0 |     4333      0 |      356 |      408
4.79/4.83	c  0.0s |       0 |      787 |        1 |     4333      0 |      356 |      409
4.79/4.83	c #cpu_time = 0.008s
4.79/4.83	c #wall_clock_time = 0.008s
4.79/4.83	c #decision = 787
4.79/4.83	c #random_decision = 0
4.79/4.83	c #conflict = 1
4.79/4.83	c #restart = 0
4.79/4.83	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
4.79/4.83	c BCD2: refineLB: 3 -> 4
4.79/4.83	c lower bound updated to -1426
4.79/4.83	c BCD2: 2204 <= obj <= 5086
4.79/4.83	c BCD2: #cores=74, #unrelaxed=1143, #relaxed=1956, #hardened=0
4.79/4.83	c BCD2: #sat=1 #unsat=426 bias=426/427
4.79/4.83	c Solving starts ...
4.79/4.83	c ============================[ Search Statistics ]============================
4.79/4.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.83	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.83	c =============================================================================
4.79/4.83	c  0.0s |       0 |        0 |        0 |     4333      0 |      357 |      409
4.79/4.84	c  0.0s |       0 |      741 |        0 |     4333      0 |      357 |      410
4.79/4.84	c #cpu_time = 0.007s
4.79/4.84	c #wall_clock_time = 0.007s
4.79/4.84	c #decision = 741
4.79/4.84	c #random_decision = 0
4.79/4.84	c #conflict = 0
4.79/4.84	c #restart = 0
4.79/4.84	c BCD2: found a new core of size 5: cost of the new core is >=2
4.79/4.84	c lower bound updated to -1424
4.79/4.84	c BCD2: 2206 <= obj <= 5086
4.79/4.84	c BCD2: #cores=75, #unrelaxed=1138, #relaxed=1961, #hardened=0
4.79/4.84	c BCD2: #sat=1 #unsat=427 bias=427/428
4.79/4.84	c Solving starts ...
4.79/4.84	c ============================[ Search Statistics ]============================
4.79/4.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.84	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.84	c =============================================================================
4.79/4.84	c  0.0s |       0 |        0 |        0 |     4333      0 |      357 |      410
4.79/4.85	c  0.0s |       0 |      741 |        1 |     4333      0 |      357 |      410
4.79/4.85	c #cpu_time = 0.007s
4.79/4.85	c #wall_clock_time = 0.007s
4.79/4.85	c #decision = 741
4.79/4.85	c #random_decision = 0
4.79/4.85	c #conflict = 1
4.79/4.85	c #restart = 0
4.79/4.85	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
4.79/4.85	c BCD2: refineLB: 3 -> 4
4.79/4.85	c lower bound updated to -1422
4.79/4.85	c BCD2: 2208 <= obj <= 5086
4.79/4.85	c BCD2: #cores=75, #unrelaxed=1132, #relaxed=1967, #hardened=0
4.79/4.85	c BCD2: #sat=1 #unsat=428 bias=428/429
4.79/4.85	c Solving starts ...
4.79/4.85	c ============================[ Search Statistics ]============================
4.79/4.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.85	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.85	c =============================================================================
4.79/4.85	c  0.0s |       0 |        0 |        0 |     4333      0 |      358 |      410
4.79/4.86	c  0.0s |       0 |      735 |        0 |     4333      0 |      358 |      411
4.79/4.86	c #cpu_time = 0.007s
4.79/4.86	c #wall_clock_time = 0.007s
4.79/4.86	c #decision = 735
4.79/4.86	c #random_decision = 0
4.79/4.86	c #conflict = 0
4.79/4.86	c #restart = 0
4.79/4.86	c BCD2: found a new core of size 3: cost of the new core is >=2
4.79/4.86	c lower bound updated to -1420
4.79/4.86	c BCD2: 2210 <= obj <= 5086
4.79/4.86	c BCD2: #cores=76, #unrelaxed=1129, #relaxed=1970, #hardened=0
4.79/4.86	c BCD2: #sat=1 #unsat=429 bias=429/430
4.79/4.86	c Solving starts ...
4.79/4.86	c ============================[ Search Statistics ]============================
4.79/4.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.86	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.86	c =============================================================================
4.79/4.86	c  0.0s |       0 |        0 |        0 |     4333      0 |      358 |      411
4.79/4.87	c  0.0s |       0 |      738 |        2 |     4333      0 |      358 |      411
4.79/4.87	c #cpu_time = 0.009s
4.79/4.87	c #wall_clock_time = 0.009s
4.79/4.87	c #decision = 738
4.79/4.87	c #random_decision = 0
4.79/4.87	c #conflict = 2
4.79/4.87	c #restart = 0
4.79/4.87	c BCD2: relaxing 42 and merging with 9 cores into a new core of size 157: cost of the new core is >=61
4.79/4.87	c lower bound updated to -1419
4.79/4.88	c BCD2: 2211 <= obj <= 5086
4.79/4.88	c BCD2: #cores=68, #unrelaxed=1087, #relaxed=2012, #hardened=0
4.79/4.88	c BCD2: #sat=1 #unsat=430 bias=430/431
4.79/4.88	c Solving starts ...
4.79/4.88	c ============================[ Search Statistics ]============================
4.79/4.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.88	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.88	c =============================================================================
4.79/4.88	c  0.0s |       0 |        0 |        0 |     4333      0 |      367 |      411
4.79/4.89	c  0.0s |       0 |      688 |        0 |     4333      0 |      367 |      420
4.79/4.89	c #cpu_time = 0.006s
4.79/4.89	c #wall_clock_time = 0.006s
4.79/4.89	c #decision = 688
4.79/4.89	c #random_decision = 0
4.79/4.89	c #conflict = 0
4.79/4.89	c #restart = 0
4.79/4.89	c BCD2: found a new core of size 5: cost of the new core is >=2
4.79/4.89	c lower bound updated to -1417
4.79/4.89	c BCD2: 2213 <= obj <= 5086
4.79/4.89	c BCD2: #cores=69, #unrelaxed=1082, #relaxed=2017, #hardened=0
4.79/4.89	c BCD2: #sat=1 #unsat=431 bias=431/432
4.79/4.89	c Solving starts ...
4.79/4.89	c ============================[ Search Statistics ]============================
4.79/4.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.89	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.89	c =============================================================================
4.79/4.89	c  0.0s |       0 |        0 |        0 |     4333      0 |      367 |      420
4.79/4.89	c  0.0s |       0 |      689 |        1 |     4333      0 |      367 |      420
4.79/4.89	c #cpu_time = 0.007s
4.79/4.89	c #wall_clock_time = 0.007s
4.79/4.89	c #decision = 689
4.79/4.89	c #random_decision = 0
4.79/4.89	c #conflict = 1
4.79/4.89	c #restart = 0
4.79/4.89	c BCD2: relaxing 16 and merging with 1 cores into a new core of size 39: cost of the new core is >=10
4.79/4.89	c lower bound updated to -1415
4.89/4.90	c BCD2: 2215 <= obj <= 5086
4.89/4.90	c BCD2: #cores=69, #unrelaxed=1066, #relaxed=2033, #hardened=0
4.89/4.90	c BCD2: #sat=1 #unsat=432 bias=432/433
4.89/4.90	c Solving starts ...
4.89/4.90	c ============================[ Search Statistics ]============================
4.89/4.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.90	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.90	c =============================================================================
4.89/4.90	c  0.0s |       0 |        0 |        0 |     4333      0 |      368 |      420
4.89/4.90	c  0.0s |       0 |      683 |        1 |     4333      0 |      368 |      421
4.89/4.90	c #cpu_time = 0.007s
4.89/4.90	c #wall_clock_time = 0.007s
4.89/4.90	c #decision = 683
4.89/4.90	c #random_decision = 0
4.89/4.90	c #conflict = 1
4.89/4.90	c #restart = 0
4.89/4.90	c BCD2: relaxing 25 and merging with 2 cores into a new core of size 106: cost of the new core is >=28
4.89/4.91	c lower bound updated to -1414
4.89/4.91	c BCD2: 2216 <= obj <= 5086
4.89/4.91	c BCD2: #cores=68, #unrelaxed=1041, #relaxed=2058, #hardened=0
4.89/4.91	c BCD2: #sat=1 #unsat=433 bias=433/434
4.89/4.91	c Solving starts ...
4.89/4.91	c ============================[ Search Statistics ]============================
4.89/4.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.91	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.91	c =============================================================================
4.89/4.91	c  0.0s |       0 |        0 |        0 |     4333      0 |      370 |      421
4.89/4.92	c  0.0s |       0 |      674 |        1 |     4333      0 |      370 |      423
4.89/4.92	c #cpu_time = 0.007s
4.89/4.92	c #wall_clock_time = 0.007s
4.89/4.92	c #decision = 674
4.89/4.92	c #random_decision = 0
4.89/4.92	c #conflict = 1
4.89/4.92	c #restart = 0
4.89/4.92	c BCD2: relaxing 14 and merging with 4 cores into a new core of size 41: cost of the new core is >=14
4.89/4.92	c BCD2: refineLB: 13 -> 14
4.89/4.92	c lower bound updated to -1412
4.89/4.92	c BCD2: 2218 <= obj <= 5086
4.89/4.92	c BCD2: #cores=65, #unrelaxed=1027, #relaxed=2072, #hardened=0
4.89/4.92	c BCD2: #sat=1 #unsat=434 bias=434/435
4.89/4.92	c Solving starts ...
4.89/4.92	c ============================[ Search Statistics ]============================
4.89/4.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.92	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.92	c =============================================================================
4.89/4.92	c  0.0s |       0 |        0 |        0 |     4333      0 |      374 |      423
4.89/4.93	c  0.0s |       0 |      651 |        1 |     4333      0 |      374 |      427
4.89/4.93	c #cpu_time = 0.007s
4.89/4.93	c #wall_clock_time = 0.007s
4.89/4.93	c #decision = 651
4.89/4.93	c #random_decision = 0
4.89/4.93	c #conflict = 1
4.89/4.93	c #restart = 0
4.89/4.93	c BCD2: relaxing 11 and merging with 2 cores into a new core of size 24: cost of the new core is >=8
4.89/4.93	c BCD2: refineLB: 7 -> 8
4.89/4.93	c lower bound updated to -1410
4.89/4.93	c BCD2: 2220 <= obj <= 5086
4.89/4.93	c BCD2: #cores=64, #unrelaxed=1016, #relaxed=2083, #hardened=0
4.89/4.93	c BCD2: #sat=1 #unsat=435 bias=435/436
4.89/4.93	c Solving starts ...
4.89/4.93	c ============================[ Search Statistics ]============================
4.89/4.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.93	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.93	c =============================================================================
4.89/4.93	c  0.0s |       0 |        0 |        0 |     4333      0 |      376 |      427
4.89/4.94	c  0.0s |       0 |      644 |        2 |     4333      0 |      376 |      429
4.89/4.94	c #cpu_time = 0.008s
4.89/4.94	c #wall_clock_time = 0.008s
4.89/4.94	c #decision = 644
4.89/4.94	c #random_decision = 0
4.89/4.94	c #conflict = 2
4.89/4.94	c #restart = 0
4.89/4.94	c BCD2: relaxing 17 and merging with 3 cores into a new core of size 61: cost of the new core is >=21
4.89/4.94	c lower bound updated to -1408
4.89/4.94	c BCD2: 2222 <= obj <= 5086
4.89/4.94	c BCD2: #cores=62, #unrelaxed=999, #relaxed=2100, #hardened=0
4.89/4.94	c BCD2: #sat=1 #unsat=436 bias=436/437
4.89/4.94	c Solving starts ...
4.89/4.94	c ============================[ Search Statistics ]============================
4.89/4.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.94	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.94	c =============================================================================
4.89/4.96	c  0.0s |       0 |        0 |        0 |     4333      0 |      379 |      429
4.89/4.97	c  0.0s |       0 |      633 |        0 |     4333      0 |      379 |      432
4.89/4.97	c #cpu_time = 0.006s
4.89/4.97	c #wall_clock_time = 0.006s
4.89/4.97	c #decision = 633
4.89/4.97	c #random_decision = 0
4.89/4.97	c #conflict = 0
4.89/4.97	c #restart = 0
4.89/4.97	c BCD2: found a new core of size 3: cost of the new core is >=2
4.89/4.97	c lower bound updated to -1406
4.89/4.97	c BCD2: 2224 <= obj <= 5086
4.89/4.97	c BCD2: #cores=63, #unrelaxed=996, #relaxed=2103, #hardened=0
4.89/4.97	c BCD2: #sat=1 #unsat=437 bias=437/438
4.89/4.97	c Solving starts ...
4.89/4.97	c ============================[ Search Statistics ]============================
4.89/4.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.97	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.97	c =============================================================================
4.89/4.97	c  0.0s |       0 |        0 |        0 |     4333      0 |      379 |      432
4.89/4.98	c  0.0s |       0 |      637 |        0 |     4333      0 |      379 |      432
4.89/4.98	c #cpu_time = 0.006s
4.89/4.98	c #wall_clock_time = 0.006s
4.89/4.98	c #decision = 637
4.89/4.98	c #random_decision = 0
4.89/4.98	c #conflict = 0
4.89/4.98	c #restart = 0
4.89/4.98	c BCD2: found a new core of size 3: cost of the new core is >=2
4.89/4.98	c lower bound updated to -1404
4.89/4.98	c BCD2: 2226 <= obj <= 5086
4.89/4.98	c BCD2: #cores=64, #unrelaxed=993, #relaxed=2106, #hardened=0
4.89/4.98	c BCD2: #sat=1 #unsat=438 bias=438/439
4.89/4.98	c Solving starts ...
4.89/4.98	c ============================[ Search Statistics ]============================
4.89/4.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.98	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.98	c =============================================================================
4.89/4.98	c  0.0s |       0 |        0 |        0 |     4333      0 |      379 |      432
4.89/4.99	c  0.0s |       0 |      636 |        0 |     4333      0 |      379 |      432
4.89/4.99	c #cpu_time = 0.006s
4.89/4.99	c #wall_clock_time = 0.006s
4.89/4.99	c #decision = 636
4.89/4.99	c #random_decision = 0
4.89/4.99	c #conflict = 0
4.89/4.99	c #restart = 0
4.89/4.99	c BCD2: found a new core of size 3: cost of the new core is >=2
4.89/4.99	c lower bound updated to -1402
4.89/4.99	c BCD2: 2228 <= obj <= 5086
4.89/4.99	c BCD2: #cores=65, #unrelaxed=990, #relaxed=2109, #hardened=0
4.89/4.99	c BCD2: #sat=1 #unsat=439 bias=439/440
4.89/4.99	c Solving starts ...
4.89/4.99	c ============================[ Search Statistics ]============================
4.89/4.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.99	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.99	c =============================================================================
4.89/4.99	c  0.0s |       0 |        0 |        0 |     4333      0 |      379 |      432
4.89/4.99	c  0.0s |       0 |      651 |        1 |     4333      0 |      379 |      432
4.89/4.99	c #cpu_time = 0.007s
4.89/4.99	c #wall_clock_time = 0.007s
4.89/4.99	c #decision = 651
4.89/4.99	c #random_decision = 0
4.89/4.99	c #conflict = 1
4.89/4.99	c #restart = 0
4.89/5.00	c BCD2: relaxing 8 and merging with 2 cores into a new core of size 19: cost of the new core is >=8
4.89/5.00	c BCD2: refineLB: 7 -> 8
4.89/5.00	c lower bound updated to -1400
4.99/5.00	c BCD2: 2230 <= obj <= 5086
4.99/5.00	c BCD2: #cores=64, #unrelaxed=982, #relaxed=2117, #hardened=0
4.99/5.00	c BCD2: #sat=1 #unsat=440 bias=440/441
4.99/5.00	c Solving starts ...
4.99/5.00	c ============================[ Search Statistics ]============================
4.99/5.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.00	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.00	c =============================================================================
4.99/5.00	c  0.0s |       0 |        0 |        0 |     4333      0 |      381 |      432
4.99/5.01	c  0.0s |       0 |      633 |        1 |     4333      0 |      381 |      434
4.99/5.01	c #cpu_time = 0.007s
4.99/5.01	c #wall_clock_time = 0.007s
4.99/5.01	c #decision = 633
4.99/5.01	c #random_decision = 0
4.99/5.01	c #conflict = 1
4.99/5.01	c #restart = 0
4.99/5.01	c BCD2: relaxing 13 and merging with 2 cores into a new core of size 44: cost of the new core is >=18
4.99/5.01	c BCD2: refineLB: 17 -> 18
4.99/5.01	c lower bound updated to -1398
4.99/5.01	c BCD2: 2232 <= obj <= 5086
4.99/5.01	c BCD2: #cores=63, #unrelaxed=969, #relaxed=2130, #hardened=0
4.99/5.01	c BCD2: #sat=1 #unsat=441 bias=441/442
4.99/5.01	c Solving starts ...
4.99/5.01	c ============================[ Search Statistics ]============================
4.99/5.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.01	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.01	c =============================================================================
4.99/5.01	c  0.0s |       0 |        0 |        0 |     4333      0 |      383 |      434
4.99/5.01	c  0.0s |       0 |      619 |        0 |     4333      0 |      383 |      436
4.99/5.01	c #cpu_time = 0.006s
4.99/5.01	c #wall_clock_time = 0.006s
4.99/5.01	c #decision = 619
4.99/5.01	c #random_decision = 0
4.99/5.01	c #conflict = 0
4.99/5.01	c #restart = 0
4.99/5.01	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
4.99/5.01	c BCD2: refineLB: 3 -> 4
4.99/5.02	c lower bound updated to -1396
4.99/5.02	c BCD2: 2234 <= obj <= 5086
4.99/5.02	c BCD2: #cores=63, #unrelaxed=964, #relaxed=2135, #hardened=0
4.99/5.02	c BCD2: #sat=1 #unsat=442 bias=442/443
4.99/5.02	c Solving starts ...
4.99/5.02	c ============================[ Search Statistics ]============================
4.99/5.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.02	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.02	c =============================================================================
4.99/5.02	c  0.0s |       0 |        0 |        0 |     4333      0 |      384 |      436
4.99/5.03	c  0.0s |       0 |      627 |        1 |     4333      0 |      384 |      437
4.99/5.03	c #cpu_time = 0.008s
4.99/5.03	c #wall_clock_time = 0.008s
4.99/5.03	c #decision = 627
4.99/5.03	c #random_decision = 0
4.99/5.03	c #conflict = 1
4.99/5.03	c #restart = 0
4.99/5.03	c BCD2: relaxing 35 and merging with 6 cores into a new core of size 158: cost of the new core is >=39
4.99/5.03	c lower bound updated to -1395
4.99/5.03	c BCD2: 2235 <= obj <= 5086
4.99/5.03	c BCD2: #cores=58, #unrelaxed=929, #relaxed=2170, #hardened=0
4.99/5.03	c BCD2: #sat=1 #unsat=443 bias=443/444
4.99/5.03	c Solving starts ...
4.99/5.03	c ============================[ Search Statistics ]============================
4.99/5.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.03	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.03	c =============================================================================
4.99/5.03	c  0.0s |       0 |        0 |        0 |     4333      0 |      390 |      437
4.99/5.04	c  0.0s |       0 |      598 |        0 |     4333      0 |      390 |      443
4.99/5.04	c #cpu_time = 0.007s
4.99/5.04	c #wall_clock_time = 0.007s
4.99/5.04	c #decision = 598
4.99/5.04	c #random_decision = 0
4.99/5.04	c #conflict = 0
4.99/5.04	c #restart = 0
4.99/5.04	c BCD2: found a new core of size 3: cost of the new core is >=2
4.99/5.04	c lower bound updated to -1393
4.99/5.04	c BCD2: 2237 <= obj <= 5086
4.99/5.04	c BCD2: #cores=59, #unrelaxed=926, #relaxed=2173, #hardened=0
4.99/5.04	c BCD2: #sat=1 #unsat=444 bias=444/445
4.99/5.04	c Solving starts ...
4.99/5.04	c ============================[ Search Statistics ]============================
4.99/5.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.04	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.04	c =============================================================================
4.99/5.04	c  0.0s |       0 |        0 |        0 |     4333      0 |      390 |      443
4.99/5.05	c  0.0s |       0 |      597 |        0 |     4333      0 |      390 |      443
4.99/5.05	c #cpu_time = 0.006s
4.99/5.05	c #wall_clock_time = 0.006s
4.99/5.05	c #decision = 597
4.99/5.05	c #random_decision = 0
4.99/5.05	c #conflict = 0
4.99/5.05	c #restart = 0
4.99/5.05	c BCD2: found a new core of size 2: cost of the new core is >=2
4.99/5.05	c lower bound updated to -1391
4.99/5.05	c BCD2: 2239 <= obj <= 5086
4.99/5.05	c BCD2: #cores=60, #unrelaxed=924, #relaxed=2175, #hardened=0
4.99/5.05	c BCD2: #sat=1 #unsat=445 bias=445/446
4.99/5.05	c Solving starts ...
4.99/5.05	c ============================[ Search Statistics ]============================
4.99/5.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.05	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.05	c =============================================================================
4.99/5.05	c  0.0s |       0 |        0 |        0 |     4333      0 |      390 |      444
4.99/5.06	c  0.0s |       0 |      597 |        0 |     4333      0 |      390 |      444
4.99/5.06	c #cpu_time = 0.006s
4.99/5.06	c #wall_clock_time = 0.006s
4.99/5.06	c #decision = 597
4.99/5.06	c #random_decision = 0
4.99/5.06	c #conflict = 0
4.99/5.06	c #restart = 0
4.99/5.06	c BCD2: found a new core of size 4: cost of the new core is >=2
4.99/5.06	c lower bound updated to -1389
4.99/5.06	c BCD2: 2241 <= obj <= 5086
4.99/5.06	c BCD2: #cores=61, #unrelaxed=920, #relaxed=2179, #hardened=0
4.99/5.06	c BCD2: #sat=1 #unsat=446 bias=446/447
4.99/5.06	c Solving starts ...
4.99/5.06	c ============================[ Search Statistics ]============================
4.99/5.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.06	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.06	c =============================================================================
4.99/5.06	c  0.0s |       0 |        0 |        0 |     4333      0 |      390 |      444
4.99/5.07	c  0.0s |       0 |      921 |        1 |     4333      0 |      390 |      444
4.99/5.07	c #cpu_time = 0.007s
4.99/5.07	c #wall_clock_time = 0.007s
4.99/5.07	c #decision = 921
4.99/5.07	c #random_decision = 0
4.99/5.07	c #conflict = 1
4.99/5.07	c #restart = 0
4.99/5.07	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4
4.99/5.07	c lower bound updated to -1387
4.99/5.07	c BCD2: 2243 <= obj <= 5086
4.99/5.07	c BCD2: #cores=61, #unrelaxed=918, #relaxed=2181, #hardened=0
4.99/5.07	c BCD2: #sat=1 #unsat=447 bias=447/448
4.99/5.07	c Solving starts ...
4.99/5.07	c ============================[ Search Statistics ]============================
4.99/5.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.07	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.07	c =============================================================================
4.99/5.07	c  0.0s |       0 |        0 |        0 |     4333      0 |      391 |      444
4.99/5.08	c  0.0s |       0 |      598 |        1 |     4333      0 |      391 |      445
4.99/5.08	c #cpu_time = 0.007s
4.99/5.08	c #wall_clock_time = 0.007s
4.99/5.08	c #decision = 598
4.99/5.08	c #random_decision = 0
4.99/5.08	c #conflict = 1
4.99/5.08	c #restart = 0
4.99/5.08	c BCD2: relaxing 17 and merging with 1 cores into a new core of size 46: cost of the new core is >=17
4.99/5.08	c lower bound updated to -1385
4.99/5.08	c BCD2: 2245 <= obj <= 5086
4.99/5.08	c BCD2: #cores=61, #unrelaxed=901, #relaxed=2198, #hardened=0
4.99/5.08	c BCD2: #sat=1 #unsat=448 bias=448/449
4.99/5.08	c Solving starts ...
4.99/5.08	c ============================[ Search Statistics ]============================
4.99/5.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.08	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.08	c =============================================================================
4.99/5.08	c  0.0s |       0 |        0 |        0 |     4333      0 |      392 |      445
4.99/5.09	c  0.0s |       0 |      589 |        0 |     4333      0 |      392 |      446
4.99/5.09	c #cpu_time = 0.007s
4.99/5.09	c #wall_clock_time = 0.007s
4.99/5.09	c #decision = 589
4.99/5.09	c #random_decision = 0
4.99/5.09	c #conflict = 0
4.99/5.09	c #restart = 0
4.99/5.09	c BCD2: found a new core of size 3: cost of the new core is >=2
4.99/5.09	c lower bound updated to -1383
4.99/5.09	c BCD2: 2247 <= obj <= 5086
4.99/5.09	c BCD2: #cores=62, #unrelaxed=898, #relaxed=2201, #hardened=0
4.99/5.09	c BCD2: #sat=1 #unsat=449 bias=449/450
4.99/5.09	c Solving starts ...
4.99/5.09	c ============================[ Search Statistics ]============================
4.99/5.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.09	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.09	c =============================================================================
4.99/5.09	c  0.0s |       0 |        0 |        0 |     4333      0 |      392 |      446
5.09/5.10	c  0.0s |       0 |      588 |        0 |     4333      0 |      392 |      446
5.09/5.10	c #cpu_time = 0.007s
5.09/5.10	c #wall_clock_time = 0.007s
5.09/5.10	c #decision = 588
5.09/5.10	c #random_decision = 0
5.09/5.10	c #conflict = 0
5.09/5.10	c #restart = 0
5.09/5.10	c BCD2: found a new core of size 3: cost of the new core is >=2
5.09/5.10	c lower bound updated to -1381
5.09/5.10	c BCD2: 2249 <= obj <= 5086
5.09/5.10	c BCD2: #cores=63, #unrelaxed=895, #relaxed=2204, #hardened=0
5.09/5.10	c BCD2: #sat=1 #unsat=450 bias=450/451
5.09/5.10	c Solving starts ...
5.09/5.10	c ============================[ Search Statistics ]============================
5.09/5.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.10	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.10	c =============================================================================
5.09/5.10	c  0.0s |       0 |        0 |        0 |     4333      0 |      392 |      446
5.09/5.11	c  0.0s |       0 |      587 |        0 |     4333      0 |      392 |      446
5.09/5.11	c #cpu_time = 0.007s
5.09/5.11	c #wall_clock_time = 0.007s
5.09/5.11	c #decision = 587
5.09/5.11	c #random_decision = 0
5.09/5.11	c #conflict = 0
5.09/5.11	c #restart = 0
5.09/5.11	c BCD2: found a new core of size 3: cost of the new core is >=2
5.09/5.11	c lower bound updated to -1379
5.09/5.11	c BCD2: 2251 <= obj <= 5086
5.09/5.11	c BCD2: #cores=64, #unrelaxed=892, #relaxed=2207, #hardened=0
5.09/5.11	c BCD2: #sat=1 #unsat=451 bias=451/452
5.09/5.11	c Solving starts ...
5.09/5.11	c ============================[ Search Statistics ]============================
5.09/5.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.11	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.11	c =============================================================================
5.09/5.11	c  0.0s |       0 |        0 |        0 |     4333      0 |      392 |      446
5.09/5.12	c  0.0s |       0 |      610 |        1 |     4333      0 |      392 |      446
5.09/5.12	c #cpu_time = 0.008s
5.09/5.12	c #wall_clock_time = 0.008s
5.09/5.12	c #decision = 610
5.09/5.12	c #random_decision = 0
5.09/5.12	c #conflict = 1
5.09/5.12	c #restart = 0
5.09/5.12	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
5.09/5.12	c BCD2: refineLB: 3 -> 4
5.09/5.12	c lower bound updated to -1377
5.09/5.12	c BCD2: 2253 <= obj <= 5086
5.09/5.12	c BCD2: #cores=64, #unrelaxed=887, #relaxed=2212, #hardened=0
5.09/5.12	c BCD2: #sat=1 #unsat=452 bias=452/453
5.09/5.12	c Solving starts ...
5.09/5.12	c ============================[ Search Statistics ]============================
5.09/5.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.12	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.12	c =============================================================================
5.09/5.12	c  0.0s |       0 |        0 |        0 |     4333      0 |      393 |      446
5.09/5.13	c  0.0s |       0 |      582 |        0 |     4333      0 |      393 |      447
5.09/5.13	c #cpu_time = 0.007s
5.09/5.13	c #wall_clock_time = 0.007s
5.09/5.13	c #decision = 582
5.09/5.13	c #random_decision = 0
5.09/5.13	c #conflict = 0
5.09/5.13	c #restart = 0
5.09/5.13	c BCD2: found a new core of size 3: cost of the new core is >=2
5.09/5.13	c lower bound updated to -1375
5.09/5.13	c BCD2: 2255 <= obj <= 5086
5.09/5.13	c BCD2: #cores=65, #unrelaxed=884, #relaxed=2215, #hardened=0
5.09/5.13	c BCD2: #sat=1 #unsat=453 bias=453/454
5.09/5.13	c Solving starts ...
5.09/5.13	c ============================[ Search Statistics ]============================
5.09/5.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.13	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.13	c =============================================================================
5.09/5.13	c  0.0s |       0 |        0 |        0 |     4333      0 |      393 |      447
5.09/5.14	c  0.0s |       0 |      581 |        0 |     4333      0 |      393 |      447
5.09/5.14	c #cpu_time = 0.007s
5.09/5.14	c #wall_clock_time = 0.007s
5.09/5.14	c #decision = 581
5.09/5.14	c #random_decision = 0
5.09/5.14	c #conflict = 0
5.09/5.14	c #restart = 0
5.09/5.14	c BCD2: found a new core of size 3: cost of the new core is >=2
5.09/5.14	c lower bound updated to -1373
5.09/5.14	c BCD2: 2257 <= obj <= 5086
5.09/5.14	c BCD2: #cores=66, #unrelaxed=881, #relaxed=2218, #hardened=0
5.09/5.14	c BCD2: #sat=1 #unsat=454 bias=454/455
5.09/5.14	c Solving starts ...
5.09/5.14	c ============================[ Search Statistics ]============================
5.09/5.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.14	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.14	c =============================================================================
5.09/5.14	c  0.0s |       0 |        0 |        0 |     4333      0 |      393 |      447
5.09/5.15	c  0.0s |       0 |      582 |        0 |     4333      0 |      393 |      447
5.09/5.15	c #cpu_time = 0.007s
5.09/5.15	c #wall_clock_time = 0.007s
5.09/5.15	c #decision = 582
5.09/5.15	c #random_decision = 0
5.09/5.15	c #conflict = 0
5.09/5.15	c #restart = 0
5.09/5.15	c BCD2: found a new core of size 3: cost of the new core is >=2
5.09/5.15	c lower bound updated to -1371
5.09/5.15	c BCD2: 2259 <= obj <= 5086
5.09/5.15	c BCD2: #cores=67, #unrelaxed=878, #relaxed=2221, #hardened=0
5.09/5.15	c BCD2: #sat=1 #unsat=455 bias=455/456
5.09/5.15	c Solving starts ...
5.09/5.15	c ============================[ Search Statistics ]============================
5.09/5.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.15	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.15	c =============================================================================
5.09/5.15	c  0.0s |       0 |        0 |        0 |     4333      0 |      393 |      447
5.09/5.16	c  0.0s |       0 |      581 |        0 |     4333      0 |      393 |      447
5.09/5.16	c #cpu_time = 0.007s
5.09/5.16	c #wall_clock_time = 0.007s
5.09/5.16	c #decision = 581
5.09/5.16	c #random_decision = 0
5.09/5.16	c #conflict = 0
5.09/5.16	c #restart = 0
5.09/5.16	c BCD2: found a new core of size 3: cost of the new core is >=2
5.09/5.16	c lower bound updated to -1369
5.09/5.16	c BCD2: 2261 <= obj <= 5086
5.09/5.16	c BCD2: #cores=68, #unrelaxed=875, #relaxed=2224, #hardened=0
5.09/5.16	c BCD2: #sat=1 #unsat=456 bias=456/457
5.09/5.16	c Solving starts ...
5.09/5.16	c ============================[ Search Statistics ]============================
5.09/5.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.16	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.16	c =============================================================================
5.09/5.16	c  0.0s |       0 |        0 |        0 |     4333      0 |      393 |      447
5.09/5.17	c  0.0s |       0 |      580 |        0 |     4333      0 |      393 |      447
5.09/5.17	c #cpu_time = 0.007s
5.09/5.17	c #wall_clock_time = 0.007s
5.09/5.17	c #decision = 580
5.09/5.17	c #random_decision = 0
5.09/5.17	c #conflict = 0
5.09/5.17	c #restart = 0
5.09/5.17	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
5.09/5.17	c BCD2: refineLB: 3 -> 4
5.09/5.17	c lower bound updated to -1367
5.09/5.17	c BCD2: 2263 <= obj <= 5086
5.09/5.17	c BCD2: #cores=68, #unrelaxed=869, #relaxed=2230, #hardened=0
5.09/5.17	c BCD2: #sat=1 #unsat=457 bias=457/458
5.09/5.17	c Solving starts ...
5.09/5.17	c ============================[ Search Statistics ]============================
5.09/5.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.17	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.17	c =============================================================================
5.09/5.17	c  0.0s |       0 |        0 |        0 |     4333      0 |      394 |      447
5.09/5.18	c  0.0s |       0 |      578 |        1 |     4333      0 |      394 |      448
5.09/5.18	c #cpu_time = 0.007s
5.09/5.18	c #wall_clock_time = 0.007s
5.09/5.18	c #decision = 578
5.09/5.18	c #random_decision = 0
5.09/5.18	c #conflict = 1
5.09/5.18	c #restart = 0
5.09/5.18	c BCD2: relaxing 13 and merging with 4 cores into a new core of size 36: cost of the new core is >=14
5.09/5.18	c BCD2: refineLB: 13 -> 14
5.09/5.18	c lower bound updated to -1365
5.09/5.18	c BCD2: 2265 <= obj <= 5086
5.09/5.18	c BCD2: #cores=65, #unrelaxed=856, #relaxed=2243, #hardened=0
5.09/5.18	c BCD2: #sat=1 #unsat=458 bias=458/459
5.09/5.18	c Solving starts ...
5.09/5.18	c ============================[ Search Statistics ]============================
5.09/5.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.18	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.18	c =============================================================================
5.09/5.18	c  0.0s |       0 |        0 |        0 |     4333      0 |      398 |      448
5.09/5.19	c  0.0s |       0 |      564 |        1 |     4333      0 |      398 |      452
5.09/5.19	c #cpu_time = 0.007s
5.09/5.19	c #wall_clock_time = 0.007s
5.09/5.19	c #decision = 564
5.09/5.19	c #random_decision = 0
5.09/5.19	c #conflict = 1
5.09/5.19	c #restart = 0
5.09/5.19	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
5.09/5.19	c BCD2: refineLB: 3 -> 4
5.09/5.19	c lower bound updated to -1363
5.09/5.19	c BCD2: 2267 <= obj <= 5086
5.09/5.19	c BCD2: #cores=65, #unrelaxed=852, #relaxed=2247, #hardened=0
5.09/5.19	c BCD2: #sat=1 #unsat=459 bias=459/460
5.09/5.19	c Solving starts ...
5.09/5.19	c ============================[ Search Statistics ]============================
5.09/5.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.19	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.19	c =============================================================================
5.09/5.19	c  0.0s |       0 |        0 |        0 |     4333      0 |      399 |      452
5.19/5.20	c  0.0s |       0 |      558 |        0 |     4333      0 |      399 |      453
5.19/5.20	c #cpu_time = 0.006s
5.19/5.20	c #wall_clock_time = 0.006s
5.19/5.20	c #decision = 558
5.19/5.20	c #random_decision = 0
5.19/5.20	c #conflict = 0
5.19/5.20	c #restart = 0
5.19/5.20	c BCD2: found a new core of size 3: cost of the new core is >=2
5.19/5.20	c lower bound updated to -1361
5.19/5.20	c BCD2: 2269 <= obj <= 5086
5.19/5.20	c BCD2: #cores=66, #unrelaxed=849, #relaxed=2250, #hardened=0
5.19/5.20	c BCD2: #sat=1 #unsat=460 bias=460/461
5.19/5.20	c Solving starts ...
5.19/5.20	c ============================[ Search Statistics ]============================
5.19/5.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.20	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.20	c =============================================================================
5.19/5.20	c  0.0s |       0 |        0 |        0 |     4333      0 |      399 |      453
5.19/5.21	c  0.0s |       0 |      558 |        0 |     4333      0 |      399 |      453
5.19/5.21	c #cpu_time = 0.007s
5.19/5.21	c #wall_clock_time = 0.007s
5.19/5.21	c #decision = 558
5.19/5.21	c #random_decision = 0
5.19/5.21	c #conflict = 0
5.19/5.21	c #restart = 0
5.19/5.21	c BCD2: found a new core of size 3: cost of the new core is >=2
5.19/5.21	c lower bound updated to -1359
5.19/5.21	c BCD2: 2271 <= obj <= 5086
5.19/5.21	c BCD2: #cores=67, #unrelaxed=846, #relaxed=2253, #hardened=0
5.19/5.21	c BCD2: #sat=1 #unsat=461 bias=461/462
5.19/5.21	c Solving starts ...
5.19/5.21	c ============================[ Search Statistics ]============================
5.19/5.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.21	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.21	c =============================================================================
5.19/5.21	c  0.0s |       0 |        0 |        0 |     4333      0 |      399 |      453
5.19/5.22	c  0.0s |       0 |      557 |        0 |     4333      0 |      399 |      453
5.19/5.22	c #cpu_time = 0.006s
5.19/5.22	c #wall_clock_time = 0.006s
5.19/5.22	c #decision = 557
5.19/5.22	c #random_decision = 0
5.19/5.22	c #conflict = 0
5.19/5.22	c #restart = 0
5.19/5.22	c BCD2: found a new core of size 3: cost of the new core is >=2
5.19/5.22	c lower bound updated to -1357
5.19/5.22	c BCD2: 2273 <= obj <= 5086
5.19/5.22	c BCD2: #cores=68, #unrelaxed=843, #relaxed=2256, #hardened=0
5.19/5.22	c BCD2: #sat=1 #unsat=462 bias=462/463
5.19/5.22	c Solving starts ...
5.19/5.22	c ============================[ Search Statistics ]============================
5.19/5.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.22	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.22	c =============================================================================
5.19/5.22	c  0.0s |       0 |        0 |        0 |     4333      0 |      399 |      453
5.19/5.23	c  0.0s |       0 |      592 |        3 |     4333      0 |      399 |      453
5.19/5.23	c #cpu_time = 0.009s
5.19/5.23	c #wall_clock_time = 0.009s
5.19/5.23	c #decision = 592
5.19/5.23	c #random_decision = 0
5.19/5.23	c #conflict = 3
5.19/5.23	c #restart = 0
5.19/5.23	c BCD2: relaxing 11 and merging with 4 cores into a new core of size 32: cost of the new core is >=14
5.19/5.23	c BCD2: refineLB: 13 -> 14
5.19/5.23	c lower bound updated to -1355
5.19/5.23	c BCD2: 2275 <= obj <= 5086
5.19/5.23	c BCD2: #cores=65, #unrelaxed=832, #relaxed=2267, #hardened=0
5.19/5.23	c BCD2: #sat=1 #unsat=463 bias=463/464
5.19/5.23	c Solving starts ...
5.19/5.23	c ============================[ Search Statistics ]============================
5.19/5.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.23	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.23	c =============================================================================
5.19/5.23	c  0.0s |       0 |        0 |        0 |     4333      0 |      403 |      453
5.19/5.24	c  0.0s |       0 |      544 |        0 |     4333      0 |      403 |      457
5.19/5.24	c #cpu_time = 0.006s
5.19/5.24	c #wall_clock_time = 0.006s
5.19/5.24	c #decision = 544
5.19/5.24	c #random_decision = 0
5.19/5.24	c #conflict = 0
5.19/5.24	c #restart = 0
5.19/5.24	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 13: cost of the new core is >=6
5.19/5.24	c BCD2: refineLB: 5 -> 6
5.19/5.24	c lower bound updated to -1353
5.19/5.24	c BCD2: 2277 <= obj <= 5086
5.19/5.24	c BCD2: #cores=64, #unrelaxed=825, #relaxed=2274, #hardened=0
5.19/5.24	c BCD2: #sat=1 #unsat=464 bias=464/465
5.19/5.24	c Solving starts ...
5.19/5.24	c ============================[ Search Statistics ]============================
5.19/5.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.24	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.24	c =============================================================================
5.19/5.24	c  0.0s |       0 |        0 |        0 |     4333      0 |      405 |      457
5.19/5.25	c  0.0s |       0 |      554 |        1 |     4333      0 |      405 |      459
5.19/5.25	c #cpu_time = 0.007s
5.19/5.25	c #wall_clock_time = 0.007s
5.19/5.25	c #decision = 554
5.19/5.25	c #random_decision = 0
5.19/5.25	c #conflict = 1
5.19/5.25	c #restart = 0
5.19/5.25	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
5.19/5.25	c BCD2: refineLB: 3 -> 4
5.19/5.25	c lower bound updated to -1351
5.19/5.25	c BCD2: 2279 <= obj <= 5086
5.19/5.25	c BCD2: #cores=64, #unrelaxed=819, #relaxed=2280, #hardened=0
5.19/5.25	c BCD2: #sat=1 #unsat=465 bias=465/466
5.19/5.25	c Solving starts ...
5.19/5.25	c ============================[ Search Statistics ]============================
5.19/5.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.25	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.25	c =============================================================================
5.19/5.25	c  0.0s |       0 |        0 |        0 |     4333      0 |      406 |      459
5.19/5.26	c  0.0s |       0 |      570 |        1 |     4333      0 |      406 |      460
5.19/5.26	c #cpu_time = 0.007s
5.19/5.26	c #wall_clock_time = 0.007s
5.19/5.26	c #decision = 570
5.19/5.26	c #random_decision = 0
5.19/5.26	c #conflict = 1
5.19/5.26	c #restart = 0
5.19/5.26	c BCD2: relaxing 6 and merging with 2 cores into a new core of size 12: cost of the new core is >=6
5.19/5.26	c BCD2: refineLB: 5 -> 6
5.19/5.26	c lower bound updated to -1349
5.19/5.26	c BCD2: 2281 <= obj <= 5086
5.19/5.26	c BCD2: #cores=63, #unrelaxed=813, #relaxed=2286, #hardened=0
5.19/5.26	c BCD2: #sat=1 #unsat=466 bias=466/467
5.19/5.26	c Solving starts ...
5.19/5.26	c ============================[ Search Statistics ]============================
5.19/5.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.26	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.26	c =============================================================================
5.19/5.26	c  0.0s |       0 |        0 |        0 |     4333      0 |      408 |      460
5.19/5.27	c  0.0s |       0 |      531 |        1 |     4333      0 |      408 |      462
5.19/5.27	c #cpu_time = 0.007s
5.19/5.27	c #wall_clock_time = 0.007s
5.19/5.27	c #decision = 531
5.19/5.27	c #random_decision = 0
5.19/5.27	c #conflict = 1
5.19/5.27	c #restart = 0
5.19/5.27	c BCD2: relaxing 10 and merging with 4 cores into a new core of size 22: cost of the new core is >=10
5.19/5.27	c BCD2: refineLB: 9 -> 10
5.19/5.27	c lower bound updated to -1347
5.19/5.27	c BCD2: 2283 <= obj <= 5086
5.19/5.27	c BCD2: #cores=60, #unrelaxed=803, #relaxed=2296, #hardened=0
5.19/5.27	c BCD2: #sat=1 #unsat=467 bias=467/468
5.19/5.27	c Solving starts ...
5.19/5.27	c ============================[ Search Statistics ]============================
5.19/5.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.27	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.27	c =============================================================================
5.19/5.27	c  0.0s |       0 |        0 |        0 |     4333      0 |      412 |      462
5.19/5.28	c  0.0s |       0 |      526 |        2 |     4333      0 |      412 |      466
5.19/5.28	c #cpu_time = 0.008s
5.19/5.28	c #wall_clock_time = 0.008s
5.19/5.28	c #decision = 526
5.19/5.28	c #random_decision = 0
5.19/5.28	c #conflict = 2
5.19/5.28	c #restart = 0
5.19/5.28	c BCD2: relaxing 31 and merging with 6 cores into a new core of size 138: cost of the new core is >=46
5.19/5.28	c lower bound updated to -1346
5.19/5.28	c BCD2: 2284 <= obj <= 5086
5.19/5.28	c BCD2: #cores=55, #unrelaxed=772, #relaxed=2327, #hardened=0
5.19/5.28	c BCD2: #sat=1 #unsat=468 bias=468/469
5.19/5.28	c Solving starts ...
5.19/5.28	c ============================[ Search Statistics ]============================
5.19/5.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.28	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.28	c =============================================================================
5.19/5.28	c  0.0s |       0 |        0 |        0 |     4333      0 |      418 |      466
5.19/5.29	c  0.0s |       0 |      496 |        0 |     4333      0 |      418 |      472
5.19/5.29	c #cpu_time = 0.006s
5.19/5.29	c #wall_clock_time = 0.006s
5.19/5.29	c #decision = 496
5.19/5.29	c #random_decision = 0
5.19/5.29	c #conflict = 0
5.19/5.29	c #restart = 0
5.19/5.29	c BCD2: found a new core of size 3: cost of the new core is >=2
5.19/5.29	c lower bound updated to -1344
5.19/5.29	c BCD2: 2286 <= obj <= 5086
5.19/5.29	c BCD2: #cores=56, #unrelaxed=769, #relaxed=2330, #hardened=0
5.19/5.29	c BCD2: #sat=1 #unsat=469 bias=469/470
5.19/5.29	c Solving starts ...
5.19/5.29	c ============================[ Search Statistics ]============================
5.19/5.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.29	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.29	c =============================================================================
5.19/5.29	c  0.0s |       0 |        0 |        0 |     4333      0 |      418 |      472
5.29/5.30	c  0.0s |       0 |      505 |        0 |     4333      0 |      418 |      472
5.29/5.30	c #cpu_time = 0.006s
5.29/5.30	c #wall_clock_time = 0.006s
5.29/5.30	c #decision = 505
5.29/5.30	c #random_decision = 0
5.29/5.30	c #conflict = 0
5.29/5.30	c #restart = 0
5.29/5.30	c BCD2: found a new core of size 3: cost of the new core is >=2
5.29/5.30	c lower bound updated to -1342
5.29/5.30	c BCD2: 2288 <= obj <= 5086
5.29/5.30	c BCD2: #cores=57, #unrelaxed=766, #relaxed=2333, #hardened=0
5.29/5.30	c BCD2: #sat=1 #unsat=470 bias=470/471
5.29/5.30	c Solving starts ...
5.29/5.30	c ============================[ Search Statistics ]============================
5.29/5.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.30	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.30	c =============================================================================
5.29/5.30	c  0.0s |       0 |        0 |        0 |     4333      0 |      418 |      472
5.29/5.31	c  0.0s |       0 |      504 |        0 |     4333      0 |      418 |      472
5.29/5.31	c #cpu_time = 0.006s
5.29/5.31	c #wall_clock_time = 0.006s
5.29/5.31	c #decision = 504
5.29/5.31	c #random_decision = 0
5.29/5.31	c #conflict = 0
5.29/5.31	c #restart = 0
5.29/5.31	c BCD2: found a new core of size 3: cost of the new core is >=2
5.29/5.31	c lower bound updated to -1340
5.29/5.31	c BCD2: 2290 <= obj <= 5086
5.29/5.31	c BCD2: #cores=58, #unrelaxed=763, #relaxed=2336, #hardened=0
5.29/5.31	c BCD2: #sat=1 #unsat=471 bias=471/472
5.29/5.31	c Solving starts ...
5.29/5.31	c ============================[ Search Statistics ]============================
5.29/5.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.31	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.31	c =============================================================================
5.29/5.31	c  0.0s |       0 |        0 |        0 |     4333      0 |      418 |      472
5.29/5.32	c  0.0s |       0 |      503 |        0 |     4333      0 |      418 |      472
5.29/5.32	c #cpu_time = 0.006s
5.29/5.32	c #wall_clock_time = 0.006s
5.29/5.32	c #decision = 503
5.29/5.32	c #random_decision = 0
5.29/5.32	c #conflict = 0
5.29/5.32	c #restart = 0
5.29/5.32	c BCD2: found a new core of size 3: cost of the new core is >=2
5.29/5.32	c lower bound updated to -1338
5.29/5.32	c BCD2: 2292 <= obj <= 5086
5.29/5.32	c BCD2: #cores=59, #unrelaxed=760, #relaxed=2339, #hardened=0
5.29/5.32	c BCD2: #sat=1 #unsat=472 bias=472/473
5.29/5.32	c Solving starts ...
5.29/5.32	c ============================[ Search Statistics ]============================
5.29/5.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.32	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.32	c =============================================================================
5.29/5.32	c  0.0s |       0 |        0 |        0 |     4333      0 |      418 |      472
5.29/5.33	c  0.0s |       0 |      502 |        0 |     4333      0 |      418 |      472
5.29/5.33	c #cpu_time = 0.006s
5.29/5.33	c #wall_clock_time = 0.006s
5.29/5.33	c #decision = 502
5.29/5.33	c #random_decision = 0
5.29/5.33	c #conflict = 0
5.29/5.33	c #restart = 0
5.29/5.33	c BCD2: found a new core of size 3: cost of the new core is >=2
5.29/5.33	c lower bound updated to -1336
5.29/5.33	c BCD2: 2294 <= obj <= 5086
5.29/5.33	c BCD2: #cores=60, #unrelaxed=757, #relaxed=2342, #hardened=0
5.29/5.33	c BCD2: #sat=1 #unsat=473 bias=473/474
5.29/5.33	c Solving starts ...
5.29/5.33	c ============================[ Search Statistics ]============================
5.29/5.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.33	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.33	c =============================================================================
5.29/5.33	c  0.0s |       0 |        0 |        0 |     4333      0 |      418 |      472
5.29/5.34	c  0.0s |       0 |      521 |        1 |     4333      0 |      418 |      472
5.29/5.34	c #cpu_time = 0.008s
5.29/5.34	c #wall_clock_time = 0.008s
5.29/5.34	c #decision = 521
5.29/5.34	c #random_decision = 0
5.29/5.34	c #conflict = 1
5.29/5.34	c #restart = 0
5.29/5.34	c BCD2: relaxing 11 and merging with 2 cores into a new core of size 27: cost of the new core is >=10
5.29/5.34	c BCD2: refineLB: 9 -> 10
5.29/5.34	c lower bound updated to -1334
5.29/5.34	c BCD2: 2296 <= obj <= 5086
5.29/5.34	c BCD2: #cores=59, #unrelaxed=746, #relaxed=2353, #hardened=0
5.29/5.34	c BCD2: #sat=1 #unsat=474 bias=474/475
5.29/5.34	c Solving starts ...
5.29/5.34	c ============================[ Search Statistics ]============================
5.29/5.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.34	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.34	c =============================================================================
5.29/5.34	c  0.0s |       0 |        0 |        0 |     4333      0 |      420 |      472
5.29/5.35	c  0.0s |       0 |      492 |        0 |     4333      0 |      420 |      474
5.29/5.35	c #cpu_time = 0.007s
5.29/5.35	c #wall_clock_time = 0.007s
5.29/5.35	c #decision = 492
5.29/5.35	c #random_decision = 0
5.29/5.35	c #conflict = 0
5.29/5.35	c #restart = 0
5.29/5.35	c BCD2: found a new core of size 6: cost of the new core is >=2
5.29/5.35	c lower bound updated to -1332
5.29/5.35	c BCD2: 2298 <= obj <= 5086
5.29/5.35	c BCD2: #cores=60, #unrelaxed=740, #relaxed=2359, #hardened=0
5.29/5.35	c BCD2: #sat=1 #unsat=475 bias=475/476
5.29/5.35	c Solving starts ...
5.29/5.35	c ============================[ Search Statistics ]============================
5.29/5.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.35	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.35	c =============================================================================
5.29/5.35	c  0.0s |       0 |        0 |        0 |     4333      0 |      420 |      474
5.29/5.36	c  0.0s |       0 |      490 |        0 |     4333      0 |      420 |      474
5.29/5.36	c #cpu_time = 0.006s
5.29/5.36	c #wall_clock_time = 0.006s
5.29/5.36	c #decision = 490
5.29/5.36	c #random_decision = 0
5.29/5.36	c #conflict = 0
5.29/5.36	c #restart = 0
5.29/5.36	c BCD2: found a new core of size 3: cost of the new core is >=2
5.29/5.36	c lower bound updated to -1330
5.29/5.36	c BCD2: 2300 <= obj <= 5086
5.29/5.36	c BCD2: #cores=61, #unrelaxed=737, #relaxed=2362, #hardened=0
5.29/5.36	c BCD2: #sat=1 #unsat=476 bias=476/477
5.29/5.36	c Solving starts ...
5.29/5.36	c ============================[ Search Statistics ]============================
5.29/5.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.36	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.36	c =============================================================================
5.29/5.36	c  0.0s |       0 |        0 |        0 |     4333      0 |      420 |      474
5.29/5.37	c  0.0s |       0 |      497 |        0 |     4333      0 |      420 |      474
5.29/5.37	c #cpu_time = 0.006s
5.29/5.37	c #wall_clock_time = 0.006s
5.29/5.37	c #decision = 497
5.29/5.37	c #random_decision = 0
5.29/5.37	c #conflict = 0
5.29/5.37	c #restart = 0
5.29/5.37	c BCD2: found a new core of size 3: cost of the new core is >=2
5.29/5.37	c lower bound updated to -1328
5.29/5.37	c BCD2: 2302 <= obj <= 5086
5.29/5.37	c BCD2: #cores=62, #unrelaxed=734, #relaxed=2365, #hardened=0
5.29/5.37	c BCD2: #sat=1 #unsat=477 bias=477/478
5.29/5.37	c Solving starts ...
5.29/5.37	c ============================[ Search Statistics ]============================
5.29/5.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.37	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.37	c =============================================================================
5.29/5.37	c  0.0s |       0 |        0 |        0 |     4333      0 |      420 |      474
5.29/5.38	c  0.0s |       0 |      499 |        1 |     4333      0 |      420 |      474
5.29/5.38	c #cpu_time = 0.007s
5.29/5.38	c #wall_clock_time = 0.007s
5.29/5.38	c #decision = 499
5.29/5.38	c #random_decision = 0
5.29/5.38	c #conflict = 1
5.29/5.38	c #restart = 0
5.29/5.38	c BCD2: relaxing 11 and merging with 3 cores into a new core of size 33: cost of the new core is >=14
5.29/5.38	c BCD2: refineLB: 13 -> 14
5.29/5.38	c lower bound updated to -1326
5.29/5.38	c BCD2: 2304 <= obj <= 5086
5.29/5.38	c BCD2: #cores=60, #unrelaxed=723, #relaxed=2376, #hardened=0
5.29/5.38	c BCD2: #sat=1 #unsat=478 bias=478/479
5.29/5.38	c Solving starts ...
5.29/5.38	c ============================[ Search Statistics ]============================
5.29/5.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.38	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.38	c =============================================================================
5.29/5.38	c  0.0s |       0 |        0 |        0 |     4333      0 |      423 |      474
5.29/5.39	c  0.0s |       0 |      485 |        0 |     4333      0 |      423 |      477
5.29/5.39	c #cpu_time = 0.007s
5.29/5.39	c #wall_clock_time = 0.007s
5.29/5.39	c #decision = 485
5.29/5.39	c #random_decision = 0
5.29/5.39	c #conflict = 0
5.29/5.39	c #restart = 0
5.29/5.39	c BCD2: found a new core of size 3: cost of the new core is >=2
5.29/5.39	c lower bound updated to -1324
5.29/5.39	c BCD2: 2306 <= obj <= 5086
5.29/5.39	c BCD2: #cores=61, #unrelaxed=720, #relaxed=2379, #hardened=0
5.29/5.39	c BCD2: #sat=1 #unsat=479 bias=479/480
5.29/5.39	c Solving starts ...
5.29/5.39	c ============================[ Search Statistics ]============================
5.29/5.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.39	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.39	c =============================================================================
5.29/5.39	c  0.0s |       0 |        0 |        0 |     4333      0 |      423 |      477
5.39/5.40	c  0.0s |       0 |      497 |        0 |     4333      0 |      423 |      477
5.39/5.40	c #cpu_time = 0.006s
5.39/5.40	c #wall_clock_time = 0.006s
5.39/5.40	c #decision = 497
5.39/5.40	c #random_decision = 0
5.39/5.40	c #conflict = 0
5.39/5.40	c #restart = 0
5.39/5.40	c BCD2: found a new core of size 3: cost of the new core is >=2
5.39/5.40	c lower bound updated to -1322
5.39/5.40	c BCD2: 2308 <= obj <= 5086
5.39/5.40	c BCD2: #cores=62, #unrelaxed=717, #relaxed=2382, #hardened=0
5.39/5.40	c BCD2: #sat=1 #unsat=480 bias=480/481
5.39/5.40	c Solving starts ...
5.39/5.40	c ============================[ Search Statistics ]============================
5.39/5.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.40	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.40	c =============================================================================
5.39/5.40	c  0.0s |       0 |        0 |        0 |     4333      0 |      423 |      477
5.39/5.41	c  0.0s |       0 |      512 |        0 |     4333      0 |      423 |      477
5.39/5.41	c #cpu_time = 0.006s
5.39/5.41	c #wall_clock_time = 0.006s
5.39/5.41	c #decision = 512
5.39/5.41	c #random_decision = 0
5.39/5.41	c #conflict = 0
5.39/5.41	c #restart = 0
5.39/5.41	c BCD2: found a new core of size 3: cost of the new core is >=2
5.39/5.41	c lower bound updated to -1320
5.39/5.41	c BCD2: 2310 <= obj <= 5086
5.39/5.41	c BCD2: #cores=63, #unrelaxed=714, #relaxed=2385, #hardened=0
5.39/5.41	c BCD2: #sat=1 #unsat=481 bias=481/482
5.39/5.41	c Solving starts ...
5.39/5.41	c ============================[ Search Statistics ]============================
5.39/5.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.41	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.41	c =============================================================================
5.39/5.41	c  0.0s |       0 |        0 |        0 |     4333      0 |      423 |      477
5.39/5.42	c  0.0s |       0 |      511 |        0 |     4333      0 |      423 |      477
5.39/5.42	c #cpu_time = 0.007s
5.39/5.42	c #wall_clock_time = 0.007s
5.39/5.42	c #decision = 511
5.39/5.42	c #random_decision = 0
5.39/5.42	c #conflict = 0
5.39/5.42	c #restart = 0
5.39/5.42	c BCD2: found a new core of size 3: cost of the new core is >=2
5.39/5.42	c lower bound updated to -1318
5.39/5.42	c BCD2: 2312 <= obj <= 5086
5.39/5.42	c BCD2: #cores=64, #unrelaxed=711, #relaxed=2388, #hardened=0
5.39/5.42	c BCD2: #sat=1 #unsat=482 bias=482/483
5.39/5.42	c Solving starts ...
5.39/5.42	c ============================[ Search Statistics ]============================
5.39/5.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.42	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.42	c =============================================================================
5.39/5.42	c  0.0s |       0 |        0 |        0 |     4333      0 |      423 |      477
5.39/5.43	c  0.0s |       0 |      565 |        1 |     4333      0 |      423 |      477
5.39/5.43	c #cpu_time = 0.008s
5.39/5.43	c #wall_clock_time = 0.008s
5.39/5.43	c #decision = 565
5.39/5.43	c #random_decision = 0
5.39/5.43	c #conflict = 1
5.39/5.43	c #restart = 0
5.39/5.43	c BCD2: found a new core of size 4: cost of the new core is >=2
5.39/5.43	c lower bound updated to -1316
5.39/5.43	c BCD2: 2314 <= obj <= 5086
5.39/5.43	c BCD2: #cores=65, #unrelaxed=707, #relaxed=2392, #hardened=0
5.39/5.43	c BCD2: #sat=1 #unsat=483 bias=483/484
5.39/5.43	c Solving starts ...
5.39/5.43	c ============================[ Search Statistics ]============================
5.39/5.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.43	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.43	c =============================================================================
5.39/5.43	c  0.0s |       0 |        0 |        0 |     4333      0 |      423 |      477
5.39/5.44	c  0.0s |       0 |      508 |        0 |     4333      0 |      423 |      477
5.39/5.44	c #cpu_time = 0.006s
5.39/5.44	c #wall_clock_time = 0.006s
5.39/5.44	c #decision = 508
5.39/5.44	c #random_decision = 0
5.39/5.44	c #conflict = 0
5.39/5.44	c #restart = 0
5.39/5.44	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
5.39/5.44	c BCD2: refineLB: 3 -> 4
5.39/5.44	c lower bound updated to -1314
5.39/5.44	c BCD2: 2316 <= obj <= 5086
5.39/5.44	c BCD2: #cores=65, #unrelaxed=703, #relaxed=2396, #hardened=0
5.39/5.44	c BCD2: #sat=1 #unsat=484 bias=484/485
5.39/5.44	c Solving starts ...
5.39/5.44	c ============================[ Search Statistics ]============================
5.39/5.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.44	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.44	c =============================================================================
5.39/5.44	c  0.0s |       0 |        0 |        0 |     4333      0 |      424 |      477
5.39/5.45	c  0.0s |       0 |      535 |        1 |     4333      0 |      424 |      478
5.39/5.45	c #cpu_time = 0.008s
5.39/5.45	c #wall_clock_time = 0.008s
5.39/5.45	c #decision = 535
5.39/5.45	c #random_decision = 0
5.39/5.45	c #conflict = 1
5.39/5.45	c #restart = 0
5.39/5.45	c BCD2: relaxing 13 and merging with 3 cores into a new core of size 31: cost of the new core is >=10
5.39/5.45	c BCD2: refineLB: 9 -> 10
5.39/5.45	c lower bound updated to -1312
5.39/5.45	c BCD2: 2318 <= obj <= 5086
5.39/5.45	c BCD2: #cores=63, #unrelaxed=690, #relaxed=2409, #hardened=0
5.39/5.45	c BCD2: #sat=1 #unsat=485 bias=485/486
5.39/5.45	c Solving starts ...
5.39/5.45	c ============================[ Search Statistics ]============================
5.39/5.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.45	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.45	c =============================================================================
5.39/5.45	c  0.0s |       0 |        0 |        0 |     4333      0 |      427 |      478
5.39/5.46	c  0.0s |       0 |      545 |        1 |     4333      0 |      427 |      481
5.39/5.46	c #cpu_time = 0.008s
5.39/5.46	c #wall_clock_time = 0.008s
5.39/5.46	c #decision = 545
5.39/5.46	c #random_decision = 0
5.39/5.46	c #conflict = 1
5.39/5.46	c #restart = 0
5.39/5.46	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 17: cost of the new core is >=8
5.39/5.46	c lower bound updated to -1310
5.39/5.46	c BCD2: 2320 <= obj <= 5086
5.39/5.46	c BCD2: #cores=63, #unrelaxed=686, #relaxed=2413, #hardened=0
5.39/5.46	c BCD2: #sat=1 #unsat=486 bias=486/487
5.39/5.46	c Solving starts ...
5.39/5.46	c ============================[ Search Statistics ]============================
5.39/5.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.46	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.46	c =============================================================================
5.39/5.46	c  0.0s |       0 |        0 |        0 |     4333      0 |      428 |      481
5.39/5.47	c  0.0s |       0 |      488 |        0 |     4333      0 |      428 |      482
5.39/5.47	c #cpu_time = 0.006s
5.39/5.47	c #wall_clock_time = 0.006s
5.39/5.47	c #decision = 488
5.39/5.47	c #random_decision = 0
5.39/5.47	c #conflict = 0
5.39/5.47	c #restart = 0
5.39/5.47	c BCD2: found a new core of size 3: cost of the new core is >=2
5.39/5.47	c lower bound updated to -1308
5.39/5.47	c BCD2: 2322 <= obj <= 5086
5.39/5.47	c BCD2: #cores=64, #unrelaxed=683, #relaxed=2416, #hardened=0
5.39/5.47	c BCD2: #sat=1 #unsat=487 bias=487/488
5.39/5.47	c Solving starts ...
5.39/5.47	c ============================[ Search Statistics ]============================
5.39/5.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.47	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.47	c =============================================================================
5.39/5.47	c  0.0s |       0 |        0 |        0 |     4333      0 |      428 |      482
5.39/5.48	c  0.0s |       0 |      544 |        1 |     4333      0 |      428 |      482
5.39/5.48	c #cpu_time = 0.007s
5.39/5.48	c #wall_clock_time = 0.007s
5.39/5.48	c #decision = 544
5.39/5.48	c #random_decision = 0
5.39/5.48	c #conflict = 1
5.39/5.48	c #restart = 0
5.39/5.48	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 10: cost of the new core is >=6
5.39/5.48	c lower bound updated to -1306
5.39/5.48	c BCD2: 2324 <= obj <= 5086
5.39/5.48	c BCD2: #cores=64, #unrelaxed=680, #relaxed=2419, #hardened=0
5.39/5.48	c BCD2: #sat=1 #unsat=488 bias=488/489
5.39/5.48	c Solving starts ...
5.39/5.48	c ============================[ Search Statistics ]============================
5.39/5.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.48	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.48	c =============================================================================
5.39/5.48	c  0.0s |       0 |        0 |        0 |     4333      0 |      429 |      482
5.39/5.49	c  0.0s |       0 |      485 |        0 |     4333      0 |      429 |      483
5.39/5.49	c #cpu_time = 0.007s
5.39/5.49	c #wall_clock_time = 0.007s
5.39/5.49	c #decision = 485
5.39/5.49	c #random_decision = 0
5.39/5.49	c #conflict = 0
5.39/5.49	c #restart = 0
5.39/5.49	c BCD2: found a new core of size 3: cost of the new core is >=2
5.39/5.49	c lower bound updated to -1304
5.39/5.49	c BCD2: 2326 <= obj <= 5086
5.39/5.49	c BCD2: #cores=65, #unrelaxed=677, #relaxed=2422, #hardened=0
5.39/5.49	c BCD2: #sat=1 #unsat=489 bias=489/490
5.39/5.49	c Solving starts ...
5.39/5.49	c ============================[ Search Statistics ]============================
5.39/5.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.49	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.49	c =============================================================================
5.39/5.49	c  0.0s |       0 |        0 |        0 |     4333      0 |      429 |      483
5.39/5.50	c  0.0s |       0 |      485 |        0 |     4333      0 |      429 |      483
5.39/5.50	c #cpu_time = 0.006s
5.39/5.50	c #wall_clock_time = 0.006s
5.39/5.50	c #decision = 485
5.39/5.50	c #random_decision = 0
5.39/5.50	c #conflict = 0
5.39/5.50	c #restart = 0
5.39/5.50	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
5.39/5.50	c BCD2: refineLB: 3 -> 4
5.39/5.50	c lower bound updated to -1302
5.39/5.50	c BCD2: 2328 <= obj <= 5086
5.39/5.50	c BCD2: #cores=65, #unrelaxed=673, #relaxed=2426, #hardened=0
5.39/5.50	c BCD2: #sat=1 #unsat=490 bias=490/491
5.39/5.50	c Solving starts ...
5.39/5.50	c ============================[ Search Statistics ]============================
5.39/5.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.50	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.50	c =============================================================================
5.39/5.50	c  0.0s |       0 |        0 |        0 |     4333      0 |      430 |      483
5.50/5.51	c  0.0s |       0 |      482 |        0 |     4333      0 |      430 |      484
5.50/5.51	c #cpu_time = 0.006s
5.50/5.51	c #wall_clock_time = 0.006s
5.50/5.51	c #decision = 482
5.50/5.51	c #random_decision = 0
5.50/5.51	c #conflict = 0
5.50/5.51	c #restart = 0
5.50/5.51	c BCD2: found a new core of size 3: cost of the new core is >=2
5.50/5.51	c lower bound updated to -1300
5.50/5.51	c BCD2: 2330 <= obj <= 5086
5.50/5.51	c BCD2: #cores=66, #unrelaxed=670, #relaxed=2429, #hardened=0
5.50/5.51	c BCD2: #sat=1 #unsat=491 bias=491/492
5.50/5.51	c Solving starts ...
5.50/5.51	c ============================[ Search Statistics ]============================
5.50/5.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.51	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.51	c =============================================================================
5.50/5.51	c  0.0s |       0 |        0 |        0 |     4333      0 |      430 |      484
5.50/5.52	c  0.0s |       0 |      481 |        0 |     4333      0 |      430 |      484
5.50/5.52	c #cpu_time = 0.006s
5.50/5.52	c #wall_clock_time = 0.006s
5.50/5.52	c #decision = 481
5.50/5.52	c #random_decision = 0
5.50/5.52	c #conflict = 0
5.50/5.52	c #restart = 0
5.50/5.52	c BCD2: found a new core of size 3: cost of the new core is >=2
5.50/5.52	c lower bound updated to -1298
5.50/5.52	c BCD2: 2332 <= obj <= 5086
5.50/5.52	c BCD2: #cores=67, #unrelaxed=667, #relaxed=2432, #hardened=0
5.50/5.52	c BCD2: #sat=1 #unsat=492 bias=492/493
5.50/5.52	c Solving starts ...
5.50/5.52	c ============================[ Search Statistics ]============================
5.50/5.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.52	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.52	c =============================================================================
5.50/5.52	c  0.0s |       0 |        0 |        0 |     4333      0 |      430 |      484
5.50/5.52	c  0.0s |       0 |      480 |        0 |     4333      0 |      430 |      484
5.50/5.52	c #cpu_time = 0.006s
5.50/5.52	c #wall_clock_time = 0.006s
5.50/5.52	c #decision = 480
5.50/5.52	c #random_decision = 0
5.50/5.52	c #conflict = 0
5.50/5.52	c #restart = 0
5.50/5.52	c BCD2: found a new core of size 3: cost of the new core is >=2
5.50/5.52	c lower bound updated to -1296
5.50/5.53	c BCD2: 2334 <= obj <= 5086
5.50/5.53	c BCD2: #cores=68, #unrelaxed=664, #relaxed=2435, #hardened=0
5.50/5.53	c BCD2: #sat=1 #unsat=493 bias=493/494
5.50/5.53	c Solving starts ...
5.50/5.53	c ============================[ Search Statistics ]============================
5.50/5.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.53	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.53	c =============================================================================
5.50/5.53	c  0.0s |       0 |        0 |        0 |     4333      0 |      430 |      484
5.50/5.53	c  0.0s |       0 |      480 |        0 |     4333      0 |      430 |      484
5.50/5.53	c #cpu_time = 0.006s
5.50/5.53	c #wall_clock_time = 0.006s
5.50/5.53	c #decision = 480
5.50/5.53	c #random_decision = 0
5.50/5.53	c #conflict = 0
5.50/5.53	c #restart = 0
5.50/5.53	c BCD2: found a new core of size 3: cost of the new core is >=2
5.50/5.53	c lower bound updated to -1294
5.50/5.54	c BCD2: 2336 <= obj <= 5086
5.50/5.54	c BCD2: #cores=69, #unrelaxed=661, #relaxed=2438, #hardened=0
5.50/5.54	c BCD2: #sat=1 #unsat=494 bias=494/495
5.50/5.54	c Solving starts ...
5.50/5.54	c ============================[ Search Statistics ]============================
5.50/5.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.54	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.54	c =============================================================================
5.50/5.54	c  0.0s |       0 |        0 |        0 |     4333      0 |      430 |      484
5.50/5.54	c  0.0s |       0 |      479 |        0 |     4333      0 |      430 |      484
5.50/5.54	c #cpu_time = 0.007s
5.50/5.54	c #wall_clock_time = 0.007s
5.50/5.54	c #decision = 479
5.50/5.54	c #random_decision = 0
5.50/5.54	c #conflict = 0
5.50/5.54	c #restart = 0
5.50/5.54	c BCD2: found a new core of size 3: cost of the new core is >=2
5.50/5.54	c lower bound updated to -1292
5.50/5.55	c BCD2: 2338 <= obj <= 5086
5.50/5.55	c BCD2: #cores=70, #unrelaxed=658, #relaxed=2441, #hardened=0
5.50/5.55	c BCD2: #sat=1 #unsat=495 bias=495/496
5.50/5.55	c Solving starts ...
5.50/5.55	c ============================[ Search Statistics ]============================
5.50/5.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.55	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.55	c =============================================================================
5.50/5.55	c  0.0s |       0 |        0 |        0 |     4333      0 |      430 |      484
5.50/5.55	c  0.0s |       0 |      480 |        1 |     4333      0 |      430 |      484
5.50/5.55	c #cpu_time = 0.007s
5.50/5.55	c #wall_clock_time = 0.007s
5.50/5.55	c #decision = 480
5.50/5.55	c #random_decision = 0
5.50/5.55	c #conflict = 1
5.50/5.55	c #restart = 0
5.50/5.55	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 15: cost of the new core is >=6
5.50/5.55	c lower bound updated to -1290
5.50/5.56	c BCD2: 2340 <= obj <= 5086
5.50/5.56	c BCD2: #cores=70, #unrelaxed=652, #relaxed=2447, #hardened=0
5.50/5.56	c BCD2: #sat=1 #unsat=496 bias=496/497
5.50/5.56	c Solving starts ...
5.50/5.56	c ============================[ Search Statistics ]============================
5.50/5.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.56	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.56	c =============================================================================
5.50/5.56	c  0.0s |       0 |        0 |        0 |     4333      0 |      431 |      484
5.50/5.56	c  0.0s |       0 |      478 |        0 |     4333      0 |      431 |      485
5.50/5.56	c #cpu_time = 0.007s
5.50/5.56	c #wall_clock_time = 0.007s
5.50/5.56	c #decision = 478
5.50/5.56	c #random_decision = 0
5.50/5.56	c #conflict = 0
5.50/5.56	c #restart = 0
5.50/5.56	c BCD2: found a new core of size 3: cost of the new core is >=2
5.50/5.56	c lower bound updated to -1288
5.50/5.57	c BCD2: 2342 <= obj <= 5086
5.50/5.57	c BCD2: #cores=71, #unrelaxed=649, #relaxed=2450, #hardened=0
5.50/5.57	c BCD2: #sat=1 #unsat=497 bias=497/498
5.50/5.57	c Solving starts ...
5.50/5.57	c ============================[ Search Statistics ]============================
5.50/5.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.57	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.57	c =============================================================================
5.50/5.57	c  0.0s |       0 |        0 |        0 |     4333      0 |      431 |      485
5.50/5.58	c  0.0s |       0 |      489 |        0 |     4333      0 |      431 |      485
5.50/5.58	c #cpu_time = 0.007s
5.50/5.58	c #wall_clock_time = 0.007s
5.50/5.58	c #decision = 489
5.50/5.58	c #random_decision = 0
5.50/5.58	c #conflict = 0
5.50/5.58	c #restart = 0
5.50/5.58	c BCD2: found a new core of size 3: cost of the new core is >=2
5.50/5.58	c lower bound updated to -1286
5.50/5.58	c BCD2: 2344 <= obj <= 5086
5.50/5.58	c BCD2: #cores=72, #unrelaxed=646, #relaxed=2453, #hardened=0
5.50/5.58	c BCD2: #sat=1 #unsat=498 bias=498/499
5.50/5.58	c Solving starts ...
5.50/5.58	c ============================[ Search Statistics ]============================
5.50/5.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.58	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.58	c =============================================================================
5.50/5.58	c  0.0s |       0 |        0 |        0 |     4333      0 |      431 |      485
5.50/5.59	c  0.0s |       0 |      488 |        0 |     4333      0 |      431 |      485
5.50/5.59	c #cpu_time = 0.007s
5.50/5.59	c #wall_clock_time = 0.007s
5.50/5.59	c #decision = 488
5.50/5.59	c #random_decision = 0
5.50/5.59	c #conflict = 0
5.50/5.59	c #restart = 0
5.50/5.59	c BCD2: found a new core of size 3: cost of the new core is >=2
5.50/5.59	c lower bound updated to -1284
5.50/5.59	c BCD2: 2346 <= obj <= 5086
5.50/5.59	c BCD2: #cores=73, #unrelaxed=643, #relaxed=2456, #hardened=0
5.50/5.59	c BCD2: #sat=1 #unsat=499 bias=499/500
5.50/5.59	c Solving starts ...
5.50/5.59	c ============================[ Search Statistics ]============================
5.50/5.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.59	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.59	c =============================================================================
5.50/5.59	c  0.0s |       0 |        0 |        0 |     4333      0 |      431 |      485
5.50/5.60	c  0.0s |       0 |      487 |        0 |     4333      0 |      431 |      485
5.50/5.60	c #cpu_time = 0.007s
5.50/5.60	c #wall_clock_time = 0.007s
5.50/5.60	c #decision = 487
5.50/5.60	c #random_decision = 0
5.50/5.60	c #conflict = 0
5.50/5.60	c #restart = 0
5.50/5.60	c BCD2: found a new core of size 3: cost of the new core is >=2
5.50/5.60	c lower bound updated to -1282
5.50/5.60	c BCD2: 2348 <= obj <= 5086
5.50/5.60	c BCD2: #cores=74, #unrelaxed=640, #relaxed=2459, #hardened=0
5.50/5.60	c BCD2: #sat=1 #unsat=500 bias=500/501
5.50/5.60	c Solving starts ...
5.50/5.60	c ============================[ Search Statistics ]============================
5.50/5.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.60	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.60	c =============================================================================
5.50/5.60	c  0.0s |       0 |        0 |        0 |     4333      0 |      431 |      485
5.60/5.61	c  0.0s |       0 |      486 |        0 |     4333      0 |      431 |      485
5.60/5.61	c #cpu_time = 0.007s
5.60/5.61	c #wall_clock_time = 0.007s
5.60/5.61	c #decision = 486
5.60/5.61	c #random_decision = 0
5.60/5.61	c #conflict = 0
5.60/5.61	c #restart = 0
5.60/5.61	c BCD2: relaxing 9 and merging with 2 cores into a new core of size 15: cost of the new core is >=6
5.60/5.61	c BCD2: refineLB: 5 -> 6
5.60/5.61	c lower bound updated to -1280
5.60/5.61	c BCD2: 2350 <= obj <= 5086
5.60/5.61	c BCD2: #cores=73, #unrelaxed=631, #relaxed=2468, #hardened=0
5.60/5.61	c BCD2: #sat=1 #unsat=501 bias=501/502
5.60/5.61	c Solving starts ...
5.60/5.61	c ============================[ Search Statistics ]============================
5.60/5.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.61	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.61	c =============================================================================
5.60/5.61	c  0.0s |       0 |        0 |        0 |     4333      0 |      433 |      485
5.60/5.62	c  0.0s |       0 |      477 |        0 |     4333      0 |      433 |      487
5.60/5.62	c #cpu_time = 0.007s
5.60/5.62	c #wall_clock_time = 0.007s
5.60/5.62	c #decision = 477
5.60/5.62	c #random_decision = 0
5.60/5.62	c #conflict = 0
5.60/5.62	c #restart = 0
5.60/5.62	c BCD2: found a new core of size 3: cost of the new core is >=2
5.60/5.62	c lower bound updated to -1278
5.60/5.62	c BCD2: 2352 <= obj <= 5086
5.60/5.62	c BCD2: #cores=74, #unrelaxed=628, #relaxed=2471, #hardened=0
5.60/5.62	c BCD2: #sat=1 #unsat=502 bias=502/503
5.60/5.62	c Solving starts ...
5.60/5.62	c ============================[ Search Statistics ]============================
5.60/5.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.62	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.62	c =============================================================================
5.60/5.62	c  0.0s |       0 |        0 |        0 |     4333      0 |      433 |      487
5.60/5.63	c  0.0s |       0 |      476 |        0 |     4333      0 |      433 |      487
5.60/5.63	c #cpu_time = 0.007s
5.60/5.63	c #wall_clock_time = 0.007s
5.60/5.63	c #decision = 476
5.60/5.63	c #random_decision = 0
5.60/5.63	c #conflict = 0
5.60/5.63	c #restart = 0
5.60/5.63	c BCD2: found a new core of size 3: cost of the new core is >=2
5.60/5.63	c lower bound updated to -1276
5.60/5.63	c BCD2: 2354 <= obj <= 5086
5.60/5.63	c BCD2: #cores=75, #unrelaxed=625, #relaxed=2474, #hardened=0
5.60/5.63	c BCD2: #sat=1 #unsat=503 bias=503/504
5.60/5.63	c Solving starts ...
5.60/5.63	c ============================[ Search Statistics ]============================
5.60/5.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.63	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.63	c =============================================================================
5.60/5.63	c  0.0s |       0 |        0 |        0 |     4333      0 |      433 |      487
5.60/5.64	c  0.0s |       0 |      475 |        0 |     4333      0 |      433 |      487
5.60/5.64	c #cpu_time = 0.007s
5.60/5.64	c #wall_clock_time = 0.007s
5.60/5.64	c #decision = 475
5.60/5.64	c #random_decision = 0
5.60/5.64	c #conflict = 0
5.60/5.64	c #restart = 0
5.60/5.64	c BCD2: found a new core of size 3: cost of the new core is >=2
5.60/5.64	c lower bound updated to -1274
5.60/5.64	c BCD2: 2356 <= obj <= 5086
5.60/5.64	c BCD2: #cores=76, #unrelaxed=622, #relaxed=2477, #hardened=0
5.60/5.64	c BCD2: #sat=1 #unsat=504 bias=504/505
5.60/5.64	c Solving starts ...
5.60/5.64	c ============================[ Search Statistics ]============================
5.60/5.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.64	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.64	c =============================================================================
5.60/5.64	c  0.0s |       0 |        0 |        0 |     4333      0 |      433 |      487
5.60/5.65	c  0.0s |       0 |      474 |        0 |     4333      0 |      433 |      487
5.60/5.65	c #cpu_time = 0.007s
5.60/5.65	c #wall_clock_time = 0.007s
5.60/5.65	c #decision = 474
5.60/5.65	c #random_decision = 0
5.60/5.65	c #conflict = 0
5.60/5.65	c #restart = 0
5.60/5.65	c BCD2: relaxing 9 and merging with 1 cores into a new core of size 12: cost of the new core is >=4
5.60/5.65	c BCD2: refineLB: 3 -> 4
5.60/5.65	c lower bound updated to -1272
5.60/5.65	c BCD2: 2358 <= obj <= 5086
5.60/5.65	c BCD2: #cores=76, #unrelaxed=613, #relaxed=2486, #hardened=0
5.60/5.65	c BCD2: #sat=1 #unsat=505 bias=505/506
5.60/5.65	c Solving starts ...
5.60/5.65	c ============================[ Search Statistics ]============================
5.60/5.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.65	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.65	c =============================================================================
5.60/5.65	c  0.0s |       0 |        0 |        0 |     4333      0 |      434 |      487
5.60/5.66	c  0.0s |       0 |      466 |        0 |     4333      0 |      434 |      488
5.60/5.66	c #cpu_time = 0.007s
5.60/5.66	c #wall_clock_time = 0.007s
5.60/5.66	c #decision = 466
5.60/5.66	c #random_decision = 0
5.60/5.66	c #conflict = 0
5.60/5.66	c #restart = 0
5.60/5.66	c BCD2: found a new core of size 3: cost of the new core is >=2
5.60/5.66	c lower bound updated to -1270
5.60/5.66	c BCD2: 2360 <= obj <= 5086
5.60/5.66	c BCD2: #cores=77, #unrelaxed=610, #relaxed=2489, #hardened=0
5.60/5.66	c BCD2: #sat=1 #unsat=506 bias=506/507
5.60/5.66	c Solving starts ...
5.60/5.66	c ============================[ Search Statistics ]============================
5.60/5.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.66	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.66	c =============================================================================
5.60/5.66	c  0.0s |       0 |        0 |        0 |     4333      0 |      434 |      488
5.60/5.67	c  0.0s |       0 |      465 |        0 |     4333      0 |      434 |      488
5.60/5.67	c #cpu_time = 0.007s
5.60/5.67	c #wall_clock_time = 0.007s
5.60/5.67	c #decision = 465
5.60/5.67	c #random_decision = 0
5.60/5.67	c #conflict = 0
5.60/5.67	c #restart = 0
5.60/5.67	c BCD2: found a new core of size 6: cost of the new core is >=2
5.60/5.67	c lower bound updated to -1268
5.60/5.67	c BCD2: 2362 <= obj <= 5086
5.60/5.67	c BCD2: #cores=78, #unrelaxed=604, #relaxed=2495, #hardened=0
5.60/5.67	c BCD2: #sat=1 #unsat=507 bias=507/508
5.60/5.67	c Solving starts ...
5.60/5.67	c ============================[ Search Statistics ]============================
5.60/5.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.67	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.67	c =============================================================================
5.60/5.67	c  0.0s |       0 |        0 |        0 |     4333      0 |      434 |      488
5.60/5.68	c  0.0s |       0 |      461 |        0 |     4333      0 |      434 |      488
5.60/5.68	c #cpu_time = 0.007s
5.60/5.68	c #wall_clock_time = 0.007s
5.60/5.68	c #decision = 461
5.60/5.68	c #random_decision = 0
5.60/5.68	c #conflict = 0
5.60/5.68	c #restart = 0
5.60/5.68	c BCD2: found a new core of size 4: cost of the new core is >=2
5.60/5.68	c lower bound updated to -1266
5.60/5.68	c BCD2: 2364 <= obj <= 5086
5.60/5.68	c BCD2: #cores=79, #unrelaxed=600, #relaxed=2499, #hardened=0
5.60/5.68	c BCD2: #sat=1 #unsat=508 bias=508/509
5.60/5.68	c Solving starts ...
5.60/5.68	c ============================[ Search Statistics ]============================
5.60/5.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.68	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.68	c =============================================================================
5.60/5.68	c  0.0s |       0 |        0 |        0 |     4333      0 |      434 |      488
5.60/5.69	c  0.0s |       0 |      461 |        1 |     4333      0 |      434 |      488
5.60/5.69	c #cpu_time = 0.008s
5.60/5.69	c #wall_clock_time = 0.008s
5.60/5.69	c #decision = 461
5.60/5.69	c #random_decision = 0
5.60/5.69	c #conflict = 1
5.60/5.69	c #restart = 0
5.60/5.69	c BCD2: relaxing 28 and merging with 8 cores into a new core of size 86: cost of the new core is >=27
5.60/5.69	c lower bound updated to -1265
5.60/5.69	c BCD2: 2365 <= obj <= 5086
5.60/5.69	c BCD2: #cores=72, #unrelaxed=572, #relaxed=2527, #hardened=0
5.60/5.69	c BCD2: #sat=1 #unsat=509 bias=509/510
5.60/5.69	c Solving starts ...
5.60/5.69	c ============================[ Search Statistics ]============================
5.60/5.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.69	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.69	c =============================================================================
5.60/5.69	c  0.0s |       0 |        0 |        0 |     4333      0 |      442 |      488
5.69/5.70	c  0.0s |       0 |      427 |        1 |     4333      0 |      442 |      496
5.69/5.70	c #cpu_time = 0.007s
5.69/5.70	c #wall_clock_time = 0.007s
5.69/5.70	c #decision = 427
5.69/5.70	c #random_decision = 0
5.69/5.70	c #conflict = 1
5.69/5.70	c #restart = 0
5.69/5.70	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 16: cost of the new core is >=6
5.69/5.70	c BCD2: refineLB: 5 -> 6
5.69/5.70	c lower bound updated to -1263
5.69/5.70	c BCD2: 2367 <= obj <= 5086
5.69/5.70	c BCD2: #cores=71, #unrelaxed=565, #relaxed=2534, #hardened=0
5.69/5.70	c BCD2: #sat=1 #unsat=510 bias=510/511
5.69/5.70	c Solving starts ...
5.69/5.70	c ============================[ Search Statistics ]============================
5.69/5.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.70	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.70	c =============================================================================
5.69/5.70	c  0.0s |       0 |        0 |        0 |     4333      0 |      444 |      496
5.69/5.71	c  0.0s |       0 |      422 |        1 |     4333      0 |      444 |      498
5.69/5.71	c #cpu_time = 0.007s
5.69/5.71	c #wall_clock_time = 0.007s
5.69/5.71	c #decision = 422
5.69/5.71	c #random_decision = 0
5.69/5.71	c #conflict = 1
5.69/5.71	c #restart = 0
5.69/5.71	c BCD2: relaxing 12 and merging with 2 cores into a new core of size 21: cost of the new core is >=6
5.69/5.71	c BCD2: refineLB: 5 -> 6
5.69/5.71	c lower bound updated to -1261
5.69/5.71	c BCD2: 2369 <= obj <= 5086
5.69/5.71	c BCD2: #cores=70, #unrelaxed=553, #relaxed=2546, #hardened=0
5.69/5.71	c BCD2: #sat=1 #unsat=511 bias=511/512
5.69/5.71	c Solving starts ...
5.69/5.71	c ============================[ Search Statistics ]============================
5.69/5.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.71	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.71	c =============================================================================
5.69/5.71	c  0.0s |       0 |        0 |        0 |     4333      0 |      446 |      498
5.69/5.72	c  0.0s |       0 |      414 |        1 |     4333      0 |      446 |      500
5.69/5.72	c #cpu_time = 0.008s
5.69/5.72	c #wall_clock_time = 0.008s
5.69/5.72	c #decision = 414
5.69/5.72	c #random_decision = 0
5.69/5.72	c #conflict = 1
5.69/5.72	c #restart = 0
5.69/5.72	c BCD2: relaxing 20 and merging with 1 cores into a new core of size 48: cost of the new core is >=15
5.69/5.72	c lower bound updated to -1259
5.69/5.72	c BCD2: 2371 <= obj <= 5086
5.69/5.72	c BCD2: #cores=70, #unrelaxed=533, #relaxed=2566, #hardened=0
5.69/5.72	c BCD2: #sat=1 #unsat=512 bias=512/513
5.69/5.72	c Solving starts ...
5.69/5.73	c ============================[ Search Statistics ]============================
5.69/5.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.73	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.73	c =============================================================================
5.69/5.73	c  0.0s |       0 |        0 |        0 |     4333      0 |      447 |      500
5.69/5.73	c  0.0s |       0 |      400 |        3 |     4333      0 |      447 |      501
5.69/5.73	c #cpu_time = 0.008s
5.69/5.73	c #wall_clock_time = 0.008s
5.69/5.73	c #decision = 400
5.69/5.73	c #random_decision = 0
5.69/5.73	c #conflict = 3
5.69/5.73	c #restart = 0
5.69/5.73	c BCD2: relaxing 9 and merging with 2 cores into a new core of size 31: cost of the new core is >=12
5.69/5.73	c BCD2: refineLB: 11 -> 12
5.69/5.73	c lower bound updated to -1257
5.69/5.74	c BCD2: 2373 <= obj <= 5086
5.69/5.74	c BCD2: #cores=69, #unrelaxed=524, #relaxed=2575, #hardened=0
5.69/5.74	c BCD2: #sat=1 #unsat=513 bias=513/514
5.69/5.74	c Solving starts ...
5.69/5.74	c ============================[ Search Statistics ]============================
5.69/5.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.74	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.74	c =============================================================================
5.69/5.74	c  0.0s |       0 |        0 |        0 |     4333      0 |      449 |      501
5.69/5.74	c  0.0s |       0 |      392 |        0 |     4333      0 |      449 |      503
5.69/5.74	c #cpu_time = 0.007s
5.69/5.74	c #wall_clock_time = 0.007s
5.69/5.74	c #decision = 392
5.69/5.74	c #random_decision = 0
5.69/5.74	c #conflict = 0
5.69/5.74	c #restart = 0
5.69/5.74	c BCD2: found a new core of size 3: cost of the new core is >=2
5.69/5.74	c lower bound updated to -1255
5.69/5.75	c BCD2: 2375 <= obj <= 5086
5.69/5.75	c BCD2: #cores=70, #unrelaxed=521, #relaxed=2578, #hardened=0
5.69/5.75	c BCD2: #sat=1 #unsat=514 bias=514/515
5.69/5.75	c Solving starts ...
5.69/5.75	c ============================[ Search Statistics ]============================
5.69/5.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.75	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.75	c =============================================================================
5.69/5.75	c  0.0s |       0 |        0 |        0 |     4333      0 |      449 |      503
5.69/5.75	c  0.0s |       0 |      393 |        0 |     4333      0 |      449 |      503
5.69/5.75	c #cpu_time = 0.007s
5.69/5.75	c #wall_clock_time = 0.007s
5.69/5.75	c #decision = 393
5.69/5.75	c #random_decision = 0
5.69/5.75	c #conflict = 0
5.69/5.75	c #restart = 0
5.69/5.75	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 13: cost of the new core is >=6
5.69/5.75	c lower bound updated to -1253
5.69/5.76	c BCD2: 2377 <= obj <= 5086
5.69/5.76	c BCD2: #cores=70, #unrelaxed=515, #relaxed=2584, #hardened=0
5.69/5.76	c BCD2: #sat=1 #unsat=515 bias=515/516
5.69/5.76	c Solving starts ...
5.69/5.76	c ============================[ Search Statistics ]============================
5.69/5.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.76	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.76	c =============================================================================
5.69/5.76	c  0.0s |       0 |        0 |        0 |     4333      0 |      450 |      503
5.69/5.77	c  0.0s |       0 |      400 |        1 |     4333      0 |      450 |      504
5.69/5.77	c #cpu_time = 0.007s
5.69/5.77	c #wall_clock_time = 0.007s
5.69/5.77	c #decision = 400
5.69/5.77	c #random_decision = 0
5.69/5.77	c #conflict = 1
5.69/5.77	c #restart = 0
5.69/5.77	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
5.69/5.77	c BCD2: refineLB: 3 -> 4
5.69/5.77	c lower bound updated to -1251
5.69/5.77	c BCD2: 2379 <= obj <= 5086
5.69/5.77	c BCD2: #cores=70, #unrelaxed=511, #relaxed=2588, #hardened=0
5.69/5.77	c BCD2: #sat=1 #unsat=516 bias=516/517
5.69/5.77	c Solving starts ...
5.69/5.77	c ============================[ Search Statistics ]============================
5.69/5.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.77	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.77	c =============================================================================
5.69/5.77	c  0.0s |       0 |        0 |        0 |     4333      0 |      451 |      504
5.69/5.78	c  0.0s |       0 |      404 |        3 |     4333      0 |      451 |      505
5.69/5.78	c #cpu_time = 0.010s
5.69/5.78	c #wall_clock_time = 0.010s
5.69/5.78	c #decision = 404
5.69/5.78	c #random_decision = 0
5.69/5.78	c #conflict = 3
5.69/5.78	c #restart = 0
5.69/5.78	c BCD2: relaxing 50 and merging with 11 cores into a new core of size 222: cost of the new core is >=77
5.69/5.78	c lower bound updated to -1250
5.69/5.78	c BCD2: 2380 <= obj <= 5086
5.69/5.78	c BCD2: #cores=60, #unrelaxed=461, #relaxed=2638, #hardened=0
5.69/5.78	c BCD2: #sat=1 #unsat=517 bias=517/518
5.69/5.79	c Solving starts ...
5.69/5.79	c ============================[ Search Statistics ]============================
5.69/5.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.79	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.79	c =============================================================================
5.69/5.79	c  0.0s |       0 |        0 |        0 |     4333      0 |      462 |      505
5.69/5.79	c  0.0s |       0 |      386 |        0 |     4333      0 |      462 |      516
5.69/5.79	c #cpu_time = 0.008s
5.69/5.79	c #wall_clock_time = 0.008s
5.69/5.79	c #decision = 386
5.69/5.79	c #random_decision = 0
5.69/5.79	c #conflict = 0
5.69/5.79	c #restart = 0
5.69/5.79	c BCD2: found a new core of size 3: cost of the new core is >=2
5.69/5.79	c lower bound updated to -1248
5.69/5.79	c BCD2: 2382 <= obj <= 5086
5.69/5.79	c BCD2: #cores=61, #unrelaxed=458, #relaxed=2641, #hardened=0
5.69/5.79	c BCD2: #sat=1 #unsat=518 bias=518/519
5.69/5.80	c Solving starts ...
5.69/5.80	c ============================[ Search Statistics ]============================
5.69/5.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.80	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.80	c =============================================================================
5.69/5.80	c  0.0s |       0 |        0 |        0 |     4333      0 |      462 |      516
5.79/5.80	c  0.0s |       0 |      404 |        0 |     4333      0 |      462 |      516
5.79/5.80	c #cpu_time = 0.007s
5.79/5.80	c #wall_clock_time = 0.007s
5.79/5.80	c #decision = 404
5.79/5.80	c #random_decision = 0
5.79/5.80	c #conflict = 0
5.79/5.80	c #restart = 0
5.79/5.80	c BCD2: found a new core of size 3: cost of the new core is >=2
5.79/5.80	c lower bound updated to -1246
5.79/5.81	c BCD2: 2384 <= obj <= 5086
5.79/5.81	c BCD2: #cores=62, #unrelaxed=455, #relaxed=2644, #hardened=0
5.79/5.81	c BCD2: #sat=1 #unsat=519 bias=519/520
5.79/5.81	c Solving starts ...
5.79/5.81	c ============================[ Search Statistics ]============================
5.79/5.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.81	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.81	c =============================================================================
5.79/5.81	c  0.0s |       0 |        0 |        0 |     4333      0 |      462 |      516
5.79/5.81	c  0.0s |       0 |      419 |        0 |     4333      0 |      462 |      516
5.79/5.81	c #cpu_time = 0.006s
5.79/5.81	c #wall_clock_time = 0.006s
5.79/5.81	c #decision = 419
5.79/5.81	c #random_decision = 0
5.79/5.81	c #conflict = 0
5.79/5.81	c #restart = 0
5.79/5.81	c BCD2: found a new core of size 3: cost of the new core is >=2
5.79/5.81	c lower bound updated to -1244
5.79/5.82	c BCD2: 2386 <= obj <= 5086
5.79/5.82	c BCD2: #cores=63, #unrelaxed=452, #relaxed=2647, #hardened=0
5.79/5.82	c BCD2: #sat=1 #unsat=520 bias=520/521
5.79/5.82	c Solving starts ...
5.79/5.82	c ============================[ Search Statistics ]============================
5.79/5.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.82	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.82	c =============================================================================
5.79/5.82	c  0.0s |       0 |        0 |        0 |     4333      0 |      462 |      516
5.79/5.82	c  0.0s |       0 |      418 |        0 |     4333      0 |      462 |      516
5.79/5.82	c #cpu_time = 0.007s
5.79/5.82	c #wall_clock_time = 0.007s
5.79/5.82	c #decision = 418
5.79/5.82	c #random_decision = 0
5.79/5.82	c #conflict = 0
5.79/5.82	c #restart = 0
5.79/5.82	c BCD2: found a new core of size 3: cost of the new core is >=2
5.79/5.82	c lower bound updated to -1242
5.79/5.82	c BCD2: 2388 <= obj <= 5086
5.79/5.82	c BCD2: #cores=64, #unrelaxed=449, #relaxed=2650, #hardened=0
5.79/5.82	c BCD2: #sat=1 #unsat=521 bias=521/522
5.79/5.83	c Solving starts ...
5.79/5.83	c ============================[ Search Statistics ]============================
5.79/5.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.83	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.83	c =============================================================================
5.79/5.83	c  0.0s |       0 |        0 |        0 |     4333      0 |      462 |      516
5.79/5.83	c  0.0s |       0 |      421 |        0 |     4333      0 |      462 |      516
5.79/5.83	c #cpu_time = 0.007s
5.79/5.83	c #wall_clock_time = 0.007s
5.79/5.83	c #decision = 421
5.79/5.83	c #random_decision = 0
5.79/5.83	c #conflict = 0
5.79/5.83	c #restart = 0
5.79/5.83	c BCD2: found a new core of size 3: cost of the new core is >=2
5.79/5.83	c lower bound updated to -1240
5.79/5.83	c BCD2: 2390 <= obj <= 5086
5.79/5.83	c BCD2: #cores=65, #unrelaxed=446, #relaxed=2653, #hardened=0
5.79/5.83	c BCD2: #sat=1 #unsat=522 bias=522/523
5.79/5.84	c Solving starts ...
5.79/5.84	c ============================[ Search Statistics ]============================
5.79/5.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.84	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.84	c =============================================================================
5.79/5.84	c  0.0s |       0 |        0 |        0 |     4333      0 |      462 |      516
5.79/5.84	c  0.0s |       0 |      484 |        2 |     4333      0 |      462 |      516
5.79/5.84	c #cpu_time = 0.008s
5.79/5.84	c #wall_clock_time = 0.008s
5.79/5.84	c #decision = 484
5.79/5.84	c #random_decision = 0
5.79/5.84	c #conflict = 2
5.79/5.84	c #restart = 0
5.79/5.84	c BCD2: relaxing 21 and merging with 5 cores into a new core of size 99: cost of the new core is >=34
5.79/5.84	c BCD2: refineLB: 33 -> 34
5.79/5.84	c lower bound updated to -1238
5.79/5.85	c BCD2: 2392 <= obj <= 5086
5.79/5.85	c BCD2: #cores=61, #unrelaxed=425, #relaxed=2674, #hardened=0
5.79/5.85	c BCD2: #sat=1 #unsat=523 bias=523/524
5.79/5.85	c Solving starts ...
5.79/5.85	c ============================[ Search Statistics ]============================
5.79/5.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.85	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.85	c =============================================================================
5.79/5.85	c  0.0s |       0 |        0 |        0 |     4333      0 |      467 |      516
5.79/5.86	c  0.0s |       0 |      400 |        0 |     4333      0 |      467 |      521
5.79/5.86	c #cpu_time = 0.007s
5.79/5.86	c #wall_clock_time = 0.007s
5.79/5.86	c #decision = 400
5.79/5.86	c #random_decision = 0
5.79/5.86	c #conflict = 0
5.79/5.86	c #restart = 0
5.79/5.86	c BCD2: found a new core of size 5: cost of the new core is >=2
5.79/5.86	c lower bound updated to -1236
5.79/5.86	c BCD2: 2394 <= obj <= 5086
5.79/5.86	c BCD2: #cores=62, #unrelaxed=420, #relaxed=2679, #hardened=0
5.79/5.86	c BCD2: #sat=1 #unsat=524 bias=524/525
5.79/5.86	c Solving starts ...
5.79/5.86	c ============================[ Search Statistics ]============================
5.79/5.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.86	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.86	c =============================================================================
5.79/5.86	c  0.0s |       0 |        0 |        0 |     4333      0 |      467 |      521
5.79/5.87	c  0.0s |       0 |      401 |        1 |     4333      0 |      467 |      521
5.79/5.87	c #cpu_time = 0.008s
5.79/5.87	c #wall_clock_time = 0.008s
5.79/5.87	c #decision = 401
5.79/5.87	c #random_decision = 0
5.79/5.87	c #conflict = 1
5.79/5.87	c #restart = 0
5.79/5.87	c BCD2: relaxing 16 and merging with 2 cores into a new core of size 33: cost of the new core is >=10
5.79/5.87	c lower bound updated to -1234
5.79/5.87	c BCD2: 2396 <= obj <= 5086
5.79/5.87	c BCD2: #cores=61, #unrelaxed=404, #relaxed=2695, #hardened=0
5.79/5.87	c BCD2: #sat=1 #unsat=525 bias=525/526
5.79/5.87	c Solving starts ...
5.79/5.87	c ============================[ Search Statistics ]============================
5.79/5.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.87	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.87	c =============================================================================
5.79/5.87	c  0.0s |       0 |        0 |        0 |     4333      0 |      469 |      521
5.79/5.88	c  0.0s |       0 |      383 |        0 |     4333      0 |      469 |      523
5.79/5.88	c #cpu_time = 0.007s
5.79/5.88	c #wall_clock_time = 0.007s
5.79/5.88	c #decision = 383
5.79/5.88	c #random_decision = 0
5.79/5.88	c #conflict = 0
5.79/5.88	c #restart = 0
5.79/5.88	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
5.79/5.88	c BCD2: refineLB: 3 -> 4
5.79/5.88	c lower bound updated to -1232
5.79/5.88	c BCD2: 2398 <= obj <= 5086
5.79/5.88	c BCD2: #cores=61, #unrelaxed=399, #relaxed=2700, #hardened=0
5.79/5.88	c BCD2: #sat=1 #unsat=526 bias=526/527
5.79/5.88	c Solving starts ...
5.79/5.88	c ============================[ Search Statistics ]============================
5.79/5.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.88	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.88	c =============================================================================
5.79/5.88	c  0.0s |       0 |        0 |        0 |     4333      0 |      470 |      523
5.79/5.89	c  0.0s |       0 |      387 |        1 |     4333      0 |      470 |      524
5.79/5.89	c #cpu_time = 0.007s
5.79/5.89	c #wall_clock_time = 0.007s
5.79/5.89	c #decision = 387
5.79/5.89	c #random_decision = 0
5.79/5.89	c #conflict = 1
5.79/5.89	c #restart = 0
5.79/5.89	c BCD2: relaxing 22 and merging with 1 cores into a new core of size 66: cost of the new core is >=20
5.79/5.89	c lower bound updated to -1230
5.79/5.89	c BCD2: 2400 <= obj <= 5086
5.79/5.89	c BCD2: #cores=61, #unrelaxed=377, #relaxed=2722, #hardened=0
5.79/5.89	c BCD2: #sat=1 #unsat=527 bias=527/528
5.79/5.89	c Solving starts ...
5.79/5.89	c ============================[ Search Statistics ]============================
5.79/5.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.89	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.89	c =============================================================================
5.79/5.89	c  0.0s |       0 |        0 |        0 |     4333      0 |      471 |      524
5.89/5.90	c  0.0s |       0 |      362 |        0 |     4333      0 |      471 |      525
5.89/5.90	c #cpu_time = 0.006s
5.89/5.90	c #wall_clock_time = 0.006s
5.89/5.90	c #decision = 362
5.89/5.90	c #random_decision = 0
5.89/5.90	c #conflict = 0
5.89/5.90	c #restart = 0
5.89/5.90	c BCD2: found a new core of size 3: cost of the new core is >=2
5.89/5.90	c lower bound updated to -1228
5.89/5.90	c BCD2: 2402 <= obj <= 5086
5.89/5.90	c BCD2: #cores=62, #unrelaxed=374, #relaxed=2725, #hardened=0
5.89/5.90	c BCD2: #sat=1 #unsat=528 bias=528/529
5.89/5.90	c Solving starts ...
5.89/5.90	c ============================[ Search Statistics ]============================
5.89/5.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.90	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.90	c =============================================================================
5.89/5.90	c  0.0s |       0 |        0 |        0 |     4333      0 |      471 |      525
5.89/5.91	c  0.0s |       0 |      382 |        1 |     4333      0 |      471 |      525
5.89/5.91	c #cpu_time = 0.008s
5.89/5.91	c #wall_clock_time = 0.008s
5.89/5.91	c #decision = 382
5.89/5.91	c #random_decision = 0
5.89/5.91	c #conflict = 1
5.89/5.91	c #restart = 0
5.89/5.91	c BCD2: relaxing 6 and merging with 2 cores into a new core of size 17: cost of the new core is >=8
5.89/5.91	c BCD2: refineLB: 7 -> 8
5.89/5.91	c lower bound updated to -1226
5.89/5.91	c BCD2: 2404 <= obj <= 5086
5.89/5.91	c BCD2: #cores=61, #unrelaxed=368, #relaxed=2731, #hardened=0
5.89/5.91	c BCD2: #sat=1 #unsat=529 bias=529/530
5.89/5.91	c Solving starts ...
5.89/5.91	c ============================[ Search Statistics ]============================
5.89/5.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.91	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.91	c =============================================================================
5.89/5.91	c  0.0s |       0 |        0 |        0 |     4333      0 |      473 |      525
5.89/5.92	c  0.0s |       0 |      378 |        0 |     4333      0 |      473 |      527
5.89/5.92	c #cpu_time = 0.007s
5.89/5.92	c #wall_clock_time = 0.007s
5.89/5.92	c #decision = 378
5.89/5.92	c #random_decision = 0
5.89/5.92	c #conflict = 0
5.89/5.92	c #restart = 0
5.89/5.92	c BCD2: found a new core of size 5: cost of the new core is >=2
5.89/5.92	c lower bound updated to -1224
5.89/5.92	c BCD2: 2406 <= obj <= 5086
5.89/5.92	c BCD2: #cores=62, #unrelaxed=363, #relaxed=2736, #hardened=0
5.89/5.92	c BCD2: #sat=1 #unsat=530 bias=530/531
5.89/5.92	c Solving starts ...
5.89/5.92	c ============================[ Search Statistics ]============================
5.89/5.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.92	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.92	c =============================================================================
5.89/5.92	c  0.0s |       0 |        0 |        0 |     4333      0 |      473 |      527
5.89/5.93	c  0.0s |       0 |      380 |        1 |     4333      0 |      473 |      527
5.89/5.93	c #cpu_time = 0.008s
5.89/5.93	c #wall_clock_time = 0.008s
5.89/5.93	c #decision = 380
5.89/5.93	c #random_decision = 0
5.89/5.93	c #conflict = 1
5.89/5.93	c #restart = 0
5.89/5.93	c BCD2: relaxing 17 and merging with 1 cores into a new core of size 33: cost of the new core is >=8
5.89/5.93	c lower bound updated to -1222
5.89/5.93	c BCD2: 2408 <= obj <= 5086
5.89/5.93	c BCD2: #cores=62, #unrelaxed=346, #relaxed=2753, #hardened=0
5.89/5.93	c BCD2: #sat=1 #unsat=531 bias=531/532
5.89/5.93	c Solving starts ...
5.89/5.93	c ============================[ Search Statistics ]============================
5.89/5.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.93	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.93	c =============================================================================
5.89/5.93	c  0.0s |       0 |        0 |        0 |     4333      0 |      474 |      527
5.89/5.94	c  0.0s |       0 |      389 |        1 |     4333      0 |      474 |      528
5.89/5.94	c #cpu_time = 0.008s
5.89/5.94	c #wall_clock_time = 0.008s
5.89/5.94	c #decision = 389
5.89/5.94	c #random_decision = 0
5.89/5.94	c #conflict = 1
5.89/5.94	c #restart = 0
5.89/5.94	c BCD2: relaxing 5 and merging with 3 cores into a new core of size 23: cost of the new core is >=12
5.89/5.94	c BCD2: refineLB: 11 -> 12
5.89/5.94	c lower bound updated to -1220
5.89/5.94	c BCD2: 2410 <= obj <= 5086
5.89/5.94	c BCD2: #cores=60, #unrelaxed=341, #relaxed=2758, #hardened=0
5.89/5.94	c BCD2: #sat=1 #unsat=532 bias=532/533
5.89/5.94	c Solving starts ...
5.89/5.94	c ============================[ Search Statistics ]============================
5.89/5.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.94	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.94	c =============================================================================
5.89/5.94	c  0.0s |       0 |        0 |        0 |     4333      0 |      477 |      528
5.89/5.95	c  0.0s |       0 |      384 |        0 |     4333      0 |      477 |      531
5.89/5.95	c #cpu_time = 0.007s
5.89/5.95	c #wall_clock_time = 0.007s
5.89/5.95	c #decision = 384
5.89/5.95	c #random_decision = 0
5.89/5.95	c #conflict = 0
5.89/5.95	c #restart = 0
5.89/5.95	c BCD2: found a new core of size 3: cost of the new core is >=2
5.89/5.95	c lower bound updated to -1218
5.89/5.95	c BCD2: 2412 <= obj <= 5086
5.89/5.95	c BCD2: #cores=61, #unrelaxed=338, #relaxed=2761, #hardened=0
5.89/5.95	c BCD2: #sat=1 #unsat=533 bias=533/534
5.89/5.95	c Solving starts ...
5.89/5.95	c ============================[ Search Statistics ]============================
5.89/5.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.95	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.95	c =============================================================================
5.89/5.95	c  0.0s |       0 |        0 |        0 |     4333      0 |      477 |      531
5.89/5.96	c  0.0s |       0 |      384 |        0 |     4333      0 |      477 |      531
5.89/5.96	c #cpu_time = 0.007s
5.89/5.96	c #wall_clock_time = 0.007s
5.89/5.96	c #decision = 384
5.89/5.96	c #random_decision = 0
5.89/5.96	c #conflict = 0
5.89/5.96	c #restart = 0
5.89/5.96	c BCD2: found a new core of size 3: cost of the new core is >=2
5.89/5.96	c lower bound updated to -1216
5.89/5.96	c BCD2: 2414 <= obj <= 5086
5.89/5.96	c BCD2: #cores=62, #unrelaxed=335, #relaxed=2764, #hardened=0
5.89/5.96	c BCD2: #sat=1 #unsat=534 bias=534/535
5.89/5.96	c Solving starts ...
5.89/5.96	c ============================[ Search Statistics ]============================
5.89/5.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.96	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.96	c =============================================================================
5.89/5.96	c  0.0s |       0 |        0 |        0 |     4333      0 |      477 |      531
5.89/5.97	c  0.0s |       0 |      383 |        0 |     4333      0 |      477 |      531
5.89/5.97	c #cpu_time = 0.007s
5.89/5.97	c #wall_clock_time = 0.007s
5.89/5.97	c #decision = 383
5.89/5.97	c #random_decision = 0
5.89/5.97	c #conflict = 0
5.89/5.97	c #restart = 0
5.89/5.97	c BCD2: found a new core of size 3: cost of the new core is >=2
5.89/5.97	c lower bound updated to -1214
5.89/5.97	c BCD2: 2416 <= obj <= 5086
5.89/5.97	c BCD2: #cores=63, #unrelaxed=332, #relaxed=2767, #hardened=0
5.89/5.97	c BCD2: #sat=1 #unsat=535 bias=535/536
5.89/5.97	c Solving starts ...
5.89/5.97	c ============================[ Search Statistics ]============================
5.89/5.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.97	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.97	c =============================================================================
5.89/5.97	c  0.0s |       0 |        0 |        0 |     4333      0 |      477 |      531
5.89/5.98	c  0.0s |       0 |      384 |        0 |     4333      0 |      477 |      531
5.89/5.98	c #cpu_time = 0.007s
5.89/5.98	c #wall_clock_time = 0.007s
5.89/5.98	c #decision = 384
5.89/5.98	c #random_decision = 0
5.89/5.98	c #conflict = 0
5.89/5.98	c #restart = 0
5.89/5.98	c BCD2: found a new core of size 3: cost of the new core is >=2
5.89/5.98	c lower bound updated to -1212
5.89/5.98	c BCD2: 2418 <= obj <= 5086
5.89/5.98	c BCD2: #cores=64, #unrelaxed=329, #relaxed=2770, #hardened=0
5.89/5.98	c BCD2: #sat=1 #unsat=536 bias=536/537
5.89/5.98	c Solving starts ...
5.89/5.98	c ============================[ Search Statistics ]============================
5.89/5.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.98	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.98	c =============================================================================
5.89/5.98	c  0.0s |       0 |        0 |        0 |     4333      0 |      477 |      531
5.89/5.99	c  0.0s |       0 |      383 |        0 |     4333      0 |      477 |      531
5.89/5.99	c #cpu_time = 0.007s
5.89/5.99	c #wall_clock_time = 0.007s
5.89/5.99	c #decision = 383
5.89/5.99	c #random_decision = 0
5.89/5.99	c #conflict = 0
5.89/5.99	c #restart = 0
5.89/5.99	c BCD2: found a new core of size 3: cost of the new core is >=2
5.89/5.99	c lower bound updated to -1210
5.89/5.99	c BCD2: 2420 <= obj <= 5086
5.89/5.99	c BCD2: #cores=65, #unrelaxed=326, #relaxed=2773, #hardened=0
5.89/5.99	c BCD2: #sat=1 #unsat=537 bias=537/538
5.89/5.99	c Solving starts ...
5.89/5.99	c ============================[ Search Statistics ]============================
5.89/5.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.99	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.99	c =============================================================================
5.89/5.99	c  0.0s |       0 |        0 |        0 |     4333      0 |      477 |      531
5.99/6.00	c  0.0s |       0 |      384 |        0 |     4333      0 |      477 |      531
5.99/6.00	c #cpu_time = 0.007s
5.99/6.00	c #wall_clock_time = 0.007s
5.99/6.00	c #decision = 384
5.99/6.00	c #random_decision = 0
5.99/6.00	c #conflict = 0
5.99/6.00	c #restart = 0
5.99/6.00	c BCD2: found a new core of size 3: cost of the new core is >=2
5.99/6.00	c lower bound updated to -1208
5.99/6.00	c BCD2: 2422 <= obj <= 5086
5.99/6.00	c BCD2: #cores=66, #unrelaxed=323, #relaxed=2776, #hardened=0
5.99/6.00	c BCD2: #sat=1 #unsat=538 bias=538/539
5.99/6.01	c Solving starts ...
5.99/6.01	c ============================[ Search Statistics ]============================
5.99/6.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.01	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.01	c =============================================================================
5.99/6.01	c  0.0s |       0 |        0 |        0 |     4333      0 |      477 |      531
5.99/6.01	c  0.0s |       0 |      383 |        0 |     4333      0 |      477 |      531
5.99/6.01	c #cpu_time = 0.007s
5.99/6.01	c #wall_clock_time = 0.007s
5.99/6.01	c #decision = 383
5.99/6.01	c #random_decision = 0
5.99/6.01	c #conflict = 0
5.99/6.01	c #restart = 0
5.99/6.01	c BCD2: found a new core of size 5: cost of the new core is >=2
5.99/6.01	c lower bound updated to -1206
5.99/6.01	c BCD2: 2424 <= obj <= 5086
5.99/6.01	c BCD2: #cores=67, #unrelaxed=318, #relaxed=2781, #hardened=0
5.99/6.01	c BCD2: #sat=1 #unsat=539 bias=539/540
5.99/6.02	c Solving starts ...
5.99/6.02	c ============================[ Search Statistics ]============================
5.99/6.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.02	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.02	c =============================================================================
5.99/6.02	c  0.0s |       0 |        0 |        0 |     4333      0 |      477 |      531
5.99/6.03	c  0.0s |       0 |      424 |        7 |     4333      0 |      477 |      531
5.99/6.03	c #cpu_time = 0.011s
5.99/6.03	c #wall_clock_time = 0.011s
5.99/6.03	c #decision = 424
5.99/6.03	c #random_decision = 0
5.99/6.03	c #conflict = 7
5.99/6.03	c #restart = 0
5.99/6.03	c BCD2: relaxing 47 and merging with 8 cores into a new core of size 184: cost of the new core is >=53
5.99/6.03	c lower bound updated to -1205
5.99/6.03	c BCD2: 2425 <= obj <= 5086
5.99/6.03	c BCD2: #cores=60, #unrelaxed=271, #relaxed=2828, #hardened=0
5.99/6.03	c BCD2: #sat=1 #unsat=540 bias=540/541
5.99/6.03	c Solving starts ...
5.99/6.03	c ============================[ Search Statistics ]============================
5.99/6.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.03	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.03	c =============================================================================
5.99/6.03	c  0.0s |       0 |        0 |        0 |     4333      0 |      485 |      531
6.09/6.10	c  0.1s |       1 |      656 |      100 |     4767      0 |      485 |      539
6.09/6.19	c  0.2s |       2 |     1246 |      250 |     4767      0 |      485 |      539
6.29/6.34	c  0.3s |       3 |     2025 |      475 |     5244      0 |      485 |      539
6.49/6.56	c  0.5s |       3 |     2879 |      790 |     5769      0 |      485 |      539
6.49/6.56	c #cpu_time = 0.529s
6.49/6.56	c #wall_clock_time = 0.529s
6.49/6.56	c #decision = 2879
6.49/6.56	c #random_decision = 3
6.49/6.56	c #conflict = 790
6.49/6.56	c #restart = 3
6.49/6.56	c BCD2: relaxing 114 and merging with 23 cores into a new core of size 865: cost of the new core is >=290
6.49/6.56	c lower bound updated to -1204
6.49/6.57	c BCD2: 2426 <= obj <= 5086
6.49/6.57	c BCD2: #cores=38, #unrelaxed=157, #relaxed=2942, #hardened=0
6.49/6.57	c BCD2: #sat=1 #unsat=541 bias=541/542
6.49/6.57	c Solving starts ...
6.49/6.57	c ============================[ Search Statistics ]============================
6.49/6.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.57	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.57	c =============================================================================
6.49/6.57	c  0.0s |       0 |        0 |        0 |     5769      0 |      508 |      539
6.60/6.65	c  0.1s |       1 |      599 |      100 |     5769      0 |      508 |      562
6.70/6.73	c  0.2s |       2 |     1145 |      250 |     5769      0 |      508 |      562
6.70/6.77	c  0.2s |       2 |     1735 |      301 |     5769      0 |      508 |      562
6.70/6.77	c #cpu_time = 0.197s
6.70/6.77	c #wall_clock_time = 0.197s
6.70/6.77	c #decision = 1735
6.70/6.77	c #random_decision = 3
6.70/6.77	c #conflict = 301
6.70/6.77	c #restart = 2
6.70/6.77	o 984
6.79/6.83	c BCD2: updating upper bound: 5086 -> 4613
6.79/6.84	c BCD2: 2426 <= obj <= 4613
6.79/6.84	c BCD2: #cores=38, #unrelaxed=157, #relaxed=2942, #hardened=0
6.79/6.84	c BCD2: #sat=2 #unsat=541 bias=541/543
6.79/6.85	c Solving starts ...
6.79/6.85	c ============================[ Search Statistics ]============================
6.79/6.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.85	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.85	c =============================================================================
6.79/6.85	c  0.0s |       0 |        0 |        0 |     5769      0 |      508 |      563
6.89/6.91	c  0.1s |       1 |      588 |      100 |     6346      0 |      508 |      563
6.99/7.02	c  0.2s |       2 |     1206 |      250 |     6346      0 |      508 |      563
7.09/7.18	c  0.3s |       3 |     1855 |      475 |     6346      0 |      508 |      563
7.39/7.45	c  0.6s |       4 |     2854 |      813 |     6346      0 |      508 |      563
8.09/8.18	c  1.3s |       4 |     3572 |     1039 |     6981      0 |      508 |      563
8.09/8.18	c #cpu_time = 1.324s
8.09/8.18	c #wall_clock_time = 1.324s
8.09/8.18	c #decision = 3572
8.09/8.18	c #random_decision = 11
8.09/8.18	c #conflict = 1039
8.09/8.18	c #restart = 4
8.09/8.18	o 959
8.09/8.18	c BCD2: updating upper bound: 4613 -> 4588
8.59/8.65	c BCD2: 2426 <= obj <= 4588
8.59/8.65	c BCD2: #cores=38, #unrelaxed=157, #relaxed=2942, #hardened=0
8.59/8.65	c BCD2: #sat=3 #unsat=541 bias=541/544
8.79/8.81	c Solving starts ...
8.79/8.81	c ============================[ Search Statistics ]============================
8.79/8.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.79/8.81	c       |         |          |          |    Limit     GC | Var      | Constra 
8.79/8.81	c =============================================================================
8.79/8.81	c  0.0s |       0 |        0 |        0 |     6981      0 |      508 |      564
8.90/8.91	c  0.1s |       1 |      550 |      100 |     6981      0 |      508 |      564
8.99/9.01	c  0.2s |       2 |     1084 |      250 |     6981      0 |      508 |      564
9.09/9.15	c  0.3s |       2 |     1868 |      472 |     6981      0 |      508 |      564
9.09/9.15	c #cpu_time = 0.333s
9.09/9.15	c #wall_clock_time = 0.333s
9.09/9.15	c #decision = 1868
9.09/9.15	c #random_decision = 5
9.09/9.15	c #conflict = 472
9.09/9.15	c #restart = 2
9.09/9.15	c BCD2: relaxing 11 and merging with 5 cores into a new core of size 59: cost of the new core is >=17
9.09/9.15	c lower bound updated to -1203
9.09/9.15	c BCD2: 2427 <= obj <= 4588
9.09/9.15	c BCD2: #cores=34, #unrelaxed=146, #relaxed=2953, #hardened=0
9.09/9.15	c BCD2: #sat=3 #unsat=542 bias=542/545
9.09/9.15	c Solving starts ...
9.09/9.15	c ============================[ Search Statistics ]============================
9.09/9.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.15	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.15	c =============================================================================
9.09/9.15	c  0.0s |       0 |        0 |        0 |     6981      0 |      520 |      564
9.19/9.25	c  0.1s |       1 |      411 |      100 |     6981      0 |      520 |      583
9.39/9.42	c  0.3s |       2 |      916 |      250 |     6981      0 |      520 |      583
9.59/9.61	c  0.5s |       3 |     1438 |      475 |     7680      0 |      520 |      583
9.79/9.88	c  0.7s |       4 |     2137 |      813 |     7680      0 |      520 |      583
10.29/10.32	c  1.2s |       5 |     3156 |     1320 |     7680      0 |      520 |      583
11.00/11.02	c  1.9s |       6 |     4420 |     2081 |     7680      0 |      520 |      583
12.29/12.30	c  3.2s |       7 |     6364 |     3223 |     8448      0 |      520 |      583
14.19/14.22	c  5.1s |       8 |     8872 |     4936 |     9293      0 |      520 |      583
16.29/16.30	c  7.1s |       8 |    11173 |     6536 |     9293      0 |      520 |      583
17.39/17.45	c  8.3s |       9 |    12470 |     7506 |     9293      0 |      520 |      583
19.49/19.50	c 10.4s |       9 |    14727 |     8906 |    10223      0 |      520 |      583
21.49/21.54	c 12.4s |       9 |    18241 |    10906 |    10223      1 |      520 |      583
22.09/22.17	c 13.0s |      10 |    18871 |    11361 |    10223      1 |      520 |      583
24.19/24.25	c 15.1s |      10 |    21313 |    12961 |    10223      1 |      520 |      583
26.28/26.35	c 17.2s |      10 |    23465 |    14461 |    11246      1 |      520 |      583
28.38/28.45	c 19.3s |      10 |    25584 |    15961 |    11246      1 |      520 |      583
30.08/30.15	c 21.0s |      11 |    27153 |    17144 |    11246      2 |      520 |      583
32.18/32.26	c 23.1s |      11 |    29184 |    18544 |    11246      2 |      520 |      583
34.28/34.39	c 25.2s |      11 |    31117 |    20044 |    11246      2 |      520 |      583
36.39/36.44	c 27.3s |      11 |    33012 |    21544 |    11246      2 |      520 |      583
38.38/38.46	c 29.3s |      11 |    35147 |    23144 |    12371      2 |      520 |      583
40.48/40.56	c 31.4s |      11 |    36997 |    24544 |    12371      3 |      520 |      583
41.79/41.88	c 32.7s |      12 |    38579 |    25819 |    12371      3 |      520 |      583
43.88/43.91	c 34.8s |      12 |    40899 |    27519 |    12371      3 |      520 |      583
45.88/45.97	c 36.8s |      12 |    43055 |    29219 |    12371      3 |      520 |      583
47.98/48.07	c 38.9s |      12 |    45284 |    30919 |    12371      4 |      520 |      583
50.08/50.15	c 41.0s |      12 |    47523 |    32619 |    12371      4 |      520 |      583
52.18/52.22	c 43.1s |      12 |    49732 |    34319 |    12371      4 |      520 |      583
54.18/54.23	c 45.1s |      12 |    52018 |    36019 |    13609      4 |      520 |      583
56.19/56.27	c 47.1s |      12 |    54247 |    37719 |    13609      4 |      520 |      583
57.58/57.60	c 48.5s |      13 |    55728 |    38832 |    13609      5 |      520 |      583
59.58/59.62	c 50.5s |      13 |    58410 |    40632 |    13609      5 |      520 |      583
61.59/61.69	c 52.5s |      13 |    60887 |    42332 |    13609      5 |      520 |      583
63.68/63.78	c 54.6s |      13 |    63226 |    44132 |    13609      5 |      520 |      583
65.78/65.87	c 56.7s |      13 |    65972 |    46032 |    13609      5 |      520 |      583
67.88/67.91	c 58.8s |      13 |    67982 |    47332 |    13609      6 |      520 |      583
67.88/67.93	c 58.8s |      13 |    68060 |    47333 |    13609      6 |      520 |      583
67.88/67.93	c #cpu_time = 58.780s
67.88/67.93	c #wall_clock_time = 58.776s
67.88/67.93	c #decision = 68060
67.88/67.93	c #random_decision = 251
67.88/67.93	c #conflict = 47333
67.88/67.93	c #restart = 13
67.88/67.93	o 822
67.98/68.01	c BCD2: updating upper bound: 4588 -> 4451
67.98/68.02	c BCD2: 2427 <= obj <= 4451
67.98/68.02	c BCD2: #cores=34, #unrelaxed=146, #relaxed=2953, #hardened=0
67.98/68.02	c BCD2: #sat=4 #unsat=542 bias=542/546
68.08/68.13	c Solving starts ...
68.08/68.13	c ============================[ Search Statistics ]============================
68.08/68.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.08/68.13	c       |         |          |          |    Limit     GC | Var      | Constra 
68.08/68.13	c =============================================================================
68.08/68.13	c  0.0s |       0 |        0 |        0 |    13609      0 |      520 |      584
68.38/68.40	c  0.3s |       1 |      334 |      100 |    13609      0 |      520 |      584
68.58/68.60	c  0.5s |       2 |      765 |      250 |    13609      0 |      520 |      584
68.88/68.91	c  0.8s |       3 |     1282 |      475 |    13609      0 |      520 |      584
69.28/69.35	c  1.2s |       4 |     1922 |      813 |    13609      0 |      520 |      584
69.78/69.88	c  1.8s |       5 |     2801 |     1320 |    13609      0 |      520 |      584
70.68/70.74	c  2.6s |       6 |     3891 |     2081 |    13609      0 |      520 |      584
71.98/72.04	c  3.9s |       7 |     5606 |     3223 |    13609      0 |      520 |      584
73.88/73.96	c  5.8s |       8 |     7806 |     4936 |    13609      0 |      520 |      584
76.08/76.15	c  8.0s |       8 |     9756 |     6436 |    13609      1 |      520 |      584
77.18/77.28	c  9.1s |       9 |    11084 |     7506 |    13609      1 |      520 |      584
79.28/79.38	c 11.3s |       9 |    13852 |     9406 |    14970      1 |      520 |      584
81.38/81.45	c 13.3s |       9 |    16107 |    11106 |    14970      1 |      520 |      584
81.78/81.80	c 13.7s |      10 |    16396 |    11361 |    14970      1 |      520 |      584
83.78/83.83	c 15.7s |      10 |    18545 |    12961 |    14970      1 |      520 |      584
85.88/85.96	c 17.8s |      10 |    20777 |    14761 |    14970      1 |      520 |      584
87.87/87.96	c 19.8s |      10 |    22466 |    16061 |    14970      2 |      520 |      584
89.37/89.49	c 21.4s |      11 |    23751 |    17144 |    14970      2 |      520 |      584
91.47/91.58	c 23.4s |      11 |    26230 |    18744 |    14970      2 |      520 |      584
93.58/93.63	c 25.5s |      11 |    28165 |    20244 |    14970      2 |      520 |      584
95.68/95.73	c 27.6s |      11 |    30106 |    21744 |    14970      2 |      520 |      584
97.77/97.85	c 29.7s |      11 |    32412 |    23444 |    14970      2 |      520 |      584
100.08/100.11	c 32.0s |      11 |    34079 |    24844 |    14970      3 |      520 |      584
101.77/101.86	c 33.7s |      12 |    35341 |    25819 |    14970      3 |      520 |      584
103.87/103.98	c 35.9s |      12 |    37288 |    27119 |    14970      3 |      520 |      584
105.97/106.02	c 37.9s |      12 |    39079 |    28519 |    14970      3 |      520 |      584
108.07/108.13	c 40.0s |      12 |    40835 |    29919 |    14970      3 |      520 |      584
110.17/110.20	c 42.1s |      12 |    42665 |    31319 |    14970      3 |      520 |      584
112.28/112.34	c 44.2s |      12 |    44604 |    32919 |    14970      4 |      520 |      584
114.38/114.42	c 46.3s |      12 |    46679 |    34619 |    14970      4 |      520 |      584
116.37/116.43	c 48.3s |      12 |    48698 |    36219 |    14970      4 |      520 |      584
118.37/118.46	c 50.3s |      12 |    50673 |    37819 |    16467      4 |      520 |      584
119.77/119.81	c 51.7s |      13 |    51984 |    38832 |    16467      4 |      520 |      584
121.77/121.83	c 53.7s |      13 |    54000 |    40332 |    16467      4 |      520 |      584
123.77/123.84	c 55.7s |      13 |    55504 |    41632 |    16467      5 |      520 |      584
125.87/125.94	c 57.8s |      13 |    57725 |    43332 |    16467      5 |      520 |      584
127.87/127.98	c 59.9s |      13 |    59605 |    44832 |    16467      5 |      520 |      584
129.97/130.04	c 61.9s |      13 |    61447 |    46332 |    16467      5 |      520 |      584
132.07/132.12	c 64.0s |      13 |    63331 |    47832 |    16467      5 |      520 |      584
134.17/134.24	c 66.1s |      13 |    65174 |    49332 |    16467      5 |      520 |      584
136.27/136.32	c 68.2s |      13 |    67011 |    50832 |    16467      6 |      520 |      584
138.27/138.34	c 70.2s |      13 |    69177 |    52532 |    16467      6 |      520 |      584
140.36/140.46	c 72.3s |      13 |    71399 |    54332 |    16467      6 |      520 |      584
142.46/142.58	c 74.4s |      13 |    73395 |    55932 |    16467      6 |      520 |      584
144.56/144.62	c 76.5s |      13 |    75299 |    57432 |    16467      6 |      520 |      584
145.86/145.93	c 77.8s |      14 |    76532 |    58352 |    16467      6 |      520 |      584
147.97/148.02	c 79.9s |      14 |    78259 |    59452 |    16467      7 |      520 |      584
150.07/150.11	c 82.0s |      14 |    80143 |    60952 |    16467      7 |      520 |      584
152.07/152.12	c 84.0s |      14 |    82046 |    62252 |    16467      7 |      520 |      584
154.17/154.25	c 86.1s |      14 |    83881 |    63652 |    16467      7 |      520 |      584
156.37/156.40	c 88.3s |      14 |    85887 |    65052 |    16467      7 |      520 |      584
158.38/158.42	c 90.3s |      14 |    87603 |    66352 |    16467      7 |      520 |      584
160.47/160.56	c 92.4s |      14 |    89023 |    67552 |    16467      8 |      520 |      584
162.57/162.67	c 94.5s |      14 |    90874 |    68852 |    16467      8 |      520 |      584
164.67/164.70	c 96.6s |      14 |    92448 |    70152 |    16467      8 |      520 |      584
166.67/166.74	c 98.6s |      14 |    93989 |    71452 |    16467      8 |      520 |      584
168.67/168.77	c  100s |      14 |    95826 |    72852 |    16467      8 |      520 |      584
170.77/170.84	c  102s |      14 |    97385 |    74152 |    16467      8 |      520 |      584
172.86/172.97	c  104s |      14 |    98941 |    75452 |    16467      8 |      520 |      584
174.87/175.00	c  106s |      14 |   100264 |    76552 |    16467      9 |      520 |      584
177.17/177.27	c  109s |      14 |   101813 |    77852 |    16467      9 |      520 |      584
179.16/179.30	c  111s |      14 |   103669 |    79352 |    16467      9 |      520 |      584
181.36/181.42	c  113s |      14 |   105516 |    80852 |    18114      9 |      520 |      584
183.46/183.52	c  115s |      14 |   107374 |    82352 |    18114      9 |      520 |      584
185.46/185.59	c  117s |      14 |   109057 |    83752 |    18114      9 |      520 |      584
187.56/187.60	c  119s |      14 |   110485 |    84952 |    18114      9 |      520 |      584
189.56/189.67	c  121s |      14 |   112182 |    86352 |    18114      9 |      520 |      584
191.56/191.68	c  123s |      14 |   113533 |    87452 |    18114     10 |      520 |      584
191.86/191.97	c  123s |      15 |   113760 |    87632 |    18114     10 |      520 |      584
193.86/193.97	c  125s |      15 |   115924 |    89132 |    18114     10 |      520 |      584
195.96/196.05	c  127s |      15 |   117778 |    90532 |    18114     10 |      520 |      584
198.07/198.15	c  130s |      15 |   119850 |    92132 |    18114     10 |      520 |      584
200.06/200.16	c  132s |      15 |   121532 |    93432 |    18114     10 |      520 |      584
202.06/202.19	c  134s |      15 |   123109 |    94732 |    18114     10 |      520 |      584
204.26/204.32	c  136s |      15 |   124647 |    95932 |    18114     10 |      520 |      584
206.36/206.42	c  138s |      15 |   126273 |    97232 |    18114     11 |      520 |      584
208.46/208.52	c  140s |      15 |   127969 |    98632 |    18114     11 |      520 |      584
210.56/210.64	c  142s |      15 |   129795 |   100132 |    18114     11 |      520 |      584
212.66/212.75	c  144s |      15 |   131564 |   101532 |    18114     11 |      520 |      584
214.76/214.87	c  146s |      15 |   133130 |   102832 |    18114     11 |      520 |      584
216.86/216.99	c  148s |      15 |   134798 |   104132 |    18114     11 |      520 |      584
218.96/219.04	c  150s |      15 |   136352 |   105332 |    18114     11 |      520 |      584
221.06/221.11	c  152s |      15 |   137978 |   106532 |    18114     11 |      520 |      584
223.15/223.24	c  155s |      15 |   139440 |   107732 |    18114     12 |      520 |      584
225.15/225.28	c  157s |      15 |   141121 |   109032 |    18114     12 |      520 |      584
227.25/227.37	c  159s |      15 |   142784 |   110332 |    18114     12 |      520 |      584
229.25/229.37	c  161s |      15 |   144431 |   111632 |    18114     12 |      520 |      584
231.45/231.51	c  163s |      15 |   146291 |   113032 |    18114     12 |      520 |      584
233.55/233.63	c  165s |      15 |   147811 |   114232 |    18114     12 |      520 |      584
235.55/235.69	c  167s |      15 |   149964 |   115532 |    18114     12 |      520 |      584
237.66/237.79	c  169s |      15 |   151381 |   116632 |    18114     13 |      520 |      584
239.76/239.90	c  171s |      15 |   153011 |   117932 |    18114     13 |      520 |      584
241.85/241.97	c  173s |      15 |   154774 |   119332 |    18114     13 |      520 |      584
243.95/244.07	c  175s |      15 |   156497 |   120732 |    18114     13 |      520 |      584
246.15/246.20	c  178s |      15 |   158259 |   122132 |    18114     13 |      520 |      584
248.25/248.31	c  180s |      15 |   159971 |   123532 |    18114     13 |      520 |      584
250.35/250.40	c  182s |      15 |   161553 |   124832 |    18114     13 |      520 |      584
252.65/252.75	c  184s |      15 |   163174 |   126132 |    18114     14 |      520 |      584
254.65/254.77	c  186s |      15 |   164849 |   127532 |    18114     14 |      520 |      584
256.75/256.84	c  188s |      15 |   166788 |   129132 |    18114     14 |      520 |      584
258.75/258.86	c  190s |      15 |   168341 |   130332 |    18114     14 |      520 |      584
260.55/260.64	c  192s |      16 |   169854 |   131552 |    18114     14 |      520 |      584
262.65/262.72	c  194s |      16 |   171631 |   132852 |    18114     14 |      520 |      584
264.75/264.83	c  196s |      16 |   173422 |   134352 |    18114     14 |      520 |      584
267.05/267.12	c  198s |      16 |   175262 |   135852 |    18114     15 |      520 |      584
269.05/269.16	c  201s |      16 |   176832 |   137152 |    18114     15 |      520 |      584
271.14/271.23	c  203s |      16 |   178402 |   138452 |    18114     15 |      520 |      584
273.14/273.29	c  205s |      16 |   180311 |   139952 |    18114     15 |      520 |      584
275.24/275.38	c  207s |      16 |   182024 |   141252 |    18114     15 |      520 |      584
277.34/277.45	c  209s |      16 |   183557 |   142552 |    18114     15 |      520 |      584
279.45/279.55	c  211s |      16 |   185116 |   143852 |    18114     15 |      520 |      584
281.55/281.66	c  213s |      16 |   186770 |   145152 |    18114     15 |      520 |      584
283.64/283.79	c  215s |      16 |   188158 |   146352 |    19926     16 |      520 |      584
285.85/285.96	c  217s |      16 |   189750 |   147652 |    19926     16 |      520 |      584
287.95/288.08	c  219s |      16 |   190999 |   148752 |    19926     16 |      520 |      584
289.95/290.09	c  221s |      16 |   192486 |   149952 |    19926     16 |      520 |      584
292.05/292.13	c  223s |      16 |   194225 |   151152 |    19926     16 |      520 |      584
294.05/294.15	c  226s |      16 |   195949 |   152452 |    19926     16 |      520 |      584
296.15/296.29	c  228s |      16 |   197771 |   153852 |    19926     16 |      520 |      584
298.16/298.30	c  230s |      16 |   199383 |   155152 |    19926     16 |      520 |      584
300.26/300.33	c  232s |      16 |   200825 |   156252 |    19926     16 |      520 |      584
302.35/302.44	c  234s |      16 |   202189 |   157352 |    19926     17 |      520 |      584
304.45/304.52	c  236s |      16 |   203736 |   158652 |    19926     17 |      520 |      584
306.55/306.62	c  238s |      16 |   205342 |   159952 |    19926     17 |      520 |      584
308.55/308.66	c  240s |      16 |   206878 |   161252 |    19926     17 |      520 |      584
310.55/310.69	c  242s |      16 |   208365 |   162452 |    19926     17 |      520 |      584
312.65/312.70	c  244s |      16 |   209720 |   163552 |    19926     17 |      520 |      584
314.65/314.72	c  246s |      16 |   211011 |   164652 |    19926     17 |      520 |      584
316.95/317.05	c  248s |      16 |   212289 |   165752 |    19926     17 |      520 |      584
319.05/319.19	c  251s |      16 |   213990 |   167152 |    19926     17 |      520 |      584
321.25/321.32	c  253s |      16 |   215674 |   168452 |    19926     18 |      520 |      584
323.24/323.37	c  255s |      16 |   217732 |   169952 |    19926     18 |      520 |      584
325.34/325.47	c  257s |      16 |   219462 |   171352 |    19926     18 |      520 |      584
327.44/327.54	c  259s |      16 |   220972 |   172652 |    19926     18 |      520 |      584
329.64/329.70	c  261s |      16 |   222480 |   173852 |    19926     18 |      520 |      584
331.64/331.76	c  263s |      16 |   224258 |   175252 |    19926     18 |      520 |      584
333.64/333.79	c  265s |      16 |   225844 |   176552 |    19926     18 |      520 |      584
335.84/335.92	c  267s |      16 |   227388 |   177852 |    19926     18 |      520 |      584
337.84/337.94	c  269s |      16 |   228603 |   178852 |    19926     19 |      520 |      584
339.85/339.96	c  271s |      16 |   230370 |   180252 |    19926     19 |      520 |      584
341.94/342.01	c  273s |      16 |   232104 |   181652 |    19926     19 |      520 |      584
344.04/344.10	c  275s |      16 |   233802 |   183052 |    19926     19 |      520 |      584
346.04/346.19	c  278s |      16 |   235593 |   184452 |    19926     19 |      520 |      584
348.24/348.33	c  280s |      16 |   237313 |   185752 |    19926     19 |      520 |      584
350.44/350.51	c  282s |      16 |   238973 |   187052 |    19926     19 |      520 |      584
352.44/352.57	c  284s |      16 |   240398 |   188152 |    19926     19 |      520 |      584
354.54/354.69	c  286s |      16 |   241908 |   189352 |    19926     20 |      520 |      584
356.74/356.81	c  288s |      16 |   243623 |   190752 |    19926     20 |      520 |      584
358.74/358.84	c  290s |      16 |   245147 |   191952 |    19926     20 |      520 |      584
360.84/360.95	c  292s |      16 |   246867 |   193152 |    19926     20 |      520 |      584
362.84/362.99	c  294s |      16 |   248155 |   194152 |    19926     20 |      520 |      584
365.04/365.14	c  297s |      16 |   249826 |   195352 |    19926     20 |      520 |      584
367.14/367.22	c  299s |      16 |   251229 |   196452 |    19926     20 |      520 |      584
369.03/369.15	c  301s |      17 |   252543 |   197432 |    19926     20 |      520 |      584
371.33/371.42	c  303s |      17 |   253933 |   198332 |    19926     20 |      520 |      584
373.33/373.42	c  305s |      17 |   255217 |   199432 |    19926     20 |      520 |      584
375.33/375.48	c  307s |      17 |   256874 |   200732 |    19926     21 |      520 |      584
377.34/377.49	c  309s |      17 |   258897 |   202332 |    19926     21 |      520 |      584
379.44/379.59	c  311s |      17 |   261218 |   204132 |    19926     21 |      520 |      584
381.53/381.68	c  313s |      17 |   263433 |   206032 |    19926     21 |      520 |      584
383.73/383.81	c  315s |      17 |   265541 |   207732 |    19926     21 |      520 |      584
385.83/385.94	c  317s |      17 |   267155 |   209132 |    19926     21 |      520 |      584
387.93/388.00	c  319s |      17 |   268670 |   210332 |    19926     22 |      520 |      584
389.93/390.08	c  321s |      17 |   270323 |   211732 |    19926     22 |      520 |      584
392.03/392.17	c  324s |      17 |   272496 |   213232 |    19926     22 |      520 |      584
394.13/394.20	c  326s |      17 |   274426 |   214732 |    19926     22 |      520 |      584
396.23/396.32	c  328s |      17 |   276216 |   216132 |    19926     22 |      520 |      584
398.33/398.40	c  330s |      17 |   277902 |   217432 |    19926     22 |      520 |      584
400.44/400.57	c  332s |      17 |   279511 |   218732 |    19926     22 |      520 |      584
402.54/402.65	c  334s |      17 |   281256 |   219932 |    19926     22 |      520 |      584
404.63/404.76	c  336s |      17 |   282673 |   221032 |    19926     23 |      520 |      584
406.73/406.84	c  338s |      17 |   284239 |   222332 |    19926     23 |      520 |      584
408.73/408.87	c  340s |      17 |   285806 |   223632 |    19926     23 |      520 |      584
410.83/410.99	c  342s |      17 |   287561 |   225032 |    19926     23 |      520 |      584
412.93/413.02	c  344s |      17 |   289292 |   226332 |    19926     23 |      520 |      584
414.93/415.07	c  346s |      17 |   291108 |   227432 |    19926     23 |      520 |      584
416.93/417.08	c  348s |      17 |   292815 |   228632 |    19926     23 |      520 |      584
419.03/419.16	c  351s |      17 |   294253 |   229832 |    19926     23 |      520 |      584
421.13/421.21	c  353s |      17 |   295910 |   231032 |    19926     23 |      520 |      584
423.12/423.23	c  355s |      17 |   297242 |   232032 |    19926     24 |      520 |      584
425.22/425.33	c  357s |      17 |   299173 |   233232 |    19926     24 |      520 |      584
427.32/427.47	c  359s |      17 |   300927 |   234532 |    19926     24 |      520 |      584
429.42/429.51	c  361s |      17 |   302589 |   235732 |    19926     24 |      520 |      584
431.52/431.63	c  363s |      17 |   304300 |   237032 |    19926     24 |      520 |      584
433.52/433.65	c  365s |      17 |   305939 |   238232 |    19926     24 |      520 |      584
435.53/435.67	c  367s |      17 |   307595 |   239532 |    19926     24 |      520 |      584
437.62/437.72	c  369s |      17 |   309223 |   240732 |    19926     24 |      520 |      584
439.72/439.81	c  371s |      17 |   310685 |   241932 |    19926     24 |      520 |      584
441.82/441.97	c  373s |      17 |   312093 |   243032 |    19926     25 |      520 |      584
443.82/443.97	c  375s |      17 |   313952 |   244432 |    21919     25 |      520 |      584
445.92/446.01	c  377s |      17 |   316158 |   245932 |    21919     25 |      520 |      584
448.02/448.15	c  380s |      17 |   318407 |   247432 |    21919     25 |      520 |      584
450.12/450.24	c  382s |      17 |   320548 |   248832 |    21919     25 |      520 |      584
452.13/452.24	c  384s |      17 |   322493 |   250232 |    21919     25 |      520 |      584
454.12/454.25	c  386s |      17 |   324703 |   251632 |    21919     25 |      520 |      584
456.22/456.34	c  388s |      17 |   326783 |   253132 |    21919     25 |      520 |      584
458.22/458.38	c  390s |      17 |   328610 |   254432 |    21919     25 |      520 |      584
460.32/460.49	c  392s |      17 |   330377 |   255832 |    21919     26 |      520 |      584
462.42/462.59	c  394s |      17 |   332267 |   257332 |    21919     26 |      520 |      584
464.52/464.61	c  396s |      17 |   334113 |   258832 |    21919     26 |      520 |      584
466.62/466.70	c  398s |      17 |   336065 |   260332 |    21919     26 |      520 |      584
468.62/468.77	c  400s |      17 |   337887 |   261732 |    21919     26 |      520 |      584
470.62/470.77	c  402s |      17 |   339935 |   263232 |    21919     26 |      520 |      584
472.82/472.91	c  404s |      17 |   341887 |   264832 |    21919     26 |      520 |      584
474.92/475.04	c  406s |      17 |   343825 |   266432 |    21919     26 |      520 |      584
476.92/477.06	c  408s |      17 |   345688 |   267832 |    21919     27 |      520 |      584
478.92/479.07	c  410s |      17 |   347740 |   269332 |    21919     27 |      520 |      584
481.01/481.12	c  412s |      17 |   349598 |   270832 |    21919     27 |      520 |      584
483.01/483.18	c  415s |      17 |   351434 |   272332 |    21919     27 |      520 |      584
485.12/485.26	c  417s |      17 |   353575 |   273932 |    21919     27 |      520 |      584
487.22/487.35	c  419s |      17 |   355542 |   275432 |    21919     27 |      520 |      584
489.21/489.37	c  421s |      17 |   357295 |   276832 |    21919     27 |      520 |      584
491.21/491.37	c  423s |      17 |   358825 |   278032 |    21919     27 |      520 |      584
493.31/493.42	c  425s |      17 |   360266 |   279232 |    21919     28 |      520 |      584
495.41/495.53	c  427s |      17 |   361924 |   280632 |    21919     28 |      520 |      584
497.41/497.59	c  429s |      17 |   363348 |   281832 |    21919     28 |      520 |      584
499.51/499.70	c  431s |      17 |   364829 |   283032 |    21919     28 |      520 |      584
501.71/501.82	c  433s |      17 |   366383 |   284332 |    21919     28 |      520 |      584
503.72/503.83	c  435s |      17 |   367774 |   285532 |    21919     28 |      520 |      584
505.71/505.88	c  437s |      17 |   369335 |   286832 |    21919     28 |      520 |      584
507.81/507.94	c  439s |      17 |   370835 |   288032 |    21919     28 |      520 |      584
509.91/510.08	c  441s |      17 |   372335 |   289332 |    21919     28 |      520 |      584
512.01/512.15	c  444s |      17 |   373502 |   290332 |    21919     29 |      520 |      584
514.11/514.23	c  446s |      17 |   374596 |   291232 |    21919     29 |      520 |      584
516.21/516.33	c  448s |      17 |   376533 |   292832 |    21919     29 |      520 |      584
518.21/518.38	c  450s |      17 |   378426 |   294432 |    21919     29 |      520 |      584
520.31/520.44	c  452s |      17 |   380340 |   296032 |    21919     29 |      520 |      584
520.61/520.75	c  452s |      18 |   380622 |   296252 |    21919     29 |      520 |      584
522.71/522.80	c  454s |      18 |   382487 |   297552 |    21919     29 |      520 |      584
524.81/524.93	c  456s |      18 |   384319 |   299052 |    21919     29 |      520 |      584
526.91/527.07	c  458s |      18 |   385918 |   300352 |    21919     29 |      520 |      584
529.11/529.22	c  461s |      18 |   387498 |   301652 |    21919     30 |      520 |      584
531.11/531.23	c  463s |      18 |   389065 |   302952 |    21919     30 |      520 |      584
533.11/533.27	c  465s |      18 |   390952 |   304452 |    21919     30 |      520 |      584
535.21/535.31	c  467s |      18 |   392750 |   305852 |    21919     30 |      520 |      584
537.21/537.33	c  469s |      18 |   394635 |   307252 |    21919     30 |      520 |      584
539.31/539.40	c  471s |      18 |   396663 |   308752 |    21919     30 |      520 |      584
541.31/541.46	c  473s |      18 |   398700 |   310152 |    21919     30 |      520 |      584
543.42/543.51	c  475s |      18 |   401051 |   311852 |    21919     30 |      520 |      584
545.41/545.57	c  477s |      18 |   403620 |   313552 |    21919     31 |      520 |      584
547.51/547.62	c  479s |      18 |   405082 |   314752 |    21919     31 |      520 |      584
549.51/549.64	c  481s |      18 |   407021 |   316252 |    21919     31 |      520 |      584
551.61/551.72	c  483s |      18 |   408740 |   317652 |    21919     31 |      520 |      584
553.61/553.74	c  485s |      18 |   410417 |   319052 |    21919     31 |      520 |      584
555.71/555.87	c  487s |      18 |   412210 |   320652 |    21919     31 |      520 |      584
557.81/557.93	c  489s |      18 |   413877 |   322052 |    21919     31 |      520 |      584
559.92/560.09	c  491s |      18 |   415480 |   323352 |    21919     31 |      520 |      584
562.21/562.39	c  494s |      18 |   417088 |   324752 |    21919     32 |      520 |      584
564.32/564.48	c  496s |      18 |   418992 |   326252 |    21919     32 |      520 |      584
566.42/566.58	c  498s |      18 |   420762 |   327652 |    21919     32 |      520 |      584
568.62/568.76	c  500s |      18 |   422810 |   329152 |    21919     32 |      520 |      584
570.71/570.83	c  502s |      18 |   424530 |   330452 |    21919     32 |      520 |      584
572.71/572.88	c  504s |      18 |   426108 |   331752 |    21919     32 |      520 |      584
574.91/575.01	c  506s |      18 |   427905 |   333152 |    21919     32 |      520 |      584
577.01/577.14	c  509s |      18 |   429902 |   334552 |    21919     32 |      520 |      584
579.11/579.21	c  511s |      18 |   431644 |   335952 |    21919     32 |      520 |      584
581.11/581.26	c  513s |      18 |   432842 |   336952 |    21919     33 |      520 |      584
583.11/583.27	c  515s |      18 |   434574 |   338352 |    21919     33 |      520 |      584
585.11/585.29	c  517s |      18 |   436834 |   340052 |    21919     33 |      520 |      584
587.21/587.36	c  519s |      18 |   438942 |   341752 |    21919     33 |      520 |      584
589.31/589.40	c  521s |      18 |   440806 |   343252 |    21919     33 |      520 |      584
591.31/591.48	c  523s |      18 |   442668 |   344752 |    21919     33 |      520 |      584
593.30/593.48	c  525s |      18 |   444431 |   346152 |    21919     33 |      520 |      584
595.50/595.64	c  527s |      18 |   446319 |   347652 |    21919     33 |      520 |      584
597.60/597.74	c  529s |      18 |   447806 |   348852 |    21919     34 |      520 |      584
599.70/599.88	c  531s |      18 |   449782 |   350352 |    21919     34 |      520 |      584
601.80/601.94	c  533s |      18 |   451640 |   351752 |    21919     34 |      520 |      584
603.91/604.08	c  535s |      18 |   453430 |   353152 |    21919     34 |      520 |      584
606.01/606.18	c  538s |      18 |   455087 |   354352 |    21919     34 |      520 |      584
608.21/608.36	c  540s |      18 |   456798 |   355652 |    21919     34 |      520 |      584
610.20/610.36	c  542s |      18 |   458251 |   356852 |    21919     34 |      520 |      584
612.20/612.38	c  544s |      18 |   459625 |   357952 |    21919     34 |      520 |      584
614.30/614.42	c  546s |      18 |   460993 |   359052 |    21919     34 |      520 |      584
616.30/616.43	c  548s |      18 |   462273 |   360052 |    21919     35 |      520 |      584
618.30/618.46	c  550s |      18 |   463772 |   361252 |    21919     35 |      520 |      584
620.31/620.50	c  552s |      18 |   465388 |   362552 |    21919     35 |      520 |      584
622.70/622.84	c  554s |      18 |   466871 |   363752 |    21919     35 |      520 |      584
624.71/624.86	c  556s |      18 |   468940 |   365252 |    21919     35 |      520 |      584
626.70/626.86	c  558s |      18 |   470929 |   366652 |    21919     35 |      520 |      584
628.80/628.96	c  560s |      18 |   473066 |   368152 |    21919     35 |      520 |      584
630.90/631.09	c  562s |      18 |   474872 |   369552 |    21919     35 |      520 |      584
633.00/633.16	c  565s |      18 |   476556 |   370952 |    21919     35 |      520 |      584
635.10/635.28	c  567s |      18 |   478143 |   372152 |    21919     36 |      520 |      584
637.20/637.34	c  569s |      18 |   480025 |   373652 |    21919     36 |      520 |      584
639.30/639.40	c  571s |      18 |   481833 |   375052 |    21919     36 |      520 |      584
641.30/641.44	c  573s |      18 |   483596 |   376352 |    21919     36 |      520 |      584
643.40/643.58	c  575s |      18 |   485485 |   377752 |    21919     36 |      520 |      584
645.60/645.75	c  577s |      18 |   487372 |   379152 |    21919     36 |      520 |      584
647.59/647.77	c  579s |      18 |   488781 |   380252 |    21919     36 |      520 |      584
649.69/649.86	c  581s |      18 |   490518 |   381452 |    21919     36 |      520 |      584
651.69/651.89	c  583s |      18 |   491891 |   382452 |    21919     36 |      520 |      584
653.89/654.01	c  585s |      18 |   493406 |   383352 |    21919     37 |      520 |      584
655.89/656.10	c  587s |      18 |   495027 |   384352 |    21919     37 |      520 |      584
658.09/658.24	c  590s |      18 |   496824 |   385752 |    21919     37 |      520 |      584
660.19/660.31	c  592s |      18 |   498562 |   387152 |    21919     37 |      520 |      584
662.29/662.41	c  594s |      18 |   500316 |   388452 |    21919     37 |      520 |      584
664.30/664.48	c  596s |      18 |   501689 |   389552 |    21919     37 |      520 |      584
666.29/666.49	c  598s |      18 |   504909 |   391452 |    24111     37 |      520 |      584
668.49/668.65	c  600s |      18 |   506694 |   392852 |    24111     37 |      520 |      584
670.59/670.75	c  602s |      18 |   507976 |   393952 |    24111     37 |      520 |      584
672.69/672.87	c  604s |      18 |   509297 |   395052 |    24111     37 |      520 |      584
674.69/674.88	c  606s |      18 |   510551 |   396152 |    24111     37 |      520 |      584
676.79/676.99	c  608s |      18 |   511792 |   397152 |    24111     38 |      520 |      584
678.99/679.11	c  610s |      18 |   513374 |   398452 |    24111     38 |      520 |      584
681.09/681.26	c  613s |      18 |   514915 |   399752 |    24111     38 |      520 |      584
683.10/683.28	c  615s |      18 |   516283 |   400852 |    24111     38 |      520 |      584
685.19/685.40	c  617s |      18 |   517853 |   402152 |    24111     38 |      520 |      584
687.29/687.44	c  619s |      18 |   519283 |   403352 |    24111     38 |      520 |      584
689.39/689.53	c  621s |      18 |   521037 |   404752 |    24111     38 |      520 |      584
691.39/691.56	c  623s |      18 |   522516 |   406052 |    24111     38 |      520 |      584
693.59/693.73	c  625s |      18 |   523998 |   407252 |    24111     38 |      520 |      584
695.69/695.89	c  627s |      18 |   525336 |   408352 |    24111     38 |      520 |      584
697.99/698.17	c  630s |      18 |   526573 |   409452 |    24111     39 |      520 |      584
700.19/700.31	c  632s |      18 |   527959 |   410652 |    24111     39 |      520 |      584
702.19/702.32	c  634s |      18 |   529375 |   411852 |    24111     39 |      520 |      584
704.19/704.36	c  636s |      18 |   530772 |   413052 |    24111     39 |      520 |      584
706.28/706.49	c  638s |      18 |   532338 |   414352 |    24111     39 |      520 |      584
708.39/708.56	c  640s |      18 |   533858 |   415652 |    24111     39 |      520 |      584
710.49/710.65	c  642s |      18 |   535639 |   417052 |    24111     39 |      520 |      584
712.58/712.71	c  644s |      18 |   537603 |   418552 |    24111     39 |      520 |      584
714.58/714.78	c  646s |      18 |   539335 |   419952 |    24111     39 |      520 |      584
716.78/716.90	c  648s |      18 |   540890 |   421252 |    24111     39 |      520 |      584
718.88/719.06	c  650s |      18 |   542247 |   422252 |    24111     40 |      520 |      584
720.98/721.13	c  653s |      18 |   544155 |   423552 |    24111     40 |      520 |      584
722.98/723.14	c  655s |      18 |   545746 |   424552 |    24111     40 |      520 |      584
725.08/725.26	c  657s |      18 |   547299 |   425752 |    24111     40 |      520 |      584
727.28/727.44	c  659s |      18 |   548910 |   427052 |    24111     40 |      520 |      584
729.37/729.58	c  661s |      18 |   550655 |   428352 |    24111     40 |      520 |      584
731.57/731.74	c  663s |      18 |   552241 |   429552 |    24111     40 |      520 |      584
733.77/733.90	c  665s |      18 |   553524 |   430652 |    24111     40 |      520 |      584
735.88/736.06	c  667s |      18 |   554710 |   431652 |    24111     40 |      520 |      584
737.97/738.14	c  670s |      18 |   555996 |   432652 |    24111     40 |      520 |      584
740.07/740.28	c  672s |      18 |   557458 |   433752 |    24111     40 |      520 |      584
742.27/742.42	c  674s |      18 |   558972 |   434952 |    24111     40 |      520 |      584
744.26/744.45	c  676s |      18 |   560525 |   436152 |    24111     41 |      520 |      584
746.36/746.50	c  678s |      18 |   561972 |   437352 |    24111     41 |      520 |      584
748.36/748.55	c  680s |      18 |   563773 |   438652 |    24111     41 |      520 |      584
750.46/750.66	c  682s |      18 |   565588 |   440052 |    24111     41 |      520 |      584
752.56/752.79	c  684s |      18 |   567465 |   441352 |    24111     41 |      520 |      584
754.57/754.79	c  686s |      18 |   568924 |   442552 |    24111     41 |      520 |      584
756.66/756.83	c  688s |      18 |   570313 |   443752 |    24111     41 |      520 |      584
757.86/758.04	c  689s |      19 |   571217 |   444482 |    24111     41 |      520 |      584
759.96/760.19	c  692s |      19 |   573110 |   445782 |    24111     41 |      520 |      584
762.16/762.35	c  694s |      19 |   574977 |   447182 |    24111     41 |      520 |      584
764.26/764.44	c  696s |      19 |   576445 |   448382 |    24111     42 |      520 |      584
766.36/766.55	c  698s |      19 |   578423 |   449982 |    24111     42 |      520 |      584
768.45/768.65	c  700s |      19 |   580222 |   451382 |    24111     42 |      520 |      584
770.45/770.66	c  702s |      19 |   581722 |   452582 |    24111     42 |      520 |      584
772.55/772.77	c  704s |      19 |   583415 |   453882 |    24111     42 |      520 |      584
774.75/774.93	c  706s |      19 |   585079 |   455182 |    24111     42 |      520 |      584
776.85/777.03	c  708s |      19 |   586599 |   456382 |    24111     42 |      520 |      584
778.94/779.17	c  711s |      19 |   588361 |   457682 |    24111     42 |      520 |      584
781.04/781.29	c  713s |      19 |   589772 |   458782 |    24111     42 |      520 |      584
783.15/783.39	c  715s |      19 |   590982 |   459782 |    24111     42 |      520 |      584
785.35/785.54	c  717s |      19 |   592202 |   460782 |    24111     43 |      520 |      584
787.64/787.82	c  719s |      19 |   593342 |   461682 |    24111     43 |      520 |      584
789.75/789.98	c  721s |      19 |   594868 |   462882 |    24111     43 |      520 |      584
791.95/792.16	c  724s |      19 |   596419 |   464082 |    24111     43 |      520 |      584
793.94/794.19	c  726s |      19 |   597698 |   465082 |    24111     43 |      520 |      584
796.04/796.24	c  728s |      19 |   599045 |   466182 |    24111     43 |      520 |      584
798.23/798.40	c  730s |      19 |   600521 |   467282 |    24111     43 |      520 |      584
800.23/800.49	c  732s |      19 |   601780 |   468282 |    24111     43 |      520 |      584
802.43/802.61	c  734s |      19 |   603145 |   469382 |    24111     43 |      520 |      584
804.43/804.69	c  736s |      19 |   604357 |   470382 |    24111     43 |      520 |      584
806.63/806.88	c  738s |      19 |   605807 |   471482 |    24111     43 |      520 |      584
808.82/809.02	c  740s |      19 |   607577 |   472682 |    24111     43 |      520 |      584
810.93/811.11	c  742s |      19 |   608387 |   473282 |    24111     44 |      520 |      584
812.93/813.15	c  745s |      19 |   609974 |   474482 |    24111     44 |      520 |      584
815.04/815.21	c  747s |      19 |   611565 |   475882 |    24111     44 |      520 |      584
817.03/817.30	c  749s |      19 |   613119 |   477182 |    24111     44 |      520 |      584
819.22/819.46	c  751s |      19 |   614803 |   478582 |    24111     44 |      520 |      584
821.32/821.52	c  753s |      19 |   616424 |   479982 |    24111     44 |      520 |      584
823.32/823.59	c  755s |      19 |   618072 |   481282 |    24111     44 |      520 |      584
825.42/825.62	c  757s |      19 |   619438 |   482382 |    24111     44 |      520 |      584
827.52/827.71	c  759s |      19 |   620825 |   483482 |    24111     44 |      520 |      584
829.62/829.85	c  761s |      19 |   622452 |   484682 |    24111     44 |      520 |      584
831.62/831.88	c  763s |      19 |   623741 |   485782 |    24111     45 |      520 |      584
833.82/834.04	c  765s |      19 |   625142 |   486982 |    24111     45 |      520 |      584
835.92/836.13	c  768s |      19 |   626619 |   488282 |    24111     45 |      520 |      584
837.92/838.16	c  770s |      19 |   627721 |   489282 |    24111     45 |      520 |      584
840.01/840.29	c  772s |      19 |   628640 |   490082 |    24111     45 |      520 |      584
842.21/842.41	c  774s |      19 |   630009 |   491282 |    24111     45 |      520 |      584
844.31/844.53	c  776s |      19 |   631382 |   492382 |    24111     45 |      520 |      584
846.51/846.73	c  778s |      19 |   632973 |   493582 |    24111     45 |      520 |      584
848.51/848.75	c  780s |      19 |   634196 |   494482 |    24111     45 |      520 |      584
850.51/850.79	c  782s |      19 |   635911 |   495882 |    24111     45 |      520 |      584
852.61/852.80	c  784s |      19 |   637683 |   497182 |    24111     45 |      520 |      584
854.61/854.83	c  786s |      19 |   639117 |   498282 |    24111     46 |      520 |      584
856.71/856.93	c  788s |      19 |   640804 |   499582 |    24111     46 |      520 |      584
858.80/859.00	c  790s |      19 |   642328 |   500782 |    24111     46 |      520 |      584
860.90/861.12	c  792s |      19 |   643921 |   502082 |    24111     46 |      520 |      584
862.90/863.16	c  795s |      19 |   645423 |   503382 |    24111     46 |      520 |      584
865.00/865.29	c  797s |      19 |   646967 |   504682 |    24111     46 |      520 |      584
867.20/867.43	c  799s |      19 |   648625 |   505982 |    24111     46 |      520 |      584
869.19/869.45	c  801s |      19 |   650209 |   507182 |    24111     46 |      520 |      584
871.39/871.60	c  803s |      19 |   651641 |   508382 |    24111     46 |      520 |      584
873.39/873.65	c  805s |      19 |   652927 |   509382 |    24111     46 |      520 |      584
875.40/875.69	c  807s |      19 |   654356 |   510482 |    24111     46 |      520 |      584
877.60/877.84	c  809s |      19 |   655870 |   511582 |    24111     47 |      520 |      584
879.69/879.92	c  811s |      19 |   657676 |   512882 |    24111     47 |      520 |      584
881.69/881.99	c  813s |      19 |   659284 |   514182 |    24111     47 |      520 |      584
883.79/884.08	c  815s |      19 |   660883 |   515482 |    24111     47 |      520 |      584
885.89/886.18	c  818s |      19 |   662578 |   516782 |    24111     47 |      520 |      584
888.09/888.35	c  820s |      19 |   664217 |   518082 |    24111     47 |      520 |      584
890.09/890.38	c  822s |      19 |   665860 |   519382 |    24111     47 |      520 |      584
892.19/892.45	c  824s |      19 |   667214 |   520482 |    24111     47 |      520 |      584
894.39/894.62	c  826s |      19 |   668666 |   521582 |    24111     47 |      520 |      584
896.39/896.63	c  828s |      19 |   670147 |   522582 |    24111     47 |      520 |      584
898.38/898.66	c  830s |      19 |   673097 |   524582 |    24111     48 |      520 |      584
900.48/900.79	c  832s |      19 |   675568 |   526082 |    24111     48 |      520 |      584
902.58/902.80	c  834s |      19 |   677750 |   527382 |    24111     48 |      520 |      584
904.58/904.85	c  836s |      19 |   679611 |   528682 |    24111     48 |      520 |      584
906.68/906.94	c  838s |      19 |   681981 |   530282 |    24111     48 |      520 |      584
908.77/909.04	c  840s |      19 |   684661 |   531782 |    24111     48 |      520 |      584
910.87/911.15	c  843s |      19 |   686788 |   533182 |    24111     48 |      520 |      584
912.88/913.17	c  845s |      19 |   688483 |   534482 |    24111     48 |      520 |      584
915.08/915.34	c  847s |      19 |   690431 |   535882 |    24111     48 |      520 |      584
917.18/917.45	c  849s |      19 |   692221 |   537182 |    24111     49 |      520 |      584
919.17/919.46	c  851s |      19 |   693884 |   538482 |    24111     49 |      520 |      584
921.36/921.62	c  853s |      19 |   695782 |   539882 |    24111     49 |      520 |      584
923.46/923.73	c  855s |      19 |   697393 |   541182 |    24111     49 |      520 |      584
925.56/925.85	c  857s |      19 |   699584 |   542582 |    24111     49 |      520 |      584
927.56/927.87	c  859s |      19 |   701493 |   543982 |    24111     49 |      520 |      584
929.56/929.87	c  861s |      19 |   703252 |   545282 |    24111     49 |      520 |      584
931.66/931.99	c  863s |      19 |   704990 |   546582 |    24111     49 |      520 |      584
933.77/934.03	c  865s |      19 |   706484 |   547782 |    24111     49 |      520 |      584
935.87/936.15	c  868s |      19 |   708163 |   548982 |    24111     49 |      520 |      584
938.06/938.30	c  870s |      19 |   709675 |   550082 |    24111     50 |      520 |      584
940.16/940.42	c  872s |      19 |   711524 |   551482 |    24111     50 |      520 |      584
942.26/942.53	c  874s |      19 |   713417 |   552882 |    24111     50 |      520 |      584
944.36/944.66	c  876s |      19 |   714911 |   553982 |    24111     50 |      520 |      584
946.36/946.67	c  878s |      19 |   716800 |   555282 |    24111     50 |      520 |      584
948.35/948.69	c  880s |      19 |   718832 |   556582 |    24111     50 |      520 |      584
950.45/950.71	c  882s |      19 |   720956 |   558182 |    24111     50 |      520 |      584
952.55/952.82	c  884s |      19 |   722821 |   559682 |    24111     50 |      520 |      584
954.66/954.96	c  886s |      19 |   724516 |   560982 |    24111     50 |      520 |      584
956.86/957.14	c  889s |      19 |   725637 |   561882 |    24111     51 |      520 |      584
958.95/959.27	c  891s |      19 |   727374 |   563282 |    24111     51 |      520 |      584
961.05/961.31	c  893s |      19 |   729072 |   564582 |    24111     51 |      520 |      584
963.14/963.42	c  895s |      19 |   731022 |   565982 |    24111     51 |      520 |      584
965.25/965.51	c  897s |      19 |   732665 |   567282 |    24111     51 |      520 |      584
967.35/967.62	c  899s |      19 |   734323 |   568482 |    24111     51 |      520 |      584
969.35/969.65	c  901s |      19 |   735859 |   569682 |    24111     51 |      520 |      584
971.35/971.67	c  903s |      19 |   737249 |   570782 |    24111     51 |      520 |      584
973.55/973.85	c  905s |      19 |   738807 |   571882 |    24111     51 |      520 |      584
975.56/975.86	c  907s |      19 |   740187 |   572882 |    24111     51 |      520 |      584
977.66/977.93	c  909s |      19 |   741478 |   573882 |    24111     51 |      520 |      584
979.95/980.25	c  912s |      19 |   742471 |   574682 |    24111     52 |      520 |      584
981.94/982.29	c  914s |      19 |   744443 |   576082 |    24111     52 |      520 |      584
984.04/984.35	c  916s |      19 |   746261 |   577482 |    24111     52 |      520 |      584
986.14/986.49	c  918s |      19 |   748544 |   579082 |    24111     52 |      520 |      584
988.24/988.50	c  920s |      19 |   749798 |   580082 |    24111     52 |      520 |      584
990.24/990.53	c  922s |      19 |   751399 |   581282 |    24111     52 |      520 |      584
992.24/992.59	c  924s |      19 |   753369 |   582482 |    24111     52 |      520 |      584
994.44/994.71	c  926s |      19 |   755119 |   583582 |    24111     52 |      520 |      584
996.54/996.89	c  928s |      19 |   756903 |   584782 |    24111     52 |      520 |      584
998.64/998.91	c  930s |      19 |   758547 |   585882 |    24111     52 |      520 |      584
1000.63/1001.00	c  932s |      19 |   760053 |   586982 |    24111     52 |      520 |      584
1002.83/1003.13	c  935s |      19 |   761208 |   587882 |    24111     53 |      520 |      584
1004.83/1005.13	c  937s |      19 |   762673 |   589082 |    24111     53 |      520 |      584
1006.83/1007.15	c  939s |      19 |   764360 |   590282 |    24111     53 |      520 |      584
1008.93/1009.20	c  941s |      19 |   765755 |   591382 |    24111     53 |      520 |      584
1010.93/1011.21	c  943s |      19 |   767664 |   592782 |    24111     53 |      520 |      584
1012.93/1013.29	c  945s |      19 |   769563 |   594182 |    24111     53 |      520 |      584
1015.03/1015.34	c  947s |      19 |   771302 |   595382 |    24111     53 |      520 |      584
1017.03/1017.37	c  949s |      19 |   772951 |   596582 |    24111     53 |      520 |      584
1019.22/1019.51	c  951s |      19 |   774925 |   597882 |    24111     53 |      520 |      584
1021.22/1021.57	c  953s |      19 |   776690 |   599082 |    24111     53 |      520 |      584
1023.52/1023.88	c  955s |      19 |   778271 |   600182 |    24111     54 |      520 |      584
1025.62/1025.97	c  957s |      19 |   780325 |   601782 |    24111     54 |      520 |      584
1027.72/1028.03	c  959s |      19 |   782394 |   603482 |    24111     54 |      520 |      584
1029.72/1030.08	c  961s |      19 |   784291 |   604882 |    24111     54 |      520 |      584
1031.82/1032.13	c  964s |      19 |   787102 |   606582 |    24111     54 |      520 |      584
1033.82/1034.18	c  966s |      19 |   789535 |   608082 |    24111     54 |      520 |      584
1036.02/1036.33	c  968s |      19 |   791248 |   609082 |    24111     54 |      520 |      584
1038.01/1038.37	c  970s |      19 |   792454 |   609982 |    24111     54 |      520 |      584
1040.32/1040.62	c  972s |      19 |   793582 |   610882 |    24111     54 |      520 |      584
1042.41/1042.71	c  974s |      19 |   795413 |   612382 |    26523     54 |      520 |      584
1044.51/1044.84	c  976s |      19 |   797259 |   613782 |    26523     54 |      520 |      584
1046.51/1046.86	c  978s |      19 |   799010 |   615182 |    26523     54 |      520 |      584
1048.51/1048.87	c  980s |      19 |   800849 |   616582 |    26523     55 |      520 |      584
1050.61/1050.98	c  982s |      19 |   802487 |   617982 |    26523     55 |      520 |      584
1052.81/1053.11	c  984s |      19 |   804284 |   619382 |    26523     55 |      520 |      584
1054.80/1055.14	c  987s |      19 |   806062 |   620782 |    26523     55 |      520 |      584
1056.81/1057.19	c  989s |      19 |   807740 |   621982 |    26523     55 |      520 |      584
1059.01/1059.31	c  991s |      19 |   809245 |   623282 |    26523     55 |      520 |      584
1061.10/1061.42	c  993s |      19 |   810681 |   624482 |    26523     55 |      520 |      584
1063.20/1063.54	c  995s |      19 |   812187 |   625682 |    26523     55 |      520 |      584
1065.20/1065.56	c  997s |      19 |   813680 |   626782 |    26523     55 |      520 |      584
1067.40/1067.72	c  999s |      19 |   815294 |   628082 |    26523     55 |      520 |      584
1069.60/1069.93	c 1001s |      19 |   816821 |   629182 |    26523     56 |      520 |      584
1071.60/1071.99	c 1003s |      19 |   818785 |   630682 |    26523     56 |      520 |      584
1073.69/1074.04	c 1005s |      19 |   820534 |   631982 |    26523     56 |      520 |      584
1075.69/1076.08	c 1007s |      19 |   822098 |   633182 |    26523     56 |      520 |      584
1077.89/1078.23	c 1010s |      19 |   823653 |   634482 |    26523     56 |      520 |      584
1080.00/1080.32	c 1012s |      19 |   825579 |   635682 |    26523     56 |      520 |      584
1081.99/1082.34	c 1014s |      19 |   827484 |   636982 |    26523     56 |      520 |      584
1084.09/1084.45	c 1016s |      19 |   829629 |   638382 |    26523     56 |      520 |      584
1086.09/1086.49	c 1018s |      19 |   833198 |   640582 |    26523     56 |      520 |      584
1088.19/1088.58	c 1020s |      19 |   835196 |   641982 |    26523     56 |      520 |      584
1090.39/1090.75	c 1022s |      19 |   836626 |   642982 |    26523     57 |      520 |      584
1092.39/1092.78	c 1024s |      19 |   838582 |   644482 |    26523     57 |      520 |      584
1094.39/1094.78	c 1026s |      19 |   840162 |   645782 |    26523     57 |      520 |      584
1096.59/1096.94	c 1028s |      19 |   842083 |   647282 |    26523     57 |      520 |      584
1098.69/1099.03	c 1030s |      19 |   843839 |   648682 |    26523     57 |      520 |      584
1100.79/1101.12	c 1032s |      19 |   845452 |   649982 |    26523     57 |      520 |      584
1102.88/1103.25	c 1035s |      19 |   847044 |   651282 |    26523     57 |      520 |      584
1104.98/1105.34	c 1037s |      19 |   848400 |   652482 |    26523     57 |      520 |      584
1106.98/1107.35	c 1039s |      19 |   849678 |   653482 |    26523     57 |      520 |      584
1109.08/1109.48	c 1041s |      19 |   850967 |   654582 |    26523     57 |      520 |      584
1111.18/1111.54	c 1043s |      19 |   852225 |   655682 |    26523     57 |      520 |      584
1113.48/1113.84	c 1045s |      19 |   853637 |   656882 |    26523     58 |      520 |      584
1115.48/1115.87	c 1047s |      19 |   855117 |   658182 |    26523     58 |      520 |      584
1117.58/1117.94	c 1049s |      19 |   856835 |   659582 |    26523     58 |      520 |      584
1119.67/1120.01	c 1051s |      19 |   859574 |   661482 |    26523     58 |      520 |      584
1121.68/1122.09	c 1053s |      19 |   862342 |   663382 |    26523     58 |      520 |      584
1123.77/1124.13	c 1055s |      19 |   864733 |   664982 |    26523     58 |      520 |      584
1125.87/1126.20	c 1058s |      19 |   867054 |   666582 |    26523     58 |      520 |      584
1126.08/1126.45	c 1058s |      20 |   867449 |   666827 |    26523     58 |      520 |      584
1128.16/1128.55	c 1060s |      20 |   869703 |   668527 |    26523     58 |      520 |      584
1130.16/1130.59	c 1062s |      20 |   871891 |   670227 |    26523     58 |      520 |      584
1132.26/1132.62	c 1064s |      20 |   873792 |   671827 |    26523     59 |      520 |      584
1134.26/1134.63	c 1066s |      20 |   875925 |   673527 |    26523     59 |      520 |      584
1136.36/1136.70	c 1068s |      20 |   877755 |   675127 |    26523     59 |      520 |      584
1138.36/1138.74	c 1070s |      20 |   879451 |   676627 |    26523     59 |      520 |      584
1140.36/1140.80	c 1072s |      20 |   881403 |   678227 |    26523     59 |      520 |      584
1142.46/1142.83	c 1074s |      20 |   883171 |   679727 |    26523     59 |      520 |      584
1144.56/1144.94	c 1076s |      20 |   885467 |   681527 |    26523     59 |      520 |      584
1146.65/1147.02	c 1078s |      20 |   887322 |   682927 |    26523     59 |      520 |      584
1148.75/1149.15	c 1081s |      20 |   889296 |   684327 |    26523     59 |      520 |      584
1150.85/1151.23	c 1083s |      20 |   890813 |   685527 |    26523     60 |      520 |      584
1152.95/1153.36	c 1085s |      20 |   892865 |   687127 |    26523     60 |      520 |      584
1155.05/1155.43	c 1087s |      20 |   894689 |   688527 |    26523     60 |      520 |      584
1157.15/1157.55	c 1089s |      20 |   896508 |   690027 |    26523     60 |      520 |      584
1159.25/1159.66	c 1091s |      20 |   898241 |   691427 |    26523     60 |      520 |      584
1161.37/1161.71	c 1093s |      20 |   899949 |   692827 |    26523     60 |      520 |      584
1163.36/1163.79	c 1095s |      20 |   901477 |   694027 |    26523     60 |      520 |      584
1165.56/1165.92	c 1097s |      20 |   903021 |   695327 |    26523     60 |      520 |      584
1167.56/1167.93	c 1099s |      20 |   904561 |   696627 |    26523     60 |      520 |      584
1169.55/1169.96	c 1101s |      20 |   906366 |   698127 |    26523     60 |      520 |      584
1171.85/1172.20	c 1104s |      20 |   907749 |   699327 |    26523     61 |      520 |      584
1173.85/1174.29	c 1106s |      20 |   909405 |   700627 |    26523     61 |      520 |      584
1175.95/1176.33	c 1108s |      20 |   911096 |   701927 |    26523     61 |      520 |      584
1177.95/1178.37	c 1110s |      20 |   912839 |   703427 |    26523     61 |      520 |      584
1179.96/1180.37	c 1112s |      20 |   914901 |   705127 |    26523     61 |      520 |      584
1182.05/1182.49	c 1114s |      20 |   916818 |   706627 |    26523     61 |      520 |      584
1184.15/1184.58	c 1116s |      20 |   918454 |   707927 |    26523     61 |      520 |      584
1186.25/1186.67	c 1118s |      20 |   920190 |   709327 |    26523     61 |      520 |      584
1188.35/1188.70	c 1120s |      20 |   921799 |   710627 |    26523     61 |      520 |      584
1190.35/1190.74	c 1122s |      20 |   923443 |   711927 |    26523     61 |      520 |      584
1192.35/1192.77	c 1124s |      20 |   925085 |   713227 |    26523     62 |      520 |      584
1194.55/1194.90	c 1126s |      20 |   927205 |   714927 |    26523     62 |      520 |      584
1196.65/1197.01	c 1128s |      20 |   928824 |   716327 |    26523     62 |      520 |      584
1198.75/1199.16	c 1131s |      20 |   930473 |   717727 |    26523     62 |      520 |      584
1200.95/1201.39	c 1133s |      20 |   931980 |   719027 |    26523     62 |      520 |      584
1203.05/1203.50	c 1135s |      20 |   933363 |   720227 |    26523     62 |      520 |      584
1205.14/1205.55	c 1137s |      20 |   934810 |   721427 |    26523     62 |      520 |      584
1207.24/1207.65	c 1139s |      20 |   936202 |   722627 |    26523     62 |      520 |      584
1209.34/1209.78	c 1141s |      20 |   937558 |   723727 |    26523     62 |      520 |      584
1211.34/1211.78	c 1143s |      20 |   938916 |   724827 |    26523     62 |      520 |      584
1213.54/1213.93	c 1145s |      20 |   940543 |   726127 |    26523     62 |      520 |      584
1215.64/1216.07	c 1147s |      20 |   941654 |   727027 |    26523     63 |      520 |      584
1217.74/1218.10	c 1149s |      20 |   943325 |   728327 |    26523     63 |      520 |      584
1219.74/1220.13	c 1151s |      20 |   945460 |   729827 |    26523     63 |      520 |      584
1221.74/1222.17	c 1154s |      20 |   947130 |   731127 |    26523     63 |      520 |      584
1223.84/1224.26	c 1156s |      20 |   948762 |   732427 |    26523     63 |      520 |      584
1226.04/1226.44	c 1158s |      20 |   950014 |   733427 |    26523     63 |      520 |      584
1228.03/1228.48	c 1160s |      20 |   951337 |   734527 |    26523     63 |      520 |      584
1230.03/1230.49	c 1162s |      20 |   952590 |   735527 |    26523     63 |      520 |      584
1232.23/1232.61	c 1164s |      20 |   954511 |   736927 |    26523     63 |      520 |      584
1234.23/1234.62	c 1166s |      20 |   956273 |   738327 |    26523     63 |      520 |      584
1236.33/1236.70	c 1168s |      20 |   957892 |   739727 |    26523     63 |      520 |      584
1238.42/1238.80	c 1170s |      20 |   959744 |   741227 |    26523     64 |      520 |      584
1240.43/1240.82	c 1172s |      20 |   961607 |   742727 |    26523     64 |      520 |      584
1242.52/1242.91	c 1174s |      20 |   963443 |   744227 |    26523     64 |      520 |      584
1244.62/1245.06	c 1176s |      20 |   965179 |   745627 |    26523     64 |      520 |      584
1246.72/1247.10	c 1178s |      20 |   966815 |   747027 |    26523     64 |      520 |      584
1248.82/1249.25	c 1181s |      20 |   968624 |   748527 |    26523     64 |      520 |      584
1250.92/1251.37	c 1183s |      20 |   970285 |   749927 |    26523     64 |      520 |      584
1252.92/1253.39	c 1185s |      20 |   972033 |   751227 |    26523     64 |      520 |      584
1254.92/1255.39	c 1187s |      20 |   973723 |   752527 |    26523     64 |      520 |      584
1257.12/1257.53	c 1189s |      20 |   975385 |   753827 |    26523     64 |      520 |      584
1259.31/1259.70	c 1191s |      20 |   976716 |   754927 |    26523     65 |      520 |      584
1262.31/1262.72	c 1194s |      20 |   978636 |   756327 |    26523     65 |      520 |      584
1264.31/1264.73	c 1196s |      20 |   980650 |   757527 |    26523     65 |      520 |      584
1266.31/1266.75	c 1198s |      20 |   982612 |   758927 |    26523     65 |      520 |      584
1268.31/1268.78	c 1200s |      20 |   984308 |   760227 |    26523     65 |      520 |      584
1270.51/1270.95	c 1202s |      20 |   985915 |   761527 |    26523     65 |      520 |      584
1272.71/1273.10	c 1204s |      20 |   987516 |   762727 |    26523     65 |      520 |      584
1274.71/1275.19	c 1207s |      20 |   989349 |   764027 |    26523     65 |      520 |      584
1276.81/1277.29	c 1209s |      20 |   991028 |   765227 |    26523     65 |      520 |      584
1278.91/1279.37	c 1211s |      20 |   992672 |   766527 |    26523     65 |      520 |      584
1281.11/1281.53	c 1213s |      20 |   994259 |   767827 |    26523     65 |      520 |      584
1283.11/1283.58	c 1215s |      20 |   995384 |   768627 |    26523     66 |      520 |      584
1285.30/1285.71	c 1217s |      20 |   997255 |   770127 |    26523     66 |      520 |      584
1287.30/1287.79	c 1219s |      20 |   998893 |   771427 |    26523     66 |      520 |      584
1289.40/1289.84	c 1221s |      20 |  1000350 |   772627 |    26523     66 |      520 |      584
1291.40/1291.85	c 1223s |      20 |  1001544 |   773627 |    26523     66 |      520 |      584
1293.50/1293.99	c 1225s |      20 |  1003254 |   774827 |    26523     66 |      520 |      584
1295.60/1296.08	c 1227s |      20 |  1004712 |   775927 |    26523     66 |      520 |      584
1297.71/1298.19	c 1230s |      20 |  1005815 |   776827 |    26523     66 |      520 |      584
1299.81/1300.24	c 1232s |      20 |  1006990 |   777727 |    26523     66 |      520 |      584
1301.80/1302.24	c 1234s |      20 |  1008563 |   778827 |    26523     66 |      520 |      584
1304.00/1304.40	c 1236s |      20 |  1010231 |   780127 |    26523     66 |      520 |      584
1306.10/1306.51	c 1238s |      20 |  1011817 |   781327 |    26523     66 |      520 |      584
1308.19/1308.62	c 1240s |      20 |  1013311 |   782527 |    26523     67 |      520 |      584
1310.19/1310.65	c 1242s |      20 |  1015034 |   783927 |    26523     67 |      520 |      584
1312.39/1312.83	c 1244s |      20 |  1016672 |   785127 |    26523     67 |      520 |      584
1314.39/1314.87	c 1246s |      20 |  1018360 |   786327 |    26523     67 |      520 |      584
1316.40/1316.88	c 1248s |      20 |  1020010 |   787527 |    26523     67 |      520 |      584
1318.60/1319.06	c 1250s |      20 |  1021448 |   788727 |    26523     67 |      520 |      584
1320.70/1321.14	c 1253s |      20 |  1023108 |   790027 |    26523     67 |      520 |      584
1322.69/1323.20	c 1255s |      20 |  1024248 |   791027 |    26523     67 |      520 |      584
1324.89/1325.38	c 1257s |      20 |  1025488 |   792127 |    26523     67 |      520 |      584
1327.09/1327.53	c 1259s |      20 |  1027030 |   793327 |    26523     67 |      520 |      584
1329.19/1329.62	c 1261s |      20 |  1028257 |   794327 |    26523     67 |      520 |      584
1331.18/1331.67	c 1263s |      20 |  1029534 |   795327 |    26523     67 |      520 |      584
1333.28/1333.74	c 1265s |      20 |  1030545 |   796127 |    26523     68 |      520 |      584
1335.28/1335.79	c 1267s |      20 |  1031796 |   797127 |    26523     68 |      520 |      584
1337.48/1337.99	c 1269s |      20 |  1033316 |   798327 |    26523     68 |      520 |      584
1339.49/1339.99	c 1271s |      20 |  1034513 |   799327 |    26523     68 |      520 |      584
1341.59/1342.10	c 1273s |      20 |  1035991 |   800527 |    26523     68 |      520 |      584
1343.79/1344.23	c 1276s |      20 |  1037549 |   801827 |    26523     68 |      520 |      584
1345.78/1346.26	c 1278s |      20 |  1038786 |   802927 |    26523     68 |      520 |      584
1347.98/1348.40	c 1280s |      20 |  1040330 |   804227 |    26523     68 |      520 |      584
1350.08/1350.50	c 1282s |      20 |  1041781 |   805427 |    26523     68 |      520 |      584
1352.08/1352.55	c 1284s |      20 |  1043144 |   806527 |    26523     68 |      520 |      584
1354.08/1354.57	c 1286s |      20 |  1044488 |   807627 |    26523     68 |      520 |      584
1356.17/1356.68	c 1288s |      20 |  1045678 |   808527 |    26523     68 |      520 |      584
1358.37/1358.81	c 1290s |      20 |  1046802 |   809427 |    26523     68 |      520 |      584
1360.47/1360.90	c 1292s |      20 |  1048098 |   810227 |    26523     69 |      520 |      584
1362.48/1362.93	c 1294s |      20 |  1049282 |   811127 |    26523     69 |      520 |      584
1364.57/1365.00	c 1296s |      20 |  1050676 |   812227 |    26523     69 |      520 |      584
1366.57/1367.02	c 1298s |      20 |  1052095 |   813227 |    26523     69 |      520 |      584
1368.57/1369.08	c 1300s |      20 |  1053557 |   814427 |    26523     69 |      520 |      584
1370.57/1371.09	c 1302s |      20 |  1055254 |   815727 |    26523     69 |      520 |      584
1372.87/1373.33	c 1305s |      20 |  1056741 |   816927 |    26523     69 |      520 |      584
1374.87/1375.34	c 1307s |      20 |  1057823 |   817827 |    26523     69 |      520 |      584
1376.97/1377.42	c 1309s |      20 |  1059786 |   819227 |    26523     69 |      520 |      584
1378.97/1379.48	c 1311s |      20 |  1061973 |   820827 |    26523     69 |      520 |      584
1381.07/1381.51	c 1313s |      20 |  1063696 |   822227 |    26523     69 |      520 |      584
1383.56/1384.01	c 1315s |      20 |  1065717 |   823627 |    26523     70 |      520 |      584
1385.57/1386.05	c 1317s |      20 |  1068159 |   825327 |    26523     70 |      520 |      584
1387.66/1388.14	c 1320s |      20 |  1070888 |   827127 |    26523     70 |      520 |      584
1389.66/1390.19	c 1322s |      20 |  1073144 |   828927 |    26523     70 |      520 |      584
1391.76/1392.25	c 1324s |      20 |  1075073 |   830427 |    26523     70 |      520 |      584
1393.86/1394.36	c 1326s |      20 |  1076872 |   831927 |    26523     70 |      520 |      584
1395.96/1396.47	c 1328s |      20 |  1079010 |   833627 |    26523     70 |      520 |      584
1398.06/1398.51	c 1330s |      20 |  1080815 |   835127 |    26523     70 |      520 |      584
1400.06/1400.58	c 1332s |      20 |  1082454 |   836427 |    26523     70 |      520 |      584
1402.17/1402.63	c 1334s |      20 |  1084309 |   837827 |    26523     70 |      520 |      584
1404.16/1404.65	c 1336s |      20 |  1085851 |   839127 |    26523     71 |      520 |      584
1406.16/1406.66	c 1338s |      20 |  1087715 |   840627 |    26523     71 |      520 |      584
1408.26/1408.70	c 1340s |      20 |  1089384 |   842027 |    26523     71 |      520 |      584
1410.26/1410.79	c 1342s |      20 |  1091202 |   843527 |    26523     71 |      520 |      584
1412.36/1412.86	c 1344s |      20 |  1092842 |   844827 |    26523     71 |      520 |      584
1414.36/1414.86	c 1346s |      20 |  1094560 |   846127 |    26523     71 |      520 |      584
1416.37/1416.88	c 1348s |      20 |  1096182 |   847327 |    26523     71 |      520 |      584
1418.46/1418.94	c 1350s |      20 |  1097836 |   848627 |    26523     71 |      520 |      584
1420.56/1421.00	c 1352s |      20 |  1099569 |   850027 |    26523     71 |      520 |      584
1422.66/1423.19	c 1355s |      20 |  1101148 |   851327 |    26523     71 |      520 |      584
1424.76/1425.28	c 1357s |      20 |  1102102 |   852127 |    26523     72 |      520 |      584
1426.76/1427.29	c 1359s |      20 |  1103646 |   853427 |    26523     72 |      520 |      584
1428.86/1429.38	c 1361s |      20 |  1105416 |   854827 |    26523     72 |      520 |      584
1431.06/1431.52	c 1363s |      20 |  1107191 |   856327 |    26523     72 |      520 |      584
1433.06/1433.58	c 1365s |      20 |  1108700 |   857627 |    26523     72 |      520 |      584
1435.25/1435.75	c 1367s |      20 |  1110367 |   859027 |    26523     72 |      520 |      584
1437.36/1437.89	c 1369s |      20 |  1111807 |   860227 |    26523     72 |      520 |      584
1439.46/1439.98	c 1371s |      20 |  1113285 |   861427 |    26523     72 |      520 |      584
1441.55/1442.08	c 1373s |      20 |  1114799 |   862627 |    26523     72 |      520 |      584
1443.65/1444.16	c 1376s |      20 |  1116315 |   863827 |    26523     72 |      520 |      584
1445.85/1446.34	c 1378s |      20 |  1117670 |   864927 |    26523     72 |      520 |      584
1447.85/1448.36	c 1380s |      20 |  1119165 |   866027 |    26523     73 |      520 |      584
1449.95/1450.43	c 1382s |      20 |  1120947 |   867427 |    26523     73 |      520 |      584
1451.95/1452.44	c 1384s |      20 |  1122464 |   868627 |    26523     73 |      520 |      584
1453.95/1454.49	c 1386s |      20 |  1124275 |   869927 |    26523     73 |      520 |      584
1456.15/1456.68	c 1388s |      20 |  1126157 |   871227 |    26523     73 |      520 |      584
1458.35/1458.83	c 1390s |      20 |  1128242 |   872627 |    26523     73 |      520 |      584
1460.36/1460.85	c 1392s |      20 |  1130426 |   873927 |    26523     73 |      520 |      584
1462.45/1462.96	c 1394s |      20 |  1133000 |   875627 |    26523     73 |      520 |      584
1464.45/1464.98	c 1396s |      20 |  1134609 |   876827 |    26523     73 |      520 |      584
1466.55/1467.09	c 1398s |      20 |  1136194 |   878027 |    26523     73 |      520 |      584
1468.75/1469.25	c 1401s |      20 |  1137664 |   879227 |    26523     73 |      520 |      584
1470.75/1471.26	c 1403s |      20 |  1139158 |   880327 |    26523     74 |      520 |      584
1472.85/1473.35	c 1405s |      20 |  1141236 |   881827 |    26523     74 |      520 |      584
1474.95/1475.41	c 1407s |      20 |  1142932 |   883127 |    26523     74 |      520 |      584
1476.95/1477.46	c 1409s |      20 |  1144562 |   884327 |    26523     74 |      520 |      584
1478.95/1479.48	c 1411s |      20 |  1145973 |   885527 |    26523     74 |      520 |      584
1481.15/1481.65	c 1413s |      20 |  1147417 |   886827 |    26523     74 |      520 |      584
1483.25/1483.74	c 1415s |      20 |  1148857 |   888127 |    26523     74 |      520 |      584
1485.35/1485.84	c 1417s |      20 |  1150525 |   889527 |    26523     74 |      520 |      584
1487.45/1487.93	c 1419s |      20 |  1151927 |   890727 |    26523     74 |      520 |      584
1489.55/1490.05	c 1421s |      20 |  1153471 |   892027 |    26523     74 |      520 |      584
1491.65/1492.18	c 1424s |      20 |  1155310 |   893427 |    26523     74 |      520 |      584
1493.65/1494.19	c 1426s |      20 |  1156663 |   894427 |    26523     75 |      520 |      584
1495.74/1496.28	c 1428s |      20 |  1158302 |   895827 |    26523     75 |      520 |      584
1497.85/1498.35	c 1430s |      20 |  1159954 |   897127 |    26523     75 |      520 |      584
1499.95/1500.42	c 1432s |      20 |  1161878 |   898627 |    26523     75 |      520 |      584
1502.04/1502.50	c 1434s |      20 |  1163584 |   900027 |    26523     75 |      520 |      584
1504.04/1504.54	c 1436s |      20 |  1165095 |   901227 |    26523     75 |      520 |      584
1506.04/1506.56	c 1438s |      20 |  1166460 |   902427 |    26523     75 |      520 |      584
1508.04/1508.59	c 1440s |      20 |  1167975 |   903627 |    26523     75 |      520 |      584
1510.14/1510.67	c 1442s |      20 |  1169314 |   904727 |    26523     75 |      520 |      584
1512.34/1512.83	c 1444s |      20 |  1170694 |   905927 |    26523     75 |      520 |      584
1514.35/1514.88	c 1446s |      20 |  1171989 |   907027 |    26523     75 |      520 |      584
1516.55/1517.06	c 1448s |      20 |  1173202 |   908027 |    26523     76 |      520 |      584
1518.54/1519.09	c 1450s |      20 |  1174663 |   909227 |    26523     76 |      520 |      584
1520.74/1521.22	c 1453s |      20 |  1176362 |   910627 |    26523     76 |      520 |      584
1522.74/1523.24	c 1455s |      20 |  1178036 |   911927 |    26523     76 |      520 |      584
1524.74/1525.25	c 1457s |      20 |  1179671 |   913227 |    26523     76 |      520 |      584
1526.74/1527.29	c 1459s |      20 |  1181289 |   914527 |    26523     76 |      520 |      584
1528.94/1529.43	c 1461s |      20 |  1182832 |   915527 |    26523     76 |      520 |      584
1531.04/1531.54	c 1463s |      20 |  1184447 |   916627 |    26523     76 |      520 |      584
1533.14/1533.67	c 1465s |      20 |  1185876 |   917727 |    26523     76 |      520 |      584
1535.24/1535.77	c 1467s |      20 |  1187711 |   918927 |    26523     76 |      520 |      584
1537.34/1537.85	c 1469s |      20 |  1189596 |   920427 |    26523     76 |      520 |      584
1539.44/1540.00	c 1471s |      20 |  1191155 |   921727 |    26523     76 |      520 |      584
1541.53/1542.06	c 1473s |      20 |  1192315 |   922627 |    26523     77 |      520 |      584
1543.63/1544.11	c 1475s |      20 |  1194095 |   923827 |    26523     77 |      520 |      584
1545.63/1546.12	c 1477s |      20 |  1196120 |   925127 |    26523     77 |      520 |      584
1547.63/1548.12	c 1479s |      20 |  1197663 |   926327 |    26523     77 |      520 |      584
1549.73/1550.21	c 1482s |      20 |  1199417 |   927627 |    26523     77 |      520 |      584
1551.74/1552.28	c 1484s |      20 |  1200863 |   928727 |    26523     77 |      520 |      584
1553.94/1554.46	c 1486s |      20 |  1202432 |   929927 |    26523     77 |      520 |      584
1556.14/1556.66	c 1488s |      20 |  1203807 |   931027 |    26523     77 |      520 |      584
1558.14/1558.68	c 1490s |      20 |  1204951 |   931927 |    26523     77 |      520 |      584
1560.34/1560.84	c 1492s |      20 |  1206401 |   933127 |    26523     77 |      520 |      584
1562.34/1562.88	c 1494s |      20 |  1207746 |   934227 |    26523     77 |      520 |      584
1564.44/1564.98	c 1496s |      20 |  1209263 |   935527 |    26523     77 |      520 |      584
1566.74/1567.23	c 1499s |      20 |  1210349 |   936427 |    26523     78 |      520 |      584
1568.84/1569.35	c 1501s |      20 |  1212410 |   937827 |    26523     78 |      520 |      584
1570.94/1571.40	c 1503s |      20 |  1214254 |   939227 |    26523     78 |      520 |      584
1573.03/1573.59	c 1505s |      20 |  1216605 |   940527 |    26523     78 |      520 |      584
1575.23/1575.70	c 1507s |      20 |  1219203 |   942227 |    26523     78 |      520 |      584
1577.23/1577.77	c 1509s |      20 |  1221520 |   943927 |    29176     78 |      520 |      584
1579.33/1579.82	c 1511s |      20 |  1223625 |   945427 |    29176     78 |      520 |      584
1581.34/1581.85	c 1513s |      20 |  1225586 |   946927 |    29176     78 |      520 |      584
1583.43/1583.93	c 1515s |      20 |  1227569 |   948427 |    29176     78 |      520 |      584
1585.53/1586.06	c 1517s |      20 |  1230130 |   950127 |    29176     78 |      520 |      584
1587.63/1588.10	c 1519s |      20 |  1232000 |   951527 |    29176     78 |      520 |      584
1589.63/1590.11	c 1521s |      20 |  1233824 |   952827 |    29176     79 |      520 |      584
1591.63/1592.17	c 1524s |      20 |  1236185 |   954527 |    29176     79 |      520 |      584
1593.73/1594.26	c 1526s |      20 |  1238422 |   956227 |    29176     79 |      520 |      584
1595.83/1596.39	c 1528s |      20 |  1240640 |   957827 |    29176     79 |      520 |      584
1597.94/1598.43	c 1530s |      20 |  1242425 |   959227 |    29176     79 |      520 |      584
1599.93/1600.49	c 1532s |      20 |  1244137 |   960627 |    29176     79 |      520 |      584
1602.03/1602.59	c 1534s |      20 |  1246131 |   962227 |    29176     79 |      520 |      584
1604.03/1604.59	c 1536s |      20 |  1247781 |   963527 |    29176     79 |      520 |      584
1606.13/1606.69	c 1538s |      20 |  1249419 |   964827 |    29176     79 |      520 |      584
1608.23/1608.79	c 1540s |      20 |  1251422 |   966427 |    29176     79 |      520 |      584
1610.43/1610.90	c 1542s |      20 |  1252866 |   967627 |    29176     80 |      520 |      584
1612.53/1613.01	c 1544s |      20 |  1254514 |   968927 |    29176     80 |      520 |      584
1614.52/1615.04	c 1546s |      20 |  1256395 |   970327 |    29176     80 |      520 |      584
1616.63/1617.17	c 1549s |      20 |  1258032 |   971627 |    29176     80 |      520 |      584
1618.73/1619.23	c 1551s |      20 |  1259922 |   973127 |    29176     80 |      520 |      584
1620.72/1621.25	c 1553s |      20 |  1261724 |   974627 |    29176     80 |      520 |      584
1622.82/1623.37	c 1555s |      20 |  1263435 |   976027 |    29176     80 |      520 |      584
1624.92/1625.45	c 1557s |      20 |  1265421 |   977527 |    29176     80 |      520 |      584
1626.92/1627.49	c 1559s |      20 |  1267059 |   978927 |    29176     80 |      520 |      584
1629.02/1629.51	c 1561s |      20 |  1268546 |   980227 |    29176     80 |      520 |      584
1631.02/1631.54	c 1563s |      20 |  1270302 |   981627 |    29176     80 |      520 |      584
1633.32/1633.80	c 1565s |      20 |  1271564 |   982727 |    29176     81 |      520 |      584
1635.33/1635.82	c 1567s |      20 |  1272900 |   983827 |    29176     81 |      520 |      584
1637.32/1637.86	c 1569s |      20 |  1274660 |   985327 |    29176     81 |      520 |      584
1639.42/1639.99	c 1571s |      20 |  1276611 |   986927 |    29176     81 |      520 |      584
1641.52/1642.00	c 1573s |      20 |  1278155 |   988227 |    29176     81 |      520 |      584
1643.62/1644.14	c 1576s |      20 |  1279669 |   989527 |    29176     81 |      520 |      584
1645.72/1646.22	c 1578s |      20 |  1281322 |   990927 |    29176     81 |      520 |      584
1647.72/1648.23	c 1580s |      20 |  1282867 |   992227 |    29176     81 |      520 |      584
1649.82/1650.34	c 1582s |      20 |  1284524 |   993527 |    29176     81 |      520 |      584
1651.83/1652.37	c 1584s |      20 |  1286488 |   995127 |    29176     81 |      520 |      584
1653.93/1654.46	c 1586s |      20 |  1288620 |   996827 |    29176     81 |      520 |      584
1656.02/1656.60	c 1588s |      20 |  1290165 |   998027 |    29176     82 |      520 |      584
1658.12/1658.66	c 1590s |      20 |  1292229 |   999527 |    29176     82 |      520 |      584
1659.02/1659.54	c 1591s |      21 |  1293225 |  1000345 |    29176     82 |      520 |      584
1661.12/1661.62	c 1593s |      21 |  1294716 |  1001345 |    29176     82 |      520 |      584
1663.22/1663.72	c 1595s |      21 |  1296770 |  1002945 |    29176     82 |      520 |      584
1665.21/1665.78	c 1597s |      21 |  1298362 |  1004245 |    29176     82 |      520 |      584
1667.31/1667.87	c 1599s |      21 |  1300110 |  1005645 |    29176     82 |      520 |      584
1669.51/1670.02	c 1601s |      21 |  1301823 |  1007045 |    29176     82 |      520 |      584
1671.62/1672.15	c 1604s |      21 |  1303692 |  1008545 |    29176     82 |      520 |      584
1673.61/1674.20	c 1606s |      21 |  1305375 |  1009845 |    29176     82 |      520 |      584
1675.81/1676.32	c 1608s |      21 |  1307123 |  1011245 |    29176     82 |      520 |      584
1677.91/1678.43	c 1610s |      21 |  1308558 |  1012445 |    29176     82 |      520 |      584
1679.91/1680.47	c 1612s |      21 |  1309781 |  1013445 |    29176     83 |      520 |      584
1681.92/1682.48	c 1614s |      21 |  1311123 |  1014545 |    29176     83 |      520 |      584
1684.02/1684.54	c 1616s |      21 |  1312926 |  1016045 |    29176     83 |      520 |      584
1686.02/1686.57	c 1618s |      21 |  1314928 |  1017645 |    29176     83 |      520 |      584
1688.13/1688.62	c 1620s |      21 |  1316733 |  1019045 |    29176     83 |      520 |      584
1690.12/1690.64	c 1622s |      21 |  1318561 |  1020545 |    29176     83 |      520 |      584
1692.12/1692.68	c 1624s |      21 |  1320491 |  1022045 |    29176     83 |      520 |      584
1694.12/1694.69	c 1626s |      21 |  1322171 |  1023445 |    29176     83 |      520 |      584
1696.22/1696.70	c 1628s |      21 |  1323812 |  1024745 |    29176     83 |      520 |      584
1698.32/1698.82	c 1630s |      21 |  1325565 |  1026245 |    29176     83 |      520 |      584
1700.32/1700.84	c 1632s |      21 |  1327141 |  1027545 |    29176     83 |      520 |      584
1702.32/1702.88	c 1634s |      21 |  1328594 |  1028745 |    29176     84 |      520 |      584
1704.52/1705.08	c 1636s |      21 |  1329464 |  1029445 |    29176     84 |      520 |      584
1706.61/1707.15	c 1639s |      21 |  1331296 |  1030945 |    29176     84 |      520 |      584
1708.71/1709.27	c 1641s |      21 |  1333259 |  1032545 |    29176     84 |      520 |      584
1710.81/1711.37	c 1643s |      21 |  1334990 |  1033945 |    29176     84 |      520 |      584
1713.01/1713.51	c 1645s |      21 |  1336451 |  1035145 |    29176     84 |      520 |      584
1715.01/1715.54	c 1647s |      21 |  1337966 |  1036445 |    29176     84 |      520 |      584
1717.11/1717.68	c 1649s |      21 |  1339620 |  1037845 |    29176     84 |      520 |      584
1719.21/1719.74	c 1651s |      21 |  1341145 |  1039145 |    29176     84 |      520 |      584
1721.31/1721.84	c 1653s |      21 |  1342828 |  1040545 |    29176     84 |      520 |      584
1723.32/1723.84	c 1655s |      21 |  1344451 |  1041945 |    29176     84 |      520 |      584
1725.41/1725.94	c 1657s |      21 |  1346502 |  1043545 |    29176     84 |      520 |      584
1727.51/1728.06	c 1659s |      21 |  1347036 |  1043945 |    29176     85 |      520 |      584
1729.61/1730.13	c 1662s |      21 |  1348779 |  1045345 |    29176     85 |      520 |      584
1731.71/1732.21	c 1664s |      21 |  1350617 |  1046845 |    29176     85 |      520 |      584
1733.81/1734.38	c 1666s |      21 |  1352398 |  1048145 |    29176     85 |      520 |      584
1736.01/1736.54	c 1668s |      21 |  1354089 |  1049545 |    29176     85 |      520 |      584
1738.11/1738.66	c 1670s |      21 |  1355893 |  1051045 |    29176     85 |      520 |      584
1740.11/1740.68	c 1672s |      21 |  1357574 |  1052445 |    29176     85 |      520 |      584
1742.31/1742.84	c 1674s |      21 |  1359196 |  1053845 |    29176     85 |      520 |      584
1744.31/1744.88	c 1676s |      21 |  1360891 |  1055245 |    29176     85 |      520 |      584
1746.42/1746.93	c 1678s |      21 |  1362602 |  1056545 |    29176     85 |      520 |      584
1748.52/1749.01	c 1680s |      21 |  1364174 |  1057845 |    29176     85 |      520 |      584
1750.61/1751.16	c 1683s |      21 |  1365533 |  1058945 |    29176     86 |      520 |      584
1752.71/1753.25	c 1685s |      21 |  1366772 |  1059945 |    29176     86 |      520 |      584
1754.81/1755.30	c 1687s |      21 |  1368715 |  1061445 |    29176     86 |      520 |      584
1756.81/1757.33	c 1689s |      21 |  1370274 |  1062745 |    29176     86 |      520 |      584
1758.81/1759.35	c 1691s |      21 |  1371870 |  1064045 |    29176     86 |      520 |      584
1761.21/1761.70	c 1693s |      21 |  1373442 |  1065245 |    29176     86 |      520 |      584
1763.31/1763.80	c 1695s |      21 |  1375435 |  1066945 |    29176     86 |      520 |      584
1765.31/1765.85	c 1697s |      21 |  1377428 |  1068545 |    29176     86 |      520 |      584
1767.41/1767.98	c 1699s |      21 |  1379013 |  1069945 |    29176     86 |      520 |      584
1769.51/1770.09	c 1701s |      21 |  1380870 |  1071445 |    29176     86 |      520 |      584
1771.61/1772.18	c 1704s |      21 |  1382861 |  1072945 |    29176     86 |      520 |      584
1773.81/1774.31	c 1706s |      21 |  1384223 |  1074045 |    29176     87 |      520 |      584
1775.80/1776.38	c 1708s |      21 |  1385724 |  1075245 |    29176     87 |      520 |      584
1777.90/1778.42	c 1710s |      21 |  1387357 |  1076645 |    29176     87 |      520 |      584
1779.90/1780.48	c 1712s |      21 |  1389358 |  1078245 |    29176     87 |      520 |      584
1782.00/1782.54	c 1714s |      21 |  1391268 |  1079745 |    29176     87 |      520 |      584
1784.00/1784.58	c 1716s |      21 |  1393129 |  1081245 |    29176     87 |      520 |      584
1786.10/1786.60	c 1718s |      21 |  1394700 |  1082545 |    29176     87 |      520 |      584
1788.11/1788.70	c 1720s |      21 |  1396723 |  1084045 |    29176     87 |      520 |      584
1790.20/1790.70	c 1722s |      21 |  1398275 |  1085245 |    29176     87 |      520 |      584
1792.20/1792.72	c 1724s |      21 |  1399804 |  1086445 |    29176     87 |      520 |      584
1794.30/1794.80	c 1726s |      21 |  1401405 |  1087745 |    29176     87 |      520 |      584
1796.30/1796.84	c 1728s |      21 |  1402858 |  1088945 |    29176     87 |      520 |      584
1798.50/1799.02	c 1730s |      21 |  1404272 |  1090045 |    29176     88 |      520 |      584

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4119508-1467260891/watcher-4119508-1467260891 -o /tmp/evaluation-result-4119508-1467260891/solver-4119508-1467260891 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467260891-14711 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4119508-1467260891.opb 

pid=14740
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.86 2.34 3.15 3/179 14744
/proc/meminfo: memFree=30673112/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=838076 CPUtime=0 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 3144 0 0 0 0 0 0 0 20 0 4 0 5109089 858189824 2995 33554432000 4194304 16246674 140736347221040 140736347220464 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14744/statm: 210031 3006 441 2943 0 206925 0
[pid=14744/tid=14745] ppid=14740 vsize=855484 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 876015616 3066 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=859580 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 880209920 3082 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=864700 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5109089 885452800 3099 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100131 s]
/proc/loadavg: 1.86 2.34 3.15 3/179 14744
/proc/meminfo: memFree=30673112/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 21923 0 0 0 6 3 0 0 20 0 4 0 5109089 1249447936 21711 33554432000 4194304 16246674 140736347221040 140736347220352 6967630 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14744/statm: 305041 21718 833 2943 0 301935 0
[pid=14744/tid=14745] ppid=14740 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1249447936 21724 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1249447936 21729 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5109089 1249447936 21734 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200506 s]
/proc/loadavg: 1.86 2.34 3.15 3/179 14744
/proc/meminfo: memFree=30673112/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1301060 CPUtime=0.19 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 40031 0 0 0 12 7 0 0 20 0 4 0 5109089 1332285440 39819 33554432000 4194304 16246674 140736347221040 140736347220352 12414100 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14744/statm: 325265 39835 885 2943 0 322159 0
[pid=14744/tid=14745] ppid=14740 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1332285440 39846 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1332285440 39856 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1332285440 39865 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1301060

[startup+0.300424 s]
/proc/loadavg: 1.86 2.34 3.15 3/179 14744
/proc/meminfo: memFree=30673112/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1301060 CPUtime=0.29 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 56692 0 0 0 20 9 0 0 20 0 4 0 5109089 1332285440 56480 33554432000 4194304 16246674 140736347221040 140736347220352 12414096 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14744/statm: 325265 56480 885 2943 0 322159 0
[pid=14744/tid=14745] ppid=14740 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1332285440 56480 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1332285440 56480 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1332285440 56480 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1301060

[startup+0.700392 s]
/proc/loadavg: 1.86 2.34 3.15 3/179 14744
/proc/meminfo: memFree=30673112/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1307204 CPUtime=0.69 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 136995 0 0 0 50 19 0 0 20 0 4 0 5109089 1338576896 136783 33554432000 4194304 16246674 140736347221040 140736347220352 5822592 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14744/statm: 326801 136783 904 2943 0 323695 0
[pid=14744/tid=14745] ppid=14740 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1338576896 136783 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1338576896 136783 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1338576896 136783 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.50039 s]
/proc/loadavg: 1.86 2.34 3.15 4/183 14748
/proc/meminfo: memFree=29510508/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1307204 CPUtime=1.49 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 137005 0 0 0 130 19 0 0 20 0 4 0 5109089 1338576896 136793 33554432000 4194304 16246674 140736347221040 140736347204032 14073233 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14744/statm: 326801 136793 914 2943 0 323695 0
[pid=14744/tid=14745] ppid=14740 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1338576896 136793 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1338576896 136793 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1338576896 136793 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.10035 s]
/proc/loadavg: 1.86 2.34 3.15 4/183 14748
/proc/meminfo: memFree=29067828/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1307204 CPUtime=3.09 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 137007 0 0 0 289 20 0 0 20 0 4 0 5109089 1338576896 136795 33554432000 4194304 16246674 140736347221040 140736347204032 13005987 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14744/statm: 326801 136795 916 2943 0 323695 0
[pid=14744/tid=14745] ppid=14740 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1338576896 136795 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1338576896 136795 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1338576896 136795 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1307204

[startup+6.3004 s]
/proc/loadavg: 2.03 2.37 3.15 3/183 14748
/proc/meminfo: memFree=29066716/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1308228 CPUtime=6.29 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 137265 0 0 0 607 22 0 0 20 0 4 0 5109089 1339625472 137053 33554432000 4194304 16246674 140736347221040 140736347202944 5661964 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14744/statm: 327057 137053 918 2943 0 323951 0
[pid=14744/tid=14745] ppid=14740 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1339625472 137053 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1339625472 137053 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1339625472 137053 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.03 2.36 3.15 3/183 14748
/proc/meminfo: memFree=28537808/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1309252 CPUtime=12.69 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 268358 0 0 0 1231 38 0 0 20 0 4 0 5109089 1340674048 268146 33554432000 4194304 16246674 140736347221040 140736347202944 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14744/statm: 327313 268146 923 2943 0 324207 0
[pid=14744/tid=14745] ppid=14740 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1340674048 268146 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1340674048 268146 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1340674048 268146 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1309252

[startup+25.5005 s]
/proc/loadavg: 2.02 2.34 3.13 4/183 14748
/proc/meminfo: memFree=28529204/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1313348 CPUtime=25.48 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 269561 0 0 0 2510 38 0 0 20 0 4 0 5109089 1344868352 269349 33554432000 4194304 16246674 140736347221040 140736347202944 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14744/statm: 328337 269349 925 2943 0 325231 0
[pid=14744/tid=14745] ppid=14740 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1344868352 269349 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1344868352 269349 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1344868352 269349 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1313348

[startup+51.1005 s]
/proc/loadavg: 2.01 2.31 3.10 3/183 14748
/proc/meminfo: memFree=28510140/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1326660 CPUtime=51.08 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 272889 0 0 0 5069 39 0 0 20 0 4 0 5109089 1358499840 272677 33554432000 4194304 16246674 140736347221040 140736347202944 5827966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14744/statm: 331665 272677 925 2943 0 328559 0
[pid=14744/tid=14745] ppid=14740 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1358499840 272677 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1358499840 272677 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1358499840 272677 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1326660

[startup+102.3 s]
/proc/loadavg: 2.14 2.30 3.05 3/183 14750
/proc/meminfo: memFree=28508624/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1327684 CPUtime=102.28 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 273145 0 0 0 10189 39 0 0 20 0 4 0 5109089 1359548416 272933 33554432000 4194304 16246674 140736347221040 140736347202944 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14744/statm: 331921 272933 925 2943 0 328815 0
[pid=14744/tid=14745] ppid=14740 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1359548416 272933 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1359548416 272933 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1359548416 272933 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1327684


################
# More data... #
################

/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 1370692

[startup+1362.3 s]
/proc/loadavg: 2.16 2.06 2.27 3/184 14784
/proc/meminfo: memFree=28453000/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1370692 CPUtime=1361.87 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 284308 0 0 0 136140 47 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140736347202944 5827966 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14744/statm: 342673 283941 925 2943 0 339567 0
[pid=14744/tid=14745] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 1370692

[startup+1422.3 s]
/proc/loadavg: 2.15 2.08 2.27 3/183 14785
/proc/meminfo: memFree=28453012/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1370692 CPUtime=1421.86 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 284315 0 0 0 142139 47 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140736347202944 12415740 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14744/statm: 342673 283941 925 2943 0 339567 0
[pid=14744/tid=14745] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 1370692

[startup+1482.3 s]
/proc/loadavg: 2.05 2.06 2.25 3/183 14786
/proc/meminfo: memFree=28453340/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1370692 CPUtime=1481.85 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 284315 0 0 0 148138 47 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140736347202944 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14744/statm: 342673 283941 925 2943 0 339567 0
[pid=14744/tid=14745] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 1370692

[startup+1542.31 s]
/proc/loadavg: 2.02 2.05 2.23 3/183 14787
/proc/meminfo: memFree=28453532/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1370692 CPUtime=1541.84 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 284315 0 0 0 154137 47 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140736347202944 4220815 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14744/statm: 342673 283941 925 2943 0 339567 0
[pid=14744/tid=14745] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 1370692

[startup+1602.3 s]
/proc/loadavg: 2.04 2.05 2.22 3/183 14789
/proc/meminfo: memFree=28451552/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1370692 CPUtime=1601.83 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 284315 0 0 0 160135 48 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140736347202944 5722656 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14744/statm: 342673 283941 925 2943 0 339567 0
[pid=14744/tid=14745] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 1370692

[startup+1662.3 s]
/proc/loadavg: 2.06 2.06 2.21 3/183 14790
/proc/meminfo: memFree=28451688/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1370692 CPUtime=1661.82 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 284315 0 0 0 166134 48 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140736347202944 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14744/statm: 342673 283941 925 2943 0 339567 0
[pid=14744/tid=14745] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1403588608 283941 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 1370692

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.19 3/183 14791
/proc/meminfo: memFree=28429996/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1392196 CPUtime=1721.81 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 289691 0 0 0 172131 50 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140736347202944 6837644 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14744/statm: 348049 289317 925 2943 0 344943 0
[pid=14744/tid=14745] ppid=14740 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 1392196

[startup+1782.3 s]
/proc/loadavg: 2.11 2.06 2.18 3/183 14792
/proc/meminfo: memFree=28428848/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1392196 CPUtime=1781.8 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 289691 0 0 0 178129 51 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140736347202944 5545872 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14744/statm: 348049 289317 925 2943 0 344943 0
[pid=14744/tid=14745] ppid=14740 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 1392196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.08 2.06 2.18 3/183 14792
/proc/meminfo: memFree=28428724/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1392196 CPUtime=1800 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 289691 0 0 0 179949 51 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140736347220216 5822604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14744/statm: 348049 289317 925 2943 0 344943 0
[pid=14744/tid=14745] ppid=14740 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1392196

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14744 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.08 2.06 2.18 3/183 14792
/proc/meminfo: memFree=28428724/32872528 swapFree=480236/529292
[pid=14744] ppid=14740 vsize=1392196 CPUtime=1800 cores=0,2,4,6
/proc/14744/stat : 14744 (toysat) R 14740 14744 6228 0 -1 4202496 289691 0 0 0 179949 51 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140736347220216 5822604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14744/statm: 348049 289317 925 2943 0 344943 0
[pid=14744/tid=14745] ppid=14740 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14745/stat : 14745 (toysat) S 14740 14744 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140598269947120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14744/tid=14746] ppid=14740 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14746/stat : 14746 (toysat) S 14740 14744 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140598259457264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14744/tid=14747] ppid=14740 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/14744/task/14747/stat : 14747 (toysat) S 14740 14744 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5109089 1425608704 289317 33554432000 4194304 16246674 140736347221040 140598248983728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1392196

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.01
CPU user time (s): 1799.5
CPU system time (s): 0.515921
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 1392196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.515921
maximum resident set size= 1157268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289691
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 433
involuntary context switches= 1838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.49032 second user time and 7.12992 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 06:28:12
IDJOB=4119508
IDBENCH=111748
IDSOLVER=2542
FILE ID=node141/4119508-1467260891
RUNJOBID= node141-1467260891-14711
PBS_JOBID= 20004482
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-edgecross20-080.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119508-1467260891/watcher-4119508-1467260891 -o /tmp/evaluation-result-4119508-1467260891/solver-4119508-1467260891 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467260891-14711 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4119508-1467260891.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 394fdbb8a39a23ab20c62a44fe135b70
RANDOM SEED=821841657

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5339.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30687188 kB
Buffers:          143368 kB
Cached:           756548 kB
SwapCached:            0 kB
Active:           233452 kB
Inactive:         680220 kB
Active(anon):      16160 kB
Inactive(anon):        4 kB
Active(file):     217292 kB
Inactive(file):   680216 kB
Unevictable:      529292 kB
Mlocked:          480236 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             32608 kB
Writeback:             0 kB
AnonPages:        542988 kB
Mapped:            13784 kB
Shmem:               204 kB
Slab:             611220 kB
SReclaimable:      55120 kB
SUnreclaim:       556100 kB
KernelStack:        1376 kB
PageTables:         5120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     631408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71668 MiB
End job on node141 at 2016-06-30 06:58:12