Trace number 4079636

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.08 1800.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-1.opb
MD5SUMa2418d45f4247bab260506429e96e746
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-55
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -57
Optimality of the best value was proved NO
Number of variables1534
Total number of constraints126555
Number of constraints which are clauses126555
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1534
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1534
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1534
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c 2016-06-06T20:15:31+0200
0.00/0.01	c version = 0.5.0
0.00/0.01	c githash = 1a49202
0.00/0.01	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.01	c arch = x86_64
0.00/0.01	c os = linux
0.00/0.01	c compiler = ghc 7.10
0.00/0.01	c packages:
0.00/0.02	c   OptDir-0.0.3
0.00/0.02	c   array-0.5.1.0
0.00/0.02	c   base-4.8.2.0
0.00/0.02	c   bytestring-0.10.6.0
0.00/0.02	c   bytestring-builder-0.10.6.0.0
0.00/0.02	c   clock-0.7.2
0.00/0.02	c   containers-0.5.6.2
0.00/0.02	c   data-default-0.5.3
0.00/0.02	c   data-default-class-0.0.1
0.00/0.02	c   data-interval-1.2.0
0.00/0.02	c   deepseq-1.4.1.1
0.00/0.02	c   directory-1.2.2.0
0.00/0.02	c   exceptions-0.8.2.1
0.00/0.02	c   extended-reals-0.2.1.0
0.00/0.02	c   filepath-1.4.0.0
0.00/0.02	c   finite-field-0.8.0
0.00/0.02	c   hashable-1.2.4.0
0.00/0.02	c   heaps-0.3.3
0.00/0.02	c   intern-0.9.1.4
0.00/0.02	c   loop-0.3.0
0.00/0.02	c   mtl-2.2.1
0.00/0.02	c   multiset-0.3.2
0.00/0.02	c   mwc-random-0.13.3.2
0.00/0.02	c   parse_dimacs-1.3
0.00/0.02	c   parsec-3.1.9
0.00/0.02	c   prettyclass-1.0.0.0
0.00/0.02	c   primes-0.2.1.0
0.00/0.02	c   primitive-0.6.1.0
0.00/0.02	c   process-1.2.3.0
0.00/0.02	c   pseudo-boolean-0.1.3.0
0.00/0.02	c   queue-0.1.2
0.00/0.02	c   semigroups-0.18.1
0.00/0.02	c   sign-0.4.3
0.00/0.02	c   stm-2.4.4.1
0.00/0.02	c   template-haskell-2.10.0.0
0.00/0.02	c   temporary-1.2.0.4
0.00/0.02	c   time-1.5.0.1
0.00/0.02	c   transformers-0.4.2.0
0.00/0.02	c   transformers-compat-0.5.1.4
0.00/0.02	c   type-level-numbers-0.1.1.1
0.00/0.02	c   unbounded-delays-0.1.0.9
0.00/0.02	c   unordered-containers-0.2.6.0
0.00/0.02	c   vector-0.11.0.0
0.00/0.02	c   vector-space-0.10.3
0.00/0.02	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079636-1465236930.opb"]
0.00/0.03	c use --random-gen="1525827127 1857783368 3116345545 3497175674 3249895305 1817670989 3164570554 3534972652 4103731592 1702135721 2367910401 2326541125 2531417044 1637589478 1103239220 335223377 3535322940 2957204763 1248445860 882989765 1464563684 3676312201 1992451585 935272000 2514809911 1845786009 890464759 128378339 136058740 3123559237 3166187131 3197099924 3667028260 3361192316 1573132910 3064562091 3985260074 3925264140 1853548549 1586991096 912230127 490046458 4254404424 181019017 3339497574 1159180939 1033309111 1759380351 4123194763 1142832865 1553174871 3395181648 4215920475 749769241 580744905 956675263 1374470939 1598271088 493556373 3897856046 977888842 1558435078 847645829 635971091 1780982341 3778447756 2478518355 1027025746 2852500940 1599998036 1719297726 2033946851 495405782 3018605290 491727448 3917314479 3197584140 4121588686 210404961 366403665 788126484 3268066730 114906542 3428368757 890306572 3797666897 3426078044 1223274219 1323841107 622185212 3439896667 256555085 354987867 3656045207 4118203456 4249423595 2121703691 911808100 3674786617 778455464 3603380192 2451411582 436836423 524274084 1450096748 1493078040 2284508875 2000528537 3775220774 186968439 3784116653 3346086911 2687760507 684469283 2951765913 2654018811 1540247713 3247290197 223864670 178385529 3326506994 3162658824 1505655848 1347200189 2487383602 2409279041 695811050 2668683716 2680422972 3964892675 520459352 3036711119 722094335 3910417350 1169639752 210869698 534315702 1268402739 1980475271 1552195311 955204332 3884240426 3310182272 280143164 3445565809 3915004771 3545266693 209629182 4110554803 1833362238 638394223 3414989467 3164759036 3268359296 63483548 3464797198 1530730113 3818663707 4282478994 3361788824 2138641187 1899049996 3293236229 1756148681 1802791730 3436852897 2900195771 1167977782 3656238077 2139843394 806512549 1374184005 2486350307 533520726 2102313009 1506934016 3674835770 1260613822 3542438018 3547636000 3015390820 1640910424 1398010012 1988372743 2233338022 901798241 388583654 2746792782 1014899664 4262873145 2443642422 3432430267 4088926946 3646140737 169448602 400203024 3932951413 1217624604 4137935985 2530857707 1540751753 227811528 4217607340 3171649862 4226857605 336636477 4292689165 3258278432 3283128567 97945638 2947236644 1893124837 1247027746 1914385441 271175654 4225005929 2744005960 121762209 405133115 705926564 3012441114 668626534 1020260707 3812551490 904313789 3808719621 4284335438 2861057468 996756526 2566041054 3217671585 4209392804 1661122702 2547634113 423948982 2672024914 1089375459 1761639690 3312307411 3174913443 1448167518 1613040496 75633963 1997314268 3957060171 183083877 503202809 2000350573 740325741 2312446016 4857068 1807384712 2351220684 1721217227 409255726 1779319128 255 362436" option to reproduce the execution
0.68/0.71	c #vars 1534
0.68/0.71	c #constraints 126555
2.28/2.33	c BCD2: Hardening is enabled.
2.28/2.33	c BCD2: BiasedSearch is enabled.
2.28/2.33	c Solving starts ...
2.28/2.33	c ============================[ Search Statistics ]============================
2.28/2.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.28/2.33	c       |         |          |          |    Limit     GC | Var      | Constra 
2.28/2.33	c =============================================================================
2.28/2.34	c  0.0s |       0 |        0 |        0 |    42696      0 |        0 |        0
2.28/2.38	c  0.0s |       0 |       44 |        0 |    42696      0 |        0 |        0
2.28/2.38	c #cpu_time = 0.040s
2.28/2.38	c #wall_clock_time = 0.040s
2.28/2.38	c #decision = 44
2.28/2.38	c #random_decision = 0
2.28/2.38	c #conflict = 0
2.28/2.38	c #restart = 0
2.28/2.38	o -44
2.28/2.38	c BCD2: updating upper bound: 1534 -> 1489
2.28/2.38	c BCD2: 0 <= obj <= 1489
2.28/2.38	c BCD2: #cores=0, #unrelaxed=1534, #relaxed=0, #hardened=0
2.28/2.38	c BCD2: #sat=1 #unsat=1 bias=1/2
2.28/2.38	c Solving starts ...
2.28/2.38	c ============================[ Search Statistics ]============================
2.28/2.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.28/2.38	c       |         |          |          |    Limit     GC | Var      | Constra 
2.28/2.38	c =============================================================================
2.28/2.38	c  0.0s |       0 |        0 |        0 |    42696      0 |        0 |        0
2.38/2.41	c  0.0s |       0 |        1 |        0 |    42696      0 |        0 |        0
2.38/2.41	c #cpu_time = 0.035s
2.38/2.41	c #wall_clock_time = 0.035s
2.38/2.41	c #decision = 1
2.38/2.41	c #random_decision = 0
2.38/2.41	c #conflict = 0
2.38/2.41	c #restart = 0
2.38/2.41	c BCD2: found a new core of size 2: cost of the new core is >=1
2.38/2.41	c lower bound updated to -1533
2.38/2.42	c BCD2: 1 <= obj <= 1489
2.38/2.42	c BCD2: #cores=1, #unrelaxed=1532, #relaxed=2, #hardened=0
2.38/2.42	c BCD2: #sat=1 #unsat=2 bias=2/3
2.38/2.42	c Solving starts ...
2.38/2.42	c ============================[ Search Statistics ]============================
2.38/2.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.42	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.42	c =============================================================================
2.38/2.42	c  0.0s |       0 |        0 |        0 |    42696      0 |        0 |        1
2.38/2.45	c  0.0s |       0 |        2 |        1 |    42696      0 |        0 |        1
2.38/2.45	c #cpu_time = 0.033s
2.38/2.45	c #wall_clock_time = 0.033s
2.38/2.45	c #decision = 2
2.38/2.45	c #random_decision = 0
2.38/2.45	c #conflict = 1
2.38/2.45	c #restart = 0
2.38/2.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.38/2.45	c lower bound updated to -1532
2.48/2.57	c BCD2: 2 <= obj <= 1489
2.48/2.57	c BCD2: #cores=1, #unrelaxed=1531, #relaxed=3, #hardened=0
2.48/2.57	c BCD2: #sat=1 #unsat=3 bias=3/4
2.48/2.57	c Solving starts ...
2.48/2.57	c ============================[ Search Statistics ]============================
2.48/2.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.57	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.57	c =============================================================================
2.48/2.57	c  0.0s |       0 |        0 |        0 |    42696      0 |        1 |        1
2.58/2.60	c  0.0s |       0 |        2 |        1 |    42696      0 |        1 |        2
2.58/2.60	c #cpu_time = 0.026s
2.58/2.60	c #wall_clock_time = 0.026s
2.58/2.60	c #decision = 2
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 1
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.58/2.60	c lower bound updated to -1531
2.58/2.60	c BCD2: 3 <= obj <= 1489
2.58/2.60	c BCD2: #cores=1, #unrelaxed=1530, #relaxed=4, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=4 bias=4/5
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |    42696      0 |        2 |        2
2.58/2.63	c  0.0s |       0 |        2 |        1 |    42696      0 |        2 |        3
2.58/2.63	c #cpu_time = 0.029s
2.58/2.63	c #wall_clock_time = 0.029s
2.58/2.63	c #decision = 2
2.58/2.63	c #random_decision = 0
2.58/2.63	c #conflict = 1
2.58/2.63	c #restart = 0
2.58/2.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.58/2.63	c lower bound updated to -1530
2.58/2.63	c BCD2: 4 <= obj <= 1489
2.58/2.63	c BCD2: #cores=1, #unrelaxed=1529, #relaxed=5, #hardened=0
2.58/2.63	c BCD2: #sat=1 #unsat=5 bias=5/6
2.58/2.63	c Solving starts ...
2.58/2.63	c ============================[ Search Statistics ]============================
2.58/2.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.63	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.63	c =============================================================================
2.58/2.63	c  0.0s |       0 |        0 |        0 |    42696      0 |        3 |        3
2.58/2.66	c  0.0s |       0 |        2 |        1 |    42696      0 |        3 |        4
2.58/2.66	c #cpu_time = 0.029s
2.58/2.66	c #wall_clock_time = 0.029s
2.58/2.66	c #decision = 2
2.58/2.66	c #random_decision = 0
2.58/2.66	c #conflict = 1
2.58/2.66	c #restart = 0
2.58/2.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.58/2.66	c lower bound updated to -1529
2.58/2.66	c BCD2: 5 <= obj <= 1489
2.58/2.66	c BCD2: #cores=1, #unrelaxed=1528, #relaxed=6, #hardened=0
2.58/2.66	c BCD2: #sat=1 #unsat=6 bias=6/7
2.58/2.66	c Solving starts ...
2.58/2.66	c ============================[ Search Statistics ]============================
2.58/2.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.66	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.66	c =============================================================================
2.58/2.66	c  0.0s |       0 |        0 |        0 |    42696      0 |        4 |        4
2.58/2.69	c  0.0s |       0 |        2 |        1 |    42696      0 |        4 |        5
2.58/2.69	c #cpu_time = 0.029s
2.58/2.69	c #wall_clock_time = 0.029s
2.58/2.69	c #decision = 2
2.58/2.69	c #random_decision = 0
2.58/2.69	c #conflict = 1
2.58/2.69	c #restart = 0
2.58/2.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.58/2.69	c lower bound updated to -1528
2.58/2.69	c BCD2: 6 <= obj <= 1489
2.58/2.69	c BCD2: #cores=1, #unrelaxed=1527, #relaxed=7, #hardened=0
2.58/2.69	c BCD2: #sat=1 #unsat=7 bias=7/8
2.58/2.69	c Solving starts ...
2.58/2.69	c ============================[ Search Statistics ]============================
2.58/2.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.69	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.69	c =============================================================================
2.58/2.69	c  0.0s |       0 |        0 |        0 |    42696      0 |        5 |        5
2.67/2.72	c  0.0s |       0 |        2 |        1 |    42696      0 |        5 |        6
2.67/2.72	c #cpu_time = 0.028s
2.67/2.72	c #wall_clock_time = 0.028s
2.67/2.72	c #decision = 2
2.67/2.72	c #random_decision = 0
2.67/2.72	c #conflict = 1
2.67/2.72	c #restart = 0
2.67/2.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.67/2.72	c lower bound updated to -1527
2.67/2.72	c BCD2: 7 <= obj <= 1489
2.67/2.72	c BCD2: #cores=1, #unrelaxed=1526, #relaxed=8, #hardened=0
2.67/2.72	c BCD2: #sat=1 #unsat=8 bias=8/9
2.67/2.72	c Solving starts ...
2.67/2.72	c ============================[ Search Statistics ]============================
2.67/2.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.67/2.72	c       |         |          |          |    Limit     GC | Var      | Constra 
2.67/2.72	c =============================================================================
2.67/2.72	c  0.0s |       0 |        0 |        0 |    42696      0 |        6 |        6
2.67/2.75	c  0.0s |       0 |        2 |        1 |    42696      0 |        6 |        7
2.67/2.75	c #cpu_time = 0.029s
2.67/2.75	c #wall_clock_time = 0.029s
2.67/2.75	c #decision = 2
2.67/2.75	c #random_decision = 0
2.67/2.75	c #conflict = 1
2.67/2.75	c #restart = 0
2.67/2.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.67/2.75	c lower bound updated to -1526
2.67/2.75	c BCD2: 8 <= obj <= 1489
2.67/2.75	c BCD2: #cores=1, #unrelaxed=1525, #relaxed=9, #hardened=0
2.67/2.75	c BCD2: #sat=1 #unsat=9 bias=9/10
2.67/2.75	c Solving starts ...
2.67/2.75	c ============================[ Search Statistics ]============================
2.67/2.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.67/2.75	c       |         |          |          |    Limit     GC | Var      | Constra 
2.67/2.75	c =============================================================================
2.67/2.75	c  0.0s |       0 |        0 |        0 |    42696      0 |        7 |        7
2.67/2.78	c  0.0s |       0 |        2 |        1 |    42696      0 |        7 |        8
2.67/2.78	c #cpu_time = 0.029s
2.67/2.78	c #wall_clock_time = 0.029s
2.67/2.78	c #decision = 2
2.67/2.78	c #random_decision = 0
2.67/2.78	c #conflict = 1
2.67/2.78	c #restart = 0
2.67/2.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.67/2.78	c lower bound updated to -1525
2.67/2.78	c BCD2: 9 <= obj <= 1489
2.67/2.78	c BCD2: #cores=1, #unrelaxed=1524, #relaxed=10, #hardened=0
2.67/2.78	c BCD2: #sat=1 #unsat=10 bias=10/11
2.67/2.78	c Solving starts ...
2.67/2.78	c ============================[ Search Statistics ]============================
2.67/2.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.67/2.78	c       |         |          |          |    Limit     GC | Var      | Constra 
2.67/2.78	c =============================================================================
2.67/2.78	c  0.0s |       0 |        0 |        0 |    42696      0 |        8 |        8
2.77/2.81	c  0.0s |       0 |        2 |        1 |    42696      0 |        8 |        9
2.77/2.81	c #cpu_time = 0.029s
2.77/2.81	c #wall_clock_time = 0.029s
2.77/2.81	c #decision = 2
2.77/2.81	c #random_decision = 0
2.77/2.81	c #conflict = 1
2.77/2.81	c #restart = 0
2.77/2.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.77/2.81	c lower bound updated to -1524
2.87/2.92	c BCD2: 10 <= obj <= 1489
2.87/2.92	c BCD2: #cores=1, #unrelaxed=1523, #relaxed=11, #hardened=0
2.87/2.92	c BCD2: #sat=1 #unsat=11 bias=11/12
2.87/2.92	c Solving starts ...
2.87/2.92	c ============================[ Search Statistics ]============================
2.87/2.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.87/2.92	c       |         |          |          |    Limit     GC | Var      | Constra 
2.87/2.92	c =============================================================================
2.87/2.92	c  0.0s |       0 |        0 |        0 |    42696      0 |        9 |        9
2.87/2.98	c  0.1s |       0 |        2 |        1 |    42696      0 |        9 |       10
2.87/2.98	c #cpu_time = 0.058s
2.87/2.98	c #wall_clock_time = 0.058s
2.87/2.98	c #decision = 2
2.87/2.98	c #random_decision = 0
2.87/2.98	c #conflict = 1
2.87/2.98	c #restart = 0
2.87/2.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.87/2.98	c lower bound updated to -1523
2.87/2.98	c BCD2: 11 <= obj <= 1489
2.87/2.98	c BCD2: #cores=1, #unrelaxed=1522, #relaxed=12, #hardened=0
2.87/2.98	c BCD2: #sat=1 #unsat=12 bias=12/13
2.87/2.98	c Solving starts ...
2.87/2.98	c ============================[ Search Statistics ]============================
2.87/2.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.87/2.98	c       |         |          |          |    Limit     GC | Var      | Constra 
2.87/2.98	c =============================================================================
2.87/2.98	c  0.0s |       0 |        0 |        0 |    42696      0 |       10 |       10
2.97/3.04	c  0.1s |       0 |        2 |        1 |    42696      0 |       10 |       11
2.97/3.04	c #cpu_time = 0.059s
2.97/3.04	c #wall_clock_time = 0.059s
2.97/3.04	c #decision = 2
2.97/3.04	c #random_decision = 0
2.97/3.04	c #conflict = 1
2.97/3.04	c #restart = 0
2.97/3.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.97/3.04	c lower bound updated to -1522
2.97/3.04	c BCD2: 12 <= obj <= 1489
2.97/3.04	c BCD2: #cores=1, #unrelaxed=1521, #relaxed=13, #hardened=0
2.97/3.04	c BCD2: #sat=1 #unsat=13 bias=13/14
2.97/3.04	c Solving starts ...
2.97/3.04	c ============================[ Search Statistics ]============================
2.97/3.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.97/3.04	c       |         |          |          |    Limit     GC | Var      | Constra 
2.97/3.04	c =============================================================================
2.97/3.04	c  0.0s |       0 |        0 |        0 |    42696      0 |       11 |       11
3.07/3.10	c  0.1s |       0 |        2 |        1 |    42696      0 |       11 |       12
3.07/3.10	c #cpu_time = 0.060s
3.07/3.10	c #wall_clock_time = 0.060s
3.07/3.10	c #decision = 2
3.07/3.10	c #random_decision = 0
3.07/3.10	c #conflict = 1
3.07/3.10	c #restart = 0
3.07/3.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
3.07/3.10	c lower bound updated to -1521
3.07/3.10	c BCD2: 13 <= obj <= 1489
3.07/3.10	c BCD2: #cores=1, #unrelaxed=1520, #relaxed=14, #hardened=0
3.07/3.10	c BCD2: #sat=1 #unsat=14 bias=14/15
3.07/3.10	c Solving starts ...
3.07/3.10	c ============================[ Search Statistics ]============================
3.07/3.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.07/3.10	c       |         |          |          |    Limit     GC | Var      | Constra 
3.07/3.10	c =============================================================================
3.07/3.10	c  0.0s |       0 |        0 |        0 |    42696      0 |       12 |       12
3.07/3.16	c  0.1s |       0 |        2 |        1 |    42696      0 |       12 |       13
3.07/3.16	c #cpu_time = 0.060s
3.07/3.16	c #wall_clock_time = 0.060s
3.07/3.16	c #decision = 2
3.07/3.16	c #random_decision = 0
3.07/3.16	c #conflict = 1
3.07/3.16	c #restart = 0
3.07/3.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
3.07/3.16	c lower bound updated to -1520
3.07/3.16	c BCD2: 14 <= obj <= 1489
3.07/3.16	c BCD2: #cores=1, #unrelaxed=1519, #relaxed=15, #hardened=0
3.07/3.16	c BCD2: #sat=1 #unsat=15 bias=15/16
3.07/3.16	c Solving starts ...
3.07/3.16	c ============================[ Search Statistics ]============================
3.07/3.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.07/3.16	c       |         |          |          |    Limit     GC | Var      | Constra 
3.07/3.16	c =============================================================================
3.07/3.16	c  0.0s |       0 |        0 |        0 |    42696      0 |       13 |       13
3.17/3.22	c  0.1s |       0 |        2 |        1 |    42696      0 |       13 |       14
3.17/3.22	c #cpu_time = 0.060s
3.17/3.22	c #wall_clock_time = 0.060s
3.17/3.22	c #decision = 2
3.17/3.22	c #random_decision = 0
3.17/3.22	c #conflict = 1
3.17/3.22	c #restart = 0
3.17/3.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
3.17/3.22	c lower bound updated to -1519
3.17/3.22	c BCD2: 15 <= obj <= 1489
3.17/3.22	c BCD2: #cores=1, #unrelaxed=1518, #relaxed=16, #hardened=0
3.17/3.22	c BCD2: #sat=1 #unsat=16 bias=16/17
3.17/3.22	c Solving starts ...
3.17/3.22	c ============================[ Search Statistics ]============================
3.17/3.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.17/3.22	c       |         |          |          |    Limit     GC | Var      | Constra 
3.17/3.22	c =============================================================================
3.17/3.22	c  0.0s |       0 |        0 |        0 |    42696      0 |       14 |       14
3.17/3.28	c  0.1s |       0 |        2 |        1 |    42696      0 |       14 |       15
3.17/3.28	c #cpu_time = 0.063s
3.17/3.28	c #wall_clock_time = 0.063s
3.17/3.28	c #decision = 2
3.17/3.28	c #random_decision = 0
3.17/3.28	c #conflict = 1
3.17/3.28	c #restart = 0
3.17/3.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
3.17/3.28	c lower bound updated to -1518
3.17/3.28	c BCD2: 16 <= obj <= 1489
3.17/3.28	c BCD2: #cores=1, #unrelaxed=1517, #relaxed=17, #hardened=0
3.17/3.28	c BCD2: #sat=1 #unsat=17 bias=17/18
3.17/3.28	c Solving starts ...
3.17/3.28	c ============================[ Search Statistics ]============================
3.17/3.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.17/3.28	c       |         |          |          |    Limit     GC | Var      | Constra 
3.17/3.28	c =============================================================================
3.17/3.28	c  0.0s |       0 |        0 |        0 |    42696      0 |       15 |       15
3.28/3.35	c  0.1s |       0 |        2 |        1 |    42696      0 |       15 |       16
3.28/3.35	c #cpu_time = 0.061s
3.28/3.35	c #wall_clock_time = 0.061s
3.28/3.35	c #decision = 2
3.28/3.35	c #random_decision = 0
3.28/3.35	c #conflict = 1
3.28/3.35	c #restart = 0
3.28/3.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
3.28/3.35	c lower bound updated to -1517
3.28/3.35	c BCD2: 17 <= obj <= 1489
3.28/3.35	c BCD2: #cores=1, #unrelaxed=1516, #relaxed=18, #hardened=0
3.28/3.35	c BCD2: #sat=1 #unsat=18 bias=18/19
3.28/3.35	c Solving starts ...
3.28/3.35	c ============================[ Search Statistics ]============================
3.28/3.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.28/3.35	c       |         |          |          |    Limit     GC | Var      | Constra 
3.28/3.35	c =============================================================================
3.28/3.35	c  0.0s |       0 |        0 |        0 |    42696      0 |       16 |       16
3.38/3.41	c  0.1s |       0 |        2 |        1 |    42696      0 |       16 |       17
3.38/3.41	c #cpu_time = 0.059s
3.38/3.41	c #wall_clock_time = 0.059s
3.38/3.41	c #decision = 2
3.38/3.41	c #random_decision = 0
3.38/3.41	c #conflict = 1
3.38/3.41	c #restart = 0
3.38/3.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
3.38/3.41	c lower bound updated to -1516
3.38/3.41	c BCD2: 18 <= obj <= 1489
3.38/3.41	c BCD2: #cores=1, #unrelaxed=1515, #relaxed=19, #hardened=0
3.38/3.41	c BCD2: #sat=1 #unsat=19 bias=19/20
3.38/3.41	c Solving starts ...
3.38/3.41	c ============================[ Search Statistics ]============================
3.38/3.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.38/3.41	c       |         |          |          |    Limit     GC | Var      | Constra 
3.38/3.41	c =============================================================================
3.38/3.41	c  0.0s |       0 |        0 |        0 |    42696      0 |       17 |       17
3.38/3.47	c  0.1s |       0 |        2 |        1 |    42696      0 |       17 |       18
3.38/3.47	c #cpu_time = 0.058s
3.38/3.47	c #wall_clock_time = 0.058s
3.38/3.47	c #decision = 2
3.38/3.47	c #random_decision = 0
3.38/3.47	c #conflict = 1
3.38/3.47	c #restart = 0
3.38/3.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
3.38/3.47	c lower bound updated to -1515
3.38/3.47	c BCD2: 19 <= obj <= 1489
3.38/3.47	c BCD2: #cores=1, #unrelaxed=1514, #relaxed=20, #hardened=0
3.38/3.47	c BCD2: #sat=1 #unsat=20 bias=20/21
3.38/3.47	c Solving starts ...
3.38/3.47	c ============================[ Search Statistics ]============================
3.38/3.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.38/3.47	c       |         |          |          |    Limit     GC | Var      | Constra 
3.38/3.47	c =============================================================================
3.38/3.47	c  0.0s |       0 |        0 |        0 |    42696      0 |       18 |       18
3.47/3.53	c  0.1s |       0 |        2 |        1 |    42696      0 |       18 |       19
3.47/3.53	c #cpu_time = 0.059s
3.47/3.53	c #wall_clock_time = 0.060s
3.47/3.53	c #decision = 2
3.47/3.53	c #random_decision = 0
3.47/3.53	c #conflict = 1
3.47/3.53	c #restart = 0
3.47/3.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
3.47/3.53	c lower bound updated to -1514
3.47/3.53	c BCD2: 20 <= obj <= 1489
3.47/3.53	c BCD2: #cores=1, #unrelaxed=1513, #relaxed=21, #hardened=0
3.47/3.53	c BCD2: #sat=1 #unsat=21 bias=21/22
3.47/3.53	c Solving starts ...
3.47/3.53	c ============================[ Search Statistics ]============================
3.47/3.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.47/3.53	c       |         |          |          |    Limit     GC | Var      | Constra 
3.47/3.53	c =============================================================================
3.47/3.53	c  0.0s |       0 |        0 |        0 |    42696      0 |       19 |       19
3.47/3.59	c  0.1s |       0 |        2 |        1 |    42696      0 |       19 |       20
3.47/3.59	c #cpu_time = 0.060s
3.47/3.59	c #wall_clock_time = 0.060s
3.47/3.59	c #decision = 2
3.47/3.59	c #random_decision = 0
3.47/3.59	c #conflict = 1
3.47/3.59	c #restart = 0
3.47/3.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
3.47/3.59	c lower bound updated to -1513
3.47/3.59	c BCD2: 21 <= obj <= 1489
3.47/3.59	c BCD2: #cores=1, #unrelaxed=1512, #relaxed=22, #hardened=0
3.47/3.59	c BCD2: #sat=1 #unsat=22 bias=22/23
3.47/3.59	c Solving starts ...
3.47/3.59	c ============================[ Search Statistics ]============================
3.47/3.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.47/3.59	c       |         |          |          |    Limit     GC | Var      | Constra 
3.47/3.59	c =============================================================================
3.47/3.59	c  0.0s |       0 |        0 |        0 |    42696      0 |       20 |       20
3.57/3.65	c  0.1s |       0 |        2 |        1 |    42696      0 |       20 |       21
3.57/3.65	c #cpu_time = 0.060s
3.57/3.65	c #wall_clock_time = 0.060s
3.57/3.65	c #decision = 2
3.57/3.65	c #random_decision = 0
3.57/3.65	c #conflict = 1
3.57/3.65	c #restart = 0
3.57/3.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
3.57/3.65	c lower bound updated to -1512
3.57/3.66	c BCD2: 22 <= obj <= 1489
3.57/3.66	c BCD2: #cores=1, #unrelaxed=1511, #relaxed=23, #hardened=0
3.57/3.66	c BCD2: #sat=1 #unsat=23 bias=23/24
3.57/3.66	c Solving starts ...
3.57/3.66	c ============================[ Search Statistics ]============================
3.57/3.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.57/3.66	c       |         |          |          |    Limit     GC | Var      | Constra 
3.57/3.66	c =============================================================================
3.57/3.66	c  0.0s |       0 |        0 |        0 |    42696      0 |       21 |       21
3.67/3.72	c  0.1s |       0 |        2 |        1 |    42696      0 |       21 |       22
3.67/3.72	c #cpu_time = 0.060s
3.67/3.72	c #wall_clock_time = 0.060s
3.67/3.72	c #decision = 2
3.67/3.72	c #random_decision = 0
3.67/3.72	c #conflict = 1
3.67/3.72	c #restart = 0
3.67/3.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
3.67/3.72	c lower bound updated to -1511
3.67/3.72	c BCD2: 23 <= obj <= 1489
3.67/3.72	c BCD2: #cores=1, #unrelaxed=1510, #relaxed=24, #hardened=0
3.67/3.72	c BCD2: #sat=1 #unsat=24 bias=24/25
3.67/3.72	c Solving starts ...
3.67/3.72	c ============================[ Search Statistics ]============================
3.67/3.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.67/3.72	c       |         |          |          |    Limit     GC | Var      | Constra 
3.67/3.72	c =============================================================================
3.67/3.72	c  0.0s |       0 |        0 |        0 |    42696      0 |       22 |       22
3.67/3.78	c  0.1s |       0 |        2 |        1 |    42696      0 |       22 |       23
3.67/3.78	c #cpu_time = 0.059s
3.67/3.78	c #wall_clock_time = 0.060s
3.67/3.78	c #decision = 2
3.67/3.78	c #random_decision = 0
3.67/3.78	c #conflict = 1
3.67/3.78	c #restart = 0
3.67/3.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
3.67/3.78	c lower bound updated to -1510
3.67/3.78	c BCD2: 24 <= obj <= 1489
3.67/3.78	c BCD2: #cores=1, #unrelaxed=1509, #relaxed=25, #hardened=0
3.67/3.78	c BCD2: #sat=1 #unsat=25 bias=25/26
3.67/3.78	c Solving starts ...
3.67/3.78	c ============================[ Search Statistics ]============================
3.67/3.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.67/3.78	c       |         |          |          |    Limit     GC | Var      | Constra 
3.67/3.78	c =============================================================================
3.67/3.78	c  0.0s |       0 |        0 |        0 |    42696      0 |       23 |       23
3.77/3.84	c  0.1s |       0 |        2 |        1 |    42696      0 |       23 |       24
3.77/3.84	c #cpu_time = 0.059s
3.77/3.84	c #wall_clock_time = 0.059s
3.77/3.84	c #decision = 2
3.77/3.84	c #random_decision = 0
3.77/3.84	c #conflict = 1
3.77/3.84	c #restart = 0
3.77/3.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
3.77/3.84	c lower bound updated to -1509
3.77/3.84	c BCD2: 25 <= obj <= 1489
3.77/3.84	c BCD2: #cores=1, #unrelaxed=1508, #relaxed=26, #hardened=0
3.77/3.84	c BCD2: #sat=1 #unsat=26 bias=26/27
3.77/3.84	c Solving starts ...
3.77/3.84	c ============================[ Search Statistics ]============================
3.77/3.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.77/3.84	c       |         |          |          |    Limit     GC | Var      | Constra 
3.77/3.84	c =============================================================================
3.77/3.84	c  0.0s |       0 |        0 |        0 |    42696      0 |       24 |       24
3.87/3.90	c  0.1s |       0 |        2 |        0 |    42696      0 |       24 |       25
3.87/3.90	c #cpu_time = 0.059s
3.87/3.90	c #wall_clock_time = 0.060s
3.87/3.90	c #decision = 2
3.87/3.90	c #random_decision = 0
3.87/3.90	c #conflict = 0
3.87/3.90	c #restart = 0
3.87/3.90	c BCD2: found a new core of size 2: cost of the new core is >=1
3.87/3.90	c lower bound updated to -1508
3.87/3.91	c BCD2: 26 <= obj <= 1489
3.87/3.91	c BCD2: #cores=2, #unrelaxed=1506, #relaxed=28, #hardened=0
3.87/3.91	c BCD2: #sat=1 #unsat=27 bias=27/28
3.87/3.91	c Solving starts ...
3.87/3.91	c ============================[ Search Statistics ]============================
3.87/3.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.87/3.91	c       |         |          |          |    Limit     GC | Var      | Constra 
3.87/3.91	c =============================================================================
3.87/3.91	c  0.0s |       0 |        0 |        0 |    42696      0 |       24 |       26
3.87/3.97	c  0.1s |       0 |        3 |        1 |    42696      0 |       24 |       26
3.87/3.97	c #cpu_time = 0.058s
3.87/3.97	c #wall_clock_time = 0.058s
3.87/3.97	c #decision = 3
3.87/3.97	c #random_decision = 0
3.87/3.97	c #conflict = 1
3.87/3.97	c #restart = 0
3.87/3.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.87/3.97	c lower bound updated to -1507
3.87/3.97	c BCD2: 27 <= obj <= 1489
3.87/3.97	c BCD2: #cores=2, #unrelaxed=1505, #relaxed=29, #hardened=0
3.87/3.97	c BCD2: #sat=1 #unsat=28 bias=28/29
3.87/3.97	c Solving starts ...
3.87/3.97	c ============================[ Search Statistics ]============================
3.87/3.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.87/3.97	c       |         |          |          |    Limit     GC | Var      | Constra 
3.87/3.97	c =============================================================================
3.87/3.97	c  0.0s |       0 |        0 |        0 |    42696      0 |       25 |       26
3.97/4.03	c  0.1s |       0 |        3 |        1 |    42696      0 |       25 |       27
3.97/4.03	c #cpu_time = 0.059s
3.97/4.03	c #wall_clock_time = 0.059s
3.97/4.03	c #decision = 3
3.97/4.03	c #random_decision = 0
3.97/4.03	c #conflict = 1
3.97/4.03	c #restart = 0
3.97/4.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.97/4.03	c lower bound updated to -1506
3.97/4.03	c BCD2: 28 <= obj <= 1489
3.97/4.03	c BCD2: #cores=2, #unrelaxed=1504, #relaxed=30, #hardened=0
3.97/4.03	c BCD2: #sat=1 #unsat=29 bias=29/30
3.97/4.03	c Solving starts ...
3.97/4.03	c ============================[ Search Statistics ]============================
3.97/4.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.97/4.03	c       |         |          |          |    Limit     GC | Var      | Constra 
3.97/4.03	c =============================================================================
3.97/4.03	c  0.0s |       0 |        0 |        0 |    42696      0 |       26 |       27
3.97/4.09	c  0.1s |       0 |        3 |        1 |    42696      0 |       26 |       28
3.97/4.09	c #cpu_time = 0.059s
3.97/4.09	c #wall_clock_time = 0.059s
3.97/4.09	c #decision = 3
3.97/4.09	c #random_decision = 0
3.97/4.09	c #conflict = 1
3.97/4.09	c #restart = 0
3.97/4.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
3.97/4.09	c lower bound updated to -1505
3.97/4.09	c BCD2: 29 <= obj <= 1489
3.97/4.09	c BCD2: #cores=2, #unrelaxed=1503, #relaxed=31, #hardened=0
3.97/4.09	c BCD2: #sat=1 #unsat=30 bias=30/31
3.97/4.09	c Solving starts ...
3.97/4.09	c ============================[ Search Statistics ]============================
3.97/4.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.97/4.09	c       |         |          |          |    Limit     GC | Var      | Constra 
3.97/4.09	c =============================================================================
3.97/4.09	c  0.0s |       0 |        0 |        0 |    42696      0 |       27 |       28
4.07/4.15	c  0.1s |       0 |        3 |        1 |    42696      0 |       27 |       29
4.07/4.15	c #cpu_time = 0.060s
4.07/4.15	c #wall_clock_time = 0.060s
4.07/4.15	c #decision = 3
4.07/4.15	c #random_decision = 0
4.07/4.15	c #conflict = 1
4.07/4.15	c #restart = 0
4.07/4.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
4.07/4.15	c lower bound updated to -1504
4.07/4.15	c BCD2: 30 <= obj <= 1489
4.07/4.15	c BCD2: #cores=2, #unrelaxed=1502, #relaxed=32, #hardened=0
4.07/4.15	c BCD2: #sat=1 #unsat=31 bias=31/32
4.07/4.15	c Solving starts ...
4.07/4.15	c ============================[ Search Statistics ]============================
4.07/4.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.07/4.15	c       |         |          |          |    Limit     GC | Var      | Constra 
4.07/4.15	c =============================================================================
4.07/4.15	c  0.0s |       0 |        0 |        0 |    42696      0 |       28 |       29
4.17/4.21	c  0.1s |       0 |        3 |        1 |    42696      0 |       28 |       30
4.17/4.21	c #cpu_time = 0.060s
4.17/4.21	c #wall_clock_time = 0.060s
4.17/4.21	c #decision = 3
4.17/4.21	c #random_decision = 0
4.17/4.21	c #conflict = 1
4.17/4.21	c #restart = 0
4.17/4.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
4.17/4.21	c lower bound updated to -1503
4.17/4.21	c BCD2: 31 <= obj <= 1489
4.17/4.21	c BCD2: #cores=2, #unrelaxed=1501, #relaxed=33, #hardened=0
4.17/4.21	c BCD2: #sat=1 #unsat=32 bias=32/33
4.17/4.21	c Solving starts ...
4.17/4.21	c ============================[ Search Statistics ]============================
4.17/4.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.17/4.21	c       |         |          |          |    Limit     GC | Var      | Constra 
4.17/4.21	c =============================================================================
4.17/4.21	c  0.0s |       0 |        0 |        0 |    42696      0 |       29 |       30
4.17/4.27	c  0.1s |       0 |        3 |        1 |    42696      0 |       29 |       31
4.17/4.27	c #cpu_time = 0.059s
4.17/4.27	c #wall_clock_time = 0.059s
4.17/4.27	c #decision = 3
4.17/4.27	c #random_decision = 0
4.17/4.27	c #conflict = 1
4.17/4.27	c #restart = 0
4.17/4.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
4.17/4.27	c lower bound updated to -1502
4.17/4.27	c BCD2: 32 <= obj <= 1489
4.17/4.27	c BCD2: #cores=2, #unrelaxed=1500, #relaxed=34, #hardened=0
4.17/4.27	c BCD2: #sat=1 #unsat=33 bias=33/34
4.17/4.27	c Solving starts ...
4.17/4.27	c ============================[ Search Statistics ]============================
4.17/4.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.17/4.27	c       |         |          |          |    Limit     GC | Var      | Constra 
4.17/4.27	c =============================================================================
4.17/4.27	c  0.0s |       0 |        0 |        0 |    42696      0 |       30 |       31
4.27/4.34	c  0.1s |       0 |        3 |        1 |    42696      0 |       30 |       32
4.27/4.34	c #cpu_time = 0.061s
4.27/4.34	c #wall_clock_time = 0.061s
4.27/4.34	c #decision = 3
4.27/4.34	c #random_decision = 0
4.27/4.34	c #conflict = 1
4.27/4.34	c #restart = 0
4.27/4.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
4.27/4.34	c lower bound updated to -1501
4.27/4.34	c BCD2: 33 <= obj <= 1489
4.27/4.34	c BCD2: #cores=2, #unrelaxed=1499, #relaxed=35, #hardened=0
4.27/4.34	c BCD2: #sat=1 #unsat=34 bias=34/35
4.27/4.34	c Solving starts ...
4.27/4.34	c ============================[ Search Statistics ]============================
4.27/4.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.27/4.34	c       |         |          |          |    Limit     GC | Var      | Constra 
4.27/4.34	c =============================================================================
4.27/4.34	c  0.0s |       0 |        0 |        0 |    42696      0 |       31 |       32
4.27/4.40	c  0.1s |       0 |        3 |        1 |    42696      0 |       31 |       33
4.27/4.40	c #cpu_time = 0.064s
4.27/4.40	c #wall_clock_time = 0.064s
4.27/4.40	c #decision = 3
4.27/4.40	c #random_decision = 0
4.27/4.40	c #conflict = 1
4.27/4.40	c #restart = 0
4.27/4.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
4.27/4.40	c lower bound updated to -1500
4.38/4.41	c BCD2: 34 <= obj <= 1489
4.38/4.41	c BCD2: #cores=2, #unrelaxed=1498, #relaxed=36, #hardened=0
4.38/4.41	c BCD2: #sat=1 #unsat=35 bias=35/36
4.38/4.41	c Solving starts ...
4.38/4.41	c ============================[ Search Statistics ]============================
4.38/4.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.38/4.41	c       |         |          |          |    Limit     GC | Var      | Constra 
4.38/4.41	c =============================================================================
4.38/4.41	c  0.0s |       0 |        0 |        0 |    42696      0 |       32 |       33
4.38/4.47	c  0.1s |       0 |        3 |        1 |    42696      0 |       32 |       34
4.38/4.47	c #cpu_time = 0.058s
4.38/4.47	c #wall_clock_time = 0.058s
4.38/4.47	c #decision = 3
4.38/4.47	c #random_decision = 0
4.38/4.47	c #conflict = 1
4.38/4.47	c #restart = 0
4.38/4.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
4.38/4.47	c lower bound updated to -1499
4.38/4.47	c BCD2: 35 <= obj <= 1489
4.38/4.47	c BCD2: #cores=2, #unrelaxed=1497, #relaxed=37, #hardened=0
4.38/4.47	c BCD2: #sat=1 #unsat=36 bias=36/37
4.38/4.47	c Solving starts ...
4.38/4.47	c ============================[ Search Statistics ]============================
4.38/4.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.38/4.47	c       |         |          |          |    Limit     GC | Var      | Constra 
4.38/4.47	c =============================================================================
4.38/4.47	c  0.0s |       0 |        0 |        0 |    42696      0 |       33 |       34
4.48/4.53	c  0.1s |       0 |        3 |        1 |    42696      0 |       33 |       35
4.48/4.53	c #cpu_time = 0.059s
4.48/4.53	c #wall_clock_time = 0.059s
4.48/4.53	c #decision = 3
4.48/4.53	c #random_decision = 0
4.48/4.53	c #conflict = 1
4.48/4.53	c #restart = 0
4.48/4.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
4.48/4.53	c lower bound updated to -1498
4.48/4.53	c BCD2: 36 <= obj <= 1489
4.48/4.53	c BCD2: #cores=2, #unrelaxed=1496, #relaxed=38, #hardened=0
4.48/4.53	c BCD2: #sat=1 #unsat=37 bias=37/38
4.48/4.53	c Solving starts ...
4.48/4.53	c ============================[ Search Statistics ]============================
4.48/4.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.48/4.53	c       |         |          |          |    Limit     GC | Var      | Constra 
4.48/4.53	c =============================================================================
4.48/4.53	c  0.0s |       0 |        0 |        0 |    42696      0 |       34 |       35
4.48/4.59	c  0.1s |       0 |        3 |        1 |    42696      0 |       34 |       36
4.48/4.59	c #cpu_time = 0.059s
4.48/4.59	c #wall_clock_time = 0.059s
4.48/4.59	c #decision = 3
4.48/4.59	c #random_decision = 0
4.48/4.59	c #conflict = 1
4.48/4.59	c #restart = 0
4.48/4.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
4.48/4.59	c lower bound updated to -1497
4.48/4.59	c BCD2: 37 <= obj <= 1489
4.48/4.59	c BCD2: #cores=2, #unrelaxed=1495, #relaxed=39, #hardened=0
4.48/4.59	c BCD2: #sat=1 #unsat=38 bias=38/39
4.48/4.59	c Solving starts ...
4.48/4.59	c ============================[ Search Statistics ]============================
4.48/4.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.48/4.59	c       |         |          |          |    Limit     GC | Var      | Constra 
4.48/4.59	c =============================================================================
4.48/4.59	c  0.0s |       0 |        0 |        0 |    42696      0 |       35 |       36
4.57/4.65	c  0.1s |       0 |        3 |        1 |    42696      0 |       35 |       37
4.57/4.65	c #cpu_time = 0.060s
4.57/4.65	c #wall_clock_time = 0.060s
4.57/4.65	c #decision = 3
4.57/4.65	c #random_decision = 0
4.57/4.65	c #conflict = 1
4.57/4.65	c #restart = 0
4.57/4.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
4.57/4.65	c lower bound updated to -1496
4.57/4.65	c BCD2: 38 <= obj <= 1489
4.57/4.65	c BCD2: #cores=2, #unrelaxed=1494, #relaxed=40, #hardened=0
4.57/4.65	c BCD2: #sat=1 #unsat=39 bias=39/40
4.67/4.75	c Solving starts ...
4.67/4.75	c ============================[ Search Statistics ]============================
4.67/4.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.67/4.75	c       |         |          |          |    Limit     GC | Var      | Constra 
4.67/4.75	c =============================================================================
4.67/4.75	c  0.0s |       0 |        0 |        0 |    42696      0 |       36 |       37
4.67/4.75	c  0.1s |       0 |        3 |        1 |    42696      0 |       36 |       38
4.67/4.75	c #cpu_time = 0.061s
4.67/4.75	c #wall_clock_time = 0.061s
4.67/4.75	c #decision = 3
4.67/4.75	c #random_decision = 0
4.67/4.75	c #conflict = 1
4.67/4.75	c #restart = 0
4.67/4.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
4.67/4.75	c lower bound updated to -1495
4.67/4.75	c BCD2: 39 <= obj <= 1489
4.67/4.75	c BCD2: #cores=2, #unrelaxed=1493, #relaxed=41, #hardened=0
4.67/4.75	c BCD2: #sat=1 #unsat=40 bias=40/41
4.67/4.75	c Solving starts ...
4.67/4.75	c ============================[ Search Statistics ]============================
4.67/4.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.67/4.75	c       |         |          |          |    Limit     GC | Var      | Constra 
4.67/4.75	c =============================================================================
4.67/4.75	c  0.0s |       0 |        0 |        0 |    42696      0 |       37 |       38
4.67/4.77	c  0.1s |       0 |        3 |        1 |    42696      0 |       37 |       39
4.67/4.77	c #cpu_time = 0.059s
4.67/4.77	c #wall_clock_time = 0.059s
4.67/4.77	c #decision = 3
4.67/4.77	c #random_decision = 0
4.67/4.77	c #conflict = 1
4.67/4.77	c #restart = 0
4.67/4.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
4.67/4.77	c lower bound updated to -1494
4.67/4.77	c BCD2: 40 <= obj <= 1489
4.67/4.77	c BCD2: #cores=2, #unrelaxed=1492, #relaxed=42, #hardened=0
4.67/4.77	c BCD2: #sat=1 #unsat=41 bias=41/42
4.67/4.77	c Solving starts ...
4.67/4.77	c ============================[ Search Statistics ]============================
4.67/4.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.67/4.77	c       |         |          |          |    Limit     GC | Var      | Constra 
4.67/4.77	c =============================================================================
4.67/4.77	c  0.0s |       0 |        0 |        0 |    42696      0 |       38 |       39
4.77/4.83	c  0.1s |       0 |        3 |        1 |    42696      0 |       38 |       40
4.77/4.83	c #cpu_time = 0.060s
4.77/4.83	c #wall_clock_time = 0.060s
4.77/4.83	c #decision = 3
4.77/4.83	c #random_decision = 0
4.77/4.83	c #conflict = 1
4.77/4.83	c #restart = 0
4.77/4.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
4.77/4.83	c lower bound updated to -1493
4.77/4.83	c BCD2: 41 <= obj <= 1489
4.77/4.83	c BCD2: #cores=2, #unrelaxed=1491, #relaxed=43, #hardened=0
4.77/4.83	c BCD2: #sat=1 #unsat=42 bias=42/43
4.77/4.83	c Solving starts ...
4.77/4.83	c ============================[ Search Statistics ]============================
4.77/4.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.77/4.83	c       |         |          |          |    Limit     GC | Var      | Constra 
4.77/4.83	c =============================================================================
4.77/4.83	c  0.0s |       0 |        0 |        0 |    42696      0 |       39 |       40
4.77/4.89	c  0.1s |       0 |        3 |        1 |    42696      0 |       39 |       41
4.77/4.89	c #cpu_time = 0.060s
4.77/4.89	c #wall_clock_time = 0.060s
4.77/4.89	c #decision = 3
4.77/4.89	c #random_decision = 0
4.77/4.89	c #conflict = 1
4.77/4.89	c #restart = 0
4.77/4.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
4.77/4.89	c lower bound updated to -1492
4.87/4.90	c BCD2: 42 <= obj <= 1489
4.87/4.90	c BCD2: #cores=2, #unrelaxed=1490, #relaxed=44, #hardened=0
4.87/4.90	c BCD2: #sat=1 #unsat=43 bias=43/44
4.87/4.90	c Solving starts ...
4.87/4.90	c ============================[ Search Statistics ]============================
4.87/4.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.87/4.90	c       |         |          |          |    Limit     GC | Var      | Constra 
4.87/4.90	c =============================================================================
4.87/4.90	c  0.0s |       0 |        0 |        0 |    42696      0 |       40 |       41
4.87/4.96	c  0.1s |       0 |        3 |        1 |    42696      0 |       40 |       42
4.87/4.96	c #cpu_time = 0.058s
4.87/4.96	c #wall_clock_time = 0.058s
4.87/4.96	c #decision = 3
4.87/4.96	c #random_decision = 0
4.87/4.96	c #conflict = 1
4.87/4.96	c #restart = 0
4.87/4.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
4.87/4.96	c lower bound updated to -1491
4.87/4.96	c BCD2: 43 <= obj <= 1489
4.87/4.96	c BCD2: #cores=2, #unrelaxed=1489, #relaxed=45, #hardened=0
4.87/4.96	c BCD2: #sat=1 #unsat=44 bias=44/45
4.87/4.96	c Solving starts ...
4.87/4.96	c ============================[ Search Statistics ]============================
4.87/4.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.87/4.96	c       |         |          |          |    Limit     GC | Var      | Constra 
4.87/4.96	c =============================================================================
4.87/4.96	c  0.0s |       0 |        0 |        0 |    42696      0 |       41 |       42
4.97/5.02	c  0.1s |       0 |        3 |        1 |    42696      0 |       41 |       43
4.97/5.02	c #cpu_time = 0.059s
4.97/5.02	c #wall_clock_time = 0.059s
4.97/5.02	c #decision = 3
4.97/5.02	c #random_decision = 0
4.97/5.02	c #conflict = 1
4.97/5.02	c #restart = 0
4.97/5.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
4.97/5.02	c lower bound updated to -1490
4.97/5.02	c BCD2: 44 <= obj <= 1489
4.97/5.02	c BCD2: #cores=2, #unrelaxed=1488, #relaxed=46, #hardened=0
4.97/5.02	c BCD2: #sat=1 #unsat=45 bias=45/46
4.97/5.02	c Solving starts ...
4.97/5.02	c ============================[ Search Statistics ]============================
4.97/5.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.97/5.02	c       |         |          |          |    Limit     GC | Var      | Constra 
4.97/5.02	c =============================================================================
4.97/5.02	c  0.0s |       0 |        0 |        0 |    42696      0 |       42 |       43
4.97/5.08	c  0.1s |       0 |        3 |        1 |    42696      0 |       42 |       44
4.97/5.08	c #cpu_time = 0.059s
4.97/5.08	c #wall_clock_time = 0.060s
4.97/5.08	c #decision = 3
4.97/5.08	c #random_decision = 0
4.97/5.08	c #conflict = 1
4.97/5.08	c #restart = 0
4.97/5.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
4.97/5.08	c lower bound updated to -1489
4.97/5.08	c BCD2: 45 <= obj <= 1489
4.97/5.08	c BCD2: #cores=2, #unrelaxed=1487, #relaxed=47, #hardened=0
4.97/5.08	c BCD2: #sat=1 #unsat=46 bias=46/47
4.97/5.08	c Solving starts ...
4.97/5.08	c ============================[ Search Statistics ]============================
4.97/5.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.97/5.08	c       |         |          |          |    Limit     GC | Var      | Constra 
4.97/5.08	c =============================================================================
4.97/5.08	c  0.0s |       0 |        0 |        0 |    42696      0 |       43 |       44
5.07/5.14	c  0.1s |       0 |        3 |        1 |    42696      0 |       43 |       45
5.07/5.14	c #cpu_time = 0.060s
5.07/5.14	c #wall_clock_time = 0.060s
5.07/5.14	c #decision = 3
5.07/5.14	c #random_decision = 0
5.07/5.14	c #conflict = 1
5.07/5.14	c #restart = 0
5.07/5.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
5.07/5.14	c lower bound updated to -1488
5.07/5.14	c BCD2: 46 <= obj <= 1489
5.07/5.14	c BCD2: #cores=2, #unrelaxed=1486, #relaxed=48, #hardened=0
5.07/5.14	c BCD2: #sat=1 #unsat=47 bias=47/48
5.07/5.14	c Solving starts ...
5.07/5.14	c ============================[ Search Statistics ]============================
5.07/5.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.07/5.14	c       |         |          |          |    Limit     GC | Var      | Constra 
5.07/5.14	c =============================================================================
5.07/5.14	c  0.0s |       0 |        0 |        0 |    42696      0 |       44 |       45
5.17/5.20	c  0.1s |       0 |        3 |        1 |    42696      0 |       44 |       46
5.17/5.20	c #cpu_time = 0.060s
5.17/5.20	c #wall_clock_time = 0.060s
5.17/5.20	c #decision = 3
5.17/5.20	c #random_decision = 0
5.17/5.20	c #conflict = 1
5.17/5.20	c #restart = 0
5.17/5.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
5.17/5.20	c lower bound updated to -1487
5.17/5.20	c BCD2: 47 <= obj <= 1489
5.17/5.20	c BCD2: #cores=2, #unrelaxed=1485, #relaxed=49, #hardened=0
5.17/5.20	c BCD2: #sat=1 #unsat=48 bias=48/49
5.17/5.20	c Solving starts ...
5.17/5.20	c ============================[ Search Statistics ]============================
5.17/5.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.17/5.20	c       |         |          |          |    Limit     GC | Var      | Constra 
5.17/5.20	c =============================================================================
5.17/5.20	c  0.0s |       0 |        0 |        0 |    42696      0 |       45 |       46
5.17/5.26	c  0.1s |       0 |        3 |        1 |    42696      0 |       45 |       47
5.17/5.26	c #cpu_time = 0.059s
5.17/5.26	c #wall_clock_time = 0.059s
5.17/5.26	c #decision = 3
5.17/5.26	c #random_decision = 0
5.17/5.26	c #conflict = 1
5.17/5.26	c #restart = 0
5.17/5.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
5.17/5.26	c lower bound updated to -1486
5.17/5.26	c BCD2: 48 <= obj <= 1489
5.17/5.26	c BCD2: #cores=2, #unrelaxed=1484, #relaxed=50, #hardened=0
5.17/5.26	c BCD2: #sat=1 #unsat=49 bias=49/50
5.17/5.26	c Solving starts ...
5.17/5.26	c ============================[ Search Statistics ]============================
5.17/5.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.17/5.26	c       |         |          |          |    Limit     GC | Var      | Constra 
5.17/5.26	c =============================================================================
5.17/5.26	c  0.0s |       0 |        0 |        0 |    42696      0 |       46 |       47
5.27/5.32	c  0.1s |       0 |        3 |        1 |    42696      0 |       46 |       48
5.27/5.32	c #cpu_time = 0.059s
5.27/5.32	c #wall_clock_time = 0.060s
5.27/5.32	c #decision = 3
5.27/5.32	c #random_decision = 0
5.27/5.32	c #conflict = 1
5.27/5.32	c #restart = 0
5.27/5.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
5.27/5.32	c lower bound updated to -1485
5.27/5.32	c BCD2: 49 <= obj <= 1489
5.27/5.32	c BCD2: #cores=2, #unrelaxed=1483, #relaxed=51, #hardened=0
5.27/5.32	c BCD2: #sat=1 #unsat=50 bias=50/51
5.27/5.32	c Solving starts ...
5.27/5.32	c ============================[ Search Statistics ]============================
5.27/5.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.27/5.32	c       |         |          |          |    Limit     GC | Var      | Constra 
5.27/5.32	c =============================================================================
5.27/5.32	c  0.0s |       0 |        0 |        0 |    42696      0 |       47 |       48
5.27/5.38	c  0.1s |       0 |        3 |        1 |    42696      0 |       47 |       49
5.27/5.38	c #cpu_time = 0.059s
5.27/5.38	c #wall_clock_time = 0.059s
5.27/5.38	c #decision = 3
5.27/5.38	c #random_decision = 0
5.27/5.38	c #conflict = 1
5.27/5.38	c #restart = 0
5.27/5.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
5.27/5.38	c lower bound updated to -1484
5.27/5.39	c BCD2: 50 <= obj <= 1489
5.27/5.39	c BCD2: #cores=2, #unrelaxed=1482, #relaxed=52, #hardened=0
5.27/5.39	c BCD2: #sat=1 #unsat=51 bias=51/52
5.27/5.39	c Solving starts ...
5.27/5.39	c ============================[ Search Statistics ]============================
5.27/5.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.27/5.39	c       |         |          |          |    Limit     GC | Var      | Constra 
5.27/5.39	c =============================================================================
5.27/5.39	c  0.0s |       0 |        0 |        0 |    42696      0 |       48 |       49
5.37/5.45	c  0.1s |       0 |        3 |        0 |    42696      0 |       48 |       50
5.37/5.45	c #cpu_time = 0.060s
5.37/5.45	c #wall_clock_time = 0.060s
5.37/5.45	c #decision = 3
5.37/5.45	c #random_decision = 0
5.37/5.45	c #conflict = 0
5.37/5.45	c #restart = 0
5.37/5.45	c BCD2: found a new core of size 2: cost of the new core is >=1
5.37/5.45	c lower bound updated to -1483
5.37/5.46	c BCD2: 51 <= obj <= 1489
5.37/5.46	c BCD2: #cores=3, #unrelaxed=1480, #relaxed=54, #hardened=0
5.37/5.46	c BCD2: #sat=1 #unsat=52 bias=52/53
5.37/5.46	c Solving starts ...
5.37/5.46	c ============================[ Search Statistics ]============================
5.37/5.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.37/5.46	c       |         |          |          |    Limit     GC | Var      | Constra 
5.37/5.46	c =============================================================================
5.37/5.46	c  0.0s |       0 |        0 |        0 |    42696      0 |       48 |       51
5.48/5.52	c  0.1s |       0 |        4 |        1 |    42696      0 |       48 |       51
5.48/5.52	c #cpu_time = 0.061s
5.48/5.52	c #wall_clock_time = 0.061s
5.48/5.52	c #decision = 4
5.48/5.52	c #random_decision = 0
5.48/5.52	c #conflict = 1
5.48/5.52	c #restart = 0
5.48/5.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
5.48/5.52	c lower bound updated to -1482
5.48/5.53	c BCD2: 52 <= obj <= 1489
5.48/5.53	c BCD2: #cores=3, #unrelaxed=1479, #relaxed=55, #hardened=0
5.48/5.53	c BCD2: #sat=1 #unsat=53 bias=53/54
5.48/5.53	c Solving starts ...
5.48/5.53	c ============================[ Search Statistics ]============================
5.48/5.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.48/5.53	c       |         |          |          |    Limit     GC | Var      | Constra 
5.48/5.53	c =============================================================================
5.48/5.53	c  0.0s |       0 |        0 |        0 |    42696      0 |       49 |       51
5.48/5.58	c  0.1s |       0 |        4 |        1 |    42696      0 |       49 |       52
5.48/5.58	c #cpu_time = 0.059s
5.48/5.58	c #wall_clock_time = 0.059s
5.48/5.58	c #decision = 4
5.48/5.58	c #random_decision = 0
5.48/5.58	c #conflict = 1
5.48/5.58	c #restart = 0
5.48/5.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
5.48/5.58	c lower bound updated to -1481
5.48/5.59	c BCD2: 53 <= obj <= 1489
5.48/5.59	c BCD2: #cores=3, #unrelaxed=1478, #relaxed=56, #hardened=0
5.48/5.59	c BCD2: #sat=1 #unsat=54 bias=54/55
5.48/5.59	c Solving starts ...
5.48/5.59	c ============================[ Search Statistics ]============================
5.48/5.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.48/5.59	c       |         |          |          |    Limit     GC | Var      | Constra 
5.48/5.59	c =============================================================================
5.48/5.59	c  0.0s |       0 |        0 |        0 |    42696      0 |       50 |       52
5.58/5.65	c  0.1s |       0 |        4 |        1 |    42696      0 |       50 |       53
5.58/5.65	c #cpu_time = 0.060s
5.58/5.65	c #wall_clock_time = 0.060s
5.58/5.65	c #decision = 4
5.58/5.65	c #random_decision = 0
5.58/5.65	c #conflict = 1
5.58/5.65	c #restart = 0
5.58/5.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
5.58/5.65	c lower bound updated to -1480
5.58/5.65	c BCD2: 54 <= obj <= 1489
5.58/5.65	c BCD2: #cores=3, #unrelaxed=1477, #relaxed=57, #hardened=0
5.58/5.65	c BCD2: #sat=1 #unsat=55 bias=55/56
5.58/5.65	c Solving starts ...
5.58/5.65	c ============================[ Search Statistics ]============================
5.58/5.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.58/5.65	c       |         |          |          |    Limit     GC | Var      | Constra 
5.58/5.65	c =============================================================================
5.58/5.65	c  0.0s |       0 |        0 |        0 |    42696      0 |       51 |       53
5.67/5.71	c  0.1s |       0 |        4 |        1 |    42696      0 |       51 |       54
5.67/5.71	c #cpu_time = 0.060s
5.67/5.71	c #wall_clock_time = 0.060s
5.67/5.71	c #decision = 4
5.67/5.71	c #random_decision = 0
5.67/5.71	c #conflict = 1
5.67/5.71	c #restart = 0
5.67/5.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
5.67/5.71	c lower bound updated to -1479
5.67/5.71	c BCD2: 55 <= obj <= 1489
5.67/5.71	c BCD2: #cores=3, #unrelaxed=1476, #relaxed=58, #hardened=0
5.67/5.71	c BCD2: #sat=1 #unsat=56 bias=56/57
5.67/5.71	c Solving starts ...
5.67/5.71	c ============================[ Search Statistics ]============================
5.67/5.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.67/5.71	c       |         |          |          |    Limit     GC | Var      | Constra 
5.67/5.71	c =============================================================================
5.67/5.71	c  0.0s |       0 |        0 |        0 |    42696      0 |       52 |       54
5.67/5.77	c  0.1s |       0 |        4 |        1 |    42696      0 |       52 |       55
5.67/5.77	c #cpu_time = 0.059s
5.67/5.77	c #wall_clock_time = 0.059s
5.67/5.77	c #decision = 4
5.67/5.77	c #random_decision = 0
5.67/5.77	c #conflict = 1
5.67/5.77	c #restart = 0
5.67/5.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
5.67/5.77	c lower bound updated to -1478
5.67/5.77	c BCD2: 56 <= obj <= 1489
5.67/5.77	c BCD2: #cores=3, #unrelaxed=1475, #relaxed=59, #hardened=0
5.67/5.77	c BCD2: #sat=1 #unsat=57 bias=57/58
5.67/5.77	c Solving starts ...
5.67/5.77	c ============================[ Search Statistics ]============================
5.67/5.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.67/5.77	c       |         |          |          |    Limit     GC | Var      | Constra 
5.67/5.77	c =============================================================================
5.67/5.77	c  0.0s |       0 |        0 |        0 |    42696      0 |       53 |       55
5.77/5.83	c  0.1s |       0 |        4 |        1 |    42696      0 |       53 |       56
5.77/5.83	c #cpu_time = 0.060s
5.77/5.83	c #wall_clock_time = 0.060s
5.77/5.83	c #decision = 4
5.77/5.83	c #random_decision = 0
5.77/5.83	c #conflict = 1
5.77/5.83	c #restart = 0
5.77/5.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
5.77/5.83	c lower bound updated to -1477
5.77/5.83	c BCD2: 57 <= obj <= 1489
5.77/5.83	c BCD2: #cores=3, #unrelaxed=1474, #relaxed=60, #hardened=0
5.77/5.83	c BCD2: #sat=1 #unsat=58 bias=58/59
5.77/5.83	c Solving starts ...
5.77/5.83	c ============================[ Search Statistics ]============================
5.77/5.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.77/5.83	c       |         |          |          |    Limit     GC | Var      | Constra 
5.77/5.83	c =============================================================================
5.77/5.83	c  0.0s |       0 |        0 |        0 |    42696      0 |       54 |       56
5.77/5.89	c  0.1s |       0 |        4 |        1 |    42696      0 |       54 |       57
5.77/5.89	c #cpu_time = 0.059s
5.77/5.89	c #wall_clock_time = 0.059s
5.77/5.89	c #decision = 4
5.77/5.89	c #random_decision = 0
5.77/5.89	c #conflict = 1
5.77/5.89	c #restart = 0
5.77/5.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
5.77/5.89	c lower bound updated to -1476
5.77/5.90	c BCD2: 58 <= obj <= 1489
5.77/5.90	c BCD2: #cores=3, #unrelaxed=1473, #relaxed=61, #hardened=0
5.77/5.90	c BCD2: #sat=1 #unsat=59 bias=59/60
5.87/5.90	c Solving starts ...
5.87/5.90	c ============================[ Search Statistics ]============================
5.87/5.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.87/5.90	c       |         |          |          |    Limit     GC | Var      | Constra 
5.87/5.90	c =============================================================================
5.87/5.90	c  0.0s |       0 |        0 |        0 |    42696      0 |       55 |       57
5.87/5.95	c  0.1s |       0 |        4 |        1 |    42696      0 |       55 |       58
5.87/5.95	c #cpu_time = 0.058s
5.87/5.95	c #wall_clock_time = 0.058s
5.87/5.95	c #decision = 4
5.87/5.95	c #random_decision = 0
5.87/5.95	c #conflict = 1
5.87/5.95	c #restart = 0
5.87/5.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
5.87/5.95	c lower bound updated to -1475
5.87/5.95	c BCD2: 59 <= obj <= 1489
5.87/5.95	c BCD2: #cores=3, #unrelaxed=1472, #relaxed=62, #hardened=0
5.87/5.95	c BCD2: #sat=1 #unsat=60 bias=60/61
5.87/5.95	c Solving starts ...
5.87/5.95	c ============================[ Search Statistics ]============================
5.87/5.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.87/5.95	c       |         |          |          |    Limit     GC | Var      | Constra 
5.87/5.95	c =============================================================================
5.87/5.95	c  0.0s |       0 |        0 |        0 |    42696      0 |       56 |       58
5.97/6.01	c  0.1s |       0 |        4 |        1 |    42696      0 |       56 |       59
5.97/6.01	c #cpu_time = 0.059s
5.97/6.01	c #wall_clock_time = 0.059s
5.97/6.01	c #decision = 4
5.97/6.01	c #random_decision = 0
5.97/6.01	c #conflict = 1
5.97/6.01	c #restart = 0
5.97/6.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
5.97/6.01	c lower bound updated to -1474
5.97/6.02	c BCD2: 60 <= obj <= 1489
5.97/6.02	c BCD2: #cores=3, #unrelaxed=1471, #relaxed=63, #hardened=0
5.97/6.02	c BCD2: #sat=1 #unsat=61 bias=61/62
5.97/6.02	c Solving starts ...
5.97/6.02	c ============================[ Search Statistics ]============================
5.97/6.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.97/6.02	c       |         |          |          |    Limit     GC | Var      | Constra 
5.97/6.02	c =============================================================================
5.97/6.02	c  0.0s |       0 |        0 |        0 |    42696      0 |       57 |       59
5.97/6.07	c  0.1s |       0 |        4 |        1 |    42696      0 |       57 |       60
5.97/6.07	c #cpu_time = 0.059s
5.97/6.07	c #wall_clock_time = 0.059s
5.97/6.07	c #decision = 4
5.97/6.07	c #random_decision = 0
5.97/6.07	c #conflict = 1
5.97/6.07	c #restart = 0
5.97/6.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
5.97/6.07	c lower bound updated to -1473
5.97/6.08	c BCD2: 61 <= obj <= 1489
5.97/6.08	c BCD2: #cores=3, #unrelaxed=1470, #relaxed=64, #hardened=0
5.97/6.08	c BCD2: #sat=1 #unsat=62 bias=62/63
5.97/6.08	c Solving starts ...
5.97/6.08	c ============================[ Search Statistics ]============================
5.97/6.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.97/6.08	c       |         |          |          |    Limit     GC | Var      | Constra 
5.97/6.08	c =============================================================================
5.97/6.08	c  0.0s |       0 |        0 |        0 |    42696      0 |       58 |       60
6.07/6.14	c  0.1s |       0 |        4 |        1 |    42696      0 |       58 |       61
6.07/6.14	c #cpu_time = 0.060s
6.07/6.14	c #wall_clock_time = 0.060s
6.07/6.14	c #decision = 4
6.07/6.14	c #random_decision = 0
6.07/6.14	c #conflict = 1
6.07/6.14	c #restart = 0
6.07/6.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
6.07/6.14	c lower bound updated to -1472
6.07/6.14	c BCD2: 62 <= obj <= 1489
6.07/6.14	c BCD2: #cores=3, #unrelaxed=1469, #relaxed=65, #hardened=0
6.07/6.14	c BCD2: #sat=1 #unsat=63 bias=63/64
6.07/6.14	c Solving starts ...
6.07/6.14	c ============================[ Search Statistics ]============================
6.07/6.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.07/6.14	c       |         |          |          |    Limit     GC | Var      | Constra 
6.07/6.14	c =============================================================================
6.07/6.14	c  0.0s |       0 |        0 |        0 |    42696      0 |       59 |       61
6.17/6.20	c  0.1s |       0 |        4 |        1 |    42696      0 |       59 |       62
6.17/6.20	c #cpu_time = 0.060s
6.17/6.20	c #wall_clock_time = 0.060s
6.17/6.20	c #decision = 4
6.17/6.20	c #random_decision = 0
6.17/6.20	c #conflict = 1
6.17/6.20	c #restart = 0
6.17/6.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
6.17/6.20	c lower bound updated to -1471
6.17/6.20	c BCD2: 63 <= obj <= 1489
6.17/6.20	c BCD2: #cores=3, #unrelaxed=1468, #relaxed=66, #hardened=0
6.17/6.20	c BCD2: #sat=1 #unsat=64 bias=64/65
6.17/6.20	c Solving starts ...
6.17/6.20	c ============================[ Search Statistics ]============================
6.17/6.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.17/6.20	c       |         |          |          |    Limit     GC | Var      | Constra 
6.17/6.20	c =============================================================================
6.17/6.20	c  0.0s |       0 |        0 |        0 |    42696      0 |       60 |       62
6.17/6.26	c  0.1s |       0 |        4 |        1 |    42696      0 |       60 |       63
6.17/6.26	c #cpu_time = 0.060s
6.17/6.26	c #wall_clock_time = 0.060s
6.17/6.26	c #decision = 4
6.17/6.26	c #random_decision = 0
6.17/6.26	c #conflict = 1
6.17/6.26	c #restart = 0
6.17/6.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
6.17/6.26	c lower bound updated to -1470
6.17/6.26	c BCD2: 64 <= obj <= 1489
6.17/6.26	c BCD2: #cores=3, #unrelaxed=1467, #relaxed=67, #hardened=0
6.17/6.26	c BCD2: #sat=1 #unsat=65 bias=65/66
6.17/6.26	c Solving starts ...
6.17/6.26	c ============================[ Search Statistics ]============================
6.17/6.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.17/6.26	c       |         |          |          |    Limit     GC | Var      | Constra 
6.17/6.26	c =============================================================================
6.17/6.26	c  0.0s |       0 |        0 |        0 |    42696      0 |       61 |       63
6.27/6.32	c  0.1s |       0 |        4 |        1 |    42696      0 |       61 |       64
6.27/6.32	c #cpu_time = 0.059s
6.27/6.32	c #wall_clock_time = 0.059s
6.27/6.32	c #decision = 4
6.27/6.32	c #random_decision = 0
6.27/6.32	c #conflict = 1
6.27/6.32	c #restart = 0
6.27/6.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
6.27/6.32	c lower bound updated to -1469
6.27/6.32	c BCD2: 65 <= obj <= 1489
6.27/6.32	c BCD2: #cores=3, #unrelaxed=1466, #relaxed=68, #hardened=0
6.27/6.32	c BCD2: #sat=1 #unsat=66 bias=66/67
6.27/6.32	c Solving starts ...
6.27/6.32	c ============================[ Search Statistics ]============================
6.27/6.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.27/6.32	c       |         |          |          |    Limit     GC | Var      | Constra 
6.27/6.32	c =============================================================================
6.27/6.32	c  0.0s |       0 |        0 |        0 |    42696      0 |       62 |       64
6.27/6.38	c  0.1s |       0 |        4 |        1 |    42696      0 |       62 |       65
6.27/6.38	c #cpu_time = 0.059s
6.27/6.38	c #wall_clock_time = 0.059s
6.27/6.38	c #decision = 4
6.27/6.38	c #random_decision = 0
6.27/6.38	c #conflict = 1
6.27/6.38	c #restart = 0
6.27/6.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
6.27/6.38	c lower bound updated to -1468
6.27/6.39	c BCD2: 66 <= obj <= 1489
6.27/6.39	c BCD2: #cores=3, #unrelaxed=1465, #relaxed=69, #hardened=0
6.27/6.39	c BCD2: #sat=1 #unsat=67 bias=67/68
6.27/6.39	c Solving starts ...
6.27/6.39	c ============================[ Search Statistics ]============================
6.27/6.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.27/6.39	c       |         |          |          |    Limit     GC | Var      | Constra 
6.27/6.39	c =============================================================================
6.27/6.39	c  0.0s |       0 |        0 |        0 |    42696      0 |       63 |       65
6.37/6.44	c  0.1s |       0 |        4 |        1 |    42696      0 |       63 |       66
6.37/6.44	c #cpu_time = 0.058s
6.37/6.44	c #wall_clock_time = 0.058s
6.37/6.44	c #decision = 4
6.37/6.44	c #random_decision = 0
6.37/6.44	c #conflict = 1
6.37/6.44	c #restart = 0
6.37/6.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
6.37/6.44	c lower bound updated to -1467
6.37/6.45	c BCD2: 67 <= obj <= 1489
6.37/6.45	c BCD2: #cores=3, #unrelaxed=1464, #relaxed=70, #hardened=0
6.37/6.45	c BCD2: #sat=1 #unsat=68 bias=68/69
6.37/6.45	c Solving starts ...
6.37/6.45	c ============================[ Search Statistics ]============================
6.37/6.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.37/6.45	c       |         |          |          |    Limit     GC | Var      | Constra 
6.37/6.45	c =============================================================================
6.37/6.45	c  0.0s |       0 |        0 |        0 |    42696      0 |       64 |       66
6.47/6.50	c  0.1s |       0 |        4 |        1 |    42696      0 |       64 |       67
6.47/6.50	c #cpu_time = 0.059s
6.47/6.50	c #wall_clock_time = 0.059s
6.47/6.50	c #decision = 4
6.47/6.50	c #random_decision = 0
6.47/6.50	c #conflict = 1
6.47/6.50	c #restart = 0
6.47/6.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
6.47/6.50	c lower bound updated to -1466
6.47/6.51	c BCD2: 68 <= obj <= 1489
6.47/6.51	c BCD2: #cores=3, #unrelaxed=1463, #relaxed=71, #hardened=0
6.47/6.51	c BCD2: #sat=1 #unsat=69 bias=69/70
6.47/6.51	c Solving starts ...
6.47/6.51	c ============================[ Search Statistics ]============================
6.47/6.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.47/6.51	c       |         |          |          |    Limit     GC | Var      | Constra 
6.47/6.51	c =============================================================================
6.47/6.51	c  0.0s |       0 |        0 |        0 |    42696      0 |       65 |       67
6.47/6.57	c  0.1s |       0 |        4 |        1 |    42696      0 |       65 |       68
6.47/6.57	c #cpu_time = 0.061s
6.47/6.57	c #wall_clock_time = 0.062s
6.47/6.57	c #decision = 4
6.47/6.57	c #random_decision = 0
6.47/6.57	c #conflict = 1
6.47/6.57	c #restart = 0
6.47/6.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
6.47/6.57	c lower bound updated to -1465
6.47/6.57	c BCD2: 69 <= obj <= 1489
6.47/6.57	c BCD2: #cores=3, #unrelaxed=1462, #relaxed=72, #hardened=0
6.47/6.57	c BCD2: #sat=1 #unsat=70 bias=70/71
6.47/6.57	c Solving starts ...
6.47/6.57	c ============================[ Search Statistics ]============================
6.47/6.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.47/6.57	c       |         |          |          |    Limit     GC | Var      | Constra 
6.47/6.57	c =============================================================================
6.47/6.57	c  0.0s |       0 |        0 |        0 |    42696      0 |       66 |       68
6.57/6.63	c  0.1s |       0 |        4 |        1 |    42696      0 |       66 |       69
6.57/6.63	c #cpu_time = 0.063s
6.57/6.63	c #wall_clock_time = 0.063s
6.57/6.63	c #decision = 4
6.57/6.63	c #random_decision = 0
6.57/6.63	c #conflict = 1
6.57/6.63	c #restart = 0
6.57/6.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
6.57/6.63	c lower bound updated to -1464
6.57/6.63	c BCD2: 70 <= obj <= 1489
6.57/6.63	c BCD2: #cores=3, #unrelaxed=1461, #relaxed=73, #hardened=0
6.57/6.63	c BCD2: #sat=1 #unsat=71 bias=71/72
6.57/6.63	c Solving starts ...
6.57/6.63	c ============================[ Search Statistics ]============================
6.57/6.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.57/6.63	c       |         |          |          |    Limit     GC | Var      | Constra 
6.57/6.63	c =============================================================================
6.57/6.63	c  0.0s |       0 |        0 |        0 |    42696      0 |       67 |       69
6.57/6.69	c  0.1s |       0 |        4 |        1 |    42696      0 |       67 |       70
6.57/6.69	c #cpu_time = 0.060s
6.57/6.69	c #wall_clock_time = 0.060s
6.57/6.69	c #decision = 4
6.57/6.69	c #random_decision = 0
6.57/6.69	c #conflict = 1
6.57/6.69	c #restart = 0
6.57/6.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
6.57/6.69	c lower bound updated to -1463
6.57/6.69	c BCD2: 71 <= obj <= 1489
6.57/6.69	c BCD2: #cores=3, #unrelaxed=1460, #relaxed=74, #hardened=0
6.57/6.69	c BCD2: #sat=1 #unsat=72 bias=72/73
6.57/6.69	c Solving starts ...
6.57/6.69	c ============================[ Search Statistics ]============================
6.57/6.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.57/6.69	c       |         |          |          |    Limit     GC | Var      | Constra 
6.57/6.69	c =============================================================================
6.57/6.69	c  0.0s |       0 |        0 |        0 |    42696      0 |       68 |       70
6.67/6.75	c  0.1s |       0 |        4 |        1 |    42696      0 |       68 |       71
6.67/6.75	c #cpu_time = 0.059s
6.67/6.75	c #wall_clock_time = 0.060s
6.67/6.75	c #decision = 4
6.67/6.75	c #random_decision = 0
6.67/6.75	c #conflict = 1
6.67/6.75	c #restart = 0
6.67/6.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
6.67/6.75	c lower bound updated to -1462
6.67/6.75	c BCD2: 72 <= obj <= 1489
6.67/6.75	c BCD2: #cores=3, #unrelaxed=1459, #relaxed=75, #hardened=0
6.67/6.75	c BCD2: #sat=1 #unsat=73 bias=73/74
6.67/6.75	c Solving starts ...
6.67/6.75	c ============================[ Search Statistics ]============================
6.67/6.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.67/6.75	c       |         |          |          |    Limit     GC | Var      | Constra 
6.67/6.75	c =============================================================================
6.67/6.75	c  0.0s |       0 |        0 |        0 |    42696      0 |       69 |       71
6.77/6.81	c  0.1s |       0 |        4 |        1 |    42696      0 |       69 |       72
6.77/6.81	c #cpu_time = 0.059s
6.77/6.81	c #wall_clock_time = 0.060s
6.77/6.81	c #decision = 4
6.77/6.81	c #random_decision = 0
6.77/6.81	c #conflict = 1
6.77/6.81	c #restart = 0
6.77/6.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
6.77/6.81	c lower bound updated to -1461
6.77/6.81	c BCD2: 73 <= obj <= 1489
6.77/6.81	c BCD2: #cores=3, #unrelaxed=1458, #relaxed=76, #hardened=0
6.77/6.81	c BCD2: #sat=1 #unsat=74 bias=74/75
6.77/6.81	c Solving starts ...
6.77/6.81	c ============================[ Search Statistics ]============================
6.77/6.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.77/6.81	c       |         |          |          |    Limit     GC | Var      | Constra 
6.77/6.81	c =============================================================================
6.77/6.81	c  0.0s |       0 |        0 |        0 |    42696      0 |       70 |       72
6.77/6.87	c  0.1s |       0 |        4 |        1 |    42696      0 |       70 |       73
6.77/6.87	c #cpu_time = 0.059s
6.77/6.87	c #wall_clock_time = 0.059s
6.77/6.87	c #decision = 4
6.77/6.87	c #random_decision = 0
6.77/6.87	c #conflict = 1
6.77/6.87	c #restart = 0
6.77/6.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
6.77/6.87	c lower bound updated to -1460
6.77/6.88	c BCD2: 74 <= obj <= 1489
6.77/6.88	c BCD2: #cores=3, #unrelaxed=1457, #relaxed=77, #hardened=0
6.77/6.88	c BCD2: #sat=1 #unsat=75 bias=75/76
6.77/6.88	c Solving starts ...
6.77/6.88	c ============================[ Search Statistics ]============================
6.77/6.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.77/6.88	c       |         |          |          |    Limit     GC | Var      | Constra 
6.77/6.88	c =============================================================================
6.77/6.88	c  0.0s |       0 |        0 |        0 |    42696      0 |       71 |       73
6.87/6.94	c  0.1s |       0 |        4 |        1 |    42696      0 |       71 |       74
6.87/6.94	c #cpu_time = 0.058s
6.87/6.94	c #wall_clock_time = 0.058s
6.87/6.94	c #decision = 4
6.87/6.94	c #random_decision = 0
6.87/6.94	c #conflict = 1
6.87/6.94	c #restart = 0
6.87/6.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
6.87/6.94	c lower bound updated to -1459
6.87/6.94	c BCD2: 75 <= obj <= 1489
6.87/6.94	c BCD2: #cores=3, #unrelaxed=1456, #relaxed=78, #hardened=0
6.87/6.94	c BCD2: #sat=1 #unsat=76 bias=76/77
6.87/6.94	c Solving starts ...
6.87/6.94	c ============================[ Search Statistics ]============================
6.87/6.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.87/6.94	c       |         |          |          |    Limit     GC | Var      | Constra 
6.87/6.94	c =============================================================================
6.87/6.94	c  0.0s |       0 |        0 |        0 |    42696      0 |       72 |       74
6.97/7.00	c  0.1s |       0 |        4 |        0 |    42696      0 |       72 |       75
6.97/7.00	c #cpu_time = 0.059s
6.97/7.00	c #wall_clock_time = 0.059s
6.97/7.00	c #decision = 4
6.97/7.00	c #random_decision = 0
6.97/7.00	c #conflict = 0
6.97/7.00	c #restart = 0
6.97/7.00	c BCD2: found a new core of size 2: cost of the new core is >=1
6.97/7.00	c lower bound updated to -1458
6.97/7.01	c BCD2: 76 <= obj <= 1489
6.97/7.01	c BCD2: #cores=4, #unrelaxed=1454, #relaxed=80, #hardened=0
6.97/7.01	c BCD2: #sat=1 #unsat=77 bias=77/78
6.97/7.01	c Solving starts ...
6.97/7.01	c ============================[ Search Statistics ]============================
6.97/7.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.97/7.01	c       |         |          |          |    Limit     GC | Var      | Constra 
6.97/7.01	c =============================================================================
6.97/7.01	c  0.0s |       0 |        0 |        0 |    42696      0 |       72 |       76
6.97/7.07	c  0.1s |       0 |        5 |        1 |    42696      0 |       72 |       76
6.97/7.07	c #cpu_time = 0.057s
6.97/7.07	c #wall_clock_time = 0.058s
6.97/7.07	c #decision = 5
6.97/7.07	c #random_decision = 0
6.97/7.07	c #conflict = 1
6.97/7.07	c #restart = 0
6.97/7.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
6.97/7.07	c lower bound updated to -1457
6.97/7.07	c BCD2: 77 <= obj <= 1489
6.97/7.07	c BCD2: #cores=4, #unrelaxed=1453, #relaxed=81, #hardened=0
6.97/7.07	c BCD2: #sat=1 #unsat=78 bias=78/79
6.97/7.07	c Solving starts ...
6.97/7.07	c ============================[ Search Statistics ]============================
6.97/7.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.97/7.07	c       |         |          |          |    Limit     GC | Var      | Constra 
6.97/7.07	c =============================================================================
6.97/7.07	c  0.0s |       0 |        0 |        0 |    42696      0 |       73 |       76
7.07/7.13	c  0.1s |       0 |        5 |        1 |    42696      0 |       73 |       77
7.07/7.13	c #cpu_time = 0.060s
7.07/7.13	c #wall_clock_time = 0.060s
7.07/7.13	c #decision = 5
7.07/7.13	c #random_decision = 0
7.07/7.13	c #conflict = 1
7.07/7.13	c #restart = 0
7.07/7.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
7.07/7.13	c lower bound updated to -1456
7.07/7.13	c BCD2: 78 <= obj <= 1489
7.07/7.13	c BCD2: #cores=4, #unrelaxed=1452, #relaxed=82, #hardened=0
7.07/7.13	c BCD2: #sat=1 #unsat=79 bias=79/80
7.07/7.13	c Solving starts ...
7.07/7.13	c ============================[ Search Statistics ]============================
7.07/7.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.07/7.13	c       |         |          |          |    Limit     GC | Var      | Constra 
7.07/7.13	c =============================================================================
7.07/7.13	c  0.0s |       0 |        0 |        0 |    42696      0 |       74 |       77
7.07/7.19	c  0.1s |       0 |        5 |        1 |    42696      0 |       74 |       78
7.07/7.19	c #cpu_time = 0.060s
7.07/7.19	c #wall_clock_time = 0.060s
7.07/7.19	c #decision = 5
7.07/7.19	c #random_decision = 0
7.07/7.19	c #conflict = 1
7.07/7.19	c #restart = 0
7.07/7.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
7.07/7.19	c lower bound updated to -1455
7.07/7.19	c BCD2: 79 <= obj <= 1489
7.07/7.19	c BCD2: #cores=4, #unrelaxed=1451, #relaxed=83, #hardened=0
7.07/7.19	c BCD2: #sat=1 #unsat=80 bias=80/81
7.07/7.19	c Solving starts ...
7.07/7.19	c ============================[ Search Statistics ]============================
7.07/7.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.07/7.19	c       |         |          |          |    Limit     GC | Var      | Constra 
7.07/7.19	c =============================================================================
7.07/7.19	c  0.0s |       0 |        0 |        0 |    42696      0 |       75 |       78
7.17/7.25	c  0.1s |       0 |        5 |        1 |    42696      0 |       75 |       79
7.17/7.25	c #cpu_time = 0.059s
7.17/7.25	c #wall_clock_time = 0.059s
7.17/7.25	c #decision = 5
7.17/7.25	c #random_decision = 0
7.17/7.25	c #conflict = 1
7.17/7.25	c #restart = 0
7.17/7.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
7.17/7.25	c lower bound updated to -1454
7.17/7.25	c BCD2: 80 <= obj <= 1489
7.17/7.25	c BCD2: #cores=4, #unrelaxed=1450, #relaxed=84, #hardened=0
7.17/7.25	c BCD2: #sat=1 #unsat=81 bias=81/82
7.17/7.25	c Solving starts ...
7.17/7.25	c ============================[ Search Statistics ]============================
7.17/7.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.17/7.25	c       |         |          |          |    Limit     GC | Var      | Constra 
7.17/7.25	c =============================================================================
7.17/7.25	c  0.0s |       0 |        0 |        0 |    42696      0 |       76 |       79
7.27/7.31	c  0.1s |       0 |        5 |        1 |    42696      0 |       76 |       80
7.27/7.31	c #cpu_time = 0.059s
7.27/7.31	c #wall_clock_time = 0.060s
7.27/7.31	c #decision = 5
7.27/7.31	c #random_decision = 0
7.27/7.31	c #conflict = 1
7.27/7.31	c #restart = 0
7.27/7.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
7.27/7.31	c lower bound updated to -1453
7.27/7.31	c BCD2: 81 <= obj <= 1489
7.27/7.31	c BCD2: #cores=4, #unrelaxed=1449, #relaxed=85, #hardened=0
7.27/7.31	c BCD2: #sat=1 #unsat=82 bias=82/83
7.27/7.31	c Solving starts ...
7.27/7.31	c ============================[ Search Statistics ]============================
7.27/7.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.27/7.31	c       |         |          |          |    Limit     GC | Var      | Constra 
7.27/7.31	c =============================================================================
7.27/7.31	c  0.0s |       0 |        0 |        0 |    42696      0 |       77 |       80
7.27/7.37	c  0.1s |       0 |        5 |        1 |    42696      0 |       77 |       81
7.27/7.37	c #cpu_time = 0.059s
7.27/7.37	c #wall_clock_time = 0.059s
7.27/7.37	c #decision = 5
7.27/7.37	c #random_decision = 0
7.27/7.37	c #conflict = 1
7.27/7.37	c #restart = 0
7.27/7.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
7.27/7.37	c lower bound updated to -1452
7.27/7.38	c BCD2: 82 <= obj <= 1489
7.27/7.38	c BCD2: #cores=4, #unrelaxed=1448, #relaxed=86, #hardened=0
7.27/7.38	c BCD2: #sat=1 #unsat=83 bias=83/84
7.27/7.38	c Solving starts ...
7.27/7.38	c ============================[ Search Statistics ]============================
7.27/7.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.27/7.38	c       |         |          |          |    Limit     GC | Var      | Constra 
7.27/7.38	c =============================================================================
7.27/7.38	c  0.0s |       0 |        0 |        0 |    42696      0 |       78 |       81
7.37/7.44	c  0.1s |       0 |        5 |        1 |    42696      0 |       78 |       82
7.37/7.44	c #cpu_time = 0.058s
7.37/7.44	c #wall_clock_time = 0.058s
7.37/7.44	c #decision = 5
7.37/7.44	c #random_decision = 0
7.37/7.44	c #conflict = 1
7.37/7.44	c #restart = 0
7.37/7.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
7.37/7.44	c lower bound updated to -1451
7.37/7.44	c BCD2: 83 <= obj <= 1489
7.37/7.44	c BCD2: #cores=4, #unrelaxed=1447, #relaxed=87, #hardened=0
7.37/7.44	c BCD2: #sat=1 #unsat=84 bias=84/85
7.37/7.44	c Solving starts ...
7.37/7.44	c ============================[ Search Statistics ]============================
7.37/7.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.37/7.44	c       |         |          |          |    Limit     GC | Var      | Constra 
7.37/7.44	c =============================================================================
7.37/7.44	c  0.0s |       0 |        0 |        0 |    42696      0 |       79 |       82
7.47/7.50	c  0.1s |       0 |        5 |        1 |    42696      0 |       79 |       83
7.47/7.50	c #cpu_time = 0.059s
7.47/7.50	c #wall_clock_time = 0.059s
7.47/7.50	c #decision = 5
7.47/7.50	c #random_decision = 0
7.47/7.50	c #conflict = 1
7.47/7.50	c #restart = 0
7.47/7.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
7.47/7.50	c lower bound updated to -1450
7.47/7.50	c BCD2: 84 <= obj <= 1489
7.47/7.50	c BCD2: #cores=4, #unrelaxed=1446, #relaxed=88, #hardened=0
7.47/7.50	c BCD2: #sat=1 #unsat=85 bias=85/86
7.47/7.50	c Solving starts ...
7.47/7.50	c ============================[ Search Statistics ]============================
7.47/7.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.47/7.50	c       |         |          |          |    Limit     GC | Var      | Constra 
7.47/7.50	c =============================================================================
7.47/7.50	c  0.0s |       0 |        0 |        0 |    42696      0 |       80 |       83
7.47/7.56	c  0.1s |       0 |        5 |        1 |    42696      0 |       80 |       84
7.47/7.56	c #cpu_time = 0.059s
7.47/7.56	c #wall_clock_time = 0.059s
7.47/7.56	c #decision = 5
7.47/7.56	c #random_decision = 0
7.47/7.56	c #conflict = 1
7.47/7.56	c #restart = 0
7.47/7.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
7.47/7.56	c lower bound updated to -1449
7.47/7.56	c BCD2: 85 <= obj <= 1489
7.47/7.56	c BCD2: #cores=4, #unrelaxed=1445, #relaxed=89, #hardened=0
7.47/7.56	c BCD2: #sat=1 #unsat=86 bias=86/87
7.47/7.56	c Solving starts ...
7.47/7.56	c ============================[ Search Statistics ]============================
7.47/7.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.47/7.56	c       |         |          |          |    Limit     GC | Var      | Constra 
7.47/7.56	c =============================================================================
7.47/7.56	c  0.0s |       0 |        0 |        0 |    42696      0 |       81 |       84
7.57/7.62	c  0.1s |       0 |        5 |        1 |    42696      0 |       81 |       85
7.57/7.62	c #cpu_time = 0.060s
7.57/7.62	c #wall_clock_time = 0.060s
7.57/7.62	c #decision = 5
7.57/7.62	c #random_decision = 0
7.57/7.62	c #conflict = 1
7.57/7.62	c #restart = 0
7.57/7.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
7.57/7.62	c lower bound updated to -1448
7.57/7.62	c BCD2: 86 <= obj <= 1489
7.57/7.62	c BCD2: #cores=4, #unrelaxed=1444, #relaxed=90, #hardened=0
7.57/7.62	c BCD2: #sat=1 #unsat=87 bias=87/88
7.57/7.62	c Solving starts ...
7.57/7.62	c ============================[ Search Statistics ]============================
7.57/7.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.57/7.62	c       |         |          |          |    Limit     GC | Var      | Constra 
7.57/7.62	c =============================================================================
7.57/7.62	c  0.0s |       0 |        0 |        0 |    42696      0 |       82 |       85
7.57/7.69	c  0.1s |       0 |        5 |        1 |    42696      0 |       82 |       86
7.57/7.69	c #cpu_time = 0.063s
7.57/7.69	c #wall_clock_time = 0.064s
7.57/7.69	c #decision = 5
7.57/7.69	c #random_decision = 0
7.57/7.69	c #conflict = 1
7.57/7.69	c #restart = 0
7.57/7.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
7.57/7.69	c lower bound updated to -1447
7.57/7.69	c BCD2: 87 <= obj <= 1489
7.57/7.69	c BCD2: #cores=4, #unrelaxed=1443, #relaxed=91, #hardened=0
7.57/7.69	c BCD2: #sat=1 #unsat=88 bias=88/89
7.57/7.69	c Solving starts ...
7.57/7.69	c ============================[ Search Statistics ]============================
7.57/7.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.57/7.69	c       |         |          |          |    Limit     GC | Var      | Constra 
7.57/7.69	c =============================================================================
7.57/7.69	c  0.0s |       0 |        0 |        0 |    42696      0 |       83 |       86
7.67/7.75	c  0.1s |       0 |        5 |        1 |    42696      0 |       83 |       87
7.67/7.75	c #cpu_time = 0.062s
7.67/7.75	c #wall_clock_time = 0.062s
7.67/7.75	c #decision = 5
7.67/7.75	c #random_decision = 0
7.67/7.75	c #conflict = 1
7.67/7.75	c #restart = 0
7.67/7.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
7.67/7.75	c lower bound updated to -1446
7.67/7.75	c BCD2: 88 <= obj <= 1489
7.67/7.75	c BCD2: #cores=4, #unrelaxed=1442, #relaxed=92, #hardened=0
7.67/7.75	c BCD2: #sat=1 #unsat=89 bias=89/90
7.67/7.75	c Solving starts ...
7.67/7.75	c ============================[ Search Statistics ]============================
7.67/7.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.67/7.75	c       |         |          |          |    Limit     GC | Var      | Constra 
7.67/7.75	c =============================================================================
7.67/7.75	c  0.0s |       0 |        0 |        0 |    42696      0 |       84 |       87
7.77/7.81	c  0.1s |       0 |        5 |        1 |    42696      0 |       84 |       88
7.77/7.81	c #cpu_time = 0.060s
7.77/7.81	c #wall_clock_time = 0.060s
7.77/7.81	c #decision = 5
7.77/7.81	c #random_decision = 0
7.77/7.81	c #conflict = 1
7.77/7.81	c #restart = 0
7.77/7.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
7.77/7.81	c lower bound updated to -1445
7.77/7.81	c BCD2: 89 <= obj <= 1489
7.77/7.81	c BCD2: #cores=4, #unrelaxed=1441, #relaxed=93, #hardened=0
7.77/7.81	c BCD2: #sat=1 #unsat=90 bias=90/91
7.77/7.81	c Solving starts ...
7.77/7.81	c ============================[ Search Statistics ]============================
7.77/7.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.77/7.81	c       |         |          |          |    Limit     GC | Var      | Constra 
7.77/7.81	c =============================================================================
7.77/7.81	c  0.0s |       0 |        0 |        0 |    42696      0 |       85 |       88
7.77/7.87	c  0.1s |       0 |        5 |        1 |    42696      0 |       85 |       89
7.77/7.87	c #cpu_time = 0.059s
7.77/7.87	c #wall_clock_time = 0.059s
7.77/7.87	c #decision = 5
7.77/7.87	c #random_decision = 0
7.77/7.87	c #conflict = 1
7.77/7.87	c #restart = 0
7.77/7.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
7.77/7.87	c lower bound updated to -1444
7.77/7.88	c BCD2: 90 <= obj <= 1489
7.77/7.88	c BCD2: #cores=4, #unrelaxed=1440, #relaxed=94, #hardened=0
7.77/7.88	c BCD2: #sat=1 #unsat=91 bias=91/92
7.77/7.88	c Solving starts ...
7.77/7.88	c ============================[ Search Statistics ]============================
7.77/7.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.77/7.88	c       |         |          |          |    Limit     GC | Var      | Constra 
7.77/7.88	c =============================================================================
7.77/7.88	c  0.0s |       0 |        0 |        0 |    42696      0 |       86 |       89
7.87/7.94	c  0.1s |       0 |        5 |        1 |    42696      0 |       86 |       90
7.87/7.94	c #cpu_time = 0.058s
7.87/7.94	c #wall_clock_time = 0.058s
7.87/7.94	c #decision = 5
7.87/7.94	c #random_decision = 0
7.87/7.94	c #conflict = 1
7.87/7.94	c #restart = 0
7.87/7.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
7.87/7.94	c lower bound updated to -1443
7.87/7.94	c BCD2: 91 <= obj <= 1489
7.87/7.94	c BCD2: #cores=4, #unrelaxed=1439, #relaxed=95, #hardened=0
7.87/7.94	c BCD2: #sat=1 #unsat=92 bias=92/93
7.87/7.94	c Solving starts ...
7.87/7.94	c ============================[ Search Statistics ]============================
7.87/7.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.87/7.94	c       |         |          |          |    Limit     GC | Var      | Constra 
7.87/7.94	c =============================================================================
7.87/7.94	c  0.0s |       0 |        0 |        0 |    42696      0 |       87 |       90
7.97/8.00	c  0.1s |       0 |        5 |        1 |    42696      0 |       87 |       91
7.97/8.00	c #cpu_time = 0.059s
7.97/8.00	c #wall_clock_time = 0.059s
7.97/8.00	c #decision = 5
7.97/8.00	c #random_decision = 0
7.97/8.00	c #conflict = 1
7.97/8.00	c #restart = 0
7.97/8.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
7.97/8.00	c lower bound updated to -1442
7.97/8.00	c BCD2: 92 <= obj <= 1489
7.97/8.00	c BCD2: #cores=4, #unrelaxed=1438, #relaxed=96, #hardened=0
7.97/8.00	c BCD2: #sat=1 #unsat=93 bias=93/94
7.97/8.00	c Solving starts ...
7.97/8.00	c ============================[ Search Statistics ]============================
7.97/8.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.97/8.00	c       |         |          |          |    Limit     GC | Var      | Constra 
7.97/8.00	c =============================================================================
7.97/8.00	c  0.0s |       0 |        0 |        0 |    42696      0 |       88 |       91
7.97/8.06	c  0.1s |       0 |        5 |        1 |    42696      0 |       88 |       92
7.97/8.06	c #cpu_time = 0.059s
7.97/8.06	c #wall_clock_time = 0.060s
7.97/8.06	c #decision = 5
7.97/8.06	c #random_decision = 0
7.97/8.06	c #conflict = 1
7.97/8.06	c #restart = 0
7.97/8.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
7.97/8.06	c lower bound updated to -1441
7.97/8.06	c BCD2: 93 <= obj <= 1489
7.97/8.06	c BCD2: #cores=4, #unrelaxed=1437, #relaxed=97, #hardened=0
7.97/8.06	c BCD2: #sat=1 #unsat=94 bias=94/95
7.97/8.06	c Solving starts ...
7.97/8.06	c ============================[ Search Statistics ]============================
7.97/8.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.97/8.06	c       |         |          |          |    Limit     GC | Var      | Constra 
7.97/8.06	c =============================================================================
7.97/8.06	c  0.0s |       0 |        0 |        0 |    42696      0 |       89 |       92
8.07/8.12	c  0.1s |       0 |        5 |        1 |    42696      0 |       89 |       93
8.07/8.12	c #cpu_time = 0.060s
8.07/8.12	c #wall_clock_time = 0.060s
8.07/8.12	c #decision = 5
8.07/8.12	c #random_decision = 0
8.07/8.12	c #conflict = 1
8.07/8.12	c #restart = 0
8.07/8.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
8.07/8.12	c lower bound updated to -1440
8.07/8.12	c BCD2: 94 <= obj <= 1489
8.07/8.12	c BCD2: #cores=4, #unrelaxed=1436, #relaxed=98, #hardened=0
8.07/8.12	c BCD2: #sat=1 #unsat=95 bias=95/96
8.07/8.12	c Solving starts ...
8.07/8.12	c ============================[ Search Statistics ]============================
8.07/8.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.07/8.12	c       |         |          |          |    Limit     GC | Var      | Constra 
8.07/8.12	c =============================================================================
8.07/8.12	c  0.0s |       0 |        0 |        0 |    42696      0 |       90 |       93
8.07/8.18	c  0.1s |       0 |        5 |        1 |    42696      0 |       90 |       94
8.07/8.18	c #cpu_time = 0.060s
8.07/8.18	c #wall_clock_time = 0.060s
8.07/8.18	c #decision = 5
8.07/8.18	c #random_decision = 0
8.07/8.18	c #conflict = 1
8.07/8.18	c #restart = 0
8.07/8.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
8.07/8.18	c lower bound updated to -1439
8.07/8.18	c BCD2: 95 <= obj <= 1489
8.07/8.18	c BCD2: #cores=4, #unrelaxed=1435, #relaxed=99, #hardened=0
8.07/8.18	c BCD2: #sat=1 #unsat=96 bias=96/97
8.07/8.18	c Solving starts ...
8.07/8.18	c ============================[ Search Statistics ]============================
8.07/8.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.07/8.18	c       |         |          |          |    Limit     GC | Var      | Constra 
8.07/8.18	c =============================================================================
8.07/8.18	c  0.0s |       0 |        0 |        0 |    42696      0 |       91 |       94
8.17/8.24	c  0.1s |       0 |        5 |        1 |    42696      0 |       91 |       95
8.17/8.24	c #cpu_time = 0.059s
8.17/8.24	c #wall_clock_time = 0.059s
8.17/8.24	c #decision = 5
8.17/8.24	c #random_decision = 0
8.17/8.24	c #conflict = 1
8.17/8.24	c #restart = 0
8.17/8.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
8.17/8.24	c lower bound updated to -1438
8.17/8.24	c BCD2: 96 <= obj <= 1489
8.17/8.24	c BCD2: #cores=4, #unrelaxed=1434, #relaxed=100, #hardened=0
8.17/8.24	c BCD2: #sat=1 #unsat=97 bias=97/98
8.17/8.24	c Solving starts ...
8.17/8.24	c ============================[ Search Statistics ]============================
8.17/8.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.17/8.24	c       |         |          |          |    Limit     GC | Var      | Constra 
8.17/8.24	c =============================================================================
8.17/8.24	c  0.0s |       0 |        0 |        0 |    42696      0 |       92 |       95
8.27/8.30	c  0.1s |       0 |        5 |        1 |    42696      0 |       92 |       96
8.27/8.30	c #cpu_time = 0.060s
8.27/8.30	c #wall_clock_time = 0.060s
8.27/8.30	c #decision = 5
8.27/8.30	c #random_decision = 0
8.27/8.30	c #conflict = 1
8.27/8.30	c #restart = 0
8.27/8.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
8.27/8.30	c lower bound updated to -1437
8.27/8.30	c BCD2: 97 <= obj <= 1489
8.27/8.30	c BCD2: #cores=4, #unrelaxed=1433, #relaxed=101, #hardened=0
8.27/8.30	c BCD2: #sat=1 #unsat=98 bias=98/99
8.27/8.30	c Solving starts ...
8.27/8.30	c ============================[ Search Statistics ]============================
8.27/8.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.27/8.30	c       |         |          |          |    Limit     GC | Var      | Constra 
8.27/8.30	c =============================================================================
8.27/8.30	c  0.0s |       0 |        0 |        0 |    42696      0 |       93 |       96
8.27/8.36	c  0.1s |       0 |        5 |        1 |    42696      0 |       93 |       97
8.27/8.36	c #cpu_time = 0.059s
8.27/8.36	c #wall_clock_time = 0.059s
8.27/8.36	c #decision = 5
8.27/8.36	c #random_decision = 0
8.27/8.36	c #conflict = 1
8.27/8.36	c #restart = 0
8.27/8.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
8.27/8.36	c lower bound updated to -1436
8.27/8.37	c BCD2: 98 <= obj <= 1489
8.27/8.37	c BCD2: #cores=4, #unrelaxed=1432, #relaxed=102, #hardened=0
8.27/8.37	c BCD2: #sat=1 #unsat=99 bias=99/100
8.27/8.37	c Solving starts ...
8.27/8.37	c ============================[ Search Statistics ]============================
8.27/8.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.27/8.37	c       |         |          |          |    Limit     GC | Var      | Constra 
8.27/8.37	c =============================================================================
8.27/8.37	c  0.0s |       0 |        0 |        0 |    42696      0 |       94 |       97
8.37/8.43	c  0.1s |       0 |        5 |        1 |    42696      0 |       94 |       98
8.37/8.43	c #cpu_time = 0.058s
8.37/8.43	c #wall_clock_time = 0.058s
8.37/8.43	c #decision = 5
8.37/8.43	c #random_decision = 0
8.37/8.43	c #conflict = 1
8.37/8.43	c #restart = 0
8.37/8.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
8.37/8.43	c lower bound updated to -1435
8.37/8.43	c BCD2: 99 <= obj <= 1489
8.37/8.43	c BCD2: #cores=4, #unrelaxed=1431, #relaxed=103, #hardened=0
8.37/8.43	c BCD2: #sat=1 #unsat=100 bias=100/101
8.37/8.43	c Solving starts ...
8.37/8.43	c ============================[ Search Statistics ]============================
8.37/8.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.37/8.43	c       |         |          |          |    Limit     GC | Var      | Constra 
8.37/8.43	c =============================================================================
8.37/8.43	c  0.0s |       0 |        0 |        0 |    42696      0 |       95 |       98
8.37/8.49	c  0.1s |       0 |        5 |        1 |    42696      0 |       95 |       99
8.37/8.49	c #cpu_time = 0.059s
8.37/8.49	c #wall_clock_time = 0.059s
8.37/8.49	c #decision = 5
8.37/8.49	c #random_decision = 0
8.37/8.49	c #conflict = 1
8.37/8.49	c #restart = 0
8.37/8.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
8.37/8.49	c lower bound updated to -1434
8.37/8.49	c BCD2: 100 <= obj <= 1489
8.37/8.49	c BCD2: #cores=4, #unrelaxed=1430, #relaxed=104, #hardened=0
8.37/8.49	c BCD2: #sat=1 #unsat=101 bias=101/102
8.37/8.49	c Solving starts ...
8.37/8.49	c ============================[ Search Statistics ]============================
8.37/8.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.37/8.49	c       |         |          |          |    Limit     GC | Var      | Constra 
8.37/8.49	c =============================================================================
8.37/8.49	c  0.0s |       0 |        0 |        0 |    42696      0 |       96 |       99
8.47/8.55	c  0.1s |       0 |        5 |        0 |    42696      0 |       96 |      100
8.47/8.55	c #cpu_time = 0.059s
8.47/8.55	c #wall_clock_time = 0.059s
8.47/8.55	c #decision = 5
8.47/8.55	c #random_decision = 0
8.47/8.55	c #conflict = 0
8.47/8.55	c #restart = 0
8.47/8.55	c BCD2: found a new core of size 2: cost of the new core is >=1
8.47/8.55	c lower bound updated to -1433
8.47/8.56	c BCD2: 101 <= obj <= 1489
8.47/8.56	c BCD2: #cores=5, #unrelaxed=1428, #relaxed=106, #hardened=0
8.47/8.56	c BCD2: #sat=1 #unsat=102 bias=102/103
8.47/8.56	c Solving starts ...
8.47/8.56	c ============================[ Search Statistics ]============================
8.47/8.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.47/8.56	c       |         |          |          |    Limit     GC | Var      | Constra 
8.47/8.56	c =============================================================================
8.47/8.56	c  0.0s |       0 |        0 |        0 |    42696      0 |       96 |      101
8.57/8.62	c  0.1s |       0 |        6 |        1 |    42696      0 |       96 |      101
8.57/8.62	c #cpu_time = 0.058s
8.57/8.62	c #wall_clock_time = 0.058s
8.57/8.62	c #decision = 6
8.57/8.62	c #random_decision = 0
8.57/8.62	c #conflict = 1
8.57/8.62	c #restart = 0
8.57/8.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
8.57/8.62	c lower bound updated to -1432
8.57/8.62	c BCD2: 102 <= obj <= 1489
8.57/8.62	c BCD2: #cores=5, #unrelaxed=1427, #relaxed=107, #hardened=0
8.57/8.62	c BCD2: #sat=1 #unsat=103 bias=103/104
8.57/8.62	c Solving starts ...
8.57/8.62	c ============================[ Search Statistics ]============================
8.57/8.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.57/8.62	c       |         |          |          |    Limit     GC | Var      | Constra 
8.57/8.62	c =============================================================================
8.57/8.62	c  0.0s |       0 |        0 |        0 |    42696      0 |       97 |      101
8.57/8.68	c  0.1s |       0 |        6 |        1 |    42696      0 |       97 |      102
8.57/8.68	c #cpu_time = 0.060s
8.57/8.68	c #wall_clock_time = 0.060s
8.57/8.68	c #decision = 6
8.57/8.68	c #random_decision = 0
8.57/8.68	c #conflict = 1
8.57/8.68	c #restart = 0
8.57/8.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
8.57/8.68	c lower bound updated to -1431
8.57/8.68	c BCD2: 103 <= obj <= 1489
8.57/8.68	c BCD2: #cores=5, #unrelaxed=1426, #relaxed=108, #hardened=0
8.57/8.68	c BCD2: #sat=1 #unsat=104 bias=104/105
8.57/8.68	c Solving starts ...
8.57/8.68	c ============================[ Search Statistics ]============================
8.57/8.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.57/8.68	c       |         |          |          |    Limit     GC | Var      | Constra 
8.57/8.68	c =============================================================================
8.57/8.68	c  0.0s |       0 |        0 |        0 |    42696      0 |       98 |      102
8.67/8.74	c  0.1s |       0 |        6 |        1 |    42696      0 |       98 |      103
8.67/8.74	c #cpu_time = 0.060s
8.67/8.74	c #wall_clock_time = 0.060s
8.67/8.74	c #decision = 6
8.67/8.74	c #random_decision = 0
8.67/8.74	c #conflict = 1
8.67/8.74	c #restart = 0
8.67/8.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
8.67/8.74	c lower bound updated to -1430
8.67/8.74	c BCD2: 104 <= obj <= 1489
8.67/8.74	c BCD2: #cores=5, #unrelaxed=1425, #relaxed=109, #hardened=0
8.67/8.74	c BCD2: #sat=1 #unsat=105 bias=105/106
8.67/8.74	c Solving starts ...
8.67/8.74	c ============================[ Search Statistics ]============================
8.67/8.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.67/8.74	c       |         |          |          |    Limit     GC | Var      | Constra 
8.67/8.74	c =============================================================================
8.67/8.74	c  0.0s |       0 |        0 |        0 |    42696      0 |       99 |      103
8.78/8.81	c  0.1s |       0 |        6 |        1 |    42696      0 |       99 |      104
8.78/8.81	c #cpu_time = 0.062s
8.78/8.81	c #wall_clock_time = 0.063s
8.78/8.81	c #decision = 6
8.78/8.81	c #random_decision = 0
8.78/8.81	c #conflict = 1
8.78/8.81	c #restart = 0
8.78/8.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
8.78/8.81	c lower bound updated to -1429
8.78/8.81	c BCD2: 105 <= obj <= 1489
8.78/8.81	c BCD2: #cores=5, #unrelaxed=1424, #relaxed=110, #hardened=0
8.78/8.81	c BCD2: #sat=1 #unsat=106 bias=106/107
8.78/8.81	c Solving starts ...
8.78/8.81	c ============================[ Search Statistics ]============================
8.78/8.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.78/8.81	c       |         |          |          |    Limit     GC | Var      | Constra 
8.78/8.81	c =============================================================================
8.78/8.81	c  0.0s |       0 |        0 |        0 |    42696      0 |      100 |      104
8.78/8.87	c  0.1s |       0 |        6 |        1 |    46966      0 |      100 |      105
8.78/8.87	c #cpu_time = 0.060s
8.78/8.87	c #wall_clock_time = 0.060s
8.78/8.87	c #decision = 6
8.78/8.87	c #random_decision = 0
8.78/8.87	c #conflict = 1
8.78/8.87	c #restart = 0
8.78/8.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
8.78/8.87	c lower bound updated to -1428
8.78/8.87	c BCD2: 106 <= obj <= 1489
8.78/8.87	c BCD2: #cores=5, #unrelaxed=1423, #relaxed=111, #hardened=0
8.78/8.87	c BCD2: #sat=1 #unsat=107 bias=107/108
8.78/8.88	c Solving starts ...
8.78/8.88	c ============================[ Search Statistics ]============================
8.78/8.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.78/8.88	c       |         |          |          |    Limit     GC | Var      | Constra 
8.78/8.88	c =============================================================================
8.78/8.88	c  0.0s |       0 |        0 |        0 |    46966      0 |      101 |      105
8.88/8.93	c  0.1s |       0 |        6 |        1 |    46966      0 |      101 |      106
8.88/8.93	c #cpu_time = 0.058s
8.88/8.93	c #wall_clock_time = 0.058s
8.88/8.93	c #decision = 6
8.88/8.93	c #random_decision = 0
8.88/8.93	c #conflict = 1
8.88/8.93	c #restart = 0
8.88/8.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
8.88/8.93	c lower bound updated to -1427
8.88/8.93	c BCD2: 107 <= obj <= 1489
8.88/8.93	c BCD2: #cores=5, #unrelaxed=1422, #relaxed=112, #hardened=0
8.88/8.93	c BCD2: #sat=1 #unsat=108 bias=108/109
8.88/8.93	c Solving starts ...
8.88/8.93	c ============================[ Search Statistics ]============================
8.88/8.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.88/8.93	c       |         |          |          |    Limit     GC | Var      | Constra 
8.88/8.93	c =============================================================================
8.88/8.93	c  0.0s |       0 |        0 |        0 |    46966      0 |      102 |      106
8.88/8.99	c  0.1s |       0 |        6 |        1 |    46966      0 |      102 |      107
8.88/8.99	c #cpu_time = 0.059s
8.88/8.99	c #wall_clock_time = 0.060s
8.88/8.99	c #decision = 6
8.88/8.99	c #random_decision = 0
8.88/8.99	c #conflict = 1
8.88/8.99	c #restart = 0
8.88/8.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
8.88/8.99	c lower bound updated to -1426
8.88/8.99	c BCD2: 108 <= obj <= 1489
8.88/8.99	c BCD2: #cores=5, #unrelaxed=1421, #relaxed=113, #hardened=0
8.88/8.99	c BCD2: #sat=1 #unsat=109 bias=109/110
8.88/8.99	c Solving starts ...
8.88/8.99	c ============================[ Search Statistics ]============================
8.88/8.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.88/8.99	c       |         |          |          |    Limit     GC | Var      | Constra 
8.88/8.99	c =============================================================================
8.88/8.99	c  0.0s |       0 |        0 |        0 |    46966      0 |      103 |      107
8.97/9.05	c  0.1s |       0 |        6 |        1 |    46966      0 |      103 |      108
8.97/9.05	c #cpu_time = 0.060s
8.97/9.05	c #wall_clock_time = 0.060s
8.97/9.05	c #decision = 6
8.97/9.05	c #random_decision = 0
8.97/9.05	c #conflict = 1
8.97/9.05	c #restart = 0
8.97/9.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
8.97/9.05	c lower bound updated to -1425
8.97/9.06	c BCD2: 109 <= obj <= 1489
8.97/9.06	c BCD2: #cores=5, #unrelaxed=1420, #relaxed=114, #hardened=0
8.97/9.06	c BCD2: #sat=1 #unsat=110 bias=110/111
8.97/9.06	c Solving starts ...
8.97/9.06	c ============================[ Search Statistics ]============================
8.97/9.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.97/9.06	c       |         |          |          |    Limit     GC | Var      | Constra 
8.97/9.06	c =============================================================================
8.97/9.06	c  0.0s |       0 |        0 |        0 |    46966      0 |      104 |      108
9.07/9.12	c  0.1s |       0 |        6 |        1 |    46966      0 |      104 |      109
9.07/9.12	c #cpu_time = 0.060s
9.07/9.12	c #wall_clock_time = 0.060s
9.07/9.12	c #decision = 6
9.07/9.12	c #random_decision = 0
9.07/9.12	c #conflict = 1
9.07/9.12	c #restart = 0
9.07/9.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
9.07/9.12	c lower bound updated to -1424
9.07/9.12	c BCD2: 110 <= obj <= 1489
9.07/9.12	c BCD2: #cores=5, #unrelaxed=1419, #relaxed=115, #hardened=0
9.07/9.12	c BCD2: #sat=1 #unsat=111 bias=111/112
9.07/9.12	c Solving starts ...
9.07/9.12	c ============================[ Search Statistics ]============================
9.07/9.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.07/9.12	c       |         |          |          |    Limit     GC | Var      | Constra 
9.07/9.12	c =============================================================================
9.07/9.12	c  0.0s |       0 |        0 |        0 |    46966      0 |      105 |      109
9.07/9.18	c  0.1s |       0 |        6 |        1 |    46966      0 |      105 |      110
9.07/9.18	c #cpu_time = 0.060s
9.07/9.18	c #wall_clock_time = 0.060s
9.07/9.18	c #decision = 6
9.07/9.18	c #random_decision = 0
9.07/9.18	c #conflict = 1
9.07/9.18	c #restart = 0
9.07/9.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
9.07/9.18	c lower bound updated to -1423
9.07/9.18	c BCD2: 111 <= obj <= 1489
9.07/9.18	c BCD2: #cores=5, #unrelaxed=1418, #relaxed=116, #hardened=0
9.07/9.18	c BCD2: #sat=1 #unsat=112 bias=112/113
9.07/9.18	c Solving starts ...
9.07/9.18	c ============================[ Search Statistics ]============================
9.07/9.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.07/9.18	c       |         |          |          |    Limit     GC | Var      | Constra 
9.07/9.18	c =============================================================================
9.07/9.18	c  0.0s |       0 |        0 |        0 |    46966      0 |      106 |      110
9.17/9.24	c  0.1s |       0 |        6 |        1 |    46966      0 |      106 |      111
9.17/9.24	c #cpu_time = 0.059s
9.17/9.24	c #wall_clock_time = 0.060s
9.17/9.24	c #decision = 6
9.17/9.24	c #random_decision = 0
9.17/9.24	c #conflict = 1
9.17/9.24	c #restart = 0
9.17/9.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
9.17/9.24	c lower bound updated to -1422
9.17/9.24	c BCD2: 112 <= obj <= 1489
9.17/9.24	c BCD2: #cores=5, #unrelaxed=1417, #relaxed=117, #hardened=0
9.17/9.24	c BCD2: #sat=1 #unsat=113 bias=113/114
9.17/9.24	c Solving starts ...
9.17/9.24	c ============================[ Search Statistics ]============================
9.17/9.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.17/9.24	c       |         |          |          |    Limit     GC | Var      | Constra 
9.17/9.24	c =============================================================================
9.17/9.24	c  0.0s |       0 |        0 |        0 |    46966      0 |      107 |      111
9.27/9.30	c  0.1s |       0 |        6 |        1 |    46966      0 |      107 |      112
9.27/9.30	c #cpu_time = 0.060s
9.27/9.30	c #wall_clock_time = 0.060s
9.27/9.30	c #decision = 6
9.27/9.30	c #random_decision = 0
9.27/9.30	c #conflict = 1
9.27/9.30	c #restart = 0
9.27/9.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
9.27/9.30	c lower bound updated to -1421
9.27/9.30	c BCD2: 113 <= obj <= 1489
9.27/9.30	c BCD2: #cores=5, #unrelaxed=1416, #relaxed=118, #hardened=0
9.27/9.30	c BCD2: #sat=1 #unsat=114 bias=114/115
9.27/9.30	c Solving starts ...
9.27/9.30	c ============================[ Search Statistics ]============================
9.27/9.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.27/9.30	c       |         |          |          |    Limit     GC | Var      | Constra 
9.27/9.30	c =============================================================================
9.27/9.30	c  0.0s |       0 |        0 |        0 |    46966      0 |      108 |      112
9.27/9.36	c  0.1s |       0 |        6 |        1 |    46966      0 |      108 |      113
9.27/9.36	c #cpu_time = 0.059s
9.27/9.36	c #wall_clock_time = 0.060s
9.27/9.36	c #decision = 6
9.27/9.36	c #random_decision = 0
9.27/9.36	c #conflict = 1
9.27/9.36	c #restart = 0
9.27/9.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
9.27/9.36	c lower bound updated to -1420
9.27/9.37	c BCD2: 114 <= obj <= 1489
9.27/9.37	c BCD2: #cores=5, #unrelaxed=1415, #relaxed=119, #hardened=0
9.27/9.37	c BCD2: #sat=1 #unsat=115 bias=115/116
9.27/9.37	c Solving starts ...
9.27/9.37	c ============================[ Search Statistics ]============================
9.27/9.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.27/9.37	c       |         |          |          |    Limit     GC | Var      | Constra 
9.27/9.37	c =============================================================================
9.27/9.37	c  0.0s |       0 |        0 |        0 |    46966      0 |      109 |      113
9.37/9.43	c  0.1s |       0 |        6 |        1 |    46966      0 |      109 |      114
9.37/9.43	c #cpu_time = 0.058s
9.37/9.43	c #wall_clock_time = 0.058s
9.37/9.43	c #decision = 6
9.37/9.43	c #random_decision = 0
9.37/9.43	c #conflict = 1
9.37/9.43	c #restart = 0
9.37/9.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
9.37/9.43	c lower bound updated to -1419
9.37/9.43	c BCD2: 115 <= obj <= 1489
9.37/9.43	c BCD2: #cores=5, #unrelaxed=1414, #relaxed=120, #hardened=0
9.37/9.43	c BCD2: #sat=1 #unsat=116 bias=116/117
9.37/9.43	c Solving starts ...
9.37/9.43	c ============================[ Search Statistics ]============================
9.37/9.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.37/9.43	c       |         |          |          |    Limit     GC | Var      | Constra 
9.37/9.43	c =============================================================================
9.37/9.43	c  0.0s |       0 |        0 |        0 |    46966      0 |      110 |      114
9.37/9.49	c  0.1s |       0 |        6 |        1 |    46966      0 |      110 |      115
9.37/9.49	c #cpu_time = 0.059s
9.37/9.49	c #wall_clock_time = 0.059s
9.37/9.49	c #decision = 6
9.37/9.49	c #random_decision = 0
9.37/9.49	c #conflict = 1
9.37/9.49	c #restart = 0
9.37/9.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
9.37/9.49	c lower bound updated to -1418
9.37/9.49	c BCD2: 116 <= obj <= 1489
9.37/9.49	c BCD2: #cores=5, #unrelaxed=1413, #relaxed=121, #hardened=0
9.37/9.49	c BCD2: #sat=1 #unsat=117 bias=117/118
9.37/9.49	c Solving starts ...
9.37/9.49	c ============================[ Search Statistics ]============================
9.37/9.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.37/9.49	c       |         |          |          |    Limit     GC | Var      | Constra 
9.37/9.49	c =============================================================================
9.37/9.49	c  0.0s |       0 |        0 |        0 |    46966      0 |      111 |      115
9.47/9.55	c  0.1s |       0 |        6 |        1 |    46966      0 |      111 |      116
9.47/9.55	c #cpu_time = 0.059s
9.47/9.55	c #wall_clock_time = 0.059s
9.47/9.55	c #decision = 6
9.47/9.55	c #random_decision = 0
9.47/9.55	c #conflict = 1
9.47/9.55	c #restart = 0
9.47/9.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
9.47/9.55	c lower bound updated to -1417
9.47/9.55	c BCD2: 117 <= obj <= 1489
9.47/9.55	c BCD2: #cores=5, #unrelaxed=1412, #relaxed=122, #hardened=0
9.47/9.55	c BCD2: #sat=1 #unsat=118 bias=118/119
9.47/9.55	c Solving starts ...
9.47/9.55	c ============================[ Search Statistics ]============================
9.47/9.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.47/9.55	c       |         |          |          |    Limit     GC | Var      | Constra 
9.47/9.55	c =============================================================================
9.47/9.55	c  0.0s |       0 |        0 |        0 |    46966      0 |      112 |      116
9.57/9.61	c  0.1s |       0 |        6 |        1 |    46966      0 |      112 |      117
9.57/9.61	c #cpu_time = 0.060s
9.57/9.61	c #wall_clock_time = 0.060s
9.57/9.61	c #decision = 6
9.57/9.61	c #random_decision = 0
9.57/9.61	c #conflict = 1
9.57/9.61	c #restart = 0
9.57/9.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
9.57/9.61	c lower bound updated to -1416
9.57/9.61	c BCD2: 118 <= obj <= 1489
9.57/9.61	c BCD2: #cores=5, #unrelaxed=1411, #relaxed=123, #hardened=0
9.57/9.61	c BCD2: #sat=1 #unsat=119 bias=119/120
9.57/9.61	c Solving starts ...
9.57/9.61	c ============================[ Search Statistics ]============================
9.57/9.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.57/9.61	c       |         |          |          |    Limit     GC | Var      | Constra 
9.57/9.61	c =============================================================================
9.57/9.61	c  0.0s |       0 |        0 |        0 |    46966      0 |      113 |      117
9.57/9.67	c  0.1s |       0 |        6 |        1 |    46966      0 |      113 |      118
9.57/9.67	c #cpu_time = 0.060s
9.57/9.67	c #wall_clock_time = 0.060s
9.57/9.67	c #decision = 6
9.57/9.67	c #random_decision = 0
9.57/9.67	c #conflict = 1
9.57/9.67	c #restart = 0
9.57/9.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
9.57/9.67	c lower bound updated to -1415
9.57/9.67	c BCD2: 119 <= obj <= 1489
9.57/9.67	c BCD2: #cores=5, #unrelaxed=1410, #relaxed=124, #hardened=0
9.57/9.67	c BCD2: #sat=1 #unsat=120 bias=120/121
9.57/9.67	c Solving starts ...
9.57/9.67	c ============================[ Search Statistics ]============================
9.57/9.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.57/9.67	c       |         |          |          |    Limit     GC | Var      | Constra 
9.57/9.67	c =============================================================================
9.57/9.67	c  0.0s |       0 |        0 |        0 |    46966      0 |      114 |      118
9.67/9.73	c  0.1s |       0 |        6 |        1 |    46966      0 |      114 |      119
9.67/9.73	c #cpu_time = 0.060s
9.67/9.73	c #wall_clock_time = 0.060s
9.67/9.73	c #decision = 6
9.67/9.73	c #random_decision = 0
9.67/9.73	c #conflict = 1
9.67/9.73	c #restart = 0
9.67/9.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
9.67/9.73	c lower bound updated to -1414
9.67/9.73	c BCD2: 120 <= obj <= 1489
9.67/9.73	c BCD2: #cores=5, #unrelaxed=1409, #relaxed=125, #hardened=0
9.67/9.73	c BCD2: #sat=1 #unsat=121 bias=121/122
9.67/9.73	c Solving starts ...
9.67/9.73	c ============================[ Search Statistics ]============================
9.67/9.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.67/9.73	c       |         |          |          |    Limit     GC | Var      | Constra 
9.67/9.73	c =============================================================================
9.67/9.73	c  0.0s |       0 |        0 |        0 |    46966      0 |      115 |      119
9.67/9.79	c  0.1s |       0 |        6 |        1 |    46966      0 |      115 |      120
9.67/9.79	c #cpu_time = 0.059s
9.67/9.79	c #wall_clock_time = 0.060s
9.67/9.79	c #decision = 6
9.67/9.79	c #random_decision = 0
9.67/9.79	c #conflict = 1
9.67/9.79	c #restart = 0
9.67/9.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
9.67/9.79	c lower bound updated to -1413
9.67/9.79	c BCD2: 121 <= obj <= 1489
9.67/9.79	c BCD2: #cores=5, #unrelaxed=1408, #relaxed=126, #hardened=0
9.67/9.79	c BCD2: #sat=1 #unsat=122 bias=122/123
9.67/9.79	c Solving starts ...
9.67/9.79	c ============================[ Search Statistics ]============================
9.67/9.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.67/9.79	c       |         |          |          |    Limit     GC | Var      | Constra 
9.67/9.79	c =============================================================================
9.67/9.79	c  0.0s |       0 |        0 |        0 |    46966      0 |      116 |      120
9.77/9.85	c  0.1s |       0 |        6 |        1 |    46966      0 |      116 |      121
9.77/9.85	c #cpu_time = 0.060s
9.77/9.85	c #wall_clock_time = 0.060s
9.77/9.85	c #decision = 6
9.77/9.85	c #random_decision = 0
9.77/9.85	c #conflict = 1
9.77/9.85	c #restart = 0
9.77/9.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
9.77/9.85	c lower bound updated to -1412
9.77/9.86	c BCD2: 122 <= obj <= 1489
9.77/9.86	c BCD2: #cores=5, #unrelaxed=1407, #relaxed=127, #hardened=0
9.77/9.86	c BCD2: #sat=1 #unsat=123 bias=123/124
9.77/9.86	c Solving starts ...
9.77/9.86	c ============================[ Search Statistics ]============================
9.77/9.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.77/9.86	c       |         |          |          |    Limit     GC | Var      | Constra 
9.77/9.86	c =============================================================================
9.77/9.86	c  0.0s |       0 |        0 |        0 |    46966      0 |      117 |      121
9.88/9.92	c  0.1s |       0 |        6 |        1 |    46966      0 |      117 |      122
9.88/9.92	c #cpu_time = 0.059s
9.88/9.92	c #wall_clock_time = 0.059s
9.88/9.92	c #decision = 6
9.88/9.92	c #random_decision = 0
9.88/9.92	c #conflict = 1
9.88/9.92	c #restart = 0
9.88/9.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
9.88/9.92	c lower bound updated to -1411
9.88/9.92	c BCD2: 123 <= obj <= 1489
9.88/9.92	c BCD2: #cores=5, #unrelaxed=1406, #relaxed=128, #hardened=0
9.88/9.92	c BCD2: #sat=1 #unsat=124 bias=124/125
9.88/9.92	c Solving starts ...
9.88/9.92	c ============================[ Search Statistics ]============================
9.88/9.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.88/9.92	c       |         |          |          |    Limit     GC | Var      | Constra 
9.88/9.92	c =============================================================================
9.88/9.92	c  0.0s |       0 |        0 |        0 |    46966      0 |      118 |      122
9.88/9.98	c  0.1s |       0 |        6 |        1 |    46966      0 |      118 |      123
9.88/9.98	c #cpu_time = 0.060s
9.88/9.98	c #wall_clock_time = 0.060s
9.88/9.98	c #decision = 6
9.88/9.98	c #random_decision = 0
9.88/9.98	c #conflict = 1
9.88/9.98	c #restart = 0
9.88/9.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
9.88/9.98	c lower bound updated to -1410
9.88/9.98	c BCD2: 124 <= obj <= 1489
9.88/9.98	c BCD2: #cores=5, #unrelaxed=1405, #relaxed=129, #hardened=0
9.88/9.98	c BCD2: #sat=1 #unsat=125 bias=125/126
9.88/9.98	c Solving starts ...
9.88/9.98	c ============================[ Search Statistics ]============================
9.88/9.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.88/9.98	c       |         |          |          |    Limit     GC | Var      | Constra 
9.88/9.98	c =============================================================================
9.88/9.98	c  0.0s |       0 |        0 |        0 |    46966      0 |      119 |      123
9.98/10.04	c  0.1s |       0 |        6 |        1 |    46966      0 |      119 |      124
9.98/10.04	c #cpu_time = 0.060s
9.98/10.04	c #wall_clock_time = 0.060s
9.98/10.04	c #decision = 6
9.98/10.04	c #random_decision = 0
9.98/10.04	c #conflict = 1
9.98/10.04	c #restart = 0
9.98/10.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
9.98/10.04	c lower bound updated to -1409
9.98/10.04	c BCD2: 125 <= obj <= 1489
9.98/10.04	c BCD2: #cores=5, #unrelaxed=1404, #relaxed=130, #hardened=0
9.98/10.04	c BCD2: #sat=1 #unsat=126 bias=126/127
9.98/10.04	c Solving starts ...
9.98/10.04	c ============================[ Search Statistics ]============================
9.98/10.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.98/10.04	c       |         |          |          |    Limit     GC | Var      | Constra 
9.98/10.04	c =============================================================================
9.98/10.04	c  0.0s |       0 |        0 |        0 |    46966      0 |      120 |      124
10.07/10.10	c  0.1s |       0 |        6 |        0 |    46966      0 |      120 |      125
10.07/10.10	c #cpu_time = 0.060s
10.07/10.10	c #wall_clock_time = 0.060s
10.07/10.10	c #decision = 6
10.07/10.10	c #random_decision = 0
10.07/10.10	c #conflict = 0
10.07/10.10	c #restart = 0
10.07/10.10	c BCD2: found a new core of size 2: cost of the new core is >=1
10.07/10.10	c lower bound updated to -1408
10.07/10.11	c BCD2: 126 <= obj <= 1489
10.07/10.11	c BCD2: #cores=6, #unrelaxed=1402, #relaxed=132, #hardened=0
10.07/10.11	c BCD2: #sat=1 #unsat=127 bias=127/128
10.07/10.11	c Solving starts ...
10.07/10.11	c ============================[ Search Statistics ]============================
10.07/10.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.07/10.11	c       |         |          |          |    Limit     GC | Var      | Constra 
10.07/10.11	c =============================================================================
10.07/10.11	c  0.0s |       0 |        0 |        0 |    46966      0 |      120 |      126
10.07/10.17	c  0.1s |       0 |        7 |        1 |    46966      0 |      120 |      126
10.07/10.17	c #cpu_time = 0.057s
10.07/10.17	c #wall_clock_time = 0.058s
10.07/10.17	c #decision = 7
10.07/10.17	c #random_decision = 0
10.07/10.17	c #conflict = 1
10.07/10.17	c #restart = 0
10.07/10.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
10.07/10.17	c lower bound updated to -1407
10.07/10.17	c BCD2: 127 <= obj <= 1489
10.07/10.17	c BCD2: #cores=6, #unrelaxed=1401, #relaxed=133, #hardened=0
10.07/10.17	c BCD2: #sat=1 #unsat=128 bias=128/129
10.07/10.17	c Solving starts ...
10.07/10.17	c ============================[ Search Statistics ]============================
10.07/10.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.07/10.17	c       |         |          |          |    Limit     GC | Var      | Constra 
10.07/10.17	c =============================================================================
10.07/10.17	c  0.0s |       0 |        0 |        0 |    46966      0 |      121 |      126
10.17/10.23	c  0.1s |       0 |        7 |        1 |    46966      0 |      121 |      127
10.17/10.23	c #cpu_time = 0.059s
10.17/10.23	c #wall_clock_time = 0.060s
10.17/10.23	c #decision = 7
10.17/10.23	c #random_decision = 0
10.17/10.23	c #conflict = 1
10.17/10.23	c #restart = 0
10.17/10.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
10.17/10.23	c lower bound updated to -1406
10.17/10.23	c BCD2: 128 <= obj <= 1489
10.17/10.23	c BCD2: #cores=6, #unrelaxed=1400, #relaxed=134, #hardened=0
10.17/10.23	c BCD2: #sat=1 #unsat=129 bias=129/130
10.17/10.23	c Solving starts ...
10.17/10.23	c ============================[ Search Statistics ]============================
10.17/10.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.17/10.23	c       |         |          |          |    Limit     GC | Var      | Constra 
10.17/10.23	c =============================================================================
10.17/10.23	c  0.0s |       0 |        0 |        0 |    46966      0 |      122 |      127
10.17/10.29	c  0.1s |       0 |        7 |        1 |    46966      0 |      122 |      128
10.17/10.29	c #cpu_time = 0.059s
10.17/10.29	c #wall_clock_time = 0.060s
10.17/10.29	c #decision = 7
10.17/10.29	c #random_decision = 0
10.17/10.29	c #conflict = 1
10.17/10.29	c #restart = 0
10.17/10.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
10.17/10.29	c lower bound updated to -1405
10.17/10.29	c BCD2: 129 <= obj <= 1489
10.17/10.29	c BCD2: #cores=6, #unrelaxed=1399, #relaxed=135, #hardened=0
10.17/10.29	c BCD2: #sat=1 #unsat=130 bias=130/131
10.17/10.29	c Solving starts ...
10.17/10.29	c ============================[ Search Statistics ]============================
10.17/10.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.17/10.29	c       |         |          |          |    Limit     GC | Var      | Constra 
10.17/10.29	c =============================================================================
10.17/10.29	c  0.0s |       0 |        0 |        0 |    46966      0 |      123 |      128
10.27/10.35	c  0.1s |       0 |        7 |        1 |    46966      0 |      123 |      129
10.27/10.35	c #cpu_time = 0.059s
10.27/10.35	c #wall_clock_time = 0.059s
10.27/10.35	c #decision = 7
10.27/10.35	c #random_decision = 0
10.27/10.35	c #conflict = 1
10.27/10.35	c #restart = 0
10.27/10.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
10.27/10.35	c lower bound updated to -1404
10.27/10.36	c BCD2: 130 <= obj <= 1489
10.27/10.36	c BCD2: #cores=6, #unrelaxed=1398, #relaxed=136, #hardened=0
10.27/10.36	c BCD2: #sat=1 #unsat=131 bias=131/132
10.27/10.36	c Solving starts ...
10.27/10.36	c ============================[ Search Statistics ]============================
10.27/10.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.27/10.36	c       |         |          |          |    Limit     GC | Var      | Constra 
10.27/10.36	c =============================================================================
10.27/10.36	c  0.0s |       0 |        0 |        0 |    46966      0 |      124 |      129
10.37/10.42	c  0.1s |       0 |        7 |        1 |    46966      0 |      124 |      130
10.37/10.42	c #cpu_time = 0.058s
10.37/10.42	c #wall_clock_time = 0.058s
10.37/10.42	c #decision = 7
10.37/10.42	c #random_decision = 0
10.37/10.42	c #conflict = 1
10.37/10.42	c #restart = 0
10.37/10.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
10.37/10.42	c lower bound updated to -1403
10.37/10.42	c BCD2: 131 <= obj <= 1489
10.37/10.42	c BCD2: #cores=6, #unrelaxed=1397, #relaxed=137, #hardened=0
10.37/10.42	c BCD2: #sat=1 #unsat=132 bias=132/133
10.37/10.42	c Solving starts ...
10.37/10.42	c ============================[ Search Statistics ]============================
10.37/10.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.37/10.42	c       |         |          |          |    Limit     GC | Var      | Constra 
10.37/10.42	c =============================================================================
10.37/10.42	c  0.0s |       0 |        0 |        0 |    46966      0 |      125 |      130
10.37/10.48	c  0.1s |       0 |        7 |        1 |    46966      0 |      125 |      131
10.37/10.48	c #cpu_time = 0.059s
10.37/10.48	c #wall_clock_time = 0.059s
10.37/10.48	c #decision = 7
10.37/10.48	c #random_decision = 0
10.37/10.48	c #conflict = 1
10.37/10.48	c #restart = 0
10.37/10.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
10.37/10.48	c lower bound updated to -1402
10.37/10.48	c BCD2: 132 <= obj <= 1489
10.37/10.48	c BCD2: #cores=6, #unrelaxed=1396, #relaxed=138, #hardened=0
10.37/10.48	c BCD2: #sat=1 #unsat=133 bias=133/134
10.37/10.48	c Solving starts ...
10.37/10.48	c ============================[ Search Statistics ]============================
10.37/10.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.37/10.48	c       |         |          |          |    Limit     GC | Var      | Constra 
10.37/10.48	c =============================================================================
10.37/10.48	c  0.0s |       0 |        0 |        0 |    46966      0 |      126 |      131
10.47/10.54	c  0.1s |       0 |        7 |        1 |    46966      0 |      126 |      132
10.47/10.54	c #cpu_time = 0.059s
10.47/10.54	c #wall_clock_time = 0.059s
10.47/10.54	c #decision = 7
10.47/10.54	c #random_decision = 0
10.47/10.54	c #conflict = 1
10.47/10.54	c #restart = 0
10.47/10.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
10.47/10.54	c lower bound updated to -1401
10.47/10.54	c BCD2: 133 <= obj <= 1489
10.47/10.54	c BCD2: #cores=6, #unrelaxed=1395, #relaxed=139, #hardened=0
10.47/10.54	c BCD2: #sat=1 #unsat=134 bias=134/135
10.47/10.54	c Solving starts ...
10.47/10.54	c ============================[ Search Statistics ]============================
10.47/10.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.47/10.54	c       |         |          |          |    Limit     GC | Var      | Constra 
10.47/10.54	c =============================================================================
10.47/10.54	c  0.0s |       0 |        0 |        0 |    46966      0 |      127 |      132
10.57/10.60	c  0.1s |       0 |        7 |        1 |    46966      0 |      127 |      133
10.57/10.60	c #cpu_time = 0.060s
10.57/10.60	c #wall_clock_time = 0.060s
10.57/10.60	c #decision = 7
10.57/10.60	c #random_decision = 0
10.57/10.60	c #conflict = 1
10.57/10.60	c #restart = 0
10.57/10.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
10.57/10.60	c lower bound updated to -1400
10.57/10.60	c BCD2: 134 <= obj <= 1489
10.57/10.60	c BCD2: #cores=6, #unrelaxed=1394, #relaxed=140, #hardened=0
10.57/10.60	c BCD2: #sat=1 #unsat=135 bias=135/136
10.57/10.60	c Solving starts ...
10.57/10.60	c ============================[ Search Statistics ]============================
10.57/10.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.57/10.60	c       |         |          |          |    Limit     GC | Var      | Constra 
10.57/10.60	c =============================================================================
10.57/10.60	c  0.0s |       0 |        0 |        0 |    46966      0 |      128 |      133
10.57/10.66	c  0.1s |       0 |        7 |        1 |    46966      0 |      128 |      134
10.57/10.66	c #cpu_time = 0.060s
10.57/10.66	c #wall_clock_time = 0.060s
10.57/10.66	c #decision = 7
10.57/10.66	c #random_decision = 0
10.57/10.66	c #conflict = 1
10.57/10.66	c #restart = 0
10.57/10.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
10.57/10.66	c lower bound updated to -1399
10.57/10.66	c BCD2: 135 <= obj <= 1489
10.57/10.66	c BCD2: #cores=6, #unrelaxed=1393, #relaxed=141, #hardened=0
10.57/10.66	c BCD2: #sat=1 #unsat=136 bias=136/137
10.57/10.66	c Solving starts ...
10.57/10.66	c ============================[ Search Statistics ]============================
10.57/10.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.57/10.66	c       |         |          |          |    Limit     GC | Var      | Constra 
10.57/10.66	c =============================================================================
10.57/10.66	c  0.0s |       0 |        0 |        0 |    46966      0 |      129 |      134
10.67/10.72	c  0.1s |       0 |        7 |        1 |    46966      0 |      129 |      135
10.67/10.72	c #cpu_time = 0.059s
10.67/10.72	c #wall_clock_time = 0.060s
10.67/10.72	c #decision = 7
10.67/10.72	c #random_decision = 0
10.67/10.72	c #conflict = 1
10.67/10.72	c #restart = 0
10.67/10.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
10.67/10.72	c lower bound updated to -1398
10.67/10.72	c BCD2: 136 <= obj <= 1489
10.67/10.72	c BCD2: #cores=6, #unrelaxed=1392, #relaxed=142, #hardened=0
10.67/10.72	c BCD2: #sat=1 #unsat=137 bias=137/138
10.67/10.72	c Solving starts ...
10.67/10.72	c ============================[ Search Statistics ]============================
10.67/10.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.67/10.72	c       |         |          |          |    Limit     GC | Var      | Constra 
10.67/10.72	c =============================================================================
10.67/10.72	c  0.0s |       0 |        0 |        0 |    46966      0 |      130 |      135
10.67/10.78	c  0.1s |       0 |        7 |        1 |    46966      0 |      130 |      136
10.67/10.78	c #cpu_time = 0.059s
10.67/10.78	c #wall_clock_time = 0.060s
10.67/10.78	c #decision = 7
10.67/10.78	c #random_decision = 0
10.67/10.78	c #conflict = 1
10.67/10.78	c #restart = 0
10.67/10.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
10.67/10.78	c lower bound updated to -1397
10.67/10.78	c BCD2: 137 <= obj <= 1489
10.67/10.78	c BCD2: #cores=6, #unrelaxed=1391, #relaxed=143, #hardened=0
10.67/10.78	c BCD2: #sat=1 #unsat=138 bias=138/139
10.67/10.78	c Solving starts ...
10.67/10.78	c ============================[ Search Statistics ]============================
10.67/10.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.67/10.78	c       |         |          |          |    Limit     GC | Var      | Constra 
10.67/10.78	c =============================================================================
10.67/10.78	c  0.0s |       0 |        0 |        0 |    46966      0 |      131 |      136
10.77/10.84	c  0.1s |       0 |        7 |        1 |    46966      0 |      131 |      137
10.77/10.84	c #cpu_time = 0.059s
10.77/10.84	c #wall_clock_time = 0.059s
10.77/10.84	c #decision = 7
10.77/10.84	c #random_decision = 0
10.77/10.84	c #conflict = 1
10.77/10.84	c #restart = 0
10.77/10.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
10.77/10.84	c lower bound updated to -1396
10.77/10.85	c BCD2: 138 <= obj <= 1489
10.77/10.85	c BCD2: #cores=6, #unrelaxed=1390, #relaxed=144, #hardened=0
10.77/10.85	c BCD2: #sat=1 #unsat=139 bias=139/140
10.77/10.85	c Solving starts ...
10.77/10.85	c ============================[ Search Statistics ]============================
10.77/10.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.77/10.85	c       |         |          |          |    Limit     GC | Var      | Constra 
10.77/10.85	c =============================================================================
10.77/10.85	c  0.0s |       0 |        0 |        0 |    46966      0 |      132 |      137
10.87/10.91	c  0.1s |       0 |        7 |        1 |    46966      0 |      132 |      138
10.87/10.91	c #cpu_time = 0.059s
10.87/10.91	c #wall_clock_time = 0.059s
10.87/10.91	c #decision = 7
10.87/10.91	c #random_decision = 0
10.87/10.91	c #conflict = 1
10.87/10.91	c #restart = 0
10.87/10.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
10.87/10.91	c lower bound updated to -1395
10.87/10.91	c BCD2: 139 <= obj <= 1489
10.87/10.91	c BCD2: #cores=6, #unrelaxed=1389, #relaxed=145, #hardened=0
10.87/10.91	c BCD2: #sat=1 #unsat=140 bias=140/141
10.87/10.91	c Solving starts ...
10.87/10.91	c ============================[ Search Statistics ]============================
10.87/10.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.87/10.91	c       |         |          |          |    Limit     GC | Var      | Constra 
10.87/10.91	c =============================================================================
10.87/10.91	c  0.0s |       0 |        0 |        0 |    46966      0 |      133 |      138
10.87/10.97	c  0.1s |       0 |        7 |        1 |    46966      0 |      133 |      139
10.87/10.97	c #cpu_time = 0.059s
10.87/10.97	c #wall_clock_time = 0.059s
10.87/10.97	c #decision = 7
10.87/10.97	c #random_decision = 0
10.87/10.97	c #conflict = 1
10.87/10.97	c #restart = 0
10.87/10.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
10.87/10.97	c lower bound updated to -1394
10.87/10.97	c BCD2: 140 <= obj <= 1489
10.87/10.97	c BCD2: #cores=6, #unrelaxed=1388, #relaxed=146, #hardened=0
10.87/10.97	c BCD2: #sat=1 #unsat=141 bias=141/142
10.87/10.97	c Solving starts ...
10.87/10.97	c ============================[ Search Statistics ]============================
10.87/10.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.87/10.97	c       |         |          |          |    Limit     GC | Var      | Constra 
10.87/10.97	c =============================================================================
10.87/10.97	c  0.0s |       0 |        0 |        0 |    46966      0 |      134 |      139
10.98/11.03	c  0.1s |       0 |        7 |        1 |    46966      0 |      134 |      140
10.98/11.03	c #cpu_time = 0.059s
10.98/11.03	c #wall_clock_time = 0.060s
10.98/11.03	c #decision = 7
10.98/11.03	c #random_decision = 0
10.98/11.03	c #conflict = 1
10.98/11.03	c #restart = 0
10.98/11.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
10.98/11.03	c lower bound updated to -1393
10.98/11.03	c BCD2: 141 <= obj <= 1489
10.98/11.03	c BCD2: #cores=6, #unrelaxed=1387, #relaxed=147, #hardened=0
10.98/11.03	c BCD2: #sat=1 #unsat=142 bias=142/143
10.98/11.03	c Solving starts ...
10.98/11.03	c ============================[ Search Statistics ]============================
10.98/11.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.98/11.03	c       |         |          |          |    Limit     GC | Var      | Constra 
10.98/11.03	c =============================================================================
10.98/11.03	c  0.0s |       0 |        0 |        0 |    46966      0 |      135 |      140
10.98/11.09	c  0.1s |       0 |        7 |        1 |    46966      0 |      135 |      141
10.98/11.09	c #cpu_time = 0.061s
10.98/11.09	c #wall_clock_time = 0.061s
10.98/11.09	c #decision = 7
10.98/11.09	c #random_decision = 0
10.98/11.09	c #conflict = 1
10.98/11.09	c #restart = 0
10.98/11.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
10.98/11.09	c lower bound updated to -1392
10.98/11.09	c BCD2: 142 <= obj <= 1489
10.98/11.09	c BCD2: #cores=6, #unrelaxed=1386, #relaxed=148, #hardened=0
10.98/11.09	c BCD2: #sat=1 #unsat=143 bias=143/144
10.98/11.09	c Solving starts ...
10.98/11.09	c ============================[ Search Statistics ]============================
10.98/11.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.98/11.09	c       |         |          |          |    Limit     GC | Var      | Constra 
10.98/11.09	c =============================================================================
10.98/11.09	c  0.0s |       0 |        0 |        0 |    46966      0 |      136 |      141
11.08/11.16	c  0.1s |       0 |        7 |        1 |    46966      0 |      136 |      142
11.08/11.16	c #cpu_time = 0.061s
11.08/11.16	c #wall_clock_time = 0.061s
11.08/11.16	c #decision = 7
11.08/11.16	c #random_decision = 0
11.08/11.16	c #conflict = 1
11.08/11.16	c #restart = 0
11.08/11.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
11.08/11.16	c lower bound updated to -1391
11.08/11.16	c BCD2: 143 <= obj <= 1489
11.08/11.16	c BCD2: #cores=6, #unrelaxed=1385, #relaxed=149, #hardened=0
11.08/11.16	c BCD2: #sat=1 #unsat=144 bias=144/145
11.08/11.16	c Solving starts ...
11.08/11.16	c ============================[ Search Statistics ]============================
11.08/11.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.08/11.16	c       |         |          |          |    Limit     GC | Var      | Constra 
11.08/11.16	c =============================================================================
11.08/11.16	c  0.0s |       0 |        0 |        0 |    46966      0 |      137 |      142
11.17/11.22	c  0.1s |       0 |        7 |        1 |    46966      0 |      137 |      143
11.17/11.22	c #cpu_time = 0.060s
11.17/11.22	c #wall_clock_time = 0.060s
11.17/11.22	c #decision = 7
11.17/11.22	c #random_decision = 0
11.17/11.22	c #conflict = 1
11.17/11.22	c #restart = 0
11.17/11.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
11.17/11.22	c lower bound updated to -1390
11.17/11.22	c BCD2: 144 <= obj <= 1489
11.17/11.22	c BCD2: #cores=6, #unrelaxed=1384, #relaxed=150, #hardened=0
11.17/11.22	c BCD2: #sat=1 #unsat=145 bias=145/146
11.17/11.22	c Solving starts ...
11.17/11.22	c ============================[ Search Statistics ]============================
11.17/11.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.17/11.22	c       |         |          |          |    Limit     GC | Var      | Constra 
11.17/11.22	c =============================================================================
11.17/11.22	c  0.0s |       0 |        0 |        0 |    46966      0 |      138 |      143
11.17/11.28	c  0.1s |       0 |        7 |        1 |    46966      0 |      138 |      144
11.17/11.28	c #cpu_time = 0.059s
11.17/11.28	c #wall_clock_time = 0.060s
11.17/11.28	c #decision = 7
11.17/11.28	c #random_decision = 0
11.17/11.28	c #conflict = 1
11.17/11.28	c #restart = 0
11.17/11.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
11.17/11.28	c lower bound updated to -1389
11.17/11.28	c BCD2: 145 <= obj <= 1489
11.17/11.28	c BCD2: #cores=6, #unrelaxed=1383, #relaxed=151, #hardened=0
11.17/11.28	c BCD2: #sat=1 #unsat=146 bias=146/147
11.17/11.28	c Solving starts ...
11.17/11.28	c ============================[ Search Statistics ]============================
11.17/11.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.17/11.28	c       |         |          |          |    Limit     GC | Var      | Constra 
11.17/11.28	c =============================================================================
11.17/11.28	c  0.0s |       0 |        0 |        0 |    46966      0 |      139 |      144
11.27/11.34	c  0.1s |       0 |        7 |        1 |    46966      0 |      139 |      145
11.27/11.34	c #cpu_time = 0.059s
11.27/11.34	c #wall_clock_time = 0.060s
11.27/11.34	c #decision = 7
11.27/11.34	c #random_decision = 0
11.27/11.34	c #conflict = 1
11.27/11.34	c #restart = 0
11.27/11.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
11.27/11.34	c lower bound updated to -1388
11.27/11.35	c BCD2: 146 <= obj <= 1489
11.27/11.35	c BCD2: #cores=6, #unrelaxed=1382, #relaxed=152, #hardened=0
11.27/11.35	c BCD2: #sat=1 #unsat=147 bias=147/148
11.27/11.35	c Solving starts ...
11.27/11.35	c ============================[ Search Statistics ]============================
11.27/11.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.27/11.35	c       |         |          |          |    Limit     GC | Var      | Constra 
11.27/11.35	c =============================================================================
11.27/11.35	c  0.0s |       0 |        0 |        0 |    46966      0 |      140 |      145
11.37/11.40	c  0.1s |       0 |        7 |        1 |    46966      0 |      140 |      146
11.37/11.40	c #cpu_time = 0.058s
11.37/11.40	c #wall_clock_time = 0.058s
11.37/11.40	c #decision = 7
11.37/11.40	c #random_decision = 0
11.37/11.40	c #conflict = 1
11.37/11.40	c #restart = 0
11.37/11.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
11.37/11.40	c lower bound updated to -1387
11.37/11.41	c BCD2: 147 <= obj <= 1489
11.37/11.41	c BCD2: #cores=6, #unrelaxed=1381, #relaxed=153, #hardened=0
11.37/11.41	c BCD2: #sat=1 #unsat=148 bias=148/149
11.37/11.41	c Solving starts ...
11.37/11.41	c ============================[ Search Statistics ]============================
11.37/11.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.37/11.41	c       |         |          |          |    Limit     GC | Var      | Constra 
11.37/11.41	c =============================================================================
11.37/11.41	c  0.0s |       0 |        0 |        0 |    46966      0 |      141 |      146
11.37/11.47	c  0.1s |       0 |        7 |        1 |    46966      0 |      141 |      147
11.37/11.47	c #cpu_time = 0.059s
11.37/11.47	c #wall_clock_time = 0.059s
11.37/11.47	c #decision = 7
11.37/11.47	c #random_decision = 0
11.37/11.47	c #conflict = 1
11.37/11.47	c #restart = 0
11.37/11.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
11.37/11.47	c lower bound updated to -1386
11.37/11.47	c BCD2: 148 <= obj <= 1489
11.37/11.47	c BCD2: #cores=6, #unrelaxed=1380, #relaxed=154, #hardened=0
11.37/11.47	c BCD2: #sat=1 #unsat=149 bias=149/150
11.37/11.47	c Solving starts ...
11.37/11.47	c ============================[ Search Statistics ]============================
11.37/11.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.37/11.47	c       |         |          |          |    Limit     GC | Var      | Constra 
11.37/11.47	c =============================================================================
11.37/11.47	c  0.0s |       0 |        0 |        0 |    46966      0 |      142 |      147
11.47/11.53	c  0.1s |       0 |        7 |        1 |    46966      0 |      142 |      148
11.47/11.53	c #cpu_time = 0.060s
11.47/11.53	c #wall_clock_time = 0.060s
11.47/11.53	c #decision = 7
11.47/11.53	c #random_decision = 0
11.47/11.53	c #conflict = 1
11.47/11.53	c #restart = 0
11.47/11.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
11.47/11.53	c lower bound updated to -1385
11.47/11.53	c BCD2: 149 <= obj <= 1489
11.47/11.53	c BCD2: #cores=6, #unrelaxed=1379, #relaxed=155, #hardened=0
11.47/11.53	c BCD2: #sat=1 #unsat=150 bias=150/151
11.47/11.53	c Solving starts ...
11.47/11.53	c ============================[ Search Statistics ]============================
11.47/11.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.47/11.53	c       |         |          |          |    Limit     GC | Var      | Constra 
11.47/11.53	c =============================================================================
11.47/11.53	c  0.0s |       0 |        0 |        0 |    46966      0 |      143 |      148
11.47/11.59	c  0.1s |       0 |        7 |        1 |    46966      0 |      143 |      149
11.47/11.59	c #cpu_time = 0.060s
11.47/11.59	c #wall_clock_time = 0.060s
11.47/11.59	c #decision = 7
11.47/11.59	c #random_decision = 0
11.47/11.59	c #conflict = 1
11.47/11.59	c #restart = 0
11.47/11.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
11.47/11.59	c lower bound updated to -1384
11.47/11.59	c BCD2: 150 <= obj <= 1489
11.47/11.59	c BCD2: #cores=6, #unrelaxed=1378, #relaxed=156, #hardened=0
11.47/11.59	c BCD2: #sat=1 #unsat=151 bias=151/152
11.47/11.59	c Solving starts ...
11.47/11.59	c ============================[ Search Statistics ]============================
11.47/11.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.47/11.59	c       |         |          |          |    Limit     GC | Var      | Constra 
11.47/11.59	c =============================================================================
11.47/11.59	c  0.0s |       0 |        0 |        0 |    46966      0 |      144 |      149
11.57/11.65	c  0.1s |       0 |        7 |        0 |    46966      0 |      144 |      150
11.57/11.65	c #cpu_time = 0.060s
11.57/11.65	c #wall_clock_time = 0.060s
11.57/11.65	c #decision = 7
11.57/11.65	c #random_decision = 0
11.57/11.65	c #conflict = 0
11.57/11.65	c #restart = 0
11.57/11.65	c BCD2: found a new core of size 2: cost of the new core is >=1
11.57/11.65	c lower bound updated to -1383
11.57/11.66	c BCD2: 151 <= obj <= 1489
11.57/11.66	c BCD2: #cores=7, #unrelaxed=1376, #relaxed=158, #hardened=0
11.57/11.66	c BCD2: #sat=1 #unsat=152 bias=152/153
11.57/11.66	c Solving starts ...
11.57/11.66	c ============================[ Search Statistics ]============================
11.57/11.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.57/11.66	c       |         |          |          |    Limit     GC | Var      | Constra 
11.57/11.66	c =============================================================================
11.57/11.66	c  0.0s |       0 |        0 |        0 |    46966      0 |      144 |      151
11.67/11.72	c  0.1s |       0 |        8 |        1 |    46966      0 |      144 |      151
11.67/11.72	c #cpu_time = 0.058s
11.67/11.72	c #wall_clock_time = 0.058s
11.67/11.72	c #decision = 8
11.67/11.72	c #random_decision = 0
11.67/11.72	c #conflict = 1
11.67/11.72	c #restart = 0
11.67/11.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
11.67/11.72	c lower bound updated to -1382
11.67/11.72	c BCD2: 152 <= obj <= 1489
11.67/11.72	c BCD2: #cores=7, #unrelaxed=1375, #relaxed=159, #hardened=0
11.67/11.72	c BCD2: #sat=1 #unsat=153 bias=153/154
11.67/11.72	c Solving starts ...
11.67/11.72	c ============================[ Search Statistics ]============================
11.67/11.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.67/11.72	c       |         |          |          |    Limit     GC | Var      | Constra 
11.67/11.72	c =============================================================================
11.67/11.72	c  0.0s |       0 |        0 |        0 |    46966      0 |      145 |      151
11.67/11.78	c  0.1s |       0 |        8 |        1 |    46966      0 |      145 |      152
11.67/11.78	c #cpu_time = 0.059s
11.67/11.78	c #wall_clock_time = 0.059s
11.67/11.78	c #decision = 8
11.67/11.78	c #random_decision = 0
11.67/11.78	c #conflict = 1
11.67/11.78	c #restart = 0
11.67/11.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
11.67/11.78	c lower bound updated to -1381
11.67/11.78	c BCD2: 153 <= obj <= 1489
11.67/11.78	c BCD2: #cores=7, #unrelaxed=1374, #relaxed=160, #hardened=0
11.67/11.78	c BCD2: #sat=1 #unsat=154 bias=154/155
11.67/11.78	c Solving starts ...
11.67/11.78	c ============================[ Search Statistics ]============================
11.67/11.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.67/11.78	c       |         |          |          |    Limit     GC | Var      | Constra 
11.67/11.78	c =============================================================================
11.67/11.78	c  0.0s |       0 |        0 |        0 |    46966      0 |      146 |      152
11.77/11.84	c  0.1s |       0 |        8 |        1 |    46966      0 |      146 |      153
11.77/11.84	c #cpu_time = 0.060s
11.77/11.84	c #wall_clock_time = 0.060s
11.77/11.84	c #decision = 8
11.77/11.84	c #random_decision = 0
11.77/11.84	c #conflict = 1
11.77/11.84	c #restart = 0
11.77/11.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
11.77/11.84	c lower bound updated to -1380
11.77/11.85	c BCD2: 154 <= obj <= 1489
11.77/11.85	c BCD2: #cores=7, #unrelaxed=1373, #relaxed=161, #hardened=0
11.77/11.85	c BCD2: #sat=1 #unsat=155 bias=155/156
11.77/11.85	c Solving starts ...
11.77/11.85	c ============================[ Search Statistics ]============================
11.77/11.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.77/11.85	c       |         |          |          |    Limit     GC | Var      | Constra 
11.77/11.85	c =============================================================================
11.77/11.85	c  0.0s |       0 |        0 |        0 |    46966      0 |      147 |      153
11.87/11.91	c  0.1s |       0 |        8 |        1 |    46966      0 |      147 |      154
11.87/11.91	c #cpu_time = 0.058s
11.87/11.91	c #wall_clock_time = 0.058s
11.87/11.91	c #decision = 8
11.87/11.91	c #random_decision = 0
11.87/11.91	c #conflict = 1
11.87/11.91	c #restart = 0
11.87/11.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
11.87/11.91	c lower bound updated to -1379
11.87/11.91	c BCD2: 155 <= obj <= 1489
11.87/11.91	c BCD2: #cores=7, #unrelaxed=1372, #relaxed=162, #hardened=0
11.87/11.91	c BCD2: #sat=1 #unsat=156 bias=156/157
11.87/11.91	c Solving starts ...
11.87/11.91	c ============================[ Search Statistics ]============================
11.87/11.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.87/11.91	c       |         |          |          |    Limit     GC | Var      | Constra 
11.87/11.91	c =============================================================================
11.87/11.91	c  0.0s |       0 |        0 |        0 |    46966      0 |      148 |      154
11.87/11.97	c  0.1s |       0 |        8 |        1 |    46966      0 |      148 |      155
11.87/11.97	c #cpu_time = 0.059s
11.87/11.97	c #wall_clock_time = 0.060s
11.87/11.97	c #decision = 8
11.87/11.97	c #random_decision = 0
11.87/11.97	c #conflict = 1
11.87/11.97	c #restart = 0
11.87/11.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
11.87/11.97	c lower bound updated to -1378
11.87/11.97	c BCD2: 156 <= obj <= 1489
11.87/11.97	c BCD2: #cores=7, #unrelaxed=1371, #relaxed=163, #hardened=0
11.87/11.97	c BCD2: #sat=1 #unsat=157 bias=157/158
11.87/11.97	c Solving starts ...
11.87/11.97	c ============================[ Search Statistics ]============================
11.87/11.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.87/11.97	c       |         |          |          |    Limit     GC | Var      | Constra 
11.87/11.97	c =============================================================================
11.87/11.97	c  0.0s |       0 |        0 |        0 |    46966      0 |      149 |      155
11.97/12.03	c  0.1s |       0 |        8 |        1 |    46966      0 |      149 |      156
11.97/12.03	c #cpu_time = 0.059s
11.97/12.03	c #wall_clock_time = 0.059s
11.97/12.03	c #decision = 8
11.97/12.03	c #random_decision = 0
11.97/12.03	c #conflict = 1
11.97/12.03	c #restart = 0
11.97/12.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
11.97/12.03	c lower bound updated to -1377
11.97/12.03	c BCD2: 157 <= obj <= 1489
11.97/12.03	c BCD2: #cores=7, #unrelaxed=1370, #relaxed=164, #hardened=0
11.97/12.03	c BCD2: #sat=1 #unsat=158 bias=158/159
11.97/12.03	c Solving starts ...
11.97/12.03	c ============================[ Search Statistics ]============================
11.97/12.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.97/12.03	c       |         |          |          |    Limit     GC | Var      | Constra 
11.97/12.03	c =============================================================================
11.97/12.03	c  0.0s |       0 |        0 |        0 |    46966      0 |      150 |      156
11.97/12.09	c  0.1s |       0 |        8 |        1 |    46966      0 |      150 |      157
11.97/12.09	c #cpu_time = 0.060s
11.97/12.09	c #wall_clock_time = 0.060s
11.97/12.09	c #decision = 8
11.97/12.09	c #random_decision = 0
11.97/12.09	c #conflict = 1
11.97/12.09	c #restart = 0
11.97/12.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
11.97/12.09	c lower bound updated to -1376
11.97/12.09	c BCD2: 158 <= obj <= 1489
11.97/12.09	c BCD2: #cores=7, #unrelaxed=1369, #relaxed=165, #hardened=0
11.97/12.09	c BCD2: #sat=1 #unsat=159 bias=159/160
11.97/12.09	c Solving starts ...
11.97/12.09	c ============================[ Search Statistics ]============================
11.97/12.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.97/12.09	c       |         |          |          |    Limit     GC | Var      | Constra 
11.97/12.09	c =============================================================================
11.97/12.09	c  0.0s |       0 |        0 |        0 |    46966      0 |      151 |      157
12.08/12.15	c  0.1s |       0 |        8 |        1 |    46966      0 |      151 |      158
12.08/12.15	c #cpu_time = 0.060s
12.08/12.15	c #wall_clock_time = 0.060s
12.08/12.15	c #decision = 8
12.08/12.15	c #random_decision = 0
12.08/12.15	c #conflict = 1
12.08/12.15	c #restart = 0
12.08/12.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
12.08/12.15	c lower bound updated to -1375
12.08/12.15	c BCD2: 159 <= obj <= 1489
12.08/12.15	c BCD2: #cores=7, #unrelaxed=1368, #relaxed=166, #hardened=0
12.08/12.15	c BCD2: #sat=1 #unsat=160 bias=160/161
12.08/12.15	c Solving starts ...
12.08/12.15	c ============================[ Search Statistics ]============================
12.08/12.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.08/12.15	c       |         |          |          |    Limit     GC | Var      | Constra 
12.08/12.15	c =============================================================================
12.08/12.15	c  0.0s |       0 |        0 |        0 |    46966      0 |      152 |      158
12.18/12.21	c  0.1s |       0 |        8 |        1 |    46966      0 |      152 |      159
12.18/12.21	c #cpu_time = 0.060s
12.18/12.21	c #wall_clock_time = 0.060s
12.18/12.21	c #decision = 8
12.18/12.21	c #random_decision = 0
12.18/12.21	c #conflict = 1
12.18/12.21	c #restart = 0
12.18/12.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
12.18/12.21	c lower bound updated to -1374
12.18/12.21	c BCD2: 160 <= obj <= 1489
12.18/12.21	c BCD2: #cores=7, #unrelaxed=1367, #relaxed=167, #hardened=0
12.18/12.21	c BCD2: #sat=1 #unsat=161 bias=161/162
12.18/12.21	c Solving starts ...
12.18/12.21	c ============================[ Search Statistics ]============================
12.18/12.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.18/12.21	c       |         |          |          |    Limit     GC | Var      | Constra 
12.18/12.21	c =============================================================================
12.18/12.21	c  0.0s |       0 |        0 |        0 |    46966      0 |      153 |      159
12.18/12.27	c  0.1s |       0 |        8 |        1 |    46966      0 |      153 |      160
12.18/12.27	c #cpu_time = 0.060s
12.18/12.27	c #wall_clock_time = 0.060s
12.18/12.27	c #decision = 8
12.18/12.27	c #random_decision = 0
12.18/12.27	c #conflict = 1
12.18/12.27	c #restart = 0
12.18/12.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
12.18/12.27	c lower bound updated to -1373
12.18/12.27	c BCD2: 161 <= obj <= 1489
12.18/12.27	c BCD2: #cores=7, #unrelaxed=1366, #relaxed=168, #hardened=0
12.18/12.27	c BCD2: #sat=1 #unsat=162 bias=162/163
12.18/12.27	c Solving starts ...
12.18/12.27	c ============================[ Search Statistics ]============================
12.18/12.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.18/12.27	c       |         |          |          |    Limit     GC | Var      | Constra 
12.18/12.27	c =============================================================================
12.18/12.27	c  0.0s |       0 |        0 |        0 |    46966      0 |      154 |      160
12.27/12.33	c  0.1s |       0 |        8 |        1 |    46966      0 |      154 |      161
12.27/12.33	c #cpu_time = 0.060s
12.27/12.33	c #wall_clock_time = 0.061s
12.27/12.33	c #decision = 8
12.27/12.33	c #random_decision = 0
12.27/12.33	c #conflict = 1
12.27/12.33	c #restart = 0
12.27/12.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
12.27/12.33	c lower bound updated to -1372
12.27/12.34	c BCD2: 162 <= obj <= 1489
12.27/12.34	c BCD2: #cores=7, #unrelaxed=1365, #relaxed=169, #hardened=0
12.27/12.34	c BCD2: #sat=1 #unsat=163 bias=163/164
12.27/12.34	c Solving starts ...
12.27/12.34	c ============================[ Search Statistics ]============================
12.27/12.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.27/12.34	c       |         |          |          |    Limit     GC | Var      | Constra 
12.27/12.34	c =============================================================================
12.27/12.34	c  0.0s |       0 |        0 |        0 |    46966      0 |      155 |      161
12.37/12.40	c  0.1s |       0 |        8 |        1 |    46966      0 |      155 |      162
12.37/12.40	c #cpu_time = 0.059s
12.37/12.40	c #wall_clock_time = 0.059s
12.37/12.40	c #decision = 8
12.37/12.40	c #random_decision = 0
12.37/12.40	c #conflict = 1
12.37/12.40	c #restart = 0
12.37/12.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
12.37/12.40	c lower bound updated to -1371
12.37/12.40	c BCD2: 163 <= obj <= 1489
12.37/12.40	c BCD2: #cores=7, #unrelaxed=1364, #relaxed=170, #hardened=0
12.37/12.40	c BCD2: #sat=1 #unsat=164 bias=164/165
12.37/12.40	c Solving starts ...
12.37/12.40	c ============================[ Search Statistics ]============================
12.37/12.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.37/12.40	c       |         |          |          |    Limit     GC | Var      | Constra 
12.37/12.40	c =============================================================================
12.37/12.40	c  0.0s |       0 |        0 |        0 |    46966      0 |      156 |      162
12.37/12.46	c  0.1s |       0 |        8 |        1 |    46966      0 |      156 |      163
12.37/12.46	c #cpu_time = 0.059s
12.37/12.46	c #wall_clock_time = 0.060s
12.37/12.46	c #decision = 8
12.37/12.46	c #random_decision = 0
12.37/12.46	c #conflict = 1
12.37/12.46	c #restart = 0
12.37/12.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
12.37/12.46	c lower bound updated to -1370
12.37/12.46	c BCD2: 164 <= obj <= 1489
12.37/12.46	c BCD2: #cores=7, #unrelaxed=1363, #relaxed=171, #hardened=0
12.37/12.46	c BCD2: #sat=1 #unsat=165 bias=165/166
12.37/12.46	c Solving starts ...
12.37/12.46	c ============================[ Search Statistics ]============================
12.37/12.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.37/12.46	c       |         |          |          |    Limit     GC | Var      | Constra 
12.37/12.46	c =============================================================================
12.37/12.46	c  0.0s |       0 |        0 |        0 |    46966      0 |      157 |      163
12.47/12.52	c  0.1s |       0 |        8 |        1 |    46966      0 |      157 |      164
12.47/12.52	c #cpu_time = 0.059s
12.47/12.52	c #wall_clock_time = 0.059s
12.47/12.52	c #decision = 8
12.47/12.52	c #random_decision = 0
12.47/12.52	c #conflict = 1
12.47/12.52	c #restart = 0
12.47/12.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
12.47/12.52	c lower bound updated to -1369
12.47/12.52	c BCD2: 165 <= obj <= 1489
12.47/12.52	c BCD2: #cores=7, #unrelaxed=1362, #relaxed=172, #hardened=0
12.47/12.52	c BCD2: #sat=1 #unsat=166 bias=166/167
12.47/12.52	c Solving starts ...
12.47/12.52	c ============================[ Search Statistics ]============================
12.47/12.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.47/12.52	c       |         |          |          |    Limit     GC | Var      | Constra 
12.47/12.52	c =============================================================================
12.47/12.52	c  0.0s |       0 |        0 |        0 |    46966      0 |      158 |      164
12.47/12.58	c  0.1s |       0 |        8 |        1 |    46966      0 |      158 |      165
12.47/12.58	c #cpu_time = 0.060s
12.47/12.58	c #wall_clock_time = 0.061s
12.47/12.58	c #decision = 8
12.47/12.58	c #random_decision = 0
12.47/12.58	c #conflict = 1
12.47/12.58	c #restart = 0
12.47/12.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
12.47/12.58	c lower bound updated to -1368
12.47/12.58	c BCD2: 166 <= obj <= 1489
12.47/12.58	c BCD2: #cores=7, #unrelaxed=1361, #relaxed=173, #hardened=0
12.47/12.58	c BCD2: #sat=1 #unsat=167 bias=167/168
12.47/12.58	c Solving starts ...
12.47/12.58	c ============================[ Search Statistics ]============================
12.47/12.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.47/12.58	c       |         |          |          |    Limit     GC | Var      | Constra 
12.47/12.58	c =============================================================================
12.47/12.58	c  0.0s |       0 |        0 |        0 |    46966      0 |      159 |      165
12.57/12.64	c  0.1s |       0 |        8 |        1 |    46966      0 |      159 |      166
12.57/12.64	c #cpu_time = 0.060s
12.57/12.64	c #wall_clock_time = 0.060s
12.57/12.64	c #decision = 8
12.57/12.64	c #random_decision = 0
12.57/12.64	c #conflict = 1
12.57/12.64	c #restart = 0
12.57/12.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
12.57/12.64	c lower bound updated to -1367
12.57/12.65	c BCD2: 167 <= obj <= 1489
12.57/12.65	c BCD2: #cores=7, #unrelaxed=1360, #relaxed=174, #hardened=0
12.57/12.65	c BCD2: #sat=1 #unsat=168 bias=168/169
12.57/12.65	c Solving starts ...
12.57/12.65	c ============================[ Search Statistics ]============================
12.57/12.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.57/12.65	c       |         |          |          |    Limit     GC | Var      | Constra 
12.57/12.65	c =============================================================================
12.57/12.65	c  0.0s |       0 |        0 |        0 |    46966      0 |      160 |      166
12.67/12.71	c  0.1s |       0 |        8 |        1 |    46966      0 |      160 |      167
12.67/12.71	c #cpu_time = 0.060s
12.67/12.71	c #wall_clock_time = 0.060s
12.67/12.71	c #decision = 8
12.67/12.71	c #random_decision = 0
12.67/12.71	c #conflict = 1
12.67/12.71	c #restart = 0
12.67/12.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
12.67/12.71	c lower bound updated to -1366
12.67/12.71	c BCD2: 168 <= obj <= 1489
12.67/12.71	c BCD2: #cores=7, #unrelaxed=1359, #relaxed=175, #hardened=0
12.67/12.71	c BCD2: #sat=1 #unsat=169 bias=169/170
12.67/12.71	c Solving starts ...
12.67/12.71	c ============================[ Search Statistics ]============================
12.67/12.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.67/12.71	c       |         |          |          |    Limit     GC | Var      | Constra 
12.67/12.71	c =============================================================================
12.67/12.71	c  0.0s |       0 |        0 |        0 |    46966      0 |      161 |      167
12.67/12.77	c  0.1s |       0 |        8 |        1 |    46966      0 |      161 |      168
12.67/12.77	c #cpu_time = 0.059s
12.67/12.77	c #wall_clock_time = 0.060s
12.67/12.77	c #decision = 8
12.67/12.77	c #random_decision = 0
12.67/12.77	c #conflict = 1
12.67/12.77	c #restart = 0
12.67/12.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
12.67/12.77	c lower bound updated to -1365
12.67/12.77	c BCD2: 169 <= obj <= 1489
12.67/12.77	c BCD2: #cores=7, #unrelaxed=1358, #relaxed=176, #hardened=0
12.67/12.77	c BCD2: #sat=1 #unsat=170 bias=170/171
12.67/12.77	c Solving starts ...
12.67/12.77	c ============================[ Search Statistics ]============================
12.67/12.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.67/12.77	c       |         |          |          |    Limit     GC | Var      | Constra 
12.67/12.77	c =============================================================================
12.67/12.77	c  0.0s |       0 |        0 |        0 |    46966      0 |      162 |      168
12.77/12.83	c  0.1s |       0 |        8 |        1 |    46966      0 |      162 |      169
12.77/12.83	c #cpu_time = 0.060s
12.77/12.83	c #wall_clock_time = 0.060s
12.77/12.83	c #decision = 8
12.77/12.83	c #random_decision = 0
12.77/12.83	c #conflict = 1
12.77/12.83	c #restart = 0
12.77/12.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
12.77/12.83	c lower bound updated to -1364
12.77/12.84	c BCD2: 170 <= obj <= 1489
12.77/12.84	c BCD2: #cores=7, #unrelaxed=1357, #relaxed=177, #hardened=0
12.77/12.84	c BCD2: #sat=1 #unsat=171 bias=171/172
12.77/12.84	c Solving starts ...
12.77/12.84	c ============================[ Search Statistics ]============================
12.77/12.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.77/12.84	c       |         |          |          |    Limit     GC | Var      | Constra 
12.77/12.84	c =============================================================================
12.77/12.84	c  0.0s |       0 |        0 |        0 |    46966      0 |      163 |      169
12.77/12.89	c  0.1s |       0 |        8 |        1 |    46966      0 |      163 |      170
12.77/12.89	c #cpu_time = 0.058s
12.77/12.89	c #wall_clock_time = 0.058s
12.77/12.89	c #decision = 8
12.77/12.89	c #random_decision = 0
12.77/12.89	c #conflict = 1
12.77/12.89	c #restart = 0
12.77/12.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
12.77/12.89	c lower bound updated to -1363
12.77/12.89	c BCD2: 171 <= obj <= 1489
12.77/12.89	c BCD2: #cores=7, #unrelaxed=1356, #relaxed=178, #hardened=0
12.77/12.89	c BCD2: #sat=1 #unsat=172 bias=172/173
12.77/12.89	c Solving starts ...
12.77/12.89	c ============================[ Search Statistics ]============================
12.77/12.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.77/12.89	c       |         |          |          |    Limit     GC | Var      | Constra 
12.77/12.89	c =============================================================================
12.77/12.89	c  0.0s |       0 |        0 |        0 |    46966      0 |      164 |      170
12.87/12.95	c  0.1s |       0 |        8 |        1 |    46966      0 |      164 |      171
12.87/12.95	c #cpu_time = 0.060s
12.87/12.95	c #wall_clock_time = 0.060s
12.87/12.95	c #decision = 8
12.87/12.95	c #random_decision = 0
12.87/12.95	c #conflict = 1
12.87/12.95	c #restart = 0
12.87/12.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
12.87/12.96	c lower bound updated to -1362
12.87/12.96	c BCD2: 172 <= obj <= 1489
12.87/12.96	c BCD2: #cores=7, #unrelaxed=1355, #relaxed=179, #hardened=0
12.87/12.96	c BCD2: #sat=1 #unsat=173 bias=173/174
12.87/12.96	c Solving starts ...
12.87/12.96	c ============================[ Search Statistics ]============================
12.87/12.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.87/12.96	c       |         |          |          |    Limit     GC | Var      | Constra 
12.87/12.96	c =============================================================================
12.87/12.96	c  0.0s |       0 |        0 |        0 |    46966      0 |      165 |      171
12.97/13.02	c  0.1s |       0 |        8 |        1 |    46966      0 |      165 |      172
12.97/13.02	c #cpu_time = 0.059s
12.97/13.02	c #wall_clock_time = 0.060s
12.97/13.02	c #decision = 8
12.97/13.02	c #random_decision = 0
12.97/13.02	c #conflict = 1
12.97/13.02	c #restart = 0
12.97/13.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
12.97/13.02	c lower bound updated to -1361
12.97/13.02	c BCD2: 173 <= obj <= 1489
12.97/13.02	c BCD2: #cores=7, #unrelaxed=1354, #relaxed=180, #hardened=0
12.97/13.02	c BCD2: #sat=1 #unsat=174 bias=174/175
12.97/13.02	c Solving starts ...
12.97/13.02	c ============================[ Search Statistics ]============================
12.97/13.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.97/13.02	c       |         |          |          |    Limit     GC | Var      | Constra 
12.97/13.02	c =============================================================================
12.97/13.02	c  0.0s |       0 |        0 |        0 |    46966      0 |      166 |      172
12.97/13.08	c  0.1s |       0 |        8 |        1 |    46966      0 |      166 |      173
12.97/13.08	c #cpu_time = 0.060s
12.97/13.08	c #wall_clock_time = 0.061s
12.97/13.08	c #decision = 8
12.97/13.08	c #random_decision = 0
12.97/13.08	c #conflict = 1
12.97/13.08	c #restart = 0
12.97/13.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
12.97/13.08	c lower bound updated to -1360
12.97/13.08	c BCD2: 174 <= obj <= 1489
12.97/13.08	c BCD2: #cores=7, #unrelaxed=1353, #relaxed=181, #hardened=0
12.97/13.08	c BCD2: #sat=1 #unsat=175 bias=175/176
12.97/13.08	c Solving starts ...
12.97/13.08	c ============================[ Search Statistics ]============================
12.97/13.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.97/13.08	c       |         |          |          |    Limit     GC | Var      | Constra 
12.97/13.08	c =============================================================================
12.97/13.08	c  0.0s |       0 |        0 |        0 |    46966      0 |      167 |      173
13.07/13.14	c  0.1s |       0 |        8 |        1 |    46966      0 |      167 |      174
13.07/13.14	c #cpu_time = 0.060s
13.07/13.14	c #wall_clock_time = 0.060s
13.07/13.14	c #decision = 8
13.07/13.14	c #random_decision = 0
13.07/13.14	c #conflict = 1
13.07/13.14	c #restart = 0
13.07/13.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
13.07/13.14	c lower bound updated to -1359
13.07/13.14	c BCD2: 175 <= obj <= 1489
13.07/13.14	c BCD2: #cores=7, #unrelaxed=1352, #relaxed=182, #hardened=0
13.07/13.14	c BCD2: #sat=1 #unsat=176 bias=176/177
13.07/13.14	c Solving starts ...
13.07/13.14	c ============================[ Search Statistics ]============================
13.07/13.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.07/13.14	c       |         |          |          |    Limit     GC | Var      | Constra 
13.07/13.14	c =============================================================================
13.07/13.14	c  0.0s |       0 |        0 |        0 |    46966      0 |      168 |      174
13.07/13.20	c  0.1s |       0 |        8 |        0 |    46966      0 |      168 |      175
13.07/13.20	c #cpu_time = 0.060s
13.07/13.20	c #wall_clock_time = 0.060s
13.07/13.20	c #decision = 8
13.07/13.20	c #random_decision = 0
13.07/13.20	c #conflict = 0
13.07/13.20	c #restart = 0
13.07/13.20	c BCD2: found a new core of size 2: cost of the new core is >=1
13.07/13.20	c lower bound updated to -1358
13.18/13.21	c BCD2: 176 <= obj <= 1489
13.18/13.21	c BCD2: #cores=8, #unrelaxed=1350, #relaxed=184, #hardened=0
13.18/13.21	c BCD2: #sat=1 #unsat=177 bias=177/178
13.18/13.21	c Solving starts ...
13.18/13.21	c ============================[ Search Statistics ]============================
13.18/13.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.18/13.21	c       |         |          |          |    Limit     GC | Var      | Constra 
13.18/13.21	c =============================================================================
13.18/13.21	c  0.0s |       0 |        0 |        0 |    46966      0 |      168 |      176
13.18/13.27	c  0.1s |       0 |        9 |        1 |    46966      0 |      168 |      176
13.18/13.27	c #cpu_time = 0.058s
13.18/13.27	c #wall_clock_time = 0.058s
13.18/13.27	c #decision = 9
13.18/13.27	c #random_decision = 0
13.18/13.27	c #conflict = 1
13.18/13.27	c #restart = 0
13.18/13.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
13.18/13.27	c lower bound updated to -1357
13.18/13.27	c BCD2: 177 <= obj <= 1489
13.18/13.27	c BCD2: #cores=8, #unrelaxed=1349, #relaxed=185, #hardened=0
13.18/13.27	c BCD2: #sat=1 #unsat=178 bias=178/179
13.18/13.27	c Solving starts ...
13.18/13.27	c ============================[ Search Statistics ]============================
13.18/13.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.18/13.27	c       |         |          |          |    Limit     GC | Var      | Constra 
13.18/13.27	c =============================================================================
13.18/13.27	c  0.0s |       0 |        0 |        0 |    46966      0 |      169 |      176
13.28/13.33	c  0.1s |       0 |        9 |        1 |    46966      0 |      169 |      177
13.28/13.33	c #cpu_time = 0.059s
13.28/13.33	c #wall_clock_time = 0.060s
13.28/13.33	c #decision = 9
13.28/13.33	c #random_decision = 0
13.28/13.33	c #conflict = 1
13.28/13.33	c #restart = 0
13.28/13.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
13.28/13.33	c lower bound updated to -1356
13.28/13.34	c BCD2: 178 <= obj <= 1489
13.28/13.34	c BCD2: #cores=8, #unrelaxed=1348, #relaxed=186, #hardened=0
13.28/13.34	c BCD2: #sat=1 #unsat=179 bias=179/180
13.28/13.34	c Solving starts ...
13.28/13.34	c ============================[ Search Statistics ]============================
13.28/13.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.28/13.34	c       |         |          |          |    Limit     GC | Var      | Constra 
13.28/13.34	c =============================================================================
13.28/13.34	c  0.0s |       0 |        0 |        0 |    46966      0 |      170 |      177
13.37/13.40	c  0.1s |       0 |        9 |        1 |    46966      0 |      170 |      178
13.37/13.40	c #cpu_time = 0.059s
13.37/13.40	c #wall_clock_time = 0.059s
13.37/13.40	c #decision = 9
13.37/13.40	c #random_decision = 0
13.37/13.40	c #conflict = 1
13.37/13.40	c #restart = 0
13.37/13.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
13.37/13.40	c lower bound updated to -1355
13.37/13.40	c BCD2: 179 <= obj <= 1489
13.37/13.40	c BCD2: #cores=8, #unrelaxed=1347, #relaxed=187, #hardened=0
13.37/13.40	c BCD2: #sat=1 #unsat=180 bias=180/181
13.37/13.40	c Solving starts ...
13.37/13.40	c ============================[ Search Statistics ]============================
13.37/13.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.37/13.40	c       |         |          |          |    Limit     GC | Var      | Constra 
13.37/13.40	c =============================================================================
13.37/13.40	c  0.0s |       0 |        0 |        0 |    46966      0 |      171 |      178
13.37/13.46	c  0.1s |       0 |        9 |        1 |    46966      0 |      171 |      179
13.37/13.46	c #cpu_time = 0.060s
13.37/13.46	c #wall_clock_time = 0.060s
13.37/13.46	c #decision = 9
13.37/13.46	c #random_decision = 0
13.37/13.46	c #conflict = 1
13.37/13.46	c #restart = 0
13.37/13.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
13.37/13.46	c lower bound updated to -1354
13.37/13.46	c BCD2: 180 <= obj <= 1489
13.37/13.46	c BCD2: #cores=8, #unrelaxed=1346, #relaxed=188, #hardened=0
13.37/13.46	c BCD2: #sat=1 #unsat=181 bias=181/182
13.37/13.46	c Solving starts ...
13.37/13.46	c ============================[ Search Statistics ]============================
13.37/13.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.37/13.46	c       |         |          |          |    Limit     GC | Var      | Constra 
13.37/13.46	c =============================================================================
13.37/13.46	c  0.0s |       0 |        0 |        0 |    46966      0 |      172 |      179
13.47/13.52	c  0.1s |       0 |        9 |        1 |    46966      0 |      172 |      180
13.47/13.52	c #cpu_time = 0.061s
13.47/13.52	c #wall_clock_time = 0.061s
13.47/13.52	c #decision = 9
13.47/13.52	c #random_decision = 0
13.47/13.52	c #conflict = 1
13.47/13.52	c #restart = 0
13.47/13.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
13.47/13.52	c lower bound updated to -1353
13.47/13.52	c BCD2: 181 <= obj <= 1489
13.47/13.52	c BCD2: #cores=8, #unrelaxed=1345, #relaxed=189, #hardened=0
13.47/13.52	c BCD2: #sat=1 #unsat=182 bias=182/183
13.47/13.52	c Solving starts ...
13.47/13.52	c ============================[ Search Statistics ]============================
13.47/13.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.47/13.52	c       |         |          |          |    Limit     GC | Var      | Constra 
13.47/13.52	c =============================================================================
13.47/13.52	c  0.0s |       0 |        0 |        0 |    46966      0 |      173 |      180
13.47/13.58	c  0.1s |       0 |        9 |        1 |    46966      0 |      173 |      181
13.47/13.58	c #cpu_time = 0.060s
13.47/13.58	c #wall_clock_time = 0.060s
13.47/13.58	c #decision = 9
13.47/13.58	c #random_decision = 0
13.47/13.58	c #conflict = 1
13.47/13.58	c #restart = 0
13.47/13.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
13.47/13.58	c lower bound updated to -1352
13.47/13.58	c BCD2: 182 <= obj <= 1489
13.47/13.58	c BCD2: #cores=8, #unrelaxed=1344, #relaxed=190, #hardened=0
13.47/13.58	c BCD2: #sat=1 #unsat=183 bias=183/184
13.47/13.58	c Solving starts ...
13.47/13.58	c ============================[ Search Statistics ]============================
13.47/13.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.47/13.58	c       |         |          |          |    Limit     GC | Var      | Constra 
13.47/13.58	c =============================================================================
13.47/13.58	c  0.0s |       0 |        0 |        0 |    46966      0 |      174 |      181
13.57/13.64	c  0.1s |       0 |        9 |        1 |    46966      0 |      174 |      182
13.57/13.64	c #cpu_time = 0.060s
13.57/13.64	c #wall_clock_time = 0.060s
13.57/13.64	c #decision = 9
13.57/13.64	c #random_decision = 0
13.57/13.64	c #conflict = 1
13.57/13.64	c #restart = 0
13.57/13.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
13.57/13.64	c lower bound updated to -1351
13.57/13.64	c BCD2: 183 <= obj <= 1489
13.57/13.64	c BCD2: #cores=8, #unrelaxed=1343, #relaxed=191, #hardened=0
13.57/13.64	c BCD2: #sat=1 #unsat=184 bias=184/185
13.57/13.64	c Solving starts ...
13.57/13.64	c ============================[ Search Statistics ]============================
13.57/13.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.57/13.64	c       |         |          |          |    Limit     GC | Var      | Constra 
13.57/13.64	c =============================================================================
13.57/13.64	c  0.0s |       0 |        0 |        0 |    46966      0 |      175 |      182
13.67/13.70	c  0.1s |       0 |        9 |        1 |    46966      0 |      175 |      183
13.67/13.70	c #cpu_time = 0.059s
13.67/13.70	c #wall_clock_time = 0.060s
13.67/13.70	c #decision = 9
13.67/13.70	c #random_decision = 0
13.67/13.70	c #conflict = 1
13.67/13.70	c #restart = 0
13.67/13.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
13.67/13.70	c lower bound updated to -1350
13.67/13.70	c BCD2: 184 <= obj <= 1489
13.67/13.70	c BCD2: #cores=8, #unrelaxed=1342, #relaxed=192, #hardened=0
13.67/13.70	c BCD2: #sat=1 #unsat=185 bias=185/186
13.67/13.70	c Solving starts ...
13.67/13.70	c ============================[ Search Statistics ]============================
13.67/13.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.67/13.70	c       |         |          |          |    Limit     GC | Var      | Constra 
13.67/13.70	c =============================================================================
13.67/13.70	c  0.0s |       0 |        0 |        0 |    46966      0 |      176 |      183
13.67/13.76	c  0.1s |       0 |        9 |        1 |    46966      0 |      176 |      184
13.67/13.76	c #cpu_time = 0.060s
13.67/13.76	c #wall_clock_time = 0.060s
13.67/13.76	c #decision = 9
13.67/13.76	c #random_decision = 0
13.67/13.76	c #conflict = 1
13.67/13.76	c #restart = 0
13.67/13.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
13.67/13.76	c lower bound updated to -1349
13.67/13.76	c BCD2: 185 <= obj <= 1489
13.67/13.76	c BCD2: #cores=8, #unrelaxed=1341, #relaxed=193, #hardened=0
13.67/13.76	c BCD2: #sat=1 #unsat=186 bias=186/187
13.67/13.76	c Solving starts ...
13.67/13.76	c ============================[ Search Statistics ]============================
13.67/13.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.67/13.76	c       |         |          |          |    Limit     GC | Var      | Constra 
13.67/13.76	c =============================================================================
13.67/13.76	c  0.0s |       0 |        0 |        0 |    46966      0 |      177 |      184
13.77/13.82	c  0.1s |       0 |        9 |        1 |    46966      0 |      177 |      185
13.77/13.82	c #cpu_time = 0.060s
13.77/13.82	c #wall_clock_time = 0.060s
13.77/13.82	c #decision = 9
13.77/13.82	c #random_decision = 0
13.77/13.82	c #conflict = 1
13.77/13.82	c #restart = 0
13.77/13.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
13.77/13.82	c lower bound updated to -1348
13.77/13.83	c BCD2: 186 <= obj <= 1489
13.77/13.83	c BCD2: #cores=8, #unrelaxed=1340, #relaxed=194, #hardened=0
13.77/13.83	c BCD2: #sat=1 #unsat=187 bias=187/188
13.77/13.83	c Solving starts ...
13.77/13.83	c ============================[ Search Statistics ]============================
13.77/13.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.77/13.83	c       |         |          |          |    Limit     GC | Var      | Constra 
13.77/13.83	c =============================================================================
13.77/13.83	c  0.0s |       0 |        0 |        0 |    46966      0 |      178 |      185
13.77/13.89	c  0.1s |       0 |        9 |        1 |    46966      0 |      178 |      186
13.77/13.89	c #cpu_time = 0.058s
13.77/13.89	c #wall_clock_time = 0.058s
13.77/13.89	c #decision = 9
13.77/13.89	c #random_decision = 0
13.77/13.89	c #conflict = 1
13.77/13.89	c #restart = 0
13.77/13.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
13.77/13.89	c lower bound updated to -1347
13.77/13.89	c BCD2: 187 <= obj <= 1489
13.77/13.89	c BCD2: #cores=8, #unrelaxed=1339, #relaxed=195, #hardened=0
13.77/13.89	c BCD2: #sat=1 #unsat=188 bias=188/189
13.77/13.89	c Solving starts ...
13.77/13.89	c ============================[ Search Statistics ]============================
13.77/13.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.77/13.89	c       |         |          |          |    Limit     GC | Var      | Constra 
13.77/13.89	c =============================================================================
13.77/13.89	c  0.0s |       0 |        0 |        0 |    46966      0 |      179 |      186
13.87/13.95	c  0.1s |       0 |        9 |        1 |    46966      0 |      179 |      187
13.87/13.95	c #cpu_time = 0.059s
13.87/13.95	c #wall_clock_time = 0.059s
13.87/13.95	c #decision = 9
13.87/13.95	c #random_decision = 0
13.87/13.95	c #conflict = 1
13.87/13.95	c #restart = 0
13.87/13.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
13.87/13.95	c lower bound updated to -1346
13.87/13.95	c BCD2: 188 <= obj <= 1489
13.87/13.95	c BCD2: #cores=8, #unrelaxed=1338, #relaxed=196, #hardened=0
13.87/13.95	c BCD2: #sat=1 #unsat=189 bias=189/190
13.87/13.95	c Solving starts ...
13.87/13.95	c ============================[ Search Statistics ]============================
13.87/13.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.87/13.95	c       |         |          |          |    Limit     GC | Var      | Constra 
13.87/13.95	c =============================================================================
13.87/13.95	c  0.0s |       0 |        0 |        0 |    46966      0 |      180 |      187
13.97/14.01	c  0.1s |       0 |        9 |        1 |    46966      0 |      180 |      188
13.97/14.01	c #cpu_time = 0.059s
13.97/14.01	c #wall_clock_time = 0.060s
13.97/14.01	c #decision = 9
13.97/14.01	c #random_decision = 0
13.97/14.01	c #conflict = 1
13.97/14.01	c #restart = 0
13.97/14.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
13.97/14.01	c lower bound updated to -1345
13.97/14.01	c BCD2: 189 <= obj <= 1489
13.97/14.01	c BCD2: #cores=8, #unrelaxed=1337, #relaxed=197, #hardened=0
13.97/14.01	c BCD2: #sat=1 #unsat=190 bias=190/191
13.97/14.01	c Solving starts ...
13.97/14.01	c ============================[ Search Statistics ]============================
13.97/14.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.97/14.01	c       |         |          |          |    Limit     GC | Var      | Constra 
13.97/14.01	c =============================================================================
13.97/14.01	c  0.0s |       0 |        0 |        0 |    46966      0 |      181 |      188
13.97/14.07	c  0.1s |       0 |        9 |        1 |    46966      0 |      181 |      189
13.97/14.07	c #cpu_time = 0.060s
13.97/14.07	c #wall_clock_time = 0.060s
13.97/14.07	c #decision = 9
13.97/14.07	c #random_decision = 0
13.97/14.07	c #conflict = 1
13.97/14.07	c #restart = 0
13.97/14.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
13.97/14.07	c lower bound updated to -1344
13.97/14.07	c BCD2: 190 <= obj <= 1489
13.97/14.07	c BCD2: #cores=8, #unrelaxed=1336, #relaxed=198, #hardened=0
13.97/14.07	c BCD2: #sat=1 #unsat=191 bias=191/192
13.97/14.07	c Solving starts ...
13.97/14.07	c ============================[ Search Statistics ]============================
13.97/14.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.97/14.07	c       |         |          |          |    Limit     GC | Var      | Constra 
13.97/14.07	c =============================================================================
13.97/14.07	c  0.0s |       0 |        0 |        0 |    46966      0 |      182 |      189
14.07/14.14	c  0.1s |       0 |        9 |        1 |    46966      0 |      182 |      190
14.07/14.14	c #cpu_time = 0.060s
14.07/14.14	c #wall_clock_time = 0.060s
14.07/14.14	c #decision = 9
14.07/14.14	c #random_decision = 0
14.07/14.14	c #conflict = 1
14.07/14.14	c #restart = 0
14.07/14.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
14.07/14.14	c lower bound updated to -1343
14.07/14.14	c BCD2: 191 <= obj <= 1489
14.07/14.14	c BCD2: #cores=8, #unrelaxed=1335, #relaxed=199, #hardened=0
14.07/14.14	c BCD2: #sat=1 #unsat=192 bias=192/193
14.07/14.14	c Solving starts ...
14.07/14.14	c ============================[ Search Statistics ]============================
14.07/14.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.07/14.14	c       |         |          |          |    Limit     GC | Var      | Constra 
14.07/14.14	c =============================================================================
14.07/14.14	c  0.0s |       0 |        0 |        0 |    46966      0 |      183 |      190
14.07/14.20	c  0.1s |       0 |        9 |        1 |    46966      0 |      183 |      191
14.07/14.20	c #cpu_time = 0.059s
14.07/14.20	c #wall_clock_time = 0.060s
14.07/14.20	c #decision = 9
14.07/14.20	c #random_decision = 0
14.07/14.20	c #conflict = 1
14.07/14.20	c #restart = 0
14.07/14.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
14.07/14.20	c lower bound updated to -1342
14.17/14.20	c BCD2: 192 <= obj <= 1489
14.17/14.20	c BCD2: #cores=8, #unrelaxed=1334, #relaxed=200, #hardened=0
14.17/14.20	c BCD2: #sat=1 #unsat=193 bias=193/194
14.17/14.20	c Solving starts ...
14.17/14.20	c ============================[ Search Statistics ]============================
14.17/14.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.17/14.20	c       |         |          |          |    Limit     GC | Var      | Constra 
14.17/14.20	c =============================================================================
14.17/14.20	c  0.0s |       0 |        0 |        0 |    46966      0 |      184 |      191
14.17/14.26	c  0.1s |       0 |        9 |        1 |    46966      0 |      184 |      192
14.17/14.26	c #cpu_time = 0.060s
14.17/14.26	c #wall_clock_time = 0.060s
14.17/14.26	c #decision = 9
14.17/14.26	c #random_decision = 0
14.17/14.26	c #conflict = 1
14.17/14.26	c #restart = 0
14.17/14.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
14.17/14.26	c lower bound updated to -1341
14.17/14.26	c BCD2: 193 <= obj <= 1489
14.17/14.26	c BCD2: #cores=8, #unrelaxed=1333, #relaxed=201, #hardened=0
14.17/14.26	c BCD2: #sat=1 #unsat=194 bias=194/195
14.17/14.26	c Solving starts ...
14.17/14.26	c ============================[ Search Statistics ]============================
14.17/14.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.17/14.26	c       |         |          |          |    Limit     GC | Var      | Constra 
14.17/14.26	c =============================================================================
14.17/14.26	c  0.0s |       0 |        0 |        0 |    46966      0 |      185 |      192
14.27/14.32	c  0.1s |       0 |        9 |        1 |    46966      0 |      185 |      193
14.27/14.32	c #cpu_time = 0.060s
14.27/14.32	c #wall_clock_time = 0.060s
14.27/14.32	c #decision = 9
14.27/14.32	c #random_decision = 0
14.27/14.32	c #conflict = 1
14.27/14.32	c #restart = 0
14.27/14.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
14.27/14.32	c lower bound updated to -1340
14.27/14.33	c BCD2: 194 <= obj <= 1489
14.27/14.33	c BCD2: #cores=8, #unrelaxed=1332, #relaxed=202, #hardened=0
14.27/14.33	c BCD2: #sat=1 #unsat=195 bias=195/196
14.27/14.33	c Solving starts ...
14.27/14.33	c ============================[ Search Statistics ]============================
14.27/14.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.27/14.33	c       |         |          |          |    Limit     GC | Var      | Constra 
14.27/14.33	c =============================================================================
14.27/14.33	c  0.0s |       0 |        0 |        0 |    46966      0 |      186 |      193
14.27/14.38	c  0.1s |       0 |        9 |        1 |    46966      0 |      186 |      194
14.27/14.38	c #cpu_time = 0.058s
14.27/14.38	c #wall_clock_time = 0.058s
14.27/14.38	c #decision = 9
14.27/14.38	c #random_decision = 0
14.27/14.38	c #conflict = 1
14.27/14.38	c #restart = 0
14.27/14.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
14.27/14.38	c lower bound updated to -1339
14.27/14.38	c BCD2: 195 <= obj <= 1489
14.27/14.38	c BCD2: #cores=8, #unrelaxed=1331, #relaxed=203, #hardened=0
14.27/14.38	c BCD2: #sat=1 #unsat=196 bias=196/197
14.27/14.38	c Solving starts ...
14.27/14.38	c ============================[ Search Statistics ]============================
14.27/14.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.27/14.38	c       |         |          |          |    Limit     GC | Var      | Constra 
14.27/14.38	c =============================================================================
14.27/14.38	c  0.0s |       0 |        0 |        0 |    46966      0 |      187 |      194
14.37/14.44	c  0.1s |       0 |        9 |        1 |    46966      0 |      187 |      195
14.37/14.44	c #cpu_time = 0.059s
14.37/14.44	c #wall_clock_time = 0.060s
14.37/14.44	c #decision = 9
14.37/14.44	c #random_decision = 0
14.37/14.44	c #conflict = 1
14.37/14.44	c #restart = 0
14.37/14.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
14.37/14.44	c lower bound updated to -1338
14.37/14.45	c BCD2: 196 <= obj <= 1489
14.37/14.45	c BCD2: #cores=8, #unrelaxed=1330, #relaxed=204, #hardened=0
14.37/14.45	c BCD2: #sat=1 #unsat=197 bias=197/198
14.37/14.45	c Solving starts ...
14.37/14.45	c ============================[ Search Statistics ]============================
14.37/14.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.37/14.45	c       |         |          |          |    Limit     GC | Var      | Constra 
14.37/14.45	c =============================================================================
14.37/14.45	c  0.0s |       0 |        0 |        0 |    46966      0 |      188 |      195
14.47/14.51	c  0.1s |       0 |        9 |        1 |    46966      0 |      188 |      196
14.47/14.51	c #cpu_time = 0.059s
14.47/14.51	c #wall_clock_time = 0.060s
14.47/14.51	c #decision = 9
14.47/14.51	c #random_decision = 0
14.47/14.51	c #conflict = 1
14.47/14.51	c #restart = 0
14.47/14.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
14.47/14.51	c lower bound updated to -1337
14.47/14.51	c BCD2: 197 <= obj <= 1489
14.47/14.51	c BCD2: #cores=8, #unrelaxed=1329, #relaxed=205, #hardened=0
14.47/14.51	c BCD2: #sat=1 #unsat=198 bias=198/199
14.47/14.51	c Solving starts ...
14.47/14.51	c ============================[ Search Statistics ]============================
14.47/14.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.47/14.51	c       |         |          |          |    Limit     GC | Var      | Constra 
14.47/14.51	c =============================================================================
14.47/14.51	c  0.0s |       0 |        0 |        0 |    46966      0 |      189 |      196
14.47/14.57	c  0.1s |       0 |        9 |        1 |    46966      0 |      189 |      197
14.47/14.57	c #cpu_time = 0.060s
14.47/14.57	c #wall_clock_time = 0.061s
14.47/14.57	c #decision = 9
14.47/14.57	c #random_decision = 0
14.47/14.57	c #conflict = 1
14.47/14.57	c #restart = 0
14.47/14.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
14.47/14.57	c lower bound updated to -1336
14.47/14.57	c BCD2: 198 <= obj <= 1489
14.47/14.57	c BCD2: #cores=8, #unrelaxed=1328, #relaxed=206, #hardened=0
14.47/14.57	c BCD2: #sat=1 #unsat=199 bias=199/200
14.47/14.57	c Solving starts ...
14.47/14.57	c ============================[ Search Statistics ]============================
14.47/14.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.47/14.57	c       |         |          |          |    Limit     GC | Var      | Constra 
14.47/14.57	c =============================================================================
14.47/14.57	c  0.0s |       0 |        0 |        0 |    46966      0 |      190 |      197
14.57/14.63	c  0.1s |       0 |        9 |        1 |    46966      0 |      190 |      198
14.57/14.63	c #cpu_time = 0.062s
14.57/14.63	c #wall_clock_time = 0.062s
14.57/14.63	c #decision = 9
14.57/14.63	c #random_decision = 0
14.57/14.63	c #conflict = 1
14.57/14.63	c #restart = 0
14.57/14.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
14.57/14.63	c lower bound updated to -1335
14.57/14.63	c BCD2: 199 <= obj <= 1489
14.57/14.63	c BCD2: #cores=8, #unrelaxed=1327, #relaxed=207, #hardened=0
14.57/14.63	c BCD2: #sat=1 #unsat=200 bias=200/201
14.57/14.63	c Solving starts ...
14.57/14.63	c ============================[ Search Statistics ]============================
14.57/14.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.57/14.63	c       |         |          |          |    Limit     GC | Var      | Constra 
14.57/14.63	c =============================================================================
14.57/14.63	c  0.0s |       0 |        0 |        0 |    46966      0 |      191 |      198
14.57/14.69	c  0.1s |       0 |        9 |        1 |    46966      0 |      191 |      199
14.57/14.69	c #cpu_time = 0.060s
14.57/14.69	c #wall_clock_time = 0.061s
14.57/14.69	c #decision = 9
14.57/14.69	c #random_decision = 0
14.57/14.69	c #conflict = 1
14.57/14.69	c #restart = 0
14.57/14.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
14.57/14.69	c lower bound updated to -1334
14.57/14.69	c BCD2: 200 <= obj <= 1489
14.57/14.69	c BCD2: #cores=8, #unrelaxed=1326, #relaxed=208, #hardened=0
14.57/14.69	c BCD2: #sat=1 #unsat=201 bias=201/202
14.57/14.69	c Solving starts ...
14.57/14.69	c ============================[ Search Statistics ]============================
14.57/14.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.57/14.69	c       |         |          |          |    Limit     GC | Var      | Constra 
14.57/14.69	c =============================================================================
14.57/14.69	c  0.0s |       0 |        0 |        0 |    46966      0 |      192 |      199
14.67/14.75	c  0.1s |       0 |        9 |        0 |    46966      0 |      192 |      200
14.67/14.75	c #cpu_time = 0.060s
14.67/14.75	c #wall_clock_time = 0.060s
14.67/14.75	c #decision = 9
14.67/14.75	c #random_decision = 0
14.67/14.75	c #conflict = 0
14.67/14.75	c #restart = 0
14.67/14.75	c BCD2: found a new core of size 2: cost of the new core is >=1
14.67/14.75	c lower bound updated to -1333
14.67/14.76	c BCD2: 201 <= obj <= 1489
14.67/14.76	c BCD2: #cores=9, #unrelaxed=1324, #relaxed=210, #hardened=0
14.67/14.76	c BCD2: #sat=1 #unsat=202 bias=202/203
14.67/14.76	c Solving starts ...
14.67/14.76	c ============================[ Search Statistics ]============================
14.67/14.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.67/14.76	c       |         |          |          |    Limit     GC | Var      | Constra 
14.67/14.76	c =============================================================================
14.67/14.76	c  0.0s |       0 |        0 |        0 |    46966      0 |      192 |      201
14.77/14.82	c  0.1s |       0 |       10 |        1 |    46966      0 |      192 |      201
14.77/14.82	c #cpu_time = 0.058s
14.77/14.82	c #wall_clock_time = 0.058s
14.77/14.82	c #decision = 10
14.77/14.82	c #random_decision = 0
14.77/14.82	c #conflict = 1
14.77/14.82	c #restart = 0
14.77/14.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
14.77/14.82	c lower bound updated to -1332
14.77/14.83	c BCD2: 202 <= obj <= 1489
14.77/14.83	c BCD2: #cores=9, #unrelaxed=1323, #relaxed=211, #hardened=0
14.77/14.83	c BCD2: #sat=1 #unsat=203 bias=203/204
14.77/14.83	c Solving starts ...
14.77/14.83	c ============================[ Search Statistics ]============================
14.77/14.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.77/14.83	c       |         |          |          |    Limit     GC | Var      | Constra 
14.77/14.83	c =============================================================================
14.77/14.83	c  0.0s |       0 |        0 |        0 |    46966      0 |      193 |      201
14.77/14.89	c  0.1s |       0 |       10 |        1 |    46966      0 |      193 |      202
14.77/14.89	c #cpu_time = 0.058s
14.77/14.89	c #wall_clock_time = 0.058s
14.77/14.89	c #decision = 10
14.77/14.89	c #random_decision = 0
14.77/14.89	c #conflict = 1
14.77/14.89	c #restart = 0
14.77/14.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
14.77/14.89	c lower bound updated to -1331
14.77/14.89	c BCD2: 203 <= obj <= 1489
14.77/14.89	c BCD2: #cores=9, #unrelaxed=1322, #relaxed=212, #hardened=0
14.77/14.89	c BCD2: #sat=1 #unsat=204 bias=204/205
14.77/14.89	c Solving starts ...
14.77/14.89	c ============================[ Search Statistics ]============================
14.77/14.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.77/14.89	c       |         |          |          |    Limit     GC | Var      | Constra 
14.77/14.89	c =============================================================================
14.77/14.89	c  0.0s |       0 |        0 |        0 |    46966      0 |      194 |      202
14.87/14.95	c  0.1s |       0 |       10 |        1 |    46966      0 |      194 |      203
14.87/14.95	c #cpu_time = 0.060s
14.87/14.95	c #wall_clock_time = 0.060s
14.87/14.95	c #decision = 10
14.87/14.95	c #random_decision = 0
14.87/14.95	c #conflict = 1
14.87/14.95	c #restart = 0
14.87/14.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
14.87/14.95	c lower bound updated to -1330
14.87/14.95	c BCD2: 204 <= obj <= 1489
14.87/14.95	c BCD2: #cores=9, #unrelaxed=1321, #relaxed=213, #hardened=0
14.87/14.95	c BCD2: #sat=1 #unsat=205 bias=205/206
14.87/14.95	c Solving starts ...
14.87/14.95	c ============================[ Search Statistics ]============================
14.87/14.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.87/14.95	c       |         |          |          |    Limit     GC | Var      | Constra 
14.87/14.95	c =============================================================================
14.87/14.95	c  0.0s |       0 |        0 |        0 |    46966      0 |      195 |      203
14.97/15.01	c  0.1s |       0 |       10 |        1 |    46966      0 |      195 |      204
14.97/15.01	c #cpu_time = 0.059s
14.97/15.01	c #wall_clock_time = 0.060s
14.97/15.01	c #decision = 10
14.97/15.01	c #random_decision = 0
14.97/15.01	c #conflict = 1
14.97/15.01	c #restart = 0
14.97/15.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
14.97/15.01	c lower bound updated to -1329
14.97/15.01	c BCD2: 205 <= obj <= 1489
14.97/15.01	c BCD2: #cores=9, #unrelaxed=1320, #relaxed=214, #hardened=0
14.97/15.01	c BCD2: #sat=1 #unsat=206 bias=206/207
14.97/15.01	c Solving starts ...
14.97/15.01	c ============================[ Search Statistics ]============================
14.97/15.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.97/15.01	c       |         |          |          |    Limit     GC | Var      | Constra 
14.97/15.01	c =============================================================================
14.97/15.01	c  0.0s |       0 |        0 |        0 |    46966      0 |      196 |      204
14.97/15.07	c  0.1s |       0 |       10 |        1 |    46966      0 |      196 |      205
14.97/15.07	c #cpu_time = 0.060s
14.97/15.07	c #wall_clock_time = 0.060s
14.97/15.07	c #decision = 10
14.97/15.07	c #random_decision = 0
14.97/15.07	c #conflict = 1
14.97/15.07	c #restart = 0
14.97/15.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
14.97/15.07	c lower bound updated to -1328
14.97/15.07	c BCD2: 206 <= obj <= 1489
14.97/15.07	c BCD2: #cores=9, #unrelaxed=1319, #relaxed=215, #hardened=0
14.97/15.07	c BCD2: #sat=1 #unsat=207 bias=207/208
14.97/15.07	c Solving starts ...
14.97/15.07	c ============================[ Search Statistics ]============================
14.97/15.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.97/15.07	c       |         |          |          |    Limit     GC | Var      | Constra 
14.97/15.07	c =============================================================================
14.97/15.07	c  0.0s |       0 |        0 |        0 |    46966      0 |      197 |      205
15.07/15.13	c  0.1s |       0 |       10 |        1 |    46966      0 |      197 |      206
15.07/15.13	c #cpu_time = 0.060s
15.07/15.13	c #wall_clock_time = 0.060s
15.07/15.13	c #decision = 10
15.07/15.13	c #random_decision = 0
15.07/15.13	c #conflict = 1
15.07/15.13	c #restart = 0
15.07/15.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
15.07/15.13	c lower bound updated to -1327
15.07/15.13	c BCD2: 207 <= obj <= 1489
15.07/15.13	c BCD2: #cores=9, #unrelaxed=1318, #relaxed=216, #hardened=0
15.07/15.13	c BCD2: #sat=1 #unsat=208 bias=208/209
15.07/15.13	c Solving starts ...
15.07/15.13	c ============================[ Search Statistics ]============================
15.07/15.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.07/15.13	c       |         |          |          |    Limit     GC | Var      | Constra 
15.07/15.13	c =============================================================================
15.07/15.13	c  0.0s |       0 |        0 |        0 |    46966      0 |      198 |      206
15.07/15.19	c  0.1s |       0 |       10 |        1 |    46966      0 |      198 |      207
15.07/15.19	c #cpu_time = 0.060s
15.07/15.19	c #wall_clock_time = 0.060s
15.07/15.19	c #decision = 10
15.07/15.19	c #random_decision = 0
15.07/15.19	c #conflict = 1
15.07/15.19	c #restart = 0
15.07/15.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
15.07/15.19	c lower bound updated to -1326
15.07/15.19	c BCD2: 208 <= obj <= 1489
15.07/15.19	c BCD2: #cores=9, #unrelaxed=1317, #relaxed=217, #hardened=0
15.07/15.19	c BCD2: #sat=1 #unsat=209 bias=209/210
15.07/15.19	c Solving starts ...
15.07/15.19	c ============================[ Search Statistics ]============================
15.07/15.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.07/15.19	c       |         |          |          |    Limit     GC | Var      | Constra 
15.07/15.19	c =============================================================================
15.07/15.19	c  0.0s |       0 |        0 |        0 |    46966      0 |      199 |      207
15.17/15.25	c  0.1s |       0 |       10 |        1 |    46966      0 |      199 |      208
15.17/15.25	c #cpu_time = 0.060s
15.17/15.25	c #wall_clock_time = 0.060s
15.17/15.25	c #decision = 10
15.17/15.25	c #random_decision = 0
15.17/15.25	c #conflict = 1
15.17/15.25	c #restart = 0
15.17/15.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
15.17/15.25	c lower bound updated to -1325
15.17/15.25	c BCD2: 209 <= obj <= 1489
15.17/15.25	c BCD2: #cores=9, #unrelaxed=1316, #relaxed=218, #hardened=0
15.17/15.25	c BCD2: #sat=1 #unsat=210 bias=210/211
15.17/15.26	c Solving starts ...
15.17/15.26	c ============================[ Search Statistics ]============================
15.17/15.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.17/15.26	c       |         |          |          |    Limit     GC | Var      | Constra 
15.17/15.26	c =============================================================================
15.17/15.26	c  0.0s |       0 |        0 |        0 |    46966      0 |      200 |      208
15.27/15.32	c  0.1s |       0 |       10 |        1 |    46966      0 |      200 |      209
15.27/15.32	c #cpu_time = 0.060s
15.27/15.32	c #wall_clock_time = 0.060s
15.27/15.32	c #decision = 10
15.27/15.32	c #random_decision = 0
15.27/15.32	c #conflict = 1
15.27/15.32	c #restart = 0
15.27/15.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
15.27/15.32	c lower bound updated to -1324
15.27/15.32	c BCD2: 210 <= obj <= 1489
15.27/15.32	c BCD2: #cores=9, #unrelaxed=1315, #relaxed=219, #hardened=0
15.27/15.32	c BCD2: #sat=1 #unsat=211 bias=211/212
15.27/15.32	c Solving starts ...
15.27/15.32	c ============================[ Search Statistics ]============================
15.27/15.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.27/15.32	c       |         |          |          |    Limit     GC | Var      | Constra 
15.27/15.32	c =============================================================================
15.27/15.32	c  0.0s |       0 |        0 |        0 |    46966      0 |      201 |      209
15.27/15.38	c  0.1s |       0 |       10 |        1 |    46966      0 |      201 |      210
15.27/15.38	c #cpu_time = 0.058s
15.27/15.38	c #wall_clock_time = 0.058s
15.27/15.38	c #decision = 10
15.27/15.38	c #random_decision = 0
15.27/15.38	c #conflict = 1
15.27/15.38	c #restart = 0
15.27/15.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
15.27/15.38	c lower bound updated to -1323
15.27/15.38	c BCD2: 211 <= obj <= 1489
15.27/15.38	c BCD2: #cores=9, #unrelaxed=1314, #relaxed=220, #hardened=0
15.27/15.38	c BCD2: #sat=1 #unsat=212 bias=212/213
15.27/15.38	c Solving starts ...
15.27/15.38	c ============================[ Search Statistics ]============================
15.27/15.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.27/15.38	c       |         |          |          |    Limit     GC | Var      | Constra 
15.27/15.38	c =============================================================================
15.27/15.38	c  0.0s |       0 |        0 |        0 |    46966      0 |      202 |      210
15.37/15.44	c  0.1s |       0 |       10 |        1 |    46966      0 |      202 |      211
15.37/15.44	c #cpu_time = 0.060s
15.37/15.44	c #wall_clock_time = 0.060s
15.37/15.44	c #decision = 10
15.37/15.44	c #random_decision = 0
15.37/15.44	c #conflict = 1
15.37/15.44	c #restart = 0
15.37/15.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
15.37/15.44	c lower bound updated to -1322
15.37/15.44	c BCD2: 212 <= obj <= 1489
15.37/15.44	c BCD2: #cores=9, #unrelaxed=1313, #relaxed=221, #hardened=0
15.37/15.44	c BCD2: #sat=1 #unsat=213 bias=213/214
15.37/15.44	c Solving starts ...
15.37/15.44	c ============================[ Search Statistics ]============================
15.37/15.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.37/15.44	c       |         |          |          |    Limit     GC | Var      | Constra 
15.37/15.44	c =============================================================================
15.37/15.44	c  0.0s |       0 |        0 |        0 |    46966      0 |      203 |      211
15.47/15.50	c  0.1s |       0 |       10 |        1 |    46966      0 |      203 |      212
15.47/15.50	c #cpu_time = 0.059s
15.47/15.50	c #wall_clock_time = 0.060s
15.47/15.50	c #decision = 10
15.47/15.50	c #random_decision = 0
15.47/15.50	c #conflict = 1
15.47/15.50	c #restart = 0
15.47/15.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
15.47/15.50	c lower bound updated to -1321
15.47/15.50	c BCD2: 213 <= obj <= 1489
15.47/15.50	c BCD2: #cores=9, #unrelaxed=1312, #relaxed=222, #hardened=0
15.47/15.50	c BCD2: #sat=1 #unsat=214 bias=214/215
15.47/15.50	c Solving starts ...
15.47/15.50	c ============================[ Search Statistics ]============================
15.47/15.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.47/15.50	c       |         |          |          |    Limit     GC | Var      | Constra 
15.47/15.50	c =============================================================================
15.47/15.50	c  0.0s |       0 |        0 |        0 |    46966      0 |      204 |      212
15.47/15.56	c  0.1s |       0 |       10 |        1 |    46966      0 |      204 |      213
15.47/15.56	c #cpu_time = 0.060s
15.47/15.56	c #wall_clock_time = 0.061s
15.47/15.56	c #decision = 10
15.47/15.56	c #random_decision = 0
15.47/15.56	c #conflict = 1
15.47/15.56	c #restart = 0
15.47/15.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
15.47/15.56	c lower bound updated to -1320
15.47/15.57	c BCD2: 214 <= obj <= 1489
15.47/15.57	c BCD2: #cores=9, #unrelaxed=1311, #relaxed=223, #hardened=0
15.47/15.57	c BCD2: #sat=1 #unsat=215 bias=215/216
15.47/15.57	c Solving starts ...
15.47/15.57	c ============================[ Search Statistics ]============================
15.47/15.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.47/15.57	c       |         |          |          |    Limit     GC | Var      | Constra 
15.47/15.57	c =============================================================================
15.47/15.57	c  0.0s |       0 |        0 |        0 |    46966      0 |      205 |      213
15.57/15.63	c  0.1s |       0 |       10 |        1 |    46966      0 |      205 |      214
15.57/15.63	c #cpu_time = 0.060s
15.57/15.63	c #wall_clock_time = 0.060s
15.57/15.63	c #decision = 10
15.57/15.63	c #random_decision = 0
15.57/15.63	c #conflict = 1
15.57/15.63	c #restart = 0
15.57/15.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
15.57/15.63	c lower bound updated to -1319
15.57/15.63	c BCD2: 215 <= obj <= 1489
15.57/15.63	c BCD2: #cores=9, #unrelaxed=1310, #relaxed=224, #hardened=0
15.57/15.63	c BCD2: #sat=1 #unsat=216 bias=216/217
15.57/15.63	c Solving starts ...
15.57/15.63	c ============================[ Search Statistics ]============================
15.57/15.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.57/15.63	c       |         |          |          |    Limit     GC | Var      | Constra 
15.57/15.63	c =============================================================================
15.57/15.63	c  0.0s |       0 |        0 |        0 |    46966      0 |      206 |      214
15.57/15.69	c  0.1s |       0 |       10 |        1 |    46966      0 |      206 |      215
15.57/15.69	c #cpu_time = 0.060s
15.57/15.69	c #wall_clock_time = 0.060s
15.57/15.69	c #decision = 10
15.57/15.69	c #random_decision = 0
15.57/15.69	c #conflict = 1
15.57/15.69	c #restart = 0
15.57/15.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
15.57/15.69	c lower bound updated to -1318
15.57/15.69	c BCD2: 216 <= obj <= 1489
15.57/15.69	c BCD2: #cores=9, #unrelaxed=1309, #relaxed=225, #hardened=0
15.57/15.69	c BCD2: #sat=1 #unsat=217 bias=217/218
15.57/15.69	c Solving starts ...
15.57/15.69	c ============================[ Search Statistics ]============================
15.57/15.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.57/15.69	c       |         |          |          |    Limit     GC | Var      | Constra 
15.57/15.69	c =============================================================================
15.57/15.69	c  0.0s |       0 |        0 |        0 |    46966      0 |      207 |      215
15.67/15.75	c  0.1s |       0 |       10 |        1 |    46966      0 |      207 |      216
15.67/15.75	c #cpu_time = 0.060s
15.67/15.75	c #wall_clock_time = 0.060s
15.67/15.75	c #decision = 10
15.67/15.75	c #random_decision = 0
15.67/15.75	c #conflict = 1
15.67/15.75	c #restart = 0
15.67/15.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
15.67/15.75	c lower bound updated to -1317
15.67/15.75	c BCD2: 217 <= obj <= 1489
15.67/15.75	c BCD2: #cores=9, #unrelaxed=1308, #relaxed=226, #hardened=0
15.67/15.75	c BCD2: #sat=1 #unsat=218 bias=218/219
15.67/15.75	c Solving starts ...
15.67/15.75	c ============================[ Search Statistics ]============================
15.67/15.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.67/15.75	c       |         |          |          |    Limit     GC | Var      | Constra 
15.67/15.75	c =============================================================================
15.67/15.75	c  0.0s |       0 |        0 |        0 |    46966      0 |      208 |      216
15.77/15.81	c  0.1s |       0 |       10 |        1 |    46966      0 |      208 |      217
15.77/15.81	c #cpu_time = 0.060s
15.77/15.81	c #wall_clock_time = 0.060s
15.77/15.81	c #decision = 10
15.77/15.81	c #random_decision = 0
15.77/15.81	c #conflict = 1
15.77/15.81	c #restart = 0
15.77/15.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
15.77/15.81	c lower bound updated to -1316
15.77/15.82	c BCD2: 218 <= obj <= 1489
15.77/15.82	c BCD2: #cores=9, #unrelaxed=1307, #relaxed=227, #hardened=0
15.77/15.82	c BCD2: #sat=1 #unsat=219 bias=219/220
15.77/15.82	c Solving starts ...
15.77/15.82	c ============================[ Search Statistics ]============================
15.77/15.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.77/15.82	c       |         |          |          |    Limit     GC | Var      | Constra 
15.77/15.82	c =============================================================================
15.77/15.82	c  0.0s |       0 |        0 |        0 |    46966      0 |      209 |      217
15.77/15.88	c  0.1s |       0 |       10 |        1 |    46966      0 |      209 |      218
15.77/15.88	c #cpu_time = 0.058s
15.77/15.88	c #wall_clock_time = 0.058s
15.77/15.88	c #decision = 10
15.77/15.88	c #random_decision = 0
15.77/15.88	c #conflict = 1
15.77/15.88	c #restart = 0
15.77/15.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
15.77/15.88	c lower bound updated to -1315
15.77/15.88	c BCD2: 219 <= obj <= 1489
15.77/15.88	c BCD2: #cores=9, #unrelaxed=1306, #relaxed=228, #hardened=0
15.77/15.88	c BCD2: #sat=1 #unsat=220 bias=220/221
15.77/15.88	c Solving starts ...
15.77/15.88	c ============================[ Search Statistics ]============================
15.77/15.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.77/15.88	c       |         |          |          |    Limit     GC | Var      | Constra 
15.77/15.88	c =============================================================================
15.77/15.88	c  0.0s |       0 |        0 |        0 |    46966      0 |      210 |      218
15.87/15.94	c  0.1s |       0 |       10 |        1 |    46966      0 |      210 |      219
15.87/15.94	c #cpu_time = 0.060s
15.87/15.94	c #wall_clock_time = 0.060s
15.87/15.94	c #decision = 10
15.87/15.94	c #random_decision = 0
15.87/15.94	c #conflict = 1
15.87/15.94	c #restart = 0
15.87/15.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
15.87/15.94	c lower bound updated to -1314
15.87/15.94	c BCD2: 220 <= obj <= 1489
15.87/15.94	c BCD2: #cores=9, #unrelaxed=1305, #relaxed=229, #hardened=0
15.87/15.94	c BCD2: #sat=1 #unsat=221 bias=221/222
15.87/15.94	c Solving starts ...
15.87/15.94	c ============================[ Search Statistics ]============================
15.87/15.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.87/15.94	c       |         |          |          |    Limit     GC | Var      | Constra 
15.87/15.94	c =============================================================================
15.87/15.94	c  0.0s |       0 |        0 |        0 |    46966      0 |      211 |      219
15.97/16.00	c  0.1s |       0 |       10 |        1 |    46966      0 |      211 |      220
15.97/16.00	c #cpu_time = 0.059s
15.97/16.00	c #wall_clock_time = 0.060s
15.97/16.00	c #decision = 10
15.97/16.00	c #random_decision = 0
15.97/16.00	c #conflict = 1
15.97/16.00	c #restart = 0
15.97/16.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
15.97/16.00	c lower bound updated to -1313
15.97/16.00	c BCD2: 221 <= obj <= 1489
15.97/16.00	c BCD2: #cores=9, #unrelaxed=1304, #relaxed=230, #hardened=0
15.97/16.00	c BCD2: #sat=1 #unsat=222 bias=222/223
15.97/16.00	c Solving starts ...
15.97/16.00	c ============================[ Search Statistics ]============================
15.97/16.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.97/16.00	c       |         |          |          |    Limit     GC | Var      | Constra 
15.97/16.00	c =============================================================================
15.97/16.00	c  0.0s |       0 |        0 |        0 |    46966      0 |      212 |      220
15.97/16.06	c  0.1s |       0 |       10 |        1 |    46966      0 |      212 |      221
15.97/16.06	c #cpu_time = 0.061s
15.97/16.06	c #wall_clock_time = 0.061s
15.97/16.06	c #decision = 10
15.97/16.06	c #random_decision = 0
15.97/16.06	c #conflict = 1
15.97/16.06	c #restart = 0
15.97/16.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
15.97/16.06	c lower bound updated to -1312
15.97/16.06	c BCD2: 222 <= obj <= 1489
15.97/16.06	c BCD2: #cores=9, #unrelaxed=1303, #relaxed=231, #hardened=0
15.97/16.06	c BCD2: #sat=1 #unsat=223 bias=223/224
15.97/16.06	c Solving starts ...
15.97/16.06	c ============================[ Search Statistics ]============================
15.97/16.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.97/16.06	c       |         |          |          |    Limit     GC | Var      | Constra 
15.97/16.06	c =============================================================================
15.97/16.06	c  0.0s |       0 |        0 |        0 |    46966      0 |      213 |      221
16.07/16.12	c  0.1s |       0 |       10 |        1 |    46966      0 |      213 |      222
16.07/16.12	c #cpu_time = 0.060s
16.07/16.12	c #wall_clock_time = 0.060s
16.07/16.12	c #decision = 10
16.07/16.12	c #random_decision = 0
16.07/16.12	c #conflict = 1
16.07/16.12	c #restart = 0
16.07/16.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
16.07/16.12	c lower bound updated to -1311
16.07/16.12	c BCD2: 223 <= obj <= 1489
16.07/16.12	c BCD2: #cores=9, #unrelaxed=1302, #relaxed=232, #hardened=0
16.07/16.12	c BCD2: #sat=1 #unsat=224 bias=224/225
16.07/16.12	c Solving starts ...
16.07/16.12	c ============================[ Search Statistics ]============================
16.07/16.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.07/16.12	c       |         |          |          |    Limit     GC | Var      | Constra 
16.07/16.12	c =============================================================================
16.07/16.12	c  0.0s |       0 |        0 |        0 |    46966      0 |      214 |      222
16.07/16.18	c  0.1s |       0 |       10 |        1 |    46966      0 |      214 |      223
16.07/16.18	c #cpu_time = 0.060s
16.07/16.18	c #wall_clock_time = 0.060s
16.07/16.18	c #decision = 10
16.07/16.18	c #random_decision = 0
16.07/16.18	c #conflict = 1
16.07/16.18	c #restart = 0
16.07/16.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
16.07/16.18	c lower bound updated to -1310
16.07/16.18	c BCD2: 224 <= obj <= 1489
16.07/16.18	c BCD2: #cores=9, #unrelaxed=1301, #relaxed=233, #hardened=0
16.07/16.18	c BCD2: #sat=1 #unsat=225 bias=225/226
16.07/16.18	c Solving starts ...
16.07/16.18	c ============================[ Search Statistics ]============================
16.07/16.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.07/16.18	c       |         |          |          |    Limit     GC | Var      | Constra 
16.07/16.18	c =============================================================================
16.07/16.18	c  0.0s |       0 |        0 |        0 |    46966      0 |      215 |      223
16.17/16.24	c  0.1s |       0 |       10 |        1 |    46966      0 |      215 |      224
16.17/16.24	c #cpu_time = 0.060s
16.17/16.24	c #wall_clock_time = 0.060s
16.17/16.24	c #decision = 10
16.17/16.24	c #random_decision = 0
16.17/16.24	c #conflict = 1
16.17/16.24	c #restart = 0
16.17/16.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
16.17/16.24	c lower bound updated to -1309
16.17/16.24	c BCD2: 225 <= obj <= 1489
16.17/16.24	c BCD2: #cores=9, #unrelaxed=1300, #relaxed=234, #hardened=0
16.17/16.24	c BCD2: #sat=1 #unsat=226 bias=226/227
16.17/16.24	c Solving starts ...
16.17/16.24	c ============================[ Search Statistics ]============================
16.17/16.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.17/16.24	c       |         |          |          |    Limit     GC | Var      | Constra 
16.17/16.24	c =============================================================================
16.17/16.24	c  0.0s |       0 |        0 |        0 |    46966      0 |      216 |      224
16.27/16.30	c  0.1s |       0 |       10 |        0 |    46966      0 |      216 |      225
16.27/16.30	c #cpu_time = 0.060s
16.27/16.30	c #wall_clock_time = 0.060s
16.27/16.30	c #decision = 10
16.27/16.30	c #random_decision = 0
16.27/16.30	c #conflict = 0
16.27/16.30	c #restart = 0
16.27/16.30	c BCD2: found a new core of size 2: cost of the new core is >=1
16.27/16.30	c lower bound updated to -1308
16.27/16.32	c BCD2: 226 <= obj <= 1489
16.27/16.32	c BCD2: #cores=10, #unrelaxed=1298, #relaxed=236, #hardened=0
16.27/16.32	c BCD2: #sat=1 #unsat=227 bias=227/228
16.27/16.32	c Solving starts ...
16.27/16.32	c ============================[ Search Statistics ]============================
16.27/16.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.27/16.32	c       |         |          |          |    Limit     GC | Var      | Constra 
16.27/16.32	c =============================================================================
16.27/16.32	c  0.0s |       0 |        0 |        0 |    46966      0 |      216 |      226
16.27/16.38	c  0.1s |       0 |       11 |        1 |    46966      0 |      216 |      226
16.27/16.38	c #cpu_time = 0.058s
16.27/16.38	c #wall_clock_time = 0.058s
16.27/16.38	c #decision = 11
16.27/16.38	c #random_decision = 0
16.27/16.38	c #conflict = 1
16.27/16.38	c #restart = 0
16.27/16.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
16.27/16.38	c lower bound updated to -1307
16.27/16.38	c BCD2: 227 <= obj <= 1489
16.27/16.38	c BCD2: #cores=10, #unrelaxed=1297, #relaxed=237, #hardened=0
16.27/16.38	c BCD2: #sat=1 #unsat=228 bias=228/229
16.27/16.38	c Solving starts ...
16.27/16.38	c ============================[ Search Statistics ]============================
16.27/16.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.27/16.38	c       |         |          |          |    Limit     GC | Var      | Constra 
16.27/16.38	c =============================================================================
16.27/16.38	c  0.0s |       0 |        0 |        0 |    46966      0 |      217 |      226
16.37/16.44	c  0.1s |       0 |       11 |        1 |    46966      0 |      217 |      227
16.37/16.44	c #cpu_time = 0.059s
16.37/16.44	c #wall_clock_time = 0.060s
16.37/16.44	c #decision = 11
16.37/16.44	c #random_decision = 0
16.37/16.44	c #conflict = 1
16.37/16.44	c #restart = 0
16.37/16.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
16.37/16.44	c lower bound updated to -1306
16.37/16.44	c BCD2: 228 <= obj <= 1489
16.37/16.44	c BCD2: #cores=10, #unrelaxed=1296, #relaxed=238, #hardened=0
16.37/16.44	c BCD2: #sat=1 #unsat=229 bias=229/230
16.37/16.44	c Solving starts ...
16.37/16.44	c ============================[ Search Statistics ]============================
16.37/16.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.37/16.44	c       |         |          |          |    Limit     GC | Var      | Constra 
16.37/16.44	c =============================================================================
16.37/16.44	c  0.0s |       0 |        0 |        0 |    46966      0 |      218 |      227
16.37/16.50	c  0.1s |       0 |       11 |        1 |    46966      0 |      218 |      228
16.37/16.50	c #cpu_time = 0.060s
16.37/16.50	c #wall_clock_time = 0.060s
16.37/16.50	c #decision = 11
16.37/16.50	c #random_decision = 0
16.37/16.50	c #conflict = 1
16.37/16.50	c #restart = 0
16.37/16.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
16.37/16.50	c lower bound updated to -1305
16.37/16.50	c BCD2: 229 <= obj <= 1489
16.37/16.50	c BCD2: #cores=10, #unrelaxed=1295, #relaxed=239, #hardened=0
16.37/16.50	c BCD2: #sat=1 #unsat=230 bias=230/231
16.37/16.50	c Solving starts ...
16.37/16.50	c ============================[ Search Statistics ]============================
16.37/16.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.37/16.50	c       |         |          |          |    Limit     GC | Var      | Constra 
16.37/16.50	c =============================================================================
16.37/16.50	c  0.0s |       0 |        0 |        0 |    46966      0 |      219 |      228
16.47/16.56	c  0.1s |       0 |       11 |        1 |    46966      0 |      219 |      229
16.47/16.56	c #cpu_time = 0.060s
16.47/16.56	c #wall_clock_time = 0.061s
16.47/16.56	c #decision = 11
16.47/16.56	c #random_decision = 0
16.47/16.56	c #conflict = 1
16.47/16.56	c #restart = 0
16.47/16.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
16.47/16.56	c lower bound updated to -1304
16.47/16.56	c BCD2: 230 <= obj <= 1489
16.47/16.56	c BCD2: #cores=10, #unrelaxed=1294, #relaxed=240, #hardened=0
16.47/16.56	c BCD2: #sat=1 #unsat=231 bias=231/232
16.47/16.56	c Solving starts ...
16.47/16.56	c ============================[ Search Statistics ]============================
16.47/16.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.47/16.56	c       |         |          |          |    Limit     GC | Var      | Constra 
16.47/16.56	c =============================================================================
16.47/16.56	c  0.0s |       0 |        0 |        0 |    46966      0 |      220 |      229
16.57/16.62	c  0.1s |       0 |       11 |        1 |    46966      0 |      220 |      230
16.57/16.62	c #cpu_time = 0.061s
16.57/16.62	c #wall_clock_time = 0.061s
16.57/16.62	c #decision = 11
16.57/16.62	c #random_decision = 0
16.57/16.62	c #conflict = 1
16.57/16.62	c #restart = 0
16.57/16.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
16.57/16.62	c lower bound updated to -1303
16.57/16.63	c BCD2: 231 <= obj <= 1489
16.57/16.63	c BCD2: #cores=10, #unrelaxed=1293, #relaxed=241, #hardened=0
16.57/16.63	c BCD2: #sat=1 #unsat=232 bias=232/233
16.57/16.63	c Solving starts ...
16.57/16.63	c ============================[ Search Statistics ]============================
16.57/16.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.57/16.63	c       |         |          |          |    Limit     GC | Var      | Constra 
16.57/16.63	c =============================================================================
16.57/16.63	c  0.0s |       0 |        0 |        0 |    46966      0 |      221 |      230
16.57/16.69	c  0.1s |       0 |       11 |        1 |    46966      0 |      221 |      231
16.57/16.69	c #cpu_time = 0.060s
16.57/16.69	c #wall_clock_time = 0.060s
16.57/16.69	c #decision = 11
16.57/16.69	c #random_decision = 0
16.57/16.69	c #conflict = 1
16.57/16.69	c #restart = 0
16.57/16.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
16.57/16.69	c lower bound updated to -1302
16.57/16.69	c BCD2: 232 <= obj <= 1489
16.57/16.69	c BCD2: #cores=10, #unrelaxed=1292, #relaxed=242, #hardened=0
16.57/16.69	c BCD2: #sat=1 #unsat=233 bias=233/234
16.57/16.69	c Solving starts ...
16.57/16.69	c ============================[ Search Statistics ]============================
16.57/16.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.57/16.69	c       |         |          |          |    Limit     GC | Var      | Constra 
16.57/16.69	c =============================================================================
16.57/16.69	c  0.0s |       0 |        0 |        0 |    46966      0 |      222 |      231
16.67/16.75	c  0.1s |       0 |       11 |        1 |    46966      0 |      222 |      232
16.67/16.75	c #cpu_time = 0.060s
16.67/16.75	c #wall_clock_time = 0.060s
16.67/16.75	c #decision = 11
16.67/16.75	c #random_decision = 0
16.67/16.75	c #conflict = 1
16.67/16.75	c #restart = 0
16.67/16.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
16.67/16.75	c lower bound updated to -1301
16.67/16.75	c BCD2: 233 <= obj <= 1489
16.67/16.75	c BCD2: #cores=10, #unrelaxed=1291, #relaxed=243, #hardened=0
16.67/16.75	c BCD2: #sat=1 #unsat=234 bias=234/235
16.67/16.75	c Solving starts ...
16.67/16.75	c ============================[ Search Statistics ]============================
16.67/16.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.67/16.75	c       |         |          |          |    Limit     GC | Var      | Constra 
16.67/16.75	c =============================================================================
16.67/16.75	c  0.0s |       0 |        0 |        0 |    46966      0 |      223 |      232
16.77/16.81	c  0.1s |       0 |       11 |        1 |    46966      0 |      223 |      233
16.77/16.81	c #cpu_time = 0.060s
16.77/16.81	c #wall_clock_time = 0.060s
16.77/16.81	c #decision = 11
16.77/16.81	c #random_decision = 0
16.77/16.81	c #conflict = 1
16.77/16.81	c #restart = 0
16.77/16.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
16.77/16.81	c lower bound updated to -1300
16.77/16.82	c BCD2: 234 <= obj <= 1489
16.77/16.82	c BCD2: #cores=10, #unrelaxed=1290, #relaxed=244, #hardened=0
16.77/16.82	c BCD2: #sat=1 #unsat=235 bias=235/236
16.77/16.82	c Solving starts ...
16.77/16.82	c ============================[ Search Statistics ]============================
16.77/16.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.77/16.82	c       |         |          |          |    Limit     GC | Var      | Constra 
16.77/16.82	c =============================================================================
16.77/16.82	c  0.0s |       0 |        0 |        0 |    46966      0 |      224 |      233
16.77/16.87	c  0.1s |       0 |       11 |        1 |    46966      0 |      224 |      234
16.77/16.87	c #cpu_time = 0.058s
16.77/16.87	c #wall_clock_time = 0.059s
16.77/16.87	c #decision = 11
16.77/16.87	c #random_decision = 0
16.77/16.87	c #conflict = 1
16.77/16.87	c #restart = 0
16.77/16.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
16.77/16.87	c lower bound updated to -1299
16.77/16.87	c BCD2: 235 <= obj <= 1489
16.77/16.87	c BCD2: #cores=10, #unrelaxed=1289, #relaxed=245, #hardened=0
16.77/16.87	c BCD2: #sat=1 #unsat=236 bias=236/237
16.77/16.87	c Solving starts ...
16.77/16.87	c ============================[ Search Statistics ]============================
16.77/16.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.77/16.87	c       |         |          |          |    Limit     GC | Var      | Constra 
16.77/16.87	c =============================================================================
16.77/16.87	c  0.0s |       0 |        0 |        0 |    46966      0 |      225 |      234
16.87/16.93	c  0.1s |       0 |       11 |        1 |    46966      0 |      225 |      235
16.87/16.93	c #cpu_time = 0.060s
16.87/16.93	c #wall_clock_time = 0.060s
16.87/16.93	c #decision = 11
16.87/16.93	c #random_decision = 0
16.87/16.93	c #conflict = 1
16.87/16.93	c #restart = 0
16.87/16.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
16.87/16.93	c lower bound updated to -1298
16.87/16.94	c BCD2: 236 <= obj <= 1489
16.87/16.94	c BCD2: #cores=10, #unrelaxed=1288, #relaxed=246, #hardened=0
16.87/16.94	c BCD2: #sat=1 #unsat=237 bias=237/238
16.87/16.94	c Solving starts ...
16.87/16.94	c ============================[ Search Statistics ]============================
16.87/16.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.87/16.94	c       |         |          |          |    Limit     GC | Var      | Constra 
16.87/16.94	c =============================================================================
16.87/16.94	c  0.0s |       0 |        0 |        0 |    46966      0 |      226 |      235
16.87/17.00	c  0.1s |       0 |       11 |        1 |    46966      0 |      226 |      236
16.87/17.00	c #cpu_time = 0.060s
16.87/17.00	c #wall_clock_time = 0.060s
16.87/17.00	c #decision = 11
16.87/17.00	c #random_decision = 0
16.87/17.00	c #conflict = 1
16.87/17.00	c #restart = 0
16.87/17.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
16.87/17.00	c lower bound updated to -1297
16.97/17.00	c BCD2: 237 <= obj <= 1489
16.97/17.00	c BCD2: #cores=10, #unrelaxed=1287, #relaxed=247, #hardened=0
16.97/17.00	c BCD2: #sat=1 #unsat=238 bias=238/239
16.97/17.00	c Solving starts ...
16.97/17.00	c ============================[ Search Statistics ]============================
16.97/17.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.97/17.00	c       |         |          |          |    Limit     GC | Var      | Constra 
16.97/17.00	c =============================================================================
16.97/17.00	c  0.0s |       0 |        0 |        0 |    46966      0 |      227 |      236
16.97/17.06	c  0.1s |       0 |       11 |        1 |    46966      0 |      227 |      237
16.97/17.06	c #cpu_time = 0.060s
16.97/17.06	c #wall_clock_time = 0.061s
16.97/17.06	c #decision = 11
16.97/17.06	c #random_decision = 0
16.97/17.06	c #conflict = 1
16.97/17.06	c #restart = 0
16.97/17.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
16.97/17.06	c lower bound updated to -1296
16.97/17.06	c BCD2: 238 <= obj <= 1489
16.97/17.06	c BCD2: #cores=10, #unrelaxed=1286, #relaxed=248, #hardened=0
16.97/17.06	c BCD2: #sat=1 #unsat=239 bias=239/240
16.97/17.06	c Solving starts ...
16.97/17.06	c ============================[ Search Statistics ]============================
16.97/17.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.97/17.06	c       |         |          |          |    Limit     GC | Var      | Constra 
16.97/17.06	c =============================================================================
16.97/17.06	c  0.0s |       0 |        0 |        0 |    46966      0 |      228 |      237
17.07/17.12	c  0.1s |       0 |       11 |        1 |    46966      0 |      228 |      238
17.07/17.12	c #cpu_time = 0.060s
17.07/17.12	c #wall_clock_time = 0.061s
17.07/17.12	c #decision = 11
17.07/17.12	c #random_decision = 0
17.07/17.12	c #conflict = 1
17.07/17.12	c #restart = 0
17.07/17.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
17.07/17.12	c lower bound updated to -1295
17.07/17.12	c BCD2: 239 <= obj <= 1489
17.07/17.12	c BCD2: #cores=10, #unrelaxed=1285, #relaxed=249, #hardened=0
17.07/17.12	c BCD2: #sat=1 #unsat=240 bias=240/241
17.07/17.12	c Solving starts ...
17.07/17.12	c ============================[ Search Statistics ]============================
17.07/17.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.07/17.12	c       |         |          |          |    Limit     GC | Var      | Constra 
17.07/17.12	c =============================================================================
17.07/17.12	c  0.0s |       0 |        0 |        0 |    46966      0 |      229 |      238
17.07/17.18	c  0.1s |       0 |       11 |        1 |    46966      0 |      229 |      239
17.07/17.18	c #cpu_time = 0.060s
17.07/17.18	c #wall_clock_time = 0.060s
17.07/17.18	c #decision = 11
17.07/17.18	c #random_decision = 0
17.07/17.18	c #conflict = 1
17.07/17.18	c #restart = 0
17.07/17.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
17.07/17.18	c lower bound updated to -1294
17.07/17.18	c BCD2: 240 <= obj <= 1489
17.07/17.18	c BCD2: #cores=10, #unrelaxed=1284, #relaxed=250, #hardened=0
17.07/17.18	c BCD2: #sat=1 #unsat=241 bias=241/242
17.07/17.18	c Solving starts ...
17.07/17.18	c ============================[ Search Statistics ]============================
17.07/17.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.07/17.18	c       |         |          |          |    Limit     GC | Var      | Constra 
17.07/17.18	c =============================================================================
17.07/17.18	c  0.0s |       0 |        0 |        0 |    46966      0 |      230 |      239
17.17/17.24	c  0.1s |       0 |       11 |        1 |    46966      0 |      230 |      240
17.17/17.24	c #cpu_time = 0.060s
17.17/17.24	c #wall_clock_time = 0.060s
17.17/17.24	c #decision = 11
17.17/17.24	c #random_decision = 0
17.17/17.24	c #conflict = 1
17.17/17.24	c #restart = 0
17.17/17.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
17.17/17.24	c lower bound updated to -1293
17.17/17.24	c BCD2: 241 <= obj <= 1489
17.17/17.24	c BCD2: #cores=10, #unrelaxed=1283, #relaxed=251, #hardened=0
17.17/17.24	c BCD2: #sat=1 #unsat=242 bias=242/243
17.17/17.24	c Solving starts ...
17.17/17.24	c ============================[ Search Statistics ]============================
17.17/17.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.17/17.24	c       |         |          |          |    Limit     GC | Var      | Constra 
17.17/17.24	c =============================================================================
17.17/17.24	c  0.0s |       0 |        0 |        0 |    46966      0 |      231 |      240
17.27/17.30	c  0.1s |       0 |       11 |        1 |    46966      0 |      231 |      241
17.27/17.30	c #cpu_time = 0.060s
17.27/17.30	c #wall_clock_time = 0.060s
17.27/17.30	c #decision = 11
17.27/17.30	c #random_decision = 0
17.27/17.30	c #conflict = 1
17.27/17.30	c #restart = 0
17.27/17.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
17.27/17.30	c lower bound updated to -1292
17.27/17.31	c BCD2: 242 <= obj <= 1489
17.27/17.31	c BCD2: #cores=10, #unrelaxed=1282, #relaxed=252, #hardened=0
17.27/17.31	c BCD2: #sat=1 #unsat=243 bias=243/244
17.27/17.31	c Solving starts ...
17.27/17.31	c ============================[ Search Statistics ]============================
17.27/17.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.27/17.31	c       |         |          |          |    Limit     GC | Var      | Constra 
17.27/17.31	c =============================================================================
17.27/17.31	c  0.0s |       0 |        0 |        0 |    46966      0 |      232 |      241
17.27/17.37	c  0.1s |       0 |       11 |        1 |    46966      0 |      232 |      242
17.27/17.37	c #cpu_time = 0.058s
17.27/17.37	c #wall_clock_time = 0.059s
17.27/17.37	c #decision = 11
17.27/17.37	c #random_decision = 0
17.27/17.37	c #conflict = 1
17.27/17.37	c #restart = 0
17.27/17.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
17.27/17.37	c lower bound updated to -1291
17.27/17.37	c BCD2: 243 <= obj <= 1489
17.27/17.37	c BCD2: #cores=10, #unrelaxed=1281, #relaxed=253, #hardened=0
17.27/17.37	c BCD2: #sat=1 #unsat=244 bias=244/245
17.27/17.37	c Solving starts ...
17.27/17.37	c ============================[ Search Statistics ]============================
17.27/17.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.27/17.37	c       |         |          |          |    Limit     GC | Var      | Constra 
17.27/17.37	c =============================================================================
17.27/17.37	c  0.0s |       0 |        0 |        0 |    46966      0 |      233 |      242
17.37/17.43	c  0.1s |       0 |       11 |        1 |    46966      0 |      233 |      243
17.37/17.43	c #cpu_time = 0.060s
17.37/17.43	c #wall_clock_time = 0.060s
17.37/17.43	c #decision = 11
17.37/17.43	c #random_decision = 0
17.37/17.43	c #conflict = 1
17.37/17.43	c #restart = 0
17.37/17.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
17.37/17.43	c lower bound updated to -1290
17.37/17.43	c BCD2: 244 <= obj <= 1489
17.37/17.43	c BCD2: #cores=10, #unrelaxed=1280, #relaxed=254, #hardened=0
17.37/17.43	c BCD2: #sat=1 #unsat=245 bias=245/246
17.37/17.43	c Solving starts ...
17.37/17.43	c ============================[ Search Statistics ]============================
17.37/17.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.37/17.43	c       |         |          |          |    Limit     GC | Var      | Constra 
17.37/17.43	c =============================================================================
17.37/17.43	c  0.0s |       0 |        0 |        0 |    46966      0 |      234 |      243
17.37/17.49	c  0.1s |       0 |       11 |        1 |    46966      0 |      234 |      244
17.37/17.49	c #cpu_time = 0.060s
17.37/17.49	c #wall_clock_time = 0.060s
17.37/17.49	c #decision = 11
17.37/17.49	c #random_decision = 0
17.37/17.49	c #conflict = 1
17.37/17.49	c #restart = 0
17.37/17.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
17.37/17.49	c lower bound updated to -1289
17.37/17.49	c BCD2: 245 <= obj <= 1489
17.37/17.49	c BCD2: #cores=10, #unrelaxed=1279, #relaxed=255, #hardened=0
17.37/17.49	c BCD2: #sat=1 #unsat=246 bias=246/247
17.37/17.49	c Solving starts ...
17.37/17.49	c ============================[ Search Statistics ]============================
17.37/17.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.37/17.49	c       |         |          |          |    Limit     GC | Var      | Constra 
17.37/17.49	c =============================================================================
17.37/17.49	c  0.0s |       0 |        0 |        0 |    46966      0 |      235 |      244
17.47/17.55	c  0.1s |       0 |       11 |        1 |    46966      0 |      235 |      245
17.47/17.55	c #cpu_time = 0.060s
17.47/17.55	c #wall_clock_time = 0.060s
17.47/17.55	c #decision = 11
17.47/17.55	c #random_decision = 0
17.47/17.55	c #conflict = 1
17.47/17.55	c #restart = 0
17.47/17.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
17.47/17.55	c lower bound updated to -1288
17.47/17.55	c BCD2: 246 <= obj <= 1489
17.47/17.55	c BCD2: #cores=10, #unrelaxed=1278, #relaxed=256, #hardened=0
17.47/17.55	c BCD2: #sat=1 #unsat=247 bias=247/248
17.47/17.55	c Solving starts ...
17.47/17.55	c ============================[ Search Statistics ]============================
17.47/17.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.47/17.55	c       |         |          |          |    Limit     GC | Var      | Constra 
17.47/17.55	c =============================================================================
17.47/17.55	c  0.0s |       0 |        0 |        0 |    46966      0 |      236 |      245
17.57/17.61	c  0.1s |       0 |       11 |        1 |    46966      0 |      236 |      246
17.57/17.61	c #cpu_time = 0.061s
17.57/17.61	c #wall_clock_time = 0.061s
17.57/17.61	c #decision = 11
17.57/17.61	c #random_decision = 0
17.57/17.61	c #conflict = 1
17.57/17.61	c #restart = 0
17.57/17.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
17.57/17.61	c lower bound updated to -1287
17.57/17.61	c BCD2: 247 <= obj <= 1489
17.57/17.61	c BCD2: #cores=10, #unrelaxed=1277, #relaxed=257, #hardened=0
17.57/17.61	c BCD2: #sat=1 #unsat=248 bias=248/249
17.57/17.61	c Solving starts ...
17.57/17.61	c ============================[ Search Statistics ]============================
17.57/17.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.57/17.61	c       |         |          |          |    Limit     GC | Var      | Constra 
17.57/17.61	c =============================================================================
17.57/17.61	c  0.0s |       0 |        0 |        0 |    46966      0 |      237 |      246
17.57/17.67	c  0.1s |       0 |       11 |        1 |    46966      0 |      237 |      247
17.57/17.67	c #cpu_time = 0.060s
17.57/17.67	c #wall_clock_time = 0.060s
17.57/17.67	c #decision = 11
17.57/17.67	c #random_decision = 0
17.57/17.67	c #conflict = 1
17.57/17.67	c #restart = 0
17.57/17.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
17.57/17.67	c lower bound updated to -1286
17.57/17.68	c BCD2: 248 <= obj <= 1489
17.57/17.68	c BCD2: #cores=10, #unrelaxed=1276, #relaxed=258, #hardened=0
17.57/17.68	c BCD2: #sat=1 #unsat=249 bias=249/250
17.57/17.68	c Solving starts ...
17.57/17.68	c ============================[ Search Statistics ]============================
17.57/17.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.57/17.68	c       |         |          |          |    Limit     GC | Var      | Constra 
17.57/17.68	c =============================================================================
17.57/17.68	c  0.0s |       0 |        0 |        0 |    46966      0 |      238 |      247
17.67/17.74	c  0.1s |       0 |       11 |        1 |    46966      0 |      238 |      248
17.67/17.74	c #cpu_time = 0.060s
17.67/17.74	c #wall_clock_time = 0.060s
17.67/17.74	c #decision = 11
17.67/17.74	c #random_decision = 0
17.67/17.74	c #conflict = 1
17.67/17.74	c #restart = 0
17.67/17.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
17.67/17.74	c lower bound updated to -1285
17.67/17.74	c BCD2: 249 <= obj <= 1489
17.67/17.74	c BCD2: #cores=10, #unrelaxed=1275, #relaxed=259, #hardened=0
17.67/17.74	c BCD2: #sat=1 #unsat=250 bias=250/251
17.67/17.74	c Solving starts ...
17.67/17.74	c ============================[ Search Statistics ]============================
17.67/17.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.67/17.74	c       |         |          |          |    Limit     GC | Var      | Constra 
17.67/17.74	c =============================================================================
17.67/17.74	c  0.0s |       0 |        0 |        0 |    46966      0 |      239 |      248
17.77/17.80	c  0.1s |       0 |       11 |        1 |    46966      0 |      239 |      249
17.77/17.80	c #cpu_time = 0.060s
17.77/17.80	c #wall_clock_time = 0.060s
17.77/17.80	c #decision = 11
17.77/17.80	c #random_decision = 0
17.77/17.80	c #conflict = 1
17.77/17.80	c #restart = 0
17.77/17.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
17.77/17.80	c lower bound updated to -1284
17.77/17.80	c BCD2: 250 <= obj <= 1489
17.77/17.80	c BCD2: #cores=10, #unrelaxed=1274, #relaxed=260, #hardened=0
17.77/17.80	c BCD2: #sat=1 #unsat=251 bias=251/252
17.77/17.81	c Solving starts ...
17.77/17.81	c ============================[ Search Statistics ]============================
17.77/17.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.77/17.81	c       |         |          |          |    Limit     GC | Var      | Constra 
17.77/17.81	c =============================================================================
17.77/17.81	c  0.0s |       0 |        0 |        0 |    46966      0 |      240 |      249
17.77/17.86	c  0.1s |       0 |       11 |        0 |    46966      0 |      240 |      250
17.77/17.86	c #cpu_time = 0.058s
17.77/17.86	c #wall_clock_time = 0.059s
17.77/17.86	c #decision = 11
17.77/17.86	c #random_decision = 0
17.77/17.86	c #conflict = 0
17.77/17.86	c #restart = 0
17.77/17.86	c BCD2: found a new core of size 2: cost of the new core is >=1
17.77/17.86	c lower bound updated to -1283
17.77/17.88	c BCD2: 251 <= obj <= 1489
17.77/17.88	c BCD2: #cores=11, #unrelaxed=1272, #relaxed=262, #hardened=0
17.77/17.88	c BCD2: #sat=1 #unsat=252 bias=252/253
17.77/17.88	c Solving starts ...
17.77/17.88	c ============================[ Search Statistics ]============================
17.77/17.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.77/17.88	c       |         |          |          |    Limit     GC | Var      | Constra 
17.77/17.88	c =============================================================================
17.77/17.88	c  0.0s |       0 |        0 |        0 |    46966      0 |      240 |      251
17.87/17.93	c  0.1s |       0 |       12 |        1 |    46966      0 |      240 |      251
17.87/17.93	c #cpu_time = 0.058s
17.87/17.93	c #wall_clock_time = 0.058s
17.87/17.93	c #decision = 12
17.87/17.93	c #random_decision = 0
17.87/17.93	c #conflict = 1
17.87/17.93	c #restart = 0
17.87/17.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
17.87/17.93	c lower bound updated to -1282
17.87/17.93	c BCD2: 252 <= obj <= 1489
17.87/17.93	c BCD2: #cores=11, #unrelaxed=1271, #relaxed=263, #hardened=0
17.87/17.93	c BCD2: #sat=1 #unsat=253 bias=253/254
17.87/17.93	c Solving starts ...
17.87/17.93	c ============================[ Search Statistics ]============================
17.87/17.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.87/17.93	c       |         |          |          |    Limit     GC | Var      | Constra 
17.87/17.93	c =============================================================================
17.87/17.93	c  0.0s |       0 |        0 |        0 |    46966      0 |      241 |      251
17.87/17.99	c  0.1s |       0 |       12 |        1 |    46966      0 |      241 |      252
17.87/17.99	c #cpu_time = 0.060s
17.87/17.99	c #wall_clock_time = 0.060s
17.87/17.99	c #decision = 12
17.87/17.99	c #random_decision = 0
17.87/17.99	c #conflict = 1
17.87/17.99	c #restart = 0
17.87/17.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
17.87/17.99	c lower bound updated to -1281
17.87/18.00	c BCD2: 253 <= obj <= 1489
17.87/18.00	c BCD2: #cores=11, #unrelaxed=1270, #relaxed=264, #hardened=0
17.87/18.00	c BCD2: #sat=1 #unsat=254 bias=254/255
17.87/18.00	c Solving starts ...
17.87/18.00	c ============================[ Search Statistics ]============================
17.87/18.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.87/18.00	c       |         |          |          |    Limit     GC | Var      | Constra 
17.87/18.00	c =============================================================================
17.87/18.00	c  0.0s |       0 |        0 |        0 |    46966      0 |      242 |      252
17.97/18.06	c  0.1s |       0 |       12 |        1 |    46966      0 |      242 |      253
17.97/18.06	c #cpu_time = 0.061s
17.97/18.06	c #wall_clock_time = 0.061s
17.97/18.06	c #decision = 12
17.97/18.06	c #random_decision = 0
17.97/18.06	c #conflict = 1
17.97/18.06	c #restart = 0
17.97/18.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
17.97/18.06	c lower bound updated to -1280
17.97/18.06	c BCD2: 254 <= obj <= 1489
17.97/18.06	c BCD2: #cores=11, #unrelaxed=1269, #relaxed=265, #hardened=0
17.97/18.06	c BCD2: #sat=1 #unsat=255 bias=255/256
17.97/18.06	c Solving starts ...
17.97/18.06	c ============================[ Search Statistics ]============================
17.97/18.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.97/18.06	c       |         |          |          |    Limit     GC | Var      | Constra 
17.97/18.06	c =============================================================================
17.97/18.06	c  0.0s |       0 |        0 |        0 |    46966      0 |      243 |      253
18.07/18.12	c  0.1s |       0 |       12 |        1 |    46966      0 |      243 |      254
18.07/18.12	c #cpu_time = 0.060s
18.07/18.12	c #wall_clock_time = 0.060s
18.07/18.12	c #decision = 12
18.07/18.12	c #random_decision = 0
18.07/18.12	c #conflict = 1
18.07/18.12	c #restart = 0
18.07/18.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
18.07/18.12	c lower bound updated to -1279
18.07/18.12	c BCD2: 255 <= obj <= 1489
18.07/18.12	c BCD2: #cores=11, #unrelaxed=1268, #relaxed=266, #hardened=0
18.07/18.12	c BCD2: #sat=1 #unsat=256 bias=256/257
18.07/18.12	c Solving starts ...
18.07/18.12	c ============================[ Search Statistics ]============================
18.07/18.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.07/18.12	c       |         |          |          |    Limit     GC | Var      | Constra 
18.07/18.12	c =============================================================================
18.07/18.12	c  0.0s |       0 |        0 |        0 |    46966      0 |      244 |      254
18.07/18.18	c  0.1s |       0 |       12 |        1 |    46966      0 |      244 |      255
18.07/18.18	c #cpu_time = 0.060s
18.07/18.18	c #wall_clock_time = 0.060s
18.07/18.18	c #decision = 12
18.07/18.18	c #random_decision = 0
18.07/18.18	c #conflict = 1
18.07/18.18	c #restart = 0
18.07/18.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
18.07/18.18	c lower bound updated to -1278
18.07/18.18	c BCD2: 256 <= obj <= 1489
18.07/18.18	c BCD2: #cores=11, #unrelaxed=1267, #relaxed=267, #hardened=0
18.07/18.18	c BCD2: #sat=1 #unsat=257 bias=257/258
18.07/18.18	c Solving starts ...
18.07/18.18	c ============================[ Search Statistics ]============================
18.07/18.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.07/18.18	c       |         |          |          |    Limit     GC | Var      | Constra 
18.07/18.18	c =============================================================================
18.07/18.18	c  0.0s |       0 |        0 |        0 |    46966      0 |      245 |      255
18.17/18.24	c  0.1s |       0 |       12 |        1 |    46966      0 |      245 |      256
18.17/18.24	c #cpu_time = 0.060s
18.17/18.24	c #wall_clock_time = 0.060s
18.17/18.24	c #decision = 12
18.17/18.24	c #random_decision = 0
18.17/18.24	c #conflict = 1
18.17/18.24	c #restart = 0
18.17/18.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
18.17/18.24	c lower bound updated to -1277
18.17/18.24	c BCD2: 257 <= obj <= 1489
18.17/18.24	c BCD2: #cores=11, #unrelaxed=1266, #relaxed=268, #hardened=0
18.17/18.24	c BCD2: #sat=1 #unsat=258 bias=258/259
18.17/18.24	c Solving starts ...
18.17/18.24	c ============================[ Search Statistics ]============================
18.17/18.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.17/18.24	c       |         |          |          |    Limit     GC | Var      | Constra 
18.17/18.24	c =============================================================================
18.17/18.25	c  0.0s |       0 |        0 |        0 |    46966      0 |      246 |      256
18.27/18.31	c  0.1s |       0 |       12 |        1 |    46966      0 |      246 |      257
18.27/18.31	c #cpu_time = 0.058s
18.27/18.31	c #wall_clock_time = 0.058s
18.27/18.31	c #decision = 12
18.27/18.31	c #random_decision = 0
18.27/18.31	c #conflict = 1
18.27/18.31	c #restart = 0
18.27/18.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
18.27/18.31	c lower bound updated to -1276
18.27/18.31	c BCD2: 258 <= obj <= 1489
18.27/18.31	c BCD2: #cores=11, #unrelaxed=1265, #relaxed=269, #hardened=0
18.27/18.31	c BCD2: #sat=1 #unsat=259 bias=259/260
18.27/18.31	c Solving starts ...
18.27/18.31	c ============================[ Search Statistics ]============================
18.27/18.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.27/18.31	c       |         |          |          |    Limit     GC | Var      | Constra 
18.27/18.31	c =============================================================================
18.27/18.31	c  0.0s |       0 |        0 |        0 |    46966      0 |      247 |      257
18.27/18.37	c  0.1s |       0 |       12 |        1 |    46966      0 |      247 |      258
18.27/18.37	c #cpu_time = 0.059s
18.27/18.37	c #wall_clock_time = 0.060s
18.27/18.37	c #decision = 12
18.27/18.37	c #random_decision = 0
18.27/18.37	c #conflict = 1
18.27/18.37	c #restart = 0
18.27/18.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
18.27/18.37	c lower bound updated to -1275
18.27/18.37	c BCD2: 259 <= obj <= 1489
18.27/18.37	c BCD2: #cores=11, #unrelaxed=1264, #relaxed=270, #hardened=0
18.27/18.37	c BCD2: #sat=1 #unsat=260 bias=260/261
18.27/18.37	c Solving starts ...
18.27/18.37	c ============================[ Search Statistics ]============================
18.27/18.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.27/18.37	c       |         |          |          |    Limit     GC | Var      | Constra 
18.27/18.37	c =============================================================================
18.27/18.37	c  0.0s |       0 |        0 |        0 |    46966      0 |      248 |      258
18.37/18.43	c  0.1s |       0 |       12 |        1 |    46966      0 |      248 |      259
18.37/18.43	c #cpu_time = 0.060s
18.37/18.43	c #wall_clock_time = 0.060s
18.37/18.43	c #decision = 12
18.37/18.43	c #random_decision = 0
18.37/18.43	c #conflict = 1
18.37/18.43	c #restart = 0
18.37/18.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
18.37/18.43	c lower bound updated to -1274
18.37/18.43	c BCD2: 260 <= obj <= 1489
18.37/18.43	c BCD2: #cores=11, #unrelaxed=1263, #relaxed=271, #hardened=0
18.37/18.43	c BCD2: #sat=1 #unsat=261 bias=261/262
18.37/18.43	c Solving starts ...
18.37/18.43	c ============================[ Search Statistics ]============================
18.37/18.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.37/18.43	c       |         |          |          |    Limit     GC | Var      | Constra 
18.37/18.43	c =============================================================================
18.37/18.43	c  0.0s |       0 |        0 |        0 |    46966      0 |      249 |      259
18.37/18.49	c  0.1s |       0 |       12 |        1 |    46966      0 |      249 |      260
18.37/18.49	c #cpu_time = 0.060s
18.37/18.49	c #wall_clock_time = 0.061s
18.37/18.49	c #decision = 12
18.37/18.49	c #random_decision = 0
18.37/18.49	c #conflict = 1
18.37/18.49	c #restart = 0
18.37/18.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
18.37/18.49	c lower bound updated to -1273
18.37/18.49	c BCD2: 261 <= obj <= 1489
18.37/18.49	c BCD2: #cores=11, #unrelaxed=1262, #relaxed=272, #hardened=0
18.37/18.49	c BCD2: #sat=1 #unsat=262 bias=262/263
18.37/18.49	c Solving starts ...
18.37/18.49	c ============================[ Search Statistics ]============================
18.37/18.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.37/18.49	c       |         |          |          |    Limit     GC | Var      | Constra 
18.37/18.49	c =============================================================================
18.37/18.49	c  0.0s |       0 |        0 |        0 |    46966      0 |      250 |      260
18.47/18.55	c  0.1s |       0 |       12 |        1 |    46966      0 |      250 |      261
18.47/18.55	c #cpu_time = 0.060s
18.47/18.55	c #wall_clock_time = 0.061s
18.47/18.55	c #decision = 12
18.47/18.55	c #random_decision = 0
18.47/18.55	c #conflict = 1
18.47/18.55	c #restart = 0
18.47/18.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
18.47/18.55	c lower bound updated to -1272
18.47/18.55	c BCD2: 262 <= obj <= 1489
18.47/18.55	c BCD2: #cores=11, #unrelaxed=1261, #relaxed=273, #hardened=0
18.47/18.55	c BCD2: #sat=1 #unsat=263 bias=263/264
18.47/18.55	c Solving starts ...
18.47/18.55	c ============================[ Search Statistics ]============================
18.47/18.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.47/18.55	c       |         |          |          |    Limit     GC | Var      | Constra 
18.47/18.55	c =============================================================================
18.47/18.55	c  0.0s |       0 |        0 |        0 |    46966      0 |      251 |      261
18.57/18.61	c  0.1s |       0 |       12 |        1 |    51663      0 |      251 |      262
18.57/18.61	c #cpu_time = 0.060s
18.57/18.61	c #wall_clock_time = 0.060s
18.57/18.61	c #decision = 12
18.57/18.61	c #random_decision = 0
18.57/18.61	c #conflict = 1
18.57/18.61	c #restart = 0
18.57/18.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
18.57/18.61	c lower bound updated to -1271
18.57/18.61	c BCD2: 263 <= obj <= 1489
18.57/18.61	c BCD2: #cores=11, #unrelaxed=1260, #relaxed=274, #hardened=0
18.57/18.61	c BCD2: #sat=1 #unsat=264 bias=264/265
18.57/18.61	c Solving starts ...
18.57/18.61	c ============================[ Search Statistics ]============================
18.57/18.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.57/18.61	c       |         |          |          |    Limit     GC | Var      | Constra 
18.57/18.61	c =============================================================================
18.57/18.61	c  0.0s |       0 |        0 |        0 |    51663      0 |      252 |      262
18.57/18.67	c  0.1s |       0 |       12 |        1 |    51663      0 |      252 |      263
18.57/18.67	c #cpu_time = 0.060s
18.57/18.67	c #wall_clock_time = 0.060s
18.57/18.67	c #decision = 12
18.57/18.67	c #random_decision = 0
18.57/18.67	c #conflict = 1
18.57/18.67	c #restart = 0
18.57/18.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
18.57/18.67	c lower bound updated to -1270
18.57/18.67	c BCD2: 264 <= obj <= 1489
18.57/18.67	c BCD2: #cores=11, #unrelaxed=1259, #relaxed=275, #hardened=0
18.57/18.67	c BCD2: #sat=1 #unsat=265 bias=265/266
18.57/18.67	c Solving starts ...
18.57/18.67	c ============================[ Search Statistics ]============================
18.57/18.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.57/18.67	c       |         |          |          |    Limit     GC | Var      | Constra 
18.57/18.67	c =============================================================================
18.57/18.67	c  0.0s |       0 |        0 |        0 |    51663      0 |      253 |      263
18.67/18.73	c  0.1s |       0 |       12 |        1 |    51663      0 |      253 |      264
18.67/18.73	c #cpu_time = 0.060s
18.67/18.73	c #wall_clock_time = 0.060s
18.67/18.73	c #decision = 12
18.67/18.73	c #random_decision = 0
18.67/18.73	c #conflict = 1
18.67/18.73	c #restart = 0
18.67/18.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
18.67/18.73	c lower bound updated to -1269
18.67/18.74	c BCD2: 265 <= obj <= 1489
18.67/18.74	c BCD2: #cores=11, #unrelaxed=1258, #relaxed=276, #hardened=0
18.67/18.74	c BCD2: #sat=1 #unsat=266 bias=266/267
18.67/18.74	c Solving starts ...
18.67/18.74	c ============================[ Search Statistics ]============================
18.67/18.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.67/18.74	c       |         |          |          |    Limit     GC | Var      | Constra 
18.67/18.74	c =============================================================================
18.67/18.74	c  0.0s |       0 |        0 |        0 |    51663      0 |      254 |      264
18.67/18.80	c  0.1s |       0 |       12 |        1 |    51663      0 |      254 |      265
18.67/18.80	c #cpu_time = 0.058s
18.67/18.80	c #wall_clock_time = 0.058s
18.67/18.80	c #decision = 12
18.67/18.80	c #random_decision = 0
18.67/18.80	c #conflict = 1
18.67/18.80	c #restart = 0
18.67/18.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
18.67/18.80	c lower bound updated to -1268
18.67/18.80	c BCD2: 266 <= obj <= 1489
18.67/18.80	c BCD2: #cores=11, #unrelaxed=1257, #relaxed=277, #hardened=0
18.67/18.80	c BCD2: #sat=1 #unsat=267 bias=267/268
18.67/18.80	c Solving starts ...
18.67/18.80	c ============================[ Search Statistics ]============================
18.67/18.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.67/18.80	c       |         |          |          |    Limit     GC | Var      | Constra 
18.67/18.80	c =============================================================================
18.67/18.80	c  0.0s |       0 |        0 |        0 |    51663      0 |      255 |      265
18.77/18.86	c  0.1s |       0 |       12 |        1 |    51663      0 |      255 |      266
18.77/18.86	c #cpu_time = 0.060s
18.77/18.86	c #wall_clock_time = 0.060s
18.77/18.86	c #decision = 12
18.77/18.86	c #random_decision = 0
18.77/18.86	c #conflict = 1
18.77/18.86	c #restart = 0
18.77/18.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
18.77/18.86	c lower bound updated to -1267
18.77/18.86	c BCD2: 267 <= obj <= 1489
18.77/18.86	c BCD2: #cores=11, #unrelaxed=1256, #relaxed=278, #hardened=0
18.77/18.86	c BCD2: #sat=1 #unsat=268 bias=268/269
18.77/18.86	c Solving starts ...
18.77/18.86	c ============================[ Search Statistics ]============================
18.77/18.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.77/18.86	c       |         |          |          |    Limit     GC | Var      | Constra 
18.77/18.86	c =============================================================================
18.77/18.86	c  0.0s |       0 |        0 |        0 |    51663      0 |      256 |      266
18.87/18.92	c  0.1s |       0 |       12 |        1 |    51663      0 |      256 |      267
18.87/18.92	c #cpu_time = 0.060s
18.87/18.92	c #wall_clock_time = 0.060s
18.87/18.92	c #decision = 12
18.87/18.92	c #random_decision = 0
18.87/18.92	c #conflict = 1
18.87/18.92	c #restart = 0
18.87/18.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
18.87/18.92	c lower bound updated to -1266
18.87/18.92	c BCD2: 268 <= obj <= 1489
18.87/18.92	c BCD2: #cores=11, #unrelaxed=1255, #relaxed=279, #hardened=0
18.87/18.92	c BCD2: #sat=1 #unsat=269 bias=269/270
18.87/18.92	c Solving starts ...
18.87/18.92	c ============================[ Search Statistics ]============================
18.87/18.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.87/18.92	c       |         |          |          |    Limit     GC | Var      | Constra 
18.87/18.92	c =============================================================================
18.87/18.92	c  0.0s |       0 |        0 |        0 |    51663      0 |      257 |      267
18.87/18.98	c  0.1s |       0 |       12 |        1 |    51663      0 |      257 |      268
18.87/18.98	c #cpu_time = 0.060s
18.87/18.98	c #wall_clock_time = 0.061s
18.87/18.98	c #decision = 12
18.87/18.98	c #random_decision = 0
18.87/18.98	c #conflict = 1
18.87/18.98	c #restart = 0
18.87/18.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
18.87/18.98	c lower bound updated to -1265
18.87/18.98	c BCD2: 269 <= obj <= 1489
18.87/18.98	c BCD2: #cores=11, #unrelaxed=1254, #relaxed=280, #hardened=0
18.87/18.98	c BCD2: #sat=1 #unsat=270 bias=270/271
18.87/18.98	c Solving starts ...
18.87/18.98	c ============================[ Search Statistics ]============================
18.87/18.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.87/18.98	c       |         |          |          |    Limit     GC | Var      | Constra 
18.87/18.98	c =============================================================================
18.87/18.98	c  0.0s |       0 |        0 |        0 |    51663      0 |      258 |      268
18.97/19.05	c  0.1s |       0 |       12 |        1 |    51663      0 |      258 |      269
18.97/19.05	c #cpu_time = 0.060s
18.97/19.05	c #wall_clock_time = 0.061s
18.97/19.05	c #decision = 12
18.97/19.05	c #random_decision = 0
18.97/19.05	c #conflict = 1
18.97/19.05	c #restart = 0
18.97/19.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
18.97/19.05	c lower bound updated to -1264
18.97/19.05	c BCD2: 270 <= obj <= 1489
18.97/19.05	c BCD2: #cores=11, #unrelaxed=1253, #relaxed=281, #hardened=0
18.97/19.05	c BCD2: #sat=1 #unsat=271 bias=271/272
18.97/19.05	c Solving starts ...
18.97/19.05	c ============================[ Search Statistics ]============================
18.97/19.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.97/19.05	c       |         |          |          |    Limit     GC | Var      | Constra 
18.97/19.05	c =============================================================================
18.97/19.05	c  0.0s |       0 |        0 |        0 |    51663      0 |      259 |      269
19.07/19.11	c  0.1s |       0 |       12 |        1 |    51663      0 |      259 |      270
19.07/19.11	c #cpu_time = 0.060s
19.07/19.11	c #wall_clock_time = 0.060s
19.07/19.11	c #decision = 12
19.07/19.11	c #random_decision = 0
19.07/19.11	c #conflict = 1
19.07/19.11	c #restart = 0
19.07/19.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
19.07/19.11	c lower bound updated to -1263
19.07/19.11	c BCD2: 271 <= obj <= 1489
19.07/19.11	c BCD2: #cores=11, #unrelaxed=1252, #relaxed=282, #hardened=0
19.07/19.11	c BCD2: #sat=1 #unsat=272 bias=272/273
19.07/19.11	c Solving starts ...
19.07/19.11	c ============================[ Search Statistics ]============================
19.07/19.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.07/19.11	c       |         |          |          |    Limit     GC | Var      | Constra 
19.07/19.11	c =============================================================================
19.07/19.11	c  0.0s |       0 |        0 |        0 |    51663      0 |      260 |      270
19.07/19.17	c  0.1s |       0 |       12 |        1 |    51663      0 |      260 |      271
19.07/19.17	c #cpu_time = 0.060s
19.07/19.17	c #wall_clock_time = 0.060s
19.07/19.17	c #decision = 12
19.07/19.17	c #random_decision = 0
19.07/19.17	c #conflict = 1
19.07/19.17	c #restart = 0
19.07/19.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
19.07/19.17	c lower bound updated to -1262
19.07/19.17	c BCD2: 272 <= obj <= 1489
19.07/19.17	c BCD2: #cores=11, #unrelaxed=1251, #relaxed=283, #hardened=0
19.07/19.17	c BCD2: #sat=1 #unsat=273 bias=273/274
19.07/19.17	c Solving starts ...
19.07/19.17	c ============================[ Search Statistics ]============================
19.07/19.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.07/19.17	c       |         |          |          |    Limit     GC | Var      | Constra 
19.07/19.17	c =============================================================================
19.07/19.17	c  0.0s |       0 |        0 |        0 |    51663      0 |      261 |      271
19.17/19.23	c  0.1s |       0 |       12 |        1 |    51663      0 |      261 |      272
19.17/19.23	c #cpu_time = 0.060s
19.17/19.23	c #wall_clock_time = 0.060s
19.17/19.23	c #decision = 12
19.17/19.23	c #random_decision = 0
19.17/19.23	c #conflict = 1
19.17/19.23	c #restart = 0
19.17/19.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
19.17/19.23	c lower bound updated to -1261
19.17/19.24	c BCD2: 273 <= obj <= 1489
19.17/19.24	c BCD2: #cores=11, #unrelaxed=1250, #relaxed=284, #hardened=0
19.17/19.24	c BCD2: #sat=1 #unsat=274 bias=274/275
19.17/19.24	c Solving starts ...
19.17/19.24	c ============================[ Search Statistics ]============================
19.17/19.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.17/19.24	c       |         |          |          |    Limit     GC | Var      | Constra 
19.17/19.24	c =============================================================================
19.17/19.24	c  0.0s |       0 |        0 |        0 |    51663      0 |      262 |      272
19.17/19.30	c  0.1s |       0 |       12 |        1 |    51663      0 |      262 |      273
19.17/19.30	c #cpu_time = 0.058s
19.17/19.30	c #wall_clock_time = 0.058s
19.17/19.30	c #decision = 12
19.17/19.30	c #random_decision = 0
19.17/19.30	c #conflict = 1
19.17/19.30	c #restart = 0
19.17/19.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
19.17/19.30	c lower bound updated to -1260
19.27/19.30	c BCD2: 274 <= obj <= 1489
19.27/19.30	c BCD2: #cores=11, #unrelaxed=1249, #relaxed=285, #hardened=0
19.27/19.30	c BCD2: #sat=1 #unsat=275 bias=275/276
19.27/19.30	c Solving starts ...
19.27/19.30	c ============================[ Search Statistics ]============================
19.27/19.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.27/19.30	c       |         |          |          |    Limit     GC | Var      | Constra 
19.27/19.30	c =============================================================================
19.27/19.30	c  0.0s |       0 |        0 |        0 |    51663      0 |      263 |      273
19.27/19.36	c  0.1s |       0 |       12 |        1 |    51663      0 |      263 |      274
19.27/19.36	c #cpu_time = 0.060s
19.27/19.36	c #wall_clock_time = 0.060s
19.27/19.36	c #decision = 12
19.27/19.36	c #random_decision = 0
19.27/19.36	c #conflict = 1
19.27/19.36	c #restart = 0
19.27/19.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
19.27/19.36	c lower bound updated to -1259
19.27/19.36	c BCD2: 275 <= obj <= 1489
19.27/19.36	c BCD2: #cores=11, #unrelaxed=1248, #relaxed=286, #hardened=0
19.27/19.36	c BCD2: #sat=1 #unsat=276 bias=276/277
19.27/19.36	c Solving starts ...
19.27/19.36	c ============================[ Search Statistics ]============================
19.27/19.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.27/19.36	c       |         |          |          |    Limit     GC | Var      | Constra 
19.27/19.36	c =============================================================================
19.27/19.36	c  0.0s |       0 |        0 |        0 |    51663      0 |      264 |      274
19.37/19.42	c  0.1s |       0 |       12 |        0 |    51663      0 |      264 |      275
19.37/19.42	c #cpu_time = 0.060s
19.37/19.42	c #wall_clock_time = 0.060s
19.37/19.42	c #decision = 12
19.37/19.42	c #random_decision = 0
19.37/19.42	c #conflict = 0
19.37/19.42	c #restart = 0
19.37/19.42	c BCD2: found a new core of size 2: cost of the new core is >=1
19.37/19.42	c lower bound updated to -1258
19.37/19.43	c BCD2: 276 <= obj <= 1489
19.37/19.43	c BCD2: #cores=12, #unrelaxed=1246, #relaxed=288, #hardened=0
19.37/19.43	c BCD2: #sat=1 #unsat=277 bias=277/278
19.37/19.43	c Solving starts ...
19.37/19.43	c ============================[ Search Statistics ]============================
19.37/19.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.37/19.43	c       |         |          |          |    Limit     GC | Var      | Constra 
19.37/19.43	c =============================================================================
19.37/19.43	c  0.0s |       0 |        0 |        0 |    51663      0 |      264 |      276
19.37/19.49	c  0.1s |       0 |       13 |        1 |    51663      0 |      264 |      276
19.37/19.49	c #cpu_time = 0.059s
19.37/19.49	c #wall_clock_time = 0.059s
19.37/19.49	c #decision = 13
19.37/19.49	c #random_decision = 0
19.37/19.49	c #conflict = 1
19.37/19.49	c #restart = 0
19.37/19.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
19.37/19.49	c lower bound updated to -1257
19.37/19.49	c BCD2: 277 <= obj <= 1489
19.37/19.49	c BCD2: #cores=12, #unrelaxed=1245, #relaxed=289, #hardened=0
19.37/19.49	c BCD2: #sat=1 #unsat=278 bias=278/279
19.37/19.49	c Solving starts ...
19.37/19.49	c ============================[ Search Statistics ]============================
19.37/19.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.37/19.49	c       |         |          |          |    Limit     GC | Var      | Constra 
19.37/19.49	c =============================================================================
19.37/19.49	c  0.0s |       0 |        0 |        0 |    51663      0 |      265 |      276
19.47/19.55	c  0.1s |       0 |       13 |        1 |    51663      0 |      265 |      277
19.47/19.55	c #cpu_time = 0.060s
19.47/19.55	c #wall_clock_time = 0.061s
19.47/19.55	c #decision = 13
19.47/19.55	c #random_decision = 0
19.47/19.55	c #conflict = 1
19.47/19.55	c #restart = 0
19.47/19.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
19.47/19.55	c lower bound updated to -1256
19.47/19.55	c BCD2: 278 <= obj <= 1489
19.47/19.55	c BCD2: #cores=12, #unrelaxed=1244, #relaxed=290, #hardened=0
19.47/19.55	c BCD2: #sat=1 #unsat=279 bias=279/280
19.47/19.55	c Solving starts ...
19.47/19.55	c ============================[ Search Statistics ]============================
19.47/19.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.47/19.55	c       |         |          |          |    Limit     GC | Var      | Constra 
19.47/19.55	c =============================================================================
19.47/19.55	c  0.0s |       0 |        0 |        0 |    51663      0 |      266 |      277
19.57/19.61	c  0.1s |       0 |       13 |        1 |    51663      0 |      266 |      278
19.57/19.61	c #cpu_time = 0.060s
19.57/19.61	c #wall_clock_time = 0.060s
19.57/19.61	c #decision = 13
19.57/19.61	c #random_decision = 0
19.57/19.61	c #conflict = 1
19.57/19.61	c #restart = 0
19.57/19.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
19.57/19.61	c lower bound updated to -1255
19.57/19.61	c BCD2: 279 <= obj <= 1489
19.57/19.61	c BCD2: #cores=12, #unrelaxed=1243, #relaxed=291, #hardened=0
19.57/19.61	c BCD2: #sat=1 #unsat=280 bias=280/281
19.57/19.61	c Solving starts ...
19.57/19.61	c ============================[ Search Statistics ]============================
19.57/19.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.57/19.61	c       |         |          |          |    Limit     GC | Var      | Constra 
19.57/19.61	c =============================================================================
19.57/19.61	c  0.0s |       0 |        0 |        0 |    51663      0 |      267 |      278
19.57/19.67	c  0.1s |       0 |       13 |        1 |    51663      0 |      267 |      279
19.57/19.67	c #cpu_time = 0.060s
19.57/19.67	c #wall_clock_time = 0.060s
19.57/19.67	c #decision = 13
19.57/19.67	c #random_decision = 0
19.57/19.67	c #conflict = 1
19.57/19.67	c #restart = 0
19.57/19.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
19.57/19.67	c lower bound updated to -1254
19.57/19.67	c BCD2: 280 <= obj <= 1489
19.57/19.67	c BCD2: #cores=12, #unrelaxed=1242, #relaxed=292, #hardened=0
19.57/19.67	c BCD2: #sat=1 #unsat=281 bias=281/282
19.57/19.67	c Solving starts ...
19.57/19.67	c ============================[ Search Statistics ]============================
19.57/19.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.57/19.67	c       |         |          |          |    Limit     GC | Var      | Constra 
19.57/19.67	c =============================================================================
19.57/19.67	c  0.0s |       0 |        0 |        0 |    51663      0 |      268 |      279
19.67/19.73	c  0.1s |       0 |       13 |        1 |    51663      0 |      268 |      280
19.67/19.73	c #cpu_time = 0.060s
19.67/19.73	c #wall_clock_time = 0.060s
19.67/19.73	c #decision = 13
19.67/19.73	c #random_decision = 0
19.67/19.73	c #conflict = 1
19.67/19.73	c #restart = 0
19.67/19.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
19.67/19.73	c lower bound updated to -1253
19.67/19.74	c BCD2: 281 <= obj <= 1489
19.67/19.74	c BCD2: #cores=12, #unrelaxed=1241, #relaxed=293, #hardened=0
19.67/19.74	c BCD2: #sat=1 #unsat=282 bias=282/283
19.67/19.74	c Solving starts ...
19.67/19.74	c ============================[ Search Statistics ]============================
19.67/19.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.67/19.74	c       |         |          |          |    Limit     GC | Var      | Constra 
19.67/19.74	c =============================================================================
19.67/19.74	c  0.0s |       0 |        0 |        0 |    51663      0 |      269 |      280
19.67/19.80	c  0.1s |       0 |       13 |        1 |    51663      0 |      269 |      281
19.67/19.80	c #cpu_time = 0.058s
19.67/19.80	c #wall_clock_time = 0.059s
19.67/19.80	c #decision = 13
19.67/19.80	c #random_decision = 0
19.67/19.80	c #conflict = 1
19.67/19.80	c #restart = 0
19.67/19.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
19.67/19.80	c lower bound updated to -1252
19.67/19.80	c BCD2: 282 <= obj <= 1489
19.67/19.80	c BCD2: #cores=12, #unrelaxed=1240, #relaxed=294, #hardened=0
19.67/19.80	c BCD2: #sat=1 #unsat=283 bias=283/284
19.67/19.80	c Solving starts ...
19.67/19.80	c ============================[ Search Statistics ]============================
19.67/19.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.67/19.80	c       |         |          |          |    Limit     GC | Var      | Constra 
19.67/19.80	c =============================================================================
19.67/19.80	c  0.0s |       0 |        0 |        0 |    51663      0 |      270 |      281
19.77/19.86	c  0.1s |       0 |       13 |        1 |    51663      0 |      270 |      282
19.77/19.86	c #cpu_time = 0.060s
19.77/19.86	c #wall_clock_time = 0.060s
19.77/19.86	c #decision = 13
19.77/19.86	c #random_decision = 0
19.77/19.86	c #conflict = 1
19.77/19.86	c #restart = 0
19.77/19.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
19.77/19.86	c lower bound updated to -1251
19.77/19.86	c BCD2: 283 <= obj <= 1489
19.77/19.86	c BCD2: #cores=12, #unrelaxed=1239, #relaxed=295, #hardened=0
19.77/19.86	c BCD2: #sat=1 #unsat=284 bias=284/285
19.77/19.86	c Solving starts ...
19.77/19.86	c ============================[ Search Statistics ]============================
19.77/19.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.77/19.86	c       |         |          |          |    Limit     GC | Var      | Constra 
19.77/19.86	c =============================================================================
19.77/19.86	c  0.0s |       0 |        0 |        0 |    51663      0 |      271 |      282
19.87/19.92	c  0.1s |       0 |       13 |        1 |    51663      0 |      271 |      283
19.87/19.92	c #cpu_time = 0.060s
19.87/19.92	c #wall_clock_time = 0.060s
19.87/19.92	c #decision = 13
19.87/19.92	c #random_decision = 0
19.87/19.92	c #conflict = 1
19.87/19.92	c #restart = 0
19.87/19.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
19.87/19.92	c lower bound updated to -1250
19.87/19.92	c BCD2: 284 <= obj <= 1489
19.87/19.92	c BCD2: #cores=12, #unrelaxed=1238, #relaxed=296, #hardened=0
19.87/19.92	c BCD2: #sat=1 #unsat=285 bias=285/286
19.87/19.92	c Solving starts ...
19.87/19.92	c ============================[ Search Statistics ]============================
19.87/19.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.87/19.92	c       |         |          |          |    Limit     GC | Var      | Constra 
19.87/19.92	c =============================================================================
19.87/19.92	c  0.0s |       0 |        0 |        0 |    51663      0 |      272 |      283
19.87/19.98	c  0.1s |       0 |       13 |        1 |    51663      0 |      272 |      284
19.87/19.98	c #cpu_time = 0.061s
19.87/19.98	c #wall_clock_time = 0.061s
19.87/19.98	c #decision = 13
19.87/19.98	c #random_decision = 0
19.87/19.98	c #conflict = 1
19.87/19.98	c #restart = 0
19.87/19.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
19.87/19.98	c lower bound updated to -1249
19.87/19.98	c BCD2: 285 <= obj <= 1489
19.87/19.98	c BCD2: #cores=12, #unrelaxed=1237, #relaxed=297, #hardened=0
19.87/19.98	c BCD2: #sat=1 #unsat=286 bias=286/287
19.87/19.98	c Solving starts ...
19.87/19.98	c ============================[ Search Statistics ]============================
19.87/19.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.87/19.98	c       |         |          |          |    Limit     GC | Var      | Constra 
19.87/19.98	c =============================================================================
19.87/19.98	c  0.0s |       0 |        0 |        0 |    51663      0 |      273 |      284
19.97/20.04	c  0.1s |       0 |       13 |        1 |    51663      0 |      273 |      285
19.97/20.04	c #cpu_time = 0.060s
19.97/20.04	c #wall_clock_time = 0.061s
19.97/20.04	c #decision = 13
19.97/20.04	c #random_decision = 0
19.97/20.04	c #conflict = 1
19.97/20.04	c #restart = 0
19.97/20.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
19.97/20.04	c lower bound updated to -1248
19.97/20.04	c BCD2: 286 <= obj <= 1489
19.97/20.04	c BCD2: #cores=12, #unrelaxed=1236, #relaxed=298, #hardened=0
19.97/20.04	c BCD2: #sat=1 #unsat=287 bias=287/288
19.97/20.04	c Solving starts ...
19.97/20.04	c ============================[ Search Statistics ]============================
19.97/20.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.97/20.04	c       |         |          |          |    Limit     GC | Var      | Constra 
19.97/20.04	c =============================================================================
19.97/20.04	c  0.0s |       0 |        0 |        0 |    51663      0 |      274 |      285
20.07/20.10	c  0.1s |       0 |       13 |        1 |    51663      0 |      274 |      286
20.07/20.10	c #cpu_time = 0.060s
20.07/20.10	c #wall_clock_time = 0.060s
20.07/20.10	c #decision = 13
20.07/20.10	c #random_decision = 0
20.07/20.10	c #conflict = 1
20.07/20.10	c #restart = 0
20.07/20.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
20.07/20.10	c lower bound updated to -1247
20.07/20.11	c BCD2: 287 <= obj <= 1489
20.07/20.11	c BCD2: #cores=12, #unrelaxed=1235, #relaxed=299, #hardened=0
20.07/20.11	c BCD2: #sat=1 #unsat=288 bias=288/289
20.07/20.11	c Solving starts ...
20.07/20.11	c ============================[ Search Statistics ]============================
20.07/20.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.07/20.11	c       |         |          |          |    Limit     GC | Var      | Constra 
20.07/20.11	c =============================================================================
20.07/20.11	c  0.0s |       0 |        0 |        0 |    51663      0 |      275 |      286
20.07/20.17	c  0.1s |       0 |       13 |        1 |    51663      0 |      275 |      287
20.07/20.17	c #cpu_time = 0.060s
20.07/20.17	c #wall_clock_time = 0.060s
20.07/20.17	c #decision = 13
20.07/20.17	c #random_decision = 0
20.07/20.17	c #conflict = 1
20.07/20.17	c #restart = 0
20.07/20.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
20.07/20.17	c lower bound updated to -1246
20.07/20.17	c BCD2: 288 <= obj <= 1489
20.07/20.17	c BCD2: #cores=12, #unrelaxed=1234, #relaxed=300, #hardened=0
20.07/20.17	c BCD2: #sat=1 #unsat=289 bias=289/290
20.07/20.17	c Solving starts ...
20.07/20.17	c ============================[ Search Statistics ]============================
20.07/20.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.07/20.17	c       |         |          |          |    Limit     GC | Var      | Constra 
20.07/20.17	c =============================================================================
20.07/20.17	c  0.0s |       0 |        0 |        0 |    51663      0 |      276 |      287
20.17/20.23	c  0.1s |       0 |       13 |        1 |    51663      0 |      276 |      288
20.17/20.23	c #cpu_time = 0.060s
20.17/20.23	c #wall_clock_time = 0.060s
20.17/20.23	c #decision = 13
20.17/20.23	c #random_decision = 0
20.17/20.23	c #conflict = 1
20.17/20.23	c #restart = 0
20.17/20.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
20.17/20.23	c lower bound updated to -1245
20.17/20.23	c BCD2: 289 <= obj <= 1489
20.17/20.23	c BCD2: #cores=12, #unrelaxed=1233, #relaxed=301, #hardened=0
20.17/20.23	c BCD2: #sat=1 #unsat=290 bias=290/291
20.17/20.24	c Solving starts ...
20.17/20.24	c ============================[ Search Statistics ]============================
20.17/20.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.17/20.24	c       |         |          |          |    Limit     GC | Var      | Constra 
20.17/20.24	c =============================================================================
20.17/20.24	c  0.0s |       0 |        0 |        0 |    51663      0 |      277 |      288
20.17/20.29	c  0.1s |       0 |       13 |        1 |    51663      0 |      277 |      289
20.17/20.29	c #cpu_time = 0.058s
20.17/20.29	c #wall_clock_time = 0.059s
20.17/20.29	c #decision = 13
20.17/20.29	c #random_decision = 0
20.17/20.29	c #conflict = 1
20.17/20.29	c #restart = 0
20.17/20.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
20.17/20.29	c lower bound updated to -1244
20.17/20.29	c BCD2: 290 <= obj <= 1489
20.17/20.29	c BCD2: #cores=12, #unrelaxed=1232, #relaxed=302, #hardened=0
20.17/20.29	c BCD2: #sat=1 #unsat=291 bias=291/292
20.17/20.29	c Solving starts ...
20.17/20.29	c ============================[ Search Statistics ]============================
20.17/20.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.17/20.29	c       |         |          |          |    Limit     GC | Var      | Constra 
20.17/20.29	c =============================================================================
20.17/20.29	c  0.0s |       0 |        0 |        0 |    51663      0 |      278 |      289
20.27/20.36	c  0.1s |       0 |       13 |        1 |    51663      0 |      278 |      290
20.27/20.36	c #cpu_time = 0.060s
20.27/20.36	c #wall_clock_time = 0.060s
20.27/20.36	c #decision = 13
20.27/20.36	c #random_decision = 0
20.27/20.36	c #conflict = 1
20.27/20.36	c #restart = 0
20.27/20.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
20.27/20.36	c lower bound updated to -1243
20.27/20.36	c BCD2: 291 <= obj <= 1489
20.27/20.36	c BCD2: #cores=12, #unrelaxed=1231, #relaxed=303, #hardened=0
20.27/20.36	c BCD2: #sat=1 #unsat=292 bias=292/293
20.27/20.36	c Solving starts ...
20.27/20.36	c ============================[ Search Statistics ]============================
20.27/20.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.27/20.36	c       |         |          |          |    Limit     GC | Var      | Constra 
20.27/20.36	c =============================================================================
20.27/20.36	c  0.0s |       0 |        0 |        0 |    51663      0 |      279 |      290
20.37/20.42	c  0.1s |       0 |       13 |        1 |    51663      0 |      279 |      291
20.37/20.42	c #cpu_time = 0.060s
20.37/20.42	c #wall_clock_time = 0.061s
20.37/20.42	c #decision = 13
20.37/20.42	c #random_decision = 0
20.37/20.42	c #conflict = 1
20.37/20.42	c #restart = 0
20.37/20.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
20.37/20.42	c lower bound updated to -1242
20.37/20.42	c BCD2: 292 <= obj <= 1489
20.37/20.42	c BCD2: #cores=12, #unrelaxed=1230, #relaxed=304, #hardened=0
20.37/20.42	c BCD2: #sat=1 #unsat=293 bias=293/294
20.37/20.42	c Solving starts ...
20.37/20.42	c ============================[ Search Statistics ]============================
20.37/20.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.37/20.42	c       |         |          |          |    Limit     GC | Var      | Constra 
20.37/20.42	c =============================================================================
20.37/20.42	c  0.0s |       0 |        0 |        0 |    51663      0 |      280 |      291
20.37/20.48	c  0.1s |       0 |       13 |        1 |    51663      0 |      280 |      292
20.37/20.48	c #cpu_time = 0.061s
20.37/20.48	c #wall_clock_time = 0.062s
20.37/20.48	c #decision = 13
20.37/20.48	c #random_decision = 0
20.37/20.48	c #conflict = 1
20.37/20.48	c #restart = 0
20.37/20.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
20.37/20.48	c lower bound updated to -1241
20.37/20.48	c BCD2: 293 <= obj <= 1489
20.37/20.48	c BCD2: #cores=12, #unrelaxed=1229, #relaxed=305, #hardened=0
20.37/20.48	c BCD2: #sat=1 #unsat=294 bias=294/295
20.37/20.48	c Solving starts ...
20.37/20.48	c ============================[ Search Statistics ]============================
20.37/20.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.37/20.48	c       |         |          |          |    Limit     GC | Var      | Constra 
20.37/20.48	c =============================================================================
20.37/20.48	c  0.0s |       0 |        0 |        0 |    51663      0 |      281 |      292
20.47/20.54	c  0.1s |       0 |       13 |        1 |    51663      0 |      281 |      293
20.47/20.54	c #cpu_time = 0.061s
20.47/20.54	c #wall_clock_time = 0.061s
20.47/20.54	c #decision = 13
20.47/20.54	c #random_decision = 0
20.47/20.54	c #conflict = 1
20.47/20.54	c #restart = 0
20.47/20.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
20.47/20.54	c lower bound updated to -1240
20.47/20.54	c BCD2: 294 <= obj <= 1489
20.47/20.54	c BCD2: #cores=12, #unrelaxed=1228, #relaxed=306, #hardened=0
20.47/20.54	c BCD2: #sat=1 #unsat=295 bias=295/296
20.47/20.54	c Solving starts ...
20.47/20.54	c ============================[ Search Statistics ]============================
20.47/20.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.47/20.54	c       |         |          |          |    Limit     GC | Var      | Constra 
20.47/20.54	c =============================================================================
20.47/20.54	c  0.0s |       0 |        0 |        0 |    51663      0 |      282 |      293
20.57/20.60	c  0.1s |       0 |       13 |        1 |    51663      0 |      282 |      294
20.57/20.60	c #cpu_time = 0.061s
20.57/20.60	c #wall_clock_time = 0.061s
20.57/20.60	c #decision = 13
20.57/20.60	c #random_decision = 0
20.57/20.60	c #conflict = 1
20.57/20.60	c #restart = 0
20.57/20.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
20.57/20.60	c lower bound updated to -1239
20.57/20.60	c BCD2: 295 <= obj <= 1489
20.57/20.60	c BCD2: #cores=12, #unrelaxed=1227, #relaxed=307, #hardened=0
20.57/20.60	c BCD2: #sat=1 #unsat=296 bias=296/297
20.57/20.60	c Solving starts ...
20.57/20.60	c ============================[ Search Statistics ]============================
20.57/20.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.57/20.60	c       |         |          |          |    Limit     GC | Var      | Constra 
20.57/20.60	c =============================================================================
20.57/20.60	c  0.0s |       0 |        0 |        0 |    51663      0 |      283 |      294
20.57/20.67	c  0.1s |       0 |       13 |        1 |    51663      0 |      283 |      295
20.57/20.67	c #cpu_time = 0.060s
20.57/20.67	c #wall_clock_time = 0.061s
20.57/20.67	c #decision = 13
20.57/20.67	c #random_decision = 0
20.57/20.67	c #conflict = 1
20.57/20.67	c #restart = 0
20.57/20.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
20.57/20.67	c lower bound updated to -1238
20.57/20.67	c BCD2: 296 <= obj <= 1489
20.57/20.67	c BCD2: #cores=12, #unrelaxed=1226, #relaxed=308, #hardened=0
20.57/20.67	c BCD2: #sat=1 #unsat=297 bias=297/298
20.57/20.67	c Solving starts ...
20.57/20.67	c ============================[ Search Statistics ]============================
20.57/20.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.57/20.67	c       |         |          |          |    Limit     GC | Var      | Constra 
20.57/20.67	c =============================================================================
20.57/20.67	c  0.0s |       0 |        0 |        0 |    51663      0 |      284 |      295
20.66/20.73	c  0.1s |       0 |       13 |        1 |    51663      0 |      284 |      296
20.66/20.73	c #cpu_time = 0.060s
20.66/20.73	c #wall_clock_time = 0.060s
20.66/20.73	c #decision = 13
20.66/20.73	c #random_decision = 0
20.66/20.73	c #conflict = 1
20.66/20.73	c #restart = 0
20.66/20.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
20.66/20.73	c lower bound updated to -1237
20.66/20.73	c BCD2: 297 <= obj <= 1489
20.66/20.73	c BCD2: #cores=12, #unrelaxed=1225, #relaxed=309, #hardened=0
20.66/20.73	c BCD2: #sat=1 #unsat=298 bias=298/299
20.66/20.73	c Solving starts ...
20.66/20.73	c ============================[ Search Statistics ]============================
20.66/20.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.66/20.73	c       |         |          |          |    Limit     GC | Var      | Constra 
20.66/20.73	c =============================================================================
20.66/20.73	c  0.0s |       0 |        0 |        0 |    51663      0 |      285 |      296
20.76/20.80	c  0.1s |       0 |       13 |        1 |    51663      0 |      285 |      297
20.76/20.80	c #cpu_time = 0.063s
20.76/20.80	c #wall_clock_time = 0.064s
20.76/20.80	c #decision = 13
20.76/20.80	c #random_decision = 0
20.76/20.80	c #conflict = 1
20.76/20.80	c #restart = 0
20.76/20.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
20.76/20.80	c lower bound updated to -1236
20.76/20.80	c BCD2: 298 <= obj <= 1489
20.76/20.80	c BCD2: #cores=12, #unrelaxed=1224, #relaxed=310, #hardened=0
20.76/20.80	c BCD2: #sat=1 #unsat=299 bias=299/300
20.76/20.80	c Solving starts ...
20.76/20.80	c ============================[ Search Statistics ]============================
20.76/20.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.76/20.80	c       |         |          |          |    Limit     GC | Var      | Constra 
20.76/20.80	c =============================================================================
20.76/20.80	c  0.0s |       0 |        0 |        0 |    51663      0 |      286 |      297
20.76/20.86	c  0.1s |       0 |       13 |        1 |    51663      0 |      286 |      298
20.76/20.86	c #cpu_time = 0.063s
20.76/20.86	c #wall_clock_time = 0.063s
20.76/20.86	c #decision = 13
20.76/20.86	c #random_decision = 0
20.76/20.86	c #conflict = 1
20.76/20.86	c #restart = 0
20.76/20.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
20.76/20.86	c lower bound updated to -1235
20.76/20.86	c BCD2: 299 <= obj <= 1489
20.76/20.86	c BCD2: #cores=12, #unrelaxed=1223, #relaxed=311, #hardened=0
20.76/20.86	c BCD2: #sat=1 #unsat=300 bias=300/301
20.76/20.86	c Solving starts ...
20.76/20.86	c ============================[ Search Statistics ]============================
20.76/20.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.76/20.86	c       |         |          |          |    Limit     GC | Var      | Constra 
20.76/20.86	c =============================================================================
20.76/20.86	c  0.0s |       0 |        0 |        0 |    51663      0 |      287 |      298
20.87/20.92	c  0.1s |       0 |       13 |        1 |    51663      0 |      287 |      299
20.87/20.92	c #cpu_time = 0.061s
20.87/20.92	c #wall_clock_time = 0.061s
20.87/20.92	c #decision = 13
20.87/20.92	c #random_decision = 0
20.87/20.92	c #conflict = 1
20.87/20.92	c #restart = 0
20.87/20.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
20.87/20.92	c lower bound updated to -1234
20.87/20.92	c BCD2: 300 <= obj <= 1489
20.87/20.92	c BCD2: #cores=12, #unrelaxed=1222, #relaxed=312, #hardened=0
20.87/20.92	c BCD2: #sat=1 #unsat=301 bias=301/302
20.87/20.93	c Solving starts ...
20.87/20.93	c ============================[ Search Statistics ]============================
20.87/20.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.87/20.93	c       |         |          |          |    Limit     GC | Var      | Constra 
20.87/20.93	c =============================================================================
20.87/20.93	c  0.0s |       0 |        0 |        0 |    51663      0 |      288 |      299
20.87/20.99	c  0.1s |       0 |       13 |        0 |    51663      0 |      288 |      300
20.87/20.99	c #cpu_time = 0.060s
20.87/20.99	c #wall_clock_time = 0.061s
20.87/20.99	c #decision = 13
20.87/20.99	c #random_decision = 0
20.87/20.99	c #conflict = 0
20.87/20.99	c #restart = 0
20.87/20.99	c BCD2: found a new core of size 2: cost of the new core is >=1
20.87/20.99	c lower bound updated to -1233
20.87/21.00	c BCD2: 301 <= obj <= 1489
20.87/21.00	c BCD2: #cores=13, #unrelaxed=1220, #relaxed=314, #hardened=0
20.87/21.00	c BCD2: #sat=1 #unsat=302 bias=302/303
20.87/21.00	c Solving starts ...
20.87/21.00	c ============================[ Search Statistics ]============================
20.87/21.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.87/21.00	c       |         |          |          |    Limit     GC | Var      | Constra 
20.87/21.00	c =============================================================================
20.87/21.00	c  0.0s |       0 |        0 |        0 |    51663      0 |      288 |      301
20.97/21.06	c  0.1s |       0 |       14 |        1 |    51663      0 |      288 |      301
20.97/21.06	c #cpu_time = 0.058s
20.97/21.06	c #wall_clock_time = 0.058s
20.97/21.06	c #decision = 14
20.97/21.06	c #random_decision = 0
20.97/21.06	c #conflict = 1
20.97/21.06	c #restart = 0
20.97/21.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
20.97/21.06	c lower bound updated to -1232
20.97/21.06	c BCD2: 302 <= obj <= 1489
20.97/21.06	c BCD2: #cores=13, #unrelaxed=1219, #relaxed=315, #hardened=0
20.97/21.06	c BCD2: #sat=1 #unsat=303 bias=303/304
20.97/21.06	c Solving starts ...
20.97/21.06	c ============================[ Search Statistics ]============================
20.97/21.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.97/21.06	c       |         |          |          |    Limit     GC | Var      | Constra 
20.97/21.06	c =============================================================================
20.97/21.06	c  0.0s |       0 |        0 |        0 |    51663      0 |      289 |      301
21.06/21.12	c  0.1s |       0 |       14 |        1 |    51663      0 |      289 |      302
21.06/21.12	c #cpu_time = 0.060s
21.06/21.12	c #wall_clock_time = 0.060s
21.06/21.12	c #decision = 14
21.06/21.12	c #random_decision = 0
21.06/21.12	c #conflict = 1
21.06/21.12	c #restart = 0
21.06/21.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
21.06/21.12	c lower bound updated to -1231
21.06/21.12	c BCD2: 303 <= obj <= 1489
21.06/21.12	c BCD2: #cores=13, #unrelaxed=1218, #relaxed=316, #hardened=0
21.06/21.12	c BCD2: #sat=1 #unsat=304 bias=304/305
21.06/21.12	c Solving starts ...
21.06/21.12	c ============================[ Search Statistics ]============================
21.06/21.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.06/21.12	c       |         |          |          |    Limit     GC | Var      | Constra 
21.06/21.12	c =============================================================================
21.06/21.12	c  0.0s |       0 |        0 |        0 |    51663      0 |      290 |      302
21.06/21.18	c  0.1s |       0 |       14 |        1 |    51663      0 |      290 |      303
21.06/21.18	c #cpu_time = 0.060s
21.06/21.18	c #wall_clock_time = 0.060s
21.06/21.18	c #decision = 14
21.06/21.18	c #random_decision = 0
21.06/21.18	c #conflict = 1
21.06/21.18	c #restart = 0
21.06/21.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
21.06/21.18	c lower bound updated to -1230
21.06/21.19	c BCD2: 304 <= obj <= 1489
21.06/21.19	c BCD2: #cores=13, #unrelaxed=1217, #relaxed=317, #hardened=0
21.06/21.19	c BCD2: #sat=1 #unsat=305 bias=305/306
21.06/21.19	c Solving starts ...
21.06/21.19	c ============================[ Search Statistics ]============================
21.06/21.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.06/21.19	c       |         |          |          |    Limit     GC | Var      | Constra 
21.06/21.19	c =============================================================================
21.06/21.19	c  0.0s |       0 |        0 |        0 |    51663      0 |      291 |      303
21.16/21.24	c  0.1s |       0 |       14 |        1 |    51663      0 |      291 |      304
21.16/21.24	c #cpu_time = 0.058s
21.16/21.24	c #wall_clock_time = 0.058s
21.16/21.24	c #decision = 14
21.16/21.24	c #random_decision = 0
21.16/21.24	c #conflict = 1
21.16/21.24	c #restart = 0
21.16/21.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
21.16/21.24	c lower bound updated to -1229
21.16/21.25	c BCD2: 305 <= obj <= 1489
21.16/21.25	c BCD2: #cores=13, #unrelaxed=1216, #relaxed=318, #hardened=0
21.16/21.25	c BCD2: #sat=1 #unsat=306 bias=306/307
21.16/21.25	c Solving starts ...
21.16/21.25	c ============================[ Search Statistics ]============================
21.16/21.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.16/21.25	c       |         |          |          |    Limit     GC | Var      | Constra 
21.16/21.25	c =============================================================================
21.16/21.25	c  0.0s |       0 |        0 |        0 |    51663      0 |      292 |      304
21.26/21.31	c  0.1s |       0 |       14 |        1 |    51663      0 |      292 |      305
21.26/21.31	c #cpu_time = 0.060s
21.26/21.31	c #wall_clock_time = 0.060s
21.26/21.31	c #decision = 14
21.26/21.31	c #random_decision = 0
21.26/21.31	c #conflict = 1
21.26/21.31	c #restart = 0
21.26/21.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
21.26/21.31	c lower bound updated to -1228
21.26/21.31	c BCD2: 306 <= obj <= 1489
21.26/21.31	c BCD2: #cores=13, #unrelaxed=1215, #relaxed=319, #hardened=0
21.26/21.31	c BCD2: #sat=1 #unsat=307 bias=307/308
21.26/21.31	c Solving starts ...
21.26/21.31	c ============================[ Search Statistics ]============================
21.26/21.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.26/21.31	c       |         |          |          |    Limit     GC | Var      | Constra 
21.26/21.31	c =============================================================================
21.26/21.31	c  0.0s |       0 |        0 |        0 |    51663      0 |      293 |      305
21.26/21.37	c  0.1s |       0 |       14 |        1 |    51663      0 |      293 |      306
21.26/21.37	c #cpu_time = 0.060s
21.26/21.37	c #wall_clock_time = 0.060s
21.26/21.37	c #decision = 14
21.26/21.37	c #random_decision = 0
21.26/21.37	c #conflict = 1
21.26/21.37	c #restart = 0
21.26/21.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
21.26/21.37	c lower bound updated to -1227
21.26/21.37	c BCD2: 307 <= obj <= 1489
21.26/21.37	c BCD2: #cores=13, #unrelaxed=1214, #relaxed=320, #hardened=0
21.26/21.37	c BCD2: #sat=1 #unsat=308 bias=308/309
21.26/21.37	c Solving starts ...
21.26/21.37	c ============================[ Search Statistics ]============================
21.26/21.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.26/21.37	c       |         |          |          |    Limit     GC | Var      | Constra 
21.26/21.37	c =============================================================================
21.26/21.37	c  0.0s |       0 |        0 |        0 |    51663      0 |      294 |      306
21.36/21.43	c  0.1s |       0 |       14 |        1 |    51663      0 |      294 |      307
21.36/21.43	c #cpu_time = 0.061s
21.36/21.43	c #wall_clock_time = 0.061s
21.36/21.43	c #decision = 14
21.36/21.43	c #random_decision = 0
21.36/21.43	c #conflict = 1
21.36/21.43	c #restart = 0
21.36/21.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
21.36/21.43	c lower bound updated to -1226
21.36/21.43	c BCD2: 308 <= obj <= 1489
21.36/21.43	c BCD2: #cores=13, #unrelaxed=1213, #relaxed=321, #hardened=0
21.36/21.43	c BCD2: #sat=1 #unsat=309 bias=309/310
21.36/21.43	c Solving starts ...
21.36/21.43	c ============================[ Search Statistics ]============================
21.36/21.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.36/21.43	c       |         |          |          |    Limit     GC | Var      | Constra 
21.36/21.43	c =============================================================================
21.36/21.43	c  0.0s |       0 |        0 |        0 |    51663      0 |      295 |      307
21.36/21.49	c  0.1s |       0 |       14 |        1 |    51663      0 |      295 |      308
21.36/21.49	c #cpu_time = 0.060s
21.36/21.49	c #wall_clock_time = 0.061s
21.36/21.49	c #decision = 14
21.36/21.49	c #random_decision = 0
21.36/21.49	c #conflict = 1
21.36/21.49	c #restart = 0
21.36/21.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
21.36/21.49	c lower bound updated to -1225
21.36/21.49	c BCD2: 309 <= obj <= 1489
21.36/21.49	c BCD2: #cores=13, #unrelaxed=1212, #relaxed=322, #hardened=0
21.36/21.49	c BCD2: #sat=1 #unsat=310 bias=310/311
21.36/21.49	c Solving starts ...
21.36/21.49	c ============================[ Search Statistics ]============================
21.36/21.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.36/21.49	c       |         |          |          |    Limit     GC | Var      | Constra 
21.36/21.49	c =============================================================================
21.36/21.49	c  0.0s |       0 |        0 |        0 |    51663      0 |      296 |      308
21.46/21.55	c  0.1s |       0 |       14 |        1 |    51663      0 |      296 |      309
21.46/21.55	c #cpu_time = 0.060s
21.46/21.55	c #wall_clock_time = 0.060s
21.46/21.55	c #decision = 14
21.46/21.55	c #random_decision = 0
21.46/21.55	c #conflict = 1
21.46/21.55	c #restart = 0
21.46/21.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
21.46/21.55	c lower bound updated to -1224
21.46/21.55	c BCD2: 310 <= obj <= 1489
21.46/21.55	c BCD2: #cores=13, #unrelaxed=1211, #relaxed=323, #hardened=0
21.46/21.55	c BCD2: #sat=1 #unsat=311 bias=311/312
21.46/21.55	c Solving starts ...
21.46/21.55	c ============================[ Search Statistics ]============================
21.46/21.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.46/21.55	c       |         |          |          |    Limit     GC | Var      | Constra 
21.46/21.55	c =============================================================================
21.46/21.55	c  0.0s |       0 |        0 |        0 |    51663      0 |      297 |      309
21.56/21.61	c  0.1s |       0 |       14 |        1 |    51663      0 |      297 |      310
21.56/21.61	c #cpu_time = 0.060s
21.56/21.61	c #wall_clock_time = 0.060s
21.56/21.61	c #decision = 14
21.56/21.61	c #random_decision = 0
21.56/21.61	c #conflict = 1
21.56/21.61	c #restart = 0
21.56/21.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
21.56/21.61	c lower bound updated to -1223
21.56/21.61	c BCD2: 311 <= obj <= 1489
21.56/21.61	c BCD2: #cores=13, #unrelaxed=1210, #relaxed=324, #hardened=0
21.56/21.61	c BCD2: #sat=1 #unsat=312 bias=312/313
21.56/21.61	c Solving starts ...
21.56/21.61	c ============================[ Search Statistics ]============================
21.56/21.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.56/21.61	c       |         |          |          |    Limit     GC | Var      | Constra 
21.56/21.61	c =============================================================================
21.56/21.61	c  0.0s |       0 |        0 |        0 |    51663      0 |      298 |      310
21.56/21.67	c  0.1s |       0 |       14 |        1 |    51663      0 |      298 |      311
21.56/21.67	c #cpu_time = 0.060s
21.56/21.67	c #wall_clock_time = 0.060s
21.56/21.67	c #decision = 14
21.56/21.67	c #random_decision = 0
21.56/21.67	c #conflict = 1
21.56/21.67	c #restart = 0
21.56/21.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
21.56/21.67	c lower bound updated to -1222
21.56/21.68	c BCD2: 312 <= obj <= 1489
21.56/21.68	c BCD2: #cores=13, #unrelaxed=1209, #relaxed=325, #hardened=0
21.56/21.68	c BCD2: #sat=1 #unsat=313 bias=313/314
21.56/21.68	c Solving starts ...
21.56/21.68	c ============================[ Search Statistics ]============================
21.56/21.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.56/21.68	c       |         |          |          |    Limit     GC | Var      | Constra 
21.56/21.68	c =============================================================================
21.56/21.68	c  0.0s |       0 |        0 |        0 |    51663      0 |      299 |      311
21.66/21.74	c  0.1s |       0 |       14 |        1 |    51663      0 |      299 |      312
21.66/21.74	c #cpu_time = 0.058s
21.66/21.74	c #wall_clock_time = 0.059s
21.66/21.74	c #decision = 14
21.66/21.74	c #random_decision = 0
21.66/21.74	c #conflict = 1
21.66/21.74	c #restart = 0
21.66/21.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
21.66/21.74	c lower bound updated to -1221
21.66/21.74	c BCD2: 313 <= obj <= 1489
21.66/21.74	c BCD2: #cores=13, #unrelaxed=1208, #relaxed=326, #hardened=0
21.66/21.74	c BCD2: #sat=1 #unsat=314 bias=314/315
21.66/21.74	c Solving starts ...
21.66/21.74	c ============================[ Search Statistics ]============================
21.66/21.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.66/21.74	c       |         |          |          |    Limit     GC | Var      | Constra 
21.66/21.74	c =============================================================================
21.66/21.74	c  0.0s |       0 |        0 |        0 |    51663      0 |      300 |      312
21.76/21.80	c  0.1s |       0 |       14 |        1 |    51663      0 |      300 |      313
21.76/21.80	c #cpu_time = 0.060s
21.76/21.80	c #wall_clock_time = 0.060s
21.76/21.80	c #decision = 14
21.76/21.80	c #random_decision = 0
21.76/21.80	c #conflict = 1
21.76/21.80	c #restart = 0
21.76/21.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
21.76/21.80	c lower bound updated to -1220
21.76/21.80	c BCD2: 314 <= obj <= 1489
21.76/21.80	c BCD2: #cores=13, #unrelaxed=1207, #relaxed=327, #hardened=0
21.76/21.80	c BCD2: #sat=1 #unsat=315 bias=315/316
21.76/21.80	c Solving starts ...
21.76/21.80	c ============================[ Search Statistics ]============================
21.76/21.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.76/21.80	c       |         |          |          |    Limit     GC | Var      | Constra 
21.76/21.80	c =============================================================================
21.76/21.80	c  0.0s |       0 |        0 |        0 |    51663      0 |      301 |      313
21.76/21.86	c  0.1s |       0 |       14 |        1 |    51663      0 |      301 |      314
21.76/21.86	c #cpu_time = 0.060s
21.76/21.86	c #wall_clock_time = 0.060s
21.76/21.86	c #decision = 14
21.76/21.86	c #random_decision = 0
21.76/21.86	c #conflict = 1
21.76/21.86	c #restart = 0
21.76/21.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
21.76/21.86	c lower bound updated to -1219
21.76/21.86	c BCD2: 315 <= obj <= 1489
21.76/21.86	c BCD2: #cores=13, #unrelaxed=1206, #relaxed=328, #hardened=0
21.76/21.86	c BCD2: #sat=1 #unsat=316 bias=316/317
21.76/21.86	c Solving starts ...
21.76/21.86	c ============================[ Search Statistics ]============================
21.76/21.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.76/21.86	c       |         |          |          |    Limit     GC | Var      | Constra 
21.76/21.86	c =============================================================================
21.76/21.86	c  0.0s |       0 |        0 |        0 |    51663      0 |      302 |      314
21.86/21.92	c  0.1s |       0 |       14 |        1 |    51663      0 |      302 |      315
21.86/21.92	c #cpu_time = 0.061s
21.86/21.92	c #wall_clock_time = 0.061s
21.86/21.92	c #decision = 14
21.86/21.92	c #random_decision = 0
21.86/21.92	c #conflict = 1
21.86/21.92	c #restart = 0
21.86/21.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
21.86/21.92	c lower bound updated to -1218
21.86/21.92	c BCD2: 316 <= obj <= 1489
21.86/21.92	c BCD2: #cores=13, #unrelaxed=1205, #relaxed=329, #hardened=0
21.86/21.92	c BCD2: #sat=1 #unsat=317 bias=317/318
21.86/21.92	c Solving starts ...
21.86/21.92	c ============================[ Search Statistics ]============================
21.86/21.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.86/21.92	c       |         |          |          |    Limit     GC | Var      | Constra 
21.86/21.92	c =============================================================================
21.86/21.92	c  0.0s |       0 |        0 |        0 |    51663      0 |      303 |      315
21.86/21.99	c  0.1s |       0 |       14 |        1 |    51663      0 |      303 |      316
21.86/21.99	c #cpu_time = 0.061s
21.86/21.99	c #wall_clock_time = 0.062s
21.86/21.99	c #decision = 14
21.86/21.99	c #random_decision = 0
21.86/21.99	c #conflict = 1
21.86/21.99	c #restart = 0
21.86/21.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
21.86/21.99	c lower bound updated to -1217
21.86/21.99	c BCD2: 317 <= obj <= 1489
21.86/21.99	c BCD2: #cores=13, #unrelaxed=1204, #relaxed=330, #hardened=0
21.86/21.99	c BCD2: #sat=1 #unsat=318 bias=318/319
21.86/21.99	c Solving starts ...
21.86/21.99	c ============================[ Search Statistics ]============================
21.86/21.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.86/21.99	c       |         |          |          |    Limit     GC | Var      | Constra 
21.86/21.99	c =============================================================================
21.86/21.99	c  0.0s |       0 |        0 |        0 |    51663      0 |      304 |      316
21.97/22.05	c  0.1s |       0 |       14 |        1 |    51663      0 |      304 |      317
21.97/22.05	c #cpu_time = 0.061s
21.97/22.05	c #wall_clock_time = 0.061s
21.97/22.05	c #decision = 14
21.97/22.05	c #random_decision = 0
21.97/22.05	c #conflict = 1
21.97/22.05	c #restart = 0
21.97/22.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
21.97/22.05	c lower bound updated to -1216
21.97/22.05	c BCD2: 318 <= obj <= 1489
21.97/22.05	c BCD2: #cores=13, #unrelaxed=1203, #relaxed=331, #hardened=0
21.97/22.05	c BCD2: #sat=1 #unsat=319 bias=319/320
21.97/22.05	c Solving starts ...
21.97/22.05	c ============================[ Search Statistics ]============================
21.97/22.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.97/22.05	c       |         |          |          |    Limit     GC | Var      | Constra 
21.97/22.05	c =============================================================================
21.97/22.05	c  0.0s |       0 |        0 |        0 |    51663      0 |      305 |      317
22.07/22.11	c  0.1s |       0 |       14 |        1 |    51663      0 |      305 |      318
22.07/22.11	c #cpu_time = 0.060s
22.07/22.11	c #wall_clock_time = 0.060s
22.07/22.11	c #decision = 14
22.07/22.11	c #random_decision = 0
22.07/22.11	c #conflict = 1
22.07/22.11	c #restart = 0
22.07/22.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
22.07/22.11	c lower bound updated to -1215
22.07/22.11	c BCD2: 319 <= obj <= 1489
22.07/22.11	c BCD2: #cores=13, #unrelaxed=1202, #relaxed=332, #hardened=0
22.07/22.11	c BCD2: #sat=1 #unsat=320 bias=320/321
22.07/22.11	c Solving starts ...
22.07/22.11	c ============================[ Search Statistics ]============================
22.07/22.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.07/22.11	c       |         |          |          |    Limit     GC | Var      | Constra 
22.07/22.11	c =============================================================================
22.07/22.11	c  0.0s |       0 |        0 |        0 |    51663      0 |      306 |      318
22.07/22.17	c  0.1s |       0 |       14 |        1 |    51663      0 |      306 |      319
22.07/22.17	c #cpu_time = 0.060s
22.07/22.17	c #wall_clock_time = 0.060s
22.07/22.17	c #decision = 14
22.07/22.17	c #random_decision = 0
22.07/22.17	c #conflict = 1
22.07/22.17	c #restart = 0
22.07/22.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
22.07/22.17	c lower bound updated to -1214
22.07/22.18	c BCD2: 320 <= obj <= 1489
22.07/22.18	c BCD2: #cores=13, #unrelaxed=1201, #relaxed=333, #hardened=0
22.07/22.18	c BCD2: #sat=1 #unsat=321 bias=321/322
22.07/22.18	c Solving starts ...
22.07/22.18	c ============================[ Search Statistics ]============================
22.07/22.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.07/22.18	c       |         |          |          |    Limit     GC | Var      | Constra 
22.07/22.18	c =============================================================================
22.07/22.18	c  0.0s |       0 |        0 |        0 |    51663      0 |      307 |      319
22.16/22.24	c  0.1s |       0 |       14 |        1 |    51663      0 |      307 |      320
22.16/22.24	c #cpu_time = 0.058s
22.16/22.24	c #wall_clock_time = 0.059s
22.16/22.24	c #decision = 14
22.16/22.24	c #random_decision = 0
22.16/22.24	c #conflict = 1
22.16/22.24	c #restart = 0
22.16/22.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
22.16/22.24	c lower bound updated to -1213
22.16/22.24	c BCD2: 321 <= obj <= 1489
22.16/22.24	c BCD2: #cores=13, #unrelaxed=1200, #relaxed=334, #hardened=0
22.16/22.24	c BCD2: #sat=1 #unsat=322 bias=322/323
22.16/22.24	c Solving starts ...
22.16/22.24	c ============================[ Search Statistics ]============================
22.16/22.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.16/22.24	c       |         |          |          |    Limit     GC | Var      | Constra 
22.16/22.24	c =============================================================================
22.16/22.24	c  0.0s |       0 |        0 |        0 |    51663      0 |      308 |      320
22.26/22.30	c  0.1s |       0 |       14 |        1 |    51663      0 |      308 |      321
22.26/22.30	c #cpu_time = 0.060s
22.26/22.30	c #wall_clock_time = 0.060s
22.26/22.30	c #decision = 14
22.26/22.30	c #random_decision = 0
22.26/22.30	c #conflict = 1
22.26/22.30	c #restart = 0
22.26/22.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
22.26/22.30	c lower bound updated to -1212
22.26/22.30	c BCD2: 322 <= obj <= 1489
22.26/22.30	c BCD2: #cores=13, #unrelaxed=1199, #relaxed=335, #hardened=0
22.26/22.30	c BCD2: #sat=1 #unsat=323 bias=323/324
22.26/22.30	c Solving starts ...
22.26/22.30	c ============================[ Search Statistics ]============================
22.26/22.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.26/22.30	c       |         |          |          |    Limit     GC | Var      | Constra 
22.26/22.30	c =============================================================================
22.26/22.30	c  0.0s |       0 |        0 |        0 |    51663      0 |      309 |      321
22.26/22.36	c  0.1s |       0 |       14 |        1 |    51663      0 |      309 |      322
22.26/22.36	c #cpu_time = 0.060s
22.26/22.36	c #wall_clock_time = 0.060s
22.26/22.36	c #decision = 14
22.26/22.36	c #random_decision = 0
22.26/22.36	c #conflict = 1
22.26/22.36	c #restart = 0
22.26/22.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
22.26/22.36	c lower bound updated to -1211
22.26/22.36	c BCD2: 323 <= obj <= 1489
22.26/22.36	c BCD2: #cores=13, #unrelaxed=1198, #relaxed=336, #hardened=0
22.26/22.36	c BCD2: #sat=1 #unsat=324 bias=324/325
22.26/22.36	c Solving starts ...
22.26/22.36	c ============================[ Search Statistics ]============================
22.26/22.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.26/22.36	c       |         |          |          |    Limit     GC | Var      | Constra 
22.26/22.36	c =============================================================================
22.26/22.36	c  0.0s |       0 |        0 |        0 |    51663      0 |      310 |      322
22.36/22.42	c  0.1s |       0 |       14 |        1 |    51663      0 |      310 |      323
22.36/22.42	c #cpu_time = 0.061s
22.36/22.42	c #wall_clock_time = 0.061s
22.36/22.42	c #decision = 14
22.36/22.42	c #random_decision = 0
22.36/22.42	c #conflict = 1
22.36/22.42	c #restart = 0
22.36/22.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
22.36/22.42	c lower bound updated to -1210
22.36/22.42	c BCD2: 324 <= obj <= 1489
22.36/22.42	c BCD2: #cores=13, #unrelaxed=1197, #relaxed=337, #hardened=0
22.36/22.42	c BCD2: #sat=1 #unsat=325 bias=325/326
22.36/22.42	c Solving starts ...
22.36/22.42	c ============================[ Search Statistics ]============================
22.36/22.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.36/22.42	c       |         |          |          |    Limit     GC | Var      | Constra 
22.36/22.42	c =============================================================================
22.36/22.42	c  0.0s |       0 |        0 |        0 |    51663      0 |      311 |      323
22.36/22.48	c  0.1s |       0 |       14 |        1 |    51663      0 |      311 |      324
22.36/22.48	c #cpu_time = 0.060s
22.36/22.48	c #wall_clock_time = 0.061s
22.36/22.48	c #decision = 14
22.36/22.48	c #random_decision = 0
22.36/22.48	c #conflict = 1
22.36/22.48	c #restart = 0
22.36/22.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
22.36/22.48	c lower bound updated to -1209
22.36/22.48	c BCD2: 325 <= obj <= 1489
22.36/22.48	c BCD2: #cores=13, #unrelaxed=1196, #relaxed=338, #hardened=0
22.36/22.48	c BCD2: #sat=1 #unsat=326 bias=326/327
22.36/22.48	c Solving starts ...
22.36/22.48	c ============================[ Search Statistics ]============================
22.36/22.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.36/22.48	c       |         |          |          |    Limit     GC | Var      | Constra 
22.36/22.48	c =============================================================================
22.36/22.48	c  0.0s |       0 |        0 |        0 |    51663      0 |      312 |      324
22.46/22.54	c  0.1s |       0 |       14 |        0 |    51663      0 |      312 |      325
22.46/22.54	c #cpu_time = 0.060s
22.46/22.54	c #wall_clock_time = 0.060s
22.46/22.54	c #decision = 14
22.46/22.54	c #random_decision = 0
22.46/22.54	c #conflict = 0
22.46/22.54	c #restart = 0
22.46/22.54	c BCD2: found a new core of size 2: cost of the new core is >=1
22.46/22.54	c lower bound updated to -1208
22.46/22.55	c BCD2: 326 <= obj <= 1489
22.46/22.55	c BCD2: #cores=14, #unrelaxed=1194, #relaxed=340, #hardened=0
22.46/22.55	c BCD2: #sat=1 #unsat=327 bias=327/328
22.46/22.56	c Solving starts ...
22.46/22.56	c ============================[ Search Statistics ]============================
22.46/22.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.46/22.56	c       |         |          |          |    Limit     GC | Var      | Constra 
22.46/22.56	c =============================================================================
22.46/22.56	c  0.0s |       0 |        0 |        0 |    51663      0 |      312 |      326
22.56/22.61	c  0.1s |       0 |       15 |        1 |    51663      0 |      312 |      326
22.56/22.61	c #cpu_time = 0.058s
22.56/22.61	c #wall_clock_time = 0.058s
22.56/22.61	c #decision = 15
22.56/22.61	c #random_decision = 0
22.56/22.61	c #conflict = 1
22.56/22.61	c #restart = 0
22.56/22.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
22.56/22.61	c lower bound updated to -1207
22.56/22.61	c BCD2: 327 <= obj <= 1489
22.56/22.61	c BCD2: #cores=14, #unrelaxed=1193, #relaxed=341, #hardened=0
22.56/22.61	c BCD2: #sat=1 #unsat=328 bias=328/329
22.56/22.61	c Solving starts ...
22.56/22.61	c ============================[ Search Statistics ]============================
22.56/22.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.56/22.61	c       |         |          |          |    Limit     GC | Var      | Constra 
22.56/22.61	c =============================================================================
22.56/22.61	c  0.0s |       0 |        0 |        0 |    51663      0 |      313 |      326
22.56/22.67	c  0.1s |       0 |       15 |        1 |    51663      0 |      313 |      327
22.56/22.67	c #cpu_time = 0.060s
22.56/22.67	c #wall_clock_time = 0.060s
22.56/22.67	c #decision = 15
22.56/22.67	c #random_decision = 0
22.56/22.67	c #conflict = 1
22.56/22.67	c #restart = 0
22.56/22.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
22.56/22.67	c lower bound updated to -1206
22.56/22.68	c BCD2: 328 <= obj <= 1489
22.56/22.68	c BCD2: #cores=14, #unrelaxed=1192, #relaxed=342, #hardened=0
22.56/22.68	c BCD2: #sat=1 #unsat=329 bias=329/330
22.56/22.68	c Solving starts ...
22.56/22.68	c ============================[ Search Statistics ]============================
22.56/22.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.56/22.68	c       |         |          |          |    Limit     GC | Var      | Constra 
22.56/22.68	c =============================================================================
22.56/22.68	c  0.0s |       0 |        0 |        0 |    51663      0 |      314 |      327
22.66/22.74	c  0.1s |       0 |       15 |        1 |    51663      0 |      314 |      328
22.66/22.74	c #cpu_time = 0.059s
22.66/22.74	c #wall_clock_time = 0.059s
22.66/22.74	c #decision = 15
22.66/22.74	c #random_decision = 0
22.66/22.74	c #conflict = 1
22.66/22.74	c #restart = 0
22.66/22.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
22.66/22.74	c lower bound updated to -1205
22.66/22.74	c BCD2: 329 <= obj <= 1489
22.66/22.74	c BCD2: #cores=14, #unrelaxed=1191, #relaxed=343, #hardened=0
22.66/22.74	c BCD2: #sat=1 #unsat=330 bias=330/331
22.66/22.74	c Solving starts ...
22.66/22.74	c ============================[ Search Statistics ]============================
22.66/22.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.66/22.74	c       |         |          |          |    Limit     GC | Var      | Constra 
22.66/22.74	c =============================================================================
22.66/22.74	c  0.0s |       0 |        0 |        0 |    51663      0 |      315 |      328
22.76/22.80	c  0.1s |       0 |       15 |        1 |    51663      0 |      315 |      329
22.76/22.80	c #cpu_time = 0.060s
22.76/22.80	c #wall_clock_time = 0.060s
22.76/22.80	c #decision = 15
22.76/22.80	c #random_decision = 0
22.76/22.80	c #conflict = 1
22.76/22.80	c #restart = 0
22.76/22.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
22.76/22.80	c lower bound updated to -1204
22.76/22.80	c BCD2: 330 <= obj <= 1489
22.76/22.80	c BCD2: #cores=14, #unrelaxed=1190, #relaxed=344, #hardened=0
22.76/22.80	c BCD2: #sat=1 #unsat=331 bias=331/332
22.76/22.80	c Solving starts ...
22.76/22.80	c ============================[ Search Statistics ]============================
22.76/22.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.76/22.80	c       |         |          |          |    Limit     GC | Var      | Constra 
22.76/22.80	c =============================================================================
22.76/22.80	c  0.0s |       0 |        0 |        0 |    51663      0 |      316 |      329
22.76/22.86	c  0.1s |       0 |       15 |        1 |    51663      0 |      316 |      330
22.76/22.86	c #cpu_time = 0.060s
22.76/22.86	c #wall_clock_time = 0.060s
22.76/22.86	c #decision = 15
22.76/22.86	c #random_decision = 0
22.76/22.86	c #conflict = 1
22.76/22.86	c #restart = 0
22.76/22.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
22.76/22.86	c lower bound updated to -1203
22.76/22.86	c BCD2: 331 <= obj <= 1489
22.76/22.86	c BCD2: #cores=14, #unrelaxed=1189, #relaxed=345, #hardened=0
22.76/22.86	c BCD2: #sat=1 #unsat=332 bias=332/333
22.76/22.86	c Solving starts ...
22.76/22.86	c ============================[ Search Statistics ]============================
22.76/22.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.76/22.86	c       |         |          |          |    Limit     GC | Var      | Constra 
22.76/22.86	c =============================================================================
22.76/22.86	c  0.0s |       0 |        0 |        0 |    51663      0 |      317 |      330
22.86/22.93	c  0.1s |       0 |       15 |        1 |    51663      0 |      317 |      331
22.86/22.93	c #cpu_time = 0.061s
22.86/22.93	c #wall_clock_time = 0.061s
22.86/22.93	c #decision = 15
22.86/22.93	c #random_decision = 0
22.86/22.93	c #conflict = 1
22.86/22.93	c #restart = 0
22.86/22.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
22.86/22.93	c lower bound updated to -1202
22.86/22.93	c BCD2: 332 <= obj <= 1489
22.86/22.93	c BCD2: #cores=14, #unrelaxed=1188, #relaxed=346, #hardened=0
22.86/22.93	c BCD2: #sat=1 #unsat=333 bias=333/334
22.86/22.93	c Solving starts ...
22.86/22.93	c ============================[ Search Statistics ]============================
22.86/22.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.86/22.93	c       |         |          |          |    Limit     GC | Var      | Constra 
22.86/22.93	c =============================================================================
22.86/22.93	c  0.0s |       0 |        0 |        0 |    51663      0 |      318 |      331
22.86/22.99	c  0.1s |       0 |       15 |        1 |    51663      0 |      318 |      332
22.86/22.99	c #cpu_time = 0.061s
22.86/22.99	c #wall_clock_time = 0.061s
22.86/22.99	c #decision = 15
22.86/22.99	c #random_decision = 0
22.86/22.99	c #conflict = 1
22.86/22.99	c #restart = 0
22.86/22.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
22.86/22.99	c lower bound updated to -1201
22.86/22.99	c BCD2: 333 <= obj <= 1489
22.86/22.99	c BCD2: #cores=14, #unrelaxed=1187, #relaxed=347, #hardened=0
22.86/22.99	c BCD2: #sat=1 #unsat=334 bias=334/335
22.86/22.99	c Solving starts ...
22.86/22.99	c ============================[ Search Statistics ]============================
22.86/22.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.86/22.99	c       |         |          |          |    Limit     GC | Var      | Constra 
22.86/22.99	c =============================================================================
22.86/22.99	c  0.0s |       0 |        0 |        0 |    51663      0 |      319 |      332
22.96/23.05	c  0.1s |       0 |       15 |        1 |    51663      0 |      319 |      333
22.96/23.05	c #cpu_time = 0.060s
22.96/23.05	c #wall_clock_time = 0.060s
22.96/23.05	c #decision = 15
22.96/23.05	c #random_decision = 0
22.96/23.05	c #conflict = 1
22.96/23.05	c #restart = 0
22.96/23.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
22.96/23.05	c lower bound updated to -1200
22.96/23.05	c BCD2: 334 <= obj <= 1489
22.96/23.05	c BCD2: #cores=14, #unrelaxed=1186, #relaxed=348, #hardened=0
22.96/23.05	c BCD2: #sat=1 #unsat=335 bias=335/336
22.96/23.05	c Solving starts ...
22.96/23.05	c ============================[ Search Statistics ]============================
22.96/23.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.96/23.05	c       |         |          |          |    Limit     GC | Var      | Constra 
22.96/23.05	c =============================================================================
22.96/23.05	c  0.0s |       0 |        0 |        0 |    51663      0 |      320 |      333
23.07/23.11	c  0.1s |       0 |       15 |        1 |    51663      0 |      320 |      334
23.07/23.11	c #cpu_time = 0.060s
23.07/23.11	c #wall_clock_time = 0.061s
23.07/23.11	c #decision = 15
23.07/23.11	c #random_decision = 0
23.07/23.11	c #conflict = 1
23.07/23.11	c #restart = 0
23.07/23.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
23.07/23.11	c lower bound updated to -1199
23.07/23.11	c BCD2: 335 <= obj <= 1489
23.07/23.11	c BCD2: #cores=14, #unrelaxed=1185, #relaxed=349, #hardened=0
23.07/23.11	c BCD2: #sat=1 #unsat=336 bias=336/337
23.07/23.11	c Solving starts ...
23.07/23.11	c ============================[ Search Statistics ]============================
23.07/23.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.07/23.11	c       |         |          |          |    Limit     GC | Var      | Constra 
23.07/23.11	c =============================================================================
23.07/23.12	c  0.0s |       0 |        0 |        0 |    51663      0 |      321 |      334
23.07/23.18	c  0.1s |       0 |       15 |        1 |    51663      0 |      321 |      335
23.07/23.18	c #cpu_time = 0.059s
23.07/23.18	c #wall_clock_time = 0.059s
23.07/23.18	c #decision = 15
23.07/23.18	c #random_decision = 0
23.07/23.18	c #conflict = 1
23.07/23.18	c #restart = 0
23.07/23.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
23.07/23.18	c lower bound updated to -1198
23.07/23.18	c BCD2: 336 <= obj <= 1489
23.07/23.18	c BCD2: #cores=14, #unrelaxed=1184, #relaxed=350, #hardened=0
23.07/23.18	c BCD2: #sat=1 #unsat=337 bias=337/338
23.07/23.18	c Solving starts ...
23.07/23.18	c ============================[ Search Statistics ]============================
23.07/23.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.07/23.18	c       |         |          |          |    Limit     GC | Var      | Constra 
23.07/23.18	c =============================================================================
23.07/23.18	c  0.0s |       0 |        0 |        0 |    51663      0 |      322 |      335
23.17/23.24	c  0.1s |       0 |       15 |        1 |    51663      0 |      322 |      336
23.17/23.24	c #cpu_time = 0.061s
23.17/23.24	c #wall_clock_time = 0.061s
23.17/23.24	c #decision = 15
23.17/23.24	c #random_decision = 0
23.17/23.24	c #conflict = 1
23.17/23.24	c #restart = 0
23.17/23.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
23.17/23.24	c lower bound updated to -1197
23.17/23.24	c BCD2: 337 <= obj <= 1489
23.17/23.24	c BCD2: #cores=14, #unrelaxed=1183, #relaxed=351, #hardened=0
23.17/23.24	c BCD2: #sat=1 #unsat=338 bias=338/339
23.17/23.24	c Solving starts ...
23.17/23.24	c ============================[ Search Statistics ]============================
23.17/23.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.17/23.24	c       |         |          |          |    Limit     GC | Var      | Constra 
23.17/23.24	c =============================================================================
23.17/23.24	c  0.0s |       0 |        0 |        0 |    51663      0 |      323 |      336
23.27/23.30	c  0.1s |       0 |       15 |        1 |    51663      0 |      323 |      337
23.27/23.30	c #cpu_time = 0.060s
23.27/23.30	c #wall_clock_time = 0.060s
23.27/23.30	c #decision = 15
23.27/23.30	c #random_decision = 0
23.27/23.30	c #conflict = 1
23.27/23.30	c #restart = 0
23.27/23.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
23.27/23.30	c lower bound updated to -1196
23.27/23.30	c BCD2: 338 <= obj <= 1489
23.27/23.30	c BCD2: #cores=14, #unrelaxed=1182, #relaxed=352, #hardened=0
23.27/23.30	c BCD2: #sat=1 #unsat=339 bias=339/340
23.27/23.30	c Solving starts ...
23.27/23.30	c ============================[ Search Statistics ]============================
23.27/23.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.27/23.30	c       |         |          |          |    Limit     GC | Var      | Constra 
23.27/23.30	c =============================================================================
23.27/23.30	c  0.0s |       0 |        0 |        0 |    51663      0 |      324 |      337
23.27/23.36	c  0.1s |       0 |       15 |        1 |    51663      0 |      324 |      338
23.27/23.36	c #cpu_time = 0.061s
23.27/23.36	c #wall_clock_time = 0.061s
23.27/23.36	c #decision = 15
23.27/23.36	c #random_decision = 0
23.27/23.36	c #conflict = 1
23.27/23.36	c #restart = 0
23.27/23.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
23.27/23.36	c lower bound updated to -1195
23.27/23.36	c BCD2: 339 <= obj <= 1489
23.27/23.36	c BCD2: #cores=14, #unrelaxed=1181, #relaxed=353, #hardened=0
23.27/23.36	c BCD2: #sat=1 #unsat=340 bias=340/341
23.27/23.36	c Solving starts ...
23.27/23.36	c ============================[ Search Statistics ]============================
23.27/23.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.27/23.36	c       |         |          |          |    Limit     GC | Var      | Constra 
23.27/23.36	c =============================================================================
23.27/23.36	c  0.0s |       0 |        0 |        0 |    51663      0 |      325 |      338
23.37/23.42	c  0.1s |       0 |       15 |        1 |    51663      0 |      325 |      339
23.37/23.42	c #cpu_time = 0.061s
23.37/23.42	c #wall_clock_time = 0.061s
23.37/23.42	c #decision = 15
23.37/23.42	c #random_decision = 0
23.37/23.42	c #conflict = 1
23.37/23.42	c #restart = 0
23.37/23.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
23.37/23.42	c lower bound updated to -1194
23.37/23.43	c BCD2: 340 <= obj <= 1489
23.37/23.43	c BCD2: #cores=14, #unrelaxed=1180, #relaxed=354, #hardened=0
23.37/23.43	c BCD2: #sat=1 #unsat=341 bias=341/342
23.37/23.43	c Solving starts ...
23.37/23.43	c ============================[ Search Statistics ]============================
23.37/23.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.37/23.43	c       |         |          |          |    Limit     GC | Var      | Constra 
23.37/23.43	c =============================================================================
23.37/23.43	c  0.0s |       0 |        0 |        0 |    51663      0 |      326 |      339
23.37/23.49	c  0.1s |       0 |       15 |        1 |    51663      0 |      326 |      340
23.37/23.49	c #cpu_time = 0.060s
23.37/23.49	c #wall_clock_time = 0.060s
23.37/23.49	c #decision = 15
23.37/23.49	c #random_decision = 0
23.37/23.49	c #conflict = 1
23.37/23.49	c #restart = 0
23.37/23.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
23.37/23.49	c lower bound updated to -1193
23.37/23.49	c BCD2: 341 <= obj <= 1489
23.37/23.49	c BCD2: #cores=14, #unrelaxed=1179, #relaxed=355, #hardened=0
23.37/23.49	c BCD2: #sat=1 #unsat=342 bias=342/343
23.37/23.49	c Solving starts ...
23.37/23.49	c ============================[ Search Statistics ]============================
23.37/23.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.37/23.49	c       |         |          |          |    Limit     GC | Var      | Constra 
23.37/23.49	c =============================================================================
23.37/23.49	c  0.0s |       0 |        0 |        0 |    51663      0 |      327 |      340
23.47/23.55	c  0.1s |       0 |       15 |        1 |    51663      0 |      327 |      341
23.47/23.55	c #cpu_time = 0.060s
23.47/23.55	c #wall_clock_time = 0.060s
23.47/23.55	c #decision = 15
23.47/23.55	c #random_decision = 0
23.47/23.55	c #conflict = 1
23.47/23.55	c #restart = 0
23.47/23.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
23.47/23.55	c lower bound updated to -1192
23.47/23.55	c BCD2: 342 <= obj <= 1489
23.47/23.55	c BCD2: #cores=14, #unrelaxed=1178, #relaxed=356, #hardened=0
23.47/23.55	c BCD2: #sat=1 #unsat=343 bias=343/344
23.47/23.55	c Solving starts ...
23.47/23.55	c ============================[ Search Statistics ]============================
23.47/23.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.47/23.55	c       |         |          |          |    Limit     GC | Var      | Constra 
23.47/23.55	c =============================================================================
23.47/23.55	c  0.0s |       0 |        0 |        0 |    51663      0 |      328 |      341
23.57/23.61	c  0.1s |       0 |       15 |        1 |    51663      0 |      328 |      342
23.57/23.61	c #cpu_time = 0.060s
23.57/23.61	c #wall_clock_time = 0.060s
23.57/23.61	c #decision = 15
23.57/23.61	c #random_decision = 0
23.57/23.61	c #conflict = 1
23.57/23.61	c #restart = 0
23.57/23.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
23.57/23.61	c lower bound updated to -1191
23.57/23.62	c BCD2: 343 <= obj <= 1489
23.57/23.62	c BCD2: #cores=14, #unrelaxed=1177, #relaxed=357, #hardened=0
23.57/23.62	c BCD2: #sat=1 #unsat=344 bias=344/345
23.57/23.62	c Solving starts ...
23.57/23.62	c ============================[ Search Statistics ]============================
23.57/23.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.57/23.62	c       |         |          |          |    Limit     GC | Var      | Constra 
23.57/23.62	c =============================================================================
23.57/23.62	c  0.0s |       0 |        0 |        0 |    51663      0 |      329 |      342
23.57/23.68	c  0.1s |       0 |       15 |        1 |    51663      0 |      329 |      343
23.57/23.68	c #cpu_time = 0.058s
23.57/23.68	c #wall_clock_time = 0.059s
23.57/23.68	c #decision = 15
23.57/23.68	c #random_decision = 0
23.57/23.68	c #conflict = 1
23.57/23.68	c #restart = 0
23.57/23.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
23.57/23.68	c lower bound updated to -1190
23.57/23.68	c BCD2: 344 <= obj <= 1489
23.57/23.68	c BCD2: #cores=14, #unrelaxed=1176, #relaxed=358, #hardened=0
23.57/23.68	c BCD2: #sat=1 #unsat=345 bias=345/346
23.57/23.68	c Solving starts ...
23.57/23.68	c ============================[ Search Statistics ]============================
23.57/23.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.57/23.68	c       |         |          |          |    Limit     GC | Var      | Constra 
23.57/23.68	c =============================================================================
23.57/23.68	c  0.0s |       0 |        0 |        0 |    51663      0 |      330 |      343
23.67/23.74	c  0.1s |       0 |       15 |        1 |    51663      0 |      330 |      344
23.67/23.74	c #cpu_time = 0.060s
23.67/23.74	c #wall_clock_time = 0.060s
23.67/23.74	c #decision = 15
23.67/23.74	c #random_decision = 0
23.67/23.74	c #conflict = 1
23.67/23.74	c #restart = 0
23.67/23.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
23.67/23.74	c lower bound updated to -1189
23.67/23.74	c BCD2: 345 <= obj <= 1489
23.67/23.74	c BCD2: #cores=14, #unrelaxed=1175, #relaxed=359, #hardened=0
23.67/23.74	c BCD2: #sat=1 #unsat=346 bias=346/347
23.67/23.74	c Solving starts ...
23.67/23.74	c ============================[ Search Statistics ]============================
23.67/23.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.67/23.74	c       |         |          |          |    Limit     GC | Var      | Constra 
23.67/23.74	c =============================================================================
23.67/23.74	c  0.0s |       0 |        0 |        0 |    51663      0 |      331 |      344
23.77/23.80	c  0.1s |       0 |       15 |        1 |    51663      0 |      331 |      345
23.77/23.80	c #cpu_time = 0.060s
23.77/23.80	c #wall_clock_time = 0.060s
23.77/23.80	c #decision = 15
23.77/23.80	c #random_decision = 0
23.77/23.80	c #conflict = 1
23.77/23.80	c #restart = 0
23.77/23.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
23.77/23.80	c lower bound updated to -1188
23.77/23.80	c BCD2: 346 <= obj <= 1489
23.77/23.80	c BCD2: #cores=14, #unrelaxed=1174, #relaxed=360, #hardened=0
23.77/23.80	c BCD2: #sat=1 #unsat=347 bias=347/348
23.77/23.80	c Solving starts ...
23.77/23.80	c ============================[ Search Statistics ]============================
23.77/23.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.77/23.80	c       |         |          |          |    Limit     GC | Var      | Constra 
23.77/23.80	c =============================================================================
23.77/23.80	c  0.0s |       0 |        0 |        0 |    51663      0 |      332 |      345
23.77/23.86	c  0.1s |       0 |       15 |        1 |    51663      0 |      332 |      346
23.77/23.86	c #cpu_time = 0.061s
23.77/23.86	c #wall_clock_time = 0.061s
23.77/23.86	c #decision = 15
23.77/23.86	c #random_decision = 0
23.77/23.86	c #conflict = 1
23.77/23.86	c #restart = 0
23.77/23.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
23.77/23.86	c lower bound updated to -1187
23.77/23.86	c BCD2: 347 <= obj <= 1489
23.77/23.86	c BCD2: #cores=14, #unrelaxed=1173, #relaxed=361, #hardened=0
23.77/23.86	c BCD2: #sat=1 #unsat=348 bias=348/349
23.77/23.86	c Solving starts ...
23.77/23.86	c ============================[ Search Statistics ]============================
23.77/23.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.77/23.86	c       |         |          |          |    Limit     GC | Var      | Constra 
23.77/23.86	c =============================================================================
23.77/23.86	c  0.0s |       0 |        0 |        0 |    51663      0 |      333 |      346
23.87/23.92	c  0.1s |       0 |       15 |        1 |    51663      0 |      333 |      347
23.87/23.92	c #cpu_time = 0.060s
23.87/23.92	c #wall_clock_time = 0.061s
23.87/23.92	c #decision = 15
23.87/23.92	c #random_decision = 0
23.87/23.92	c #conflict = 1
23.87/23.92	c #restart = 0
23.87/23.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
23.87/23.92	c lower bound updated to -1186
23.87/23.92	c BCD2: 348 <= obj <= 1489
23.87/23.92	c BCD2: #cores=14, #unrelaxed=1172, #relaxed=362, #hardened=0
23.87/23.92	c BCD2: #sat=1 #unsat=349 bias=349/350
23.87/23.92	c Solving starts ...
23.87/23.92	c ============================[ Search Statistics ]============================
23.87/23.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.87/23.92	c       |         |          |          |    Limit     GC | Var      | Constra 
23.87/23.92	c =============================================================================
23.87/23.92	c  0.0s |       0 |        0 |        0 |    51663      0 |      334 |      347
23.87/23.98	c  0.1s |       0 |       15 |        1 |    51663      0 |      334 |      348
23.87/23.98	c #cpu_time = 0.060s
23.87/23.98	c #wall_clock_time = 0.060s
23.87/23.98	c #decision = 15
23.87/23.98	c #random_decision = 0
23.87/23.98	c #conflict = 1
23.87/23.98	c #restart = 0
23.87/23.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
23.87/23.98	c lower bound updated to -1185
23.87/23.98	c BCD2: 349 <= obj <= 1489
23.87/23.98	c BCD2: #cores=14, #unrelaxed=1171, #relaxed=363, #hardened=0
23.87/23.98	c BCD2: #sat=1 #unsat=350 bias=350/351
23.87/23.98	c Solving starts ...
23.87/23.98	c ============================[ Search Statistics ]============================
23.87/23.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.87/23.98	c       |         |          |          |    Limit     GC | Var      | Constra 
23.87/23.98	c =============================================================================
23.87/23.98	c  0.0s |       0 |        0 |        0 |    51663      0 |      335 |      348
23.97/24.04	c  0.1s |       0 |       15 |        1 |    51663      0 |      335 |      349
23.97/24.04	c #cpu_time = 0.060s
23.97/24.04	c #wall_clock_time = 0.060s
23.97/24.04	c #decision = 15
23.97/24.04	c #random_decision = 0
23.97/24.04	c #conflict = 1
23.97/24.04	c #restart = 0
23.97/24.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
23.97/24.04	c lower bound updated to -1184
23.97/24.04	c BCD2: 350 <= obj <= 1489
23.97/24.04	c BCD2: #cores=14, #unrelaxed=1170, #relaxed=364, #hardened=0
23.97/24.04	c BCD2: #sat=1 #unsat=351 bias=351/352
23.97/24.04	c Solving starts ...
23.97/24.04	c ============================[ Search Statistics ]============================
23.97/24.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.97/24.04	c       |         |          |          |    Limit     GC | Var      | Constra 
23.97/24.04	c =============================================================================
23.97/24.04	c  0.0s |       0 |        0 |        0 |    51663      0 |      336 |      349
24.07/24.10	c  0.1s |       0 |       15 |        0 |    51663      0 |      336 |      350
24.07/24.10	c #cpu_time = 0.060s
24.07/24.10	c #wall_clock_time = 0.060s
24.07/24.10	c #decision = 15
24.07/24.10	c #random_decision = 0
24.07/24.10	c #conflict = 0
24.07/24.10	c #restart = 0
24.07/24.10	c BCD2: found a new core of size 2: cost of the new core is >=1
24.07/24.10	c lower bound updated to -1183
24.07/24.12	c BCD2: 351 <= obj <= 1489
24.07/24.12	c BCD2: #cores=15, #unrelaxed=1168, #relaxed=366, #hardened=0
24.07/24.12	c BCD2: #sat=1 #unsat=352 bias=352/353
24.07/24.12	c Solving starts ...
24.07/24.12	c ============================[ Search Statistics ]============================
24.07/24.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.07/24.12	c       |         |          |          |    Limit     GC | Var      | Constra 
24.07/24.12	c =============================================================================
24.07/24.12	c  0.0s |       0 |        0 |        0 |    51663      0 |      336 |      351
24.07/24.18	c  0.1s |       0 |       16 |        1 |    51663      0 |      336 |      351
24.07/24.18	c #cpu_time = 0.058s
24.07/24.18	c #wall_clock_time = 0.059s
24.07/24.18	c #decision = 16
24.07/24.18	c #random_decision = 0
24.07/24.18	c #conflict = 1
24.07/24.18	c #restart = 0
24.07/24.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
24.07/24.18	c lower bound updated to -1182
24.07/24.18	c BCD2: 352 <= obj <= 1489
24.07/24.18	c BCD2: #cores=15, #unrelaxed=1167, #relaxed=367, #hardened=0
24.07/24.18	c BCD2: #sat=1 #unsat=353 bias=353/354
24.07/24.18	c Solving starts ...
24.07/24.18	c ============================[ Search Statistics ]============================
24.07/24.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.07/24.18	c       |         |          |          |    Limit     GC | Var      | Constra 
24.07/24.18	c =============================================================================
24.07/24.18	c  0.0s |       0 |        0 |        0 |    51663      0 |      337 |      351
24.18/24.24	c  0.1s |       0 |       16 |        1 |    51663      0 |      337 |      352
24.18/24.24	c #cpu_time = 0.060s
24.18/24.24	c #wall_clock_time = 0.060s
24.18/24.24	c #decision = 16
24.18/24.24	c #random_decision = 0
24.18/24.24	c #conflict = 1
24.18/24.24	c #restart = 0
24.18/24.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
24.18/24.24	c lower bound updated to -1181
24.18/24.24	c BCD2: 353 <= obj <= 1489
24.18/24.24	c BCD2: #cores=15, #unrelaxed=1166, #relaxed=368, #hardened=0
24.18/24.24	c BCD2: #sat=1 #unsat=354 bias=354/355
24.18/24.24	c Solving starts ...
24.18/24.24	c ============================[ Search Statistics ]============================
24.18/24.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.18/24.24	c       |         |          |          |    Limit     GC | Var      | Constra 
24.18/24.24	c =============================================================================
24.18/24.24	c  0.0s |       0 |        0 |        0 |    51663      0 |      338 |      352
24.18/24.30	c  0.1s |       0 |       16 |        1 |    51663      0 |      338 |      353
24.18/24.30	c #cpu_time = 0.061s
24.18/24.30	c #wall_clock_time = 0.061s
24.18/24.30	c #decision = 16
24.18/24.30	c #random_decision = 0
24.18/24.30	c #conflict = 1
24.18/24.30	c #restart = 0
24.18/24.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
24.18/24.30	c lower bound updated to -1180
24.18/24.30	c BCD2: 354 <= obj <= 1489
24.18/24.30	c BCD2: #cores=15, #unrelaxed=1165, #relaxed=369, #hardened=0
24.18/24.30	c BCD2: #sat=1 #unsat=355 bias=355/356
24.18/24.30	c Solving starts ...
24.18/24.30	c ============================[ Search Statistics ]============================
24.18/24.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.18/24.30	c       |         |          |          |    Limit     GC | Var      | Constra 
24.18/24.30	c =============================================================================
24.18/24.30	c  0.0s |       0 |        0 |        0 |    51663      0 |      339 |      353
24.28/24.36	c  0.1s |       0 |       16 |        1 |    51663      0 |      339 |      354
24.28/24.36	c #cpu_time = 0.061s
24.28/24.36	c #wall_clock_time = 0.061s
24.28/24.36	c #decision = 16
24.28/24.36	c #random_decision = 0
24.28/24.36	c #conflict = 1
24.28/24.36	c #restart = 0
24.28/24.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
24.28/24.36	c lower bound updated to -1179
24.28/24.36	c BCD2: 355 <= obj <= 1489
24.28/24.36	c BCD2: #cores=15, #unrelaxed=1164, #relaxed=370, #hardened=0
24.28/24.36	c BCD2: #sat=1 #unsat=356 bias=356/357
24.28/24.36	c Solving starts ...
24.28/24.36	c ============================[ Search Statistics ]============================
24.28/24.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.28/24.36	c       |         |          |          |    Limit     GC | Var      | Constra 
24.28/24.36	c =============================================================================
24.28/24.36	c  0.0s |       0 |        0 |        0 |    51663      0 |      340 |      354
24.37/24.43	c  0.1s |       0 |       16 |        1 |    51663      0 |      340 |      355
24.37/24.43	c #cpu_time = 0.061s
24.37/24.43	c #wall_clock_time = 0.061s
24.37/24.43	c #decision = 16
24.37/24.43	c #random_decision = 0
24.37/24.43	c #conflict = 1
24.37/24.43	c #restart = 0
24.37/24.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
24.37/24.43	c lower bound updated to -1178
24.37/24.43	c BCD2: 356 <= obj <= 1489
24.37/24.43	c BCD2: #cores=15, #unrelaxed=1163, #relaxed=371, #hardened=0
24.37/24.43	c BCD2: #sat=1 #unsat=357 bias=357/358
24.37/24.43	c Solving starts ...
24.37/24.43	c ============================[ Search Statistics ]============================
24.37/24.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.37/24.43	c       |         |          |          |    Limit     GC | Var      | Constra 
24.37/24.43	c =============================================================================
24.37/24.43	c  0.0s |       0 |        0 |        0 |    51663      0 |      341 |      355
24.37/24.49	c  0.1s |       0 |       16 |        1 |    51663      0 |      341 |      356
24.37/24.49	c #cpu_time = 0.060s
24.37/24.49	c #wall_clock_time = 0.060s
24.37/24.49	c #decision = 16
24.37/24.49	c #random_decision = 0
24.37/24.49	c #conflict = 1
24.37/24.49	c #restart = 0
24.37/24.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
24.37/24.49	c lower bound updated to -1177
24.37/24.49	c BCD2: 357 <= obj <= 1489
24.37/24.49	c BCD2: #cores=15, #unrelaxed=1162, #relaxed=372, #hardened=0
24.37/24.49	c BCD2: #sat=1 #unsat=358 bias=358/359
24.37/24.49	c Solving starts ...
24.37/24.49	c ============================[ Search Statistics ]============================
24.37/24.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.37/24.49	c       |         |          |          |    Limit     GC | Var      | Constra 
24.37/24.49	c =============================================================================
24.37/24.49	c  0.0s |       0 |        0 |        0 |    51663      0 |      342 |      356
24.47/24.55	c  0.1s |       0 |       16 |        1 |    51663      0 |      342 |      357
24.47/24.55	c #cpu_time = 0.060s
24.47/24.55	c #wall_clock_time = 0.060s
24.47/24.55	c #decision = 16
24.47/24.55	c #random_decision = 0
24.47/24.55	c #conflict = 1
24.47/24.55	c #restart = 0
24.47/24.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
24.47/24.55	c lower bound updated to -1176
24.47/24.55	c BCD2: 358 <= obj <= 1489
24.47/24.55	c BCD2: #cores=15, #unrelaxed=1161, #relaxed=373, #hardened=0
24.47/24.55	c BCD2: #sat=1 #unsat=359 bias=359/360
24.47/24.55	c Solving starts ...
24.47/24.55	c ============================[ Search Statistics ]============================
24.47/24.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.47/24.55	c       |         |          |          |    Limit     GC | Var      | Constra 
24.47/24.55	c =============================================================================
24.47/24.55	c  0.0s |       0 |        0 |        0 |    51663      0 |      343 |      357
24.57/24.61	c  0.1s |       0 |       16 |        1 |    51663      0 |      343 |      358
24.57/24.61	c #cpu_time = 0.060s
24.57/24.61	c #wall_clock_time = 0.060s
24.57/24.61	c #decision = 16
24.57/24.61	c #random_decision = 0
24.57/24.61	c #conflict = 1
24.57/24.61	c #restart = 0
24.57/24.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
24.57/24.61	c lower bound updated to -1175
24.57/24.62	c BCD2: 359 <= obj <= 1489
24.57/24.62	c BCD2: #cores=15, #unrelaxed=1160, #relaxed=374, #hardened=0
24.57/24.62	c BCD2: #sat=1 #unsat=360 bias=360/361
24.57/24.62	c Solving starts ...
24.57/24.62	c ============================[ Search Statistics ]============================
24.57/24.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.57/24.62	c       |         |          |          |    Limit     GC | Var      | Constra 
24.57/24.62	c =============================================================================
24.57/24.62	c  0.0s |       0 |        0 |        0 |    51663      0 |      344 |      358
24.57/24.68	c  0.1s |       0 |       16 |        1 |    51663      0 |      344 |      359
24.57/24.68	c #cpu_time = 0.058s
24.57/24.68	c #wall_clock_time = 0.059s
24.57/24.68	c #decision = 16
24.57/24.68	c #random_decision = 0
24.57/24.68	c #conflict = 1
24.57/24.68	c #restart = 0
24.57/24.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
24.57/24.68	c lower bound updated to -1174
24.57/24.68	c BCD2: 360 <= obj <= 1489
24.57/24.68	c BCD2: #cores=15, #unrelaxed=1159, #relaxed=375, #hardened=0
24.57/24.68	c BCD2: #sat=1 #unsat=361 bias=361/362
24.57/24.68	c Solving starts ...
24.57/24.68	c ============================[ Search Statistics ]============================
24.57/24.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.57/24.68	c       |         |          |          |    Limit     GC | Var      | Constra 
24.57/24.68	c =============================================================================
24.57/24.68	c  0.0s |       0 |        0 |        0 |    51663      0 |      345 |      359
24.67/24.74	c  0.1s |       0 |       16 |        1 |    51663      0 |      345 |      360
24.67/24.74	c #cpu_time = 0.060s
24.67/24.74	c #wall_clock_time = 0.060s
24.67/24.74	c #decision = 16
24.67/24.74	c #random_decision = 0
24.67/24.74	c #conflict = 1
24.67/24.74	c #restart = 0
24.67/24.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
24.67/24.74	c lower bound updated to -1173
24.67/24.74	c BCD2: 361 <= obj <= 1489
24.67/24.74	c BCD2: #cores=15, #unrelaxed=1158, #relaxed=376, #hardened=0
24.67/24.74	c BCD2: #sat=1 #unsat=362 bias=362/363
24.67/24.74	c Solving starts ...
24.67/24.74	c ============================[ Search Statistics ]============================
24.67/24.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.67/24.74	c       |         |          |          |    Limit     GC | Var      | Constra 
24.67/24.74	c =============================================================================
24.67/24.74	c  0.0s |       0 |        0 |        0 |    51663      0 |      346 |      360
24.77/24.80	c  0.1s |       0 |       16 |        1 |    51663      0 |      346 |      361
24.77/24.80	c #cpu_time = 0.060s
24.77/24.80	c #wall_clock_time = 0.061s
24.77/24.80	c #decision = 16
24.77/24.80	c #random_decision = 0
24.77/24.80	c #conflict = 1
24.77/24.80	c #restart = 0
24.77/24.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
24.77/24.80	c lower bound updated to -1172
24.77/24.80	c BCD2: 362 <= obj <= 1489
24.77/24.80	c BCD2: #cores=15, #unrelaxed=1157, #relaxed=377, #hardened=0
24.77/24.80	c BCD2: #sat=1 #unsat=363 bias=363/364
24.77/24.80	c Solving starts ...
24.77/24.80	c ============================[ Search Statistics ]============================
24.77/24.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.77/24.80	c       |         |          |          |    Limit     GC | Var      | Constra 
24.77/24.80	c =============================================================================
24.77/24.80	c  0.0s |       0 |        0 |        0 |    51663      0 |      347 |      361
24.77/24.86	c  0.1s |       0 |       16 |        1 |    51663      0 |      347 |      362
24.77/24.86	c #cpu_time = 0.061s
24.77/24.86	c #wall_clock_time = 0.061s
24.77/24.86	c #decision = 16
24.77/24.86	c #random_decision = 0
24.77/24.86	c #conflict = 1
24.77/24.86	c #restart = 0
24.77/24.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
24.77/24.86	c lower bound updated to -1171
24.77/24.86	c BCD2: 363 <= obj <= 1489
24.77/24.86	c BCD2: #cores=15, #unrelaxed=1156, #relaxed=378, #hardened=0
24.77/24.86	c BCD2: #sat=1 #unsat=364 bias=364/365
24.77/24.86	c Solving starts ...
24.77/24.86	c ============================[ Search Statistics ]============================
24.77/24.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.77/24.86	c       |         |          |          |    Limit     GC | Var      | Constra 
24.77/24.86	c =============================================================================
24.77/24.86	c  0.0s |       0 |        0 |        0 |    51663      0 |      348 |      362
24.87/24.92	c  0.1s |       0 |       16 |        1 |    51663      0 |      348 |      363
24.87/24.92	c #cpu_time = 0.061s
24.87/24.92	c #wall_clock_time = 0.061s
24.87/24.92	c #decision = 16
24.87/24.92	c #random_decision = 0
24.87/24.92	c #conflict = 1
24.87/24.92	c #restart = 0
24.87/24.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
24.87/24.92	c lower bound updated to -1170
24.87/24.92	c BCD2: 364 <= obj <= 1489
24.87/24.92	c BCD2: #cores=15, #unrelaxed=1155, #relaxed=379, #hardened=0
24.87/24.92	c BCD2: #sat=1 #unsat=365 bias=365/366
24.87/24.92	c Solving starts ...
24.87/24.92	c ============================[ Search Statistics ]============================
24.87/24.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.87/24.92	c       |         |          |          |    Limit     GC | Var      | Constra 
24.87/24.92	c =============================================================================
24.87/24.92	c  0.0s |       0 |        0 |        0 |    51663      0 |      349 |      363
24.87/24.98	c  0.1s |       0 |       16 |        1 |    51663      0 |      349 |      364
24.87/24.98	c #cpu_time = 0.060s
24.87/24.98	c #wall_clock_time = 0.061s
24.87/24.98	c #decision = 16
24.87/24.98	c #random_decision = 0
24.87/24.98	c #conflict = 1
24.87/24.98	c #restart = 0
24.87/24.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
24.87/24.98	c lower bound updated to -1169
24.87/24.99	c BCD2: 365 <= obj <= 1489
24.87/24.99	c BCD2: #cores=15, #unrelaxed=1154, #relaxed=380, #hardened=0
24.87/24.99	c BCD2: #sat=1 #unsat=366 bias=366/367
24.87/24.99	c Solving starts ...
24.87/24.99	c ============================[ Search Statistics ]============================
24.87/24.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.87/24.99	c       |         |          |          |    Limit     GC | Var      | Constra 
24.87/24.99	c =============================================================================
24.87/24.99	c  0.0s |       0 |        0 |        0 |    51663      0 |      350 |      364
24.97/25.05	c  0.1s |       0 |       16 |        1 |    51663      0 |      350 |      365
24.97/25.05	c #cpu_time = 0.060s
24.97/25.05	c #wall_clock_time = 0.060s
24.97/25.05	c #decision = 16
24.97/25.05	c #random_decision = 0
24.97/25.05	c #conflict = 1
24.97/25.05	c #restart = 0
24.97/25.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
24.97/25.05	c lower bound updated to -1168
24.97/25.05	c BCD2: 366 <= obj <= 1489
24.97/25.05	c BCD2: #cores=15, #unrelaxed=1153, #relaxed=381, #hardened=0
24.97/25.05	c BCD2: #sat=1 #unsat=367 bias=367/368
24.97/25.05	c Solving starts ...
24.97/25.05	c ============================[ Search Statistics ]============================
24.97/25.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.97/25.05	c       |         |          |          |    Limit     GC | Var      | Constra 
24.97/25.05	c =============================================================================
24.97/25.05	c  0.0s |       0 |        0 |        0 |    51663      0 |      351 |      365
25.07/25.11	c  0.1s |       0 |       16 |        1 |    51663      0 |      351 |      366
25.07/25.11	c #cpu_time = 0.060s
25.07/25.11	c #wall_clock_time = 0.060s
25.07/25.11	c #decision = 16
25.07/25.11	c #random_decision = 0
25.07/25.11	c #conflict = 1
25.07/25.11	c #restart = 0
25.07/25.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
25.07/25.11	c lower bound updated to -1167
25.07/25.11	c BCD2: 367 <= obj <= 1489
25.07/25.11	c BCD2: #cores=15, #unrelaxed=1152, #relaxed=382, #hardened=0
25.07/25.11	c BCD2: #sat=1 #unsat=368 bias=368/369
25.07/25.12	c Solving starts ...
25.07/25.12	c ============================[ Search Statistics ]============================
25.07/25.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.07/25.12	c       |         |          |          |    Limit     GC | Var      | Constra 
25.07/25.12	c =============================================================================
25.07/25.12	c  0.0s |       0 |        0 |        0 |    51663      0 |      352 |      366
25.07/25.17	c  0.1s |       0 |       16 |        1 |    51663      0 |      352 |      367
25.07/25.17	c #cpu_time = 0.058s
25.07/25.17	c #wall_clock_time = 0.059s
25.07/25.17	c #decision = 16
25.07/25.17	c #random_decision = 0
25.07/25.17	c #conflict = 1
25.07/25.17	c #restart = 0
25.07/25.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
25.07/25.17	c lower bound updated to -1166
25.07/25.17	c BCD2: 368 <= obj <= 1489
25.07/25.17	c BCD2: #cores=15, #unrelaxed=1151, #relaxed=383, #hardened=0
25.07/25.17	c BCD2: #sat=1 #unsat=369 bias=369/370
25.07/25.17	c Solving starts ...
25.07/25.17	c ============================[ Search Statistics ]============================
25.07/25.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.07/25.17	c       |         |          |          |    Limit     GC | Var      | Constra 
25.07/25.17	c =============================================================================
25.07/25.17	c  0.0s |       0 |        0 |        0 |    51663      0 |      353 |      367
25.17/25.23	c  0.1s |       0 |       16 |        1 |    51663      0 |      353 |      368
25.17/25.23	c #cpu_time = 0.060s
25.17/25.23	c #wall_clock_time = 0.060s
25.17/25.23	c #decision = 16
25.17/25.23	c #random_decision = 0
25.17/25.23	c #conflict = 1
25.17/25.24	c #restart = 0
25.17/25.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
25.17/25.24	c lower bound updated to -1165
25.17/25.24	c BCD2: 369 <= obj <= 1489
25.17/25.24	c BCD2: #cores=15, #unrelaxed=1150, #relaxed=384, #hardened=0
25.17/25.24	c BCD2: #sat=1 #unsat=370 bias=370/371
25.17/25.24	c Solving starts ...
25.17/25.24	c ============================[ Search Statistics ]============================
25.17/25.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.17/25.24	c       |         |          |          |    Limit     GC | Var      | Constra 
25.17/25.24	c =============================================================================
25.17/25.24	c  0.0s |       0 |        0 |        0 |    51663      0 |      354 |      368
25.17/25.30	c  0.1s |       0 |       16 |        1 |    51663      0 |      354 |      369
25.17/25.30	c #cpu_time = 0.060s
25.17/25.30	c #wall_clock_time = 0.060s
25.17/25.30	c #decision = 16
25.17/25.30	c #random_decision = 0
25.17/25.30	c #conflict = 1
25.17/25.30	c #restart = 0
25.17/25.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
25.17/25.30	c lower bound updated to -1164
25.17/25.30	c BCD2: 370 <= obj <= 1489
25.17/25.30	c BCD2: #cores=15, #unrelaxed=1149, #relaxed=385, #hardened=0
25.17/25.30	c BCD2: #sat=1 #unsat=371 bias=371/372
25.17/25.30	c Solving starts ...
25.17/25.30	c ============================[ Search Statistics ]============================
25.17/25.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.17/25.30	c       |         |          |          |    Limit     GC | Var      | Constra 
25.17/25.30	c =============================================================================
25.17/25.30	c  0.0s |       0 |        0 |        0 |    51663      0 |      355 |      369
25.28/25.36	c  0.1s |       0 |       16 |        1 |    51663      0 |      355 |      370
25.28/25.36	c #cpu_time = 0.061s
25.28/25.36	c #wall_clock_time = 0.061s
25.28/25.36	c #decision = 16
25.28/25.36	c #random_decision = 0
25.28/25.36	c #conflict = 1
25.28/25.36	c #restart = 0
25.28/25.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
25.28/25.36	c lower bound updated to -1163
25.28/25.36	c BCD2: 371 <= obj <= 1489
25.28/25.36	c BCD2: #cores=15, #unrelaxed=1148, #relaxed=386, #hardened=0
25.28/25.36	c BCD2: #sat=1 #unsat=372 bias=372/373
25.28/25.36	c Solving starts ...
25.28/25.36	c ============================[ Search Statistics ]============================
25.28/25.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.28/25.36	c       |         |          |          |    Limit     GC | Var      | Constra 
25.28/25.36	c =============================================================================
25.28/25.36	c  0.0s |       0 |        0 |        0 |    51663      0 |      356 |      370
25.38/25.42	c  0.1s |       0 |       16 |        1 |    51663      0 |      356 |      371
25.38/25.42	c #cpu_time = 0.061s
25.38/25.42	c #wall_clock_time = 0.061s
25.38/25.42	c #decision = 16
25.38/25.42	c #random_decision = 0
25.38/25.42	c #conflict = 1
25.38/25.42	c #restart = 0
25.38/25.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
25.38/25.42	c lower bound updated to -1162
25.38/25.42	c BCD2: 372 <= obj <= 1489
25.38/25.42	c BCD2: #cores=15, #unrelaxed=1147, #relaxed=387, #hardened=0
25.38/25.42	c BCD2: #sat=1 #unsat=373 bias=373/374
25.38/25.42	c Solving starts ...
25.38/25.42	c ============================[ Search Statistics ]============================
25.38/25.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.38/25.42	c       |         |          |          |    Limit     GC | Var      | Constra 
25.38/25.42	c =============================================================================
25.38/25.42	c  0.0s |       0 |        0 |        0 |    51663      0 |      357 |      371
25.38/25.48	c  0.1s |       0 |       16 |        1 |    51663      0 |      357 |      372
25.38/25.48	c #cpu_time = 0.061s
25.38/25.48	c #wall_clock_time = 0.061s
25.38/25.48	c #decision = 16
25.38/25.48	c #random_decision = 0
25.38/25.48	c #conflict = 1
25.38/25.48	c #restart = 0
25.38/25.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
25.38/25.48	c lower bound updated to -1161
25.38/25.48	c BCD2: 373 <= obj <= 1489
25.38/25.48	c BCD2: #cores=15, #unrelaxed=1146, #relaxed=388, #hardened=0
25.38/25.48	c BCD2: #sat=1 #unsat=374 bias=374/375
25.38/25.48	c Solving starts ...
25.38/25.48	c ============================[ Search Statistics ]============================
25.38/25.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.38/25.48	c       |         |          |          |    Limit     GC | Var      | Constra 
25.38/25.48	c =============================================================================
25.38/25.48	c  0.0s |       0 |        0 |        0 |    51663      0 |      358 |      372
25.47/25.54	c  0.1s |       0 |       16 |        1 |    51663      0 |      358 |      373
25.47/25.54	c #cpu_time = 0.061s
25.47/25.54	c #wall_clock_time = 0.061s
25.47/25.54	c #decision = 16
25.47/25.54	c #random_decision = 0
25.47/25.54	c #conflict = 1
25.47/25.54	c #restart = 0
25.47/25.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
25.47/25.54	c lower bound updated to -1160
25.47/25.55	c BCD2: 374 <= obj <= 1489
25.47/25.55	c BCD2: #cores=15, #unrelaxed=1145, #relaxed=389, #hardened=0
25.47/25.55	c BCD2: #sat=1 #unsat=375 bias=375/376
25.47/25.55	c Solving starts ...
25.47/25.55	c ============================[ Search Statistics ]============================
25.47/25.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.47/25.55	c       |         |          |          |    Limit     GC | Var      | Constra 
25.47/25.55	c =============================================================================
25.47/25.55	c  0.0s |       0 |        0 |        0 |    51663      0 |      359 |      373
25.57/25.61	c  0.1s |       0 |       16 |        1 |    51663      0 |      359 |      374
25.57/25.61	c #cpu_time = 0.059s
25.57/25.61	c #wall_clock_time = 0.059s
25.57/25.61	c #decision = 16
25.57/25.61	c #random_decision = 0
25.57/25.61	c #conflict = 1
25.57/25.61	c #restart = 0
25.57/25.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
25.57/25.61	c lower bound updated to -1159
25.57/25.61	c BCD2: 375 <= obj <= 1489
25.57/25.61	c BCD2: #cores=15, #unrelaxed=1144, #relaxed=390, #hardened=0
25.57/25.61	c BCD2: #sat=1 #unsat=376 bias=376/377
25.57/25.61	c Solving starts ...
25.57/25.61	c ============================[ Search Statistics ]============================
25.57/25.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.57/25.61	c       |         |          |          |    Limit     GC | Var      | Constra 
25.57/25.61	c =============================================================================
25.57/25.61	c  0.0s |       0 |        0 |        0 |    51663      0 |      360 |      374
25.57/25.67	c  0.1s |       0 |       16 |        0 |    51663      0 |      360 |      375
25.57/25.67	c #cpu_time = 0.060s
25.57/25.67	c #wall_clock_time = 0.060s
25.57/25.67	c #decision = 16
25.57/25.67	c #random_decision = 0
25.57/25.67	c #conflict = 0
25.57/25.67	c #restart = 0
25.57/25.67	c BCD2: found a new core of size 2: cost of the new core is >=1
25.57/25.67	c lower bound updated to -1158
25.57/25.68	c BCD2: 376 <= obj <= 1489
25.57/25.68	c BCD2: #cores=16, #unrelaxed=1142, #relaxed=392, #hardened=0
25.57/25.68	c BCD2: #sat=1 #unsat=377 bias=377/378
25.57/25.68	c Solving starts ...
25.57/25.68	c ============================[ Search Statistics ]============================
25.57/25.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.57/25.68	c       |         |          |          |    Limit     GC | Var      | Constra 
25.57/25.68	c =============================================================================
25.57/25.69	c  0.0s |       0 |        0 |        0 |    51663      0 |      360 |      376
25.67/25.74	c  0.1s |       0 |       17 |        1 |    51663      0 |      360 |      376
25.67/25.74	c #cpu_time = 0.058s
25.67/25.74	c #wall_clock_time = 0.058s
25.67/25.74	c #decision = 17
25.67/25.74	c #random_decision = 0
25.67/25.74	c #conflict = 1
25.67/25.74	c #restart = 0
25.67/25.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
25.67/25.74	c lower bound updated to -1157
25.67/25.74	c BCD2: 377 <= obj <= 1489
25.67/25.74	c BCD2: #cores=16, #unrelaxed=1141, #relaxed=393, #hardened=0
25.67/25.74	c BCD2: #sat=1 #unsat=378 bias=378/379
25.67/25.74	c Solving starts ...
25.67/25.74	c ============================[ Search Statistics ]============================
25.67/25.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.67/25.74	c       |         |          |          |    Limit     GC | Var      | Constra 
25.67/25.74	c =============================================================================
25.67/25.74	c  0.0s |       0 |        0 |        0 |    51663      0 |      361 |      376
25.77/25.80	c  0.1s |       0 |       17 |        1 |    51663      0 |      361 |      377
25.77/25.80	c #cpu_time = 0.060s
25.77/25.80	c #wall_clock_time = 0.061s
25.77/25.80	c #decision = 17
25.77/25.80	c #random_decision = 0
25.77/25.80	c #conflict = 1
25.77/25.80	c #restart = 0
25.77/25.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
25.77/25.80	c lower bound updated to -1156
25.77/25.81	c BCD2: 378 <= obj <= 1489
25.77/25.81	c BCD2: #cores=16, #unrelaxed=1140, #relaxed=394, #hardened=0
25.77/25.81	c BCD2: #sat=1 #unsat=379 bias=379/380
25.77/25.81	c Solving starts ...
25.77/25.81	c ============================[ Search Statistics ]============================
25.77/25.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.77/25.81	c       |         |          |          |    Limit     GC | Var      | Constra 
25.77/25.81	c =============================================================================
25.77/25.81	c  0.0s |       0 |        0 |        0 |    51663      0 |      362 |      377
25.77/25.87	c  0.1s |       0 |       17 |        1 |    51663      0 |      362 |      378
25.77/25.87	c #cpu_time = 0.061s
25.77/25.87	c #wall_clock_time = 0.061s
25.77/25.87	c #decision = 17
25.77/25.87	c #random_decision = 0
25.77/25.87	c #conflict = 1
25.77/25.87	c #restart = 0
25.77/25.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
25.77/25.87	c lower bound updated to -1155
25.77/25.87	c BCD2: 379 <= obj <= 1489
25.77/25.87	c BCD2: #cores=16, #unrelaxed=1139, #relaxed=395, #hardened=0
25.77/25.87	c BCD2: #sat=1 #unsat=380 bias=380/381
25.77/25.87	c Solving starts ...
25.77/25.87	c ============================[ Search Statistics ]============================
25.77/25.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.77/25.87	c       |         |          |          |    Limit     GC | Var      | Constra 
25.77/25.87	c =============================================================================
25.77/25.87	c  0.0s |       0 |        0 |        0 |    51663      0 |      363 |      378
25.87/25.93	c  0.1s |       0 |       17 |        1 |    51663      0 |      363 |      379
25.87/25.93	c #cpu_time = 0.060s
25.87/25.93	c #wall_clock_time = 0.060s
25.87/25.93	c #decision = 17
25.87/25.93	c #random_decision = 0
25.87/25.93	c #conflict = 1
25.87/25.93	c #restart = 0
25.87/25.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
25.87/25.93	c lower bound updated to -1154
25.87/25.93	c BCD2: 380 <= obj <= 1489
25.87/25.93	c BCD2: #cores=16, #unrelaxed=1138, #relaxed=396, #hardened=0
25.87/25.93	c BCD2: #sat=1 #unsat=381 bias=381/382
25.87/25.93	c Solving starts ...
25.87/25.93	c ============================[ Search Statistics ]============================
25.87/25.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.87/25.93	c       |         |          |          |    Limit     GC | Var      | Constra 
25.87/25.93	c =============================================================================
25.87/25.93	c  0.0s |       0 |        0 |        0 |    51663      0 |      364 |      379
25.87/25.99	c  0.1s |       0 |       17 |        1 |    51663      0 |      364 |      380
25.87/25.99	c #cpu_time = 0.060s
25.87/25.99	c #wall_clock_time = 0.060s
25.87/25.99	c #decision = 17
25.87/25.99	c #random_decision = 0
25.87/25.99	c #conflict = 1
25.87/25.99	c #restart = 0
25.87/25.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
25.87/25.99	c lower bound updated to -1153
25.87/25.99	c BCD2: 381 <= obj <= 1489
25.87/25.99	c BCD2: #cores=16, #unrelaxed=1137, #relaxed=397, #hardened=0
25.87/25.99	c BCD2: #sat=1 #unsat=382 bias=382/383
25.87/25.99	c Solving starts ...
25.87/25.99	c ============================[ Search Statistics ]============================
25.87/25.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.87/25.99	c       |         |          |          |    Limit     GC | Var      | Constra 
25.87/25.99	c =============================================================================
25.87/25.99	c  0.0s |       0 |        0 |        0 |    51663      0 |      365 |      380
25.97/26.05	c  0.1s |       0 |       17 |        1 |    51663      0 |      365 |      381
25.97/26.05	c #cpu_time = 0.060s
25.97/26.05	c #wall_clock_time = 0.060s
25.97/26.05	c #decision = 17
25.97/26.05	c #random_decision = 0
25.97/26.05	c #conflict = 1
25.97/26.05	c #restart = 0
25.97/26.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
25.97/26.05	c lower bound updated to -1152
25.97/26.06	c BCD2: 382 <= obj <= 1489
25.97/26.06	c BCD2: #cores=16, #unrelaxed=1136, #relaxed=398, #hardened=0
25.97/26.06	c BCD2: #sat=1 #unsat=383 bias=383/384
25.97/26.06	c Solving starts ...
25.97/26.06	c ============================[ Search Statistics ]============================
25.97/26.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.97/26.06	c       |         |          |          |    Limit     GC | Var      | Constra 
25.97/26.06	c =============================================================================
25.97/26.06	c  0.0s |       0 |        0 |        0 |    51663      0 |      366 |      381
26.07/26.12	c  0.1s |       0 |       17 |        1 |    51663      0 |      366 |      382
26.07/26.12	c #cpu_time = 0.058s
26.07/26.12	c #wall_clock_time = 0.059s
26.07/26.12	c #decision = 17
26.07/26.12	c #random_decision = 0
26.07/26.12	c #conflict = 1
26.07/26.12	c #restart = 0
26.07/26.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
26.07/26.12	c lower bound updated to -1151
26.07/26.12	c BCD2: 383 <= obj <= 1489
26.07/26.12	c BCD2: #cores=16, #unrelaxed=1135, #relaxed=399, #hardened=0
26.07/26.12	c BCD2: #sat=1 #unsat=384 bias=384/385
26.07/26.12	c Solving starts ...
26.07/26.12	c ============================[ Search Statistics ]============================
26.07/26.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.07/26.12	c       |         |          |          |    Limit     GC | Var      | Constra 
26.07/26.12	c =============================================================================
26.07/26.12	c  0.0s |       0 |        0 |        0 |    51663      0 |      367 |      382
26.07/26.18	c  0.1s |       0 |       17 |        1 |    51663      0 |      367 |      383
26.07/26.18	c #cpu_time = 0.060s
26.07/26.18	c #wall_clock_time = 0.060s
26.07/26.18	c #decision = 17
26.07/26.18	c #random_decision = 0
26.07/26.18	c #conflict = 1
26.07/26.18	c #restart = 0
26.07/26.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
26.07/26.18	c lower bound updated to -1150
26.07/26.18	c BCD2: 384 <= obj <= 1489
26.07/26.18	c BCD2: #cores=16, #unrelaxed=1134, #relaxed=400, #hardened=0
26.07/26.18	c BCD2: #sat=1 #unsat=385 bias=385/386
26.07/26.18	c Solving starts ...
26.07/26.18	c ============================[ Search Statistics ]============================
26.07/26.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.07/26.18	c       |         |          |          |    Limit     GC | Var      | Constra 
26.07/26.18	c =============================================================================
26.07/26.18	c  0.0s |       0 |        0 |        0 |    51663      0 |      368 |      383
26.17/26.24	c  0.1s |       0 |       17 |        1 |    51663      0 |      368 |      384
26.17/26.24	c #cpu_time = 0.060s
26.17/26.24	c #wall_clock_time = 0.060s
26.17/26.24	c #decision = 17
26.17/26.24	c #random_decision = 0
26.17/26.24	c #conflict = 1
26.17/26.24	c #restart = 0
26.17/26.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
26.17/26.24	c lower bound updated to -1149
26.17/26.24	c BCD2: 385 <= obj <= 1489
26.17/26.24	c BCD2: #cores=16, #unrelaxed=1133, #relaxed=401, #hardened=0
26.17/26.24	c BCD2: #sat=1 #unsat=386 bias=386/387
26.17/26.24	c Solving starts ...
26.17/26.24	c ============================[ Search Statistics ]============================
26.17/26.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.17/26.24	c       |         |          |          |    Limit     GC | Var      | Constra 
26.17/26.24	c =============================================================================
26.17/26.24	c  0.0s |       0 |        0 |        0 |    51663      0 |      369 |      384
26.27/26.30	c  0.1s |       0 |       17 |        1 |    51663      0 |      369 |      385
26.27/26.30	c #cpu_time = 0.061s
26.27/26.30	c #wall_clock_time = 0.061s
26.27/26.30	c #decision = 17
26.27/26.30	c #random_decision = 0
26.27/26.30	c #conflict = 1
26.27/26.30	c #restart = 0
26.27/26.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
26.27/26.30	c lower bound updated to -1148
26.27/26.30	c BCD2: 386 <= obj <= 1489
26.27/26.30	c BCD2: #cores=16, #unrelaxed=1132, #relaxed=402, #hardened=0
26.27/26.30	c BCD2: #sat=1 #unsat=387 bias=387/388
26.27/26.30	c Solving starts ...
26.27/26.30	c ============================[ Search Statistics ]============================
26.27/26.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.27/26.30	c       |         |          |          |    Limit     GC | Var      | Constra 
26.27/26.30	c =============================================================================
26.27/26.30	c  0.0s |       0 |        0 |        0 |    51663      0 |      370 |      385
26.27/26.36	c  0.1s |       0 |       17 |        1 |    51663      0 |      370 |      386
26.27/26.36	c #cpu_time = 0.061s
26.27/26.36	c #wall_clock_time = 0.061s
26.27/26.36	c #decision = 17
26.27/26.36	c #random_decision = 0
26.27/26.36	c #conflict = 1
26.27/26.36	c #restart = 0
26.27/26.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
26.27/26.36	c lower bound updated to -1147
26.27/26.36	c BCD2: 387 <= obj <= 1489
26.27/26.36	c BCD2: #cores=16, #unrelaxed=1131, #relaxed=403, #hardened=0
26.27/26.36	c BCD2: #sat=1 #unsat=388 bias=388/389
26.27/26.36	c Solving starts ...
26.27/26.36	c ============================[ Search Statistics ]============================
26.27/26.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.27/26.36	c       |         |          |          |    Limit     GC | Var      | Constra 
26.27/26.36	c =============================================================================
26.27/26.36	c  0.0s |       0 |        0 |        0 |    51663      0 |      371 |      386
26.38/26.42	c  0.1s |       0 |       17 |        1 |    51663      0 |      371 |      387
26.38/26.42	c #cpu_time = 0.060s
26.38/26.42	c #wall_clock_time = 0.060s
26.38/26.42	c #decision = 17
26.38/26.42	c #random_decision = 0
26.38/26.42	c #conflict = 1
26.38/26.42	c #restart = 0
26.38/26.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
26.38/26.42	c lower bound updated to -1146
26.38/26.42	c BCD2: 388 <= obj <= 1489
26.38/26.42	c BCD2: #cores=16, #unrelaxed=1130, #relaxed=404, #hardened=0
26.38/26.42	c BCD2: #sat=1 #unsat=389 bias=389/390
26.38/26.42	c Solving starts ...
26.38/26.42	c ============================[ Search Statistics ]============================
26.38/26.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.38/26.42	c       |         |          |          |    Limit     GC | Var      | Constra 
26.38/26.42	c =============================================================================
26.38/26.42	c  0.0s |       0 |        0 |        0 |    51663      0 |      372 |      387
26.38/26.48	c  0.1s |       0 |       17 |        1 |    51663      0 |      372 |      388
26.38/26.48	c #cpu_time = 0.060s
26.38/26.48	c #wall_clock_time = 0.060s
26.38/26.48	c #decision = 17
26.38/26.48	c #random_decision = 0
26.38/26.48	c #conflict = 1
26.38/26.48	c #restart = 0
26.38/26.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
26.38/26.48	c lower bound updated to -1145
26.38/26.49	c BCD2: 389 <= obj <= 1489
26.38/26.49	c BCD2: #cores=16, #unrelaxed=1129, #relaxed=405, #hardened=0
26.38/26.49	c BCD2: #sat=1 #unsat=390 bias=390/391
26.38/26.49	c Solving starts ...
26.38/26.49	c ============================[ Search Statistics ]============================
26.38/26.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.38/26.49	c       |         |          |          |    Limit     GC | Var      | Constra 
26.38/26.49	c =============================================================================
26.38/26.49	c  0.0s |       0 |        0 |        0 |    51663      0 |      373 |      388
26.48/26.55	c  0.1s |       0 |       17 |        1 |    51663      0 |      373 |      389
26.48/26.55	c #cpu_time = 0.060s
26.48/26.55	c #wall_clock_time = 0.060s
26.48/26.55	c #decision = 17
26.48/26.55	c #random_decision = 0
26.48/26.55	c #conflict = 1
26.48/26.55	c #restart = 0
26.48/26.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
26.48/26.55	c lower bound updated to -1144
26.48/26.55	c BCD2: 390 <= obj <= 1489
26.48/26.55	c BCD2: #cores=16, #unrelaxed=1128, #relaxed=406, #hardened=0
26.48/26.55	c BCD2: #sat=1 #unsat=391 bias=391/392
26.48/26.55	c Solving starts ...
26.48/26.55	c ============================[ Search Statistics ]============================
26.48/26.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.48/26.55	c       |         |          |          |    Limit     GC | Var      | Constra 
26.48/26.55	c =============================================================================
26.48/26.55	c  0.0s |       0 |        0 |        0 |    51663      0 |      374 |      389
26.57/26.61	c  0.1s |       0 |       17 |        1 |    51663      0 |      374 |      390
26.57/26.61	c #cpu_time = 0.060s
26.57/26.61	c #wall_clock_time = 0.060s
26.57/26.61	c #decision = 17
26.57/26.61	c #random_decision = 0
26.57/26.61	c #conflict = 1
26.57/26.61	c #restart = 0
26.57/26.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
26.57/26.61	c lower bound updated to -1143
26.57/26.61	c BCD2: 391 <= obj <= 1489
26.57/26.61	c BCD2: #cores=16, #unrelaxed=1127, #relaxed=407, #hardened=0
26.57/26.61	c BCD2: #sat=1 #unsat=392 bias=392/393
26.57/26.61	c Solving starts ...
26.57/26.61	c ============================[ Search Statistics ]============================
26.57/26.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.57/26.61	c       |         |          |          |    Limit     GC | Var      | Constra 
26.57/26.61	c =============================================================================
26.57/26.61	c  0.0s |       0 |        0 |        0 |    51663      0 |      375 |      390
26.57/26.68	c  0.1s |       0 |       17 |        1 |    51663      0 |      375 |      391
26.57/26.68	c #cpu_time = 0.061s
26.57/26.68	c #wall_clock_time = 0.061s
26.57/26.68	c #decision = 17
26.57/26.68	c #random_decision = 0
26.57/26.68	c #conflict = 1
26.57/26.68	c #restart = 0
26.57/26.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
26.57/26.68	c lower bound updated to -1142
26.57/26.68	c BCD2: 392 <= obj <= 1489
26.57/26.68	c BCD2: #cores=16, #unrelaxed=1126, #relaxed=408, #hardened=0
26.57/26.68	c BCD2: #sat=1 #unsat=393 bias=393/394
26.57/26.68	c Solving starts ...
26.57/26.68	c ============================[ Search Statistics ]============================
26.57/26.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.57/26.68	c       |         |          |          |    Limit     GC | Var      | Constra 
26.57/26.68	c =============================================================================
26.57/26.68	c  0.0s |       0 |        0 |        0 |    51663      0 |      376 |      391
26.67/26.74	c  0.1s |       0 |       17 |        1 |    51663      0 |      376 |      392
26.67/26.74	c #cpu_time = 0.061s
26.67/26.74	c #wall_clock_time = 0.061s
26.67/26.74	c #decision = 17
26.67/26.74	c #random_decision = 0
26.67/26.74	c #conflict = 1
26.67/26.74	c #restart = 0
26.67/26.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
26.67/26.74	c lower bound updated to -1141
26.67/26.74	c BCD2: 393 <= obj <= 1489
26.67/26.74	c BCD2: #cores=16, #unrelaxed=1125, #relaxed=409, #hardened=0
26.67/26.74	c BCD2: #sat=1 #unsat=394 bias=394/395
26.67/26.74	c Solving starts ...
26.67/26.74	c ============================[ Search Statistics ]============================
26.67/26.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.67/26.74	c       |         |          |          |    Limit     GC | Var      | Constra 
26.67/26.74	c =============================================================================
26.67/26.74	c  0.0s |       0 |        0 |        0 |    51663      0 |      377 |      392
26.77/26.80	c  0.1s |       0 |       17 |        1 |    51663      0 |      377 |      393
26.77/26.80	c #cpu_time = 0.061s
26.77/26.80	c #wall_clock_time = 0.061s
26.77/26.80	c #decision = 17
26.77/26.80	c #random_decision = 0
26.77/26.80	c #conflict = 1
26.77/26.80	c #restart = 0
26.77/26.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
26.77/26.80	c lower bound updated to -1140
26.77/26.80	c BCD2: 394 <= obj <= 1489
26.77/26.80	c BCD2: #cores=16, #unrelaxed=1124, #relaxed=410, #hardened=0
26.77/26.80	c BCD2: #sat=1 #unsat=395 bias=395/396
26.77/26.80	c Solving starts ...
26.77/26.80	c ============================[ Search Statistics ]============================
26.77/26.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.77/26.80	c       |         |          |          |    Limit     GC | Var      | Constra 
26.77/26.80	c =============================================================================
26.77/26.80	c  0.0s |       0 |        0 |        0 |    51663      0 |      378 |      393
26.77/26.86	c  0.1s |       0 |       17 |        1 |    51663      0 |      378 |      394
26.77/26.86	c #cpu_time = 0.061s
26.77/26.86	c #wall_clock_time = 0.061s
26.77/26.86	c #decision = 17
26.77/26.86	c #random_decision = 0
26.77/26.86	c #conflict = 1
26.77/26.86	c #restart = 0
26.77/26.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
26.77/26.86	c lower bound updated to -1139
26.77/26.86	c BCD2: 395 <= obj <= 1489
26.77/26.86	c BCD2: #cores=16, #unrelaxed=1123, #relaxed=411, #hardened=0
26.77/26.86	c BCD2: #sat=1 #unsat=396 bias=396/397
26.77/26.86	c Solving starts ...
26.77/26.86	c ============================[ Search Statistics ]============================
26.77/26.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.77/26.86	c       |         |          |          |    Limit     GC | Var      | Constra 
26.77/26.86	c =============================================================================
26.77/26.86	c  0.0s |       0 |        0 |        0 |    51663      0 |      379 |      394
26.87/26.92	c  0.1s |       0 |       17 |        1 |    51663      0 |      379 |      395
26.87/26.92	c #cpu_time = 0.060s
26.87/26.92	c #wall_clock_time = 0.060s
26.87/26.92	c #decision = 17
26.87/26.92	c #random_decision = 0
26.87/26.92	c #conflict = 1
26.87/26.92	c #restart = 0
26.87/26.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
26.87/26.92	c lower bound updated to -1138
26.87/26.92	c BCD2: 396 <= obj <= 1489
26.87/26.92	c BCD2: #cores=16, #unrelaxed=1122, #relaxed=412, #hardened=0
26.87/26.92	c BCD2: #sat=1 #unsat=397 bias=397/398
26.87/26.92	c Solving starts ...
26.87/26.92	c ============================[ Search Statistics ]============================
26.87/26.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.87/26.92	c       |         |          |          |    Limit     GC | Var      | Constra 
26.87/26.92	c =============================================================================
26.87/26.92	c  0.0s |       0 |        0 |        0 |    51663      0 |      380 |      395
26.87/26.98	c  0.1s |       0 |       17 |        1 |    51663      0 |      380 |      396
26.87/26.98	c #cpu_time = 0.060s
26.87/26.98	c #wall_clock_time = 0.060s
26.87/26.98	c #decision = 17
26.87/26.98	c #random_decision = 0
26.87/26.98	c #conflict = 1
26.87/26.98	c #restart = 0
26.87/26.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
26.87/26.98	c lower bound updated to -1137
26.87/26.98	c BCD2: 397 <= obj <= 1489
26.87/26.98	c BCD2: #cores=16, #unrelaxed=1121, #relaxed=413, #hardened=0
26.87/26.98	c BCD2: #sat=1 #unsat=398 bias=398/399
26.87/26.98	c Solving starts ...
26.87/26.98	c ============================[ Search Statistics ]============================
26.87/26.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.87/26.98	c       |         |          |          |    Limit     GC | Var      | Constra 
26.87/26.98	c =============================================================================
26.87/26.98	c  0.0s |       0 |        0 |        0 |    51663      0 |      381 |      396
26.97/27.04	c  0.1s |       0 |       17 |        1 |    51663      0 |      381 |      397
26.97/27.04	c #cpu_time = 0.060s
26.97/27.04	c #wall_clock_time = 0.060s
26.97/27.04	c #decision = 17
26.97/27.04	c #random_decision = 0
26.97/27.04	c #conflict = 1
26.97/27.04	c #restart = 0
26.97/27.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
26.97/27.04	c lower bound updated to -1136
26.97/27.05	c BCD2: 398 <= obj <= 1489
26.97/27.05	c BCD2: #cores=16, #unrelaxed=1120, #relaxed=414, #hardened=0
26.97/27.05	c BCD2: #sat=1 #unsat=399 bias=399/400
26.97/27.05	c Solving starts ...
26.97/27.05	c ============================[ Search Statistics ]============================
26.97/27.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.97/27.05	c       |         |          |          |    Limit     GC | Var      | Constra 
26.97/27.05	c =============================================================================
26.97/27.05	c  0.0s |       0 |        0 |        0 |    51663      0 |      382 |      397
27.07/27.11	c  0.1s |       0 |       17 |        1 |    51663      0 |      382 |      398
27.07/27.11	c #cpu_time = 0.059s
27.07/27.11	c #wall_clock_time = 0.059s
27.07/27.11	c #decision = 17
27.07/27.11	c #random_decision = 0
27.07/27.11	c #conflict = 1
27.07/27.11	c #restart = 0
27.07/27.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
27.07/27.11	c lower bound updated to -1135
27.07/27.11	c BCD2: 399 <= obj <= 1489
27.07/27.11	c BCD2: #cores=16, #unrelaxed=1119, #relaxed=415, #hardened=0
27.07/27.11	c BCD2: #sat=1 #unsat=400 bias=400/401
27.07/27.11	c Solving starts ...
27.07/27.11	c ============================[ Search Statistics ]============================
27.07/27.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.07/27.11	c       |         |          |          |    Limit     GC | Var      | Constra 
27.07/27.11	c =============================================================================
27.07/27.11	c  0.0s |       0 |        0 |        0 |    51663      0 |      383 |      398
27.07/27.17	c  0.1s |       0 |       17 |        1 |    51663      0 |      383 |      399
27.07/27.17	c #cpu_time = 0.060s
27.07/27.17	c #wall_clock_time = 0.060s
27.07/27.17	c #decision = 17
27.07/27.17	c #random_decision = 0
27.07/27.17	c #conflict = 1
27.07/27.17	c #restart = 0
27.07/27.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
27.07/27.17	c lower bound updated to -1134
27.07/27.17	c BCD2: 400 <= obj <= 1489
27.07/27.17	c BCD2: #cores=16, #unrelaxed=1118, #relaxed=416, #hardened=0
27.07/27.17	c BCD2: #sat=1 #unsat=401 bias=401/402
27.07/27.17	c Solving starts ...
27.07/27.17	c ============================[ Search Statistics ]============================
27.07/27.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.07/27.17	c       |         |          |          |    Limit     GC | Var      | Constra 
27.07/27.17	c =============================================================================
27.07/27.17	c  0.0s |       0 |        0 |        0 |    51663      0 |      384 |      399
27.17/27.23	c  0.1s |       0 |       17 |        0 |    51663      0 |      384 |      400
27.17/27.23	c #cpu_time = 0.060s
27.17/27.23	c #wall_clock_time = 0.060s
27.17/27.23	c #decision = 17
27.17/27.23	c #random_decision = 0
27.17/27.23	c #conflict = 0
27.17/27.23	c #restart = 0
27.17/27.23	c BCD2: found a new core of size 2: cost of the new core is >=1
27.17/27.23	c lower bound updated to -1133
27.17/27.25	c BCD2: 401 <= obj <= 1489
27.17/27.25	c BCD2: #cores=17, #unrelaxed=1116, #relaxed=418, #hardened=0
27.17/27.25	c BCD2: #sat=1 #unsat=402 bias=402/403
27.17/27.25	c Solving starts ...
27.17/27.25	c ============================[ Search Statistics ]============================
27.17/27.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.17/27.25	c       |         |          |          |    Limit     GC | Var      | Constra 
27.17/27.25	c =============================================================================
27.17/27.25	c  0.0s |       0 |        0 |        0 |    51663      0 |      384 |      401
27.27/27.31	c  0.1s |       0 |       18 |        1 |    51663      0 |      384 |      401
27.27/27.31	c #cpu_time = 0.059s
27.27/27.31	c #wall_clock_time = 0.059s
27.27/27.31	c #decision = 18
27.27/27.31	c #random_decision = 0
27.27/27.31	c #conflict = 1
27.27/27.31	c #restart = 0
27.27/27.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
27.27/27.31	c lower bound updated to -1132
27.27/27.31	c BCD2: 402 <= obj <= 1489
27.27/27.31	c BCD2: #cores=17, #unrelaxed=1115, #relaxed=419, #hardened=0
27.27/27.31	c BCD2: #sat=1 #unsat=403 bias=403/404
27.27/27.31	c Solving starts ...
27.27/27.31	c ============================[ Search Statistics ]============================
27.27/27.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.27/27.31	c       |         |          |          |    Limit     GC | Var      | Constra 
27.27/27.31	c =============================================================================
27.27/27.31	c  0.0s |       0 |        0 |        0 |    51663      0 |      385 |      401
27.27/27.37	c  0.1s |       0 |       18 |        1 |    51663      0 |      385 |      402
27.27/27.37	c #cpu_time = 0.061s
27.27/27.37	c #wall_clock_time = 0.061s
27.27/27.37	c #decision = 18
27.27/27.37	c #random_decision = 0
27.27/27.37	c #conflict = 1
27.27/27.37	c #restart = 0
27.27/27.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
27.27/27.37	c lower bound updated to -1131
27.27/27.37	c BCD2: 403 <= obj <= 1489
27.27/27.37	c BCD2: #cores=17, #unrelaxed=1114, #relaxed=420, #hardened=0
27.27/27.37	c BCD2: #sat=1 #unsat=404 bias=404/405
27.27/27.37	c Solving starts ...
27.27/27.37	c ============================[ Search Statistics ]============================
27.27/27.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.27/27.37	c       |         |          |          |    Limit     GC | Var      | Constra 
27.27/27.37	c =============================================================================
27.27/27.37	c  0.0s |       0 |        0 |        0 |    51663      0 |      386 |      402
27.37/27.43	c  0.1s |       0 |       18 |        1 |    51663      0 |      386 |      403
27.37/27.43	c #cpu_time = 0.060s
27.37/27.43	c #wall_clock_time = 0.060s
27.37/27.43	c #decision = 18
27.37/27.43	c #random_decision = 0
27.37/27.43	c #conflict = 1
27.37/27.43	c #restart = 0
27.37/27.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
27.37/27.43	c lower bound updated to -1130
27.37/27.43	c BCD2: 404 <= obj <= 1489
27.37/27.43	c BCD2: #cores=17, #unrelaxed=1113, #relaxed=421, #hardened=0
27.37/27.43	c BCD2: #sat=1 #unsat=405 bias=405/406
27.37/27.43	c Solving starts ...
27.37/27.43	c ============================[ Search Statistics ]============================
27.37/27.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.37/27.43	c       |         |          |          |    Limit     GC | Var      | Constra 
27.37/27.43	c =============================================================================
27.37/27.43	c  0.0s |       0 |        0 |        0 |    51663      0 |      387 |      403
27.37/27.49	c  0.1s |       0 |       18 |        1 |    51663      0 |      387 |      404
27.37/27.49	c #cpu_time = 0.061s
27.37/27.49	c #wall_clock_time = 0.061s
27.37/27.49	c #decision = 18
27.37/27.49	c #random_decision = 0
27.37/27.49	c #conflict = 1
27.37/27.49	c #restart = 0
27.37/27.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
27.37/27.49	c lower bound updated to -1129
27.37/27.50	c BCD2: 405 <= obj <= 1489
27.37/27.50	c BCD2: #cores=17, #unrelaxed=1112, #relaxed=422, #hardened=0
27.37/27.50	c BCD2: #sat=1 #unsat=406 bias=406/407
27.37/27.50	c Solving starts ...
27.37/27.50	c ============================[ Search Statistics ]============================
27.37/27.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.37/27.50	c       |         |          |          |    Limit     GC | Var      | Constra 
27.37/27.50	c =============================================================================
27.37/27.50	c  0.0s |       0 |        0 |        0 |    51663      0 |      388 |      404
27.48/27.56	c  0.1s |       0 |       18 |        1 |    51663      0 |      388 |      405
27.48/27.56	c #cpu_time = 0.059s
27.48/27.56	c #wall_clock_time = 0.059s
27.48/27.56	c #decision = 18
27.48/27.56	c #random_decision = 0
27.48/27.56	c #conflict = 1
27.48/27.56	c #restart = 0
27.48/27.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
27.48/27.56	c lower bound updated to -1128
27.48/27.56	c BCD2: 406 <= obj <= 1489
27.48/27.56	c BCD2: #cores=17, #unrelaxed=1111, #relaxed=423, #hardened=0
27.48/27.56	c BCD2: #sat=1 #unsat=407 bias=407/408
27.48/27.56	c Solving starts ...
27.48/27.56	c ============================[ Search Statistics ]============================
27.48/27.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.48/27.56	c       |         |          |          |    Limit     GC | Var      | Constra 
27.48/27.56	c =============================================================================
27.48/27.56	c  0.0s |       0 |        0 |        0 |    51663      0 |      389 |      405
27.58/27.62	c  0.1s |       0 |       18 |        1 |    51663      0 |      389 |      406
27.58/27.62	c #cpu_time = 0.060s
27.58/27.62	c #wall_clock_time = 0.060s
27.58/27.62	c #decision = 18
27.58/27.62	c #random_decision = 0
27.58/27.62	c #conflict = 1
27.58/27.62	c #restart = 0
27.58/27.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
27.58/27.62	c lower bound updated to -1127
27.58/27.62	c BCD2: 407 <= obj <= 1489
27.58/27.62	c BCD2: #cores=17, #unrelaxed=1110, #relaxed=424, #hardened=0
27.58/27.62	c BCD2: #sat=1 #unsat=408 bias=408/409
27.58/27.62	c Solving starts ...
27.58/27.62	c ============================[ Search Statistics ]============================
27.58/27.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.58/27.62	c       |         |          |          |    Limit     GC | Var      | Constra 
27.58/27.62	c =============================================================================
27.58/27.62	c  0.0s |       0 |        0 |        0 |    51663      0 |      390 |      406
27.58/27.68	c  0.1s |       0 |       18 |        1 |    51663      0 |      390 |      407
27.58/27.68	c #cpu_time = 0.060s
27.58/27.68	c #wall_clock_time = 0.060s
27.58/27.68	c #decision = 18
27.58/27.68	c #random_decision = 0
27.58/27.68	c #conflict = 1
27.58/27.68	c #restart = 0
27.58/27.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
27.58/27.68	c lower bound updated to -1126
27.58/27.68	c BCD2: 408 <= obj <= 1489
27.58/27.68	c BCD2: #cores=17, #unrelaxed=1109, #relaxed=425, #hardened=0
27.58/27.68	c BCD2: #sat=1 #unsat=409 bias=409/410
27.58/27.68	c Solving starts ...
27.58/27.68	c ============================[ Search Statistics ]============================
27.58/27.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.58/27.68	c       |         |          |          |    Limit     GC | Var      | Constra 
27.58/27.68	c =============================================================================
27.58/27.68	c  0.0s |       0 |        0 |        0 |    51663      0 |      391 |      407
27.67/27.74	c  0.1s |       0 |       18 |        1 |    51663      0 |      391 |      408
27.67/27.74	c #cpu_time = 0.061s
27.67/27.74	c #wall_clock_time = 0.061s
27.67/27.74	c #decision = 18
27.67/27.74	c #random_decision = 0
27.67/27.74	c #conflict = 1
27.67/27.74	c #restart = 0
27.67/27.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
27.67/27.74	c lower bound updated to -1125
27.67/27.74	c BCD2: 409 <= obj <= 1489
27.67/27.74	c BCD2: #cores=17, #unrelaxed=1108, #relaxed=426, #hardened=0
27.67/27.74	c BCD2: #sat=1 #unsat=410 bias=410/411
27.67/27.74	c Solving starts ...
27.67/27.74	c ============================[ Search Statistics ]============================
27.67/27.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.67/27.74	c       |         |          |          |    Limit     GC | Var      | Constra 
27.67/27.74	c =============================================================================
27.67/27.74	c  0.0s |       0 |        0 |        0 |    51663      0 |      392 |      408
27.77/27.80	c  0.1s |       0 |       18 |        1 |    51663      0 |      392 |      409
27.77/27.80	c #cpu_time = 0.062s
27.77/27.80	c #wall_clock_time = 0.062s
27.77/27.80	c #decision = 18
27.77/27.80	c #random_decision = 0
27.77/27.80	c #conflict = 1
27.77/27.80	c #restart = 0
27.77/27.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
27.77/27.80	c lower bound updated to -1124
27.77/27.80	c BCD2: 410 <= obj <= 1489
27.77/27.80	c BCD2: #cores=17, #unrelaxed=1107, #relaxed=427, #hardened=0
27.77/27.80	c BCD2: #sat=1 #unsat=411 bias=411/412
27.77/27.81	c Solving starts ...
27.77/27.81	c ============================[ Search Statistics ]============================
27.77/27.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.77/27.81	c       |         |          |          |    Limit     GC | Var      | Constra 
27.77/27.81	c =============================================================================
27.77/27.81	c  0.0s |       0 |        0 |        0 |    51663      0 |      393 |      409
27.77/27.87	c  0.1s |       0 |       18 |        1 |    51663      0 |      393 |      410
27.77/27.87	c #cpu_time = 0.061s
27.77/27.87	c #wall_clock_time = 0.062s
27.77/27.87	c #decision = 18
27.77/27.87	c #random_decision = 0
27.77/27.87	c #conflict = 1
27.77/27.87	c #restart = 0
27.77/27.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
27.77/27.87	c lower bound updated to -1123
27.77/27.87	c BCD2: 411 <= obj <= 1489
27.77/27.87	c BCD2: #cores=17, #unrelaxed=1106, #relaxed=428, #hardened=0
27.77/27.87	c BCD2: #sat=1 #unsat=412 bias=412/413
27.77/27.87	c Solving starts ...
27.77/27.87	c ============================[ Search Statistics ]============================
27.77/27.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.77/27.87	c       |         |          |          |    Limit     GC | Var      | Constra 
27.77/27.87	c =============================================================================
27.77/27.87	c  0.0s |       0 |        0 |        0 |    51663      0 |      394 |      410
27.87/27.93	c  0.1s |       0 |       18 |        1 |    51663      0 |      394 |      411
27.87/27.93	c #cpu_time = 0.061s
27.87/27.93	c #wall_clock_time = 0.061s
27.87/27.93	c #decision = 18
27.87/27.93	c #random_decision = 0
27.87/27.93	c #conflict = 1
27.87/27.93	c #restart = 0
27.87/27.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
27.87/27.93	c lower bound updated to -1122
27.87/27.93	c BCD2: 412 <= obj <= 1489
27.87/27.93	c BCD2: #cores=17, #unrelaxed=1105, #relaxed=429, #hardened=0
27.87/27.93	c BCD2: #sat=1 #unsat=413 bias=413/414
27.87/27.93	c Solving starts ...
27.87/27.93	c ============================[ Search Statistics ]============================
27.87/27.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.87/27.93	c       |         |          |          |    Limit     GC | Var      | Constra 
27.87/27.93	c =============================================================================
27.87/27.93	c  0.0s |       0 |        0 |        0 |    51663      0 |      395 |      411
27.87/27.99	c  0.1s |       0 |       18 |        1 |    51663      0 |      395 |      412
27.87/27.99	c #cpu_time = 0.060s
27.87/27.99	c #wall_clock_time = 0.060s
27.87/27.99	c #decision = 18
27.87/27.99	c #random_decision = 0
27.87/27.99	c #conflict = 1
27.87/27.99	c #restart = 0
27.87/27.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
27.87/27.99	c lower bound updated to -1121
27.97/28.00	c BCD2: 413 <= obj <= 1489
27.97/28.00	c BCD2: #cores=17, #unrelaxed=1104, #relaxed=430, #hardened=0
27.97/28.00	c BCD2: #sat=1 #unsat=414 bias=414/415
27.97/28.00	c Solving starts ...
27.97/28.00	c ============================[ Search Statistics ]============================
27.97/28.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.97/28.00	c       |         |          |          |    Limit     GC | Var      | Constra 
27.97/28.00	c =============================================================================
27.97/28.00	c  0.0s |       0 |        0 |        0 |    51663      0 |      396 |      412
27.97/28.06	c  0.1s |       0 |       18 |        1 |    51663      0 |      396 |      413
27.97/28.06	c #cpu_time = 0.059s
27.97/28.06	c #wall_clock_time = 0.059s
27.97/28.06	c #decision = 18
27.97/28.06	c #random_decision = 0
27.97/28.06	c #conflict = 1
27.97/28.06	c #restart = 0
27.97/28.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
27.97/28.06	c lower bound updated to -1120
27.97/28.06	c BCD2: 414 <= obj <= 1489
27.97/28.06	c BCD2: #cores=17, #unrelaxed=1103, #relaxed=431, #hardened=0
27.97/28.06	c BCD2: #sat=1 #unsat=415 bias=415/416
27.97/28.06	c Solving starts ...
27.97/28.06	c ============================[ Search Statistics ]============================
27.97/28.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.97/28.06	c       |         |          |          |    Limit     GC | Var      | Constra 
27.97/28.06	c =============================================================================
27.97/28.06	c  0.0s |       0 |        0 |        0 |    51663      0 |      397 |      413
28.07/28.12	c  0.1s |       0 |       18 |        1 |    51663      0 |      397 |      414
28.07/28.12	c #cpu_time = 0.060s
28.07/28.12	c #wall_clock_time = 0.060s
28.07/28.12	c #decision = 18
28.07/28.12	c #random_decision = 0
28.07/28.12	c #conflict = 1
28.07/28.12	c #restart = 0
28.07/28.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
28.07/28.12	c lower bound updated to -1119
28.07/28.12	c BCD2: 415 <= obj <= 1489
28.07/28.12	c BCD2: #cores=17, #unrelaxed=1102, #relaxed=432, #hardened=0
28.07/28.12	c BCD2: #sat=1 #unsat=416 bias=416/417
28.07/28.12	c Solving starts ...
28.07/28.12	c ============================[ Search Statistics ]============================
28.07/28.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.07/28.12	c       |         |          |          |    Limit     GC | Var      | Constra 
28.07/28.12	c =============================================================================
28.07/28.12	c  0.0s |       0 |        0 |        0 |    51663      0 |      398 |      414
28.07/28.18	c  0.1s |       0 |       18 |        1 |    51663      0 |      398 |      415
28.07/28.18	c #cpu_time = 0.060s
28.07/28.18	c #wall_clock_time = 0.060s
28.07/28.18	c #decision = 18
28.07/28.18	c #random_decision = 0
28.07/28.18	c #conflict = 1
28.07/28.18	c #restart = 0
28.07/28.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
28.07/28.18	c lower bound updated to -1118
28.07/28.18	c BCD2: 416 <= obj <= 1489
28.07/28.18	c BCD2: #cores=17, #unrelaxed=1101, #relaxed=433, #hardened=0
28.07/28.18	c BCD2: #sat=1 #unsat=417 bias=417/418
28.07/28.18	c Solving starts ...
28.07/28.18	c ============================[ Search Statistics ]============================
28.07/28.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.07/28.18	c       |         |          |          |    Limit     GC | Var      | Constra 
28.07/28.18	c =============================================================================
28.07/28.18	c  0.0s |       0 |        0 |        0 |    51663      0 |      399 |      415
28.17/28.24	c  0.1s |       0 |       18 |        1 |    51663      0 |      399 |      416
28.17/28.24	c #cpu_time = 0.061s
28.17/28.24	c #wall_clock_time = 0.061s
28.17/28.24	c #decision = 18
28.17/28.24	c #random_decision = 0
28.17/28.24	c #conflict = 1
28.17/28.24	c #restart = 0
28.17/28.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
28.17/28.24	c lower bound updated to -1117
28.17/28.24	c BCD2: 417 <= obj <= 1489
28.17/28.24	c BCD2: #cores=17, #unrelaxed=1100, #relaxed=434, #hardened=0
28.17/28.24	c BCD2: #sat=1 #unsat=418 bias=418/419
28.17/28.24	c Solving starts ...
28.17/28.24	c ============================[ Search Statistics ]============================
28.17/28.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.17/28.24	c       |         |          |          |    Limit     GC | Var      | Constra 
28.17/28.24	c =============================================================================
28.17/28.24	c  0.0s |       0 |        0 |        0 |    51663      0 |      400 |      416
28.27/28.30	c  0.1s |       0 |       18 |        1 |    51663      0 |      400 |      417
28.27/28.30	c #cpu_time = 0.061s
28.27/28.30	c #wall_clock_time = 0.061s
28.27/28.30	c #decision = 18
28.27/28.30	c #random_decision = 0
28.27/28.30	c #conflict = 1
28.27/28.30	c #restart = 0
28.27/28.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
28.27/28.30	c lower bound updated to -1116
28.27/28.30	c BCD2: 418 <= obj <= 1489
28.27/28.30	c BCD2: #cores=17, #unrelaxed=1099, #relaxed=435, #hardened=0
28.27/28.30	c BCD2: #sat=1 #unsat=419 bias=419/420
28.27/28.31	c Solving starts ...
28.27/28.31	c ============================[ Search Statistics ]============================
28.27/28.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.27/28.31	c       |         |          |          |    Limit     GC | Var      | Constra 
28.27/28.31	c =============================================================================
28.27/28.31	c  0.0s |       0 |        0 |        0 |    51663      0 |      401 |      417
28.27/28.37	c  0.1s |       0 |       18 |        1 |    51663      0 |      401 |      418
28.27/28.37	c #cpu_time = 0.060s
28.27/28.37	c #wall_clock_time = 0.060s
28.27/28.37	c #decision = 18
28.27/28.37	c #random_decision = 0
28.27/28.37	c #conflict = 1
28.27/28.37	c #restart = 0
28.27/28.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
28.27/28.37	c lower bound updated to -1115
28.27/28.37	c BCD2: 419 <= obj <= 1489
28.27/28.37	c BCD2: #cores=17, #unrelaxed=1098, #relaxed=436, #hardened=0
28.27/28.37	c BCD2: #sat=1 #unsat=420 bias=420/421
28.27/28.37	c Solving starts ...
28.27/28.37	c ============================[ Search Statistics ]============================
28.27/28.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.27/28.37	c       |         |          |          |    Limit     GC | Var      | Constra 
28.27/28.37	c =============================================================================
28.27/28.37	c  0.0s |       0 |        0 |        0 |    51663      0 |      402 |      418
28.37/28.43	c  0.1s |       0 |       18 |        1 |    51663      0 |      402 |      419
28.37/28.43	c #cpu_time = 0.060s
28.37/28.43	c #wall_clock_time = 0.060s
28.37/28.43	c #decision = 18
28.37/28.43	c #random_decision = 0
28.37/28.43	c #conflict = 1
28.37/28.43	c #restart = 0
28.37/28.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
28.37/28.43	c lower bound updated to -1114
28.37/28.43	c BCD2: 420 <= obj <= 1489
28.37/28.43	c BCD2: #cores=17, #unrelaxed=1097, #relaxed=437, #hardened=0
28.37/28.43	c BCD2: #sat=1 #unsat=421 bias=421/422
28.37/28.43	c Solving starts ...
28.37/28.43	c ============================[ Search Statistics ]============================
28.37/28.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.37/28.43	c       |         |          |          |    Limit     GC | Var      | Constra 
28.37/28.43	c =============================================================================
28.37/28.43	c  0.0s |       0 |        0 |        0 |    51663      0 |      403 |      419
28.37/28.49	c  0.1s |       0 |       18 |        1 |    51663      0 |      403 |      420
28.37/28.49	c #cpu_time = 0.061s
28.37/28.49	c #wall_clock_time = 0.061s
28.37/28.49	c #decision = 18
28.37/28.49	c #random_decision = 0
28.37/28.49	c #conflict = 1
28.37/28.49	c #restart = 0
28.37/28.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
28.37/28.49	c lower bound updated to -1113
28.47/28.50	c BCD2: 421 <= obj <= 1489
28.47/28.50	c BCD2: #cores=17, #unrelaxed=1096, #relaxed=438, #hardened=0
28.47/28.50	c BCD2: #sat=1 #unsat=422 bias=422/423
28.47/28.50	c Solving starts ...
28.47/28.50	c ============================[ Search Statistics ]============================
28.47/28.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.47/28.50	c       |         |          |          |    Limit     GC | Var      | Constra 
28.47/28.50	c =============================================================================
28.47/28.50	c  0.0s |       0 |        0 |        0 |    51663      0 |      404 |      420
28.47/28.56	c  0.1s |       0 |       18 |        1 |    51663      0 |      404 |      421
28.47/28.56	c #cpu_time = 0.059s
28.47/28.56	c #wall_clock_time = 0.059s
28.47/28.56	c #decision = 18
28.47/28.56	c #random_decision = 0
28.47/28.56	c #conflict = 1
28.47/28.56	c #restart = 0
28.47/28.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
28.47/28.56	c lower bound updated to -1112
28.47/28.56	c BCD2: 422 <= obj <= 1489
28.47/28.56	c BCD2: #cores=17, #unrelaxed=1095, #relaxed=439, #hardened=0
28.47/28.56	c BCD2: #sat=1 #unsat=423 bias=423/424
28.47/28.56	c Solving starts ...
28.47/28.56	c ============================[ Search Statistics ]============================
28.47/28.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.47/28.56	c       |         |          |          |    Limit     GC | Var      | Constra 
28.47/28.56	c =============================================================================
28.47/28.56	c  0.0s |       0 |        0 |        0 |    51663      0 |      405 |      421
28.57/28.62	c  0.1s |       0 |       18 |        1 |    51663      0 |      405 |      422
28.57/28.62	c #cpu_time = 0.060s
28.57/28.62	c #wall_clock_time = 0.060s
28.57/28.62	c #decision = 18
28.57/28.62	c #random_decision = 0
28.57/28.62	c #conflict = 1
28.57/28.62	c #restart = 0
28.57/28.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
28.57/28.62	c lower bound updated to -1111
28.57/28.62	c BCD2: 423 <= obj <= 1489
28.57/28.62	c BCD2: #cores=17, #unrelaxed=1094, #relaxed=440, #hardened=0
28.57/28.62	c BCD2: #sat=1 #unsat=424 bias=424/425
28.57/28.62	c Solving starts ...
28.57/28.62	c ============================[ Search Statistics ]============================
28.57/28.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.57/28.62	c       |         |          |          |    Limit     GC | Var      | Constra 
28.57/28.62	c =============================================================================
28.57/28.62	c  0.0s |       0 |        0 |        0 |    51663      0 |      406 |      422
28.57/28.68	c  0.1s |       0 |       18 |        1 |    51663      0 |      406 |      423
28.57/28.68	c #cpu_time = 0.060s
28.57/28.68	c #wall_clock_time = 0.060s
28.57/28.68	c #decision = 18
28.57/28.68	c #random_decision = 0
28.57/28.68	c #conflict = 1
28.57/28.68	c #restart = 0
28.57/28.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
28.57/28.68	c lower bound updated to -1110
28.57/28.68	c BCD2: 424 <= obj <= 1489
28.57/28.68	c BCD2: #cores=17, #unrelaxed=1093, #relaxed=441, #hardened=0
28.57/28.68	c BCD2: #sat=1 #unsat=425 bias=425/426
28.57/28.68	c Solving starts ...
28.57/28.68	c ============================[ Search Statistics ]============================
28.57/28.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.57/28.68	c       |         |          |          |    Limit     GC | Var      | Constra 
28.57/28.68	c =============================================================================
28.57/28.68	c  0.0s |       0 |        0 |        0 |    51663      0 |      407 |      423
28.67/28.74	c  0.1s |       0 |       18 |        1 |    51663      0 |      407 |      424
28.67/28.74	c #cpu_time = 0.061s
28.67/28.74	c #wall_clock_time = 0.061s
28.67/28.74	c #decision = 18
28.67/28.74	c #random_decision = 0
28.67/28.74	c #conflict = 1
28.67/28.74	c #restart = 0
28.67/28.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
28.67/28.74	c lower bound updated to -1109
28.67/28.74	c BCD2: 425 <= obj <= 1489
28.67/28.74	c BCD2: #cores=17, #unrelaxed=1092, #relaxed=442, #hardened=0
28.67/28.74	c BCD2: #sat=1 #unsat=426 bias=426/427
28.67/28.74	c Solving starts ...
28.67/28.74	c ============================[ Search Statistics ]============================
28.67/28.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.67/28.74	c       |         |          |          |    Limit     GC | Var      | Constra 
28.67/28.74	c =============================================================================
28.67/28.74	c  0.0s |       0 |        0 |        0 |    51663      0 |      408 |      424
28.76/28.80	c  0.1s |       0 |       18 |        0 |    51663      0 |      408 |      425
28.76/28.80	c #cpu_time = 0.061s
28.76/28.80	c #wall_clock_time = 0.061s
28.76/28.80	c #decision = 18
28.76/28.80	c #random_decision = 0
28.76/28.80	c #conflict = 0
28.76/28.80	c #restart = 0
28.76/28.80	c BCD2: found a new core of size 2: cost of the new core is >=1
28.76/28.80	c lower bound updated to -1108
28.76/28.81	c BCD2: 426 <= obj <= 1489
28.76/28.81	c BCD2: #cores=18, #unrelaxed=1090, #relaxed=444, #hardened=0
28.76/28.81	c BCD2: #sat=1 #unsat=427 bias=427/428
28.76/28.81	c Solving starts ...
28.76/28.81	c ============================[ Search Statistics ]============================
28.76/28.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.76/28.81	c       |         |          |          |    Limit     GC | Var      | Constra 
28.76/28.81	c =============================================================================
28.76/28.81	c  0.0s |       0 |        0 |        0 |    51663      0 |      408 |      426
28.76/28.87	c  0.1s |       0 |       19 |        1 |    51663      0 |      408 |      426
28.76/28.87	c #cpu_time = 0.058s
28.76/28.87	c #wall_clock_time = 0.058s
28.76/28.87	c #decision = 19
28.76/28.87	c #random_decision = 0
28.76/28.87	c #conflict = 1
28.76/28.87	c #restart = 0
28.76/28.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
28.76/28.87	c lower bound updated to -1107
28.76/28.87	c BCD2: 427 <= obj <= 1489
28.76/28.87	c BCD2: #cores=18, #unrelaxed=1089, #relaxed=445, #hardened=0
28.76/28.87	c BCD2: #sat=1 #unsat=428 bias=428/429
28.76/28.87	c Solving starts ...
28.76/28.87	c ============================[ Search Statistics ]============================
28.76/28.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.76/28.87	c       |         |          |          |    Limit     GC | Var      | Constra 
28.76/28.87	c =============================================================================
28.76/28.87	c  0.0s |       0 |        0 |        0 |    51663      0 |      409 |      426
28.86/28.93	c  0.1s |       0 |       19 |        1 |    51663      0 |      409 |      427
28.86/28.93	c #cpu_time = 0.060s
28.86/28.93	c #wall_clock_time = 0.060s
28.86/28.93	c #decision = 19
28.86/28.93	c #random_decision = 0
28.86/28.93	c #conflict = 1
28.86/28.93	c #restart = 0
28.86/28.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
28.86/28.93	c lower bound updated to -1106
28.86/28.94	c BCD2: 428 <= obj <= 1489
28.86/28.94	c BCD2: #cores=18, #unrelaxed=1088, #relaxed=446, #hardened=0
28.86/28.94	c BCD2: #sat=1 #unsat=429 bias=429/430
28.86/28.94	c Solving starts ...
28.86/28.94	c ============================[ Search Statistics ]============================
28.86/28.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.86/28.94	c       |         |          |          |    Limit     GC | Var      | Constra 
28.86/28.94	c =============================================================================
28.86/28.94	c  0.0s |       0 |        0 |        0 |    51663      0 |      410 |      427
28.96/29.00	c  0.1s |       0 |       19 |        1 |    51663      0 |      410 |      428
28.96/29.00	c #cpu_time = 0.059s
28.96/29.00	c #wall_clock_time = 0.059s
28.96/29.00	c #decision = 19
28.96/29.00	c #random_decision = 0
28.96/29.00	c #conflict = 1
28.96/29.00	c #restart = 0
28.96/29.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
28.96/29.00	c lower bound updated to -1105
28.96/29.00	c BCD2: 429 <= obj <= 1489
28.96/29.00	c BCD2: #cores=18, #unrelaxed=1087, #relaxed=447, #hardened=0
28.96/29.00	c BCD2: #sat=1 #unsat=430 bias=430/431
28.96/29.00	c Solving starts ...
28.96/29.00	c ============================[ Search Statistics ]============================
28.96/29.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.96/29.00	c       |         |          |          |    Limit     GC | Var      | Constra 
28.96/29.00	c =============================================================================
28.96/29.00	c  0.0s |       0 |        0 |        0 |    51663      0 |      411 |      428
28.96/29.06	c  0.1s |       0 |       19 |        1 |    51663      0 |      411 |      429
28.96/29.06	c #cpu_time = 0.061s
28.96/29.06	c #wall_clock_time = 0.061s
28.96/29.06	c #decision = 19
28.96/29.06	c #random_decision = 0
28.96/29.06	c #conflict = 1
28.96/29.06	c #restart = 0
28.96/29.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
28.96/29.06	c lower bound updated to -1104
28.96/29.06	c BCD2: 430 <= obj <= 1489
28.96/29.06	c BCD2: #cores=18, #unrelaxed=1086, #relaxed=448, #hardened=0
28.96/29.06	c BCD2: #sat=1 #unsat=431 bias=431/432
28.96/29.07	c Solving starts ...
28.96/29.07	c ============================[ Search Statistics ]============================
28.96/29.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.96/29.07	c       |         |          |          |    Limit     GC | Var      | Constra 
28.96/29.07	c =============================================================================
28.96/29.07	c  0.0s |       0 |        0 |        0 |    51663      0 |      412 |      429
29.06/29.13	c  0.1s |       0 |       19 |        1 |    51663      0 |      412 |      430
29.06/29.13	c #cpu_time = 0.060s
29.06/29.13	c #wall_clock_time = 0.061s
29.06/29.13	c #decision = 19
29.06/29.13	c #random_decision = 0
29.06/29.13	c #conflict = 1
29.06/29.13	c #restart = 0
29.06/29.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
29.06/29.13	c lower bound updated to -1103
29.06/29.13	c BCD2: 431 <= obj <= 1489
29.06/29.13	c BCD2: #cores=18, #unrelaxed=1085, #relaxed=449, #hardened=0
29.06/29.13	c BCD2: #sat=1 #unsat=432 bias=432/433
29.06/29.13	c Solving starts ...
29.06/29.13	c ============================[ Search Statistics ]============================
29.06/29.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.06/29.13	c       |         |          |          |    Limit     GC | Var      | Constra 
29.06/29.13	c =============================================================================
29.06/29.13	c  0.0s |       0 |        0 |        0 |    51663      0 |      413 |      430
29.06/29.19	c  0.1s |       0 |       19 |        1 |    51663      0 |      413 |      431
29.06/29.19	c #cpu_time = 0.061s
29.06/29.19	c #wall_clock_time = 0.061s
29.06/29.19	c #decision = 19
29.06/29.19	c #random_decision = 0
29.06/29.19	c #conflict = 1
29.06/29.19	c #restart = 0
29.06/29.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
29.06/29.19	c lower bound updated to -1102
29.06/29.19	c BCD2: 432 <= obj <= 1489
29.06/29.19	c BCD2: #cores=18, #unrelaxed=1084, #relaxed=450, #hardened=0
29.06/29.19	c BCD2: #sat=1 #unsat=433 bias=433/434
29.06/29.19	c Solving starts ...
29.06/29.19	c ============================[ Search Statistics ]============================
29.06/29.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.06/29.19	c       |         |          |          |    Limit     GC | Var      | Constra 
29.06/29.19	c =============================================================================
29.06/29.19	c  0.0s |       0 |        0 |        0 |    51663      0 |      414 |      431
29.16/29.25	c  0.1s |       0 |       19 |        1 |    51663      0 |      414 |      432
29.16/29.25	c #cpu_time = 0.061s
29.16/29.25	c #wall_clock_time = 0.061s
29.16/29.25	c #decision = 19
29.16/29.25	c #random_decision = 0
29.16/29.25	c #conflict = 1
29.16/29.25	c #restart = 0
29.16/29.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
29.16/29.25	c lower bound updated to -1101
29.16/29.25	c BCD2: 433 <= obj <= 1489
29.16/29.25	c BCD2: #cores=18, #unrelaxed=1083, #relaxed=451, #hardened=0
29.16/29.25	c BCD2: #sat=1 #unsat=434 bias=434/435
29.16/29.25	c Solving starts ...
29.16/29.25	c ============================[ Search Statistics ]============================
29.16/29.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.16/29.25	c       |         |          |          |    Limit     GC | Var      | Constra 
29.16/29.25	c =============================================================================
29.16/29.25	c  0.0s |       0 |        0 |        0 |    51663      0 |      415 |      432
29.26/29.31	c  0.1s |       0 |       19 |        1 |    51663      0 |      415 |      433
29.26/29.31	c #cpu_time = 0.060s
29.26/29.31	c #wall_clock_time = 0.060s
29.26/29.31	c #decision = 19
29.26/29.31	c #random_decision = 0
29.26/29.31	c #conflict = 1
29.26/29.31	c #restart = 0
29.26/29.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
29.26/29.31	c lower bound updated to -1100
29.26/29.31	c BCD2: 434 <= obj <= 1489
29.26/29.31	c BCD2: #cores=18, #unrelaxed=1082, #relaxed=452, #hardened=0
29.26/29.31	c BCD2: #sat=1 #unsat=435 bias=435/436
29.26/29.31	c Solving starts ...
29.26/29.31	c ============================[ Search Statistics ]============================
29.26/29.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.26/29.31	c       |         |          |          |    Limit     GC | Var      | Constra 
29.26/29.31	c =============================================================================
29.26/29.31	c  0.0s |       0 |        0 |        0 |    51663      0 |      416 |      433
29.26/29.37	c  0.1s |       0 |       19 |        1 |    51663      0 |      416 |      434
29.26/29.37	c #cpu_time = 0.060s
29.26/29.37	c #wall_clock_time = 0.061s
29.26/29.37	c #decision = 19
29.26/29.37	c #random_decision = 0
29.26/29.37	c #conflict = 1
29.26/29.37	c #restart = 0
29.26/29.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
29.26/29.37	c lower bound updated to -1099
29.26/29.37	c BCD2: 435 <= obj <= 1489
29.26/29.37	c BCD2: #cores=18, #unrelaxed=1081, #relaxed=453, #hardened=0
29.26/29.37	c BCD2: #sat=1 #unsat=436 bias=436/437
29.26/29.37	c Solving starts ...
29.26/29.37	c ============================[ Search Statistics ]============================
29.26/29.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.26/29.37	c       |         |          |          |    Limit     GC | Var      | Constra 
29.26/29.37	c =============================================================================
29.26/29.37	c  0.0s |       0 |        0 |        0 |    51663      0 |      417 |      434
29.36/29.43	c  0.1s |       0 |       19 |        1 |    51663      0 |      417 |      435
29.36/29.43	c #cpu_time = 0.060s
29.36/29.43	c #wall_clock_time = 0.060s
29.36/29.43	c #decision = 19
29.36/29.43	c #random_decision = 0
29.36/29.43	c #conflict = 1
29.36/29.43	c #restart = 0
29.36/29.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
29.36/29.43	c lower bound updated to -1098
29.36/29.44	c BCD2: 436 <= obj <= 1489
29.36/29.44	c BCD2: #cores=18, #unrelaxed=1080, #relaxed=454, #hardened=0
29.36/29.44	c BCD2: #sat=1 #unsat=437 bias=437/438
29.36/29.44	c Solving starts ...
29.36/29.44	c ============================[ Search Statistics ]============================
29.36/29.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.36/29.44	c       |         |          |          |    Limit     GC | Var      | Constra 
29.36/29.44	c =============================================================================
29.36/29.44	c  0.0s |       0 |        0 |        0 |    51663      0 |      418 |      435
29.46/29.50	c  0.1s |       0 |       19 |        1 |    51663      0 |      418 |      436
29.46/29.50	c #cpu_time = 0.059s
29.46/29.50	c #wall_clock_time = 0.059s
29.46/29.50	c #decision = 19
29.46/29.50	c #random_decision = 0
29.46/29.50	c #conflict = 1
29.46/29.50	c #restart = 0
29.46/29.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
29.46/29.50	c lower bound updated to -1097
29.46/29.50	c BCD2: 437 <= obj <= 1489
29.46/29.50	c BCD2: #cores=18, #unrelaxed=1079, #relaxed=455, #hardened=0
29.46/29.50	c BCD2: #sat=1 #unsat=438 bias=438/439
29.46/29.50	c Solving starts ...
29.46/29.50	c ============================[ Search Statistics ]============================
29.46/29.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.46/29.50	c       |         |          |          |    Limit     GC | Var      | Constra 
29.46/29.50	c =============================================================================
29.46/29.50	c  0.0s |       0 |        0 |        0 |    51663      0 |      419 |      436
29.46/29.56	c  0.1s |       0 |       19 |        1 |    51663      0 |      419 |      437
29.46/29.56	c #cpu_time = 0.060s
29.46/29.56	c #wall_clock_time = 0.060s
29.46/29.56	c #decision = 19
29.46/29.56	c #random_decision = 0
29.46/29.56	c #conflict = 1
29.46/29.56	c #restart = 0
29.46/29.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
29.46/29.56	c lower bound updated to -1096
29.46/29.56	c BCD2: 438 <= obj <= 1489
29.46/29.56	c BCD2: #cores=18, #unrelaxed=1078, #relaxed=456, #hardened=0
29.46/29.56	c BCD2: #sat=1 #unsat=439 bias=439/440
29.46/29.56	c Solving starts ...
29.46/29.56	c ============================[ Search Statistics ]============================
29.46/29.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.46/29.56	c       |         |          |          |    Limit     GC | Var      | Constra 
29.46/29.56	c =============================================================================
29.46/29.56	c  0.0s |       0 |        0 |        0 |    51663      0 |      420 |      437
29.56/29.62	c  0.1s |       0 |       19 |        1 |    51663      0 |      420 |      438
29.56/29.62	c #cpu_time = 0.060s
29.56/29.62	c #wall_clock_time = 0.060s
29.56/29.62	c #decision = 19
29.56/29.62	c #random_decision = 0
29.56/29.62	c #conflict = 1
29.56/29.62	c #restart = 0
29.56/29.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
29.56/29.62	c lower bound updated to -1095
29.56/29.62	c BCD2: 439 <= obj <= 1489
29.56/29.62	c BCD2: #cores=18, #unrelaxed=1077, #relaxed=457, #hardened=0
29.56/29.62	c BCD2: #sat=1 #unsat=440 bias=440/441
29.56/29.62	c Solving starts ...
29.56/29.62	c ============================[ Search Statistics ]============================
29.56/29.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.56/29.62	c       |         |          |          |    Limit     GC | Var      | Constra 
29.56/29.62	c =============================================================================
29.56/29.62	c  0.0s |       0 |        0 |        0 |    51663      0 |      421 |      438
29.56/29.69	c  0.1s |       0 |       19 |        1 |    51663      0 |      421 |      439
29.56/29.69	c #cpu_time = 0.061s
29.56/29.69	c #wall_clock_time = 0.061s
29.56/29.69	c #decision = 19
29.56/29.69	c #random_decision = 0
29.56/29.69	c #conflict = 1
29.56/29.69	c #restart = 0
29.56/29.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
29.56/29.69	c lower bound updated to -1094
29.56/29.69	c BCD2: 440 <= obj <= 1489
29.56/29.69	c BCD2: #cores=18, #unrelaxed=1076, #relaxed=458, #hardened=0
29.56/29.69	c BCD2: #sat=1 #unsat=441 bias=441/442
29.56/29.69	c Solving starts ...
29.56/29.69	c ============================[ Search Statistics ]============================
29.56/29.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.56/29.69	c       |         |          |          |    Limit     GC | Var      | Constra 
29.56/29.69	c =============================================================================
29.56/29.69	c  0.0s |       0 |        0 |        0 |    51663      0 |      422 |      439
29.67/29.75	c  0.1s |       0 |       19 |        1 |    51663      0 |      422 |      440
29.67/29.75	c #cpu_time = 0.061s
29.67/29.75	c #wall_clock_time = 0.061s
29.67/29.75	c #decision = 19
29.67/29.75	c #random_decision = 0
29.67/29.75	c #conflict = 1
29.67/29.75	c #restart = 0
29.67/29.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
29.67/29.75	c lower bound updated to -1093
29.67/29.75	c BCD2: 441 <= obj <= 1489
29.67/29.75	c BCD2: #cores=18, #unrelaxed=1075, #relaxed=459, #hardened=0
29.67/29.75	c BCD2: #sat=1 #unsat=442 bias=442/443
29.67/29.75	c Solving starts ...
29.67/29.75	c ============================[ Search Statistics ]============================
29.67/29.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.67/29.75	c       |         |          |          |    Limit     GC | Var      | Constra 
29.67/29.75	c =============================================================================
29.67/29.75	c  0.0s |       0 |        0 |        0 |    51663      0 |      423 |      440
29.77/29.81	c  0.1s |       0 |       19 |        1 |    51663      0 |      423 |      441
29.77/29.81	c #cpu_time = 0.060s
29.77/29.81	c #wall_clock_time = 0.060s
29.77/29.81	c #decision = 19
29.77/29.81	c #random_decision = 0
29.77/29.81	c #conflict = 1
29.77/29.81	c #restart = 0
29.77/29.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
29.77/29.81	c lower bound updated to -1092
29.77/29.81	c BCD2: 442 <= obj <= 1489
29.77/29.81	c BCD2: #cores=18, #unrelaxed=1074, #relaxed=460, #hardened=0
29.77/29.81	c BCD2: #sat=1 #unsat=443 bias=443/444
29.77/29.81	c Solving starts ...
29.77/29.81	c ============================[ Search Statistics ]============================
29.77/29.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.77/29.81	c       |         |          |          |    Limit     GC | Var      | Constra 
29.77/29.81	c =============================================================================
29.77/29.81	c  0.0s |       0 |        0 |        0 |    51663      0 |      424 |      441
29.77/29.87	c  0.1s |       0 |       19 |        1 |    51663      0 |      424 |      442
29.77/29.87	c #cpu_time = 0.060s
29.77/29.87	c #wall_clock_time = 0.060s
29.77/29.87	c #decision = 19
29.77/29.87	c #random_decision = 0
29.77/29.87	c #conflict = 1
29.77/29.87	c #restart = 0
29.77/29.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
29.77/29.87	c lower bound updated to -1091
29.77/29.87	c BCD2: 443 <= obj <= 1489
29.77/29.87	c BCD2: #cores=18, #unrelaxed=1073, #relaxed=461, #hardened=0
29.77/29.87	c BCD2: #sat=1 #unsat=444 bias=444/445
29.77/29.87	c Solving starts ...
29.77/29.87	c ============================[ Search Statistics ]============================
29.77/29.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.77/29.87	c       |         |          |          |    Limit     GC | Var      | Constra 
29.77/29.87	c =============================================================================
29.77/29.88	c  0.0s |       0 |        0 |        0 |    51663      0 |      425 |      442
29.86/29.94	c  0.1s |       0 |       19 |        1 |    51663      0 |      425 |      443
29.86/29.94	c #cpu_time = 0.059s
29.86/29.94	c #wall_clock_time = 0.059s
29.86/29.94	c #decision = 19
29.86/29.94	c #random_decision = 0
29.86/29.94	c #conflict = 1
29.86/29.94	c #restart = 0
29.86/29.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
29.86/29.94	c lower bound updated to -1090
29.86/29.94	c BCD2: 444 <= obj <= 1489
29.86/29.94	c BCD2: #cores=18, #unrelaxed=1072, #relaxed=462, #hardened=0
29.86/29.94	c BCD2: #sat=1 #unsat=445 bias=445/446
29.86/29.94	c Solving starts ...
29.86/29.94	c ============================[ Search Statistics ]============================
29.86/29.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.86/29.94	c       |         |          |          |    Limit     GC | Var      | Constra 
29.86/29.94	c =============================================================================
29.86/29.94	c  0.0s |       0 |        0 |        0 |    51663      0 |      426 |      443
29.96/30.00	c  0.1s |       0 |       19 |        1 |    51663      0 |      426 |      444
29.96/30.00	c #cpu_time = 0.060s
29.96/30.00	c #wall_clock_time = 0.060s
29.96/30.00	c #decision = 19
29.96/30.00	c #random_decision = 0
29.96/30.00	c #conflict = 1
29.96/30.00	c #restart = 0
29.96/30.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
29.96/30.00	c lower bound updated to -1089
29.96/30.00	c BCD2: 445 <= obj <= 1489
29.96/30.00	c BCD2: #cores=18, #unrelaxed=1071, #relaxed=463, #hardened=0
29.96/30.00	c BCD2: #sat=1 #unsat=446 bias=446/447
29.96/30.00	c Solving starts ...
29.96/30.00	c ============================[ Search Statistics ]============================
29.96/30.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.96/30.00	c       |         |          |          |    Limit     GC | Var      | Constra 
29.96/30.00	c =============================================================================
29.96/30.00	c  0.0s |       0 |        0 |        0 |    51663      0 |      427 |      444
29.96/30.06	c  0.1s |       0 |       19 |        1 |    51663      0 |      427 |      445
29.96/30.06	c #cpu_time = 0.060s
29.96/30.06	c #wall_clock_time = 0.060s
29.96/30.06	c #decision = 19
29.96/30.06	c #random_decision = 0
29.96/30.06	c #conflict = 1
29.96/30.06	c #restart = 0
29.96/30.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
29.96/30.06	c lower bound updated to -1088
29.96/30.06	c BCD2: 446 <= obj <= 1489
29.96/30.06	c BCD2: #cores=18, #unrelaxed=1070, #relaxed=464, #hardened=0
29.96/30.06	c BCD2: #sat=1 #unsat=447 bias=447/448
29.96/30.06	c Solving starts ...
29.96/30.06	c ============================[ Search Statistics ]============================
29.96/30.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.96/30.06	c       |         |          |          |    Limit     GC | Var      | Constra 
29.96/30.06	c =============================================================================
29.96/30.06	c  0.0s |       0 |        0 |        0 |    51663      0 |      428 |      445
30.06/30.12	c  0.1s |       0 |       19 |        1 |    51663      0 |      428 |      446
30.06/30.12	c #cpu_time = 0.061s
30.06/30.12	c #wall_clock_time = 0.062s
30.06/30.12	c #decision = 19
30.06/30.12	c #random_decision = 0
30.06/30.12	c #conflict = 1
30.06/30.12	c #restart = 0
30.06/30.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
30.06/30.12	c lower bound updated to -1087
30.06/30.12	c BCD2: 447 <= obj <= 1489
30.06/30.12	c BCD2: #cores=18, #unrelaxed=1069, #relaxed=465, #hardened=0
30.06/30.12	c BCD2: #sat=1 #unsat=448 bias=448/449
30.06/30.12	c Solving starts ...
30.06/30.12	c ============================[ Search Statistics ]============================
30.06/30.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.06/30.12	c       |         |          |          |    Limit     GC | Var      | Constra 
30.06/30.12	c =============================================================================
30.06/30.12	c  0.0s |       0 |        0 |        0 |    51663      0 |      429 |      446
30.06/30.19	c  0.1s |       0 |       19 |        1 |    51663      0 |      429 |      447
30.06/30.19	c #cpu_time = 0.062s
30.06/30.19	c #wall_clock_time = 0.062s
30.06/30.19	c #decision = 19
30.06/30.19	c #random_decision = 0
30.06/30.19	c #conflict = 1
30.06/30.19	c #restart = 0
30.06/30.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
30.06/30.19	c lower bound updated to -1086
30.06/30.19	c BCD2: 448 <= obj <= 1489
30.06/30.19	c BCD2: #cores=18, #unrelaxed=1068, #relaxed=466, #hardened=0
30.06/30.19	c BCD2: #sat=1 #unsat=449 bias=449/450
30.06/30.19	c Solving starts ...
30.06/30.19	c ============================[ Search Statistics ]============================
30.06/30.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.06/30.19	c       |         |          |          |    Limit     GC | Var      | Constra 
30.06/30.19	c =============================================================================
30.06/30.19	c  0.0s |       0 |        0 |        0 |    51663      0 |      430 |      447
30.16/30.25	c  0.1s |       0 |       19 |        1 |    51663      0 |      430 |      448
30.16/30.25	c #cpu_time = 0.061s
30.16/30.25	c #wall_clock_time = 0.061s
30.16/30.25	c #decision = 19
30.16/30.25	c #random_decision = 0
30.16/30.25	c #conflict = 1
30.16/30.25	c #restart = 0
30.16/30.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
30.16/30.25	c lower bound updated to -1085
30.16/30.25	c BCD2: 449 <= obj <= 1489
30.16/30.25	c BCD2: #cores=18, #unrelaxed=1067, #relaxed=467, #hardened=0
30.16/30.25	c BCD2: #sat=1 #unsat=450 bias=450/451
30.16/30.25	c Solving starts ...
30.16/30.25	c ============================[ Search Statistics ]============================
30.16/30.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.16/30.25	c       |         |          |          |    Limit     GC | Var      | Constra 
30.16/30.25	c =============================================================================
30.16/30.25	c  0.0s |       0 |        0 |        0 |    51663      0 |      431 |      448
30.26/30.31	c  0.1s |       0 |       19 |        1 |    51663      0 |      431 |      449
30.26/30.31	c #cpu_time = 0.060s
30.26/30.31	c #wall_clock_time = 0.060s
30.26/30.31	c #decision = 19
30.26/30.31	c #random_decision = 0
30.26/30.31	c #conflict = 1
30.26/30.31	c #restart = 0
30.26/30.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
30.26/30.31	c lower bound updated to -1084
30.26/30.31	c BCD2: 450 <= obj <= 1489
30.26/30.31	c BCD2: #cores=18, #unrelaxed=1066, #relaxed=468, #hardened=0
30.26/30.31	c BCD2: #sat=1 #unsat=451 bias=451/452
30.26/30.31	c Solving starts ...
30.26/30.31	c ============================[ Search Statistics ]============================
30.26/30.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.26/30.31	c       |         |          |          |    Limit     GC | Var      | Constra 
30.26/30.31	c =============================================================================
30.26/30.31	c  0.0s |       0 |        0 |        0 |    51663      0 |      432 |      449
30.26/30.37	c  0.1s |       0 |       19 |        0 |    51663      0 |      432 |      450
30.26/30.37	c #cpu_time = 0.060s
30.26/30.37	c #wall_clock_time = 0.060s
30.26/30.37	c #decision = 19
30.26/30.37	c #random_decision = 0
30.26/30.37	c #conflict = 0
30.26/30.37	c #restart = 0
30.26/30.37	c BCD2: found a new core of size 2: cost of the new core is >=1
30.26/30.37	c lower bound updated to -1083
30.26/30.39	c BCD2: 451 <= obj <= 1489
30.26/30.39	c BCD2: #cores=19, #unrelaxed=1064, #relaxed=470, #hardened=0
30.26/30.39	c BCD2: #sat=1 #unsat=452 bias=452/453
30.26/30.39	c Solving starts ...
30.26/30.39	c ============================[ Search Statistics ]============================
30.26/30.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.26/30.39	c       |         |          |          |    Limit     GC | Var      | Constra 
30.26/30.39	c =============================================================================
30.26/30.39	c  0.0s |       0 |        0 |        0 |    51663      0 |      432 |      451
30.36/30.45	c  0.1s |       0 |       20 |        1 |    51663      0 |      432 |      451
30.36/30.45	c #cpu_time = 0.059s
30.36/30.45	c #wall_clock_time = 0.059s
30.36/30.45	c #decision = 20
30.36/30.45	c #random_decision = 0
30.36/30.45	c #conflict = 1
30.36/30.45	c #restart = 0
30.36/30.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
30.36/30.45	c lower bound updated to -1082
30.36/30.45	c BCD2: 452 <= obj <= 1489
30.36/30.45	c BCD2: #cores=19, #unrelaxed=1063, #relaxed=471, #hardened=0
30.36/30.45	c BCD2: #sat=1 #unsat=453 bias=453/454
30.36/30.45	c Solving starts ...
30.36/30.45	c ============================[ Search Statistics ]============================
30.36/30.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.36/30.45	c       |         |          |          |    Limit     GC | Var      | Constra 
30.36/30.45	c =============================================================================
30.36/30.45	c  0.0s |       0 |        0 |        0 |    51663      0 |      433 |      451
30.46/30.51	c  0.1s |       0 |       20 |        1 |    51663      0 |      433 |      452
30.46/30.51	c #cpu_time = 0.060s
30.46/30.51	c #wall_clock_time = 0.060s
30.46/30.51	c #decision = 20
30.46/30.51	c #random_decision = 0
30.46/30.51	c #conflict = 1
30.46/30.51	c #restart = 0
30.46/30.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
30.46/30.51	c lower bound updated to -1081
30.46/30.51	c BCD2: 453 <= obj <= 1489
30.46/30.51	c BCD2: #cores=19, #unrelaxed=1062, #relaxed=472, #hardened=0
30.46/30.51	c BCD2: #sat=1 #unsat=454 bias=454/455
30.46/30.51	c Solving starts ...
30.46/30.51	c ============================[ Search Statistics ]============================
30.46/30.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.46/30.51	c       |         |          |          |    Limit     GC | Var      | Constra 
30.46/30.51	c =============================================================================
30.46/30.51	c  0.0s |       0 |        0 |        0 |    51663      0 |      434 |      452
30.46/30.57	c  0.1s |       0 |       20 |        1 |    51663      0 |      434 |      453
30.46/30.57	c #cpu_time = 0.060s
30.46/30.57	c #wall_clock_time = 0.060s
30.46/30.57	c #decision = 20
30.46/30.57	c #random_decision = 0
30.46/30.57	c #conflict = 1
30.46/30.57	c #restart = 0
30.46/30.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
30.46/30.57	c lower bound updated to -1080
30.46/30.57	c BCD2: 454 <= obj <= 1489
30.46/30.57	c BCD2: #cores=19, #unrelaxed=1061, #relaxed=473, #hardened=0
30.46/30.57	c BCD2: #sat=1 #unsat=455 bias=455/456
30.46/30.57	c Solving starts ...
30.46/30.57	c ============================[ Search Statistics ]============================
30.46/30.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.46/30.57	c       |         |          |          |    Limit     GC | Var      | Constra 
30.46/30.57	c =============================================================================
30.46/30.57	c  0.0s |       0 |        0 |        0 |    51663      0 |      435 |      453
30.56/30.63	c  0.1s |       0 |       20 |        1 |    51663      0 |      435 |      454
30.56/30.63	c #cpu_time = 0.061s
30.56/30.63	c #wall_clock_time = 0.061s
30.56/30.63	c #decision = 20
30.56/30.63	c #random_decision = 0
30.56/30.63	c #conflict = 1
30.56/30.63	c #restart = 0
30.56/30.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
30.56/30.63	c lower bound updated to -1079
30.56/30.63	c BCD2: 455 <= obj <= 1489
30.56/30.63	c BCD2: #cores=19, #unrelaxed=1060, #relaxed=474, #hardened=0
30.56/30.63	c BCD2: #sat=1 #unsat=456 bias=456/457
30.56/30.63	c Solving starts ...
30.56/30.63	c ============================[ Search Statistics ]============================
30.56/30.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.56/30.63	c       |         |          |          |    Limit     GC | Var      | Constra 
30.56/30.63	c =============================================================================
30.56/30.63	c  0.0s |       0 |        0 |        0 |    51663      0 |      436 |      454
30.56/30.69	c  0.1s |       0 |       20 |        1 |    51663      0 |      436 |      455
30.56/30.69	c #cpu_time = 0.061s
30.56/30.69	c #wall_clock_time = 0.061s
30.56/30.69	c #decision = 20
30.56/30.69	c #random_decision = 0
30.56/30.69	c #conflict = 1
30.56/30.69	c #restart = 0
30.56/30.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
30.56/30.69	c lower bound updated to -1078
30.56/30.69	c BCD2: 456 <= obj <= 1489
30.56/30.69	c BCD2: #cores=19, #unrelaxed=1059, #relaxed=475, #hardened=0
30.56/30.69	c BCD2: #sat=1 #unsat=457 bias=457/458
30.56/30.69	c Solving starts ...
30.56/30.69	c ============================[ Search Statistics ]============================
30.56/30.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.56/30.69	c       |         |          |          |    Limit     GC | Var      | Constra 
30.56/30.69	c =============================================================================
30.56/30.69	c  0.0s |       0 |        0 |        0 |    51663      0 |      437 |      455
30.66/30.75	c  0.1s |       0 |       20 |        1 |    51663      0 |      437 |      456
30.66/30.75	c #cpu_time = 0.060s
30.66/30.75	c #wall_clock_time = 0.060s
30.66/30.75	c #decision = 20
30.66/30.75	c #random_decision = 0
30.66/30.75	c #conflict = 1
30.66/30.75	c #restart = 0
30.66/30.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
30.66/30.75	c lower bound updated to -1077
30.66/30.75	c BCD2: 457 <= obj <= 1489
30.66/30.75	c BCD2: #cores=19, #unrelaxed=1058, #relaxed=476, #hardened=0
30.66/30.75	c BCD2: #sat=1 #unsat=458 bias=458/459
30.66/30.75	c Solving starts ...
30.66/30.75	c ============================[ Search Statistics ]============================
30.66/30.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.66/30.75	c       |         |          |          |    Limit     GC | Var      | Constra 
30.66/30.75	c =============================================================================
30.66/30.75	c  0.0s |       0 |        0 |        0 |    51663      0 |      438 |      456
30.77/30.82	c  0.1s |       0 |       20 |        1 |    51663      0 |      438 |      457
30.77/30.82	c #cpu_time = 0.060s
30.77/30.82	c #wall_clock_time = 0.061s
30.77/30.82	c #decision = 20
30.77/30.82	c #random_decision = 0
30.77/30.82	c #conflict = 1
30.77/30.82	c #restart = 0
30.77/30.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
30.77/30.82	c lower bound updated to -1076
30.77/30.82	c BCD2: 458 <= obj <= 1489
30.77/30.82	c BCD2: #cores=19, #unrelaxed=1057, #relaxed=477, #hardened=0
30.77/30.82	c BCD2: #sat=1 #unsat=459 bias=459/460
30.77/30.82	c Solving starts ...
30.77/30.82	c ============================[ Search Statistics ]============================
30.77/30.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.77/30.82	c       |         |          |          |    Limit     GC | Var      | Constra 
30.77/30.82	c =============================================================================
30.77/30.82	c  0.0s |       0 |        0 |        0 |    51663      0 |      439 |      457
30.77/30.88	c  0.1s |       0 |       20 |        1 |    51663      0 |      439 |      458
30.77/30.88	c #cpu_time = 0.060s
30.77/30.88	c #wall_clock_time = 0.060s
30.77/30.88	c #decision = 20
30.77/30.88	c #random_decision = 0
30.77/30.88	c #conflict = 1
30.77/30.88	c #restart = 0
30.77/30.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
30.77/30.88	c lower bound updated to -1075
30.77/30.89	c BCD2: 459 <= obj <= 1489
30.77/30.89	c BCD2: #cores=19, #unrelaxed=1056, #relaxed=478, #hardened=0
30.77/30.89	c BCD2: #sat=1 #unsat=460 bias=460/461
30.77/30.89	c Solving starts ...
30.77/30.89	c ============================[ Search Statistics ]============================
30.77/30.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.77/30.89	c       |         |          |          |    Limit     GC | Var      | Constra 
30.77/30.89	c =============================================================================
30.77/30.89	c  0.0s |       0 |        0 |        0 |    51663      0 |      440 |      458
30.87/30.94	c  0.1s |       0 |       20 |        1 |    51663      0 |      440 |      459
30.87/30.94	c #cpu_time = 0.059s
30.87/30.94	c #wall_clock_time = 0.059s
30.87/30.94	c #decision = 20
30.87/30.94	c #random_decision = 0
30.87/30.94	c #conflict = 1
30.87/30.94	c #restart = 0
30.87/30.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
30.87/30.94	c lower bound updated to -1074
30.87/30.95	c BCD2: 460 <= obj <= 1489
30.87/30.95	c BCD2: #cores=19, #unrelaxed=1055, #relaxed=479, #hardened=0
30.87/30.95	c BCD2: #sat=1 #unsat=461 bias=461/462
30.87/30.95	c Solving starts ...
30.87/30.95	c ============================[ Search Statistics ]============================
30.87/30.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.87/30.95	c       |         |          |          |    Limit     GC | Var      | Constra 
30.87/30.95	c =============================================================================
30.87/30.95	c  0.0s |       0 |        0 |        0 |    51663      0 |      441 |      459
30.96/31.01	c  0.1s |       0 |       20 |        1 |    51663      0 |      441 |      460
30.96/31.01	c #cpu_time = 0.060s
30.96/31.01	c #wall_clock_time = 0.060s
30.96/31.01	c #decision = 20
30.96/31.01	c #random_decision = 0
30.96/31.01	c #conflict = 1
30.96/31.01	c #restart = 0
30.96/31.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
30.96/31.01	c lower bound updated to -1073
30.96/31.01	c BCD2: 461 <= obj <= 1489
30.96/31.01	c BCD2: #cores=19, #unrelaxed=1054, #relaxed=480, #hardened=0
30.96/31.01	c BCD2: #sat=1 #unsat=462 bias=462/463
30.96/31.01	c Solving starts ...
30.96/31.01	c ============================[ Search Statistics ]============================
30.96/31.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.96/31.01	c       |         |          |          |    Limit     GC | Var      | Constra 
30.96/31.01	c =============================================================================
30.96/31.01	c  0.0s |       0 |        0 |        0 |    51663      0 |      442 |      460
30.96/31.07	c  0.1s |       0 |       20 |        1 |    51663      0 |      442 |      461
30.96/31.07	c #cpu_time = 0.060s
30.96/31.07	c #wall_clock_time = 0.060s
30.96/31.07	c #decision = 20
30.96/31.07	c #random_decision = 0
30.96/31.07	c #conflict = 1
30.96/31.07	c #restart = 0
30.96/31.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
30.96/31.07	c lower bound updated to -1072
30.96/31.07	c BCD2: 462 <= obj <= 1489
30.96/31.07	c BCD2: #cores=19, #unrelaxed=1053, #relaxed=481, #hardened=0
30.96/31.07	c BCD2: #sat=1 #unsat=463 bias=463/464
30.96/31.07	c Solving starts ...
30.96/31.07	c ============================[ Search Statistics ]============================
30.96/31.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.96/31.07	c       |         |          |          |    Limit     GC | Var      | Constra 
30.96/31.07	c =============================================================================
30.96/31.07	c  0.0s |       0 |        0 |        0 |    51663      0 |      443 |      461
31.06/31.13	c  0.1s |       0 |       20 |        1 |    51663      0 |      443 |      462
31.06/31.13	c #cpu_time = 0.061s
31.06/31.13	c #wall_clock_time = 0.061s
31.06/31.13	c #decision = 20
31.06/31.13	c #random_decision = 0
31.06/31.13	c #conflict = 1
31.06/31.13	c #restart = 0
31.06/31.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
31.06/31.13	c lower bound updated to -1071
31.06/31.13	c BCD2: 463 <= obj <= 1489
31.06/31.13	c BCD2: #cores=19, #unrelaxed=1052, #relaxed=482, #hardened=0
31.06/31.13	c BCD2: #sat=1 #unsat=464 bias=464/465
31.06/31.13	c Solving starts ...
31.06/31.13	c ============================[ Search Statistics ]============================
31.06/31.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.06/31.13	c       |         |          |          |    Limit     GC | Var      | Constra 
31.06/31.13	c =============================================================================
31.06/31.13	c  0.0s |       0 |        0 |        0 |    51663      0 |      444 |      462
31.06/31.19	c  0.1s |       0 |       20 |        1 |    51663      0 |      444 |      463
31.06/31.19	c #cpu_time = 0.061s
31.06/31.19	c #wall_clock_time = 0.061s
31.06/31.19	c #decision = 20
31.06/31.19	c #random_decision = 0
31.06/31.19	c #conflict = 1
31.06/31.19	c #restart = 0
31.06/31.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
31.06/31.19	c lower bound updated to -1070
31.06/31.19	c BCD2: 464 <= obj <= 1489
31.06/31.19	c BCD2: #cores=19, #unrelaxed=1051, #relaxed=483, #hardened=0
31.06/31.19	c BCD2: #sat=1 #unsat=465 bias=465/466
31.06/31.19	c Solving starts ...
31.06/31.19	c ============================[ Search Statistics ]============================
31.06/31.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.06/31.19	c       |         |          |          |    Limit     GC | Var      | Constra 
31.06/31.19	c =============================================================================
31.06/31.19	c  0.0s |       0 |        0 |        0 |    51663      0 |      445 |      463
31.16/31.25	c  0.1s |       0 |       20 |        1 |    51663      0 |      445 |      464
31.16/31.25	c #cpu_time = 0.060s
31.16/31.25	c #wall_clock_time = 0.060s
31.16/31.25	c #decision = 20
31.16/31.25	c #random_decision = 0
31.16/31.25	c #conflict = 1
31.16/31.25	c #restart = 0
31.16/31.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
31.16/31.25	c lower bound updated to -1069
31.16/31.25	c BCD2: 465 <= obj <= 1489
31.16/31.25	c BCD2: #cores=19, #unrelaxed=1050, #relaxed=484, #hardened=0
31.16/31.25	c BCD2: #sat=1 #unsat=466 bias=466/467
31.16/31.25	c Solving starts ...
31.16/31.25	c ============================[ Search Statistics ]============================
31.16/31.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.16/31.25	c       |         |          |          |    Limit     GC | Var      | Constra 
31.16/31.25	c =============================================================================
31.16/31.25	c  0.0s |       0 |        0 |        0 |    51663      0 |      446 |      464
31.26/31.31	c  0.1s |       0 |       20 |        1 |    51663      0 |      446 |      465
31.26/31.31	c #cpu_time = 0.061s
31.26/31.31	c #wall_clock_time = 0.061s
31.26/31.31	c #decision = 20
31.26/31.31	c #random_decision = 0
31.26/31.31	c #conflict = 1
31.26/31.31	c #restart = 0
31.26/31.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
31.26/31.32	c lower bound updated to -1068
31.26/31.32	c BCD2: 466 <= obj <= 1489
31.26/31.32	c BCD2: #cores=19, #unrelaxed=1049, #relaxed=485, #hardened=0
31.26/31.32	c BCD2: #sat=1 #unsat=467 bias=467/468
31.26/31.32	c Solving starts ...
31.26/31.32	c ============================[ Search Statistics ]============================
31.26/31.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.26/31.32	c       |         |          |          |    Limit     GC | Var      | Constra 
31.26/31.32	c =============================================================================
31.26/31.32	c  0.0s |       0 |        0 |        0 |    51663      0 |      447 |      465
31.26/31.38	c  0.1s |       0 |       20 |        1 |    51663      0 |      447 |      466
31.26/31.38	c #cpu_time = 0.059s
31.26/31.38	c #wall_clock_time = 0.060s
31.26/31.38	c #decision = 20
31.26/31.38	c #random_decision = 0
31.26/31.38	c #conflict = 1
31.26/31.38	c #restart = 0
31.26/31.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
31.26/31.38	c lower bound updated to -1067
31.26/31.38	c BCD2: 467 <= obj <= 1489
31.26/31.38	c BCD2: #cores=19, #unrelaxed=1048, #relaxed=486, #hardened=0
31.26/31.38	c BCD2: #sat=1 #unsat=468 bias=468/469
31.26/31.38	c Solving starts ...
31.26/31.38	c ============================[ Search Statistics ]============================
31.26/31.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.26/31.38	c       |         |          |          |    Limit     GC | Var      | Constra 
31.26/31.38	c =============================================================================
31.26/31.38	c  0.0s |       0 |        0 |        0 |    51663      0 |      448 |      466
31.36/31.45	c  0.1s |       0 |       20 |        1 |    51663      0 |      448 |      467
31.36/31.45	c #cpu_time = 0.061s
31.36/31.45	c #wall_clock_time = 0.061s
31.36/31.45	c #decision = 20
31.36/31.45	c #random_decision = 0
31.36/31.45	c #conflict = 1
31.36/31.45	c #restart = 0
31.36/31.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
31.36/31.45	c lower bound updated to -1066
31.36/31.45	c BCD2: 468 <= obj <= 1489
31.36/31.45	c BCD2: #cores=19, #unrelaxed=1047, #relaxed=487, #hardened=0
31.36/31.45	c BCD2: #sat=1 #unsat=469 bias=469/470
31.36/31.45	c Solving starts ...
31.36/31.45	c ============================[ Search Statistics ]============================
31.36/31.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.36/31.45	c       |         |          |          |    Limit     GC | Var      | Constra 
31.36/31.45	c =============================================================================
31.36/31.45	c  0.0s |       0 |        0 |        0 |    51663      0 |      449 |      467
31.46/31.51	c  0.1s |       0 |       20 |        1 |    51663      0 |      449 |      468
31.46/31.51	c #cpu_time = 0.060s
31.46/31.51	c #wall_clock_time = 0.060s
31.46/31.51	c #decision = 20
31.46/31.51	c #random_decision = 0
31.46/31.51	c #conflict = 1
31.46/31.51	c #restart = 0
31.46/31.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
31.46/31.51	c lower bound updated to -1065
31.46/31.51	c BCD2: 469 <= obj <= 1489
31.46/31.51	c BCD2: #cores=19, #unrelaxed=1046, #relaxed=488, #hardened=0
31.46/31.51	c BCD2: #sat=1 #unsat=470 bias=470/471
31.46/31.51	c Solving starts ...
31.46/31.51	c ============================[ Search Statistics ]============================
31.46/31.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.46/31.51	c       |         |          |          |    Limit     GC | Var      | Constra 
31.46/31.51	c =============================================================================
31.46/31.51	c  0.0s |       0 |        0 |        0 |    51663      0 |      450 |      468
31.46/31.57	c  0.1s |       0 |       20 |        1 |    51663      0 |      450 |      469
31.46/31.57	c #cpu_time = 0.062s
31.46/31.57	c #wall_clock_time = 0.062s
31.46/31.57	c #decision = 20
31.46/31.57	c #random_decision = 0
31.46/31.57	c #conflict = 1
31.46/31.57	c #restart = 0
31.46/31.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
31.46/31.57	c lower bound updated to -1064
31.46/31.57	c BCD2: 470 <= obj <= 1489
31.46/31.57	c BCD2: #cores=19, #unrelaxed=1045, #relaxed=489, #hardened=0
31.46/31.57	c BCD2: #sat=1 #unsat=471 bias=471/472
31.46/31.57	c Solving starts ...
31.46/31.57	c ============================[ Search Statistics ]============================
31.46/31.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.46/31.57	c       |         |          |          |    Limit     GC | Var      | Constra 
31.46/31.57	c =============================================================================
31.46/31.57	c  0.0s |       0 |        0 |        0 |    51663      0 |      451 |      469
31.56/31.63	c  0.1s |       0 |       20 |        1 |    51663      0 |      451 |      470
31.56/31.63	c #cpu_time = 0.061s
31.56/31.63	c #wall_clock_time = 0.061s
31.56/31.63	c #decision = 20
31.56/31.63	c #random_decision = 0
31.56/31.63	c #conflict = 1
31.56/31.63	c #restart = 0
31.56/31.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
31.56/31.63	c lower bound updated to -1063
31.56/31.63	c BCD2: 471 <= obj <= 1489
31.56/31.63	c BCD2: #cores=19, #unrelaxed=1044, #relaxed=490, #hardened=0
31.56/31.63	c BCD2: #sat=1 #unsat=472 bias=472/473
31.56/31.63	c Solving starts ...
31.56/31.63	c ============================[ Search Statistics ]============================
31.56/31.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.56/31.63	c       |         |          |          |    Limit     GC | Var      | Constra 
31.56/31.63	c =============================================================================
31.56/31.63	c  0.0s |       0 |        0 |        0 |    51663      0 |      452 |      470
31.56/31.69	c  0.1s |       0 |       20 |        1 |    51663      0 |      452 |      471
31.56/31.69	c #cpu_time = 0.060s
31.56/31.69	c #wall_clock_time = 0.060s
31.56/31.69	c #decision = 20
31.56/31.69	c #random_decision = 0
31.56/31.69	c #conflict = 1
31.56/31.69	c #restart = 0
31.56/31.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
31.56/31.69	c lower bound updated to -1062
31.56/31.69	c BCD2: 472 <= obj <= 1489
31.56/31.69	c BCD2: #cores=19, #unrelaxed=1043, #relaxed=491, #hardened=0
31.56/31.69	c BCD2: #sat=1 #unsat=473 bias=473/474
31.56/31.69	c Solving starts ...
31.56/31.69	c ============================[ Search Statistics ]============================
31.56/31.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.56/31.69	c       |         |          |          |    Limit     GC | Var      | Constra 
31.56/31.69	c =============================================================================
31.56/31.69	c  0.0s |       0 |        0 |        0 |    51663      0 |      453 |      471
31.66/31.75	c  0.1s |       0 |       20 |        1 |    51663      0 |      453 |      472
31.66/31.75	c #cpu_time = 0.060s
31.66/31.75	c #wall_clock_time = 0.060s
31.66/31.75	c #decision = 20
31.66/31.75	c #random_decision = 0
31.66/31.75	c #conflict = 1
31.66/31.75	c #restart = 0
31.66/31.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
31.66/31.75	c lower bound updated to -1061
31.66/31.75	c BCD2: 473 <= obj <= 1489
31.66/31.75	c BCD2: #cores=19, #unrelaxed=1042, #relaxed=492, #hardened=0
31.66/31.75	c BCD2: #sat=1 #unsat=474 bias=474/475
31.66/31.76	c Solving starts ...
31.66/31.76	c ============================[ Search Statistics ]============================
31.66/31.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.66/31.76	c       |         |          |          |    Limit     GC | Var      | Constra 
31.66/31.76	c =============================================================================
31.66/31.76	c  0.0s |       0 |        0 |        0 |    51663      0 |      454 |      472
31.76/31.82	c  0.1s |       0 |       20 |        1 |    51663      0 |      454 |      473
31.76/31.82	c #cpu_time = 0.060s
31.76/31.82	c #wall_clock_time = 0.060s
31.76/31.82	c #decision = 20
31.76/31.82	c #random_decision = 0
31.76/31.82	c #conflict = 1
31.76/31.82	c #restart = 0
31.76/31.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
31.76/31.82	c lower bound updated to -1060
31.76/31.82	c BCD2: 474 <= obj <= 1489
31.76/31.82	c BCD2: #cores=19, #unrelaxed=1041, #relaxed=493, #hardened=0
31.76/31.82	c BCD2: #sat=1 #unsat=475 bias=475/476
31.76/31.82	c Solving starts ...
31.76/31.82	c ============================[ Search Statistics ]============================
31.76/31.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.76/31.82	c       |         |          |          |    Limit     GC | Var      | Constra 
31.76/31.82	c =============================================================================
31.76/31.82	c  0.0s |       0 |        0 |        0 |    51663      0 |      455 |      473
31.76/31.88	c  0.1s |       0 |       20 |        1 |    51663      0 |      455 |      474
31.76/31.88	c #cpu_time = 0.059s
31.76/31.88	c #wall_clock_time = 0.059s
31.76/31.88	c #decision = 20
31.76/31.88	c #random_decision = 0
31.76/31.88	c #conflict = 1
31.76/31.88	c #restart = 0
31.76/31.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
31.76/31.88	c lower bound updated to -1059
31.76/31.88	c BCD2: 475 <= obj <= 1489
31.76/31.88	c BCD2: #cores=19, #unrelaxed=1040, #relaxed=494, #hardened=0
31.76/31.88	c BCD2: #sat=1 #unsat=476 bias=476/477
31.76/31.88	c Solving starts ...
31.76/31.88	c ============================[ Search Statistics ]============================
31.76/31.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.76/31.88	c       |         |          |          |    Limit     GC | Var      | Constra 
31.76/31.88	c =============================================================================
31.76/31.88	c  0.0s |       0 |        0 |        0 |    51663      0 |      456 |      474
31.87/31.94	c  0.1s |       0 |       20 |        0 |    51663      0 |      456 |      475
31.87/31.94	c #cpu_time = 0.060s
31.87/31.94	c #wall_clock_time = 0.060s
31.87/31.94	c #decision = 20
31.87/31.94	c #random_decision = 0
31.87/31.94	c #conflict = 0
31.87/31.94	c #restart = 0
31.87/31.94	c BCD2: found a new core of size 2: cost of the new core is >=1
31.87/31.94	c lower bound updated to -1058
31.87/31.96	c BCD2: 476 <= obj <= 1489
31.87/31.96	c BCD2: #cores=20, #unrelaxed=1038, #relaxed=496, #hardened=0
31.87/31.96	c BCD2: #sat=1 #unsat=477 bias=477/478
31.87/31.96	c Solving starts ...
31.87/31.96	c ============================[ Search Statistics ]============================
31.87/31.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.87/31.96	c       |         |          |          |    Limit     GC | Var      | Constra 
31.87/31.96	c =============================================================================
31.87/31.96	c  0.0s |       0 |        0 |        0 |    51663      0 |      456 |      476
31.97/32.02	c  0.1s |       0 |       21 |        1 |    51663      0 |      456 |      476
31.97/32.02	c #cpu_time = 0.059s
31.97/32.02	c #wall_clock_time = 0.059s
31.97/32.02	c #decision = 21
31.97/32.02	c #random_decision = 0
31.97/32.02	c #conflict = 1
31.97/32.02	c #restart = 0
31.97/32.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
31.97/32.02	c lower bound updated to -1057
31.97/32.02	c BCD2: 477 <= obj <= 1489
31.97/32.02	c BCD2: #cores=20, #unrelaxed=1037, #relaxed=497, #hardened=0
31.97/32.02	c BCD2: #sat=1 #unsat=478 bias=478/479
31.97/32.02	c Solving starts ...
31.97/32.02	c ============================[ Search Statistics ]============================
31.97/32.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.97/32.02	c       |         |          |          |    Limit     GC | Var      | Constra 
31.97/32.02	c =============================================================================
31.97/32.02	c  0.0s |       0 |        0 |        0 |    51663      0 |      457 |      476
31.97/32.08	c  0.1s |       0 |       21 |        1 |    51663      0 |      457 |      477
31.97/32.08	c #cpu_time = 0.061s
31.97/32.08	c #wall_clock_time = 0.061s
31.97/32.08	c #decision = 21
31.97/32.08	c #random_decision = 0
31.97/32.08	c #conflict = 1
31.97/32.08	c #restart = 0
31.97/32.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
31.97/32.08	c lower bound updated to -1056
31.97/32.08	c BCD2: 478 <= obj <= 1489
31.97/32.08	c BCD2: #cores=20, #unrelaxed=1036, #relaxed=498, #hardened=0
31.97/32.08	c BCD2: #sat=1 #unsat=479 bias=479/480
31.97/32.08	c Solving starts ...
31.97/32.08	c ============================[ Search Statistics ]============================
31.97/32.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.97/32.08	c       |         |          |          |    Limit     GC | Var      | Constra 
31.97/32.08	c =============================================================================
31.97/32.08	c  0.0s |       0 |        0 |        0 |    51663      0 |      458 |      477
32.07/32.14	c  0.1s |       0 |       21 |        1 |    51663      0 |      458 |      478
32.07/32.14	c #cpu_time = 0.061s
32.07/32.14	c #wall_clock [...]

#
# trace file is too large. Trace was truncated at this point.
#

=====[ Search Statistics ]============================
69.16/69.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.16/69.29	c       |         |          |          |    Limit     GC | Var      | Constra 
69.16/69.29	c =============================================================================
69.16/69.29	c  0.0s |       0 |        0 |        0 |    62514      0 |     1018 |     1060
69.27/69.36	c  0.1s |       0 |       44 |        1 |    62514      0 |     1018 |     1061
69.27/69.36	c #cpu_time = 0.066s
69.27/69.36	c #wall_clock_time = 0.066s
69.27/69.36	c #decision = 44
69.27/69.36	c #random_decision = 0
69.27/69.36	c #conflict = 1
69.27/69.36	c #restart = 0
69.27/69.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
69.27/69.36	c lower bound updated to -472
69.27/69.36	c BCD2: 1062 <= obj <= 1489
69.27/69.36	c BCD2: #cores=43, #unrelaxed=429, #relaxed=1105, #hardened=0
69.27/69.36	c BCD2: #sat=1 #unsat=1063 bias=1063/1064
69.27/69.36	c Solving starts ...
69.27/69.36	c ============================[ Search Statistics ]============================
69.27/69.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.27/69.36	c       |         |          |          |    Limit     GC | Var      | Constra 
69.27/69.36	c =============================================================================
69.27/69.36	c  0.0s |       0 |        0 |        0 |    62514      0 |     1019 |     1061
69.37/69.42	c  0.1s |       0 |       44 |        1 |    62514      0 |     1019 |     1062
69.37/69.42	c #cpu_time = 0.063s
69.37/69.42	c #wall_clock_time = 0.063s
69.37/69.42	c #decision = 44
69.37/69.42	c #random_decision = 0
69.37/69.42	c #conflict = 1
69.37/69.42	c #restart = 0
69.37/69.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
69.37/69.42	c lower bound updated to -471
69.37/69.42	c BCD2: 1063 <= obj <= 1489
69.37/69.42	c BCD2: #cores=43, #unrelaxed=428, #relaxed=1106, #hardened=0
69.37/69.42	c BCD2: #sat=1 #unsat=1064 bias=1064/1065
69.37/69.42	c Solving starts ...
69.37/69.42	c ============================[ Search Statistics ]============================
69.37/69.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.37/69.42	c       |         |          |          |    Limit     GC | Var      | Constra 
69.37/69.42	c =============================================================================
69.37/69.42	c  0.0s |       0 |        0 |        0 |    62514      0 |     1020 |     1062
69.37/69.49	c  0.1s |       0 |       44 |        1 |    62514      0 |     1020 |     1063
69.37/69.49	c #cpu_time = 0.062s
69.37/69.49	c #wall_clock_time = 0.062s
69.37/69.49	c #decision = 44
69.37/69.49	c #random_decision = 0
69.37/69.49	c #conflict = 1
69.37/69.49	c #restart = 0
69.37/69.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
69.37/69.49	c lower bound updated to -470
69.37/69.50	c BCD2: 1064 <= obj <= 1489
69.37/69.50	c BCD2: #cores=43, #unrelaxed=427, #relaxed=1107, #hardened=0
69.37/69.50	c BCD2: #sat=1 #unsat=1065 bias=1065/1066
69.37/69.50	c Solving starts ...
69.37/69.50	c ============================[ Search Statistics ]============================
69.37/69.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.37/69.50	c       |         |          |          |    Limit     GC | Var      | Constra 
69.37/69.50	c =============================================================================
69.37/69.50	c  0.0s |       0 |        0 |        0 |    62514      0 |     1021 |     1063
69.46/69.56	c  0.1s |       0 |       44 |        1 |    62514      0 |     1021 |     1064
69.46/69.56	c #cpu_time = 0.060s
69.46/69.56	c #wall_clock_time = 0.060s
69.46/69.56	c #decision = 44
69.46/69.56	c #random_decision = 0
69.46/69.56	c #conflict = 1
69.46/69.56	c #restart = 0
69.46/69.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
69.46/69.56	c lower bound updated to -469
69.46/69.56	c BCD2: 1065 <= obj <= 1489
69.46/69.56	c BCD2: #cores=43, #unrelaxed=426, #relaxed=1108, #hardened=0
69.46/69.56	c BCD2: #sat=1 #unsat=1066 bias=1066/1067
69.46/69.56	c Solving starts ...
69.46/69.56	c ============================[ Search Statistics ]============================
69.46/69.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.46/69.56	c       |         |          |          |    Limit     GC | Var      | Constra 
69.46/69.56	c =============================================================================
69.46/69.56	c  0.0s |       0 |        0 |        0 |    62514      0 |     1022 |     1064
69.56/69.62	c  0.1s |       0 |       44 |        1 |    62514      0 |     1022 |     1065
69.56/69.62	c #cpu_time = 0.062s
69.56/69.62	c #wall_clock_time = 0.062s
69.56/69.62	c #decision = 44
69.56/69.62	c #random_decision = 0
69.56/69.62	c #conflict = 1
69.56/69.62	c #restart = 0
69.56/69.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
69.56/69.62	c lower bound updated to -468
69.56/69.62	c BCD2: 1066 <= obj <= 1489
69.56/69.62	c BCD2: #cores=43, #unrelaxed=425, #relaxed=1109, #hardened=0
69.56/69.62	c BCD2: #sat=1 #unsat=1067 bias=1067/1068
69.56/69.62	c Solving starts ...
69.56/69.62	c ============================[ Search Statistics ]============================
69.56/69.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.56/69.62	c       |         |          |          |    Limit     GC | Var      | Constra 
69.56/69.62	c =============================================================================
69.56/69.62	c  0.0s |       0 |        0 |        0 |    62514      0 |     1023 |     1065
69.56/69.68	c  0.1s |       0 |       44 |        1 |    62514      0 |     1023 |     1066
69.56/69.68	c #cpu_time = 0.062s
69.56/69.68	c #wall_clock_time = 0.062s
69.56/69.68	c #decision = 44
69.56/69.68	c #random_decision = 0
69.56/69.68	c #conflict = 1
69.56/69.68	c #restart = 0
69.56/69.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
69.56/69.68	c lower bound updated to -467
69.56/69.68	c BCD2: 1067 <= obj <= 1489
69.56/69.68	c BCD2: #cores=43, #unrelaxed=424, #relaxed=1110, #hardened=0
69.56/69.68	c BCD2: #sat=1 #unsat=1068 bias=1068/1069
69.56/69.68	c Solving starts ...
69.56/69.68	c ============================[ Search Statistics ]============================
69.56/69.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.56/69.68	c       |         |          |          |    Limit     GC | Var      | Constra 
69.56/69.68	c =============================================================================
69.56/69.68	c  0.0s |       0 |        0 |        0 |    62514      0 |     1024 |     1066
69.66/69.75	c  0.1s |       0 |       44 |        1 |    62514      0 |     1024 |     1067
69.66/69.75	c #cpu_time = 0.063s
69.66/69.75	c #wall_clock_time = 0.063s
69.66/69.75	c #decision = 44
69.66/69.75	c #random_decision = 0
69.66/69.75	c #conflict = 1
69.66/69.75	c #restart = 0
69.66/69.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
69.66/69.75	c lower bound updated to -466
69.66/69.75	c BCD2: 1068 <= obj <= 1489
69.66/69.75	c BCD2: #cores=43, #unrelaxed=423, #relaxed=1111, #hardened=0
69.66/69.75	c BCD2: #sat=1 #unsat=1069 bias=1069/1070
69.66/69.75	c Solving starts ...
69.66/69.75	c ============================[ Search Statistics ]============================
69.66/69.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.66/69.75	c       |         |          |          |    Limit     GC | Var      | Constra 
69.66/69.75	c =============================================================================
69.66/69.75	c  0.0s |       0 |        0 |        0 |    62514      0 |     1025 |     1067
69.76/69.81	c  0.1s |       0 |       44 |        1 |    62514      0 |     1025 |     1068
69.76/69.81	c #cpu_time = 0.062s
69.76/69.81	c #wall_clock_time = 0.063s
69.76/69.81	c #decision = 44
69.76/69.81	c #random_decision = 0
69.76/69.81	c #conflict = 1
69.76/69.81	c #restart = 0
69.76/69.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
69.76/69.81	c lower bound updated to -465
69.76/69.81	c BCD2: 1069 <= obj <= 1489
69.76/69.81	c BCD2: #cores=43, #unrelaxed=422, #relaxed=1112, #hardened=0
69.76/69.81	c BCD2: #sat=1 #unsat=1070 bias=1070/1071
69.76/69.81	c Solving starts ...
69.76/69.81	c ============================[ Search Statistics ]============================
69.76/69.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.76/69.81	c       |         |          |          |    Limit     GC | Var      | Constra 
69.76/69.81	c =============================================================================
69.76/69.81	c  0.0s |       0 |        0 |        0 |    62514      0 |     1026 |     1068
69.76/69.87	c  0.1s |       0 |       44 |        1 |    62514      0 |     1026 |     1069
69.76/69.87	c #cpu_time = 0.062s
69.76/69.87	c #wall_clock_time = 0.062s
69.76/69.87	c #decision = 44
69.76/69.87	c #random_decision = 0
69.76/69.87	c #conflict = 1
69.76/69.87	c #restart = 0
69.76/69.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
69.76/69.87	c lower bound updated to -464
69.76/69.87	c BCD2: 1070 <= obj <= 1489
69.76/69.87	c BCD2: #cores=43, #unrelaxed=421, #relaxed=1113, #hardened=0
69.76/69.87	c BCD2: #sat=1 #unsat=1071 bias=1071/1072
69.76/69.87	c Solving starts ...
69.76/69.87	c ============================[ Search Statistics ]============================
69.76/69.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.76/69.87	c       |         |          |          |    Limit     GC | Var      | Constra 
69.76/69.87	c =============================================================================
69.76/69.87	c  0.0s |       0 |        0 |        0 |    62514      0 |     1027 |     1069
69.86/69.94	c  0.1s |       0 |       44 |        1 |    62514      0 |     1027 |     1070
69.86/69.94	c #cpu_time = 0.062s
69.86/69.94	c #wall_clock_time = 0.062s
69.86/69.94	c #decision = 44
69.86/69.94	c #random_decision = 0
69.86/69.94	c #conflict = 1
69.86/69.94	c #restart = 0
69.86/69.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
69.86/69.94	c lower bound updated to -463
69.86/69.95	c BCD2: 1071 <= obj <= 1489
69.86/69.95	c BCD2: #cores=43, #unrelaxed=420, #relaxed=1114, #hardened=0
69.86/69.95	c BCD2: #sat=1 #unsat=1072 bias=1072/1073
69.86/69.95	c Solving starts ...
69.86/69.95	c ============================[ Search Statistics ]============================
69.86/69.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.86/69.95	c       |         |          |          |    Limit     GC | Var      | Constra 
69.86/69.95	c =============================================================================
69.86/69.95	c  0.0s |       0 |        0 |        0 |    62514      0 |     1028 |     1070
69.96/70.01	c  0.1s |       0 |       44 |        1 |    62514      0 |     1028 |     1071
69.96/70.01	c #cpu_time = 0.060s
69.96/70.01	c #wall_clock_time = 0.060s
69.96/70.01	c #decision = 44
69.96/70.01	c #random_decision = 0
69.96/70.01	c #conflict = 1
69.96/70.01	c #restart = 0
69.96/70.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
69.96/70.01	c lower bound updated to -462
69.96/70.01	c BCD2: 1072 <= obj <= 1489
69.96/70.01	c BCD2: #cores=43, #unrelaxed=419, #relaxed=1115, #hardened=0
69.96/70.01	c BCD2: #sat=1 #unsat=1073 bias=1073/1074
69.96/70.01	c Solving starts ...
69.96/70.01	c ============================[ Search Statistics ]============================
69.96/70.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.96/70.01	c       |         |          |          |    Limit     GC | Var      | Constra 
69.96/70.01	c =============================================================================
69.96/70.01	c  0.0s |       0 |        0 |        0 |    62514      0 |     1029 |     1071
69.96/70.07	c  0.1s |       0 |       44 |        1 |    62514      0 |     1029 |     1072
69.96/70.07	c #cpu_time = 0.062s
69.96/70.07	c #wall_clock_time = 0.062s
69.96/70.07	c #decision = 44
69.96/70.07	c #random_decision = 0
69.96/70.07	c #conflict = 1
69.96/70.07	c #restart = 0
69.96/70.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
69.96/70.07	c lower bound updated to -461
69.96/70.07	c BCD2: 1073 <= obj <= 1489
69.96/70.07	c BCD2: #cores=43, #unrelaxed=418, #relaxed=1116, #hardened=0
69.96/70.07	c BCD2: #sat=1 #unsat=1074 bias=1074/1075
69.96/70.07	c Solving starts ...
69.96/70.07	c ============================[ Search Statistics ]============================
69.96/70.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.96/70.07	c       |         |          |          |    Limit     GC | Var      | Constra 
69.96/70.07	c =============================================================================
69.96/70.07	c  0.0s |       0 |        0 |        0 |    62514      0 |     1030 |     1072
70.06/70.13	c  0.1s |       0 |       44 |        1 |    62514      0 |     1030 |     1073
70.06/70.13	c #cpu_time = 0.062s
70.06/70.13	c #wall_clock_time = 0.062s
70.06/70.13	c #decision = 44
70.06/70.13	c #random_decision = 0
70.06/70.13	c #conflict = 1
70.06/70.13	c #restart = 0
70.06/70.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
70.06/70.13	c lower bound updated to -460
70.06/70.13	c BCD2: 1074 <= obj <= 1489
70.06/70.13	c BCD2: #cores=43, #unrelaxed=417, #relaxed=1117, #hardened=0
70.06/70.13	c BCD2: #sat=1 #unsat=1075 bias=1075/1076
70.06/70.14	c Solving starts ...
70.06/70.14	c ============================[ Search Statistics ]============================
70.06/70.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.06/70.14	c       |         |          |          |    Limit     GC | Var      | Constra 
70.06/70.14	c =============================================================================
70.06/70.14	c  0.0s |       0 |        0 |        0 |    62514      0 |     1031 |     1073
70.16/70.20	c  0.1s |       0 |       44 |        1 |    62514      0 |     1031 |     1074
70.16/70.20	c #cpu_time = 0.063s
70.16/70.20	c #wall_clock_time = 0.063s
70.16/70.20	c #decision = 44
70.16/70.20	c #random_decision = 0
70.16/70.20	c #conflict = 1
70.16/70.20	c #restart = 0
70.16/70.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
70.16/70.20	c lower bound updated to -459
70.16/70.20	c BCD2: 1075 <= obj <= 1489
70.16/70.20	c BCD2: #cores=43, #unrelaxed=416, #relaxed=1118, #hardened=0
70.16/70.20	c BCD2: #sat=1 #unsat=1076 bias=1076/1077
70.16/70.20	c Solving starts ...
70.16/70.20	c ============================[ Search Statistics ]============================
70.16/70.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.16/70.20	c       |         |          |          |    Limit     GC | Var      | Constra 
70.16/70.20	c =============================================================================
70.16/70.20	c  0.0s |       0 |        0 |        0 |    62514      0 |     1032 |     1074
70.16/70.26	c  0.1s |       0 |       44 |        0 |    62514      0 |     1032 |     1075
70.16/70.26	c #cpu_time = 0.063s
70.16/70.26	c #wall_clock_time = 0.063s
70.16/70.26	c #decision = 44
70.16/70.26	c #random_decision = 0
70.16/70.26	c #conflict = 0
70.16/70.26	c #restart = 0
70.16/70.26	c BCD2: found a new core of size 2: cost of the new core is >=1
70.16/70.26	c lower bound updated to -458
70.16/70.27	c BCD2: 1076 <= obj <= 1489
70.16/70.27	c BCD2: #cores=44, #unrelaxed=414, #relaxed=1120, #hardened=0
70.16/70.27	c BCD2: #sat=1 #unsat=1077 bias=1077/1078
70.16/70.27	c Solving starts ...
70.16/70.27	c ============================[ Search Statistics ]============================
70.16/70.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.16/70.27	c       |         |          |          |    Limit     GC | Var      | Constra 
70.16/70.27	c =============================================================================
70.16/70.27	c  0.0s |       0 |        0 |        0 |    62514      0 |     1032 |     1076
70.26/70.33	c  0.1s |       0 |       45 |        1 |    62514      0 |     1032 |     1076
70.26/70.33	c #cpu_time = 0.060s
70.26/70.33	c #wall_clock_time = 0.060s
70.26/70.33	c #decision = 45
70.26/70.33	c #random_decision = 0
70.26/70.33	c #conflict = 1
70.26/70.33	c #restart = 0
70.26/70.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
70.26/70.33	c lower bound updated to -457
70.26/70.33	c BCD2: 1077 <= obj <= 1489
70.26/70.33	c BCD2: #cores=44, #unrelaxed=413, #relaxed=1121, #hardened=0
70.26/70.33	c BCD2: #sat=1 #unsat=1078 bias=1078/1079
70.26/70.33	c Solving starts ...
70.26/70.33	c ============================[ Search Statistics ]============================
70.26/70.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.26/70.33	c       |         |          |          |    Limit     GC | Var      | Constra 
70.26/70.33	c =============================================================================
70.26/70.33	c  0.0s |       0 |        0 |        0 |    62514      0 |     1033 |     1076
70.26/70.40	c  0.1s |       0 |       45 |        1 |    62514      0 |     1033 |     1077
70.26/70.40	c #cpu_time = 0.062s
70.26/70.40	c #wall_clock_time = 0.063s
70.26/70.40	c #decision = 45
70.26/70.40	c #random_decision = 0
70.26/70.40	c #conflict = 1
70.26/70.40	c #restart = 0
70.26/70.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
70.26/70.40	c lower bound updated to -456
70.37/70.40	c BCD2: 1078 <= obj <= 1489
70.37/70.40	c BCD2: #cores=44, #unrelaxed=412, #relaxed=1122, #hardened=0
70.37/70.40	c BCD2: #sat=1 #unsat=1079 bias=1079/1080
70.37/70.41	c Solving starts ...
70.37/70.41	c ============================[ Search Statistics ]============================
70.37/70.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.37/70.41	c       |         |          |          |    Limit     GC | Var      | Constra 
70.37/70.41	c =============================================================================
70.37/70.41	c  0.0s |       0 |        0 |        0 |    62514      0 |     1034 |     1077
70.37/70.47	c  0.1s |       0 |       45 |        1 |    62514      0 |     1034 |     1078
70.37/70.47	c #cpu_time = 0.063s
70.37/70.47	c #wall_clock_time = 0.063s
70.37/70.47	c #decision = 45
70.37/70.47	c #random_decision = 0
70.37/70.47	c #conflict = 1
70.37/70.47	c #restart = 0
70.37/70.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
70.37/70.47	c lower bound updated to -455
70.37/70.47	c BCD2: 1079 <= obj <= 1489
70.37/70.47	c BCD2: #cores=44, #unrelaxed=411, #relaxed=1123, #hardened=0
70.37/70.47	c BCD2: #sat=1 #unsat=1080 bias=1080/1081
70.37/70.47	c Solving starts ...
70.37/70.47	c ============================[ Search Statistics ]============================
70.37/70.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.37/70.47	c       |         |          |          |    Limit     GC | Var      | Constra 
70.37/70.47	c =============================================================================
70.37/70.47	c  0.0s |       0 |        0 |        0 |    62514      0 |     1035 |     1078
70.47/70.53	c  0.1s |       0 |       45 |        1 |    62514      0 |     1035 |     1079
70.47/70.53	c #cpu_time = 0.063s
70.47/70.53	c #wall_clock_time = 0.063s
70.47/70.53	c #decision = 45
70.47/70.53	c #random_decision = 0
70.47/70.53	c #conflict = 1
70.47/70.53	c #restart = 0
70.47/70.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
70.47/70.53	c lower bound updated to -454
70.47/70.53	c BCD2: 1080 <= obj <= 1489
70.47/70.53	c BCD2: #cores=44, #unrelaxed=410, #relaxed=1124, #hardened=0
70.47/70.53	c BCD2: #sat=1 #unsat=1081 bias=1081/1082
70.47/70.53	c Solving starts ...
70.47/70.53	c ============================[ Search Statistics ]============================
70.47/70.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.47/70.53	c       |         |          |          |    Limit     GC | Var      | Constra 
70.47/70.53	c =============================================================================
70.47/70.53	c  0.0s |       0 |        0 |        0 |    62514      0 |     1036 |     1079
70.56/70.60	c  0.1s |       0 |       45 |        1 |    62514      0 |     1036 |     1080
70.56/70.60	c #cpu_time = 0.062s
70.56/70.60	c #wall_clock_time = 0.062s
70.56/70.60	c #decision = 45
70.56/70.60	c #random_decision = 0
70.56/70.60	c #conflict = 1
70.56/70.60	c #restart = 0
70.56/70.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
70.56/70.60	c lower bound updated to -453
70.56/70.60	c BCD2: 1081 <= obj <= 1489
70.56/70.60	c BCD2: #cores=44, #unrelaxed=409, #relaxed=1125, #hardened=0
70.56/70.60	c BCD2: #sat=1 #unsat=1082 bias=1082/1083
70.56/70.60	c Solving starts ...
70.56/70.60	c ============================[ Search Statistics ]============================
70.56/70.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.56/70.60	c       |         |          |          |    Limit     GC | Var      | Constra 
70.56/70.60	c =============================================================================
70.56/70.60	c  0.0s |       0 |        0 |        0 |    62514      0 |     1037 |     1080
70.56/70.66	c  0.1s |       0 |       45 |        1 |    62514      0 |     1037 |     1081
70.56/70.66	c #cpu_time = 0.063s
70.56/70.66	c #wall_clock_time = 0.063s
70.56/70.66	c #decision = 45
70.56/70.66	c #random_decision = 0
70.56/70.66	c #conflict = 1
70.56/70.66	c #restart = 0
70.56/70.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
70.56/70.66	c lower bound updated to -452
70.56/70.66	c BCD2: 1082 <= obj <= 1489
70.56/70.66	c BCD2: #cores=44, #unrelaxed=408, #relaxed=1126, #hardened=0
70.56/70.66	c BCD2: #sat=1 #unsat=1083 bias=1083/1084
70.56/70.66	c Solving starts ...
70.56/70.66	c ============================[ Search Statistics ]============================
70.56/70.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.56/70.66	c       |         |          |          |    Limit     GC | Var      | Constra 
70.56/70.66	c =============================================================================
70.56/70.66	c  0.0s |       0 |        0 |        0 |    62514      0 |     1038 |     1081
70.66/70.72	c  0.1s |       0 |       45 |        1 |    62514      0 |     1038 |     1082
70.66/70.72	c #cpu_time = 0.062s
70.66/70.72	c #wall_clock_time = 0.063s
70.66/70.72	c #decision = 45
70.66/70.72	c #random_decision = 0
70.66/70.72	c #conflict = 1
70.66/70.72	c #restart = 0
70.66/70.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
70.66/70.72	c lower bound updated to -451
70.66/70.73	c BCD2: 1083 <= obj <= 1489
70.66/70.73	c BCD2: #cores=44, #unrelaxed=407, #relaxed=1127, #hardened=0
70.66/70.73	c BCD2: #sat=1 #unsat=1084 bias=1084/1085
70.66/70.73	c Solving starts ...
70.66/70.73	c ============================[ Search Statistics ]============================
70.66/70.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.66/70.73	c       |         |          |          |    Limit     GC | Var      | Constra 
70.66/70.73	c =============================================================================
70.66/70.73	c  0.0s |       0 |        0 |        0 |    62514      0 |     1039 |     1082
70.66/70.79	c  0.1s |       0 |       45 |        1 |    62514      0 |     1039 |     1083
70.66/70.79	c #cpu_time = 0.062s
70.66/70.79	c #wall_clock_time = 0.062s
70.66/70.79	c #decision = 45
70.66/70.79	c #random_decision = 0
70.66/70.79	c #conflict = 1
70.66/70.79	c #restart = 0
70.66/70.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
70.66/70.79	c lower bound updated to -450
70.66/70.79	c BCD2: 1084 <= obj <= 1489
70.66/70.79	c BCD2: #cores=44, #unrelaxed=406, #relaxed=1128, #hardened=0
70.66/70.79	c BCD2: #sat=1 #unsat=1085 bias=1085/1086
70.66/70.79	c Solving starts ...
70.66/70.79	c ============================[ Search Statistics ]============================
70.66/70.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.66/70.79	c       |         |          |          |    Limit     GC | Var      | Constra 
70.66/70.79	c =============================================================================
70.66/70.79	c  0.0s |       0 |        0 |        0 |    62514      0 |     1040 |     1083
70.76/70.85	c  0.1s |       0 |       45 |        1 |    62514      0 |     1040 |     1084
70.76/70.85	c #cpu_time = 0.062s
70.76/70.85	c #wall_clock_time = 0.062s
70.76/70.85	c #decision = 45
70.76/70.85	c #random_decision = 0
70.76/70.85	c #conflict = 1
70.76/70.85	c #restart = 0
70.76/70.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
70.76/70.85	c lower bound updated to -449
70.76/70.85	c BCD2: 1085 <= obj <= 1489
70.76/70.85	c BCD2: #cores=44, #unrelaxed=405, #relaxed=1129, #hardened=0
70.76/70.85	c BCD2: #sat=1 #unsat=1086 bias=1086/1087
70.76/70.85	c Solving starts ...
70.76/70.85	c ============================[ Search Statistics ]============================
70.76/70.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.76/70.85	c       |         |          |          |    Limit     GC | Var      | Constra 
70.76/70.85	c =============================================================================
70.76/70.86	c  0.0s |       0 |        0 |        0 |    62514      0 |     1041 |     1084
70.86/70.92	c  0.1s |       0 |       45 |        1 |    62514      0 |     1041 |     1085
70.86/70.92	c #cpu_time = 0.060s
70.86/70.92	c #wall_clock_time = 0.060s
70.86/70.92	c #decision = 45
70.86/70.92	c #random_decision = 0
70.86/70.92	c #conflict = 1
70.86/70.92	c #restart = 0
70.86/70.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
70.86/70.92	c lower bound updated to -448
70.86/70.92	c BCD2: 1086 <= obj <= 1489
70.86/70.92	c BCD2: #cores=44, #unrelaxed=404, #relaxed=1130, #hardened=0
70.86/70.92	c BCD2: #sat=1 #unsat=1087 bias=1087/1088
70.86/70.92	c Solving starts ...
70.86/70.92	c ============================[ Search Statistics ]============================
70.86/70.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.86/70.92	c       |         |          |          |    Limit     GC | Var      | Constra 
70.86/70.92	c =============================================================================
70.86/70.92	c  0.0s |       0 |        0 |        0 |    62514      0 |     1042 |     1085
70.86/70.98	c  0.1s |       0 |       45 |        1 |    62514      0 |     1042 |     1086
70.86/70.98	c #cpu_time = 0.062s
70.86/70.98	c #wall_clock_time = 0.062s
70.86/70.98	c #decision = 45
70.86/70.98	c #random_decision = 0
70.86/70.98	c #conflict = 1
70.86/70.98	c #restart = 0
70.86/70.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
70.86/70.98	c lower bound updated to -447
70.86/70.98	c BCD2: 1087 <= obj <= 1489
70.86/70.98	c BCD2: #cores=44, #unrelaxed=403, #relaxed=1131, #hardened=0
70.86/70.98	c BCD2: #sat=1 #unsat=1088 bias=1088/1089
70.86/70.98	c Solving starts ...
70.86/70.98	c ============================[ Search Statistics ]============================
70.86/70.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.86/70.98	c       |         |          |          |    Limit     GC | Var      | Constra 
70.86/70.98	c =============================================================================
70.86/70.98	c  0.0s |       0 |        0 |        0 |    62514      0 |     1043 |     1086
70.96/71.05	c  0.1s |       0 |       45 |        1 |    62514      0 |     1043 |     1087
70.96/71.05	c #cpu_time = 0.062s
70.96/71.05	c #wall_clock_time = 0.062s
70.96/71.05	c #decision = 45
70.96/71.05	c #random_decision = 0
70.96/71.05	c #conflict = 1
70.96/71.05	c #restart = 0
70.96/71.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
70.96/71.05	c lower bound updated to -446
70.96/71.05	c BCD2: 1088 <= obj <= 1489
70.96/71.05	c BCD2: #cores=44, #unrelaxed=402, #relaxed=1132, #hardened=0
70.96/71.05	c BCD2: #sat=1 #unsat=1089 bias=1089/1090
70.96/71.05	c Solving starts ...
70.96/71.05	c ============================[ Search Statistics ]============================
70.96/71.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.96/71.05	c       |         |          |          |    Limit     GC | Var      | Constra 
70.96/71.05	c =============================================================================
70.96/71.05	c  0.0s |       0 |        0 |        0 |    62514      0 |     1044 |     1087
71.06/71.11	c  0.1s |       0 |       45 |        1 |    62514      0 |     1044 |     1088
71.06/71.11	c #cpu_time = 0.063s
71.06/71.11	c #wall_clock_time = 0.063s
71.06/71.11	c #decision = 45
71.06/71.11	c #random_decision = 0
71.06/71.11	c #conflict = 1
71.06/71.11	c #restart = 0
71.06/71.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
71.06/71.11	c lower bound updated to -445
71.06/71.11	c BCD2: 1089 <= obj <= 1489
71.06/71.11	c BCD2: #cores=44, #unrelaxed=401, #relaxed=1133, #hardened=0
71.06/71.11	c BCD2: #sat=1 #unsat=1090 bias=1090/1091
71.06/71.11	c Solving starts ...
71.06/71.11	c ============================[ Search Statistics ]============================
71.06/71.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.06/71.11	c       |         |          |          |    Limit     GC | Var      | Constra 
71.06/71.11	c =============================================================================
71.06/71.11	c  0.0s |       0 |        0 |        0 |    62514      0 |     1045 |     1088
71.06/71.17	c  0.1s |       0 |       45 |        1 |    62514      0 |     1045 |     1089
71.06/71.17	c #cpu_time = 0.062s
71.06/71.17	c #wall_clock_time = 0.062s
71.06/71.17	c #decision = 45
71.06/71.17	c #random_decision = 0
71.06/71.17	c #conflict = 1
71.06/71.17	c #restart = 0
71.06/71.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
71.06/71.17	c lower bound updated to -444
71.06/71.17	c BCD2: 1090 <= obj <= 1489
71.06/71.17	c BCD2: #cores=44, #unrelaxed=400, #relaxed=1134, #hardened=0
71.06/71.17	c BCD2: #sat=1 #unsat=1091 bias=1091/1092
71.06/71.17	c Solving starts ...
71.06/71.17	c ============================[ Search Statistics ]============================
71.06/71.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.06/71.17	c       |         |          |          |    Limit     GC | Var      | Constra 
71.06/71.17	c =============================================================================
71.06/71.17	c  0.0s |       0 |        0 |        0 |    62514      0 |     1046 |     1089
71.16/71.24	c  0.1s |       0 |       45 |        1 |    62514      0 |     1046 |     1090
71.16/71.24	c #cpu_time = 0.062s
71.16/71.24	c #wall_clock_time = 0.062s
71.16/71.24	c #decision = 45
71.16/71.24	c #random_decision = 0
71.16/71.24	c #conflict = 1
71.16/71.24	c #restart = 0
71.16/71.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
71.16/71.24	c lower bound updated to -443
71.16/71.24	c BCD2: 1091 <= obj <= 1489
71.16/71.24	c BCD2: #cores=44, #unrelaxed=399, #relaxed=1135, #hardened=0
71.16/71.24	c BCD2: #sat=1 #unsat=1092 bias=1092/1093
71.16/71.24	c Solving starts ...
71.16/71.24	c ============================[ Search Statistics ]============================
71.16/71.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.16/71.24	c       |         |          |          |    Limit     GC | Var      | Constra 
71.16/71.24	c =============================================================================
71.16/71.24	c  0.0s |       0 |        0 |        0 |    62514      0 |     1047 |     1090
71.26/71.30	c  0.1s |       0 |       45 |        1 |    62514      0 |     1047 |     1091
71.26/71.30	c #cpu_time = 0.062s
71.26/71.30	c #wall_clock_time = 0.062s
71.26/71.30	c #decision = 45
71.26/71.30	c #random_decision = 0
71.26/71.30	c #conflict = 1
71.26/71.30	c #restart = 0
71.26/71.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
71.26/71.30	c lower bound updated to -442
71.26/71.30	c BCD2: 1092 <= obj <= 1489
71.26/71.30	c BCD2: #cores=44, #unrelaxed=398, #relaxed=1136, #hardened=0
71.26/71.30	c BCD2: #sat=1 #unsat=1093 bias=1093/1094
71.26/71.30	c Solving starts ...
71.26/71.30	c ============================[ Search Statistics ]============================
71.26/71.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.26/71.30	c       |         |          |          |    Limit     GC | Var      | Constra 
71.26/71.30	c =============================================================================
71.26/71.30	c  0.0s |       0 |        0 |        0 |    62514      0 |     1048 |     1091
71.26/71.36	c  0.1s |       0 |       45 |        1 |    62514      0 |     1048 |     1092
71.26/71.36	c #cpu_time = 0.062s
71.26/71.36	c #wall_clock_time = 0.062s
71.26/71.36	c #decision = 45
71.26/71.36	c #random_decision = 0
71.26/71.36	c #conflict = 1
71.26/71.36	c #restart = 0
71.26/71.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
71.26/71.36	c lower bound updated to -441
71.26/71.37	c BCD2: 1093 <= obj <= 1489
71.26/71.37	c BCD2: #cores=44, #unrelaxed=397, #relaxed=1137, #hardened=0
71.26/71.37	c BCD2: #sat=1 #unsat=1094 bias=1094/1095
71.26/71.37	c Solving starts ...
71.26/71.37	c ============================[ Search Statistics ]============================
71.26/71.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.26/71.37	c       |         |          |          |    Limit     GC | Var      | Constra 
71.26/71.37	c =============================================================================
71.26/71.37	c  0.0s |       0 |        0 |        0 |    62514      0 |     1049 |     1092
71.36/71.43	c  0.1s |       0 |       45 |        1 |    62514      0 |     1049 |     1093
71.36/71.43	c #cpu_time = 0.060s
71.36/71.43	c #wall_clock_time = 0.060s
71.36/71.43	c #decision = 45
71.36/71.43	c #random_decision = 0
71.36/71.43	c #conflict = 1
71.36/71.43	c #restart = 0
71.36/71.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
71.36/71.43	c lower bound updated to -440
71.36/71.43	c BCD2: 1094 <= obj <= 1489
71.36/71.43	c BCD2: #cores=44, #unrelaxed=396, #relaxed=1138, #hardened=0
71.36/71.43	c BCD2: #sat=1 #unsat=1095 bias=1095/1096
71.36/71.43	c Solving starts ...
71.36/71.43	c ============================[ Search Statistics ]============================
71.36/71.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.36/71.43	c       |         |          |          |    Limit     GC | Var      | Constra 
71.36/71.43	c =============================================================================
71.36/71.43	c  0.0s |       0 |        0 |        0 |    62514      0 |     1050 |     1093
71.36/71.50	c  0.1s |       0 |       45 |        1 |    62514      0 |     1050 |     1094
71.36/71.50	c #cpu_time = 0.062s
71.36/71.50	c #wall_clock_time = 0.062s
71.36/71.50	c #decision = 45
71.36/71.50	c #random_decision = 0
71.36/71.50	c #conflict = 1
71.36/71.50	c #restart = 0
71.36/71.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
71.36/71.50	c lower bound updated to -439
71.36/71.50	c BCD2: 1095 <= obj <= 1489
71.36/71.50	c BCD2: #cores=44, #unrelaxed=395, #relaxed=1139, #hardened=0
71.36/71.50	c BCD2: #sat=1 #unsat=1096 bias=1096/1097
71.36/71.50	c Solving starts ...
71.36/71.50	c ============================[ Search Statistics ]============================
71.36/71.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.36/71.50	c       |         |          |          |    Limit     GC | Var      | Constra 
71.36/71.50	c =============================================================================
71.36/71.50	c  0.0s |       0 |        0 |        0 |    62514      0 |     1051 |     1094
71.46/71.56	c  0.1s |       0 |       45 |        1 |    62514      0 |     1051 |     1095
71.46/71.56	c #cpu_time = 0.065s
71.46/71.56	c #wall_clock_time = 0.066s
71.46/71.56	c #decision = 45
71.46/71.56	c #random_decision = 0
71.46/71.56	c #conflict = 1
71.46/71.56	c #restart = 0
71.46/71.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
71.46/71.56	c lower bound updated to -438
71.46/71.56	c BCD2: 1096 <= obj <= 1489
71.46/71.56	c BCD2: #cores=44, #unrelaxed=394, #relaxed=1140, #hardened=0
71.46/71.56	c BCD2: #sat=1 #unsat=1097 bias=1097/1098
71.46/71.56	c Solving starts ...
71.46/71.56	c ============================[ Search Statistics ]============================
71.46/71.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.46/71.56	c       |         |          |          |    Limit     GC | Var      | Constra 
71.46/71.56	c =============================================================================
71.46/71.56	c  0.0s |       0 |        0 |        0 |    62514      0 |     1052 |     1095
71.56/71.63	c  0.1s |       0 |       45 |        1 |    62514      0 |     1052 |     1096
71.56/71.63	c #cpu_time = 0.064s
71.56/71.63	c #wall_clock_time = 0.064s
71.56/71.63	c #decision = 45
71.56/71.63	c #random_decision = 0
71.56/71.63	c #conflict = 1
71.56/71.63	c #restart = 0
71.56/71.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
71.56/71.63	c lower bound updated to -437
71.56/71.63	c BCD2: 1097 <= obj <= 1489
71.56/71.63	c BCD2: #cores=44, #unrelaxed=393, #relaxed=1141, #hardened=0
71.56/71.63	c BCD2: #sat=1 #unsat=1098 bias=1098/1099
71.56/71.63	c Solving starts ...
71.56/71.63	c ============================[ Search Statistics ]============================
71.56/71.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.56/71.63	c       |         |          |          |    Limit     GC | Var      | Constra 
71.56/71.63	c =============================================================================
71.56/71.63	c  0.0s |       0 |        0 |        0 |    62514      0 |     1053 |     1096
71.56/71.69	c  0.1s |       0 |       45 |        1 |    62514      0 |     1053 |     1097
71.56/71.69	c #cpu_time = 0.063s
71.56/71.69	c #wall_clock_time = 0.063s
71.56/71.69	c #decision = 45
71.56/71.69	c #random_decision = 0
71.56/71.69	c #conflict = 1
71.56/71.69	c #restart = 0
71.56/71.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
71.56/71.69	c lower bound updated to -436
71.56/71.69	c BCD2: 1098 <= obj <= 1489
71.56/71.69	c BCD2: #cores=44, #unrelaxed=392, #relaxed=1142, #hardened=0
71.56/71.69	c BCD2: #sat=1 #unsat=1099 bias=1099/1100
71.56/71.69	c Solving starts ...
71.56/71.69	c ============================[ Search Statistics ]============================
71.56/71.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.56/71.69	c       |         |          |          |    Limit     GC | Var      | Constra 
71.56/71.69	c =============================================================================
71.56/71.69	c  0.0s |       0 |        0 |        0 |    62514      0 |     1054 |     1097
71.66/71.76	c  0.1s |       0 |       45 |        1 |    62514      0 |     1054 |     1098
71.66/71.76	c #cpu_time = 0.062s
71.66/71.76	c #wall_clock_time = 0.062s
71.66/71.76	c #decision = 45
71.66/71.76	c #random_decision = 0
71.66/71.76	c #conflict = 1
71.66/71.76	c #restart = 0
71.66/71.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
71.66/71.76	c lower bound updated to -435
71.66/71.76	c BCD2: 1099 <= obj <= 1489
71.66/71.76	c BCD2: #cores=44, #unrelaxed=391, #relaxed=1143, #hardened=0
71.66/71.76	c BCD2: #sat=1 #unsat=1100 bias=1100/1101
71.66/71.76	c Solving starts ...
71.66/71.76	c ============================[ Search Statistics ]============================
71.66/71.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.66/71.76	c       |         |          |          |    Limit     GC | Var      | Constra 
71.66/71.76	c =============================================================================
71.66/71.76	c  0.0s |       0 |        0 |        0 |    62514      0 |     1055 |     1098
71.76/71.82	c  0.1s |       0 |       45 |        1 |    62514      0 |     1055 |     1099
71.76/71.82	c #cpu_time = 0.062s
71.76/71.82	c #wall_clock_time = 0.062s
71.76/71.82	c #decision = 45
71.76/71.82	c #random_decision = 0
71.76/71.82	c #conflict = 1
71.76/71.82	c #restart = 0
71.76/71.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
71.76/71.82	c lower bound updated to -434
71.76/71.83	c BCD2: 1100 <= obj <= 1489
71.76/71.83	c BCD2: #cores=44, #unrelaxed=390, #relaxed=1144, #hardened=0
71.76/71.83	c BCD2: #sat=1 #unsat=1101 bias=1101/1102
71.76/71.83	c Solving starts ...
71.76/71.83	c ============================[ Search Statistics ]============================
71.76/71.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.76/71.83	c       |         |          |          |    Limit     GC | Var      | Constra 
71.76/71.83	c =============================================================================
71.76/71.83	c  0.0s |       0 |        0 |        0 |    62514      0 |     1056 |     1099
71.76/71.89	c  0.1s |       0 |       45 |        0 |    62514      0 |     1056 |     1100
71.76/71.89	c #cpu_time = 0.060s
71.76/71.89	c #wall_clock_time = 0.060s
71.76/71.89	c #decision = 45
71.76/71.89	c #random_decision = 0
71.76/71.89	c #conflict = 0
71.76/71.89	c #restart = 0
71.76/71.89	c BCD2: found a new core of size 2: cost of the new core is >=1
71.76/71.89	c lower bound updated to -433
71.86/71.90	c BCD2: 1101 <= obj <= 1489
71.86/71.90	c BCD2: #cores=45, #unrelaxed=388, #relaxed=1146, #hardened=0
71.86/71.90	c BCD2: #sat=1 #unsat=1102 bias=1102/1103
71.86/71.90	c Solving starts ...
71.86/71.90	c ============================[ Search Statistics ]============================
71.86/71.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.86/71.90	c       |         |          |          |    Limit     GC | Var      | Constra 
71.86/71.90	c =============================================================================
71.86/71.90	c  0.0s |       0 |        0 |        0 |    62514      0 |     1056 |     1101
71.86/71.96	c  0.1s |       0 |       46 |        1 |    62514      0 |     1056 |     1101
71.86/71.96	c #cpu_time = 0.060s
71.86/71.96	c #wall_clock_time = 0.060s
71.86/71.96	c #decision = 46
71.86/71.96	c #random_decision = 0
71.86/71.96	c #conflict = 1
71.86/71.96	c #restart = 0
71.86/71.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
71.86/71.96	c lower bound updated to -432
71.86/71.96	c BCD2: 1102 <= obj <= 1489
71.86/71.96	c BCD2: #cores=45, #unrelaxed=387, #relaxed=1147, #hardened=0
71.86/71.96	c BCD2: #sat=1 #unsat=1103 bias=1103/1104
71.86/71.96	c Solving starts ...
71.86/71.96	c ============================[ Search Statistics ]============================
71.86/71.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.86/71.96	c       |         |          |          |    Limit     GC | Var      | Constra 
71.86/71.96	c =============================================================================
71.86/71.96	c  0.0s |       0 |        0 |        0 |    62514      0 |     1057 |     1101
71.96/72.02	c  0.1s |       0 |       46 |        1 |    62514      0 |     1057 |     1102
71.96/72.02	c #cpu_time = 0.062s
71.96/72.02	c #wall_clock_time = 0.062s
71.96/72.02	c #decision = 46
71.96/72.02	c #random_decision = 0
71.96/72.02	c #conflict = 1
71.96/72.02	c #restart = 0
71.96/72.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
71.96/72.02	c lower bound updated to -431
71.96/72.02	c BCD2: 1103 <= obj <= 1489
71.96/72.02	c BCD2: #cores=45, #unrelaxed=386, #relaxed=1148, #hardened=0
71.96/72.02	c BCD2: #sat=1 #unsat=1104 bias=1104/1105
71.96/72.02	c Solving starts ...
71.96/72.02	c ============================[ Search Statistics ]============================
71.96/72.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.96/72.02	c       |         |          |          |    Limit     GC | Var      | Constra 
71.96/72.02	c =============================================================================
71.96/72.02	c  0.0s |       0 |        0 |        0 |    62514      0 |     1058 |     1102
71.96/72.09	c  0.1s |       0 |       46 |        1 |    62514      0 |     1058 |     1103
71.96/72.09	c #cpu_time = 0.064s
71.96/72.09	c #wall_clock_time = 0.064s
71.96/72.09	c #decision = 46
71.96/72.09	c #random_decision = 0
71.96/72.09	c #conflict = 1
71.96/72.09	c #restart = 0
71.96/72.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
71.96/72.09	c lower bound updated to -430
71.96/72.09	c BCD2: 1104 <= obj <= 1489
71.96/72.09	c BCD2: #cores=45, #unrelaxed=385, #relaxed=1149, #hardened=0
71.96/72.09	c BCD2: #sat=1 #unsat=1105 bias=1105/1106
71.96/72.09	c Solving starts ...
71.96/72.09	c ============================[ Search Statistics ]============================
71.96/72.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.96/72.09	c       |         |          |          |    Limit     GC | Var      | Constra 
71.96/72.09	c =============================================================================
71.96/72.09	c  0.0s |       0 |        0 |        0 |    62514      0 |     1059 |     1103
72.06/72.15	c  0.1s |       0 |       46 |        1 |    62514      0 |     1059 |     1104
72.06/72.15	c #cpu_time = 0.063s
72.06/72.15	c #wall_clock_time = 0.063s
72.06/72.15	c #decision = 46
72.06/72.15	c #random_decision = 0
72.06/72.15	c #conflict = 1
72.06/72.15	c #restart = 0
72.06/72.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
72.06/72.15	c lower bound updated to -429
72.06/72.15	c BCD2: 1105 <= obj <= 1489
72.06/72.15	c BCD2: #cores=45, #unrelaxed=384, #relaxed=1150, #hardened=0
72.06/72.15	c BCD2: #sat=1 #unsat=1106 bias=1106/1107
72.06/72.15	c Solving starts ...
72.06/72.15	c ============================[ Search Statistics ]============================
72.06/72.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.06/72.15	c       |         |          |          |    Limit     GC | Var      | Constra 
72.06/72.15	c =============================================================================
72.06/72.15	c  0.0s |       0 |        0 |        0 |    62514      0 |     1060 |     1104
72.16/72.22	c  0.1s |       0 |       46 |        1 |    62514      0 |     1060 |     1105
72.16/72.22	c #cpu_time = 0.063s
72.16/72.22	c #wall_clock_time = 0.063s
72.16/72.22	c #decision = 46
72.16/72.22	c #random_decision = 0
72.16/72.22	c #conflict = 1
72.16/72.22	c #restart = 0
72.16/72.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
72.16/72.22	c lower bound updated to -428
72.16/72.22	c BCD2: 1106 <= obj <= 1489
72.16/72.22	c BCD2: #cores=45, #unrelaxed=383, #relaxed=1151, #hardened=0
72.16/72.22	c BCD2: #sat=1 #unsat=1107 bias=1107/1108
72.16/72.22	c Solving starts ...
72.16/72.22	c ============================[ Search Statistics ]============================
72.16/72.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.16/72.22	c       |         |          |          |    Limit     GC | Var      | Constra 
72.16/72.22	c =============================================================================
72.16/72.22	c  0.0s |       0 |        0 |        0 |    62514      0 |     1061 |     1105
72.16/72.28	c  0.1s |       0 |       46 |        1 |    62514      0 |     1061 |     1106
72.16/72.28	c #cpu_time = 0.062s
72.16/72.28	c #wall_clock_time = 0.062s
72.16/72.28	c #decision = 46
72.16/72.28	c #random_decision = 0
72.16/72.28	c #conflict = 1
72.16/72.28	c #restart = 0
72.16/72.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
72.16/72.28	c lower bound updated to -427
72.16/72.29	c BCD2: 1107 <= obj <= 1489
72.16/72.29	c BCD2: #cores=45, #unrelaxed=382, #relaxed=1152, #hardened=0
72.16/72.29	c BCD2: #sat=1 #unsat=1108 bias=1108/1109
72.16/72.29	c Solving starts ...
72.16/72.29	c ============================[ Search Statistics ]============================
72.16/72.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.16/72.29	c       |         |          |          |    Limit     GC | Var      | Constra 
72.16/72.29	c =============================================================================
72.16/72.29	c  0.0s |       0 |        0 |        0 |    62514      0 |     1062 |     1106
72.26/72.35	c  0.1s |       0 |       46 |        1 |    62514      0 |     1062 |     1107
72.26/72.35	c #cpu_time = 0.060s
72.26/72.35	c #wall_clock_time = 0.060s
72.26/72.35	c #decision = 46
72.26/72.35	c #random_decision = 0
72.26/72.35	c #conflict = 1
72.26/72.35	c #restart = 0
72.26/72.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
72.26/72.35	c lower bound updated to -426
72.26/72.35	c BCD2: 1108 <= obj <= 1489
72.26/72.35	c BCD2: #cores=45, #unrelaxed=381, #relaxed=1153, #hardened=0
72.26/72.35	c BCD2: #sat=1 #unsat=1109 bias=1109/1110
72.26/72.35	c Solving starts ...
72.26/72.35	c ============================[ Search Statistics ]============================
72.26/72.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.26/72.35	c       |         |          |          |    Limit     GC | Var      | Constra 
72.26/72.35	c =============================================================================
72.26/72.35	c  0.0s |       0 |        0 |        0 |    62514      0 |     1063 |     1107
72.36/72.41	c  0.1s |       0 |       46 |        1 |    62514      0 |     1063 |     1108
72.36/72.41	c #cpu_time = 0.062s
72.36/72.41	c #wall_clock_time = 0.062s
72.36/72.41	c #decision = 46
72.36/72.41	c #random_decision = 0
72.36/72.41	c #conflict = 1
72.36/72.41	c #restart = 0
72.36/72.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
72.36/72.41	c lower bound updated to -425
72.36/72.41	c BCD2: 1109 <= obj <= 1489
72.36/72.41	c BCD2: #cores=45, #unrelaxed=380, #relaxed=1154, #hardened=0
72.36/72.41	c BCD2: #sat=1 #unsat=1110 bias=1110/1111
72.36/72.41	c Solving starts ...
72.36/72.41	c ============================[ Search Statistics ]============================
72.36/72.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.36/72.41	c       |         |          |          |    Limit     GC | Var      | Constra 
72.36/72.41	c =============================================================================
72.36/72.41	c  0.0s |       0 |        0 |        0 |    62514      0 |     1064 |     1108
72.36/72.48	c  0.1s |       0 |       46 |        1 |    62514      0 |     1064 |     1109
72.36/72.48	c #cpu_time = 0.062s
72.36/72.48	c #wall_clock_time = 0.062s
72.36/72.48	c #decision = 46
72.36/72.48	c #random_decision = 0
72.36/72.48	c #conflict = 1
72.36/72.48	c #restart = 0
72.36/72.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
72.36/72.48	c lower bound updated to -424
72.36/72.48	c BCD2: 1110 <= obj <= 1489
72.36/72.48	c BCD2: #cores=45, #unrelaxed=379, #relaxed=1155, #hardened=0
72.36/72.48	c BCD2: #sat=1 #unsat=1111 bias=1111/1112
72.36/72.48	c Solving starts ...
72.36/72.48	c ============================[ Search Statistics ]============================
72.36/72.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.36/72.48	c       |         |          |          |    Limit     GC | Var      | Constra 
72.36/72.48	c =============================================================================
72.36/72.48	c  0.0s |       0 |        0 |        0 |    62514      0 |     1065 |     1109
72.46/72.54	c  0.1s |       0 |       46 |        1 |    62514      0 |     1065 |     1110
72.46/72.54	c #cpu_time = 0.063s
72.46/72.54	c #wall_clock_time = 0.063s
72.46/72.54	c #decision = 46
72.46/72.54	c #random_decision = 0
72.46/72.54	c #conflict = 1
72.46/72.54	c #restart = 0
72.46/72.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
72.46/72.54	c lower bound updated to -423
72.46/72.54	c BCD2: 1111 <= obj <= 1489
72.46/72.54	c BCD2: #cores=45, #unrelaxed=378, #relaxed=1156, #hardened=0
72.46/72.54	c BCD2: #sat=1 #unsat=1112 bias=1112/1113
72.46/72.54	c Solving starts ...
72.46/72.54	c ============================[ Search Statistics ]============================
72.46/72.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.46/72.54	c       |         |          |          |    Limit     GC | Var      | Constra 
72.46/72.54	c =============================================================================
72.46/72.54	c  0.0s |       0 |        0 |        0 |    62514      0 |     1066 |     1110
72.56/72.60	c  0.1s |       0 |       46 |        1 |    62514      0 |     1066 |     1111
72.56/72.60	c #cpu_time = 0.063s
72.56/72.60	c #wall_clock_time = 0.064s
72.56/72.60	c #decision = 46
72.56/72.60	c #random_decision = 0
72.56/72.60	c #conflict = 1
72.56/72.60	c #restart = 0
72.56/72.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
72.56/72.60	c lower bound updated to -422
72.56/72.61	c BCD2: 1112 <= obj <= 1489
72.56/72.61	c BCD2: #cores=45, #unrelaxed=377, #relaxed=1157, #hardened=0
72.56/72.61	c BCD2: #sat=1 #unsat=1113 bias=1113/1114
72.56/72.61	c Solving starts ...
72.56/72.61	c ============================[ Search Statistics ]============================
72.56/72.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.56/72.61	c       |         |          |          |    Limit     GC | Var      | Constra 
72.56/72.61	c =============================================================================
72.56/72.61	c  0.0s |       0 |        0 |        0 |    62514      0 |     1067 |     1111
72.56/72.67	c  0.1s |       0 |       46 |        1 |    62514      0 |     1067 |     1112
72.56/72.67	c #cpu_time = 0.065s
72.56/72.67	c #wall_clock_time = 0.066s
72.56/72.67	c #decision = 46
72.56/72.67	c #random_decision = 0
72.56/72.67	c #conflict = 1
72.56/72.67	c #restart = 0
72.56/72.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
72.56/72.67	c lower bound updated to -421
72.56/72.67	c BCD2: 1113 <= obj <= 1489
72.56/72.67	c BCD2: #cores=45, #unrelaxed=376, #relaxed=1158, #hardened=0
72.56/72.67	c BCD2: #sat=1 #unsat=1114 bias=1114/1115
72.56/72.67	c Solving starts ...
72.56/72.67	c ============================[ Search Statistics ]============================
72.56/72.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.56/72.67	c       |         |          |          |    Limit     GC | Var      | Constra 
72.56/72.67	c =============================================================================
72.56/72.67	c  0.0s |       0 |        0 |        0 |    62514      0 |     1068 |     1112
72.66/72.74	c  0.1s |       0 |       46 |        1 |    62514      0 |     1068 |     1113
72.66/72.74	c #cpu_time = 0.063s
72.66/72.74	c #wall_clock_time = 0.064s
72.66/72.74	c #decision = 46
72.66/72.74	c #random_decision = 0
72.66/72.74	c #conflict = 1
72.66/72.74	c #restart = 0
72.66/72.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
72.66/72.74	c lower bound updated to -420
72.66/72.74	c BCD2: 1114 <= obj <= 1489
72.66/72.74	c BCD2: #cores=45, #unrelaxed=375, #relaxed=1159, #hardened=0
72.66/72.74	c BCD2: #sat=1 #unsat=1115 bias=1115/1116
72.66/72.74	c Solving starts ...
72.66/72.74	c ============================[ Search Statistics ]============================
72.66/72.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.66/72.74	c       |         |          |          |    Limit     GC | Var      | Constra 
72.66/72.74	c =============================================================================
72.66/72.74	c  0.0s |       0 |        0 |        0 |    62514      0 |     1069 |     1113
72.76/72.81	c  0.1s |       0 |       46 |        1 |    62514      0 |     1069 |     1114
72.76/72.81	c #cpu_time = 0.060s
72.76/72.81	c #wall_clock_time = 0.060s
72.76/72.81	c #decision = 46
72.76/72.81	c #random_decision = 0
72.76/72.81	c #conflict = 1
72.76/72.81	c #restart = 0
72.76/72.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
72.76/72.81	c lower bound updated to -419
72.76/72.81	c BCD2: 1115 <= obj <= 1489
72.76/72.81	c BCD2: #cores=45, #unrelaxed=374, #relaxed=1160, #hardened=0
72.76/72.81	c BCD2: #sat=1 #unsat=1116 bias=1116/1117
72.76/72.81	c Solving starts ...
72.76/72.81	c ============================[ Search Statistics ]============================
72.76/72.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.76/72.81	c       |         |          |          |    Limit     GC | Var      | Constra 
72.76/72.81	c =============================================================================
72.76/72.81	c  0.0s |       0 |        0 |        0 |    62514      0 |     1070 |     1114
72.76/72.87	c  0.1s |       0 |       46 |        1 |    62514      0 |     1070 |     1115
72.76/72.87	c #cpu_time = 0.062s
72.76/72.87	c #wall_clock_time = 0.062s
72.76/72.87	c #decision = 46
72.76/72.87	c #random_decision = 0
72.76/72.87	c #conflict = 1
72.76/72.87	c #restart = 0
72.76/72.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
72.76/72.87	c lower bound updated to -418
72.76/72.87	c BCD2: 1116 <= obj <= 1489
72.76/72.87	c BCD2: #cores=45, #unrelaxed=373, #relaxed=1161, #hardened=0
72.76/72.87	c BCD2: #sat=1 #unsat=1117 bias=1117/1118
72.76/72.87	c Solving starts ...
72.76/72.87	c ============================[ Search Statistics ]============================
72.76/72.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.76/72.87	c       |         |          |          |    Limit     GC | Var      | Constra 
72.76/72.87	c =============================================================================
72.76/72.87	c  0.0s |       0 |        0 |        0 |    62514      0 |     1071 |     1115
72.86/72.93	c  0.1s |       0 |       46 |        1 |    62514      0 |     1071 |     1116
72.86/72.93	c #cpu_time = 0.062s
72.86/72.93	c #wall_clock_time = 0.062s
72.86/72.93	c #decision = 46
72.86/72.93	c #random_decision = 0
72.86/72.93	c #conflict = 1
72.86/72.93	c #restart = 0
72.86/72.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
72.86/72.93	c lower bound updated to -417
72.86/72.93	c BCD2: 1117 <= obj <= 1489
72.86/72.93	c BCD2: #cores=45, #unrelaxed=372, #relaxed=1162, #hardened=0
72.86/72.93	c BCD2: #sat=1 #unsat=1118 bias=1118/1119
72.86/72.93	c Solving starts ...
72.86/72.93	c ============================[ Search Statistics ]============================
72.86/72.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.86/72.93	c       |         |          |          |    Limit     GC | Var      | Constra 
72.86/72.93	c =============================================================================
72.86/72.93	c  0.0s |       0 |        0 |        0 |    62514      0 |     1072 |     1116
72.96/73.00	c  0.1s |       0 |       46 |        1 |    62514      0 |     1072 |     1117
72.96/73.00	c #cpu_time = 0.063s
72.96/73.00	c #wall_clock_time = 0.063s
72.96/73.00	c #decision = 46
72.96/73.00	c #random_decision = 0
72.96/73.00	c #conflict = 1
72.96/73.00	c #restart = 0
72.96/73.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
72.96/73.00	c lower bound updated to -416
72.96/73.00	c BCD2: 1118 <= obj <= 1489
72.96/73.00	c BCD2: #cores=45, #unrelaxed=371, #relaxed=1163, #hardened=0
72.96/73.00	c BCD2: #sat=1 #unsat=1119 bias=1119/1120
72.96/73.00	c Solving starts ...
72.96/73.00	c ============================[ Search Statistics ]============================
72.96/73.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.96/73.00	c       |         |          |          |    Limit     GC | Var      | Constra 
72.96/73.00	c =============================================================================
72.96/73.00	c  0.0s |       0 |        0 |        0 |    62514      0 |     1073 |     1117
72.96/73.06	c  0.1s |       0 |       46 |        1 |    62514      0 |     1073 |     1118
72.96/73.06	c #cpu_time = 0.063s
72.96/73.06	c #wall_clock_time = 0.063s
72.96/73.06	c #decision = 46
72.96/73.06	c #random_decision = 0
72.96/73.06	c #conflict = 1
72.96/73.06	c #restart = 0
72.96/73.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
72.96/73.06	c lower bound updated to -415
72.96/73.06	c BCD2: 1119 <= obj <= 1489
72.96/73.06	c BCD2: #cores=45, #unrelaxed=370, #relaxed=1164, #hardened=0
72.96/73.06	c BCD2: #sat=1 #unsat=1120 bias=1120/1121
72.96/73.06	c Solving starts ...
72.96/73.06	c ============================[ Search Statistics ]============================
72.96/73.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.96/73.06	c       |         |          |          |    Limit     GC | Var      | Constra 
72.96/73.06	c =============================================================================
72.96/73.06	c  0.0s |       0 |        0 |        0 |    62514      0 |     1074 |     1118
73.06/73.12	c  0.1s |       0 |       46 |        1 |    62514      0 |     1074 |     1119
73.06/73.12	c #cpu_time = 0.062s
73.06/73.12	c #wall_clock_time = 0.062s
73.06/73.12	c #decision = 46
73.06/73.12	c #random_decision = 0
73.06/73.12	c #conflict = 1
73.06/73.12	c #restart = 0
73.06/73.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
73.06/73.12	c lower bound updated to -414
73.06/73.12	c BCD2: 1120 <= obj <= 1489
73.06/73.12	c BCD2: #cores=45, #unrelaxed=369, #relaxed=1165, #hardened=0
73.06/73.12	c BCD2: #sat=1 #unsat=1121 bias=1121/1122
73.06/73.12	c Solving starts ...
73.06/73.12	c ============================[ Search Statistics ]============================
73.06/73.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.06/73.12	c       |         |          |          |    Limit     GC | Var      | Constra 
73.06/73.12	c =============================================================================
73.06/73.12	c  0.0s |       0 |        0 |        0 |    62514      0 |     1075 |     1119
73.06/73.19	c  0.1s |       0 |       46 |        1 |    62514      0 |     1075 |     1120
73.06/73.19	c #cpu_time = 0.062s
73.06/73.19	c #wall_clock_time = 0.062s
73.06/73.19	c #decision = 46
73.06/73.19	c #random_decision = 0
73.06/73.19	c #conflict = 1
73.06/73.19	c #restart = 0
73.06/73.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
73.06/73.19	c lower bound updated to -413
73.06/73.20	c BCD2: 1121 <= obj <= 1489
73.06/73.20	c BCD2: #cores=45, #unrelaxed=368, #relaxed=1166, #hardened=0
73.06/73.20	c BCD2: #sat=1 #unsat=1122 bias=1122/1123
73.06/73.20	c Solving starts ...
73.06/73.20	c ============================[ Search Statistics ]============================
73.06/73.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.06/73.20	c       |         |          |          |    Limit     GC | Var      | Constra 
73.06/73.20	c =============================================================================
73.16/73.20	c  0.0s |       0 |        0 |        0 |    62514      0 |     1076 |     1120
73.16/73.26	c  0.1s |       0 |       46 |        1 |    62514      0 |     1076 |     1121
73.16/73.26	c #cpu_time = 0.060s
73.16/73.26	c #wall_clock_time = 0.060s
73.16/73.26	c #decision = 46
73.16/73.26	c #random_decision = 0
73.16/73.26	c #conflict = 1
73.16/73.26	c #restart = 0
73.16/73.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
73.16/73.26	c lower bound updated to -412
73.16/73.26	c BCD2: 1122 <= obj <= 1489
73.16/73.26	c BCD2: #cores=45, #unrelaxed=367, #relaxed=1167, #hardened=0
73.16/73.26	c BCD2: #sat=1 #unsat=1123 bias=1123/1124
73.16/73.26	c Solving starts ...
73.16/73.26	c ============================[ Search Statistics ]============================
73.16/73.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.16/73.26	c       |         |          |          |    Limit     GC | Var      | Constra 
73.16/73.26	c =============================================================================
73.16/73.26	c  0.0s |       0 |        0 |        0 |    62514      0 |     1077 |     1121
73.26/73.32	c  0.1s |       0 |       46 |        1 |    62514      0 |     1077 |     1122
73.26/73.32	c #cpu_time = 0.062s
73.26/73.32	c #wall_clock_time = 0.062s
73.26/73.32	c #decision = 46
73.26/73.32	c #random_decision = 0
73.26/73.32	c #conflict = 1
73.26/73.32	c #restart = 0
73.26/73.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
73.26/73.32	c lower bound updated to -411
73.26/73.32	c BCD2: 1123 <= obj <= 1489
73.26/73.32	c BCD2: #cores=45, #unrelaxed=366, #relaxed=1168, #hardened=0
73.26/73.32	c BCD2: #sat=1 #unsat=1124 bias=1124/1125
73.26/73.32	c Solving starts ...
73.26/73.32	c ============================[ Search Statistics ]============================
73.26/73.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.26/73.32	c       |         |          |          |    Limit     GC | Var      | Constra 
73.26/73.32	c =============================================================================
73.26/73.32	c  0.0s |       0 |        0 |        0 |    62514      0 |     1078 |     1122
73.26/73.38	c  0.1s |       0 |       46 |        1 |    62514      0 |     1078 |     1123
73.26/73.38	c #cpu_time = 0.062s
73.26/73.38	c #wall_clock_time = 0.062s
73.26/73.38	c #decision = 46
73.26/73.38	c #random_decision = 0
73.26/73.38	c #conflict = 1
73.26/73.38	c #restart = 0
73.26/73.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
73.26/73.38	c lower bound updated to -410
73.26/73.38	c BCD2: 1124 <= obj <= 1489
73.26/73.38	c BCD2: #cores=45, #unrelaxed=365, #relaxed=1169, #hardened=0
73.26/73.38	c BCD2: #sat=1 #unsat=1125 bias=1125/1126
73.26/73.38	c Solving starts ...
73.26/73.38	c ============================[ Search Statistics ]============================
73.26/73.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.26/73.38	c       |         |          |          |    Limit     GC | Var      | Constra 
73.26/73.38	c =============================================================================
73.26/73.38	c  0.0s |       0 |        0 |        0 |    62514      0 |     1079 |     1123
73.36/73.45	c  0.1s |       0 |       46 |        1 |    62514      0 |     1079 |     1124
73.36/73.45	c #cpu_time = 0.063s
73.36/73.45	c #wall_clock_time = 0.063s
73.36/73.45	c #decision = 46
73.36/73.45	c #random_decision = 0
73.36/73.45	c #conflict = 1
73.36/73.45	c #restart = 0
73.36/73.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
73.36/73.45	c lower bound updated to -409
73.36/73.45	c BCD2: 1125 <= obj <= 1489
73.36/73.45	c BCD2: #cores=45, #unrelaxed=364, #relaxed=1170, #hardened=0
73.36/73.45	c BCD2: #sat=1 #unsat=1126 bias=1126/1127
73.36/73.45	c Solving starts ...
73.36/73.45	c ============================[ Search Statistics ]============================
73.36/73.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.36/73.45	c       |         |          |          |    Limit     GC | Var      | Constra 
73.36/73.45	c =============================================================================
73.36/73.45	c  0.0s |       0 |        0 |        0 |    62514      0 |     1080 |     1124
73.46/73.51	c  0.1s |       0 |       46 |        0 |    62514      0 |     1080 |     1125
73.46/73.51	c #cpu_time = 0.063s
73.46/73.51	c #wall_clock_time = 0.063s
73.46/73.51	c #decision = 46
73.46/73.51	c #random_decision = 0
73.46/73.51	c #conflict = 0
73.46/73.51	c #restart = 0
73.46/73.51	c BCD2: found a new core of size 2: cost of the new core is >=1
73.46/73.51	c lower bound updated to -408
73.46/73.52	c BCD2: 1126 <= obj <= 1489
73.46/73.52	c BCD2: #cores=46, #unrelaxed=362, #relaxed=1172, #hardened=0
73.46/73.52	c BCD2: #sat=1 #unsat=1127 bias=1127/1128
73.46/73.52	c Solving starts ...
73.46/73.52	c ============================[ Search Statistics ]============================
73.46/73.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.46/73.52	c       |         |          |          |    Limit     GC | Var      | Constra 
73.46/73.52	c =============================================================================
73.46/73.52	c  0.0s |       0 |        0 |        0 |    62514      0 |     1080 |     1126
73.46/73.58	c  0.1s |       0 |       47 |        1 |    62514      0 |     1080 |     1126
73.46/73.58	c #cpu_time = 0.060s
73.46/73.58	c #wall_clock_time = 0.060s
73.46/73.58	c #decision = 47
73.46/73.58	c #random_decision = 0
73.46/73.58	c #conflict = 1
73.46/73.58	c #restart = 0
73.46/73.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
73.46/73.58	c lower bound updated to -407
73.46/73.58	c BCD2: 1127 <= obj <= 1489
73.46/73.58	c BCD2: #cores=46, #unrelaxed=361, #relaxed=1173, #hardened=0
73.46/73.58	c BCD2: #sat=1 #unsat=1128 bias=1128/1129
73.46/73.58	c Solving starts ...
73.46/73.58	c ============================[ Search Statistics ]============================
73.46/73.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.46/73.58	c       |         |          |          |    Limit     GC | Var      | Constra 
73.46/73.58	c =============================================================================
73.46/73.58	c  0.0s |       0 |        0 |        0 |    62514      0 |     1081 |     1126
73.56/73.65	c  0.1s |       0 |       47 |        1 |    62514      0 |     1081 |     1127
73.56/73.65	c #cpu_time = 0.062s
73.56/73.65	c #wall_clock_time = 0.062s
73.56/73.65	c #decision = 47
73.56/73.65	c #random_decision = 0
73.56/73.65	c #conflict = 1
73.56/73.65	c #restart = 0
73.56/73.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
73.56/73.65	c lower bound updated to -406
73.56/73.65	c BCD2: 1128 <= obj <= 1489
73.56/73.65	c BCD2: #cores=46, #unrelaxed=360, #relaxed=1174, #hardened=0
73.56/73.65	c BCD2: #sat=1 #unsat=1129 bias=1129/1130
73.56/73.65	c Solving starts ...
73.56/73.65	c ============================[ Search Statistics ]============================
73.56/73.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.56/73.65	c       |         |          |          |    Limit     GC | Var      | Constra 
73.56/73.65	c =============================================================================
73.56/73.66	c  0.0s |       0 |        0 |        0 |    62514      0 |     1082 |     1127
73.66/73.72	c  0.1s |       0 |       47 |        1 |    62514      0 |     1082 |     1128
73.66/73.72	c #cpu_time = 0.061s
73.66/73.72	c #wall_clock_time = 0.062s
73.66/73.72	c #decision = 47
73.66/73.72	c #random_decision = 0
73.66/73.72	c #conflict = 1
73.66/73.72	c #restart = 0
73.66/73.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
73.66/73.72	c lower bound updated to -405
73.66/73.72	c BCD2: 1129 <= obj <= 1489
73.66/73.72	c BCD2: #cores=46, #unrelaxed=359, #relaxed=1175, #hardened=0
73.66/73.72	c BCD2: #sat=1 #unsat=1130 bias=1130/1131
73.66/73.72	c Solving starts ...
73.66/73.72	c ============================[ Search Statistics ]============================
73.66/73.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.66/73.72	c       |         |          |          |    Limit     GC | Var      | Constra 
73.66/73.72	c =============================================================================
73.66/73.72	c  0.0s |       0 |        0 |        0 |    62514      0 |     1083 |     1128
73.66/73.78	c  0.1s |       0 |       47 |        1 |    62514      0 |     1083 |     1129
73.66/73.78	c #cpu_time = 0.066s
73.66/73.78	c #wall_clock_time = 0.066s
73.66/73.78	c #decision = 47
73.66/73.78	c #random_decision = 0
73.66/73.78	c #conflict = 1
73.66/73.78	c #restart = 0
73.66/73.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
73.66/73.78	c lower bound updated to -404
73.66/73.79	c BCD2: 1130 <= obj <= 1489
73.66/73.79	c BCD2: #cores=46, #unrelaxed=358, #relaxed=1176, #hardened=0
73.66/73.79	c BCD2: #sat=1 #unsat=1131 bias=1131/1132
73.66/73.79	c Solving starts ...
73.66/73.79	c ============================[ Search Statistics ]============================
73.66/73.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.66/73.79	c       |         |          |          |    Limit     GC | Var      | Constra 
73.66/73.79	c =============================================================================
73.66/73.79	c  0.0s |       0 |        0 |        0 |    62514      0 |     1084 |     1129
73.76/73.85	c  0.1s |       0 |       47 |        1 |    62514      0 |     1084 |     1130
73.76/73.85	c #cpu_time = 0.063s
73.76/73.85	c #wall_clock_time = 0.063s
73.76/73.85	c #decision = 47
73.76/73.85	c #random_decision = 0
73.76/73.85	c #conflict = 1
73.76/73.85	c #restart = 0
73.76/73.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
73.76/73.85	c lower bound updated to -403
73.76/73.85	c BCD2: 1131 <= obj <= 1489
73.76/73.85	c BCD2: #cores=46, #unrelaxed=357, #relaxed=1177, #hardened=0
73.76/73.85	c BCD2: #sat=1 #unsat=1132 bias=1132/1133
73.76/73.85	c Solving starts ...
73.76/73.85	c ============================[ Search Statistics ]============================
73.76/73.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.76/73.85	c       |         |          |          |    Limit     GC | Var      | Constra 
73.76/73.85	c =============================================================================
73.76/73.85	c  0.0s |       0 |        0 |        0 |    62514      0 |     1085 |     1130
73.86/73.91	c  0.1s |       0 |       47 |        1 |    62514      0 |     1085 |     1131
73.86/73.91	c #cpu_time = 0.063s
73.86/73.91	c #wall_clock_time = 0.063s
73.86/73.91	c #decision = 47
73.86/73.91	c #random_decision = 0
73.86/73.91	c #conflict = 1
73.86/73.91	c #restart = 0
73.86/73.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
73.86/73.91	c lower bound updated to -402
73.86/73.91	c BCD2: 1132 <= obj <= 1489
73.86/73.91	c BCD2: #cores=46, #unrelaxed=356, #relaxed=1178, #hardened=0
73.86/73.91	c BCD2: #sat=1 #unsat=1133 bias=1133/1134
73.86/73.91	c Solving starts ...
73.86/73.91	c ============================[ Search Statistics ]============================
73.86/73.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.86/73.91	c       |         |          |          |    Limit     GC | Var      | Constra 
73.86/73.91	c =============================================================================
73.86/73.91	c  0.0s |       0 |        0 |        0 |    62514      0 |     1086 |     1131
73.86/73.98	c  0.1s |       0 |       47 |        1 |    62514      0 |     1086 |     1132
73.86/73.98	c #cpu_time = 0.063s
73.86/73.98	c #wall_clock_time = 0.063s
73.86/73.98	c #decision = 47
73.86/73.98	c #random_decision = 0
73.86/73.98	c #conflict = 1
73.86/73.98	c #restart = 0
73.86/73.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
73.86/73.98	c lower bound updated to -401
73.86/73.98	c BCD2: 1133 <= obj <= 1489
73.86/73.98	c BCD2: #cores=46, #unrelaxed=355, #relaxed=1179, #hardened=0
73.86/73.98	c BCD2: #sat=1 #unsat=1134 bias=1134/1135
73.86/73.98	c Solving starts ...
73.86/73.98	c ============================[ Search Statistics ]============================
73.86/73.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.86/73.98	c       |         |          |          |    Limit     GC | Var      | Constra 
73.86/73.98	c =============================================================================
73.86/73.98	c  0.0s |       0 |        0 |        0 |    62514      0 |     1087 |     1132
73.96/74.04	c  0.1s |       0 |       47 |        1 |    62514      0 |     1087 |     1133
73.96/74.04	c #cpu_time = 0.062s
73.96/74.04	c #wall_clock_time = 0.062s
73.96/74.04	c #decision = 47
73.96/74.04	c #random_decision = 0
73.96/74.04	c #conflict = 1
73.96/74.04	c #restart = 0
73.96/74.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
73.96/74.04	c lower bound updated to -400
73.96/74.04	c BCD2: 1134 <= obj <= 1489
73.96/74.04	c BCD2: #cores=46, #unrelaxed=354, #relaxed=1180, #hardened=0
73.96/74.04	c BCD2: #sat=1 #unsat=1135 bias=1135/1136
73.96/74.04	c Solving starts ...
73.96/74.04	c ============================[ Search Statistics ]============================
73.96/74.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.96/74.04	c       |         |          |          |    Limit     GC | Var      | Constra 
73.96/74.04	c =============================================================================
73.96/74.04	c  0.0s |       0 |        0 |        0 |    62514      0 |     1088 |     1133
74.06/74.10	c  0.1s |       0 |       47 |        1 |    62514      0 |     1088 |     1134
74.06/74.10	c #cpu_time = 0.062s
74.06/74.10	c #wall_clock_time = 0.062s
74.06/74.10	c #decision = 47
74.06/74.10	c #random_decision = 0
74.06/74.10	c #conflict = 1
74.06/74.10	c #restart = 0
74.06/74.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
74.06/74.10	c lower bound updated to -399
74.06/74.10	c BCD2: 1135 <= obj <= 1489
74.06/74.10	c BCD2: #cores=46, #unrelaxed=353, #relaxed=1181, #hardened=0
74.06/74.10	c BCD2: #sat=1 #unsat=1136 bias=1136/1137
74.06/74.10	c Solving starts ...
74.06/74.10	c ============================[ Search Statistics ]============================
74.06/74.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.06/74.10	c       |         |          |          |    Limit     GC | Var      | Constra 
74.06/74.10	c =============================================================================
74.06/74.10	c  0.0s |       0 |        0 |        0 |    62514      0 |     1089 |     1134
74.06/74.17	c  0.1s |       0 |       47 |        1 |    62514      0 |     1089 |     1135
74.06/74.17	c #cpu_time = 0.062s
74.06/74.17	c #wall_clock_time = 0.062s
74.06/74.17	c #decision = 47
74.06/74.17	c #random_decision = 0
74.06/74.17	c #conflict = 1
74.06/74.17	c #restart = 0
74.06/74.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
74.06/74.17	c lower bound updated to -398
74.06/74.18	c BCD2: 1136 <= obj <= 1489
74.06/74.18	c BCD2: #cores=46, #unrelaxed=352, #relaxed=1182, #hardened=0
74.06/74.18	c BCD2: #sat=1 #unsat=1137 bias=1137/1138
74.06/74.18	c Solving starts ...
74.06/74.18	c ============================[ Search Statistics ]============================
74.06/74.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.06/74.18	c       |         |          |          |    Limit     GC | Var      | Constra 
74.06/74.18	c =============================================================================
74.06/74.18	c  0.0s |       0 |        0 |        0 |    62514      0 |     1090 |     1135
74.16/74.24	c  0.1s |       0 |       47 |        1 |    62514      0 |     1090 |     1136
74.16/74.24	c #cpu_time = 0.060s
74.16/74.24	c #wall_clock_time = 0.060s
74.16/74.24	c #decision = 47
74.16/74.24	c #random_decision = 0
74.16/74.24	c #conflict = 1
74.16/74.24	c #restart = 0
74.16/74.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
74.16/74.24	c lower bound updated to -397
74.16/74.24	c BCD2: 1137 <= obj <= 1489
74.16/74.24	c BCD2: #cores=46, #unrelaxed=351, #relaxed=1183, #hardened=0
74.16/74.24	c BCD2: #sat=1 #unsat=1138 bias=1138/1139
74.16/74.24	c Solving starts ...
74.16/74.24	c ============================[ Search Statistics ]============================
74.16/74.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.16/74.24	c       |         |          |          |    Limit     GC | Var      | Constra 
74.16/74.24	c =============================================================================
74.16/74.24	c  0.0s |       0 |        0 |        0 |    62514      0 |     1091 |     1136
74.26/74.30	c  0.1s |       0 |       47 |        1 |    62514      0 |     1091 |     1137
74.26/74.30	c #cpu_time = 0.062s
74.26/74.30	c #wall_clock_time = 0.062s
74.26/74.30	c #decision = 47
74.26/74.30	c #random_decision = 0
74.26/74.30	c #conflict = 1
74.26/74.30	c #restart = 0
74.26/74.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
74.26/74.30	c lower bound updated to -396
74.26/74.30	c BCD2: 1138 <= obj <= 1489
74.26/74.30	c BCD2: #cores=46, #unrelaxed=350, #relaxed=1184, #hardened=0
74.26/74.30	c BCD2: #sat=1 #unsat=1139 bias=1139/1140
74.26/74.30	c Solving starts ...
74.26/74.30	c ============================[ Search Statistics ]============================
74.26/74.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.26/74.30	c       |         |          |          |    Limit     GC | Var      | Constra 
74.26/74.30	c =============================================================================
74.26/74.30	c  0.0s |       0 |        0 |        0 |    62514      0 |     1092 |     1137
74.26/74.36	c  0.1s |       0 |       47 |        1 |    62514      0 |     1092 |     1138
74.26/74.36	c #cpu_time = 0.062s
74.26/74.36	c #wall_clock_time = 0.062s
74.26/74.36	c #decision = 47
74.26/74.36	c #random_decision = 0
74.26/74.36	c #conflict = 1
74.26/74.36	c #restart = 0
74.26/74.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
74.26/74.36	c lower bound updated to -395
74.26/74.36	c BCD2: 1139 <= obj <= 1489
74.26/74.36	c BCD2: #cores=46, #unrelaxed=349, #relaxed=1185, #hardened=0
74.26/74.36	c BCD2: #sat=1 #unsat=1140 bias=1140/1141
74.26/74.36	c Solving starts ...
74.26/74.36	c ============================[ Search Statistics ]============================
74.26/74.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.26/74.36	c       |         |          |          |    Limit     GC | Var      | Constra 
74.26/74.36	c =============================================================================
74.26/74.36	c  0.0s |       0 |        0 |        0 |    62514      0 |     1093 |     1138
74.36/74.43	c  0.1s |       0 |       47 |        1 |    62514      0 |     1093 |     1139
74.36/74.43	c #cpu_time = 0.063s
74.36/74.43	c #wall_clock_time = 0.063s
74.36/74.43	c #decision = 47
74.36/74.43	c #random_decision = 0
74.36/74.43	c #conflict = 1
74.36/74.43	c #restart = 0
74.36/74.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
74.36/74.43	c lower bound updated to -394
74.36/74.43	c BCD2: 1140 <= obj <= 1489
74.36/74.43	c BCD2: #cores=46, #unrelaxed=348, #relaxed=1186, #hardened=0
74.36/74.43	c BCD2: #sat=1 #unsat=1141 bias=1141/1142
74.36/74.43	c Solving starts ...
74.36/74.43	c ============================[ Search Statistics ]============================
74.36/74.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.36/74.43	c       |         |          |          |    Limit     GC | Var      | Constra 
74.36/74.43	c =============================================================================
74.36/74.43	c  0.0s |       0 |        0 |        0 |    62514      0 |     1094 |     1139
74.36/74.49	c  0.1s |       0 |       47 |        1 |    62514      0 |     1094 |     1140
74.36/74.49	c #cpu_time = 0.063s
74.36/74.49	c #wall_clock_time = 0.063s
74.36/74.49	c #decision = 47
74.36/74.49	c #random_decision = 0
74.36/74.49	c #conflict = 1
74.36/74.49	c #restart = 0
74.36/74.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
74.36/74.49	c lower bound updated to -393
74.36/74.49	c BCD2: 1141 <= obj <= 1489
74.36/74.49	c BCD2: #cores=46, #unrelaxed=347, #relaxed=1187, #hardened=0
74.36/74.49	c BCD2: #sat=1 #unsat=1142 bias=1142/1143
74.36/74.49	c Solving starts ...
74.36/74.49	c ============================[ Search Statistics ]============================
74.36/74.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.36/74.49	c       |         |          |          |    Limit     GC | Var      | Constra 
74.36/74.49	c =============================================================================
74.36/74.49	c  0.0s |       0 |        0 |        0 |    62514      0 |     1095 |     1140
74.46/74.56	c  0.1s |       0 |       47 |        1 |    62514      0 |     1095 |     1141
74.46/74.56	c #cpu_time = 0.062s
74.46/74.56	c #wall_clock_time = 0.062s
74.46/74.56	c #decision = 47
74.46/74.56	c #random_decision = 0
74.46/74.56	c #conflict = 1
74.46/74.56	c #restart = 0
74.46/74.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
74.46/74.56	c lower bound updated to -392
74.46/74.56	c BCD2: 1142 <= obj <= 1489
74.46/74.56	c BCD2: #cores=46, #unrelaxed=346, #relaxed=1188, #hardened=0
74.46/74.56	c BCD2: #sat=1 #unsat=1143 bias=1143/1144
74.46/74.56	c Solving starts ...
74.46/74.56	c ============================[ Search Statistics ]============================
74.46/74.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.46/74.56	c       |         |          |          |    Limit     GC | Var      | Constra 
74.46/74.56	c =============================================================================
74.46/74.56	c  0.0s |       0 |        0 |        0 |    62514      0 |     1096 |     1141
74.56/74.62	c  0.1s |       0 |       47 |        1 |    62514      0 |     1096 |     1142
74.56/74.62	c #cpu_time = 0.062s
74.56/74.62	c #wall_clock_time = 0.062s
74.56/74.62	c #decision = 47
74.56/74.62	c #random_decision = 0
74.56/74.62	c #conflict = 1
74.56/74.62	c #restart = 0
74.56/74.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
74.56/74.62	c lower bound updated to -391
74.56/74.63	c BCD2: 1143 <= obj <= 1489
74.56/74.63	c BCD2: #cores=46, #unrelaxed=345, #relaxed=1189, #hardened=0
74.56/74.63	c BCD2: #sat=1 #unsat=1144 bias=1144/1145
74.56/74.63	c Solving starts ...
74.56/74.63	c ============================[ Search Statistics ]============================
74.56/74.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.56/74.63	c       |         |          |          |    Limit     GC | Var      | Constra 
74.56/74.63	c =============================================================================
74.56/74.63	c  0.0s |       0 |        0 |        0 |    62514      0 |     1097 |     1142
74.56/74.69	c  0.1s |       0 |       47 |        1 |    62514      0 |     1097 |     1143
74.56/74.69	c #cpu_time = 0.060s
74.56/74.69	c #wall_clock_time = 0.060s
74.56/74.69	c #decision = 47
74.56/74.69	c #random_decision = 0
74.56/74.69	c #conflict = 1
74.56/74.69	c #restart = 0
74.56/74.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
74.56/74.69	c lower bound updated to -390
74.56/74.69	c BCD2: 1144 <= obj <= 1489
74.56/74.69	c BCD2: #cores=46, #unrelaxed=344, #relaxed=1190, #hardened=0
74.56/74.69	c BCD2: #sat=1 #unsat=1145 bias=1145/1146
74.56/74.69	c Solving starts ...
74.56/74.69	c ============================[ Search Statistics ]============================
74.56/74.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.56/74.69	c       |         |          |          |    Limit     GC | Var      | Constra 
74.56/74.69	c =============================================================================
74.56/74.69	c  0.0s |       0 |        0 |        0 |    62514      0 |     1098 |     1143
74.66/74.75	c  0.1s |       0 |       47 |        1 |    62514      0 |     1098 |     1144
74.66/74.75	c #cpu_time = 0.062s
74.66/74.75	c #wall_clock_time = 0.062s
74.66/74.75	c #decision = 47
74.66/74.75	c #random_decision = 0
74.66/74.75	c #conflict = 1
74.66/74.75	c #restart = 0
74.66/74.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
74.66/74.75	c lower bound updated to -389
74.66/74.75	c BCD2: 1145 <= obj <= 1489
74.66/74.75	c BCD2: #cores=46, #unrelaxed=343, #relaxed=1191, #hardened=0
74.66/74.75	c BCD2: #sat=1 #unsat=1146 bias=1146/1147
74.66/74.75	c Solving starts ...
74.66/74.75	c ============================[ Search Statistics ]============================
74.66/74.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.66/74.75	c       |         |          |          |    Limit     GC | Var      | Constra 
74.66/74.75	c =============================================================================
74.66/74.75	c  0.0s |       0 |        0 |        0 |    62514      0 |     1099 |     1144
74.76/74.82	c  0.1s |       0 |       47 |        1 |    62514      0 |     1099 |     1145
74.76/74.82	c #cpu_time = 0.063s
74.76/74.82	c #wall_clock_time = 0.063s
74.76/74.82	c #decision = 47
74.76/74.82	c #random_decision = 0
74.76/74.82	c #conflict = 1
74.76/74.82	c #restart = 0
74.76/74.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
74.76/74.82	c lower bound updated to -388
74.76/74.82	c BCD2: 1146 <= obj <= 1489
74.76/74.82	c BCD2: #cores=46, #unrelaxed=342, #relaxed=1192, #hardened=0
74.76/74.82	c BCD2: #sat=1 #unsat=1147 bias=1147/1148
74.76/74.82	c Solving starts ...
74.76/74.82	c ============================[ Search Statistics ]============================
74.76/74.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.76/74.82	c       |         |          |          |    Limit     GC | Var      | Constra 
74.76/74.82	c =============================================================================
74.76/74.82	c  0.0s |       0 |        0 |        0 |    62514      0 |     1100 |     1145
74.76/74.88	c  0.1s |       0 |       47 |        1 |    62514      0 |     1100 |     1146
74.76/74.88	c #cpu_time = 0.066s
74.76/74.88	c #wall_clock_time = 0.067s
74.76/74.88	c #decision = 47
74.76/74.88	c #random_decision = 0
74.76/74.88	c #conflict = 1
74.76/74.88	c #restart = 0
74.76/74.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
74.76/74.88	c lower bound updated to -387
74.76/74.88	c BCD2: 1147 <= obj <= 1489
74.76/74.88	c BCD2: #cores=46, #unrelaxed=341, #relaxed=1193, #hardened=0
74.76/74.88	c BCD2: #sat=1 #unsat=1148 bias=1148/1149
74.76/74.88	c Solving starts ...
74.76/74.88	c ============================[ Search Statistics ]============================
74.76/74.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.76/74.88	c       |         |          |          |    Limit     GC | Var      | Constra 
74.76/74.88	c =============================================================================
74.76/74.88	c  0.0s |       0 |        0 |        0 |    62514      0 |     1101 |     1146
74.86/74.95	c  0.1s |       0 |       47 |        1 |    62514      0 |     1101 |     1147
74.86/74.95	c #cpu_time = 0.064s
74.86/74.95	c #wall_clock_time = 0.064s
74.86/74.95	c #decision = 47
74.86/74.95	c #random_decision = 0
74.86/74.95	c #conflict = 1
74.86/74.95	c #restart = 0
74.86/74.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
74.86/74.95	c lower bound updated to -386
74.86/74.95	c BCD2: 1148 <= obj <= 1489
74.86/74.95	c BCD2: #cores=46, #unrelaxed=340, #relaxed=1194, #hardened=0
74.86/74.95	c BCD2: #sat=1 #unsat=1149 bias=1149/1150
74.86/74.95	c Solving starts ...
74.86/74.95	c ============================[ Search Statistics ]============================
74.86/74.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.86/74.95	c       |         |          |          |    Limit     GC | Var      | Constra 
74.86/74.95	c =============================================================================
74.86/74.95	c  0.0s |       0 |        0 |        0 |    62514      0 |     1102 |     1147
74.96/75.01	c  0.1s |       0 |       47 |        1 |    62514      0 |     1102 |     1148
74.96/75.01	c #cpu_time = 0.062s
74.96/75.01	c #wall_clock_time = 0.062s
74.96/75.01	c #decision = 47
74.96/75.01	c #random_decision = 0
74.96/75.01	c #conflict = 1
74.96/75.01	c #restart = 0
74.96/75.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
74.96/75.01	c lower bound updated to -385
74.96/75.01	c BCD2: 1149 <= obj <= 1489
74.96/75.01	c BCD2: #cores=46, #unrelaxed=339, #relaxed=1195, #hardened=0
74.96/75.01	c BCD2: #sat=1 #unsat=1150 bias=1150/1151
74.96/75.01	c Solving starts ...
74.96/75.01	c ============================[ Search Statistics ]============================
74.96/75.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.96/75.01	c       |         |          |          |    Limit     GC | Var      | Constra 
74.96/75.01	c =============================================================================
74.96/75.01	c  0.0s |       0 |        0 |        0 |    62514      0 |     1103 |     1148
74.96/75.08	c  0.1s |       0 |       47 |        1 |    62514      0 |     1103 |     1149
74.96/75.08	c #cpu_time = 0.062s
74.96/75.08	c #wall_clock_time = 0.062s
74.96/75.08	c #decision = 47
74.96/75.08	c #random_decision = 0
74.96/75.08	c #conflict = 1
74.96/75.08	c #restart = 0
74.96/75.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
74.96/75.08	c lower bound updated to -384
74.96/75.09	c BCD2: 1150 <= obj <= 1489
74.96/75.09	c BCD2: #cores=46, #unrelaxed=338, #relaxed=1196, #hardened=0
74.96/75.09	c BCD2: #sat=1 #unsat=1151 bias=1151/1152
74.96/75.09	c Solving starts ...
74.96/75.09	c ============================[ Search Statistics ]============================
74.96/75.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.96/75.09	c       |         |          |          |    Limit     GC | Var      | Constra 
74.96/75.09	c =============================================================================
74.96/75.09	c  0.0s |       0 |        0 |        0 |    62514      0 |     1104 |     1149
75.06/75.15	c  0.1s |       0 |       47 |        0 |    62514      0 |     1104 |     1150
75.06/75.15	c #cpu_time = 0.060s
75.06/75.15	c #wall_clock_time = 0.060s
75.06/75.15	c #decision = 47
75.06/75.15	c #random_decision = 0
75.06/75.15	c #conflict = 0
75.06/75.15	c #restart = 0
75.06/75.15	c BCD2: found a new core of size 2: cost of the new core is >=1
75.06/75.15	c lower bound updated to -383
75.06/75.16	c BCD2: 1151 <= obj <= 1489
75.06/75.16	c BCD2: #cores=47, #unrelaxed=336, #relaxed=1198, #hardened=0
75.06/75.16	c BCD2: #sat=1 #unsat=1152 bias=1152/1153
75.06/75.16	c Solving starts ...
75.06/75.16	c ============================[ Search Statistics ]============================
75.06/75.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.06/75.16	c       |         |          |          |    Limit     GC | Var      | Constra 
75.06/75.16	c =============================================================================
75.06/75.16	c  0.0s |       0 |        0 |        0 |    62514      0 |     1104 |     1151
75.16/75.22	c  0.1s |       0 |       48 |        1 |    62514      0 |     1104 |     1151
75.16/75.22	c #cpu_time = 0.060s
75.16/75.22	c #wall_clock_time = 0.060s
75.16/75.22	c #decision = 48
75.16/75.22	c #random_decision = 0
75.16/75.22	c #conflict = 1
75.16/75.22	c #restart = 0
75.16/75.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
75.16/75.22	c lower bound updated to -382
75.16/75.22	c BCD2: 1152 <= obj <= 1489
75.16/75.22	c BCD2: #cores=47, #unrelaxed=335, #relaxed=1199, #hardened=0
75.16/75.22	c BCD2: #sat=1 #unsat=1153 bias=1153/1154
75.16/75.22	c Solving starts ...
75.16/75.22	c ============================[ Search Statistics ]============================
75.16/75.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.16/75.22	c       |         |          |          |    Limit     GC | Var      | Constra 
75.16/75.22	c =============================================================================
75.16/75.22	c  0.0s |       0 |        0 |        0 |    62514      0 |     1105 |     1151
75.16/75.28	c  0.1s |       0 |       48 |        1 |    62514      0 |     1105 |     1152
75.16/75.28	c #cpu_time = 0.062s
75.16/75.28	c #wall_clock_time = 0.062s
75.16/75.28	c #decision = 48
75.16/75.28	c #random_decision = 0
75.16/75.28	c #conflict = 1
75.16/75.28	c #restart = 0
75.16/75.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
75.16/75.28	c lower bound updated to -381
75.16/75.28	c BCD2: 1153 <= obj <= 1489
75.16/75.28	c BCD2: #cores=47, #unrelaxed=334, #relaxed=1200, #hardened=0
75.16/75.28	c BCD2: #sat=1 #unsat=1154 bias=1154/1155
75.16/75.28	c Solving starts ...
75.16/75.28	c ============================[ Search Statistics ]============================
75.16/75.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.16/75.28	c       |         |          |          |    Limit     GC | Var      | Constra 
75.16/75.28	c =============================================================================
75.16/75.28	c  0.0s |       0 |        0 |        0 |    62514      0 |     1106 |     1152
75.26/75.35	c  0.1s |       0 |       48 |        1 |    62514      0 |     1106 |     1153
75.26/75.35	c #cpu_time = 0.063s
75.26/75.35	c #wall_clock_time = 0.063s
75.26/75.35	c #decision = 48
75.26/75.35	c #random_decision = 0
75.26/75.35	c #conflict = 1
75.26/75.35	c #restart = 0
75.26/75.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
75.26/75.35	c lower bound updated to -380
75.26/75.35	c BCD2: 1154 <= obj <= 1489
75.26/75.35	c BCD2: #cores=47, #unrelaxed=333, #relaxed=1201, #hardened=0
75.26/75.35	c BCD2: #sat=1 #unsat=1155 bias=1155/1156
75.26/75.35	c Solving starts ...
75.26/75.35	c ============================[ Search Statistics ]============================
75.26/75.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.26/75.35	c       |         |          |          |    Limit     GC | Var      | Constra 
75.26/75.35	c =============================================================================
75.26/75.35	c  0.0s |       0 |        0 |        0 |    62514      0 |     1107 |     1153
75.36/75.41	c  0.1s |       0 |       48 |        1 |    62514      0 |     1107 |     1154
75.36/75.41	c #cpu_time = 0.063s
75.36/75.41	c #wall_clock_time = 0.063s
75.36/75.41	c #decision = 48
75.36/75.41	c #random_decision = 0
75.36/75.41	c #conflict = 1
75.36/75.41	c #restart = 0
75.36/75.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
75.36/75.41	c lower bound updated to -379
75.36/75.41	c BCD2: 1155 <= obj <= 1489
75.36/75.41	c BCD2: #cores=47, #unrelaxed=332, #relaxed=1202, #hardened=0
75.36/75.41	c BCD2: #sat=1 #unsat=1156 bias=1156/1157
75.36/75.41	c Solving starts ...
75.36/75.41	c ============================[ Search Statistics ]============================
75.36/75.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.36/75.41	c       |         |          |          |    Limit     GC | Var      | Constra 
75.36/75.41	c =============================================================================
75.36/75.41	c  0.0s |       0 |        0 |        0 |    62514      0 |     1108 |     1154
75.36/75.47	c  0.1s |       0 |       48 |        1 |    62514      0 |     1108 |     1155
75.36/75.47	c #cpu_time = 0.062s
75.36/75.47	c #wall_clock_time = 0.062s
75.36/75.47	c #decision = 48
75.36/75.47	c #random_decision = 0
75.36/75.47	c #conflict = 1
75.36/75.47	c #restart = 0
75.36/75.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
75.36/75.47	c lower bound updated to -378
75.36/75.47	c BCD2: 1156 <= obj <= 1489
75.36/75.47	c BCD2: #cores=47, #unrelaxed=331, #relaxed=1203, #hardened=0
75.36/75.47	c BCD2: #sat=1 #unsat=1157 bias=1157/1158
75.36/75.47	c Solving starts ...
75.36/75.47	c ============================[ Search Statistics ]============================
75.36/75.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.36/75.47	c       |         |          |          |    Limit     GC | Var      | Constra 
75.36/75.47	c =============================================================================
75.36/75.47	c  0.0s |       0 |        0 |        0 |    62514      0 |     1109 |     1155
75.46/75.54	c  0.1s |       0 |       48 |        1 |    62514      0 |     1109 |     1156
75.46/75.54	c #cpu_time = 0.062s
75.46/75.54	c #wall_clock_time = 0.062s
75.46/75.54	c #decision = 48
75.46/75.54	c #random_decision = 0
75.46/75.54	c #conflict = 1
75.46/75.54	c #restart = 0
75.46/75.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
75.46/75.54	c lower bound updated to -377
75.46/75.55	c BCD2: 1157 <= obj <= 1489
75.46/75.55	c BCD2: #cores=47, #unrelaxed=330, #relaxed=1204, #hardened=0
75.46/75.55	c BCD2: #sat=1 #unsat=1158 bias=1158/1159
75.46/75.55	c Solving starts ...
75.46/75.55	c ============================[ Search Statistics ]============================
75.46/75.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.46/75.55	c       |         |          |          |    Limit     GC | Var      | Constra 
75.46/75.55	c =============================================================================
75.46/75.55	c  0.0s |       0 |        0 |        0 |    62514      0 |     1110 |     1156
75.56/75.61	c  0.1s |       0 |       48 |        1 |    62514      0 |     1110 |     1157
75.56/75.61	c #cpu_time = 0.060s
75.56/75.61	c #wall_clock_time = 0.060s
75.56/75.61	c #decision = 48
75.56/75.61	c #random_decision = 0
75.56/75.61	c #conflict = 1
75.56/75.61	c #restart = 0
75.56/75.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
75.56/75.61	c lower bound updated to -376
75.56/75.61	c BCD2: 1158 <= obj <= 1489
75.56/75.61	c BCD2: #cores=47, #unrelaxed=329, #relaxed=1205, #hardened=0
75.56/75.61	c BCD2: #sat=1 #unsat=1159 bias=1159/1160
75.56/75.61	c Solving starts ...
75.56/75.61	c ============================[ Search Statistics ]============================
75.56/75.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.56/75.61	c       |         |          |          |    Limit     GC | Var      | Constra 
75.56/75.61	c =============================================================================
75.56/75.61	c  0.0s |       0 |        0 |        0 |    62514      0 |     1111 |     1157
75.56/75.67	c  0.1s |       0 |       48 |        1 |    62514      0 |     1111 |     1158
75.56/75.67	c #cpu_time = 0.062s
75.56/75.67	c #wall_clock_time = 0.062s
75.56/75.67	c #decision = 48
75.56/75.67	c #random_decision = 0
75.56/75.67	c #conflict = 1
75.56/75.67	c #restart = 0
75.56/75.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
75.56/75.67	c lower bound updated to -375
75.56/75.67	c BCD2: 1159 <= obj <= 1489
75.56/75.67	c BCD2: #cores=47, #unrelaxed=328, #relaxed=1206, #hardened=0
75.56/75.67	c BCD2: #sat=1 #unsat=1160 bias=1160/1161
75.56/75.67	c Solving starts ...
75.56/75.67	c ============================[ Search Statistics ]============================
75.56/75.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.56/75.67	c       |         |          |          |    Limit     GC | Var      | Constra 
75.56/75.67	c =============================================================================
75.56/75.67	c  0.0s |       0 |        0 |        0 |    62514      0 |     1112 |     1158
75.66/75.73	c  0.1s |       0 |       48 |        1 |    62514      0 |     1112 |     1159
75.66/75.73	c #cpu_time = 0.062s
75.66/75.73	c #wall_clock_time = 0.062s
75.66/75.73	c #decision = 48
75.66/75.73	c #random_decision = 0
75.66/75.73	c #conflict = 1
75.66/75.73	c #restart = 0
75.66/75.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
75.66/75.73	c lower bound updated to -374
75.66/75.73	c BCD2: 1160 <= obj <= 1489
75.66/75.73	c BCD2: #cores=47, #unrelaxed=327, #relaxed=1207, #hardened=0
75.66/75.73	c BCD2: #sat=1 #unsat=1161 bias=1161/1162
75.66/75.73	c Solving starts ...
75.66/75.73	c ============================[ Search Statistics ]============================
75.66/75.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.66/75.73	c       |         |          |          |    Limit     GC | Var      | Constra 
75.66/75.73	c =============================================================================
75.66/75.73	c  0.0s |       0 |        0 |        0 |    62514      0 |     1113 |     1159
75.76/75.80	c  0.1s |       0 |       48 |        1 |    62514      0 |     1113 |     1160
75.76/75.80	c #cpu_time = 0.063s
75.76/75.80	c #wall_clock_time = 0.063s
75.76/75.80	c #decision = 48
75.76/75.80	c #random_decision = 0
75.76/75.80	c #conflict = 1
75.76/75.80	c #restart = 0
75.76/75.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
75.76/75.80	c lower bound updated to -373
75.76/75.80	c BCD2: 1161 <= obj <= 1489
75.76/75.80	c BCD2: #cores=47, #unrelaxed=326, #relaxed=1208, #hardened=0
75.76/75.80	c BCD2: #sat=1 #unsat=1162 bias=1162/1163
75.76/75.80	c Solving starts ...
75.76/75.80	c ============================[ Search Statistics ]============================
75.76/75.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.76/75.80	c       |         |          |          |    Limit     GC | Var      | Constra 
75.76/75.80	c =============================================================================
75.76/75.80	c  0.0s |       0 |        0 |        0 |    62514      0 |     1114 |     1160
75.76/75.86	c  0.1s |       0 |       48 |        1 |    62514      0 |     1114 |     1161
75.76/75.86	c #cpu_time = 0.063s
75.76/75.86	c #wall_clock_time = 0.063s
75.76/75.86	c #decision = 48
75.76/75.86	c #random_decision = 0
75.76/75.86	c #conflict = 1
75.76/75.86	c #restart = 0
75.76/75.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
75.76/75.86	c lower bound updated to -372
75.76/75.86	c BCD2: 1162 <= obj <= 1489
75.76/75.86	c BCD2: #cores=47, #unrelaxed=325, #relaxed=1209, #hardened=0
75.76/75.86	c BCD2: #sat=1 #unsat=1163 bias=1163/1164
75.76/75.86	c Solving starts ...
75.76/75.86	c ============================[ Search Statistics ]============================
75.76/75.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.76/75.86	c       |         |          |          |    Limit     GC | Var      | Constra 
75.76/75.86	c =============================================================================
75.76/75.86	c  0.0s |       0 |        0 |        0 |    62514      0 |     1115 |     1161
75.87/75.93	c  0.1s |       0 |       48 |        1 |    62514      0 |     1115 |     1162
75.87/75.93	c #cpu_time = 0.063s
75.87/75.93	c #wall_clock_time = 0.063s
75.87/75.93	c #decision = 48
75.87/75.93	c #random_decision = 0
75.87/75.93	c #conflict = 1
75.87/75.93	c #restart = 0
75.87/75.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
75.87/75.93	c lower bound updated to -371
75.87/75.93	c BCD2: 1163 <= obj <= 1489
75.87/75.93	c BCD2: #cores=47, #unrelaxed=324, #relaxed=1210, #hardened=0
75.87/75.93	c BCD2: #sat=1 #unsat=1164 bias=1164/1165
75.87/75.93	c Solving starts ...
75.87/75.93	c ============================[ Search Statistics ]============================
75.87/75.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.87/75.93	c       |         |          |          |    Limit     GC | Var      | Constra 
75.87/75.93	c =============================================================================
75.87/75.93	c  0.0s |       0 |        0 |        0 |    62514      0 |     1116 |     1162
75.87/75.99	c  0.1s |       0 |       48 |        1 |    62514      0 |     1116 |     1163
75.87/75.99	c #cpu_time = 0.066s
75.87/75.99	c #wall_clock_time = 0.066s
75.87/75.99	c #decision = 48
75.87/75.99	c #random_decision = 0
75.87/75.99	c #conflict = 1
75.87/75.99	c #restart = 0
75.87/75.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
75.87/75.99	c lower bound updated to -370
75.87/76.00	c BCD2: 1164 <= obj <= 1489
75.87/76.00	c BCD2: #cores=47, #unrelaxed=323, #relaxed=1211, #hardened=0
75.87/76.00	c BCD2: #sat=1 #unsat=1165 bias=1165/1166
75.87/76.00	c Solving starts ...
75.87/76.00	c ============================[ Search Statistics ]============================
75.87/76.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.87/76.00	c       |         |          |          |    Limit     GC | Var      | Constra 
75.87/76.00	c =============================================================================
75.87/76.00	c  0.0s |       0 |        0 |        0 |    62514      0 |     1117 |     1163
75.97/76.06	c  0.1s |       0 |       48 |        1 |    62514      0 |     1117 |     1164
75.97/76.06	c #cpu_time = 0.061s
75.97/76.06	c #wall_clock_time = 0.061s
75.97/76.06	c #decision = 48
75.97/76.06	c #random_decision = 0
75.97/76.06	c #conflict = 1
75.97/76.06	c #restart = 0
75.97/76.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
75.97/76.06	c lower bound updated to -369
75.97/76.06	c BCD2: 1165 <= obj <= 1489
75.97/76.06	c BCD2: #cores=47, #unrelaxed=322, #relaxed=1212, #hardened=0
75.97/76.06	c BCD2: #sat=1 #unsat=1166 bias=1166/1167
75.97/76.06	c Solving starts ...
75.97/76.06	c ============================[ Search Statistics ]============================
75.97/76.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.97/76.06	c       |         |          |          |    Limit     GC | Var      | Constra 
75.97/76.06	c =============================================================================
75.97/76.06	c  0.0s |       0 |        0 |        0 |    62514      0 |     1118 |     1164
76.06/76.13	c  0.1s |       0 |       48 |        1 |    62514      0 |     1118 |     1165
76.06/76.13	c #cpu_time = 0.062s
76.06/76.13	c #wall_clock_time = 0.062s
76.06/76.13	c #decision = 48
76.06/76.13	c #random_decision = 0
76.06/76.13	c #conflict = 1
76.06/76.13	c #restart = 0
76.06/76.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
76.06/76.13	c lower bound updated to -368
76.06/76.13	c BCD2: 1166 <= obj <= 1489
76.06/76.13	c BCD2: #cores=47, #unrelaxed=321, #relaxed=1213, #hardened=0
76.06/76.13	c BCD2: #sat=1 #unsat=1167 bias=1167/1168
76.06/76.13	c Solving starts ...
76.06/76.13	c ============================[ Search Statistics ]============================
76.06/76.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.06/76.13	c       |         |          |          |    Limit     GC | Var      | Constra 
76.06/76.13	c =============================================================================
76.06/76.13	c  0.0s |       0 |        0 |        0 |    62514      0 |     1119 |     1165
76.06/76.19	c  0.1s |       0 |       48 |        1 |    62514      0 |     1119 |     1166
76.06/76.19	c #cpu_time = 0.062s
76.06/76.19	c #wall_clock_time = 0.062s
76.06/76.19	c #decision = 48
76.06/76.19	c #random_decision = 0
76.06/76.19	c #conflict = 1
76.06/76.19	c #restart = 0
76.06/76.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
76.06/76.19	c lower bound updated to -367
76.06/76.19	c BCD2: 1167 <= obj <= 1489
76.06/76.19	c BCD2: #cores=47, #unrelaxed=320, #relaxed=1214, #hardened=0
76.06/76.19	c BCD2: #sat=1 #unsat=1168 bias=1168/1169
76.06/76.19	c Solving starts ...
76.06/76.19	c ============================[ Search Statistics ]============================
76.06/76.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.06/76.19	c       |         |          |          |    Limit     GC | Var      | Constra 
76.06/76.19	c =============================================================================
76.06/76.19	c  0.0s |       0 |        0 |        0 |    62514      0 |     1120 |     1166
76.16/76.25	c  0.1s |       0 |       48 |        1 |    62514      0 |     1120 |     1167
76.16/76.25	c #cpu_time = 0.063s
76.16/76.25	c #wall_clock_time = 0.063s
76.16/76.25	c #decision = 48
76.16/76.25	c #random_decision = 0
76.16/76.25	c #conflict = 1
76.16/76.25	c #restart = 0
76.16/76.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
76.16/76.25	c lower bound updated to -366
76.16/76.25	c BCD2: 1168 <= obj <= 1489
76.16/76.25	c BCD2: #cores=47, #unrelaxed=319, #relaxed=1215, #hardened=0
76.16/76.25	c BCD2: #sat=1 #unsat=1169 bias=1169/1170
76.16/76.26	c Solving starts ...
76.16/76.26	c ============================[ Search Statistics ]============================
76.16/76.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.16/76.26	c       |         |          |          |    Limit     GC | Var      | Constra 
76.16/76.26	c =============================================================================
76.16/76.26	c  0.0s |       0 |        0 |        0 |    62514      0 |     1121 |     1167
76.26/76.32	c  0.1s |       0 |       48 |        1 |    62514      0 |     1121 |     1168
76.26/76.32	c #cpu_time = 0.063s
76.26/76.32	c #wall_clock_time = 0.063s
76.26/76.32	c #decision = 48
76.26/76.32	c #random_decision = 0
76.26/76.32	c #conflict = 1
76.26/76.32	c #restart = 0
76.26/76.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
76.26/76.32	c lower bound updated to -365
76.26/76.32	c BCD2: 1169 <= obj <= 1489
76.26/76.32	c BCD2: #cores=47, #unrelaxed=318, #relaxed=1216, #hardened=0
76.26/76.32	c BCD2: #sat=1 #unsat=1170 bias=1170/1171
76.26/76.32	c Solving starts ...
76.26/76.32	c ============================[ Search Statistics ]============================
76.26/76.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.26/76.32	c       |         |          |          |    Limit     GC | Var      | Constra 
76.26/76.32	c =============================================================================
76.26/76.32	c  0.0s |       0 |        0 |        0 |    62514      0 |     1122 |     1168
76.26/76.38	c  0.1s |       0 |       48 |        1 |    62514      0 |     1122 |     1169
76.26/76.38	c #cpu_time = 0.062s
76.26/76.38	c #wall_clock_time = 0.062s
76.26/76.38	c #decision = 48
76.26/76.38	c #random_decision = 0
76.26/76.38	c #conflict = 1
76.26/76.38	c #restart = 0
76.26/76.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
76.26/76.38	c lower bound updated to -364
76.26/76.38	c BCD2: 1170 <= obj <= 1489
76.26/76.38	c BCD2: #cores=47, #unrelaxed=317, #relaxed=1217, #hardened=0
76.26/76.38	c BCD2: #sat=1 #unsat=1171 bias=1171/1172
76.26/76.38	c Solving starts ...
76.26/76.38	c ============================[ Search Statistics ]============================
76.26/76.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.26/76.38	c       |         |          |          |    Limit     GC | Var      | Constra 
76.26/76.38	c =============================================================================
76.26/76.38	c  0.0s |       0 |        0 |        0 |    62514      0 |     1123 |     1169
76.36/76.45	c  0.1s |       0 |       48 |        1 |    62514      0 |     1123 |     1170
76.36/76.45	c #cpu_time = 0.062s
76.36/76.45	c #wall_clock_time = 0.062s
76.36/76.45	c #decision = 48
76.36/76.45	c #random_decision = 0
76.36/76.45	c #conflict = 1
76.36/76.45	c #restart = 0
76.36/76.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
76.36/76.45	c lower bound updated to -363
76.36/76.45	c BCD2: 1171 <= obj <= 1489
76.36/76.45	c BCD2: #cores=47, #unrelaxed=316, #relaxed=1218, #hardened=0
76.36/76.45	c BCD2: #sat=1 #unsat=1172 bias=1172/1173
76.36/76.45	c Solving starts ...
76.36/76.45	c ============================[ Search Statistics ]============================
76.36/76.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.36/76.45	c       |         |          |          |    Limit     GC | Var      | Constra 
76.36/76.45	c =============================================================================
76.36/76.45	c  0.0s |       0 |        0 |        0 |    62514      0 |     1124 |     1170
76.46/76.51	c  0.1s |       0 |       48 |        1 |    62514      0 |     1124 |     1171
76.46/76.51	c #cpu_time = 0.060s
76.46/76.51	c #wall_clock_time = 0.060s
76.46/76.51	c #decision = 48
76.46/76.51	c #random_decision = 0
76.46/76.51	c #conflict = 1
76.46/76.51	c #restart = 0
76.46/76.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
76.46/76.51	c lower bound updated to -362
76.46/76.52	c BCD2: 1172 <= obj <= 1489
76.46/76.52	c BCD2: #cores=47, #unrelaxed=315, #relaxed=1219, #hardened=0
76.46/76.52	c BCD2: #sat=1 #unsat=1173 bias=1173/1174
76.46/76.52	c Solving starts ...
76.46/76.52	c ============================[ Search Statistics ]============================
76.46/76.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.46/76.52	c       |         |          |          |    Limit     GC | Var      | Constra 
76.46/76.52	c =============================================================================
76.46/76.52	c  0.0s |       0 |        0 |        0 |    62514      0 |     1125 |     1171
76.46/76.58	c  0.1s |       0 |       48 |        1 |    62514      0 |     1125 |     1172
76.46/76.58	c #cpu_time = 0.062s
76.46/76.58	c #wall_clock_time = 0.062s
76.46/76.58	c #decision = 48
76.46/76.58	c #random_decision = 0
76.46/76.58	c #conflict = 1
76.46/76.58	c #restart = 0
76.46/76.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
76.46/76.58	c lower bound updated to -361
76.46/76.58	c BCD2: 1173 <= obj <= 1489
76.46/76.58	c BCD2: #cores=47, #unrelaxed=314, #relaxed=1220, #hardened=0
76.46/76.58	c BCD2: #sat=1 #unsat=1174 bias=1174/1175
76.46/76.58	c Solving starts ...
76.46/76.58	c ============================[ Search Statistics ]============================
76.46/76.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.46/76.58	c       |         |          |          |    Limit     GC | Var      | Constra 
76.46/76.58	c =============================================================================
76.46/76.58	c  0.0s |       0 |        0 |        0 |    62514      0 |     1126 |     1172
76.56/76.64	c  0.1s |       0 |       48 |        1 |    62514      0 |     1126 |     1173
76.56/76.64	c #cpu_time = 0.062s
76.56/76.64	c #wall_clock_time = 0.062s
76.56/76.64	c #decision = 48
76.56/76.64	c #random_decision = 0
76.56/76.64	c #conflict = 1
76.56/76.64	c #restart = 0
76.56/76.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
76.56/76.64	c lower bound updated to -360
76.56/76.64	c BCD2: 1174 <= obj <= 1489
76.56/76.64	c BCD2: #cores=47, #unrelaxed=313, #relaxed=1221, #hardened=0
76.56/76.64	c BCD2: #sat=1 #unsat=1175 bias=1175/1176
76.56/76.64	c Solving starts ...
76.56/76.64	c ============================[ Search Statistics ]============================
76.56/76.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.56/76.64	c       |         |          |          |    Limit     GC | Var      | Constra 
76.56/76.64	c =============================================================================
76.56/76.64	c  0.0s |       0 |        0 |        0 |    62514      0 |     1127 |     1173
76.66/76.71	c  0.1s |       0 |       48 |        1 |    62514      0 |     1127 |     1174
76.66/76.71	c #cpu_time = 0.063s
76.66/76.71	c #wall_clock_time = 0.063s
76.66/76.71	c #decision = 48
76.66/76.71	c #random_decision = 0
76.66/76.71	c #conflict = 1
76.66/76.71	c #restart = 0
76.66/76.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
76.66/76.71	c lower bound updated to -359
76.66/76.71	c BCD2: 1175 <= obj <= 1489
76.66/76.71	c BCD2: #cores=47, #unrelaxed=312, #relaxed=1222, #hardened=0
76.66/76.71	c BCD2: #sat=1 #unsat=1176 bias=1176/1177
76.66/76.71	c Solving starts ...
76.66/76.71	c ============================[ Search Statistics ]============================
76.66/76.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.66/76.71	c       |         |          |          |    Limit     GC | Var      | Constra 
76.66/76.71	c =============================================================================
76.66/76.71	c  0.0s |       0 |        0 |        0 |    62514      0 |     1128 |     1174
76.66/76.77	c  0.1s |       0 |       48 |        0 |    62514      0 |     1128 |     1175
76.66/76.77	c #cpu_time = 0.063s
76.66/76.77	c #wall_clock_time = 0.063s
76.66/76.77	c #decision = 48
76.66/76.77	c #random_decision = 0
76.66/76.77	c #conflict = 0
76.66/76.77	c #restart = 0
76.66/76.77	c BCD2: found a new core of size 2: cost of the new core is >=1
76.66/76.77	c lower bound updated to -358
76.66/76.78	c BCD2: 1176 <= obj <= 1489
76.66/76.78	c BCD2: #cores=48, #unrelaxed=310, #relaxed=1224, #hardened=0
76.66/76.78	c BCD2: #sat=1 #unsat=1177 bias=1177/1178
76.66/76.78	c Solving starts ...
76.66/76.78	c ============================[ Search Statistics ]============================
76.66/76.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.66/76.78	c       |         |          |          |    Limit     GC | Var      | Constra 
76.66/76.78	c =============================================================================
76.66/76.78	c  0.0s |       0 |        0 |        0 |    62514      0 |     1128 |     1176
76.76/76.84	c  0.1s |       0 |       49 |        1 |    62514      0 |     1128 |     1176
76.76/76.84	c #cpu_time = 0.060s
76.76/76.84	c #wall_clock_time = 0.060s
76.76/76.84	c #decision = 49
76.76/76.84	c #random_decision = 0
76.76/76.84	c #conflict = 1
76.76/76.84	c #restart = 0
76.76/76.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
76.76/76.84	c lower bound updated to -357
76.76/76.84	c BCD2: 1177 <= obj <= 1489
76.76/76.84	c BCD2: #cores=48, #unrelaxed=309, #relaxed=1225, #hardened=0
76.76/76.84	c BCD2: #sat=1 #unsat=1178 bias=1178/1179
76.76/76.84	c Solving starts ...
76.76/76.84	c ============================[ Search Statistics ]============================
76.76/76.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.76/76.84	c       |         |          |          |    Limit     GC | Var      | Constra 
76.76/76.84	c =============================================================================
76.76/76.84	c  0.0s |       0 |        0 |        0 |    62514      0 |     1129 |     1176
76.86/76.91	c  0.1s |       0 |       49 |        1 |    62514      0 |     1129 |     1177
76.86/76.91	c #cpu_time = 0.063s
76.86/76.91	c #wall_clock_time = 0.063s
76.86/76.91	c #decision = 49
76.86/76.91	c #random_decision = 0
76.86/76.91	c #conflict = 1
76.86/76.91	c #restart = 0
76.86/76.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
76.86/76.91	c lower bound updated to -356
76.86/76.92	c BCD2: 1178 <= obj <= 1489
76.86/76.92	c BCD2: #cores=48, #unrelaxed=308, #relaxed=1226, #hardened=0
76.86/76.92	c BCD2: #sat=1 #unsat=1179 bias=1179/1180
76.86/76.92	c Solving starts ...
76.86/76.92	c ============================[ Search Statistics ]============================
76.86/76.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.86/76.92	c       |         |          |          |    Limit     GC | Var      | Constra 
76.86/76.92	c =============================================================================
76.86/76.92	c  0.0s |       0 |        0 |        0 |    62514      0 |     1130 |     1177
76.86/76.98	c  0.1s |       0 |       49 |        1 |    62514      0 |     1130 |     1178
76.86/76.98	c #cpu_time = 0.060s
76.86/76.98	c #wall_clock_time = 0.060s
76.86/76.98	c #decision = 49
76.86/76.98	c #random_decision = 0
76.86/76.98	c #conflict = 1
76.86/76.98	c #restart = 0
76.86/76.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
76.86/76.98	c lower bound updated to -355
76.86/76.98	c BCD2: 1179 <= obj <= 1489
76.86/76.98	c BCD2: #cores=48, #unrelaxed=307, #relaxed=1227, #hardened=0
76.86/76.98	c BCD2: #sat=1 #unsat=1180 bias=1180/1181
76.86/76.98	c Solving starts ...
76.86/76.98	c ============================[ Search Statistics ]============================
76.86/76.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.86/76.98	c       |         |          |          |    Limit     GC | Var      | Constra 
76.86/76.98	c =============================================================================
76.86/76.98	c  0.0s |       0 |        0 |        0 |    62514      0 |     1131 |     1178
76.97/77.04	c  0.1s |       0 |       49 |        1 |    62514      0 |     1131 |     1179
76.97/77.04	c #cpu_time = 0.063s
76.97/77.04	c #wall_clock_time = 0.064s
76.97/77.04	c #decision = 49
76.97/77.04	c #random_decision = 0
76.97/77.04	c #conflict = 1
76.97/77.04	c #restart = 0
76.97/77.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
76.97/77.04	c lower bound updated to -354
76.97/77.04	c BCD2: 1180 <= obj <= 1489
76.97/77.04	c BCD2: #cores=48, #unrelaxed=306, #relaxed=1228, #hardened=0
76.97/77.04	c BCD2: #sat=1 #unsat=1181 bias=1181/1182
76.97/77.04	c Solving starts ...
76.97/77.04	c ============================[ Search Statistics ]============================
76.97/77.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.97/77.04	c       |         |          |          |    Limit     GC | Var      | Constra 
76.97/77.04	c =============================================================================
76.97/77.04	c  0.0s |       0 |        0 |        0 |    62514      0 |     1132 |     1179
77.07/77.11	c  0.1s |       0 |       49 |        1 |    62514      0 |     1132 |     1180
77.07/77.11	c #cpu_time = 0.065s
77.07/77.11	c #wall_clock_time = 0.066s
77.07/77.11	c #decision = 49
77.07/77.11	c #random_decision = 0
77.07/77.11	c #conflict = 1
77.07/77.11	c #restart = 0
77.07/77.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
77.07/77.11	c lower bound updated to -353
77.07/77.11	c BCD2: 1181 <= obj <= 1489
77.07/77.11	c BCD2: #cores=48, #unrelaxed=305, #relaxed=1229, #hardened=0
77.07/77.11	c BCD2: #sat=1 #unsat=1182 bias=1182/1183
77.07/77.11	c Solving starts ...
77.07/77.11	c ============================[ Search Statistics ]============================
77.07/77.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.07/77.11	c       |         |          |          |    Limit     GC | Var      | Constra 
77.07/77.11	c =============================================================================
77.07/77.11	c  0.0s |       0 |        0 |        0 |    62514      0 |     1133 |     1180
77.07/77.17	c  0.1s |       0 |       49 |        1 |    62514      0 |     1133 |     1181
77.07/77.17	c #cpu_time = 0.064s
77.07/77.17	c #wall_clock_time = 0.064s
77.07/77.17	c #decision = 49
77.07/77.17	c #random_decision = 0
77.07/77.17	c #conflict = 1
77.07/77.17	c #restart = 0
77.07/77.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
77.07/77.17	c lower bound updated to -352
77.07/77.17	c BCD2: 1182 <= obj <= 1489
77.07/77.17	c BCD2: #cores=48, #unrelaxed=304, #relaxed=1230, #hardened=0
77.07/77.17	c BCD2: #sat=1 #unsat=1183 bias=1183/1184
77.07/77.17	c Solving starts ...
77.07/77.17	c ============================[ Search Statistics ]============================
77.07/77.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.07/77.17	c       |         |          |          |    Limit     GC | Var      | Constra 
77.07/77.17	c =============================================================================
77.07/77.17	c  0.0s |       0 |        0 |        0 |    62514      0 |     1134 |     1181
77.16/77.24	c  0.1s |       0 |       49 |        1 |    62514      0 |     1134 |     1182
77.16/77.24	c #cpu_time = 0.063s
77.16/77.24	c #wall_clock_time = 0.063s
77.16/77.24	c #decision = 49
77.16/77.24	c #random_decision = 0
77.16/77.24	c #conflict = 1
77.16/77.24	c #restart = 0
77.16/77.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
77.16/77.24	c lower bound updated to -351
77.16/77.24	c BCD2: 1183 <= obj <= 1489
77.16/77.24	c BCD2: #cores=48, #unrelaxed=303, #relaxed=1231, #hardened=0
77.16/77.24	c BCD2: #sat=1 #unsat=1184 bias=1184/1185
77.16/77.24	c Solving starts ...
77.16/77.24	c ============================[ Search Statistics ]============================
77.16/77.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.16/77.24	c       |         |          |          |    Limit     GC | Var      | Constra 
77.16/77.24	c =============================================================================
77.16/77.24	c  0.0s |       0 |        0 |        0 |    62514      0 |     1135 |     1182
77.26/77.30	c  0.1s |       0 |       49 |        1 |    62514      0 |     1135 |     1183
77.26/77.30	c #cpu_time = 0.062s
77.26/77.30	c #wall_clock_time = 0.062s
77.26/77.30	c #decision = 49
77.26/77.30	c #random_decision = 0
77.26/77.30	c #conflict = 1
77.26/77.30	c #restart = 0
77.26/77.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
77.26/77.30	c lower bound updated to -350
77.26/77.30	c BCD2: 1184 <= obj <= 1489
77.26/77.30	c BCD2: #cores=48, #unrelaxed=302, #relaxed=1232, #hardened=0
77.26/77.30	c BCD2: #sat=1 #unsat=1185 bias=1185/1186
77.26/77.30	c Solving starts ...
77.26/77.30	c ============================[ Search Statistics ]============================
77.26/77.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.26/77.30	c       |         |          |          |    Limit     GC | Var      | Constra 
77.26/77.30	c =============================================================================
77.26/77.30	c  0.0s |       0 |        0 |        0 |    62514      0 |     1136 |     1183
77.26/77.36	c  0.1s |       0 |       49 |        1 |    62514      0 |     1136 |     1184
77.26/77.36	c #cpu_time = 0.062s
77.26/77.36	c #wall_clock_time = 0.062s
77.26/77.36	c #decision = 49
77.26/77.36	c #random_decision = 0
77.26/77.36	c #conflict = 1
77.26/77.36	c #restart = 0
77.26/77.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
77.26/77.36	c lower bound updated to -349
77.26/77.37	c BCD2: 1185 <= obj <= 1489
77.26/77.37	c BCD2: #cores=48, #unrelaxed=301, #relaxed=1233, #hardened=0
77.26/77.37	c BCD2: #sat=1 #unsat=1186 bias=1186/1187
77.26/77.37	c Solving starts ...
77.26/77.37	c ============================[ Search Statistics ]============================
77.26/77.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.26/77.37	c       |         |          |          |    Limit     GC | Var      | Constra 
77.26/77.37	c =============================================================================
77.26/77.37	c  0.0s |       0 |        0 |        0 |    62514      0 |     1137 |     1184
77.36/77.43	c  0.1s |       0 |       49 |        1 |    62514      0 |     1137 |     1185
77.36/77.43	c #cpu_time = 0.060s
77.36/77.43	c #wall_clock_time = 0.060s
77.36/77.43	c #decision = 49
77.36/77.43	c #random_decision = 0
77.36/77.43	c #conflict = 1
77.36/77.43	c #restart = 0
77.36/77.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
77.36/77.43	c lower bound updated to -348
77.36/77.43	c BCD2: 1186 <= obj <= 1489
77.36/77.43	c BCD2: #cores=48, #unrelaxed=300, #relaxed=1234, #hardened=0
77.36/77.43	c BCD2: #sat=1 #unsat=1187 bias=1187/1188
77.36/77.44	c Solving starts ...
77.36/77.44	c ============================[ Search Statistics ]============================
77.36/77.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.36/77.44	c       |         |          |          |    Limit     GC | Var      | Constra 
77.36/77.44	c =============================================================================
77.36/77.44	c  0.0s |       0 |        0 |        0 |    62514      0 |     1138 |     1185
77.46/77.50	c  0.1s |       0 |       49 |        1 |    62514      0 |     1138 |     1186
77.46/77.50	c #cpu_time = 0.062s
77.46/77.50	c #wall_clock_time = 0.062s
77.46/77.50	c #decision = 49
77.46/77.50	c #random_decision = 0
77.46/77.50	c #conflict = 1
77.46/77.50	c #restart = 0
77.46/77.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
77.46/77.50	c lower bound updated to -347
77.46/77.50	c BCD2: 1187 <= obj <= 1489
77.46/77.50	c BCD2: #cores=48, #unrelaxed=299, #relaxed=1235, #hardened=0
77.46/77.50	c BCD2: #sat=1 #unsat=1188 bias=1188/1189
77.46/77.50	c Solving starts ...
77.46/77.50	c ============================[ Search Statistics ]============================
77.46/77.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.46/77.50	c       |         |          |          |    Limit     GC | Var      | Constra 
77.46/77.50	c =============================================================================
77.46/77.50	c  0.0s |       0 |        0 |        0 |    62514      0 |     1139 |     1186
77.46/77.56	c  0.1s |       0 |       49 |        1 |    62514      0 |     1139 |     1187
77.46/77.56	c #cpu_time = 0.062s
77.46/77.56	c #wall_clock_time = 0.062s
77.46/77.56	c #decision = 49
77.46/77.56	c #random_decision = 0
77.46/77.56	c #conflict = 1
77.46/77.56	c #restart = 0
77.46/77.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
77.46/77.56	c lower bound updated to -346
77.46/77.56	c BCD2: 1188 <= obj <= 1489
77.46/77.56	c BCD2: #cores=48, #unrelaxed=298, #relaxed=1236, #hardened=0
77.46/77.56	c BCD2: #sat=1 #unsat=1189 bias=1189/1190
77.46/77.56	c Solving starts ...
77.46/77.56	c ============================[ Search Statistics ]============================
77.46/77.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.46/77.56	c       |         |          |          |    Limit     GC | Var      | Constra 
77.46/77.56	c =============================================================================
77.46/77.56	c  0.0s |       0 |        0 |        0 |    62514      0 |     1140 |     1187
77.56/77.63	c  0.1s |       0 |       49 |        1 |    62514      0 |     1140 |     1188
77.56/77.63	c #cpu_time = 0.064s
77.56/77.63	c #wall_clock_time = 0.064s
77.56/77.63	c #decision = 49
77.56/77.63	c #random_decision = 0
77.56/77.63	c #conflict = 1
77.56/77.63	c #restart = 0
77.56/77.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
77.56/77.63	c lower bound updated to -345
77.56/77.63	c BCD2: 1189 <= obj <= 1489
77.56/77.63	c BCD2: #cores=48, #unrelaxed=297, #relaxed=1237, #hardened=0
77.56/77.63	c BCD2: #sat=1 #unsat=1190 bias=1190/1191
77.56/77.63	c Solving starts ...
77.56/77.63	c ============================[ Search Statistics ]============================
77.56/77.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.56/77.63	c       |         |          |          |    Limit     GC | Var      | Constra 
77.56/77.63	c =============================================================================
77.56/77.63	c  0.0s |       0 |        0 |        0 |    62514      0 |     1141 |     1188
77.56/77.69	c  0.1s |       0 |       49 |        1 |    62514      0 |     1141 |     1189
77.56/77.69	c #cpu_time = 0.063s
77.56/77.69	c #wall_clock_time = 0.063s
77.56/77.69	c #decision = 49
77.56/77.69	c #random_decision = 0
77.56/77.69	c #conflict = 1
77.56/77.69	c #restart = 0
77.56/77.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
77.56/77.69	c lower bound updated to -344
77.56/77.69	c BCD2: 1190 <= obj <= 1489
77.56/77.69	c BCD2: #cores=48, #unrelaxed=296, #relaxed=1238, #hardened=0
77.56/77.69	c BCD2: #sat=1 #unsat=1191 bias=1191/1192
77.56/77.69	c Solving starts ...
77.56/77.69	c ============================[ Search Statistics ]============================
77.56/77.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.56/77.69	c       |         |          |          |    Limit     GC | Var      | Constra 
77.56/77.69	c =============================================================================
77.56/77.69	c  0.0s |       0 |        0 |        0 |    62514      0 |     1142 |     1189
77.66/77.75	c  0.1s |       0 |       49 |        1 |    62514      0 |     1142 |     1190
77.66/77.75	c #cpu_time = 0.062s
77.66/77.75	c #wall_clock_time = 0.062s
77.66/77.75	c #decision = 49
77.66/77.75	c #random_decision = 0
77.66/77.75	c #conflict = 1
77.66/77.75	c #restart = 0
77.66/77.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
77.66/77.75	c lower bound updated to -343
77.66/77.75	c BCD2: 1191 <= obj <= 1489
77.66/77.75	c BCD2: #cores=48, #unrelaxed=295, #relaxed=1239, #hardened=0
77.66/77.75	c BCD2: #sat=1 #unsat=1192 bias=1192/1193
77.66/77.76	c Solving starts ...
77.66/77.76	c ============================[ Search Statistics ]============================
77.66/77.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.66/77.76	c       |         |          |          |    Limit     GC | Var      | Constra 
77.66/77.76	c =============================================================================
77.66/77.76	c  0.0s |       0 |        0 |        0 |    62514      0 |     1143 |     1190
77.76/77.82	c  0.1s |       0 |       49 |        1 |    62514      0 |     1143 |     1191
77.76/77.82	c #cpu_time = 0.062s
77.76/77.82	c #wall_clock_time = 0.062s
77.76/77.82	c #decision = 49
77.76/77.82	c #random_decision = 0
77.76/77.82	c #conflict = 1
77.76/77.82	c #restart = 0
77.76/77.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
77.76/77.82	c lower bound updated to -342
77.76/77.83	c BCD2: 1192 <= obj <= 1489
77.76/77.83	c BCD2: #cores=48, #unrelaxed=294, #relaxed=1240, #hardened=0
77.76/77.83	c BCD2: #sat=1 #unsat=1193 bias=1193/1194
77.76/77.83	c Solving starts ...
77.76/77.83	c ============================[ Search Statistics ]============================
77.76/77.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.76/77.83	c       |         |          |          |    Limit     GC | Var      | Constra 
77.76/77.83	c =============================================================================
77.76/77.83	c  0.0s |       0 |        0 |        0 |    62514      0 |     1144 |     1191
77.76/77.89	c  0.1s |       0 |       49 |        1 |    62514      0 |     1144 |     1192
77.76/77.89	c #cpu_time = 0.060s
77.76/77.89	c #wall_clock_time = 0.060s
77.76/77.89	c #decision = 49
77.76/77.89	c #random_decision = 0
77.76/77.89	c #conflict = 1
77.76/77.89	c #restart = 0
77.76/77.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
77.76/77.89	c lower bound updated to -341
77.76/77.89	c BCD2: 1193 <= obj <= 1489
77.76/77.89	c BCD2: #cores=48, #unrelaxed=293, #relaxed=1241, #hardened=0
77.76/77.89	c BCD2: #sat=1 #unsat=1194 bias=1194/1195
77.76/77.89	c Solving starts ...
77.76/77.89	c ============================[ Search Statistics ]============================
77.76/77.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.76/77.89	c       |         |          |          |    Limit     GC | Var      | Constra 
77.76/77.89	c =============================================================================
77.76/77.89	c  0.0s |       0 |        0 |        0 |    62514      0 |     1145 |     1192
77.86/77.95	c  0.1s |       0 |       49 |        1 |    62514      0 |     1145 |     1193
77.86/77.95	c #cpu_time = 0.062s
77.86/77.95	c #wall_clock_time = 0.062s
77.86/77.95	c #decision = 49
77.86/77.95	c #random_decision = 0
77.86/77.95	c #conflict = 1
77.86/77.95	c #restart = 0
77.86/77.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
77.86/77.95	c lower bound updated to -340
77.86/77.95	c BCD2: 1194 <= obj <= 1489
77.86/77.95	c BCD2: #cores=48, #unrelaxed=292, #relaxed=1242, #hardened=0
77.86/77.95	c BCD2: #sat=1 #unsat=1195 bias=1195/1196
77.86/77.95	c Solving starts ...
77.86/77.95	c ============================[ Search Statistics ]============================
77.86/77.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.86/77.95	c       |         |          |          |    Limit     GC | Var      | Constra 
77.86/77.95	c =============================================================================
77.86/77.95	c  0.0s |       0 |        0 |        0 |    62514      0 |     1146 |     1193
77.96/78.01	c  0.1s |       0 |       49 |        1 |    62514      0 |     1146 |     1194
77.96/78.01	c #cpu_time = 0.062s
77.96/78.01	c #wall_clock_time = 0.062s
77.96/78.01	c #decision = 49
77.96/78.01	c #random_decision = 0
77.96/78.01	c #conflict = 1
77.96/78.01	c #restart = 0
77.96/78.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
77.96/78.01	c lower bound updated to -339
77.96/78.01	c BCD2: 1195 <= obj <= 1489
77.96/78.01	c BCD2: #cores=48, #unrelaxed=291, #relaxed=1243, #hardened=0
77.96/78.01	c BCD2: #sat=1 #unsat=1196 bias=1196/1197
77.96/78.02	c Solving starts ...
77.96/78.02	c ============================[ Search Statistics ]============================
77.96/78.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.96/78.02	c       |         |          |          |    Limit     GC | Var      | Constra 
77.96/78.02	c =============================================================================
77.96/78.02	c  0.0s |       0 |        0 |        0 |    62514      0 |     1147 |     1194
77.96/78.08	c  0.1s |       0 |       49 |        1 |    62514      0 |     1147 |     1195
77.96/78.08	c #cpu_time = 0.063s
77.96/78.08	c #wall_clock_time = 0.063s
77.96/78.08	c #decision = 49
77.96/78.08	c #random_decision = 0
77.96/78.08	c #conflict = 1
77.96/78.08	c #restart = 0
77.96/78.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
77.96/78.08	c lower bound updated to -338
77.96/78.08	c BCD2: 1196 <= obj <= 1489
77.96/78.08	c BCD2: #cores=48, #unrelaxed=290, #relaxed=1244, #hardened=0
77.96/78.08	c BCD2: #sat=1 #unsat=1197 bias=1197/1198
77.96/78.08	c Solving starts ...
77.96/78.08	c ============================[ Search Statistics ]============================
77.96/78.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.96/78.08	c       |         |          |          |    Limit     GC | Var      | Constra 
77.96/78.08	c =============================================================================
77.96/78.08	c  0.0s |       0 |        0 |        0 |    62514      0 |     1148 |     1195
78.07/78.14	c  0.1s |       0 |       49 |        1 |    62514      0 |     1148 |     1196
78.07/78.14	c #cpu_time = 0.064s
78.07/78.14	c #wall_clock_time = 0.064s
78.07/78.14	c #decision = 49
78.07/78.14	c #random_decision = 0
78.07/78.14	c #conflict = 1
78.07/78.14	c #restart = 0
78.07/78.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
78.07/78.14	c lower bound updated to -337
78.07/78.14	c BCD2: 1197 <= obj <= 1489
78.07/78.14	c BCD2: #cores=48, #unrelaxed=289, #relaxed=1245, #hardened=0
78.07/78.14	c BCD2: #sat=1 #unsat=1198 bias=1198/1199
78.07/78.15	c Solving starts ...
78.07/78.15	c ============================[ Search Statistics ]============================
78.07/78.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.07/78.15	c       |         |          |          |    Limit     GC | Var      | Constra 
78.07/78.15	c =============================================================================
78.07/78.15	c  0.0s |       0 |        0 |        0 |    62514      0 |     1149 |     1196
78.17/78.21	c  0.1s |       0 |       49 |        1 |    62514      0 |     1149 |     1197
78.17/78.21	c #cpu_time = 0.066s
78.17/78.21	c #wall_clock_time = 0.066s
78.17/78.21	c #decision = 49
78.17/78.21	c #random_decision = 0
78.17/78.21	c #conflict = 1
78.17/78.21	c #restart = 0
78.17/78.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
78.17/78.21	c lower bound updated to -336
78.17/78.21	c BCD2: 1198 <= obj <= 1489
78.17/78.21	c BCD2: #cores=48, #unrelaxed=288, #relaxed=1246, #hardened=0
78.17/78.21	c BCD2: #sat=1 #unsat=1199 bias=1199/1200
78.17/78.21	c Solving starts ...
78.17/78.21	c ============================[ Search Statistics ]============================
78.17/78.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.17/78.21	c       |         |          |          |    Limit     GC | Var      | Constra 
78.17/78.21	c =============================================================================
78.17/78.21	c  0.0s |       0 |        0 |        0 |    62514      0 |     1150 |     1197
78.17/78.28	c  0.1s |       0 |       49 |        1 |    62514      0 |     1150 |     1198
78.17/78.28	c #cpu_time = 0.063s
78.17/78.28	c #wall_clock_time = 0.063s
78.17/78.28	c #decision = 49
78.17/78.28	c #random_decision = 0
78.17/78.28	c #conflict = 1
78.17/78.28	c #restart = 0
78.17/78.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
78.17/78.28	c lower bound updated to -335
78.17/78.28	c BCD2: 1199 <= obj <= 1489
78.17/78.28	c BCD2: #cores=48, #unrelaxed=287, #relaxed=1247, #hardened=0
78.17/78.28	c BCD2: #sat=1 #unsat=1200 bias=1200/1201
78.17/78.28	c Solving starts ...
78.17/78.28	c ============================[ Search Statistics ]============================
78.17/78.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.17/78.28	c       |         |          |          |    Limit     GC | Var      | Constra 
78.17/78.28	c =============================================================================
78.17/78.28	c  0.0s |       0 |        0 |        0 |    62514      0 |     1151 |     1198
78.26/78.35	c  0.1s |       0 |       49 |        1 |    62514      0 |     1151 |     1199
78.26/78.35	c #cpu_time = 0.060s
78.26/78.35	c #wall_clock_time = 0.061s
78.26/78.35	c #decision = 49
78.26/78.35	c #random_decision = 0
78.26/78.35	c #conflict = 1
78.26/78.35	c #restart = 0
78.26/78.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
78.26/78.35	c lower bound updated to -334
78.26/78.35	c BCD2: 1200 <= obj <= 1489
78.26/78.35	c BCD2: #cores=48, #unrelaxed=286, #relaxed=1248, #hardened=0
78.26/78.35	c BCD2: #sat=1 #unsat=1201 bias=1201/1202
78.26/78.35	c Solving starts ...
78.26/78.35	c ============================[ Search Statistics ]============================
78.26/78.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.26/78.35	c       |         |          |          |    Limit     GC | Var      | Constra 
78.26/78.35	c =============================================================================
78.26/78.35	c  0.0s |       0 |        0 |        0 |    62514      0 |     1152 |     1199
78.36/78.41	c  0.1s |       0 |       49 |        0 |    62514      0 |     1152 |     1200
78.36/78.41	c #cpu_time = 0.062s
78.36/78.41	c #wall_clock_time = 0.062s
78.36/78.41	c #decision = 49
78.36/78.41	c #random_decision = 0
78.36/78.41	c #conflict = 0
78.36/78.41	c #restart = 0
78.36/78.41	c BCD2: found a new core of size 2: cost of the new core is >=1
78.36/78.41	c lower bound updated to -333
78.36/78.42	c BCD2: 1201 <= obj <= 1489
78.36/78.42	c BCD2: #cores=49, #unrelaxed=284, #relaxed=1250, #hardened=0
78.36/78.42	c BCD2: #sat=1 #unsat=1202 bias=1202/1203
78.36/78.42	c Solving starts ...
78.36/78.42	c ============================[ Search Statistics ]============================
78.36/78.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.36/78.42	c       |         |          |          |    Limit     GC | Var      | Constra 
78.36/78.42	c =============================================================================
78.36/78.42	c  0.0s |       0 |        0 |        0 |    62514      0 |     1152 |     1201
78.36/78.48	c  0.1s |       0 |       50 |        1 |    62514      0 |     1152 |     1201
78.36/78.48	c #cpu_time = 0.060s
78.36/78.48	c #wall_clock_time = 0.060s
78.36/78.48	c #decision = 50
78.36/78.48	c #random_decision = 0
78.36/78.48	c #conflict = 1
78.36/78.48	c #restart = 0
78.36/78.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
78.36/78.48	c lower bound updated to -332
78.36/78.48	c BCD2: 1202 <= obj <= 1489
78.36/78.48	c BCD2: #cores=49, #unrelaxed=283, #relaxed=1251, #hardened=0
78.36/78.48	c BCD2: #sat=1 #unsat=1203 bias=1203/1204
78.36/78.48	c Solving starts ...
78.36/78.48	c ============================[ Search Statistics ]============================
78.36/78.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.36/78.48	c       |         |          |          |    Limit     GC | Var      | Constra 
78.36/78.48	c =============================================================================
78.36/78.48	c  0.0s |       0 |        0 |        0 |    62514      0 |     1153 |     1201
78.46/78.55	c  0.1s |       0 |       50 |        1 |    62514      0 |     1153 |     1202
78.46/78.55	c #cpu_time = 0.063s
78.46/78.55	c #wall_clock_time = 0.063s
78.46/78.55	c #decision = 50
78.46/78.55	c #random_decision = 0
78.46/78.55	c #conflict = 1
78.46/78.55	c #restart = 0
78.46/78.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
78.46/78.55	c lower bound updated to -331
78.46/78.55	c BCD2: 1203 <= obj <= 1489
78.46/78.55	c BCD2: #cores=49, #unrelaxed=282, #relaxed=1252, #hardened=0
78.46/78.55	c BCD2: #sat=1 #unsat=1204 bias=1204/1205
78.46/78.55	c Solving starts ...
78.46/78.55	c ============================[ Search Statistics ]============================
78.46/78.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.46/78.55	c       |         |          |          |    Limit     GC | Var      | Constra 
78.46/78.55	c =============================================================================
78.46/78.55	c  0.0s |       0 |        0 |        0 |    62514      0 |     1154 |     1202
78.56/78.61	c  0.1s |       0 |       50 |        1 |    62514      0 |     1154 |     1203
78.56/78.61	c #cpu_time = 0.064s
78.56/78.61	c #wall_clock_time = 0.064s
78.56/78.61	c #decision = 50
78.56/78.61	c #random_decision = 0
78.56/78.61	c #conflict = 1
78.56/78.61	c #restart = 0
78.56/78.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
78.56/78.61	c lower bound updated to -330
78.56/78.61	c BCD2: 1204 <= obj <= 1489
78.56/78.61	c BCD2: #cores=49, #unrelaxed=281, #relaxed=1253, #hardened=0
78.56/78.61	c BCD2: #sat=1 #unsat=1205 bias=1205/1206
78.56/78.61	c Solving starts ...
78.56/78.61	c ============================[ Search Statistics ]============================
78.56/78.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.56/78.61	c       |         |          |          |    Limit     GC | Var      | Constra 
78.56/78.61	c =============================================================================
78.56/78.61	c  0.0s |       0 |        0 |        0 |    62514      0 |     1155 |     1203
78.56/78.67	c  0.1s |       0 |       50 |        1 |    62514      0 |     1155 |     1204
78.56/78.67	c #cpu_time = 0.062s
78.56/78.67	c #wall_clock_time = 0.062s
78.56/78.67	c #decision = 50
78.56/78.67	c #random_decision = 0
78.56/78.67	c #conflict = 1
78.56/78.67	c #restart = 0
78.56/78.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
78.56/78.67	c lower bound updated to -329
78.56/78.68	c BCD2: 1205 <= obj <= 1489
78.56/78.68	c BCD2: #cores=49, #unrelaxed=280, #relaxed=1254, #hardened=0
78.56/78.68	c BCD2: #sat=1 #unsat=1206 bias=1206/1207
78.56/78.68	c Solving starts ...
78.56/78.68	c ============================[ Search Statistics ]============================
78.56/78.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.56/78.68	c       |         |          |          |    Limit     GC | Var      | Constra 
78.56/78.68	c =============================================================================
78.56/78.68	c  0.0s |       0 |        0 |        0 |    62514      0 |     1156 |     1204
78.66/78.74	c  0.1s |       0 |       50 |        1 |    62514      0 |     1156 |     1205
78.66/78.74	c #cpu_time = 0.062s
78.66/78.74	c #wall_clock_time = 0.062s
78.66/78.74	c #decision = 50
78.66/78.74	c #random_decision = 0
78.66/78.74	c #conflict = 1
78.66/78.74	c #restart = 0
78.66/78.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
78.66/78.74	c lower bound updated to -328
78.66/78.75	c BCD2: 1206 <= obj <= 1489
78.66/78.75	c BCD2: #cores=49, #unrelaxed=279, #relaxed=1255, #hardened=0
78.66/78.75	c BCD2: #sat=1 #unsat=1207 bias=1207/1208
78.66/78.75	c Solving starts ...
78.66/78.75	c ============================[ Search Statistics ]============================
78.66/78.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.66/78.75	c       |         |          |          |    Limit     GC | Var      | Constra 
78.66/78.75	c =============================================================================
78.66/78.75	c  0.0s |       0 |        0 |        0 |    62514      0 |     1157 |     1205
78.76/78.81	c  0.1s |       0 |       50 |        1 |    62514      0 |     1157 |     1206
78.76/78.81	c #cpu_time = 0.060s
78.76/78.81	c #wall_clock_time = 0.060s
78.76/78.81	c #decision = 50
78.76/78.81	c #random_decision = 0
78.76/78.81	c #conflict = 1
78.76/78.81	c #restart = 0
78.76/78.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
78.76/78.81	c lower bound updated to -327
78.76/78.81	c BCD2: 1207 <= obj <= 1489
78.76/78.81	c BCD2: #cores=49, #unrelaxed=278, #relaxed=1256, #hardened=0
78.76/78.81	c BCD2: #sat=1 #unsat=1208 bias=1208/1209
78.76/78.81	c Solving starts ...
78.76/78.81	c ============================[ Search Statistics ]============================
78.76/78.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.76/78.81	c       |         |          |          |    Limit     GC | Var      | Constra 
78.76/78.81	c =============================================================================
78.76/78.81	c  0.0s |       0 |        0 |        0 |    62514      0 |     1158 |     1206
78.76/78.87	c  0.1s |       0 |       50 |        1 |    62514      0 |     1158 |     1207
78.76/78.87	c #cpu_time = 0.062s
78.76/78.87	c #wall_clock_time = 0.062s
78.76/78.87	c #decision = 50
78.76/78.87	c #random_decision = 0
78.76/78.87	c #conflict = 1
78.76/78.87	c #restart = 0
78.76/78.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
78.76/78.87	c lower bound updated to -326
78.76/78.87	c BCD2: 1208 <= obj <= 1489
78.76/78.87	c BCD2: #cores=49, #unrelaxed=277, #relaxed=1257, #hardened=0
78.76/78.87	c BCD2: #sat=1 #unsat=1209 bias=1209/1210
78.76/78.87	c Solving starts ...
78.76/78.87	c ============================[ Search Statistics ]============================
78.76/78.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.76/78.87	c       |         |          |          |    Limit     GC | Var      | Constra 
78.76/78.87	c =============================================================================
78.76/78.87	c  0.0s |       0 |        0 |        0 |    62514      0 |     1159 |     1207
78.86/78.93	c  0.1s |       0 |       50 |        1 |    62514      0 |     1159 |     1208
78.86/78.93	c #cpu_time = 0.062s
78.86/78.93	c #wall_clock_time = 0.062s
78.86/78.93	c #decision = 50
78.86/78.93	c #random_decision = 0
78.86/78.93	c #conflict = 1
78.86/78.93	c #restart = 0
78.86/78.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
78.86/78.93	c lower bound updated to -325
78.86/78.94	c BCD2: 1209 <= obj <= 1489
78.86/78.94	c BCD2: #cores=49, #unrelaxed=276, #relaxed=1258, #hardened=0
78.86/78.94	c BCD2: #sat=1 #unsat=1210 bias=1210/1211
78.86/78.94	c Solving starts ...
78.86/78.94	c ============================[ Search Statistics ]============================
78.86/78.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.86/78.94	c       |         |          |          |    Limit     GC | Var      | Constra 
78.86/78.94	c =============================================================================
78.86/78.94	c  0.0s |       0 |        0 |        0 |    62514      0 |     1160 |     1208
78.96/79.00	c  0.1s |       0 |       50 |        1 |    62514      0 |     1160 |     1209
78.96/79.00	c #cpu_time = 0.063s
78.96/79.00	c #wall_clock_time = 0.063s
78.96/79.00	c #decision = 50
78.96/79.00	c #random_decision = 0
78.96/79.00	c #conflict = 1
78.96/79.00	c #restart = 0
78.96/79.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
78.96/79.00	c lower bound updated to -324
78.96/79.00	c BCD2: 1210 <= obj <= 1489
78.96/79.00	c BCD2: #cores=49, #unrelaxed=275, #relaxed=1259, #hardened=0
78.96/79.00	c BCD2: #sat=1 #unsat=1211 bias=1211/1212
78.96/79.00	c Solving starts ...
78.96/79.00	c ============================[ Search Statistics ]============================
78.96/79.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.96/79.00	c       |         |          |          |    Limit     GC | Var      | Constra 
78.96/79.00	c =============================================================================
78.96/79.00	c  0.0s |       0 |        0 |        0 |    62514      0 |     1161 |     1209
78.96/79.06	c  0.1s |       0 |       50 |        1 |    62514      0 |     1161 |     1210
78.96/79.06	c #cpu_time = 0.063s
78.96/79.06	c #wall_clock_time = 0.063s
78.96/79.06	c #decision = 50
78.96/79.06	c #random_decision = 0
78.96/79.06	c #conflict = 1
78.96/79.06	c #restart = 0
78.96/79.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
78.96/79.06	c lower bound updated to -323
78.96/79.06	c BCD2: 1211 <= obj <= 1489
78.96/79.06	c BCD2: #cores=49, #unrelaxed=274, #relaxed=1260, #hardened=0
78.96/79.06	c BCD2: #sat=1 #unsat=1212 bias=1212/1213
78.96/79.06	c Solving starts ...
78.96/79.06	c ============================[ Search Statistics ]============================
78.96/79.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.96/79.06	c       |         |          |          |    Limit     GC | Var      | Constra 
78.96/79.06	c =============================================================================
78.96/79.06	c  0.0s |       0 |        0 |        0 |    62514      0 |     1162 |     1210
79.06/79.13	c  0.1s |       0 |       50 |        1 |    62514      0 |     1162 |     1211
79.06/79.13	c #cpu_time = 0.062s
79.06/79.13	c #wall_clock_time = 0.063s
79.06/79.13	c #decision = 50
79.06/79.13	c #random_decision = 0
79.06/79.13	c #conflict = 1
79.06/79.13	c #restart = 0
79.06/79.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
79.06/79.13	c lower bound updated to -322
79.06/79.13	c BCD2: 1212 <= obj <= 1489
79.06/79.13	c BCD2: #cores=49, #unrelaxed=273, #relaxed=1261, #hardened=0
79.06/79.13	c BCD2: #sat=1 #unsat=1213 bias=1213/1214
79.06/79.13	c Solving starts ...
79.06/79.13	c ============================[ Search Statistics ]============================
79.06/79.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.06/79.13	c       |         |          |          |    Limit     GC | Var      | Constra 
79.06/79.13	c =============================================================================
79.06/79.13	c  0.0s |       0 |        0 |        0 |    62514      0 |     1163 |     1211
79.06/79.19	c  0.1s |       0 |       50 |        1 |    62514      0 |     1163 |     1212
79.06/79.19	c #cpu_time = 0.063s
79.06/79.19	c #wall_clock_time = 0.063s
79.06/79.19	c #decision = 50
79.06/79.19	c #random_decision = 0
79.06/79.19	c #conflict = 1
79.06/79.19	c #restart = 0
79.06/79.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
79.06/79.19	c lower bound updated to -321
79.06/79.20	c BCD2: 1213 <= obj <= 1489
79.06/79.20	c BCD2: #cores=49, #unrelaxed=272, #relaxed=1262, #hardened=0
79.06/79.20	c BCD2: #sat=1 #unsat=1214 bias=1214/1215
79.06/79.20	c Solving starts ...
79.06/79.20	c ============================[ Search Statistics ]============================
79.06/79.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.06/79.20	c       |         |          |          |    Limit     GC | Var      | Constra 
79.06/79.20	c =============================================================================
79.06/79.20	c  0.0s |       0 |        0 |        0 |    62514      0 |     1164 |     1212
79.17/79.26	c  0.1s |       0 |       50 |        1 |    62514      0 |     1164 |     1213
79.17/79.26	c #cpu_time = 0.061s
79.17/79.26	c #wall_clock_time = 0.061s
79.17/79.26	c #decision = 50
79.17/79.26	c #random_decision = 0
79.17/79.26	c #conflict = 1
79.17/79.26	c #restart = 0
79.17/79.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
79.17/79.26	c lower bound updated to -320
79.17/79.26	c BCD2: 1214 <= obj <= 1489
79.17/79.26	c BCD2: #cores=49, #unrelaxed=271, #relaxed=1263, #hardened=0
79.17/79.26	c BCD2: #sat=1 #unsat=1215 bias=1215/1216
79.17/79.26	c Solving starts ...
79.17/79.26	c ============================[ Search Statistics ]============================
79.17/79.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.17/79.26	c       |         |          |          |    Limit     GC | Var      | Constra 
79.17/79.26	c =============================================================================
79.17/79.26	c  0.0s |       0 |        0 |        0 |    62514      0 |     1165 |     1213
79.27/79.33	c  0.1s |       0 |       50 |        1 |    62514      0 |     1165 |     1214
79.27/79.33	c #cpu_time = 0.064s
79.27/79.33	c #wall_clock_time = 0.064s
79.27/79.33	c #decision = 50
79.27/79.33	c #random_decision = 0
79.27/79.33	c #conflict = 1
79.27/79.33	c #restart = 0
79.27/79.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
79.27/79.33	c lower bound updated to -319
79.27/79.33	c BCD2: 1215 <= obj <= 1489
79.27/79.33	c BCD2: #cores=49, #unrelaxed=270, #relaxed=1264, #hardened=0
79.27/79.33	c BCD2: #sat=1 #unsat=1216 bias=1216/1217
79.27/79.33	c Solving starts ...
79.27/79.33	c ============================[ Search Statistics ]============================
79.27/79.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.27/79.33	c       |         |          |          |    Limit     GC | Var      | Constra 
79.27/79.33	c =============================================================================
79.27/79.33	c  0.0s |       0 |        0 |        0 |    62514      0 |     1166 |     1214
79.27/79.39	c  0.1s |       0 |       50 |        1 |    62514      0 |     1166 |     1215
79.27/79.39	c #cpu_time = 0.064s
79.27/79.39	c #wall_clock_time = 0.064s
79.27/79.39	c #decision = 50
79.27/79.39	c #random_decision = 0
79.27/79.39	c #conflict = 1
79.27/79.39	c #restart = 0
79.27/79.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
79.27/79.39	c lower bound updated to -318
79.27/79.39	c BCD2: 1216 <= obj <= 1489
79.27/79.39	c BCD2: #cores=49, #unrelaxed=269, #relaxed=1265, #hardened=0
79.27/79.39	c BCD2: #sat=1 #unsat=1217 bias=1217/1218
79.27/79.39	c Solving starts ...
79.27/79.39	c ============================[ Search Statistics ]============================
79.27/79.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.27/79.39	c       |         |          |          |    Limit     GC | Var      | Constra 
79.27/79.39	c =============================================================================
79.27/79.39	c  0.0s |       0 |        0 |        0 |    62514      0 |     1167 |     1215
79.36/79.46	c  0.1s |       0 |       50 |        1 |    62514      0 |     1167 |     1216
79.36/79.46	c #cpu_time = 0.063s
79.36/79.46	c #wall_clock_time = 0.064s
79.36/79.46	c #decision = 50
79.36/79.46	c #random_decision = 0
79.36/79.46	c #conflict = 1
79.36/79.46	c #restart = 0
79.36/79.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
79.36/79.46	c lower bound updated to -317
79.36/79.46	c BCD2: 1217 <= obj <= 1489
79.36/79.46	c BCD2: #cores=49, #unrelaxed=268, #relaxed=1266, #hardened=0
79.36/79.46	c BCD2: #sat=1 #unsat=1218 bias=1218/1219
79.36/79.46	c Solving starts ...
79.36/79.46	c ============================[ Search Statistics ]============================
79.36/79.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.36/79.46	c       |         |          |          |    Limit     GC | Var      | Constra 
79.36/79.46	c =============================================================================
79.36/79.46	c  0.0s |       0 |        0 |        0 |    62514      0 |     1168 |     1216
79.46/79.52	c  0.1s |       0 |       50 |        1 |    62514      0 |     1168 |     1217
79.46/79.52	c #cpu_time = 0.064s
79.46/79.52	c #wall_clock_time = 0.064s
79.46/79.52	c #decision = 50
79.46/79.52	c #random_decision = 0
79.46/79.52	c #conflict = 1
79.46/79.52	c #restart = 0
79.46/79.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
79.46/79.52	c lower bound updated to -316
79.46/79.52	c BCD2: 1218 <= obj <= 1489
79.46/79.52	c BCD2: #cores=49, #unrelaxed=267, #relaxed=1267, #hardened=0
79.46/79.52	c BCD2: #sat=1 #unsat=1219 bias=1219/1220
79.46/79.52	c Solving starts ...
79.46/79.52	c ============================[ Search Statistics ]============================
79.46/79.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.46/79.52	c       |         |          |          |    Limit     GC | Var      | Constra 
79.46/79.52	c =============================================================================
79.46/79.52	c  0.0s |       0 |        0 |        0 |    62514      0 |     1169 |     1217
79.46/79.59	c  0.1s |       0 |       50 |        1 |    62514      0 |     1169 |     1218
79.46/79.59	c #cpu_time = 0.063s
79.46/79.59	c #wall_clock_time = 0.063s
79.46/79.59	c #decision = 50
79.46/79.59	c #random_decision = 0
79.46/79.59	c #conflict = 1
79.46/79.59	c #restart = 0
79.46/79.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
79.46/79.59	c lower bound updated to -315
79.46/79.59	c BCD2: 1219 <= obj <= 1489
79.46/79.59	c BCD2: #cores=49, #unrelaxed=266, #relaxed=1268, #hardened=0
79.46/79.59	c BCD2: #sat=1 #unsat=1220 bias=1220/1221
79.46/79.59	c Solving starts ...
79.46/79.59	c ============================[ Search Statistics ]============================
79.46/79.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.46/79.59	c       |         |          |          |    Limit     GC | Var      | Constra 
79.46/79.59	c =============================================================================
79.46/79.59	c  0.0s |       0 |        0 |        0 |    62514      0 |     1170 |     1218
79.56/79.65	c  0.1s |       0 |       50 |        1 |    62514      0 |     1170 |     1219
79.56/79.65	c #cpu_time = 0.062s
79.56/79.65	c #wall_clock_time = 0.062s
79.56/79.65	c #decision = 50
79.56/79.65	c #random_decision = 0
79.56/79.65	c #conflict = 1
79.56/79.65	c #restart = 0
79.56/79.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
79.56/79.65	c lower bound updated to -314
79.56/79.66	c BCD2: 1220 <= obj <= 1489
79.56/79.66	c BCD2: #cores=49, #unrelaxed=265, #relaxed=1269, #hardened=0
79.56/79.66	c BCD2: #sat=1 #unsat=1221 bias=1221/1222
79.56/79.66	c Solving starts ...
79.56/79.66	c ============================[ Search Statistics ]============================
79.56/79.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.56/79.66	c       |         |          |          |    Limit     GC | Var      | Constra 
79.56/79.66	c =============================================================================
79.56/79.66	c  0.0s |       0 |        0 |        0 |    62514      0 |     1171 |     1219
79.66/79.72	c  0.1s |       0 |       50 |        1 |    62514      0 |     1171 |     1220
79.66/79.72	c #cpu_time = 0.060s
79.66/79.72	c #wall_clock_time = 0.060s
79.66/79.72	c #decision = 50
79.66/79.72	c #random_decision = 0
79.66/79.72	c #conflict = 1
79.66/79.72	c #restart = 0
79.66/79.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
79.66/79.72	c lower bound updated to -313
79.66/79.72	c BCD2: 1221 <= obj <= 1489
79.66/79.72	c BCD2: #cores=49, #unrelaxed=264, #relaxed=1270, #hardened=0
79.66/79.72	c BCD2: #sat=1 #unsat=1222 bias=1222/1223
79.66/79.72	c Solving starts ...
79.66/79.72	c ============================[ Search Statistics ]============================
79.66/79.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.66/79.72	c       |         |          |          |    Limit     GC | Var      | Constra 
79.66/79.72	c =============================================================================
79.66/79.72	c  0.0s |       0 |        0 |        0 |    62514      0 |     1172 |     1220
79.66/79.78	c  0.1s |       0 |       50 |        1 |    62514      0 |     1172 |     1221
79.66/79.78	c #cpu_time = 0.062s
79.66/79.78	c #wall_clock_time = 0.062s
79.66/79.78	c #decision = 50
79.66/79.78	c #random_decision = 0
79.66/79.78	c #conflict = 1
79.66/79.78	c #restart = 0
79.66/79.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
79.66/79.78	c lower bound updated to -312
79.66/79.78	c BCD2: 1222 <= obj <= 1489
79.66/79.78	c BCD2: #cores=49, #unrelaxed=263, #relaxed=1271, #hardened=0
79.66/79.78	c BCD2: #sat=1 #unsat=1223 bias=1223/1224
79.66/79.78	c Solving starts ...
79.66/79.78	c ============================[ Search Statistics ]============================
79.66/79.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.66/79.78	c       |         |          |          |    Limit     GC | Var      | Constra 
79.66/79.78	c =============================================================================
79.66/79.78	c  0.0s |       0 |        0 |        0 |    62514      0 |     1173 |     1221
79.76/79.85	c  0.1s |       0 |       50 |        1 |    62514      0 |     1173 |     1222
79.76/79.85	c #cpu_time = 0.062s
79.76/79.85	c #wall_clock_time = 0.062s
79.76/79.85	c #decision = 50
79.76/79.85	c #random_decision = 0
79.76/79.85	c #conflict = 1
79.76/79.85	c #restart = 0
79.76/79.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
79.76/79.85	c lower bound updated to -311
79.76/79.85	c BCD2: 1223 <= obj <= 1489
79.76/79.85	c BCD2: #cores=49, #unrelaxed=262, #relaxed=1272, #hardened=0
79.76/79.85	c BCD2: #sat=1 #unsat=1224 bias=1224/1225
79.76/79.85	c Solving starts ...
79.76/79.85	c ============================[ Search Statistics ]============================
79.76/79.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.76/79.85	c       |         |          |          |    Limit     GC | Var      | Constra 
79.76/79.85	c =============================================================================
79.76/79.85	c  0.0s |       0 |        0 |        0 |    62514      0 |     1174 |     1222
79.86/79.91	c  0.1s |       0 |       50 |        1 |    62514      0 |     1174 |     1223
79.86/79.91	c #cpu_time = 0.063s
79.86/79.91	c #wall_clock_time = 0.063s
79.86/79.91	c #decision = 50
79.86/79.91	c #random_decision = 0
79.86/79.91	c #conflict = 1
79.86/79.91	c #restart = 0
79.86/79.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
79.86/79.91	c lower bound updated to -310
79.86/79.91	c BCD2: 1224 <= obj <= 1489
79.86/79.91	c BCD2: #cores=49, #unrelaxed=261, #relaxed=1273, #hardened=0
79.86/79.91	c BCD2: #sat=1 #unsat=1225 bias=1225/1226
79.86/79.91	c Solving starts ...
79.86/79.91	c ============================[ Search Statistics ]============================
79.86/79.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.86/79.91	c       |         |          |          |    Limit     GC | Var      | Constra 
79.86/79.91	c =============================================================================
79.86/79.91	c  0.0s |       0 |        0 |        0 |    62514      0 |     1175 |     1223
79.86/79.98	c  0.1s |       0 |       50 |        1 |    62514      0 |     1175 |     1224
79.86/79.98	c #cpu_time = 0.063s
79.86/79.98	c #wall_clock_time = 0.063s
79.86/79.98	c #decision = 50
79.86/79.98	c #random_decision = 0
79.86/79.98	c #conflict = 1
79.86/79.98	c #restart = 0
79.86/79.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
79.86/79.98	c lower bound updated to -309
79.86/79.98	c BCD2: 1225 <= obj <= 1489
79.86/79.98	c BCD2: #cores=49, #unrelaxed=260, #relaxed=1274, #hardened=0
79.86/79.98	c BCD2: #sat=1 #unsat=1226 bias=1226/1227
79.86/79.98	c Solving starts ...
79.86/79.98	c ============================[ Search Statistics ]============================
79.86/79.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.86/79.98	c       |         |          |          |    Limit     GC | Var      | Constra 
79.86/79.98	c =============================================================================
79.86/79.98	c  0.0s |       0 |        0 |        0 |    62514      0 |     1176 |     1224
79.96/80.04	c  0.1s |       0 |       50 |        0 |    62514      0 |     1176 |     1225
79.96/80.04	c #cpu_time = 0.062s
79.96/80.04	c #wall_clock_time = 0.062s
79.96/80.04	c #decision = 50
79.96/80.04	c #random_decision = 0
79.96/80.04	c #conflict = 0
79.96/80.04	c #restart = 0
79.96/80.04	c BCD2: found a new core of size 2: cost of the new core is >=1
79.96/80.04	c lower bound updated to -308
79.96/80.05	c BCD2: 1226 <= obj <= 1489
79.96/80.05	c BCD2: #cores=50, #unrelaxed=258, #relaxed=1276, #hardened=0
79.96/80.05	c BCD2: #sat=1 #unsat=1227 bias=1227/1228
79.96/80.05	c Solving starts ...
79.96/80.05	c ============================[ Search Statistics ]============================
79.96/80.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.96/80.05	c       |         |          |          |    Limit     GC | Var      | Constra 
79.96/80.05	c =============================================================================
79.96/80.05	c  0.0s |       0 |        0 |        0 |    62514      0 |     1176 |     1226
80.06/80.11	c  0.1s |       0 |       51 |        1 |    62514      0 |     1176 |     1226
80.06/80.11	c #cpu_time = 0.060s
80.06/80.11	c #wall_clock_time = 0.060s
80.06/80.11	c #decision = 51
80.06/80.11	c #random_decision = 0
80.06/80.11	c #conflict = 1
80.06/80.11	c #restart = 0
80.06/80.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
80.06/80.11	c lower bound updated to -307
80.06/80.12	c BCD2: 1227 <= obj <= 1489
80.06/80.12	c BCD2: #cores=50, #unrelaxed=257, #relaxed=1277, #hardened=0
80.06/80.12	c BCD2: #sat=1 #unsat=1228 bias=1228/1229
80.06/80.12	c Solving starts ...
80.06/80.12	c ============================[ Search Statistics ]============================
80.06/80.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.06/80.12	c       |         |          |          |    Limit     GC | Var      | Constra 
80.06/80.12	c =============================================================================
80.06/80.12	c  0.0s |       0 |        0 |        0 |    62514      0 |     1177 |     1226
80.06/80.18	c  0.1s |       0 |       51 |        1 |    62514      0 |     1177 |     1227
80.06/80.18	c #cpu_time = 0.060s
80.06/80.18	c #wall_clock_time = 0.060s
80.06/80.18	c #decision = 51
80.06/80.18	c #random_decision = 0
80.06/80.18	c #conflict = 1
80.06/80.18	c #restart = 0
80.06/80.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
80.06/80.18	c lower bound updated to -306
80.06/80.18	c BCD2: 1228 <= obj <= 1489
80.06/80.18	c BCD2: #cores=50, #unrelaxed=256, #relaxed=1278, #hardened=0
80.06/80.18	c BCD2: #sat=1 #unsat=1229 bias=1229/1230
80.06/80.18	c Solving starts ...
80.06/80.18	c ============================[ Search Statistics ]============================
80.06/80.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.06/80.18	c       |         |          |          |    Limit     GC | Var      | Constra 
80.06/80.18	c =============================================================================
80.06/80.18	c  0.0s |       0 |        0 |        0 |    62514      0 |     1178 |     1227
80.16/80.24	c  0.1s |       0 |       51 |        1 |    62514      0 |     1178 |     1228
80.16/80.24	c #cpu_time = 0.062s
80.16/80.24	c #wall_clock_time = 0.062s
80.16/80.24	c #decision = 51
80.16/80.24	c #random_decision = 0
80.16/80.24	c #conflict = 1
80.16/80.24	c #restart = 0
80.16/80.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
80.16/80.24	c lower bound updated to -305
80.16/80.24	c BCD2: 1229 <= obj <= 1489
80.16/80.24	c BCD2: #cores=50, #unrelaxed=255, #relaxed=1279, #hardened=0
80.16/80.24	c BCD2: #sat=1 #unsat=1230 bias=1230/1231
80.16/80.24	c Solving starts ...
80.16/80.24	c ============================[ Search Statistics ]============================
80.16/80.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.16/80.24	c       |         |          |          |    Limit     GC | Var      | Constra 
80.16/80.24	c =============================================================================
80.16/80.24	c  0.0s |       0 |        0 |        0 |    62514      0 |     1179 |     1228
80.27/80.31	c  0.1s |       0 |       51 |        1 |    62514      0 |     1179 |     1229
80.27/80.31	c #cpu_time = 0.062s
80.27/80.31	c #wall_clock_time = 0.062s
80.27/80.31	c #decision = 51
80.27/80.31	c #random_decision = 0
80.27/80.31	c #conflict = 1
80.27/80.31	c #restart = 0
80.27/80.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
80.27/80.31	c lower bound updated to -304
80.27/80.31	c BCD2: 1230 <= obj <= 1489
80.27/80.31	c BCD2: #cores=50, #unrelaxed=254, #relaxed=1280, #hardened=0
80.27/80.31	c BCD2: #sat=1 #unsat=1231 bias=1231/1232
80.27/80.31	c Solving starts ...
80.27/80.31	c ============================[ Search Statistics ]============================
80.27/80.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.27/80.31	c       |         |          |          |    Limit     GC | Var      | Constra 
80.27/80.31	c =============================================================================
80.27/80.31	c  0.0s |       0 |        0 |        0 |    62514      0 |     1180 |     1229
80.27/80.37	c  0.1s |       0 |       51 |        1 |    62514      0 |     1180 |     1230
80.27/80.37	c #cpu_time = 0.063s
80.27/80.37	c #wall_clock_time = 0.063s
80.27/80.37	c #decision = 51
80.27/80.37	c #random_decision = 0
80.27/80.37	c #conflict = 1
80.27/80.37	c #restart = 0
80.27/80.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
80.27/80.37	c lower bound updated to -303
80.27/80.37	c BCD2: 1231 <= obj <= 1489
80.27/80.37	c BCD2: #cores=50, #unrelaxed=253, #relaxed=1281, #hardened=0
80.27/80.37	c BCD2: #sat=1 #unsat=1232 bias=1232/1233
80.27/80.37	c Solving starts ...
80.27/80.37	c ============================[ Search Statistics ]============================
80.27/80.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.27/80.37	c       |         |          |          |    Limit     GC | Var      | Constra 
80.27/80.37	c =============================================================================
80.27/80.37	c  0.0s |       0 |        0 |        0 |    62514      0 |     1181 |     1230
80.36/80.44	c  0.1s |       0 |       51 |        1 |    62514      0 |     1181 |     1231
80.36/80.44	c #cpu_time = 0.063s
80.36/80.44	c #wall_clock_time = 0.063s
80.36/80.44	c #decision = 51
80.36/80.44	c #random_decision = 0
80.36/80.44	c #conflict = 1
80.36/80.44	c #restart = 0
80.36/80.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
80.36/80.44	c lower bound updated to -302
80.36/80.44	c BCD2: 1232 <= obj <= 1489
80.36/80.44	c BCD2: #cores=50, #unrelaxed=252, #relaxed=1282, #hardened=0
80.36/80.44	c BCD2: #sat=1 #unsat=1233 bias=1233/1234
80.36/80.44	c Solving starts ...
80.36/80.44	c ============================[ Search Statistics ]============================
80.36/80.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.36/80.44	c       |         |          |          |    Limit     GC | Var      | Constra 
80.36/80.44	c =============================================================================
80.36/80.44	c  0.0s |       0 |        0 |        0 |    62514      0 |     1182 |     1231
80.46/80.50	c  0.1s |       0 |       51 |        1 |    62514      0 |     1182 |     1232
80.46/80.50	c #cpu_time = 0.062s
80.46/80.50	c #wall_clock_time = 0.062s
80.46/80.50	c #decision = 51
80.46/80.50	c #random_decision = 0
80.46/80.50	c #conflict = 1
80.46/80.50	c #restart = 0
80.46/80.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
80.46/80.50	c lower bound updated to -301
80.46/80.50	c BCD2: 1233 <= obj <= 1489
80.46/80.50	c BCD2: #cores=50, #unrelaxed=251, #relaxed=1283, #hardened=0
80.46/80.50	c BCD2: #sat=1 #unsat=1234 bias=1234/1235
80.46/80.50	c Solving starts ...
80.46/80.50	c ============================[ Search Statistics ]============================
80.46/80.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.46/80.50	c       |         |          |          |    Limit     GC | Var      | Constra 
80.46/80.50	c =============================================================================
80.46/80.50	c  0.0s |       0 |        0 |        0 |    62514      0 |     1183 |     1232
80.46/80.56	c  0.1s |       0 |       51 |        1 |    62514      0 |     1183 |     1233
80.46/80.56	c #cpu_time = 0.062s
80.46/80.56	c #wall_clock_time = 0.062s
80.46/80.56	c #decision = 51
80.46/80.56	c #random_decision = 0
80.46/80.56	c #conflict = 1
80.46/80.56	c #restart = 0
80.46/80.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
80.46/80.56	c lower bound updated to -300
80.46/80.57	c BCD2: 1234 <= obj <= 1489
80.46/80.57	c BCD2: #cores=50, #unrelaxed=250, #relaxed=1284, #hardened=0
80.46/80.57	c BCD2: #sat=1 #unsat=1235 bias=1235/1236
80.46/80.57	c Solving starts ...
80.46/80.57	c ============================[ Search Statistics ]============================
80.46/80.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.46/80.57	c       |         |          |          |    Limit     GC | Var      | Constra 
80.46/80.57	c =============================================================================
80.46/80.57	c  0.0s |       0 |        0 |        0 |    62514      0 |     1184 |     1233
80.56/80.63	c  0.1s |       0 |       51 |        1 |    62514      0 |     1184 |     1234
80.56/80.63	c #cpu_time = 0.061s
80.56/80.63	c #wall_clock_time = 0.061s
80.56/80.63	c #decision = 51
80.56/80.63	c #random_decision = 0
80.56/80.63	c #conflict = 1
80.56/80.63	c #restart = 0
80.56/80.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
80.56/80.63	c lower bound updated to -299
80.56/80.63	c BCD2: 1235 <= obj <= 1489
80.56/80.63	c BCD2: #cores=50, #unrelaxed=249, #relaxed=1285, #hardened=0
80.56/80.63	c BCD2: #sat=1 #unsat=1236 bias=1236/1237
80.56/80.63	c Solving starts ...
80.56/80.63	c ============================[ Search Statistics ]============================
80.56/80.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.56/80.63	c       |         |          |          |    Limit     GC | Var      | Constra 
80.56/80.63	c =============================================================================
80.56/80.63	c  0.0s |       0 |        0 |        0 |    62514      0 |     1185 |     1234
80.66/80.70	c  0.1s |       0 |       51 |        1 |    62514      0 |     1185 |     1235
80.66/80.70	c #cpu_time = 0.063s
80.66/80.70	c #wall_clock_time = 0.063s
80.66/80.70	c #decision = 51
80.66/80.70	c #random_decision = 0
80.66/80.70	c #conflict = 1
80.66/80.70	c #restart = 0
80.66/80.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
80.66/80.70	c lower bound updated to -298
80.66/80.70	c BCD2: 1236 <= obj <= 1489
80.66/80.70	c BCD2: #cores=50, #unrelaxed=248, #relaxed=1286, #hardened=0
80.66/80.70	c BCD2: #sat=1 #unsat=1237 bias=1237/1238
80.66/80.70	c Solving starts ...
80.66/80.70	c ============================[ Search Statistics ]============================
80.66/80.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.66/80.70	c       |         |          |          |    Limit     GC | Var      | Constra 
80.66/80.70	c =============================================================================
80.66/80.70	c  0.0s |       0 |        0 |        0 |    62514      0 |     1186 |     1235
80.66/80.76	c  0.1s |       0 |       51 |        1 |    62514      0 |     1186 |     1236
80.66/80.76	c #cpu_time = 0.063s
80.66/80.76	c #wall_clock_time = 0.063s
80.66/80.76	c #decision = 51
80.66/80.76	c #random_decision = 0
80.66/80.76	c #conflict = 1
80.66/80.76	c #restart = 0
80.66/80.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
80.66/80.76	c lower bound updated to -297
80.66/80.76	c BCD2: 1237 <= obj <= 1489
80.66/80.76	c BCD2: #cores=50, #unrelaxed=247, #relaxed=1287, #hardened=0
80.66/80.76	c BCD2: #sat=1 #unsat=1238 bias=1238/1239
80.66/80.76	c Solving starts ...
80.66/80.76	c ============================[ Search Statistics ]============================
80.66/80.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.66/80.76	c       |         |          |          |    Limit     GC | Var      | Constra 
80.66/80.76	c =============================================================================
80.66/80.76	c  0.0s |       0 |        0 |        0 |    62514      0 |     1187 |     1236
80.76/80.83	c  0.1s |       0 |       51 |        1 |    62514      0 |     1187 |     1237
80.76/80.83	c #cpu_time = 0.063s
80.76/80.83	c #wall_clock_time = 0.063s
80.76/80.83	c #decision = 51
80.76/80.83	c #random_decision = 0
80.76/80.83	c #conflict = 1
80.76/80.83	c #restart = 0
80.76/80.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
80.76/80.83	c lower bound updated to -296
80.76/80.83	c BCD2: 1238 <= obj <= 1489
80.76/80.83	c BCD2: #cores=50, #unrelaxed=246, #relaxed=1288, #hardened=0
80.76/80.83	c BCD2: #sat=1 #unsat=1239 bias=1239/1240
80.76/80.83	c Solving starts ...
80.76/80.83	c ============================[ Search Statistics ]============================
80.76/80.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.76/80.83	c       |         |          |          |    Limit     GC | Var      | Constra 
80.76/80.83	c =============================================================================
80.76/80.83	c  0.0s |       0 |        0 |        0 |    62514      0 |     1188 |     1237
80.76/80.89	c  0.1s |       0 |       51 |        1 |    62514      0 |     1188 |     1238
80.76/80.89	c #cpu_time = 0.063s
80.76/80.89	c #wall_clock_time = 0.063s
80.76/80.89	c #decision = 51
80.76/80.89	c #random_decision = 0
80.76/80.89	c #conflict = 1
80.76/80.89	c #restart = 0
80.76/80.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
80.76/80.89	c lower bound updated to -295
80.76/80.89	c BCD2: 1239 <= obj <= 1489
80.76/80.89	c BCD2: #cores=50, #unrelaxed=245, #relaxed=1289, #hardened=0
80.76/80.89	c BCD2: #sat=1 #unsat=1240 bias=1240/1241
80.76/80.89	c Solving starts ...
80.76/80.89	c ============================[ Search Statistics ]============================
80.76/80.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.76/80.89	c       |         |          |          |    Limit     GC | Var      | Constra 
80.76/80.89	c =============================================================================
80.76/80.89	c  0.0s |       0 |        0 |        0 |    62514      0 |     1189 |     1238
80.86/80.95	c  0.1s |       0 |       51 |        1 |    62514      0 |     1189 |     1239
80.86/80.95	c #cpu_time = 0.062s
80.86/80.95	c #wall_clock_time = 0.062s
80.86/80.95	c #decision = 51
80.86/80.95	c #random_decision = 0
80.86/80.95	c #conflict = 1
80.86/80.95	c #restart = 0
80.86/80.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
80.86/80.95	c lower bound updated to -294
80.86/80.95	c BCD2: 1240 <= obj <= 1489
80.86/80.95	c BCD2: #cores=50, #unrelaxed=244, #relaxed=1290, #hardened=0
80.86/80.95	c BCD2: #sat=1 #unsat=1241 bias=1241/1242
80.86/80.95	c Solving starts ...
80.86/80.95	c ============================[ Search Statistics ]============================
80.86/80.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.86/80.95	c       |         |          |          |    Limit     GC | Var      | Constra 
80.86/80.95	c =============================================================================
80.86/80.95	c  0.0s |       0 |        0 |        0 |    62514      0 |     1190 |     1239
80.96/81.02	c  0.1s |       0 |       51 |        1 |    62514      0 |     1190 |     1240
80.96/81.02	c #cpu_time = 0.062s
80.96/81.02	c #wall_clock_time = 0.062s
80.96/81.02	c #decision = 51
80.96/81.02	c #random_decision = 0
80.96/81.02	c #conflict = 1
80.96/81.02	c #restart = 0
80.96/81.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
80.96/81.02	c lower bound updated to -293
80.96/81.02	c BCD2: 1241 <= obj <= 1489
80.96/81.02	c BCD2: #cores=50, #unrelaxed=243, #relaxed=1291, #hardened=0
80.96/81.02	c BCD2: #sat=1 #unsat=1242 bias=1242/1243
80.96/81.03	c Solving starts ...
80.96/81.03	c ============================[ Search Statistics ]============================
80.96/81.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.96/81.03	c       |         |          |          |    Limit     GC | Var      | Constra 
80.96/81.03	c =============================================================================
80.96/81.03	c  0.0s |       0 |        0 |        0 |    62514      0 |     1191 |     1240
80.96/81.09	c  0.1s |       0 |       51 |        1 |    62514      0 |     1191 |     1241
80.96/81.09	c #cpu_time = 0.060s
80.96/81.09	c #wall_clock_time = 0.060s
80.96/81.09	c #decision = 51
80.96/81.09	c #random_decision = 0
80.96/81.09	c #conflict = 1
80.96/81.09	c #restart = 0
80.96/81.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
80.96/81.09	c lower bound updated to -292
80.96/81.09	c BCD2: 1242 <= obj <= 1489
80.96/81.09	c BCD2: #cores=50, #unrelaxed=242, #relaxed=1292, #hardened=0
80.96/81.09	c BCD2: #sat=1 #unsat=1243 bias=1243/1244
80.96/81.09	c Solving starts ...
80.96/81.09	c ============================[ Search Statistics ]============================
80.96/81.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.96/81.09	c       |         |          |          |    Limit     GC | Var      | Constra 
80.96/81.09	c =============================================================================
80.96/81.09	c  0.0s |       0 |        0 |        0 |    62514      0 |     1192 |     1241
81.06/81.15	c  0.1s |       0 |       51 |        1 |    62514      0 |     1192 |     1242
81.06/81.15	c #cpu_time = 0.062s
81.06/81.15	c #wall_clock_time = 0.062s
81.06/81.15	c #decision = 51
81.06/81.15	c #random_decision = 0
81.06/81.15	c #conflict = 1
81.06/81.15	c #restart = 0
81.06/81.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
81.06/81.15	c lower bound updated to -291
81.06/81.15	c BCD2: 1243 <= obj <= 1489
81.06/81.15	c BCD2: #cores=50, #unrelaxed=241, #relaxed=1293, #hardened=0
81.06/81.15	c BCD2: #sat=1 #unsat=1244 bias=1244/1245
81.06/81.15	c Solving starts ...
81.06/81.15	c ============================[ Search Statistics ]============================
81.06/81.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.06/81.15	c       |         |          |          |    Limit     GC | Var      | Constra 
81.06/81.15	c =============================================================================
81.06/81.15	c  0.0s |       0 |        0 |        0 |    62514      0 |     1193 |     1242
81.16/81.21	c  0.1s |       0 |       51 |        1 |    62514      0 |     1193 |     1243
81.16/81.21	c #cpu_time = 0.062s
81.16/81.21	c #wall_clock_time = 0.062s
81.16/81.21	c #decision = 51
81.16/81.21	c #random_decision = 0
81.16/81.21	c #conflict = 1
81.16/81.21	c #restart = 0
81.16/81.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
81.16/81.21	c lower bound updated to -290
81.16/81.21	c BCD2: 1244 <= obj <= 1489
81.16/81.21	c BCD2: #cores=50, #unrelaxed=240, #relaxed=1294, #hardened=0
81.16/81.21	c BCD2: #sat=1 #unsat=1245 bias=1245/1246
81.16/81.21	c Solving starts ...
81.16/81.21	c ============================[ Search Statistics ]============================
81.16/81.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.16/81.21	c       |         |          |          |    Limit     GC | Var      | Constra 
81.16/81.21	c =============================================================================
81.16/81.21	c  0.0s |       0 |        0 |        0 |    62514      0 |     1194 |     1243
81.16/81.28	c  0.1s |       0 |       51 |        1 |    62514      0 |     1194 |     1244
81.16/81.28	c #cpu_time = 0.063s
81.16/81.28	c #wall_clock_time = 0.063s
81.16/81.28	c #decision = 51
81.16/81.28	c #random_decision = 0
81.16/81.28	c #conflict = 1
81.16/81.28	c #restart = 0
81.16/81.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
81.16/81.28	c lower bound updated to -289
81.16/81.28	c BCD2: 1245 <= obj <= 1489
81.16/81.28	c BCD2: #cores=50, #unrelaxed=239, #relaxed=1295, #hardened=0
81.16/81.28	c BCD2: #sat=1 #unsat=1246 bias=1246/1247
81.16/81.28	c Solving starts ...
81.16/81.28	c ============================[ Search Statistics ]============================
81.16/81.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.16/81.28	c       |         |          |          |    Limit     GC | Var      | Constra 
81.16/81.28	c =============================================================================
81.16/81.28	c  0.0s |       0 |        0 |        0 |    62514      0 |     1195 |     1244
81.26/81.34	c  0.1s |       0 |       51 |        1 |    62514      0 |     1195 |     1245
81.26/81.34	c #cpu_time = 0.063s
81.26/81.34	c #wall_clock_time = 0.063s
81.26/81.34	c #decision = 51
81.26/81.34	c #random_decision = 0
81.26/81.34	c #conflict = 1
81.26/81.34	c #restart = 0
81.26/81.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
81.26/81.34	c lower bound updated to -288
81.26/81.34	c BCD2: 1246 <= obj <= 1489
81.26/81.34	c BCD2: #cores=50, #unrelaxed=238, #relaxed=1296, #hardened=0
81.26/81.34	c BCD2: #sat=1 #unsat=1247 bias=1247/1248
81.26/81.34	c Solving starts ...
81.26/81.34	c ============================[ Search Statistics ]============================
81.26/81.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.26/81.34	c       |         |          |          |    Limit     GC | Var      | Constra 
81.26/81.34	c =============================================================================
81.26/81.34	c  0.0s |       0 |        0 |        0 |    62514      0 |     1196 |     1245
81.36/81.41	c  0.1s |       0 |       51 |        1 |    62514      0 |     1196 |     1246
81.36/81.41	c #cpu_time = 0.062s
81.36/81.41	c #wall_clock_time = 0.062s
81.36/81.41	c #decision = 51
81.36/81.41	c #random_decision = 0
81.36/81.41	c #conflict = 1
81.36/81.41	c #restart = 0
81.36/81.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
81.36/81.41	c lower bound updated to -287
81.36/81.41	c BCD2: 1247 <= obj <= 1489
81.36/81.41	c BCD2: #cores=50, #unrelaxed=237, #relaxed=1297, #hardened=0
81.36/81.41	c BCD2: #sat=1 #unsat=1248 bias=1248/1249
81.36/81.41	c Solving starts ...
81.36/81.41	c ============================[ Search Statistics ]============================
81.36/81.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.36/81.41	c       |         |          |          |    Limit     GC | Var      | Constra 
81.36/81.41	c =============================================================================
81.36/81.41	c  0.0s |       0 |        0 |        0 |    62514      0 |     1197 |     1246
81.36/81.47	c  0.1s |       0 |       51 |        1 |    62514      0 |     1197 |     1247
81.36/81.47	c #cpu_time = 0.062s
81.36/81.47	c #wall_clock_time = 0.062s
81.36/81.47	c #decision = 51
81.36/81.47	c #random_decision = 0
81.36/81.47	c #conflict = 1
81.36/81.47	c #restart = 0
81.36/81.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
81.36/81.47	c lower bound updated to -286
81.36/81.48	c BCD2: 1248 <= obj <= 1489
81.36/81.48	c BCD2: #cores=50, #unrelaxed=236, #relaxed=1298, #hardened=0
81.36/81.48	c BCD2: #sat=1 #unsat=1249 bias=1249/1250
81.36/81.48	c Solving starts ...
81.36/81.48	c ============================[ Search Statistics ]============================
81.36/81.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.36/81.48	c       |         |          |          |    Limit     GC | Var      | Constra 
81.36/81.48	c =============================================================================
81.36/81.48	c  0.0s |       0 |        0 |        0 |    62514      0 |     1198 |     1247
81.46/81.54	c  0.1s |       0 |       51 |        1 |    62514      0 |     1198 |     1248
81.46/81.54	c #cpu_time = 0.060s
81.46/81.54	c #wall_clock_time = 0.061s
81.46/81.54	c #decision = 51
81.46/81.54	c #random_decision = 0
81.46/81.54	c #conflict = 1
81.46/81.54	c #restart = 0
81.46/81.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
81.46/81.54	c lower bound updated to -285
81.46/81.54	c BCD2: 1249 <= obj <= 1489
81.46/81.54	c BCD2: #cores=50, #unrelaxed=235, #relaxed=1299, #hardened=0
81.46/81.54	c BCD2: #sat=1 #unsat=1250 bias=1250/1251
81.46/81.54	c Solving starts ...
81.46/81.54	c ============================[ Search Statistics ]============================
81.46/81.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.46/81.54	c       |         |          |          |    Limit     GC | Var      | Constra 
81.46/81.54	c =============================================================================
81.46/81.54	c  0.0s |       0 |        0 |        0 |    62514      0 |     1199 |     1248
81.56/81.60	c  0.1s |       0 |       51 |        1 |    62514      0 |     1199 |     1249
81.56/81.60	c #cpu_time = 0.062s
81.56/81.60	c #wall_clock_time = 0.062s
81.56/81.60	c #decision = 51
81.56/81.60	c #random_decision = 0
81.56/81.60	c #conflict = 1
81.56/81.60	c #restart = 0
81.56/81.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
81.56/81.60	c lower bound updated to -284
81.56/81.60	c BCD2: 1250 <= obj <= 1489
81.56/81.60	c BCD2: #cores=50, #unrelaxed=234, #relaxed=1300, #hardened=0
81.56/81.60	c BCD2: #sat=1 #unsat=1251 bias=1251/1252
81.56/81.60	c Solving starts ...
81.56/81.60	c ============================[ Search Statistics ]============================
81.56/81.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.56/81.60	c       |         |          |          |    Limit     GC | Var      | Constra 
81.56/81.60	c =============================================================================
81.56/81.60	c  0.0s |       0 |        0 |        0 |    62514      0 |     1200 |     1249
81.56/81.67	c  0.1s |       0 |       51 |        0 |    62514      0 |     1200 |     1250
81.56/81.67	c #cpu_time = 0.062s
81.56/81.67	c #wall_clock_time = 0.062s
81.56/81.67	c #decision = 51
81.56/81.67	c #random_decision = 0
81.56/81.67	c #conflict = 0
81.56/81.67	c #restart = 0
81.56/81.67	c BCD2: found a new core of size 2: cost of the new core is >=1
81.56/81.67	c lower bound updated to -283
81.56/81.68	c BCD2: 1251 <= obj <= 1489
81.56/81.68	c BCD2: #cores=51, #unrelaxed=232, #relaxed=1302, #hardened=0
81.56/81.68	c BCD2: #sat=1 #unsat=1252 bias=1252/1253
81.56/81.68	c Solving starts ...
81.56/81.68	c ============================[ Search Statistics ]============================
81.56/81.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.56/81.68	c       |         |          |          |    Limit     GC | Var      | Constra 
81.56/81.68	c =============================================================================
81.56/81.68	c  0.0s |       0 |        0 |        0 |    62514      0 |     1200 |     1251
81.66/81.74	c  0.1s |       0 |       52 |        1 |    62514      0 |     1200 |     1251
81.66/81.74	c #cpu_time = 0.061s
81.66/81.74	c #wall_clock_time = 0.061s
81.66/81.74	c #decision = 52
81.66/81.74	c #random_decision = 0
81.66/81.74	c #conflict = 1
81.66/81.74	c #restart = 0
81.66/81.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
81.66/81.74	c lower bound updated to -282
81.66/81.74	c BCD2: 1252 <= obj <= 1489
81.66/81.74	c BCD2: #cores=51, #unrelaxed=231, #relaxed=1303, #hardened=0
81.66/81.74	c BCD2: #sat=1 #unsat=1253 bias=1253/1254
81.66/81.74	c Solving starts ...
81.66/81.74	c ============================[ Search Statistics ]============================
81.66/81.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.66/81.74	c       |         |          |          |    Limit     GC | Var      | Constra 
81.66/81.74	c =============================================================================
81.66/81.74	c  0.0s |       0 |        0 |        0 |    62514      0 |     1201 |     1251
81.76/81.80	c  0.1s |       0 |       52 |        1 |    62514      0 |     1201 |     1252
81.76/81.80	c #cpu_time = 0.063s
81.76/81.80	c #wall_clock_time = 0.063s
81.76/81.80	c #decision = 52
81.76/81.80	c #random_decision = 0
81.76/81.80	c #conflict = 1
81.76/81.80	c #restart = 0
81.76/81.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
81.76/81.80	c lower bound updated to -281
81.76/81.80	c BCD2: 1253 <= obj <= 1489
81.76/81.80	c BCD2: #cores=51, #unrelaxed=230, #relaxed=1304, #hardened=0
81.76/81.80	c BCD2: #sat=1 #unsat=1254 bias=1254/1255
81.76/81.80	c Solving starts ...
81.76/81.80	c ============================[ Search Statistics ]============================
81.76/81.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.76/81.80	c       |         |          |          |    Limit     GC | Var      | Constra 
81.76/81.80	c =============================================================================
81.76/81.80	c  0.0s |       0 |        0 |        0 |    62514      0 |     1202 |     1252
81.76/81.87	c  0.1s |       0 |       52 |        1 |    62514      0 |     1202 |     1253
81.76/81.87	c #cpu_time = 0.063s
81.76/81.87	c #wall_clock_time = 0.063s
81.76/81.87	c #decision = 52
81.76/81.87	c #random_decision = 0
81.76/81.87	c #conflict = 1
81.76/81.87	c #restart = 0
81.76/81.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
81.76/81.87	c lower bound updated to -280
81.76/81.87	c BCD2: 1254 <= obj <= 1489
81.76/81.87	c BCD2: #cores=51, #unrelaxed=229, #relaxed=1305, #hardened=0
81.76/81.87	c BCD2: #sat=1 #unsat=1255 bias=1255/1256
81.76/81.87	c Solving starts ...
81.76/81.87	c ============================[ Search Statistics ]============================
81.76/81.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.76/81.87	c       |         |          |          |    Limit     GC | Var      | Constra 
81.76/81.87	c =============================================================================
81.76/81.87	c  0.0s |       0 |        0 |        0 |    62514      0 |     1203 |     1253
81.86/81.93	c  0.1s |       0 |       52 |        1 |    62514      0 |     1203 |     1254
81.86/81.93	c #cpu_time = 0.063s
81.86/81.93	c #wall_clock_time = 0.063s
81.86/81.93	c #decision = 52
81.86/81.93	c #random_decision = 0
81.86/81.93	c #conflict = 1
81.86/81.93	c #restart = 0
81.86/81.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
81.86/81.93	c lower bound updated to -279
81.86/81.94	c BCD2: 1255 <= obj <= 1489
81.86/81.94	c BCD2: #cores=51, #unrelaxed=228, #relaxed=1306, #hardened=0
81.86/81.94	c BCD2: #sat=1 #unsat=1256 bias=1256/1257
81.86/81.94	c Solving starts ...
81.86/81.94	c ============================[ Search Statistics ]============================
81.86/81.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.86/81.94	c       |         |          |          |    Limit     GC | Var      | Constra 
81.86/81.94	c =============================================================================
81.86/81.94	c  0.0s |       0 |        0 |        0 |    62514      0 |     1204 |     1254
81.96/82.00	c  0.1s |       0 |       52 |        1 |    62514      0 |     1204 |     1255
81.96/82.00	c #cpu_time = 0.060s
81.96/82.00	c #wall_clock_time = 0.060s
81.96/82.00	c #decision = 52
81.96/82.00	c #random_decision = 0
81.96/82.00	c #conflict = 1
81.96/82.00	c #restart = 0
81.96/82.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
81.96/82.00	c lower bound updated to -278
81.96/82.00	c BCD2: 1256 <= obj <= 1489
81.96/82.00	c BCD2: #cores=51, #unrelaxed=227, #relaxed=1307, #hardened=0
81.96/82.00	c BCD2: #sat=1 #unsat=1257 bias=1257/1258
81.96/82.00	c Solving starts ...
81.96/82.00	c ============================[ Search Statistics ]============================
81.96/82.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.96/82.00	c       |         |          |          |    Limit     GC | Var      | Constra 
81.96/82.00	c =============================================================================
81.96/82.00	c  0.0s |       0 |        0 |        0 |    62514      0 |     1205 |     1255
81.96/82.07	c  0.1s |       0 |       52 |        1 |    62514      0 |     1205 |     1256
81.96/82.07	c #cpu_time = 0.062s
81.96/82.07	c #wall_clock_time = 0.062s
81.96/82.07	c #decision = 52
81.96/82.07	c #random_decision = 0
81.96/82.07	c #conflict = 1
81.96/82.07	c #restart = 0
81.96/82.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
81.96/82.07	c lower bound updated to -277
81.96/82.07	c BCD2: 1257 <= obj <= 1489
81.96/82.07	c BCD2: #cores=51, #unrelaxed=226, #relaxed=1308, #hardened=0
81.96/82.07	c BCD2: #sat=1 #unsat=1258 bias=1258/1259
81.96/82.07	c Solving starts ...
81.96/82.07	c ============================[ Search Statistics ]============================
81.96/82.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.96/82.07	c       |         |          |          |    Limit     GC | Var      | Constra 
81.96/82.07	c =============================================================================
81.96/82.07	c  0.0s |       0 |        0 |        0 |    62514      0 |     1206 |     1256
82.06/82.13	c  0.1s |       0 |       52 |        1 |    62514      0 |     1206 |     1257
82.06/82.13	c #cpu_time = 0.062s
82.06/82.13	c #wall_clock_time = 0.062s
82.06/82.13	c #decision = 52
82.06/82.13	c #random_decision = 0
82.06/82.13	c #conflict = 1
82.06/82.13	c #restart = 0
82.06/82.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
82.06/82.13	c lower bound updated to -276
82.06/82.13	c BCD2: 1258 <= obj <= 1489
82.06/82.13	c BCD2: #cores=51, #unrelaxed=225, #relaxed=1309, #hardened=0
82.06/82.13	c BCD2: #sat=1 #unsat=1259 bias=1259/1260
82.06/82.13	c Solving starts ...
82.06/82.13	c ============================[ Search Statistics ]============================
82.06/82.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.06/82.13	c       |         |          |          |    Limit     GC | Var      | Constra 
82.06/82.13	c =============================================================================
82.06/82.13	c  0.0s |       0 |        0 |        0 |    62514      0 |     1207 |     1257
82.06/82.19	c  0.1s |       0 |       52 |        1 |    62514      0 |     1207 |     1258
82.06/82.19	c #cpu_time = 0.063s
82.06/82.19	c #wall_clock_time = 0.063s
82.06/82.19	c #decision = 52
82.06/82.19	c #random_decision = 0
82.06/82.19	c #conflict = 1
82.06/82.19	c #restart = 0
82.06/82.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
82.06/82.19	c lower bound updated to -275
82.06/82.19	c BCD2: 1259 <= obj <= 1489
82.06/82.19	c BCD2: #cores=51, #unrelaxed=224, #relaxed=1310, #hardened=0
82.06/82.19	c BCD2: #sat=1 #unsat=1260 bias=1260/1261
82.06/82.19	c Solving starts ...
82.06/82.19	c ============================[ Search Statistics ]============================
82.06/82.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.06/82.19	c       |         |          |          |    Limit     GC | Var      | Constra 
82.06/82.19	c =============================================================================
82.06/82.19	c  0.0s |       0 |        0 |        0 |    62514      0 |     1208 |     1258
82.16/82.26	c  0.1s |       0 |       52 |        1 |    62514      0 |     1208 |     1259
82.16/82.26	c #cpu_time = 0.063s
82.16/82.26	c #wall_clock_time = 0.063s
82.16/82.26	c #decision = 52
82.16/82.26	c #random_decision = 0
82.16/82.26	c #conflict = 1
82.16/82.26	c #restart = 0
82.16/82.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
82.16/82.26	c lower bound updated to -274
82.16/82.26	c BCD2: 1260 <= obj <= 1489
82.16/82.26	c BCD2: #cores=51, #unrelaxed=223, #relaxed=1311, #hardened=0
82.16/82.26	c BCD2: #sat=1 #unsat=1261 bias=1261/1262
82.16/82.26	c Solving starts ...
82.16/82.26	c ============================[ Search Statistics ]============================
82.16/82.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.16/82.26	c       |         |          |          |    Limit     GC | Var      | Constra 
82.16/82.26	c =============================================================================
82.16/82.26	c  0.0s |       0 |        0 |        0 |    62514      0 |     1209 |     1259
82.26/82.32	c  0.1s |       0 |       52 |        1 |    62514      0 |     1209 |     1260
82.26/82.32	c #cpu_time = 0.062s
82.26/82.32	c #wall_clock_time = 0.062s
82.26/82.32	c #decision = 52
82.26/82.32	c #random_decision = 0
82.26/82.32	c #conflict = 1
82.26/82.32	c #restart = 0
82.26/82.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
82.26/82.32	c lower bound updated to -273
82.26/82.32	c BCD2: 1261 <= obj <= 1489
82.26/82.32	c BCD2: #cores=51, #unrelaxed=222, #relaxed=1312, #hardened=0
82.26/82.32	c BCD2: #sat=1 #unsat=1262 bias=1262/1263
82.26/82.32	c Solving starts ...
82.26/82.32	c ============================[ Search Statistics ]============================
82.26/82.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.26/82.32	c       |         |          |          |    Limit     GC | Var      | Constra 
82.26/82.32	c =============================================================================
82.26/82.32	c  0.0s |       0 |        0 |        0 |    62514      0 |     1210 |     1260
82.26/82.38	c  0.1s |       0 |       52 |        1 |    62514      0 |     1210 |     1261
82.26/82.38	c #cpu_time = 0.062s
82.26/82.38	c #wall_clock_time = 0.062s
82.26/82.38	c #decision = 52
82.26/82.38	c #random_decision = 0
82.26/82.38	c #conflict = 1
82.26/82.38	c #restart = 0
82.26/82.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
82.26/82.38	c lower bound updated to -272
82.26/82.39	c BCD2: 1262 <= obj <= 1489
82.26/82.39	c BCD2: #cores=51, #unrelaxed=221, #relaxed=1313, #hardened=0
82.26/82.39	c BCD2: #sat=1 #unsat=1263 bias=1263/1264
82.26/82.39	c Solving starts ...
82.26/82.39	c ============================[ Search Statistics ]============================
82.26/82.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.26/82.39	c       |         |          |          |    Limit     GC | Var      | Constra 
82.26/82.39	c =============================================================================
82.26/82.39	c  0.0s |       0 |        0 |        0 |    62514      0 |     1211 |     1261
82.36/82.45	c  0.1s |       0 |       52 |        1 |    62514      0 |     1211 |     1262
82.36/82.45	c #cpu_time = 0.060s
82.36/82.45	c #wall_clock_time = 0.060s
82.36/82.45	c #decision = 52
82.36/82.45	c #random_decision = 0
82.36/82.45	c #conflict = 1
82.36/82.45	c #restart = 0
82.36/82.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
82.36/82.45	c lower bound updated to -271
82.36/82.45	c BCD2: 1263 <= obj <= 1489
82.36/82.45	c BCD2: #cores=51, #unrelaxed=220, #relaxed=1314, #hardened=0
82.36/82.45	c BCD2: #sat=1 #unsat=1264 bias=1264/1265
82.36/82.46	c Solving starts ...
82.36/82.46	c ============================[ Search Statistics ]============================
82.36/82.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.36/82.46	c       |         |          |          |    Limit     GC | Var      | Constra 
82.36/82.46	c =============================================================================
82.36/82.46	c  0.0s |       0 |        0 |        0 |    62514      0 |     1212 |     1262
82.46/82.52	c  0.1s |       0 |       52 |        1 |    62514      0 |     1212 |     1263
82.46/82.52	c #cpu_time = 0.062s
82.46/82.52	c #wall_clock_time = 0.062s
82.46/82.52	c #decision = 52
82.46/82.52	c #random_decision = 0
82.46/82.52	c #conflict = 1
82.46/82.52	c #restart = 0
82.46/82.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
82.46/82.52	c lower bound updated to -270
82.46/82.52	c BCD2: 1264 <= obj <= 1489
82.46/82.52	c BCD2: #cores=51, #unrelaxed=219, #relaxed=1315, #hardened=0
82.46/82.52	c BCD2: #sat=1 #unsat=1265 bias=1265/1266
82.46/82.52	c Solving starts ...
82.46/82.52	c ============================[ Search Statistics ]============================
82.46/82.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.46/82.52	c       |         |          |          |    Limit     GC | Var      | Constra 
82.46/82.52	c =============================================================================
82.46/82.52	c  0.0s |       0 |        0 |        0 |    62514      0 |     1213 |     1263
82.46/82.58	c  0.1s |       0 |       52 |        1 |    62514      0 |     1213 |     1264
82.46/82.58	c #cpu_time = 0.062s
82.46/82.58	c #wall_clock_time = 0.062s
82.46/82.58	c #decision = 52
82.46/82.58	c #random_decision = 0
82.46/82.58	c #conflict = 1
82.46/82.58	c #restart = 0
82.46/82.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
82.46/82.58	c lower bound updated to -269
82.46/82.58	c BCD2: 1265 <= obj <= 1489
82.46/82.58	c BCD2: #cores=51, #unrelaxed=218, #relaxed=1316, #hardened=0
82.46/82.58	c BCD2: #sat=1 #unsat=1266 bias=1266/1267
82.46/82.58	c Solving starts ...
82.46/82.58	c ============================[ Search Statistics ]============================
82.46/82.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.46/82.58	c       |         |          |          |    Limit     GC | Var      | Constra 
82.46/82.58	c =============================================================================
82.46/82.58	c  0.0s |       0 |        0 |        0 |    62514      0 |     1214 |     1264
82.56/82.65	c  0.1s |       0 |       52 |        1 |    62514      0 |     1214 |     1265
82.56/82.65	c #cpu_time = 0.063s
82.56/82.65	c #wall_clock_time = 0.063s
82.56/82.65	c #decision = 52
82.56/82.65	c #random_decision = 0
82.56/82.65	c #conflict = 1
82.56/82.65	c #restart = 0
82.56/82.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
82.56/82.65	c lower bound updated to -268
82.56/82.65	c BCD2: 1266 <= obj <= 1489
82.56/82.65	c BCD2: #cores=51, #unrelaxed=217, #relaxed=1317, #hardened=0
82.56/82.65	c BCD2: #sat=1 #unsat=1267 bias=1267/1268
82.56/82.65	c Solving starts ...
82.56/82.65	c ============================[ Search Statistics ]============================
82.56/82.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.56/82.65	c       |         |          |          |    Limit     GC | Var      | Constra 
82.56/82.65	c =============================================================================
82.56/82.65	c  0.0s |       0 |        0 |        0 |    62514      0 |     1215 |     1265
82.66/82.71	c  0.1s |       0 |       52 |        1 |    62514      0 |     1215 |     1266
82.66/82.71	c #cpu_time = 0.063s
82.66/82.71	c #wall_clock_time = 0.063s
82.66/82.71	c #decision = 52
82.66/82.71	c #random_decision = 0
82.66/82.71	c #conflict = 1
82.66/82.71	c #restart = 0
82.66/82.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
82.66/82.71	c lower bound updated to -267
82.66/82.71	c BCD2: 1267 <= obj <= 1489
82.66/82.71	c BCD2: #cores=51, #unrelaxed=216, #relaxed=1318, #hardened=0
82.66/82.71	c BCD2: #sat=1 #unsat=1268 bias=1268/1269
82.66/82.71	c Solving starts ...
82.66/82.71	c ============================[ Search Statistics ]============================
82.66/82.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.66/82.71	c       |         |          |          |    Limit     GC | Var      | Constra 
82.66/82.71	c =============================================================================
82.66/82.71	c  0.0s |       0 |        0 |        0 |    62514      0 |     1216 |     1266
82.66/82.77	c  0.1s |       0 |       52 |        1 |    62514      0 |     1216 |     1267
82.66/82.77	c #cpu_time = 0.062s
82.66/82.77	c #wall_clock_time = 0.062s
82.66/82.77	c #decision = 52
82.66/82.77	c #random_decision = 0
82.66/82.77	c #conflict = 1
82.66/82.77	c #restart = 0
82.66/82.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
82.66/82.77	c lower bound updated to -266
82.66/82.77	c BCD2: 1268 <= obj <= 1489
82.66/82.77	c BCD2: #cores=51, #unrelaxed=215, #relaxed=1319, #hardened=0
82.66/82.77	c BCD2: #sat=1 #unsat=1269 bias=1269/1270
82.66/82.77	c Solving starts ...
82.66/82.77	c ============================[ Search Statistics ]============================
82.66/82.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.66/82.77	c       |         |          |          |    Limit     GC | Var      | Constra 
82.66/82.77	c =============================================================================
82.66/82.77	c  0.0s |       0 |        0 |        0 |    62514      0 |     1217 |     1267
82.76/82.84	c  0.1s |       0 |       52 |        1 |    62514      0 |     1217 |     1268
82.76/82.84	c #cpu_time = 0.062s
82.76/82.84	c #wall_clock_time = 0.062s
82.76/82.84	c #decision = 52
82.76/82.84	c #random_decision = 0
82.76/82.84	c #conflict = 1
82.76/82.84	c #restart = 0
82.76/82.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
82.76/82.84	c lower bound updated to -265
82.76/82.85	c BCD2: 1269 <= obj <= 1489
82.76/82.85	c BCD2: #cores=51, #unrelaxed=214, #relaxed=1320, #hardened=0
82.76/82.85	c BCD2: #sat=1 #unsat=1270 bias=1270/1271
82.76/82.85	c Solving starts ...
82.76/82.85	c ============================[ Search Statistics ]============================
82.76/82.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.76/82.85	c       |         |          |          |    Limit     GC | Var      | Constra 
82.76/82.85	c =============================================================================
82.76/82.85	c  0.0s |       0 |        0 |        0 |    62514      0 |     1218 |     1268
82.86/82.91	c  0.1s |       0 |       52 |        1 |    62514      0 |     1218 |     1269
82.86/82.91	c #cpu_time = 0.061s
82.86/82.91	c #wall_clock_time = 0.061s
82.86/82.91	c #decision = 52
82.86/82.91	c #random_decision = 0
82.86/82.91	c #conflict = 1
82.86/82.91	c #restart = 0
82.86/82.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
82.86/82.91	c lower bound updated to -264
82.86/82.91	c BCD2: 1270 <= obj <= 1489
82.86/82.91	c BCD2: #cores=51, #unrelaxed=213, #relaxed=1321, #hardened=0
82.86/82.91	c BCD2: #sat=1 #unsat=1271 bias=1271/1272
82.86/82.91	c Solving starts ...
82.86/82.91	c ============================[ Search Statistics ]============================
82.86/82.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.86/82.91	c       |         |          |          |    Limit     GC | Var      | Constra 
82.86/82.91	c =============================================================================
82.86/82.91	c  0.0s |       0 |        0 |        0 |    62514      0 |     1219 |     1269
82.86/82.97	c  0.1s |       0 |       52 |        1 |    62514      0 |     1219 |     1270
82.86/82.97	c #cpu_time = 0.063s
82.86/82.97	c #wall_clock_time = 0.063s
82.86/82.97	c #decision = 52
82.86/82.97	c #random_decision = 0
82.86/82.97	c #conflict = 1
82.86/82.97	c #restart = 0
82.86/82.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
82.86/82.97	c lower bound updated to -263
82.86/82.97	c BCD2: 1271 <= obj <= 1489
82.86/82.97	c BCD2: #cores=51, #unrelaxed=212, #relaxed=1322, #hardened=0
82.86/82.97	c BCD2: #sat=1 #unsat=1272 bias=1272/1273
82.86/82.97	c Solving starts ...
82.86/82.97	c ============================[ Search Statistics ]============================
82.86/82.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.86/82.97	c       |         |          |          |    Limit     GC | Var      | Constra 
82.86/82.97	c =============================================================================
82.86/82.97	c  0.0s |       0 |        0 |        0 |    62514      0 |     1220 |     1270
82.96/83.04	c  0.1s |       0 |       52 |        1 |    62514      0 |     1220 |     1271
82.96/83.04	c #cpu_time = 0.063s
82.96/83.04	c #wall_clock_time = 0.063s
82.96/83.04	c #decision = 52
82.96/83.04	c #random_decision = 0
82.96/83.04	c #conflict = 1
82.96/83.04	c #restart = 0
82.96/83.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
82.96/83.04	c lower bound updated to -262
82.96/83.04	c BCD2: 1272 <= obj <= 1489
82.96/83.04	c BCD2: #cores=51, #unrelaxed=211, #relaxed=1323, #hardened=0
82.96/83.04	c BCD2: #sat=1 #unsat=1273 bias=1273/1274
82.96/83.04	c Solving starts ...
82.96/83.04	c ============================[ Search Statistics ]============================
82.96/83.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.96/83.04	c       |         |          |          |    Limit     GC | Var      | Constra 
82.96/83.04	c =============================================================================
82.96/83.04	c  0.0s |       0 |        0 |        0 |    62514      0 |     1221 |     1271
83.06/83.10	c  0.1s |       0 |       52 |        1 |    62514      0 |     1221 |     1272
83.06/83.10	c #cpu_time = 0.064s
83.06/83.10	c #wall_clock_time = 0.064s
83.06/83.10	c #decision = 52
83.06/83.10	c #random_decision = 0
83.06/83.10	c #conflict = 1
83.06/83.10	c #restart = 0
83.06/83.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
83.06/83.10	c lower bound updated to -261
83.06/83.10	c BCD2: 1273 <= obj <= 1489
83.06/83.10	c BCD2: #cores=51, #unrelaxed=210, #relaxed=1324, #hardened=0
83.06/83.10	c BCD2: #sat=1 #unsat=1274 bias=1274/1275
83.06/83.10	c Solving starts ...
83.06/83.10	c ============================[ Search Statistics ]============================
83.06/83.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.06/83.10	c       |         |          |          |    Limit     GC | Var      | Constra 
83.06/83.10	c =============================================================================
83.06/83.10	c  0.0s |       0 |        0 |        0 |    62514      0 |     1222 |     1272
83.06/83.17	c  0.1s |       0 |       52 |        1 |    62514      0 |     1222 |     1273
83.06/83.17	c #cpu_time = 0.063s
83.06/83.17	c #wall_clock_time = 0.063s
83.06/83.17	c #decision = 52
83.06/83.17	c #random_decision = 0
83.06/83.17	c #conflict = 1
83.06/83.17	c #restart = 0
83.06/83.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
83.06/83.17	c lower bound updated to -260
83.06/83.17	c BCD2: 1274 <= obj <= 1489
83.06/83.17	c BCD2: #cores=51, #unrelaxed=209, #relaxed=1325, #hardened=0
83.06/83.17	c BCD2: #sat=1 #unsat=1275 bias=1275/1276
83.06/83.17	c Solving starts ...
83.06/83.17	c ============================[ Search Statistics ]============================
83.06/83.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.06/83.17	c       |         |          |          |    Limit     GC | Var      | Constra 
83.06/83.17	c =============================================================================
83.06/83.17	c  0.0s |       0 |        0 |        0 |    62514      0 |     1223 |     1273
83.16/83.23	c  0.1s |       0 |       52 |        1 |    62514      0 |     1223 |     1274
83.16/83.23	c #cpu_time = 0.062s
83.16/83.23	c #wall_clock_time = 0.062s
83.16/83.23	c #decision = 52
83.16/83.23	c #random_decision = 0
83.16/83.23	c #conflict = 1
83.16/83.23	c #restart = 0
83.16/83.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
83.16/83.23	c lower bound updated to -259
83.16/83.23	c BCD2: 1275 <= obj <= 1489
83.16/83.23	c BCD2: #cores=51, #unrelaxed=208, #relaxed=1326, #hardened=0
83.16/83.23	c BCD2: #sat=1 #unsat=1276 bias=1276/1277
83.16/83.23	c Solving starts ...
83.16/83.23	c ============================[ Search Statistics ]============================
83.16/83.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.16/83.23	c       |         |          |          |    Limit     GC | Var      | Constra 
83.16/83.23	c =============================================================================
83.16/83.23	c  0.0s |       0 |        0 |        0 |    62514      0 |     1224 |     1274
83.16/83.29	c  0.1s |       0 |       52 |        0 |    62514      0 |     1224 |     1275
83.16/83.29	c #cpu_time = 0.062s
83.16/83.29	c #wall_clock_time = 0.063s
83.16/83.29	c #decision = 52
83.16/83.29	c #random_decision = 0
83.16/83.29	c #conflict = 0
83.16/83.29	c #restart = 0
83.16/83.29	c BCD2: found a new core of size 2: cost of the new core is >=1
83.16/83.29	c lower bound updated to -258
83.26/83.31	c BCD2: 1276 <= obj <= 1489
83.26/83.31	c BCD2: #cores=52, #unrelaxed=206, #relaxed=1328, #hardened=0
83.26/83.31	c BCD2: #sat=1 #unsat=1277 bias=1277/1278
83.26/83.31	c Solving starts ...
83.26/83.31	c ============================[ Search Statistics ]============================
83.26/83.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.26/83.31	c       |         |          |          |    Limit     GC | Var      | Constra 
83.26/83.31	c =============================================================================
83.26/83.31	c  0.0s |       0 |        0 |        0 |    62514      0 |     1224 |     1276
83.26/83.37	c  0.1s |       0 |       53 |        1 |    62514      0 |     1224 |     1276
83.26/83.37	c #cpu_time = 0.060s
83.26/83.37	c #wall_clock_time = 0.060s
83.26/83.37	c #decision = 53
83.26/83.37	c #random_decision = 0
83.26/83.37	c #conflict = 1
83.26/83.37	c #restart = 0
83.26/83.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
83.26/83.37	c lower bound updated to -257
83.26/83.37	c BCD2: 1277 <= obj <= 1489
83.26/83.37	c BCD2: #cores=52, #unrelaxed=205, #relaxed=1329, #hardened=0
83.26/83.37	c BCD2: #sat=1 #unsat=1278 bias=1278/1279
83.26/83.37	c Solving starts ...
83.26/83.37	c ============================[ Search Statistics ]============================
83.26/83.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.26/83.37	c       |         |          |          |    Limit     GC | Var      | Constra 
83.26/83.37	c =============================================================================
83.26/83.37	c  0.0s |       0 |        0 |        0 |    62514      0 |     1225 |     1276
83.36/83.43	c  0.1s |       0 |       53 |        1 |    62514      0 |     1225 |     1277
83.36/83.43	c #cpu_time = 0.062s
83.36/83.43	c #wall_clock_time = 0.062s
83.36/83.43	c #decision = 53
83.36/83.43	c #random_decision = 0
83.36/83.43	c #conflict = 1
83.36/83.43	c #restart = 0
83.36/83.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
83.36/83.43	c lower bound updated to -256
83.36/83.43	c BCD2: 1278 <= obj <= 1489
83.36/83.43	c BCD2: #cores=52, #unrelaxed=204, #relaxed=1330, #hardened=0
83.36/83.43	c BCD2: #sat=1 #unsat=1279 bias=1279/1280
83.36/83.44	c Solving starts ...
83.36/83.44	c ============================[ Search Statistics ]============================
83.36/83.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.36/83.44	c       |         |          |          |    Limit     GC | Var      | Constra 
83.36/83.44	c =============================================================================
83.36/83.44	c  0.0s |       0 |        0 |        0 |    62514      0 |     1226 |     1277
83.46/83.50	c  0.1s |       0 |       53 |        1 |    62514      0 |     1226 |     1278
83.46/83.50	c #cpu_time = 0.062s
83.46/83.50	c #wall_clock_time = 0.062s
83.46/83.50	c #decision = 53
83.46/83.50	c #random_decision = 0
83.46/83.50	c #conflict = 1
83.46/83.50	c #restart = 0
83.46/83.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
83.46/83.50	c lower bound updated to -255
83.46/83.50	c BCD2: 1279 <= obj <= 1489
83.46/83.50	c BCD2: #cores=52, #unrelaxed=203, #relaxed=1331, #hardened=0
83.46/83.50	c BCD2: #sat=1 #unsat=1280 bias=1280/1281
83.46/83.50	c Solving starts ...
83.46/83.50	c ============================[ Search Statistics ]============================
83.46/83.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.46/83.50	c       |         |          |          |    Limit     GC | Var      | Constra 
83.46/83.50	c =============================================================================
83.46/83.50	c  0.0s |       0 |        0 |        0 |    62514      0 |     1227 |     1278
83.46/83.56	c  0.1s |       0 |       53 |        1 |    62514      0 |     1227 |     1279
83.46/83.56	c #cpu_time = 0.063s
83.46/83.56	c #wall_clock_time = 0.063s
83.46/83.56	c #decision = 53
83.46/83.56	c #random_decision = 0
83.46/83.56	c #conflict = 1
83.46/83.56	c #restart = 0
83.46/83.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
83.46/83.56	c lower bound updated to -254
83.46/83.56	c BCD2: 1280 <= obj <= 1489
83.46/83.56	c BCD2: #cores=52, #unrelaxed=202, #relaxed=1332, #hardened=0
83.46/83.56	c BCD2: #sat=1 #unsat=1281 bias=1281/1282
83.46/83.56	c Solving starts ...
83.46/83.56	c ============================[ Search Statistics ]============================
83.46/83.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.46/83.56	c       |         |          |          |    Limit     GC | Var      | Constra 
83.46/83.56	c =============================================================================
83.46/83.56	c  0.0s |       0 |        0 |        0 |    62514      0 |     1228 |     1279
83.56/83.63	c  0.1s |       0 |       53 |        1 |    62514      0 |     1228 |     1280
83.56/83.63	c #cpu_time = 0.063s
83.56/83.63	c #wall_clock_time = 0.063s
83.56/83.63	c #decision = 53
83.56/83.63	c #random_decision = 0
83.56/83.63	c #conflict = 1
83.56/83.63	c #restart = 0
83.56/83.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
83.56/83.63	c lower bound updated to -253
83.56/83.63	c BCD2: 1281 <= obj <= 1489
83.56/83.63	c BCD2: #cores=52, #unrelaxed=201, #relaxed=1333, #hardened=0
83.56/83.63	c BCD2: #sat=1 #unsat=1282 bias=1282/1283
83.56/83.63	c Solving starts ...
83.56/83.63	c ============================[ Search Statistics ]============================
83.56/83.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.56/83.63	c       |         |          |          |    Limit     GC | Var      | Constra 
83.56/83.63	c =============================================================================
83.56/83.63	c  0.0s |       0 |        0 |        0 |    62514      0 |     1229 |     1280
83.56/83.69	c  0.1s |       0 |       53 |        1 |    62514      0 |     1229 |     1281
83.56/83.69	c #cpu_time = 0.062s
83.56/83.69	c #wall_clock_time = 0.062s
83.56/83.69	c #decision = 53
83.56/83.69	c #random_decision = 0
83.56/83.69	c #conflict = 1
83.56/83.69	c #restart = 0
83.56/83.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
83.56/83.69	c lower bound updated to -252
83.56/83.69	c BCD2: 1282 <= obj <= 1489
83.56/83.69	c BCD2: #cores=52, #unrelaxed=200, #relaxed=1334, #hardened=0
83.56/83.69	c BCD2: #sat=1 #unsat=1283 bias=1283/1284
83.56/83.69	c Solving starts ...
83.56/83.69	c ============================[ Search Statistics ]============================
83.56/83.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.56/83.69	c       |         |          |          |    Limit     GC | Var      | Constra 
83.56/83.69	c =============================================================================
83.56/83.69	c  0.0s |       0 |        0 |        0 |    62514      0 |     1230 |     1281
83.66/83.75	c  0.1s |       0 |       53 |        1 |    62514      0 |     1230 |     1282
83.66/83.75	c #cpu_time = 0.062s
83.66/83.75	c #wall_clock_time = 0.063s
83.66/83.75	c #decision = 53
83.66/83.75	c #random_decision = 0
83.66/83.75	c #conflict = 1
83.66/83.75	c #restart = 0
83.66/83.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
83.66/83.75	c lower bound updated to -251
83.66/83.76	c BCD2: 1283 <= obj <= 1489
83.66/83.76	c BCD2: #cores=52, #unrelaxed=199, #relaxed=1335, #hardened=0
83.66/83.76	c BCD2: #sat=1 #unsat=1284 bias=1284/1285
83.66/83.76	c Solving starts ...
83.66/83.76	c ============================[ Search Statistics ]============================
83.66/83.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.66/83.76	c       |         |          |          |    Limit     GC | Var      | Constra 
83.66/83.76	c =============================================================================
83.66/83.76	c  0.0s |       0 |        0 |        0 |    62514      0 |     1231 |     1282
83.76/83.82	c  0.1s |       0 |       53 |        1 |    62514      0 |     1231 |     1283
83.76/83.82	c #cpu_time = 0.060s
83.76/83.82	c #wall_clock_time = 0.060s
83.76/83.82	c #decision = 53
83.76/83.82	c #random_decision = 0
83.76/83.82	c #conflict = 1
83.76/83.82	c #restart = 0
83.76/83.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
83.76/83.82	c lower bound updated to -250
83.76/83.82	c BCD2: 1284 <= obj <= 1489
83.76/83.82	c BCD2: #cores=52, #unrelaxed=198, #relaxed=1336, #hardened=0
83.76/83.82	c BCD2: #sat=1 #unsat=1285 bias=1285/1286
83.76/83.82	c Solving starts ...
83.76/83.82	c ============================[ Search Statistics ]============================
83.76/83.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.76/83.82	c       |         |          |          |    Limit     GC | Var      | Constra 
83.76/83.82	c =============================================================================
83.76/83.82	c  0.0s |       0 |        0 |        0 |    62514      0 |     1232 |     1283
83.76/83.89	c  0.1s |       0 |       53 |        1 |    62514      0 |     1232 |     1284
83.76/83.89	c #cpu_time = 0.062s
83.76/83.89	c #wall_clock_time = 0.062s
83.76/83.89	c #decision = 53
83.76/83.89	c #random_decision = 0
83.76/83.89	c #conflict = 1
83.76/83.89	c #restart = 0
83.76/83.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
83.76/83.89	c lower bound updated to -249
83.76/83.89	c BCD2: 1285 <= obj <= 1489
83.76/83.89	c BCD2: #cores=52, #unrelaxed=197, #relaxed=1337, #hardened=0
83.76/83.89	c BCD2: #sat=1 #unsat=1286 bias=1286/1287
83.76/83.89	c Solving starts ...
83.76/83.89	c ============================[ Search Statistics ]============================
83.76/83.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.76/83.89	c       |         |          |          |    Limit     GC | Var      | Constra 
83.76/83.89	c =============================================================================
83.76/83.89	c  0.0s |       0 |        0 |        0 |    62514      0 |     1233 |     1284
83.86/83.95	c  0.1s |       0 |       53 |        1 |    62514      0 |     1233 |     1285
83.86/83.95	c #cpu_time = 0.063s
83.86/83.95	c #wall_clock_time = 0.063s
83.86/83.95	c #decision = 53
83.86/83.95	c #random_decision = 0
83.86/83.95	c #conflict = 1
83.86/83.95	c #restart = 0
83.86/83.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
83.86/83.95	c lower bound updated to -248
83.86/83.95	c BCD2: 1286 <= obj <= 1489
83.86/83.95	c BCD2: #cores=52, #unrelaxed=196, #relaxed=1338, #hardened=0
83.86/83.95	c BCD2: #sat=1 #unsat=1287 bias=1287/1288
83.86/83.95	c Solving starts ...
83.86/83.95	c ============================[ Search Statistics ]============================
83.86/83.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.86/83.95	c       |         |          |          |    Limit     GC | Var      | Constra 
83.86/83.95	c =============================================================================
83.86/83.95	c  0.0s |       0 |        0 |        0 |    62514      0 |     1234 |     1285
83.96/84.02	c  0.1s |       0 |       53 |        1 |    62514      0 |     1234 |     1286
83.96/84.02	c #cpu_time = 0.063s
83.96/84.02	c #wall_clock_time = 0.063s
83.96/84.02	c #decision = 53
83.96/84.02	c #random_decision = 0
83.96/84.02	c #conflict = 1
83.96/84.02	c #restart = 0
83.96/84.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
83.96/84.02	c lower bound updated to -247
83.96/84.02	c BCD2: 1287 <= obj <= 1489
83.96/84.02	c BCD2: #cores=52, #unrelaxed=195, #relaxed=1339, #hardened=0
83.96/84.02	c BCD2: #sat=1 #unsat=1288 bias=1288/1289
83.96/84.02	c Solving starts ...
83.96/84.02	c ============================[ Search Statistics ]============================
83.96/84.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.96/84.02	c       |         |          |          |    Limit     GC | Var      | Constra 
83.96/84.02	c =============================================================================
83.96/84.02	c  0.0s |       0 |        0 |        0 |    62514      0 |     1235 |     1286
83.96/84.08	c  0.1s |       0 |       53 |        1 |    62514      0 |     1235 |     1287
83.96/84.08	c #cpu_time = 0.063s
83.96/84.08	c #wall_clock_time = 0.063s
83.96/84.08	c #decision = 53
83.96/84.08	c #random_decision = 0
83.96/84.08	c #conflict = 1
83.96/84.08	c #restart = 0
83.96/84.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
83.96/84.08	c lower bound updated to -246
83.96/84.08	c BCD2: 1288 <= obj <= 1489
83.96/84.08	c BCD2: #cores=52, #unrelaxed=194, #relaxed=1340, #hardened=0
83.96/84.08	c BCD2: #sat=1 #unsat=1289 bias=1289/1290
83.96/84.08	c Solving starts ...
83.96/84.08	c ============================[ Search Statistics ]============================
83.96/84.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.96/84.08	c       |         |          |          |    Limit     GC | Var      | Constra 
83.96/84.08	c =============================================================================
83.96/84.08	c  0.0s |       0 |        0 |        0 |    62514      0 |     1236 |     1287
84.06/84.14	c  0.1s |       0 |       53 |        1 |    62514      0 |     1236 |     1288
84.06/84.14	c #cpu_time = 0.063s
84.06/84.14	c #wall_clock_time = 0.063s
84.06/84.14	c #decision = 53
84.06/84.14	c #random_decision = 0
84.06/84.14	c #conflict = 1
84.06/84.14	c #restart = 0
84.06/84.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
84.06/84.14	c lower bound updated to -245
84.06/84.14	c BCD2: 1289 <= obj <= 1489
84.06/84.14	c BCD2: #cores=52, #unrelaxed=193, #relaxed=1341, #hardened=0
84.06/84.14	c BCD2: #sat=1 #unsat=1290 bias=1290/1291
84.06/84.15	c Solving starts ...
84.06/84.15	c ============================[ Search Statistics ]============================
84.06/84.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.06/84.15	c       |         |          |          |    Limit     GC | Var      | Constra 
84.06/84.15	c =============================================================================
84.06/84.15	c  0.0s |       0 |        0 |        0 |    62514      0 |     1237 |     1288
84.15/84.21	c  0.1s |       0 |       53 |        1 |    62514      0 |     1237 |     1289
84.15/84.21	c #cpu_time = 0.063s
84.15/84.21	c #wall_clock_time = 0.063s
84.15/84.21	c #decision = 53
84.15/84.21	c #random_decision = 0
84.15/84.21	c #conflict = 1
84.15/84.21	c #restart = 0
84.15/84.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
84.15/84.21	c lower bound updated to -244
84.15/84.22	c BCD2: 1290 <= obj <= 1489
84.15/84.22	c BCD2: #cores=52, #unrelaxed=192, #relaxed=1342, #hardened=0
84.15/84.22	c BCD2: #sat=1 #unsat=1291 bias=1291/1292
84.15/84.22	c Solving starts ...
84.15/84.22	c ============================[ Search Statistics ]============================
84.15/84.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.15/84.22	c       |         |          |          |    Limit     GC | Var      | Constra 
84.15/84.22	c =============================================================================
84.15/84.22	c  0.0s |       0 |        0 |        0 |    62514      0 |     1238 |     1289
84.15/84.28	c  0.1s |       0 |       53 |        1 |    62514      0 |     1238 |     1290
84.15/84.28	c #cpu_time = 0.061s
84.15/84.28	c #wall_clock_time = 0.061s
84.15/84.28	c #decision = 53
84.15/84.28	c #random_decision = 0
84.15/84.28	c #conflict = 1
84.15/84.28	c #restart = 0
84.15/84.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
84.15/84.28	c lower bound updated to -243
84.15/84.28	c BCD2: 1291 <= obj <= 1489
84.15/84.28	c BCD2: #cores=52, #unrelaxed=191, #relaxed=1343, #hardened=0
84.15/84.28	c BCD2: #sat=1 #unsat=1292 bias=1292/1293
84.15/84.28	c Solving starts ...
84.15/84.28	c ============================[ Search Statistics ]============================
84.15/84.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.15/84.28	c       |         |          |          |    Limit     GC | Var      | Constra 
84.15/84.28	c =============================================================================
84.15/84.28	c  0.0s |       0 |        0 |        0 |    62514      0 |     1239 |     1290
84.25/84.34	c  0.1s |       0 |       53 |        1 |    62514      0 |     1239 |     1291
84.25/84.34	c #cpu_time = 0.062s
84.25/84.34	c #wall_clock_time = 0.062s
84.25/84.34	c #decision = 53
84.25/84.34	c #random_decision = 0
84.25/84.34	c #conflict = 1
84.25/84.34	c #restart = 0
84.25/84.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
84.25/84.34	c lower bound updated to -242
84.25/84.34	c BCD2: 1292 <= obj <= 1489
84.25/84.34	c BCD2: #cores=52, #unrelaxed=190, #relaxed=1344, #hardened=0
84.25/84.34	c BCD2: #sat=1 #unsat=1293 bias=1293/1294
84.25/84.34	c Solving starts ...
84.25/84.34	c ============================[ Search Statistics ]============================
84.25/84.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.25/84.34	c       |         |          |          |    Limit     GC | Var      | Constra 
84.25/84.34	c =============================================================================
84.25/84.34	c  0.0s |       0 |        0 |        0 |    62514      0 |     1240 |     1291
84.35/84.41	c  0.1s |       0 |       53 |        1 |    62514      0 |     1240 |     1292
84.35/84.41	c #cpu_time = 0.062s
84.35/84.41	c #wall_clock_time = 0.062s
84.35/84.41	c #decision = 53
84.35/84.41	c #random_decision = 0
84.35/84.41	c #conflict = 1
84.35/84.41	c #restart = 0
84.35/84.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
84.35/84.41	c lower bound updated to -241
84.35/84.41	c BCD2: 1293 <= obj <= 1489
84.35/84.41	c BCD2: #cores=52, #unrelaxed=189, #relaxed=1345, #hardened=0
84.35/84.41	c BCD2: #sat=1 #unsat=1294 bias=1294/1295
84.35/84.41	c Solving starts ...
84.35/84.41	c ============================[ Search Statistics ]============================
84.35/84.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.35/84.41	c       |         |          |          |    Limit     GC | Var      | Constra 
84.35/84.41	c =============================================================================
84.35/84.41	c  0.0s |       0 |        0 |        0 |    62514      0 |     1241 |     1292
84.35/84.47	c  0.1s |       0 |       53 |        1 |    62514      0 |     1241 |     1293
84.35/84.47	c #cpu_time = 0.063s
84.35/84.47	c #wall_clock_time = 0.063s
84.35/84.47	c #decision = 53
84.35/84.47	c #random_decision = 0
84.35/84.47	c #conflict = 1
84.35/84.47	c #restart = 0
84.35/84.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
84.35/84.47	c lower bound updated to -240
84.35/84.47	c BCD2: 1294 <= obj <= 1489
84.35/84.47	c BCD2: #cores=52, #unrelaxed=188, #relaxed=1346, #hardened=0
84.35/84.47	c BCD2: #sat=1 #unsat=1295 bias=1295/1296
84.35/84.47	c Solving starts ...
84.35/84.47	c ============================[ Search Statistics ]============================
84.35/84.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.35/84.47	c       |         |          |          |    Limit     GC | Var      | Constra 
84.35/84.47	c =============================================================================
84.35/84.47	c  0.0s |       0 |        0 |        0 |    62514      0 |     1242 |     1293
84.45/84.54	c  0.1s |       0 |       53 |        1 |    62514      0 |     1242 |     1294
84.45/84.54	c #cpu_time = 0.063s
84.45/84.54	c #wall_clock_time = 0.063s
84.45/84.54	c #decision = 53
84.45/84.54	c #random_decision = 0
84.45/84.54	c #conflict = 1
84.45/84.54	c #restart = 0
84.45/84.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
84.45/84.54	c lower bound updated to -239
84.45/84.54	c BCD2: 1295 <= obj <= 1489
84.45/84.54	c BCD2: #cores=52, #unrelaxed=187, #relaxed=1347, #hardened=0
84.45/84.54	c BCD2: #sat=1 #unsat=1296 bias=1296/1297
84.45/84.54	c Solving starts ...
84.45/84.54	c ============================[ Search Statistics ]============================
84.45/84.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.45/84.54	c       |         |          |          |    Limit     GC | Var      | Constra 
84.45/84.54	c =============================================================================
84.45/84.54	c  0.0s |       0 |        0 |        0 |    62514      0 |     1243 |     1294
84.55/84.60	c  0.1s |       0 |       53 |        1 |    62514      0 |     1243 |     1295
84.55/84.60	c #cpu_time = 0.062s
84.55/84.60	c #wall_clock_time = 0.062s
84.55/84.60	c #decision = 53
84.55/84.60	c #random_decision = 0
84.55/84.60	c #conflict = 1
84.55/84.60	c #restart = 0
84.55/84.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
84.55/84.60	c lower bound updated to -238
84.55/84.60	c BCD2: 1296 <= obj <= 1489
84.55/84.60	c BCD2: #cores=52, #unrelaxed=186, #relaxed=1348, #hardened=0
84.55/84.60	c BCD2: #sat=1 #unsat=1297 bias=1297/1298
84.55/84.60	c Solving starts ...
84.55/84.60	c ============================[ Search Statistics ]============================
84.55/84.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.55/84.60	c       |         |          |          |    Limit     GC | Var      | Constra 
84.55/84.60	c =============================================================================
84.55/84.60	c  0.0s |       0 |        0 |        0 |    62514      0 |     1244 |     1295
84.55/84.66	c  0.1s |       0 |       53 |        1 |    62514      0 |     1244 |     1296
84.55/84.66	c #cpu_time = 0.062s
84.55/84.66	c #wall_clock_time = 0.063s
84.55/84.66	c #decision = 53
84.55/84.66	c #random_decision = 0
84.55/84.66	c #conflict = 1
84.55/84.66	c #restart = 0
84.55/84.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
84.55/84.66	c lower bound updated to -237
84.55/84.67	c BCD2: 1297 <= obj <= 1489
84.55/84.67	c BCD2: #cores=52, #unrelaxed=185, #relaxed=1349, #hardened=0
84.55/84.67	c BCD2: #sat=1 #unsat=1298 bias=1298/1299
84.55/84.67	c Solving starts ...
84.55/84.67	c ============================[ Search Statistics ]============================
84.55/84.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.55/84.67	c       |         |          |          |    Limit     GC | Var      | Constra 
84.55/84.67	c =============================================================================
84.55/84.67	c  0.0s |       0 |        0 |        0 |    62514      0 |     1245 |     1296
84.66/84.73	c  0.1s |       0 |       53 |        1 |    62514      0 |     1245 |     1297
84.66/84.73	c #cpu_time = 0.060s
84.66/84.73	c #wall_clock_time = 0.061s
84.66/84.73	c #decision = 53
84.66/84.73	c #random_decision = 0
84.66/84.73	c #conflict = 1
84.66/84.73	c #restart = 0
84.66/84.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
84.66/84.73	c lower bound updated to -236
84.66/84.73	c BCD2: 1298 <= obj <= 1489
84.66/84.73	c BCD2: #cores=52, #unrelaxed=184, #relaxed=1350, #hardened=0
84.66/84.73	c BCD2: #sat=1 #unsat=1299 bias=1299/1300
84.66/84.73	c Solving starts ...
84.66/84.73	c ============================[ Search Statistics ]============================
84.66/84.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.66/84.73	c       |         |          |          |    Limit     GC | Var      | Constra 
84.66/84.73	c =============================================================================
84.66/84.73	c  0.0s |       0 |        0 |        0 |    62514      0 |     1246 |     1297
84.66/84.80	c  0.1s |       0 |       53 |        1 |    62514      0 |     1246 |     1298
84.66/84.80	c #cpu_time = 0.062s
84.66/84.80	c #wall_clock_time = 0.062s
84.66/84.80	c #decision = 53
84.66/84.80	c #random_decision = 0
84.66/84.80	c #conflict = 1
84.66/84.80	c #restart = 0
84.66/84.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
84.66/84.80	c lower bound updated to -235
84.66/84.80	c BCD2: 1299 <= obj <= 1489
84.66/84.80	c BCD2: #cores=52, #unrelaxed=183, #relaxed=1351, #hardened=0
84.66/84.80	c BCD2: #sat=1 #unsat=1300 bias=1300/1301
84.66/84.80	c Solving starts ...
84.66/84.80	c ============================[ Search Statistics ]============================
84.66/84.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.66/84.80	c       |         |          |          |    Limit     GC | Var      | Constra 
84.66/84.80	c =============================================================================
84.66/84.80	c  0.0s |       0 |        0 |        0 |    62514      0 |     1247 |     1298
84.76/84.86	c  0.1s |       0 |       53 |        1 |    62514      0 |     1247 |     1299
84.76/84.86	c #cpu_time = 0.062s
84.76/84.86	c #wall_clock_time = 0.062s
84.76/84.86	c #decision = 53
84.76/84.86	c #random_decision = 0
84.76/84.86	c #conflict = 1
84.76/84.86	c #restart = 0
84.76/84.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
84.76/84.86	c lower bound updated to -234
84.76/84.86	c BCD2: 1300 <= obj <= 1489
84.76/84.86	c BCD2: #cores=52, #unrelaxed=182, #relaxed=1352, #hardened=0
84.76/84.86	c BCD2: #sat=1 #unsat=1301 bias=1301/1302
84.76/84.86	c Solving starts ...
84.76/84.86	c ============================[ Search Statistics ]============================
84.76/84.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.76/84.86	c       |         |          |          |    Limit     GC | Var      | Constra 
84.76/84.86	c =============================================================================
84.76/84.86	c  0.0s |       0 |        0 |        0 |    62514      0 |     1248 |     1299
84.85/84.92	c  0.1s |       0 |       53 |        0 |    62514      0 |     1248 |     1300
84.85/84.92	c #cpu_time = 0.063s
84.85/84.92	c #wall_clock_time = 0.063s
84.85/84.92	c #decision = 53
84.85/84.92	c #random_decision = 0
84.85/84.92	c #conflict = 0
84.85/84.92	c #restart = 0
84.85/84.92	c BCD2: found a new core of size 2: cost of the new core is >=1
84.85/84.92	c lower bound updated to -233
84.85/84.94	c BCD2: 1301 <= obj <= 1489
84.85/84.94	c BCD2: #cores=53, #unrelaxed=180, #relaxed=1354, #hardened=0
84.85/84.94	c BCD2: #sat=1 #unsat=1302 bias=1302/1303
84.85/84.94	c Solving starts ...
84.85/84.94	c ============================[ Search Statistics ]============================
84.85/84.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.85/84.94	c       |         |          |          |    Limit     GC | Var      | Constra 
84.85/84.94	c =============================================================================
84.85/84.94	c  0.0s |       0 |        0 |        0 |    62514      0 |     1248 |     1301
84.95/85.00	c  0.1s |       0 |       54 |        1 |    62514      0 |     1248 |     1301
84.95/85.00	c #cpu_time = 0.060s
84.95/85.00	c #wall_clock_time = 0.060s
84.95/85.00	c #decision = 54
84.95/85.00	c #random_decision = 0
84.95/85.00	c #conflict = 1
84.95/85.00	c #restart = 0
84.95/85.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
84.95/85.00	c lower bound updated to -232
84.95/85.00	c BCD2: 1302 <= obj <= 1489
84.95/85.00	c BCD2: #cores=53, #unrelaxed=179, #relaxed=1355, #hardened=0
84.95/85.00	c BCD2: #sat=1 #unsat=1303 bias=1303/1304
84.95/85.00	c Solving starts ...
84.95/85.00	c ============================[ Search Statistics ]============================
84.95/85.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.95/85.00	c       |         |          |          |    Limit     GC | Var      | Constra 
84.95/85.00	c =============================================================================
84.95/85.00	c  0.0s |       0 |        0 |        0 |    62514      0 |     1249 |     1301
84.95/85.06	c  0.1s |       0 |       54 |        1 |    62514      0 |     1249 |     1302
84.95/85.06	c #cpu_time = 0.062s
84.95/85.06	c #wall_clock_time = 0.062s
84.95/85.06	c #decision = 54
84.95/85.06	c #random_decision = 0
84.95/85.06	c #conflict = 1
84.95/85.06	c #restart = 0
84.95/85.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
84.95/85.06	c lower bound updated to -231
84.95/85.06	c BCD2: 1303 <= obj <= 1489
84.95/85.06	c BCD2: #cores=53, #unrelaxed=178, #relaxed=1356, #hardened=0
84.95/85.06	c BCD2: #sat=1 #unsat=1304 bias=1304/1305
84.95/85.06	c Solving starts ...
84.95/85.06	c ============================[ Search Statistics ]============================
84.95/85.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.95/85.06	c       |         |          |          |    Limit     GC | Var      | Constra 
84.95/85.06	c =============================================================================
84.95/85.06	c  0.0s |       0 |        0 |        0 |    62514      0 |     1250 |     1302
85.05/85.12	c  0.1s |       0 |       54 |        1 |    62514      0 |     1250 |     1303
85.05/85.12	c #cpu_time = 0.062s
85.05/85.12	c #wall_clock_time = 0.062s
85.05/85.12	c #decision = 54
85.05/85.12	c #random_decision = 0
85.05/85.12	c #conflict = 1
85.05/85.12	c #restart = 0
85.05/85.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
85.05/85.12	c lower bound updated to -230
85.05/85.13	c BCD2: 1304 <= obj <= 1489
85.05/85.13	c BCD2: #cores=53, #unrelaxed=177, #relaxed=1357, #hardened=0
85.05/85.13	c BCD2: #sat=1 #unsat=1305 bias=1305/1306
85.05/85.13	c Solving starts ...
85.05/85.13	c ============================[ Search Statistics ]============================
85.05/85.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.05/85.13	c       |         |          |          |    Limit     GC | Var      | Constra 
85.05/85.13	c =============================================================================
85.05/85.13	c  0.0s |       0 |        0 |        0 |    62514      0 |     1251 |     1303
85.05/85.19	c  0.1s |       0 |       54 |        1 |    62514      0 |     1251 |     1304
85.05/85.19	c #cpu_time = 0.060s
85.05/85.19	c #wall_clock_time = 0.060s
85.05/85.19	c #decision = 54
85.05/85.19	c #random_decision = 0
85.05/85.19	c #conflict = 1
85.05/85.19	c #restart = 0
85.05/85.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
85.05/85.19	c lower bound updated to -229
85.15/85.20	c BCD2: 1305 <= obj <= 1489
85.15/85.20	c BCD2: #cores=53, #unrelaxed=176, #relaxed=1358, #hardened=0
85.15/85.20	c BCD2: #sat=1 #unsat=1306 bias=1306/1307
85.15/85.20	c Solving starts ...
85.15/85.20	c ============================[ Search Statistics ]============================
85.15/85.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.15/85.20	c       |         |          |          |    Limit     GC | Var      | Constra 
85.15/85.20	c =============================================================================
85.15/85.20	c  0.0s |       0 |        0 |        0 |    62514      0 |     1252 |     1304
85.15/85.26	c  0.1s |       0 |       54 |        1 |    62514      0 |     1252 |     1305
85.15/85.26	c #cpu_time = 0.062s
85.15/85.26	c #wall_clock_time = 0.062s
85.15/85.26	c #decision = 54
85.15/85.26	c #random_decision = 0
85.15/85.26	c #conflict = 1
85.15/85.26	c #restart = 0
85.15/85.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
85.15/85.26	c lower bound updated to -228
85.15/85.26	c BCD2: 1306 <= obj <= 1489
85.15/85.26	c BCD2: #cores=53, #unrelaxed=175, #relaxed=1359, #hardened=0
85.15/85.26	c BCD2: #sat=1 #unsat=1307 bias=1307/1308
85.15/85.26	c Solving starts ...
85.15/85.26	c ============================[ Search Statistics ]============================
85.15/85.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.15/85.26	c       |         |          |          |    Limit     GC | Var      | Constra 
85.15/85.26	c =============================================================================
85.15/85.26	c  0.0s |       0 |        0 |        0 |    62514      0 |     1253 |     1305
85.25/85.32	c  0.1s |       0 |       54 |        1 |    62514      0 |     1253 |     1306
85.25/85.32	c #cpu_time = 0.063s
85.25/85.32	c #wall_clock_time = 0.063s
85.25/85.32	c #decision = 54
85.25/85.32	c #random_decision = 0
85.25/85.32	c #conflict = 1
85.25/85.32	c #restart = 0
85.25/85.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
85.25/85.32	c lower bound updated to -227
85.25/85.32	c BCD2: 1307 <= obj <= 1489
85.25/85.32	c BCD2: #cores=53, #unrelaxed=174, #relaxed=1360, #hardened=0
85.25/85.32	c BCD2: #sat=1 #unsat=1308 bias=1308/1309
85.25/85.32	c Solving starts ...
85.25/85.32	c ============================[ Search Statistics ]============================
85.25/85.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.25/85.32	c       |         |          |          |    Limit     GC | Var      | Constra 
85.25/85.32	c =============================================================================
85.25/85.32	c  0.0s |       0 |        0 |        0 |    62514      0 |     1254 |     1306
85.25/85.39	c  0.1s |       0 |       54 |        1 |    62514      0 |     1254 |     1307
85.25/85.39	c #cpu_time = 0.064s
85.25/85.39	c #wall_clock_time = 0.064s
85.25/85.39	c #decision = 54
85.25/85.39	c #random_decision = 0
85.25/85.39	c #conflict = 1
85.25/85.39	c #restart = 0
85.25/85.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
85.25/85.39	c lower bound updated to -226
85.25/85.39	c BCD2: 1308 <= obj <= 1489
85.25/85.39	c BCD2: #cores=53, #unrelaxed=173, #relaxed=1361, #hardened=0
85.25/85.39	c BCD2: #sat=1 #unsat=1309 bias=1309/1310
85.25/85.39	c Solving starts ...
85.25/85.39	c ============================[ Search Statistics ]============================
85.25/85.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.25/85.39	c       |         |          |          |    Limit     GC | Var      | Constra 
85.25/85.39	c =============================================================================
85.25/85.39	c  0.0s |       0 |        0 |        0 |    62514      0 |     1255 |     1307
85.35/85.45	c  0.1s |       0 |       54 |        1 |    62514      0 |     1255 |     1308
85.35/85.45	c #cpu_time = 0.063s
85.35/85.45	c #wall_clock_time = 0.064s
85.35/85.45	c #decision = 54
85.35/85.45	c #random_decision = 0
85.35/85.45	c #conflict = 1
85.35/85.45	c #restart = 0
85.35/85.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
85.35/85.45	c lower bound updated to -225
85.35/85.45	c BCD2: 1309 <= obj <= 1489
85.35/85.45	c BCD2: #cores=53, #unrelaxed=172, #relaxed=1362, #hardened=0
85.35/85.45	c BCD2: #sat=1 #unsat=1310 bias=1310/1311
85.35/85.45	c Solving starts ...
85.35/85.45	c ============================[ Search Statistics ]============================
85.35/85.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.35/85.45	c       |         |          |          |    Limit     GC | Var      | Constra 
85.35/85.45	c =============================================================================
85.35/85.45	c  0.0s |       0 |        0 |        0 |    62514      0 |     1256 |     1308
85.45/85.52	c  0.1s |       0 |       54 |        1 |    62514      0 |     1256 |     1309
85.45/85.52	c #cpu_time = 0.062s
85.45/85.52	c #wall_clock_time = 0.063s
85.45/85.52	c #decision = 54
85.45/85.52	c #random_decision = 0
85.45/85.52	c #conflict = 1
85.45/85.52	c #restart = 0
85.45/85.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
85.45/85.52	c lower bound updated to -224
85.45/85.52	c BCD2: 1310 <= obj <= 1489
85.45/85.52	c BCD2: #cores=53, #unrelaxed=171, #relaxed=1363, #hardened=0
85.45/85.52	c BCD2: #sat=1 #unsat=1311 bias=1311/1312
85.45/85.52	c Solving starts ...
85.45/85.52	c ============================[ Search Statistics ]============================
85.45/85.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.45/85.52	c       |         |          |          |    Limit     GC | Var      | Constra 
85.45/85.52	c =============================================================================
85.45/85.52	c  0.0s |       0 |        0 |        0 |    62514      0 |     1257 |     1309
85.45/85.58	c  0.1s |       0 |       54 |        1 |    62514      0 |     1257 |     1310
85.45/85.58	c #cpu_time = 0.063s
85.45/85.58	c #wall_clock_time = 0.064s
85.45/85.58	c #decision = 54
85.45/85.58	c #random_decision = 0
85.45/85.58	c #conflict = 1
85.45/85.58	c #restart = 0
85.45/85.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
85.45/85.58	c lower bound updated to -223
85.45/85.59	c BCD2: 1311 <= obj <= 1489
85.45/85.59	c BCD2: #cores=53, #unrelaxed=170, #relaxed=1364, #hardened=0
85.45/85.59	c BCD2: #sat=1 #unsat=1312 bias=1312/1313
85.45/85.59	c Solving starts ...
85.45/85.59	c ============================[ Search Statistics ]============================
85.45/85.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.45/85.59	c       |         |          |          |    Limit     GC | Var      | Constra 
85.45/85.59	c =============================================================================
85.45/85.59	c  0.0s |       0 |        0 |        0 |    62514      0 |     1258 |     1310
85.55/85.65	c  0.1s |       0 |       54 |        1 |    62514      0 |     1258 |     1311
85.55/85.65	c #cpu_time = 0.060s
85.55/85.65	c #wall_clock_time = 0.061s
85.55/85.65	c #decision = 54
85.55/85.65	c #random_decision = 0
85.55/85.65	c #conflict = 1
85.55/85.65	c #restart = 0
85.55/85.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
85.55/85.65	c lower bound updated to -222
85.55/85.65	c BCD2: 1312 <= obj <= 1489
85.55/85.65	c BCD2: #cores=53, #unrelaxed=169, #relaxed=1365, #hardened=0
85.55/85.65	c BCD2: #sat=1 #unsat=1313 bias=1313/1314
85.55/85.65	c Solving starts ...
85.55/85.65	c ============================[ Search Statistics ]============================
85.55/85.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.55/85.65	c       |         |          |          |    Limit     GC | Var      | Constra 
85.55/85.65	c =============================================================================
85.55/85.65	c  0.0s |       0 |        0 |        0 |    62514      0 |     1259 |     1311
85.65/85.71	c  0.1s |       0 |       54 |        1 |    62514      0 |     1259 |     1312
85.65/85.71	c #cpu_time = 0.062s
85.65/85.71	c #wall_clock_time = 0.062s
85.65/85.71	c #decision = 54
85.65/85.71	c #random_decision = 0
85.65/85.71	c #conflict = 1
85.65/85.71	c #restart = 0
85.65/85.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
85.65/85.71	c lower bound updated to -221
85.65/85.71	c BCD2: 1313 <= obj <= 1489
85.65/85.71	c BCD2: #cores=53, #unrelaxed=168, #relaxed=1366, #hardened=0
85.65/85.71	c BCD2: #sat=1 #unsat=1314 bias=1314/1315
85.65/85.71	c Solving starts ...
85.65/85.71	c ============================[ Search Statistics ]============================
85.65/85.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.65/85.71	c       |         |          |          |    Limit     GC | Var      | Constra 
85.65/85.71	c =============================================================================
85.65/85.71	c  0.0s |       0 |        0 |        0 |    62514      0 |     1260 |     1312
85.65/85.78	c  0.1s |       0 |       54 |        1 |    62514      0 |     1260 |     1313
85.65/85.78	c #cpu_time = 0.062s
85.65/85.78	c #wall_clock_time = 0.062s
85.65/85.78	c #decision = 54
85.65/85.78	c #random_decision = 0
85.65/85.78	c #conflict = 1
85.65/85.78	c #restart = 0
85.65/85.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
85.65/85.78	c lower bound updated to -220
85.65/85.78	c BCD2: 1314 <= obj <= 1489
85.65/85.78	c BCD2: #cores=53, #unrelaxed=167, #relaxed=1367, #hardened=0
85.65/85.78	c BCD2: #sat=1 #unsat=1315 bias=1315/1316
85.65/85.78	c Solving starts ...
85.65/85.78	c ============================[ Search Statistics ]============================
85.65/85.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.65/85.78	c       |         |          |          |    Limit     GC | Var      | Constra 
85.65/85.78	c =============================================================================
85.65/85.78	c  0.0s |       0 |        0 |        0 |    62514      0 |     1261 |     1313
85.77/85.84	c  0.1s |       0 |       54 |        1 |    62514      0 |     1261 |     1314
85.77/85.84	c #cpu_time = 0.063s
85.77/85.84	c #wall_clock_time = 0.063s
85.77/85.84	c #decision = 54
85.77/85.84	c #random_decision = 0
85.77/85.84	c #conflict = 1
85.77/85.84	c #restart = 0
85.77/85.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
85.77/85.84	c lower bound updated to -219
85.77/85.84	c BCD2: 1315 <= obj <= 1489
85.77/85.84	c BCD2: #cores=53, #unrelaxed=166, #relaxed=1368, #hardened=0
85.77/85.84	c BCD2: #sat=1 #unsat=1316 bias=1316/1317
85.77/85.84	c Solving starts ...
85.77/85.84	c ============================[ Search Statistics ]============================
85.77/85.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.77/85.84	c       |         |          |          |    Limit     GC | Var      | Constra 
85.77/85.84	c =============================================================================
85.77/85.84	c  0.0s |       0 |        0 |        0 |    62514      0 |     1262 |     1314
85.87/85.91	c  0.1s |       0 |       54 |        1 |    62514      0 |     1262 |     1315
85.87/85.91	c #cpu_time = 0.063s
85.87/85.91	c #wall_clock_time = 0.063s
85.87/85.91	c #decision = 54
85.87/85.91	c #random_decision = 0
85.87/85.91	c #conflict = 1
85.87/85.91	c #restart = 0
85.87/85.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
85.87/85.91	c lower bound updated to -218
85.87/85.91	c BCD2: 1316 <= obj <= 1489
85.87/85.91	c BCD2: #cores=53, #unrelaxed=165, #relaxed=1369, #hardened=0
85.87/85.91	c BCD2: #sat=1 #unsat=1317 bias=1317/1318
85.87/85.91	c Solving starts ...
85.87/85.91	c ============================[ Search Statistics ]============================
85.87/85.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.87/85.91	c       |         |          |          |    Limit     GC | Var      | Constra 
85.87/85.91	c =============================================================================
85.87/85.91	c  0.0s |       0 |        0 |        0 |    62514      0 |     1263 |     1315
85.87/85.97	c  0.1s |       0 |       54 |        1 |    62514      0 |     1263 |     1316
85.87/85.97	c #cpu_time = 0.062s
85.87/85.97	c #wall_clock_time = 0.062s
85.87/85.97	c #decision = 54
85.87/85.97	c #random_decision = 0
85.87/85.97	c #conflict = 1
85.87/85.97	c #restart = 0
85.87/85.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
85.87/85.97	c lower bound updated to -217
85.87/85.97	c BCD2: 1317 <= obj <= 1489
85.87/85.97	c BCD2: #cores=53, #unrelaxed=164, #relaxed=1370, #hardened=0
85.87/85.97	c BCD2: #sat=1 #unsat=1318 bias=1318/1319
85.87/85.97	c Solving starts ...
85.87/85.97	c ============================[ Search Statistics ]============================
85.87/85.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.87/85.97	c       |         |          |          |    Limit     GC | Var      | Constra 
85.87/85.97	c =============================================================================
85.87/85.97	c  0.0s |       0 |        0 |        0 |    62514      0 |     1264 |     1316
85.96/86.03	c  0.1s |       0 |       54 |        1 |    62514      0 |     1264 |     1317
85.96/86.03	c #cpu_time = 0.062s
85.96/86.03	c #wall_clock_time = 0.063s
85.96/86.03	c #decision = 54
85.96/86.03	c #random_decision = 0
85.96/86.03	c #conflict = 1
85.96/86.03	c #restart = 0
85.96/86.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
85.96/86.03	c lower bound updated to -216
85.96/86.04	c BCD2: 1318 <= obj <= 1489
85.96/86.04	c BCD2: #cores=53, #unrelaxed=163, #relaxed=1371, #hardened=0
85.96/86.04	c BCD2: #sat=1 #unsat=1319 bias=1319/1320
85.96/86.04	c Solving starts ...
85.96/86.04	c ============================[ Search Statistics ]============================
85.96/86.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.96/86.04	c       |         |          |          |    Limit     GC | Var      | Constra 
85.96/86.04	c =============================================================================
85.96/86.04	c  0.0s |       0 |        0 |        0 |    62514      0 |     1265 |     1317
86.06/86.10	c  0.1s |       0 |       54 |        1 |    62514      0 |     1265 |     1318
86.06/86.10	c #cpu_time = 0.060s
86.06/86.10	c #wall_clock_time = 0.061s
86.06/86.10	c #decision = 54
86.06/86.10	c #random_decision = 0
86.06/86.10	c #conflict = 1
86.06/86.10	c #restart = 0
86.06/86.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
86.06/86.10	c lower bound updated to -215
86.06/86.10	c BCD2: 1319 <= obj <= 1489
86.06/86.10	c BCD2: #cores=53, #unrelaxed=162, #relaxed=1372, #hardened=0
86.06/86.10	c BCD2: #sat=1 #unsat=1320 bias=1320/1321
86.06/86.10	c Solving starts ...
86.06/86.10	c ============================[ Search Statistics ]============================
86.06/86.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.06/86.10	c       |         |          |          |    Limit     GC | Var      | Constra 
86.06/86.10	c =============================================================================
86.06/86.10	c  0.0s |       0 |        0 |        0 |    62514      0 |     1266 |     1318
86.06/86.17	c  0.1s |       0 |       54 |        1 |    62514      0 |     1266 |     1319
86.06/86.17	c #cpu_time = 0.062s
86.06/86.17	c #wall_clock_time = 0.062s
86.06/86.17	c #decision = 54
86.06/86.17	c #random_decision = 0
86.06/86.17	c #conflict = 1
86.06/86.17	c #restart = 0
86.06/86.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
86.06/86.17	c lower bound updated to -214
86.06/86.17	c BCD2: 1320 <= obj <= 1489
86.06/86.17	c BCD2: #cores=53, #unrelaxed=161, #relaxed=1373, #hardened=0
86.06/86.17	c BCD2: #sat=1 #unsat=1321 bias=1321/1322
86.06/86.17	c Solving starts ...
86.06/86.17	c ============================[ Search Statistics ]============================
86.06/86.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.06/86.17	c       |         |          |          |    Limit     GC | Var      | Constra 
86.06/86.17	c =============================================================================
86.06/86.17	c  0.0s |       0 |        0 |        0 |    62514      0 |     1267 |     1319
86.16/86.23	c  0.1s |       0 |       54 |        1 |    62514      0 |     1267 |     1320
86.16/86.23	c #cpu_time = 0.062s
86.16/86.23	c #wall_clock_time = 0.062s
86.16/86.23	c #decision = 54
86.16/86.23	c #random_decision = 0
86.16/86.23	c #conflict = 1
86.16/86.23	c #restart = 0
86.16/86.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
86.16/86.23	c lower bound updated to -213
86.16/86.23	c BCD2: 1321 <= obj <= 1489
86.16/86.23	c BCD2: #cores=53, #unrelaxed=160, #relaxed=1374, #hardened=0
86.16/86.23	c BCD2: #sat=1 #unsat=1322 bias=1322/1323
86.16/86.23	c Solving starts ...
86.16/86.23	c ============================[ Search Statistics ]============================
86.16/86.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.16/86.23	c       |         |          |          |    Limit     GC | Var      | Constra 
86.16/86.23	c =============================================================================
86.16/86.23	c  0.0s |       0 |        0 |        0 |    62514      0 |     1268 |     1320
86.16/86.30	c  0.1s |       0 |       54 |        1 |    62514      0 |     1268 |     1321
86.16/86.30	c #cpu_time = 0.063s
86.16/86.30	c #wall_clock_time = 0.063s
86.16/86.30	c #decision = 54
86.16/86.30	c #random_decision = 0
86.16/86.30	c #conflict = 1
86.16/86.30	c #restart = 0
86.16/86.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
86.16/86.30	c lower bound updated to -212
86.16/86.30	c BCD2: 1322 <= obj <= 1489
86.16/86.30	c BCD2: #cores=53, #unrelaxed=159, #relaxed=1375, #hardened=0
86.16/86.30	c BCD2: #sat=1 #unsat=1323 bias=1323/1324
86.26/86.30	c Solving starts ...
86.26/86.30	c ============================[ Search Statistics ]============================
86.26/86.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.26/86.30	c       |         |          |          |    Limit     GC | Var      | Constra 
86.26/86.30	c =============================================================================
86.26/86.30	c  0.0s |       0 |        0 |        0 |    62514      0 |     1269 |     1321
86.26/86.36	c  0.1s |       0 |       54 |        1 |    62514      0 |     1269 |     1322
86.26/86.36	c #cpu_time = 0.063s
86.26/86.36	c #wall_clock_time = 0.063s
86.26/86.36	c #decision = 54
86.26/86.36	c #random_decision = 0
86.26/86.36	c #conflict = 1
86.26/86.36	c #restart = 0
86.26/86.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
86.26/86.36	c lower bound updated to -211
86.26/86.36	c BCD2: 1323 <= obj <= 1489
86.26/86.36	c BCD2: #cores=53, #unrelaxed=158, #relaxed=1376, #hardened=0
86.26/86.36	c BCD2: #sat=1 #unsat=1324 bias=1324/1325
86.26/86.36	c Solving starts ...
86.26/86.36	c ============================[ Search Statistics ]============================
86.26/86.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.26/86.36	c       |         |          |          |    Limit     GC | Var      | Constra 
86.26/86.36	c =============================================================================
86.26/86.36	c  0.0s |       0 |        0 |        0 |    62514      0 |     1270 |     1322
86.36/86.42	c  0.1s |       0 |       54 |        1 |    62514      0 |     1270 |     1323
86.36/86.42	c #cpu_time = 0.062s
86.36/86.42	c #wall_clock_time = 0.063s
86.36/86.42	c #decision = 54
86.36/86.42	c #random_decision = 0
86.36/86.42	c #conflict = 1
86.36/86.42	c #restart = 0
86.36/86.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
86.36/86.42	c lower bound updated to -210
86.36/86.42	c BCD2: 1324 <= obj <= 1489
86.36/86.42	c BCD2: #cores=53, #unrelaxed=157, #relaxed=1377, #hardened=0
86.36/86.42	c BCD2: #sat=1 #unsat=1325 bias=1325/1326
86.36/86.42	c Solving starts ...
86.36/86.42	c ============================[ Search Statistics ]============================
86.36/86.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.36/86.42	c       |         |          |          |    Limit     GC | Var      | Constra 
86.36/86.42	c =============================================================================
86.36/86.42	c  0.0s |       0 |        0 |        0 |    62514      0 |     1271 |     1323
86.36/86.49	c  0.1s |       0 |       54 |        1 |    62514      0 |     1271 |     1324
86.36/86.49	c #cpu_time = 0.063s
86.36/86.49	c #wall_clock_time = 0.063s
86.36/86.49	c #decision = 54
86.36/86.49	c #random_decision = 0
86.36/86.49	c #conflict = 1
86.36/86.49	c #restart = 0
86.36/86.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
86.36/86.49	c lower bound updated to -209
86.46/86.50	c BCD2: 1325 <= obj <= 1489
86.46/86.50	c BCD2: #cores=53, #unrelaxed=156, #relaxed=1378, #hardened=0
86.46/86.50	c BCD2: #sat=1 #unsat=1326 bias=1326/1327
86.46/86.50	c Solving starts ...
86.46/86.50	c ============================[ Search Statistics ]============================
86.46/86.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.46/86.50	c       |         |          |          |    Limit     GC | Var      | Constra 
86.46/86.50	c =============================================================================
86.46/86.50	c  0.0s |       0 |        0 |        0 |    62514      0 |     1272 |     1324
86.46/86.56	c  0.1s |       0 |       54 |        0 |    62514      0 |     1272 |     1325
86.46/86.56	c #cpu_time = 0.061s
86.46/86.56	c #wall_clock_time = 0.061s
86.46/86.56	c #decision = 54
86.46/86.56	c #random_decision = 0
86.46/86.56	c #conflict = 0
86.46/86.56	c #restart = 0
86.46/86.56	c BCD2: found a new core of size 2: cost of the new core is >=1
86.46/86.56	c lower bound updated to -208
86.46/86.57	c BCD2: 1326 <= obj <= 1489
86.46/86.57	c BCD2: #cores=54, #unrelaxed=154, #relaxed=1380, #hardened=0
86.46/86.57	c BCD2: #sat=1 #unsat=1327 bias=1327/1328
86.46/86.57	c Solving starts ...
86.46/86.57	c ============================[ Search Statistics ]============================
86.46/86.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.46/86.57	c       |         |          |          |    Limit     GC | Var      | Constra 
86.46/86.57	c =============================================================================
86.46/86.57	c  0.0s |       0 |        0 |        0 |    62514      0 |     1272 |     1326
86.56/86.63	c  0.1s |       0 |       55 |        1 |    62514      0 |     1272 |     1326
86.56/86.63	c #cpu_time = 0.060s
86.56/86.63	c #wall_clock_time = 0.061s
86.56/86.63	c #decision = 55
86.56/86.63	c #random_decision = 0
86.56/86.63	c #conflict = 1
86.56/86.63	c #restart = 0
86.56/86.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
86.56/86.63	c lower bound updated to -207
86.56/86.63	c BCD2: 1327 <= obj <= 1489
86.56/86.63	c BCD2: #cores=54, #unrelaxed=153, #relaxed=1381, #hardened=0
86.56/86.63	c BCD2: #sat=1 #unsat=1328 bias=1328/1329
86.56/86.63	c Solving starts ...
86.56/86.63	c ============================[ Search Statistics ]============================
86.56/86.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.56/86.63	c       |         |          |          |    Limit     GC | Var      | Constra 
86.56/86.63	c =============================================================================
86.56/86.63	c  0.0s |       0 |        0 |        0 |    62514      0 |     1273 |     1326
86.56/86.70	c  0.1s |       0 |       55 |        1 |    62514      0 |     1273 |     1327
86.56/86.70	c #cpu_time = 0.062s
86.56/86.70	c #wall_clock_time = 0.062s
86.56/86.70	c #decision = 55
86.56/86.70	c #random_decision = 0
86.56/86.70	c #conflict = 1
86.56/86.70	c #restart = 0
86.56/86.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
86.56/86.70	c lower bound updated to -206
86.66/86.70	c BCD2: 1328 <= obj <= 1489
86.66/86.70	c BCD2: #cores=54, #unrelaxed=152, #relaxed=1382, #hardened=0
86.66/86.70	c BCD2: #sat=1 #unsat=1329 bias=1329/1330
86.66/86.70	c Solving starts ...
86.66/86.70	c ============================[ Search Statistics ]============================
86.66/86.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.66/86.70	c       |         |          |          |    Limit     GC | Var      | Constra 
86.66/86.70	c =============================================================================
86.66/86.70	c  0.0s |       0 |        0 |        0 |    62514      0 |     1274 |     1327
86.66/86.76	c  0.1s |       0 |       55 |        1 |    62514      0 |     1274 |     1328
86.66/86.76	c #cpu_time = 0.063s
86.66/86.76	c #wall_clock_time = 0.063s
86.66/86.76	c #decision = 55
86.66/86.76	c #random_decision = 0
86.66/86.76	c #conflict = 1
86.66/86.76	c #restart = 0
86.66/86.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
86.66/86.76	c lower bound updated to -205
86.66/86.76	c BCD2: 1329 <= obj <= 1489
86.66/86.76	c BCD2: #cores=54, #unrelaxed=151, #relaxed=1383, #hardened=0
86.66/86.76	c BCD2: #sat=1 #unsat=1330 bias=1330/1331
86.66/86.76	c Solving starts ...
86.66/86.76	c ============================[ Search Statistics ]============================
86.66/86.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.66/86.76	c       |         |          |          |    Limit     GC | Var      | Constra 
86.66/86.76	c =============================================================================
86.66/86.76	c  0.0s |       0 |        0 |        0 |    62514      0 |     1275 |     1328
86.76/86.82	c  0.1s |       0 |       55 |        1 |    62514      0 |     1275 |     1329
86.76/86.82	c #cpu_time = 0.063s
86.76/86.82	c #wall_clock_time = 0.063s
86.76/86.82	c #decision = 55
86.76/86.82	c #random_decision = 0
86.76/86.82	c #conflict = 1
86.76/86.82	c #restart = 0
86.76/86.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
86.76/86.82	c lower bound updated to -204
86.76/86.82	c BCD2: 1330 <= obj <= 1489
86.76/86.82	c BCD2: #cores=54, #unrelaxed=150, #relaxed=1384, #hardened=0
86.76/86.82	c BCD2: #sat=1 #unsat=1331 bias=1331/1332
86.76/86.83	c Solving starts ...
86.76/86.83	c ============================[ Search Statistics ]============================
86.76/86.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.76/86.83	c       |         |          |          |    Limit     GC | Var      | Constra 
86.76/86.83	c =============================================================================
86.76/86.83	c  0.0s |       0 |        0 |        0 |    62514      0 |     1276 |     1329
86.76/86.89	c  0.1s |       0 |       55 |        1 |    62514      0 |     1276 |     1330
86.76/86.89	c #cpu_time = 0.062s
86.76/86.89	c #wall_clock_time = 0.062s
86.76/86.89	c #decision = 55
86.76/86.89	c #random_decision = 0
86.76/86.89	c #conflict = 1
86.76/86.89	c #restart = 0
86.76/86.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
86.76/86.89	c lower bound updated to -203
86.76/86.89	c BCD2: 1331 <= obj <= 1489
86.76/86.89	c BCD2: #cores=54, #unrelaxed=149, #relaxed=1385, #hardened=0
86.76/86.89	c BCD2: #sat=1 #unsat=1332 bias=1332/1333
86.76/86.89	c Solving starts ...
86.76/86.89	c ============================[ Search Statistics ]============================
86.76/86.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.76/86.89	c       |         |          |          |    Limit     GC | Var      | Constra 
86.76/86.89	c =============================================================================
86.76/86.89	c  0.0s |       0 |        0 |        0 |    62514      0 |     1277 |     1330
86.87/86.95	c  0.1s |       0 |       55 |        1 |    62514      0 |     1277 |     1331
86.87/86.95	c #cpu_time = 0.062s
86.87/86.95	c #wall_clock_time = 0.063s
86.87/86.95	c #decision = 55
86.87/86.95	c #random_decision = 0
86.87/86.95	c #conflict = 1
86.87/86.95	c #restart = 0
86.87/86.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
86.87/86.95	c lower bound updated to -202
86.87/86.96	c BCD2: 1332 <= obj <= 1489
86.87/86.96	c BCD2: #cores=54, #unrelaxed=148, #relaxed=1386, #hardened=0
86.87/86.96	c BCD2: #sat=1 #unsat=1333 bias=1333/1334
86.87/86.96	c Solving starts ...
86.87/86.96	c ============================[ Search Statistics ]============================
86.87/86.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.87/86.96	c       |         |          |          |    Limit     GC | Var      | Constra 
86.87/86.96	c =============================================================================
86.87/86.96	c  0.0s |       0 |        0 |        0 |    62514      0 |     1278 |     1331
86.97/87.02	c  0.1s |       0 |       55 |        1 |    62514      0 |     1278 |     1332
86.97/87.02	c #cpu_time = 0.060s
86.97/87.02	c #wall_clock_time = 0.061s
86.97/87.02	c #decision = 55
86.97/87.02	c #random_decision = 0
86.97/87.02	c #conflict = 1
86.97/87.02	c #restart = 0
86.97/87.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
86.97/87.02	c lower bound updated to -201
86.97/87.02	c BCD2: 1333 <= obj <= 1489
86.97/87.02	c BCD2: #cores=54, #unrelaxed=147, #relaxed=1387, #hardened=0
86.97/87.02	c BCD2: #sat=1 #unsat=1334 bias=1334/1335
86.97/87.02	c Solving starts ...
86.97/87.02	c ============================[ Search Statistics ]============================
86.97/87.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.97/87.02	c       |         |          |          |    Limit     GC | Var      | Constra 
86.97/87.02	c =============================================================================
86.97/87.02	c  0.0s |       0 |        0 |        0 |    62514      0 |     1279 |     1332
86.97/87.09	c  0.1s |       0 |       55 |        1 |    62514      0 |     1279 |     1333
86.97/87.09	c #cpu_time = 0.062s
86.97/87.09	c #wall_clock_time = 0.062s
86.97/87.09	c #decision = 55
86.97/87.09	c #random_decision = 0
86.97/87.09	c #conflict = 1
86.97/87.09	c #restart = 0
86.97/87.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
86.97/87.09	c lower bound updated to -200
86.97/87.09	c BCD2: 1334 <= obj <= 1489
86.97/87.09	c BCD2: #cores=54, #unrelaxed=146, #relaxed=1388, #hardened=0
86.97/87.09	c BCD2: #sat=1 #unsat=1335 bias=1335/1336
86.97/87.09	c Solving starts ...
86.97/87.09	c ============================[ Search Statistics ]============================
86.97/87.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.97/87.09	c       |         |          |          |    Limit     GC | Var      | Constra 
86.97/87.09	c =============================================================================
86.97/87.09	c  0.0s |       0 |        0 |        0 |    62514      0 |     1280 |     1333
87.06/87.15	c  0.1s |       0 |       55 |        1 |    62514      0 |     1280 |     1334
87.06/87.15	c #cpu_time = 0.062s
87.06/87.15	c #wall_clock_time = 0.062s
87.06/87.15	c #decision = 55
87.06/87.15	c #random_decision = 0
87.06/87.15	c #conflict = 1
87.06/87.15	c #restart = 0
87.06/87.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
87.06/87.15	c lower bound updated to -199
87.06/87.15	c BCD2: 1335 <= obj <= 1489
87.06/87.15	c BCD2: #cores=54, #unrelaxed=145, #relaxed=1389, #hardened=0
87.06/87.15	c BCD2: #sat=1 #unsat=1336 bias=1336/1337
87.06/87.15	c Solving starts ...
87.06/87.15	c ============================[ Search Statistics ]============================
87.06/87.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.06/87.15	c       |         |          |          |    Limit     GC | Var      | Constra 
87.06/87.15	c =============================================================================
87.06/87.15	c  0.0s |       0 |        0 |        0 |    62514      0 |     1281 |     1334
87.16/87.21	c  0.1s |       0 |       55 |        1 |    62514      0 |     1281 |     1335
87.16/87.21	c #cpu_time = 0.063s
87.16/87.21	c #wall_clock_time = 0.063s
87.16/87.21	c #decision = 55
87.16/87.21	c #random_decision = 0
87.16/87.21	c #conflict = 1
87.16/87.21	c #restart = 0
87.16/87.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
87.16/87.21	c lower bound updated to -198
87.16/87.21	c BCD2: 1336 <= obj <= 1489
87.16/87.21	c BCD2: #cores=54, #unrelaxed=144, #relaxed=1390, #hardened=0
87.16/87.21	c BCD2: #sat=1 #unsat=1337 bias=1337/1338
87.16/87.21	c Solving starts ...
87.16/87.21	c ============================[ Search Statistics ]============================
87.16/87.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.16/87.21	c       |         |          |          |    Limit     GC | Var      | Constra 
87.16/87.21	c =============================================================================
87.16/87.21	c  0.0s |       0 |        0 |        0 |    62514      0 |     1282 |     1335
87.16/87.28	c  0.1s |       0 |       55 |        1 |    62514      0 |     1282 |     1336
87.16/87.28	c #cpu_time = 0.063s
87.16/87.28	c #wall_clock_time = 0.063s
87.16/87.28	c #decision = 55
87.16/87.28	c #random_decision = 0
87.16/87.28	c #conflict = 1
87.16/87.28	c #restart = 0
87.16/87.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
87.16/87.28	c lower bound updated to -197
87.16/87.28	c BCD2: 1337 <= obj <= 1489
87.16/87.28	c BCD2: #cores=54, #unrelaxed=143, #relaxed=1391, #hardened=0
87.16/87.28	c BCD2: #sat=1 #unsat=1338 bias=1338/1339
87.16/87.28	c Solving starts ...
87.16/87.28	c ============================[ Search Statistics ]============================
87.16/87.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.16/87.28	c       |         |          |          |    Limit     GC | Var      | Constra 
87.16/87.28	c =============================================================================
87.16/87.28	c  0.0s |       0 |        0 |        0 |    62514      0 |     1283 |     1336
87.26/87.34	c  0.1s |       0 |       55 |        1 |    62514      0 |     1283 |     1337
87.26/87.34	c #cpu_time = 0.062s
87.26/87.34	c #wall_clock_time = 0.063s
87.26/87.34	c #decision = 55
87.26/87.34	c #random_decision = 0
87.26/87.34	c #conflict = 1
87.26/87.34	c #restart = 0
87.26/87.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
87.26/87.34	c lower bound updated to -196
87.26/87.34	c BCD2: 1338 <= obj <= 1489
87.26/87.34	c BCD2: #cores=54, #unrelaxed=142, #relaxed=1392, #hardened=0
87.26/87.34	c BCD2: #sat=1 #unsat=1339 bias=1339/1340
87.26/87.34	c Solving starts ...
87.26/87.34	c ============================[ Search Statistics ]============================
87.26/87.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.26/87.34	c       |         |          |          |    Limit     GC | Var      | Constra 
87.26/87.34	c =============================================================================
87.26/87.34	c  0.0s |       0 |        0 |        0 |    62514      0 |     1284 |     1337
87.36/87.41	c  0.1s |       0 |       55 |        1 |    62514      0 |     1284 |     1338
87.36/87.41	c #cpu_time = 0.062s
87.36/87.41	c #wall_clock_time = 0.063s
87.36/87.41	c #decision = 55
87.36/87.41	c #random_decision = 0
87.36/87.41	c #conflict = 1
87.36/87.41	c #restart = 0
87.36/87.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
87.36/87.41	c lower bound updated to -195
87.36/87.41	c BCD2: 1339 <= obj <= 1489
87.36/87.41	c BCD2: #cores=54, #unrelaxed=141, #relaxed=1393, #hardened=0
87.36/87.41	c BCD2: #sat=1 #unsat=1340 bias=1340/1341
87.36/87.41	c Solving starts ...
87.36/87.41	c ============================[ Search Statistics ]============================
87.36/87.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.36/87.41	c       |         |          |          |    Limit     GC | Var      | Constra 
87.36/87.41	c =============================================================================
87.36/87.41	c  0.0s |       0 |        0 |        0 |    62514      0 |     1285 |     1338
87.36/87.48	c  0.1s |       0 |       55 |        1 |    62514      0 |     1285 |     1339
87.36/87.48	c #cpu_time = 0.060s
87.36/87.48	c #wall_clock_time = 0.061s
87.36/87.48	c #decision = 55
87.36/87.48	c #random_decision = 0
87.36/87.48	c #conflict = 1
87.36/87.48	c #restart = 0
87.36/87.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
87.36/87.48	c lower bound updated to -194
87.36/87.48	c BCD2: 1340 <= obj <= 1489
87.36/87.48	c BCD2: #cores=54, #unrelaxed=140, #relaxed=1394, #hardened=0
87.36/87.48	c BCD2: #sat=1 #unsat=1341 bias=1341/1342
87.36/87.48	c Solving starts ...
87.36/87.48	c ============================[ Search Statistics ]============================
87.36/87.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.36/87.48	c       |         |          |          |    Limit     GC | Var      | Constra 
87.36/87.48	c =============================================================================
87.36/87.48	c  0.0s |       0 |        0 |        0 |    62514      0 |     1286 |     1339
87.46/87.54	c  0.1s |       0 |       55 |        1 |    62514      0 |     1286 |     1340
87.46/87.54	c #cpu_time = 0.062s
87.46/87.54	c #wall_clock_time = 0.063s
87.46/87.54	c #decision = 55
87.46/87.54	c #random_decision = 0
87.46/87.54	c #conflict = 1
87.46/87.54	c #restart = 0
87.46/87.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
87.46/87.54	c lower bound updated to -193
87.46/87.54	c BCD2: 1341 <= obj <= 1489
87.46/87.54	c BCD2: #cores=54, #unrelaxed=139, #relaxed=1395, #hardened=0
87.46/87.54	c BCD2: #sat=1 #unsat=1342 bias=1342/1343
87.46/87.54	c Solving starts ...
87.46/87.54	c ============================[ Search Statistics ]============================
87.46/87.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.46/87.54	c       |         |          |          |    Limit     GC | Var      | Constra 
87.46/87.54	c =============================================================================
87.46/87.54	c  0.0s |       0 |        0 |        0 |    62514      0 |     1287 |     1340
87.56/87.60	c  0.1s |       0 |       55 |        1 |    62514      0 |     1287 |     1341
87.56/87.60	c #cpu_time = 0.062s
87.56/87.60	c #wall_clock_time = 0.062s
87.56/87.60	c #decision = 55
87.56/87.60	c #random_decision = 0
87.56/87.60	c #conflict = 1
87.56/87.60	c #restart = 0
87.56/87.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
87.56/87.60	c lower bound updated to -192
87.56/87.60	c BCD2: 1342 <= obj <= 1489
87.56/87.60	c BCD2: #cores=54, #unrelaxed=138, #relaxed=1396, #hardened=0
87.56/87.60	c BCD2: #sat=1 #unsat=1343 bias=1343/1344
87.56/87.60	c Solving starts ...
87.56/87.60	c ============================[ Search Statistics ]============================
87.56/87.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.56/87.60	c       |         |          |          |    Limit     GC | Var      | Constra 
87.56/87.60	c =============================================================================
87.56/87.60	c  0.0s |       0 |        0 |        0 |    62514      0 |     1288 |     1341
87.56/87.67	c  0.1s |       0 |       55 |        1 |    62514      0 |     1288 |     1342
87.56/87.67	c #cpu_time = 0.064s
87.56/87.67	c #wall_clock_time = 0.064s
87.56/87.67	c #decision = 55
87.56/87.67	c #random_decision = 0
87.56/87.67	c #conflict = 1
87.56/87.67	c #restart = 0
87.56/87.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
87.56/87.67	c lower bound updated to -191
87.56/87.67	c BCD2: 1343 <= obj <= 1489
87.56/87.67	c BCD2: #cores=54, #unrelaxed=137, #relaxed=1397, #hardened=0
87.56/87.67	c BCD2: #sat=1 #unsat=1344 bias=1344/1345
87.56/87.67	c Solving starts ...
87.56/87.67	c ============================[ Search Statistics ]============================
87.56/87.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.56/87.67	c       |         |          |          |    Limit     GC | Var      | Constra 
87.56/87.67	c =============================================================================
87.56/87.67	c  0.0s |       0 |        0 |        0 |    62514      0 |     1289 |     1342
87.66/87.73	c  0.1s |       0 |       55 |        1 |    62514      0 |     1289 |     1343
87.66/87.73	c #cpu_time = 0.064s
87.66/87.73	c #wall_clock_time = 0.064s
87.66/87.73	c #decision = 55
87.66/87.73	c #random_decision = 0
87.66/87.73	c #conflict = 1
87.66/87.73	c #restart = 0
87.66/87.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
87.66/87.73	c lower bound updated to -190
87.66/87.73	c BCD2: 1344 <= obj <= 1489
87.66/87.73	c BCD2: #cores=54, #unrelaxed=136, #relaxed=1398, #hardened=0
87.66/87.73	c BCD2: #sat=1 #unsat=1345 bias=1345/1346
87.66/87.73	c Solving starts ...
87.66/87.73	c ============================[ Search Statistics ]============================
87.66/87.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.66/87.73	c       |         |          |          |    Limit     GC | Var      | Constra 
87.66/87.73	c =============================================================================
87.66/87.73	c  0.0s |       0 |        0 |        0 |    62514      0 |     1290 |     1343
87.76/87.80	c  0.1s |       0 |       55 |        1 |    62514      0 |     1290 |     1344
87.76/87.80	c #cpu_time = 0.063s
87.76/87.80	c #wall_clock_time = 0.063s
87.76/87.80	c #decision = 55
87.76/87.80	c #random_decision = 0
87.76/87.80	c #conflict = 1
87.76/87.80	c #restart = 0
87.76/87.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
87.76/87.80	c lower bound updated to -189
87.76/87.80	c BCD2: 1345 <= obj <= 1489
87.76/87.80	c BCD2: #cores=54, #unrelaxed=135, #relaxed=1399, #hardened=0
87.76/87.80	c BCD2: #sat=1 #unsat=1346 bias=1346/1347
87.76/87.80	c Solving starts ...
87.76/87.80	c ============================[ Search Statistics ]============================
87.76/87.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.76/87.80	c       |         |          |          |    Limit     GC | Var      | Constra 
87.76/87.80	c =============================================================================
87.76/87.80	c  0.0s |       0 |        0 |        0 |    62514      0 |     1291 |     1344
87.76/87.86	c  0.1s |       0 |       55 |        1 |    62514      0 |     1291 |     1345
87.76/87.86	c #cpu_time = 0.062s
87.76/87.86	c #wall_clock_time = 0.063s
87.76/87.86	c #decision = 55
87.76/87.86	c #random_decision = 0
87.76/87.86	c #conflict = 1
87.76/87.86	c #restart = 0
87.76/87.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
87.76/87.86	c lower bound updated to -188
87.76/87.87	c BCD2: 1346 <= obj <= 1489
87.76/87.87	c BCD2: #cores=54, #unrelaxed=134, #relaxed=1400, #hardened=0
87.76/87.87	c BCD2: #sat=1 #unsat=1347 bias=1347/1348
87.76/87.87	c Solving starts ...
87.76/87.87	c ============================[ Search Statistics ]============================
87.76/87.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.76/87.87	c       |         |          |          |    Limit     GC | Var      | Constra 
87.76/87.87	c =============================================================================
87.76/87.87	c  0.0s |       0 |        0 |        0 |    62514      0 |     1292 |     1345
87.86/87.93	c  0.1s |       0 |       55 |        1 |    62514      0 |     1292 |     1346
87.86/87.93	c #cpu_time = 0.060s
87.86/87.93	c #wall_clock_time = 0.061s
87.86/87.93	c #decision = 55
87.86/87.93	c #random_decision = 0
87.86/87.93	c #conflict = 1
87.86/87.93	c #restart = 0
87.86/87.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
87.86/87.93	c lower bound updated to -187
87.86/87.93	c BCD2: 1347 <= obj <= 1489
87.86/87.93	c BCD2: #cores=54, #unrelaxed=133, #relaxed=1401, #hardened=0
87.86/87.93	c BCD2: #sat=1 #unsat=1348 bias=1348/1349
87.86/87.93	c Solving starts ...
87.86/87.93	c ============================[ Search Statistics ]============================
87.86/87.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.86/87.93	c       |         |          |          |    Limit     GC | Var      | Constra 
87.86/87.93	c =============================================================================
87.86/87.93	c  0.0s |       0 |        0 |        0 |    62514      0 |     1293 |     1346
87.86/87.99	c  0.1s |       0 |       55 |        1 |    62514      0 |     1293 |     1347
87.86/87.99	c #cpu_time = 0.062s
87.86/87.99	c #wall_clock_time = 0.062s
87.86/87.99	c #decision = 55
87.86/87.99	c #random_decision = 0
87.86/87.99	c #conflict = 1
87.86/87.99	c #restart = 0
87.86/88.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
87.86/88.00	c lower bound updated to -186
87.86/88.00	c BCD2: 1348 <= obj <= 1489
87.86/88.00	c BCD2: #cores=54, #unrelaxed=132, #relaxed=1402, #hardened=0
87.86/88.00	c BCD2: #sat=1 #unsat=1349 bias=1349/1350
87.86/88.00	c Solving starts ...
87.86/88.00	c ============================[ Search Statistics ]============================
87.86/88.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.86/88.00	c       |         |          |          |    Limit     GC | Var      | Constra 
87.86/88.00	c =============================================================================
87.86/88.00	c  0.0s |       0 |        0 |        0 |    62514      0 |     1294 |     1347
87.97/88.06	c  0.1s |       0 |       55 |        1 |    62514      0 |     1294 |     1348
87.97/88.06	c #cpu_time = 0.062s
87.97/88.06	c #wall_clock_time = 0.063s
87.97/88.06	c #decision = 55
87.97/88.06	c #random_decision = 0
87.97/88.06	c #conflict = 1
87.97/88.06	c #restart = 0
87.97/88.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
87.97/88.06	c lower bound updated to -185
87.97/88.06	c BCD2: 1349 <= obj <= 1489
87.97/88.06	c BCD2: #cores=54, #unrelaxed=131, #relaxed=1403, #hardened=0
87.97/88.06	c BCD2: #sat=1 #unsat=1350 bias=1350/1351
87.97/88.06	c Solving starts ...
87.97/88.06	c ============================[ Search Statistics ]============================
87.97/88.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.97/88.06	c       |         |          |          |    Limit     GC | Var      | Constra 
87.97/88.06	c =============================================================================
87.97/88.06	c  0.0s |       0 |        0 |        0 |    62514      0 |     1295 |     1348
88.07/88.12	c  0.1s |       0 |       55 |        1 |    62514      0 |     1295 |     1349
88.07/88.12	c #cpu_time = 0.063s
88.07/88.12	c #wall_clock_time = 0.063s
88.07/88.12	c #decision = 55
88.07/88.12	c #random_decision = 0
88.07/88.12	c #conflict = 1
88.07/88.12	c #restart = 0
88.07/88.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
88.07/88.12	c lower bound updated to -184
88.07/88.12	c BCD2: 1350 <= obj <= 1489
88.07/88.12	c BCD2: #cores=54, #unrelaxed=130, #relaxed=1404, #hardened=0
88.07/88.12	c BCD2: #sat=1 #unsat=1351 bias=1351/1352
88.07/88.12	c Solving starts ...
88.07/88.12	c ============================[ Search Statistics ]============================
88.07/88.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.07/88.12	c       |         |          |          |    Limit     GC | Var      | Constra 
88.07/88.12	c =============================================================================
88.07/88.12	c  0.0s |       0 |        0 |        0 |    62514      0 |     1296 |     1349
88.07/88.19	c  0.1s |       0 |       55 |        0 |    62514      0 |     1296 |     1350
88.07/88.19	c #cpu_time = 0.063s
88.07/88.19	c #wall_clock_time = 0.063s
88.07/88.19	c #decision = 55
88.07/88.19	c #random_decision = 0
88.07/88.19	c #conflict = 0
88.07/88.19	c #restart = 0
88.07/88.19	c BCD2: found a new core of size 2: cost of the new core is >=1
88.07/88.19	c lower bound updated to -183
88.16/88.20	c BCD2: 1351 <= obj <= 1489
88.16/88.20	c BCD2: #cores=55, #unrelaxed=128, #relaxed=1406, #hardened=0
88.16/88.20	c BCD2: #sat=1 #unsat=1352 bias=1352/1353
88.16/88.20	c Solving starts ...
88.16/88.20	c ============================[ Search Statistics ]============================
88.16/88.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.16/88.20	c       |         |          |          |    Limit     GC | Var      | Constra 
88.16/88.20	c =============================================================================
88.16/88.20	c  0.0s |       0 |        0 |        0 |    62514      0 |     1296 |     1351
88.16/88.26	c  0.1s |       0 |       56 |        1 |    62514      0 |     1296 |     1351
88.16/88.26	c #cpu_time = 0.060s
88.16/88.26	c #wall_clock_time = 0.060s
88.16/88.26	c #decision = 56
88.16/88.26	c #random_decision = 0
88.16/88.26	c #conflict = 1
88.16/88.26	c #restart = 0
88.16/88.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
88.16/88.26	c lower bound updated to -182
88.16/88.26	c BCD2: 1352 <= obj <= 1489
88.16/88.26	c BCD2: #cores=55, #unrelaxed=127, #relaxed=1407, #hardened=0
88.16/88.26	c BCD2: #sat=1 #unsat=1353 bias=1353/1354
88.16/88.26	c Solving starts ...
88.16/88.26	c ============================[ Search Statistics ]============================
88.16/88.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.16/88.26	c       |         |          |          |    Limit     GC | Var      | Constra 
88.16/88.26	c =============================================================================
88.16/88.26	c  0.0s |       0 |        0 |        0 |    62514      0 |     1297 |     1351
88.26/88.32	c  0.1s |       0 |       56 |        1 |    62514      0 |     1297 |     1352
88.26/88.32	c #cpu_time = 0.062s
88.26/88.32	c #wall_clock_time = 0.063s
88.26/88.32	c #decision = 56
88.26/88.32	c #random_decision = 0
88.26/88.32	c #conflict = 1
88.26/88.32	c #restart = 0
88.26/88.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
88.26/88.32	c lower bound updated to -181
88.26/88.33	c BCD2: 1353 <= obj <= 1489
88.26/88.33	c BCD2: #cores=55, #unrelaxed=126, #relaxed=1408, #hardened=0
88.26/88.33	c BCD2: #sat=1 #unsat=1354 bias=1354/1355
88.26/88.33	c Solving starts ...
88.26/88.33	c ============================[ Search Statistics ]============================
88.26/88.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.26/88.33	c       |         |          |          |    Limit     GC | Var      | Constra 
88.26/88.33	c =============================================================================
88.26/88.33	c  0.0s |       0 |        0 |        0 |    62514      0 |     1298 |     1352
88.26/88.39	c  0.1s |       0 |       56 |        1 |    62514      0 |     1298 |     1353
88.26/88.39	c #cpu_time = 0.060s
88.26/88.39	c #wall_clock_time = 0.061s
88.26/88.39	c #decision = 56
88.26/88.39	c #random_decision = 0
88.26/88.39	c #conflict = 1
88.26/88.39	c #restart = 0
88.26/88.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
88.26/88.39	c lower bound updated to -180
88.26/88.39	c BCD2: 1354 <= obj <= 1489
88.26/88.39	c BCD2: #cores=55, #unrelaxed=125, #relaxed=1409, #hardened=0
88.26/88.39	c BCD2: #sat=1 #unsat=1355 bias=1355/1356
88.26/88.40	c Solving starts ...
88.26/88.40	c ============================[ Search Statistics ]============================
88.26/88.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.26/88.40	c       |         |          |          |    Limit     GC | Var      | Constra 
88.26/88.40	c =============================================================================
88.26/88.40	c  0.0s |       0 |        0 |        0 |    62514      0 |     1299 |     1353
88.36/88.46	c  0.1s |       0 |       56 |        1 |    62514      0 |     1299 |     1354
88.36/88.46	c #cpu_time = 0.062s
88.36/88.46	c #wall_clock_time = 0.062s
88.36/88.46	c #decision = 56
88.36/88.46	c #random_decision = 0
88.36/88.46	c #conflict = 1
88.36/88.46	c #restart = 0
88.36/88.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
88.36/88.46	c lower bound updated to -179
88.36/88.46	c BCD2: 1355 <= obj <= 1489
88.36/88.46	c BCD2: #cores=55, #unrelaxed=124, #relaxed=1410, #hardened=0
88.36/88.46	c BCD2: #sat=1 #unsat=1356 bias=1356/1357
88.36/88.46	c Solving starts ...
88.36/88.46	c ============================[ Search Statistics ]============================
88.36/88.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.36/88.46	c       |         |          |          |    Limit     GC | Var      | Constra 
88.36/88.46	c =============================================================================
88.36/88.46	c  0.0s |       0 |        0 |        0 |    62514      0 |     1300 |     1354
88.46/88.52	c  0.1s |       0 |       56 |        1 |    62514      0 |     1300 |     1355
88.46/88.52	c #cpu_time = 0.062s
88.46/88.52	c #wall_clock_time = 0.063s
88.46/88.52	c #decision = 56
88.46/88.52	c #random_decision = 0
88.46/88.52	c #conflict = 1
88.46/88.52	c #restart = 0
88.46/88.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
88.46/88.52	c lower bound updated to -178
88.46/88.52	c BCD2: 1356 <= obj <= 1489
88.46/88.52	c BCD2: #cores=55, #unrelaxed=123, #relaxed=1411, #hardened=0
88.46/88.52	c BCD2: #sat=1 #unsat=1357 bias=1357/1358
88.46/88.52	c Solving starts ...
88.46/88.52	c ============================[ Search Statistics ]============================
88.46/88.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.46/88.52	c       |         |          |          |    Limit     GC | Var      | Constra 
88.46/88.52	c =============================================================================
88.46/88.52	c  0.0s |       0 |        0 |        0 |    62514      0 |     1301 |     1355
88.46/88.59	c  0.1s |       0 |       56 |        1 |    62514      0 |     1301 |     1356
88.46/88.59	c #cpu_time = 0.063s
88.46/88.59	c #wall_clock_time = 0.063s
88.46/88.59	c #decision = 56
88.46/88.59	c #random_decision = 0
88.46/88.59	c #conflict = 1
88.46/88.59	c #restart = 0
88.46/88.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
88.46/88.59	c lower bound updated to -177
88.46/88.59	c BCD2: 1357 <= obj <= 1489
88.46/88.59	c BCD2: #cores=55, #unrelaxed=122, #relaxed=1412, #hardened=0
88.46/88.59	c BCD2: #sat=1 #unsat=1358 bias=1358/1359
88.46/88.59	c Solving starts ...
88.46/88.59	c ============================[ Search Statistics ]============================
88.46/88.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.46/88.59	c       |         |          |          |    Limit     GC | Var      | Constra 
88.46/88.59	c =============================================================================
88.46/88.59	c  0.0s |       0 |        0 |        0 |    62514      0 |     1302 |     1356
88.56/88.65	c  0.1s |       0 |       56 |        1 |    62514      0 |     1302 |     1357
88.56/88.65	c #cpu_time = 0.064s
88.56/88.65	c #wall_clock_time = 0.064s
88.56/88.65	c #decision = 56
88.56/88.65	c #random_decision = 0
88.56/88.65	c #conflict = 1
88.56/88.65	c #restart = 0
88.56/88.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
88.56/88.65	c lower bound updated to -176
88.56/88.65	c BCD2: 1358 <= obj <= 1489
88.56/88.65	c BCD2: #cores=55, #unrelaxed=121, #relaxed=1413, #hardened=0
88.56/88.65	c BCD2: #sat=1 #unsat=1359 bias=1359/1360
88.56/88.65	c Solving starts ...
88.56/88.65	c ============================[ Search Statistics ]============================
88.56/88.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.56/88.65	c       |         |          |          |    Limit     GC | Var      | Constra 
88.56/88.65	c =============================================================================
88.56/88.65	c  0.0s |       0 |        0 |        0 |    62514      0 |     1303 |     1357
88.66/88.72	c  0.1s |       0 |       56 |        1 |    62514      0 |     1303 |     1358
88.66/88.72	c #cpu_time = 0.062s
88.66/88.72	c #wall_clock_time = 0.063s
88.66/88.72	c #decision = 56
88.66/88.72	c #random_decision = 0
88.66/88.72	c #conflict = 1
88.66/88.72	c #restart = 0
88.66/88.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
88.66/88.72	c lower bound updated to -175
88.66/88.72	c BCD2: 1359 <= obj <= 1489
88.66/88.72	c BCD2: #cores=55, #unrelaxed=120, #relaxed=1414, #hardened=0
88.66/88.72	c BCD2: #sat=1 #unsat=1360 bias=1360/1361
88.66/88.72	c Solving starts ...
88.66/88.72	c ============================[ Search Statistics ]============================
88.66/88.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.66/88.72	c       |         |          |          |    Limit     GC | Var      | Constra 
88.66/88.72	c =============================================================================
88.66/88.72	c  0.0s |       0 |        0 |        0 |    62514      0 |     1304 |     1358
88.66/88.78	c  0.1s |       0 |       56 |        1 |    62514      0 |     1304 |     1359
88.66/88.78	c #cpu_time = 0.063s
88.66/88.78	c #wall_clock_time = 0.063s
88.66/88.78	c #decision = 56
88.66/88.78	c #random_decision = 0
88.66/88.78	c #conflict = 1
88.66/88.78	c #restart = 0
88.66/88.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
88.66/88.78	c lower bound updated to -174
88.66/88.79	c BCD2: 1360 <= obj <= 1489
88.66/88.79	c BCD2: #cores=55, #unrelaxed=119, #relaxed=1415, #hardened=0
88.66/88.79	c BCD2: #sat=1 #unsat=1361 bias=1361/1362
88.66/88.79	c Solving starts ...
88.66/88.79	c ============================[ Search Statistics ]============================
88.66/88.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.66/88.79	c       |         |          |          |    Limit     GC | Var      | Constra 
88.66/88.79	c =============================================================================
88.66/88.79	c  0.0s |       0 |        0 |        0 |    62514      0 |     1305 |     1359
88.76/88.85	c  0.1s |       0 |       56 |        1 |    62514      0 |     1305 |     1360
88.76/88.85	c #cpu_time = 0.063s
88.76/88.85	c #wall_clock_time = 0.063s
88.76/88.85	c #decision = 56
88.76/88.85	c #random_decision = 0
88.76/88.85	c #conflict = 1
88.76/88.85	c #restart = 0
88.76/88.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
88.76/88.85	c lower bound updated to -173
88.76/88.85	c BCD2: 1361 <= obj <= 1489
88.76/88.85	c BCD2: #cores=55, #unrelaxed=118, #relaxed=1416, #hardened=0
88.76/88.85	c BCD2: #sat=1 #unsat=1362 bias=1362/1363
88.76/88.85	c Solving starts ...
88.76/88.85	c ============================[ Search Statistics ]============================
88.76/88.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.76/88.85	c       |         |          |          |    Limit     GC | Var      | Constra 
88.76/88.85	c =============================================================================
88.76/88.85	c  0.0s |       0 |        0 |        0 |    62514      0 |     1306 |     1360
88.86/88.92	c  0.1s |       0 |       56 |        1 |    62514      0 |     1306 |     1361
88.86/88.92	c #cpu_time = 0.063s
88.86/88.92	c #wall_clock_time = 0.063s
88.86/88.92	c #decision = 56
88.86/88.92	c #random_decision = 0
88.86/88.92	c #conflict = 1
88.86/88.92	c #restart = 0
88.86/88.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
88.86/88.92	c lower bound updated to -172
88.86/88.92	c BCD2: 1362 <= obj <= 1489
88.86/88.92	c BCD2: #cores=55, #unrelaxed=117, #relaxed=1417, #hardened=0
88.86/88.92	c BCD2: #sat=1 #unsat=1363 bias=1363/1364
88.86/88.92	c Solving starts ...
88.86/88.92	c ============================[ Search Statistics ]============================
88.86/88.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.86/88.92	c       |         |          |          |    Limit     GC | Var      | Constra 
88.86/88.92	c =============================================================================
88.86/88.92	c  0.0s |       0 |        0 |        0 |    62514      0 |     1307 |     1361
88.86/88.98	c  0.1s |       0 |       56 |        1 |    62514      0 |     1307 |     1362
88.86/88.98	c #cpu_time = 0.063s
88.86/88.98	c #wall_clock_time = 0.063s
88.86/88.98	c #decision = 56
88.86/88.98	c #random_decision = 0
88.86/88.98	c #conflict = 1
88.86/88.98	c #restart = 0
88.86/88.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
88.86/88.98	c lower bound updated to -171
88.86/88.98	c BCD2: 1363 <= obj <= 1489
88.86/88.98	c BCD2: #cores=55, #unrelaxed=116, #relaxed=1418, #hardened=0
88.86/88.98	c BCD2: #sat=1 #unsat=1364 bias=1364/1365
88.86/88.98	c Solving starts ...
88.86/88.98	c ============================[ Search Statistics ]============================
88.86/88.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.86/88.98	c       |         |          |          |    Limit     GC | Var      | Constra 
88.86/88.98	c =============================================================================
88.86/88.98	c  0.0s |       0 |        0 |        0 |    62514      0 |     1308 |     1362
88.96/89.04	c  0.1s |       0 |       56 |        1 |    62514      0 |     1308 |     1363
88.96/89.04	c #cpu_time = 0.063s
88.96/89.04	c #wall_clock_time = 0.063s
88.96/89.04	c #decision = 56
88.96/89.04	c #random_decision = 0
88.96/89.04	c #conflict = 1
88.96/89.04	c #restart = 0
88.96/89.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
88.96/89.04	c lower bound updated to -170
88.96/89.05	c BCD2: 1364 <= obj <= 1489
88.96/89.05	c BCD2: #cores=55, #unrelaxed=115, #relaxed=1419, #hardened=0
88.96/89.05	c BCD2: #sat=1 #unsat=1365 bias=1365/1366
88.96/89.05	c Solving starts ...
88.96/89.05	c ============================[ Search Statistics ]============================
88.96/89.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.96/89.05	c       |         |          |          |    Limit     GC | Var      | Constra 
88.96/89.05	c =============================================================================
88.96/89.05	c  0.0s |       0 |        0 |        0 |    62514      0 |     1309 |     1363
89.07/89.11	c  0.1s |       0 |       56 |        1 |    62514      0 |     1309 |     1364
89.07/89.11	c #cpu_time = 0.063s
89.07/89.11	c #wall_clock_time = 0.063s
89.07/89.11	c #decision = 56
89.07/89.11	c #random_decision = 0
89.07/89.11	c #conflict = 1
89.07/89.11	c #restart = 0
89.07/89.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
89.07/89.11	c lower bound updated to -169
89.07/89.11	c BCD2: 1365 <= obj <= 1489
89.07/89.11	c BCD2: #cores=55, #unrelaxed=114, #relaxed=1420, #hardened=0
89.07/89.11	c BCD2: #sat=1 #unsat=1366 bias=1366/1367
89.07/89.11	c Solving starts ...
89.07/89.11	c ============================[ Search Statistics ]============================
89.07/89.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.07/89.11	c       |         |          |          |    Limit     GC | Var      | Constra 
89.07/89.11	c =============================================================================
89.07/89.11	c  0.0s |       0 |        0 |        0 |    62514      0 |     1310 |     1364
89.07/89.17	c  0.1s |       0 |       56 |        1 |    62514      0 |     1310 |     1365
89.07/89.17	c #cpu_time = 0.063s
89.07/89.17	c #wall_clock_time = 0.063s
89.07/89.17	c #decision = 56
89.07/89.17	c #random_decision = 0
89.07/89.17	c #conflict = 1
89.07/89.17	c #restart = 0
89.07/89.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
89.07/89.17	c lower bound updated to -168
89.07/89.17	c BCD2: 1366 <= obj <= 1489
89.07/89.17	c BCD2: #cores=55, #unrelaxed=113, #relaxed=1421, #hardened=0
89.07/89.17	c BCD2: #sat=1 #unsat=1367 bias=1367/1368
89.07/89.17	c Solving starts ...
89.07/89.17	c ============================[ Search Statistics ]============================
89.07/89.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.07/89.17	c       |         |          |          |    Limit     GC | Var      | Constra 
89.07/89.17	c =============================================================================
89.07/89.17	c  0.0s |       0 |        0 |        0 |    62514      0 |     1311 |     1365
89.17/89.24	c  0.1s |       0 |       56 |        1 |    62514      0 |     1311 |     1366
89.17/89.24	c #cpu_time = 0.062s
89.17/89.24	c #wall_clock_time = 0.063s
89.17/89.24	c #decision = 56
89.17/89.24	c #random_decision = 0
89.17/89.24	c #conflict = 1
89.17/89.24	c #restart = 0
89.17/89.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
89.17/89.24	c lower bound updated to -167
89.17/89.25	c BCD2: 1367 <= obj <= 1489
89.17/89.25	c BCD2: #cores=55, #unrelaxed=112, #relaxed=1422, #hardened=0
89.17/89.25	c BCD2: #sat=1 #unsat=1368 bias=1368/1369
89.17/89.25	c Solving starts ...
89.17/89.25	c ============================[ Search Statistics ]============================
89.17/89.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.17/89.25	c       |         |          |          |    Limit     GC | Var      | Constra 
89.17/89.25	c =============================================================================
89.17/89.25	c  0.0s |       0 |        0 |        0 |    62514      0 |     1312 |     1366
89.26/89.31	c  0.1s |       0 |       56 |        1 |    62514      0 |     1312 |     1367
89.26/89.31	c #cpu_time = 0.061s
89.26/89.31	c #wall_clock_time = 0.061s
89.26/89.31	c #decision = 56
89.26/89.31	c #random_decision = 0
89.26/89.31	c #conflict = 1
89.26/89.31	c #restart = 0
89.26/89.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
89.26/89.31	c lower bound updated to -166
89.26/89.31	c BCD2: 1368 <= obj <= 1489
89.26/89.31	c BCD2: #cores=55, #unrelaxed=111, #relaxed=1423, #hardened=0
89.26/89.31	c BCD2: #sat=1 #unsat=1369 bias=1369/1370
89.26/89.31	c Solving starts ...
89.26/89.31	c ============================[ Search Statistics ]============================
89.26/89.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.26/89.31	c       |         |          |          |    Limit     GC | Var      | Constra 
89.26/89.31	c =============================================================================
89.26/89.31	c  0.0s |       0 |        0 |        0 |    62514      0 |     1313 |     1367
89.26/89.37	c  0.1s |       0 |       56 |        1 |    62514      0 |     1313 |     1368
89.26/89.37	c #cpu_time = 0.062s
89.26/89.37	c #wall_clock_time = 0.063s
89.26/89.37	c #decision = 56
89.26/89.37	c #random_decision = 0
89.26/89.37	c #conflict = 1
89.26/89.37	c #restart = 0
89.26/89.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
89.26/89.37	c lower bound updated to -165
89.26/89.37	c BCD2: 1369 <= obj <= 1489
89.26/89.37	c BCD2: #cores=55, #unrelaxed=110, #relaxed=1424, #hardened=0
89.26/89.37	c BCD2: #sat=1 #unsat=1370 bias=1370/1371
89.26/89.37	c Solving starts ...
89.26/89.37	c ============================[ Search Statistics ]============================
89.26/89.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.26/89.37	c       |         |          |          |    Limit     GC | Var      | Constra 
89.26/89.37	c =============================================================================
89.26/89.37	c  0.0s |       0 |        0 |        0 |    62514      0 |     1314 |     1368
89.36/89.44	c  0.1s |       0 |       56 |        1 |    62514      0 |     1314 |     1369
89.36/89.44	c #cpu_time = 0.062s
89.36/89.44	c #wall_clock_time = 0.063s
89.36/89.44	c #decision = 56
89.36/89.44	c #random_decision = 0
89.36/89.44	c #conflict = 1
89.36/89.44	c #restart = 0
89.36/89.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
89.36/89.44	c lower bound updated to -164
89.36/89.44	c BCD2: 1370 <= obj <= 1489
89.36/89.44	c BCD2: #cores=55, #unrelaxed=109, #relaxed=1425, #hardened=0
89.36/89.44	c BCD2: #sat=1 #unsat=1371 bias=1371/1372
89.36/89.44	c Solving starts ...
89.36/89.44	c ============================[ Search Statistics ]============================
89.36/89.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.36/89.44	c       |         |          |          |    Limit     GC | Var      | Constra 
89.36/89.44	c =============================================================================
89.36/89.44	c  0.0s |       0 |        0 |        0 |    62514      0 |     1315 |     1369
89.46/89.50	c  0.1s |       0 |       56 |        1 |    62514      0 |     1315 |     1370
89.46/89.50	c #cpu_time = 0.063s
89.46/89.50	c #wall_clock_time = 0.063s
89.46/89.50	c #decision = 56
89.46/89.50	c #random_decision = 0
89.46/89.50	c #conflict = 1
89.46/89.50	c #restart = 0
89.46/89.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
89.46/89.50	c lower bound updated to -163
89.46/89.50	c BCD2: 1371 <= obj <= 1489
89.46/89.50	c BCD2: #cores=55, #unrelaxed=108, #relaxed=1426, #hardened=0
89.46/89.50	c BCD2: #sat=1 #unsat=1372 bias=1372/1373
89.46/89.50	c Solving starts ...
89.46/89.50	c ============================[ Search Statistics ]============================
89.46/89.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.46/89.50	c       |         |          |          |    Limit     GC | Var      | Constra 
89.46/89.50	c =============================================================================
89.46/89.50	c  0.0s |       0 |        0 |        0 |    62514      0 |     1316 |     1370
89.46/89.56	c  0.1s |       0 |       56 |        1 |    62514      0 |     1316 |     1371
89.46/89.56	c #cpu_time = 0.063s
89.46/89.56	c #wall_clock_time = 0.063s
89.46/89.56	c #decision = 56
89.46/89.56	c #random_decision = 0
89.46/89.56	c #conflict = 1
89.46/89.56	c #restart = 0
89.46/89.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
89.46/89.56	c lower bound updated to -162
89.46/89.57	c BCD2: 1372 <= obj <= 1489
89.46/89.57	c BCD2: #cores=55, #unrelaxed=107, #relaxed=1427, #hardened=0
89.46/89.57	c BCD2: #sat=1 #unsat=1373 bias=1373/1374
89.46/89.57	c Solving starts ...
89.46/89.57	c ============================[ Search Statistics ]============================
89.46/89.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.46/89.57	c       |         |          |          |    Limit     GC | Var      | Constra 
89.46/89.57	c =============================================================================
89.46/89.57	c  0.0s |       0 |        0 |        0 |    62514      0 |     1317 |     1371
89.56/89.63	c  0.1s |       0 |       56 |        1 |    62514      0 |     1317 |     1372
89.56/89.63	c #cpu_time = 0.062s
89.56/89.63	c #wall_clock_time = 0.063s
89.56/89.63	c #decision = 56
89.56/89.63	c #random_decision = 0
89.56/89.63	c #conflict = 1
89.56/89.63	c #restart = 0
89.56/89.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
89.56/89.63	c lower bound updated to -161
89.56/89.63	c BCD2: 1373 <= obj <= 1489
89.56/89.63	c BCD2: #cores=55, #unrelaxed=106, #relaxed=1428, #hardened=0
89.56/89.63	c BCD2: #sat=1 #unsat=1374 bias=1374/1375
89.56/89.63	c Solving starts ...
89.56/89.63	c ============================[ Search Statistics ]============================
89.56/89.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.56/89.63	c       |         |          |          |    Limit     GC | Var      | Constra 
89.56/89.63	c =============================================================================
89.56/89.63	c  0.0s |       0 |        0 |        0 |    62514      0 |     1318 |     1372
89.56/89.69	c  0.1s |       0 |       56 |        1 |    62514      0 |     1318 |     1373
89.56/89.69	c #cpu_time = 0.063s
89.56/89.69	c #wall_clock_time = 0.063s
89.56/89.69	c #decision = 56
89.56/89.69	c #random_decision = 0
89.56/89.69	c #conflict = 1
89.56/89.69	c #restart = 0
89.56/89.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
89.56/89.69	c lower bound updated to -160
89.66/89.70	c BCD2: 1374 <= obj <= 1489
89.66/89.70	c BCD2: #cores=55, #unrelaxed=105, #relaxed=1429, #hardened=0
89.66/89.70	c BCD2: #sat=1 #unsat=1375 bias=1375/1376
89.66/89.70	c Solving starts ...
89.66/89.70	c ============================[ Search Statistics ]============================
89.66/89.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.66/89.70	c       |         |          |          |    Limit     GC | Var      | Constra 
89.66/89.70	c =============================================================================
89.66/89.70	c  0.0s |       0 |        0 |        0 |    62514      0 |     1319 |     1373
89.66/89.76	c  0.1s |       0 |       56 |        1 |    62514      0 |     1319 |     1374
89.66/89.76	c #cpu_time = 0.061s
89.66/89.76	c #wall_clock_time = 0.061s
89.66/89.76	c #decision = 56
89.66/89.76	c #random_decision = 0
89.66/89.76	c #conflict = 1
89.66/89.76	c #restart = 0
89.66/89.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
89.66/89.76	c lower bound updated to -159
89.66/89.76	c BCD2: 1375 <= obj <= 1489
89.66/89.76	c BCD2: #cores=55, #unrelaxed=104, #relaxed=1430, #hardened=0
89.66/89.76	c BCD2: #sat=1 #unsat=1376 bias=1376/1377
89.66/89.76	c Solving starts ...
89.66/89.76	c ============================[ Search Statistics ]============================
89.66/89.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.66/89.76	c       |         |          |          |    Limit     GC | Var      | Constra 
89.66/89.76	c =============================================================================
89.66/89.76	c  0.0s |       0 |        0 |        0 |    62514      0 |     1320 |     1374
89.76/89.83	c  0.1s |       0 |       56 |        0 |    62514      0 |     1320 |     1375
89.76/89.83	c #cpu_time = 0.063s
89.76/89.83	c #wall_clock_time = 0.063s
89.76/89.83	c #decision = 56
89.76/89.83	c #random_decision = 0
89.76/89.83	c #conflict = 0
89.76/89.83	c #restart = 0
89.76/89.83	c BCD2: found a new core of size 2: cost of the new core is >=1
89.76/89.83	c lower bound updated to -158
89.76/89.84	c BCD2: 1376 <= obj <= 1489
89.76/89.84	c BCD2: #cores=56, #unrelaxed=102, #relaxed=1432, #hardened=0
89.76/89.84	c BCD2: #sat=1 #unsat=1377 bias=1377/1378
89.76/89.84	c Solving starts ...
89.76/89.84	c ============================[ Search Statistics ]============================
89.76/89.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.76/89.84	c       |         |          |          |    Limit     GC | Var      | Constra 
89.76/89.84	c =============================================================================
89.76/89.84	c  0.0s |       0 |        0 |        0 |    62514      0 |     1320 |     1376
89.86/89.90	c  0.1s |       0 |       57 |        1 |    62514      0 |     1320 |     1376
89.86/89.90	c #cpu_time = 0.060s
89.86/89.90	c #wall_clock_time = 0.060s
89.86/89.90	c #decision = 57
89.86/89.90	c #random_decision = 0
89.86/89.90	c #conflict = 1
89.86/89.90	c #restart = 0
89.86/89.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
89.86/89.90	c lower bound updated to -157
89.86/89.90	c BCD2: 1377 <= obj <= 1489
89.86/89.90	c BCD2: #cores=56, #unrelaxed=101, #relaxed=1433, #hardened=0
89.86/89.90	c BCD2: #sat=1 #unsat=1378 bias=1378/1379
89.86/89.90	c Solving starts ...
89.86/89.90	c ============================[ Search Statistics ]============================
89.86/89.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.86/89.90	c       |         |          |          |    Limit     GC | Var      | Constra 
89.86/89.90	c =============================================================================
89.86/89.90	c  0.0s |       0 |        0 |        0 |    62514      0 |     1321 |     1376
89.86/89.96	c  0.1s |       0 |       57 |        1 |    68766      0 |     1321 |     1377
89.86/89.96	c #cpu_time = 0.064s
89.86/89.96	c #wall_clock_time = 0.064s
89.86/89.96	c #decision = 57
89.86/89.96	c #random_decision = 0
89.86/89.96	c #conflict = 1
89.86/89.96	c #restart = 0
89.86/89.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
89.86/89.96	c lower bound updated to -156
89.86/89.96	c BCD2: 1378 <= obj <= 1489
89.86/89.96	c BCD2: #cores=56, #unrelaxed=100, #relaxed=1434, #hardened=0
89.86/89.96	c BCD2: #sat=1 #unsat=1379 bias=1379/1380
89.86/89.96	c Solving starts ...
89.86/89.96	c ============================[ Search Statistics ]============================
89.86/89.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.86/89.96	c       |         |          |          |    Limit     GC | Var      | Constra 
89.86/89.96	c =============================================================================
89.86/89.96	c  0.0s |       0 |        0 |        0 |    68766      0 |     1322 |     1377
89.96/90.03	c  0.1s |       0 |       57 |        1 |    68766      0 |     1322 |     1378
89.96/90.03	c #cpu_time = 0.064s
89.96/90.03	c #wall_clock_time = 0.064s
89.96/90.03	c #decision = 57
89.96/90.03	c #random_decision = 0
89.96/90.03	c #conflict = 1
89.96/90.03	c #restart = 0
89.96/90.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
89.96/90.03	c lower bound updated to -155
89.96/90.03	c BCD2: 1379 <= obj <= 1489
89.96/90.03	c BCD2: #cores=56, #unrelaxed=99, #relaxed=1435, #hardened=0
89.96/90.03	c BCD2: #sat=1 #unsat=1380 bias=1380/1381
89.96/90.03	c Solving starts ...
89.96/90.03	c ============================[ Search Statistics ]============================
89.96/90.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.96/90.03	c       |         |          |          |    Limit     GC | Var      | Constra 
89.96/90.03	c =============================================================================
89.96/90.03	c  0.0s |       0 |        0 |        0 |    68766      0 |     1323 |     1378
89.96/90.09	c  0.1s |       0 |       57 |        1 |    68766      0 |     1323 |     1379
89.96/90.09	c #cpu_time = 0.063s
89.96/90.09	c #wall_clock_time = 0.063s
89.96/90.09	c #decision = 57
89.96/90.09	c #random_decision = 0
89.96/90.09	c #conflict = 1
89.96/90.09	c #restart = 0
89.96/90.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
89.96/90.09	c lower bound updated to -154
89.96/90.09	c BCD2: 1380 <= obj <= 1489
89.96/90.09	c BCD2: #cores=56, #unrelaxed=98, #relaxed=1436, #hardened=0
89.96/90.09	c BCD2: #sat=1 #unsat=1381 bias=1381/1382
89.96/90.09	c Solving starts ...
89.96/90.09	c ============================[ Search Statistics ]============================
89.96/90.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.96/90.09	c       |         |          |          |    Limit     GC | Var      | Constra 
89.96/90.09	c =============================================================================
89.96/90.09	c  0.0s |       0 |        0 |        0 |    68766      0 |     1324 |     1379
90.06/90.16	c  0.1s |       0 |       57 |        1 |    68766      0 |     1324 |     1380
90.06/90.16	c #cpu_time = 0.063s
90.06/90.16	c #wall_clock_time = 0.063s
90.06/90.16	c #decision = 57
90.06/90.16	c #random_decision = 0
90.06/90.16	c #conflict = 1
90.06/90.16	c #restart = 0
90.06/90.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
90.06/90.16	c lower bound updated to -153
90.06/90.17	c BCD2: 1381 <= obj <= 1489
90.06/90.17	c BCD2: #cores=56, #unrelaxed=97, #relaxed=1437, #hardened=0
90.06/90.17	c BCD2: #sat=1 #unsat=1382 bias=1382/1383
90.06/90.17	c Solving starts ...
90.06/90.17	c ============================[ Search Statistics ]============================
90.06/90.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.06/90.17	c       |         |          |          |    Limit     GC | Var      | Constra 
90.06/90.17	c =============================================================================
90.06/90.17	c  0.0s |       0 |        0 |        0 |    68766      0 |     1325 |     1380
90.17/90.23	c  0.1s |       0 |       57 |        1 |    68766      0 |     1325 |     1381
90.17/90.23	c #cpu_time = 0.061s
90.17/90.23	c #wall_clock_time = 0.061s
90.17/90.23	c #decision = 57
90.17/90.23	c #random_decision = 0
90.17/90.23	c #conflict = 1
90.17/90.23	c #restart = 0
90.17/90.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
90.17/90.23	c lower bound updated to -152
90.17/90.23	c BCD2: 1382 <= obj <= 1489
90.17/90.23	c BCD2: #cores=56, #unrelaxed=96, #relaxed=1438, #hardened=0
90.17/90.23	c BCD2: #sat=1 #unsat=1383 bias=1383/1384
90.17/90.23	c Solving starts ...
90.17/90.23	c ============================[ Search Statistics ]============================
90.17/90.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.17/90.23	c       |         |          |          |    Limit     GC | Var      | Constra 
90.17/90.23	c =============================================================================
90.17/90.23	c  0.0s |       0 |        0 |        0 |    68766      0 |     1326 |     1381
90.17/90.29	c  0.1s |       0 |       57 |        1 |    68766      0 |     1326 |     1382
90.17/90.29	c #cpu_time = 0.062s
90.17/90.29	c #wall_clock_time = 0.063s
90.17/90.29	c #decision = 57
90.17/90.29	c #random_decision = 0
90.17/90.29	c #conflict = 1
90.17/90.29	c #restart = 0
90.17/90.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
90.17/90.29	c lower bound updated to -151
90.17/90.29	c BCD2: 1383 <= obj <= 1489
90.17/90.29	c BCD2: #cores=56, #unrelaxed=95, #relaxed=1439, #hardened=0
90.17/90.29	c BCD2: #sat=1 #unsat=1384 bias=1384/1385
90.17/90.29	c Solving starts ...
90.17/90.29	c ============================[ Search Statistics ]============================
90.17/90.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.17/90.29	c       |         |          |          |    Limit     GC | Var      | Constra 
90.17/90.29	c =============================================================================
90.17/90.29	c  0.0s |       0 |        0 |        0 |    68766      0 |     1327 |     1382
90.27/90.36	c  0.1s |       0 |       57 |        1 |    68766      0 |     1327 |     1383
90.27/90.36	c #cpu_time = 0.063s
90.27/90.36	c #wall_clock_time = 0.063s
90.27/90.36	c #decision = 57
90.27/90.36	c #random_decision = 0
90.27/90.36	c #conflict = 1
90.27/90.36	c #restart = 0
90.27/90.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
90.27/90.36	c lower bound updated to -150
90.27/90.36	c BCD2: 1384 <= obj <= 1489
90.27/90.36	c BCD2: #cores=56, #unrelaxed=94, #relaxed=1440, #hardened=0
90.27/90.36	c BCD2: #sat=1 #unsat=1385 bias=1385/1386
90.27/90.36	c Solving starts ...
90.27/90.36	c ============================[ Search Statistics ]============================
90.27/90.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.27/90.36	c       |         |          |          |    Limit     GC | Var      | Constra 
90.27/90.36	c =============================================================================
90.27/90.36	c  0.0s |       0 |        0 |        0 |    68766      0 |     1328 |     1383
90.36/90.42	c  0.1s |       0 |       57 |        1 |    68766      0 |     1328 |     1384
90.36/90.42	c #cpu_time = 0.063s
90.36/90.42	c #wall_clock_time = 0.063s
90.36/90.42	c #decision = 57
90.36/90.42	c #random_decision = 0
90.36/90.42	c #conflict = 1
90.36/90.42	c #restart = 0
90.36/90.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
90.36/90.42	c lower bound updated to -149
90.36/90.42	c BCD2: 1385 <= obj <= 1489
90.36/90.42	c BCD2: #cores=56, #unrelaxed=93, #relaxed=1441, #hardened=0
90.36/90.42	c BCD2: #sat=1 #unsat=1386 bias=1386/1387
90.36/90.42	c Solving starts ...
90.36/90.42	c ============================[ Search Statistics ]============================
90.36/90.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.36/90.42	c       |         |          |          |    Limit     GC | Var      | Constra 
90.36/90.42	c =============================================================================
90.36/90.42	c  0.0s |       0 |        0 |        0 |    68766      0 |     1329 |     1384
90.36/90.48	c  0.1s |       0 |       57 |        1 |    68766      0 |     1329 |     1385
90.36/90.48	c #cpu_time = 0.063s
90.36/90.48	c #wall_clock_time = 0.063s
90.36/90.48	c #decision = 57
90.36/90.48	c #random_decision = 0
90.36/90.48	c #conflict = 1
90.36/90.48	c #restart = 0
90.36/90.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
90.36/90.48	c lower bound updated to -148
90.36/90.49	c BCD2: 1386 <= obj <= 1489
90.36/90.49	c BCD2: #cores=56, #unrelaxed=92, #relaxed=1442, #hardened=0
90.36/90.49	c BCD2: #sat=1 #unsat=1387 bias=1387/1388
90.36/90.49	c Solving starts ...
90.36/90.49	c ============================[ Search Statistics ]============================
90.36/90.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.36/90.49	c       |         |          |          |    Limit     GC | Var      | Constra 
90.36/90.49	c =============================================================================
90.36/90.49	c  0.0s |       0 |        0 |        0 |    68766      0 |     1330 |     1385
90.46/90.55	c  0.1s |       0 |       57 |        1 |    68766      0 |     1330 |     1386
90.46/90.55	c #cpu_time = 0.063s
90.46/90.55	c #wall_clock_time = 0.063s
90.46/90.55	c #decision = 57
90.46/90.55	c #random_decision = 0
90.46/90.55	c #conflict = 1
90.46/90.55	c #restart = 0
90.46/90.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
90.46/90.55	c lower bound updated to -147
90.46/90.55	c BCD2: 1387 <= obj <= 1489
90.46/90.55	c BCD2: #cores=56, #unrelaxed=91, #relaxed=1443, #hardened=0
90.46/90.55	c BCD2: #sat=1 #unsat=1388 bias=1388/1389
90.46/90.55	c Solving starts ...
90.46/90.55	c ============================[ Search Statistics ]============================
90.46/90.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.46/90.55	c       |         |          |          |    Limit     GC | Var      | Constra 
90.46/90.55	c =============================================================================
90.46/90.55	c  0.0s |       0 |        0 |        0 |    68766      0 |     1331 |     1386
90.56/90.61	c  0.1s |       0 |       57 |        1 |    68766      0 |     1331 |     1387
90.56/90.61	c #cpu_time = 0.064s
90.56/90.61	c #wall_clock_time = 0.064s
90.56/90.61	c #decision = 57
90.56/90.61	c #random_decision = 0
90.56/90.61	c #conflict = 1
90.56/90.61	c #restart = 0
90.56/90.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
90.56/90.61	c lower bound updated to -146
90.56/90.62	c BCD2: 1388 <= obj <= 1489
90.56/90.62	c BCD2: #cores=56, #unrelaxed=90, #relaxed=1444, #hardened=0
90.56/90.62	c BCD2: #sat=1 #unsat=1389 bias=1389/1390
90.56/90.62	c Solving starts ...
90.56/90.62	c ============================[ Search Statistics ]============================
90.56/90.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.56/90.62	c       |         |          |          |    Limit     GC | Var      | Constra 
90.56/90.62	c =============================================================================
90.56/90.62	c  0.0s |       0 |        0 |        0 |    68766      0 |     1332 |     1387
90.56/90.68	c  0.1s |       0 |       57 |        1 |    68766      0 |     1332 |     1388
90.56/90.68	c #cpu_time = 0.061s
90.56/90.68	c #wall_clock_time = 0.061s
90.56/90.68	c #decision = 57
90.56/90.68	c #random_decision = 0
90.56/90.68	c #conflict = 1
90.56/90.68	c #restart = 0
90.56/90.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
90.56/90.68	c lower bound updated to -145
90.56/90.68	c BCD2: 1389 <= obj <= 1489
90.56/90.68	c BCD2: #cores=56, #unrelaxed=89, #relaxed=1445, #hardened=0
90.56/90.68	c BCD2: #sat=1 #unsat=1390 bias=1390/1391
90.56/90.68	c Solving starts ...
90.56/90.68	c ============================[ Search Statistics ]============================
90.56/90.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.56/90.68	c       |         |          |          |    Limit     GC | Var      | Constra 
90.56/90.68	c =============================================================================
90.56/90.68	c  0.0s |       0 |        0 |        0 |    68766      0 |     1333 |     1388
90.66/90.75	c  0.1s |       0 |       57 |        1 |    68766      0 |     1333 |     1389
90.66/90.75	c #cpu_time = 0.062s
90.66/90.75	c #wall_clock_time = 0.063s
90.66/90.75	c #decision = 57
90.66/90.75	c #random_decision = 0
90.66/90.75	c #conflict = 1
90.66/90.75	c #restart = 0
90.66/90.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
90.66/90.75	c lower bound updated to -144
90.66/90.75	c BCD2: 1390 <= obj <= 1489
90.66/90.75	c BCD2: #cores=56, #unrelaxed=88, #relaxed=1446, #hardened=0
90.66/90.75	c BCD2: #sat=1 #unsat=1391 bias=1391/1392
90.66/90.75	c Solving starts ...
90.66/90.75	c ============================[ Search Statistics ]============================
90.66/90.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.66/90.75	c       |         |          |          |    Limit     GC | Var      | Constra 
90.66/90.75	c =============================================================================
90.66/90.75	c  0.0s |       0 |        0 |        0 |    68766      0 |     1334 |     1389
90.76/90.81	c  0.1s |       0 |       57 |        1 |    68766      0 |     1334 |     1390
90.76/90.81	c #cpu_time = 0.063s
90.76/90.81	c #wall_clock_time = 0.063s
90.76/90.81	c #decision = 57
90.76/90.81	c #random_decision = 0
90.76/90.81	c #conflict = 1
90.76/90.81	c #restart = 0
90.76/90.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
90.76/90.81	c lower bound updated to -143
90.76/90.81	c BCD2: 1391 <= obj <= 1489
90.76/90.81	c BCD2: #cores=56, #unrelaxed=87, #relaxed=1447, #hardened=0
90.76/90.81	c BCD2: #sat=1 #unsat=1392 bias=1392/1393
90.76/90.81	c Solving starts ...
90.76/90.81	c ============================[ Search Statistics ]============================
90.76/90.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.76/90.81	c       |         |          |          |    Limit     GC | Var      | Constra 
90.76/90.81	c =============================================================================
90.76/90.81	c  0.0s |       0 |        0 |        0 |    68766      0 |     1335 |     1390
90.76/90.88	c  0.1s |       0 |       57 |        1 |    68766      0 |     1335 |     1391
90.76/90.88	c #cpu_time = 0.063s
90.76/90.88	c #wall_clock_time = 0.063s
90.76/90.88	c #decision = 57
90.76/90.88	c #random_decision = 0
90.76/90.88	c #conflict = 1
90.76/90.88	c #restart = 0
90.76/90.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
90.76/90.88	c lower bound updated to -142
90.76/90.88	c BCD2: 1392 <= obj <= 1489
90.76/90.88	c BCD2: #cores=56, #unrelaxed=86, #relaxed=1448, #hardened=0
90.76/90.88	c BCD2: #sat=1 #unsat=1393 bias=1393/1394
90.76/90.88	c Solving starts ...
90.76/90.88	c ============================[ Search Statistics ]============================
90.76/90.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.76/90.88	c       |         |          |          |    Limit     GC | Var      | Constra 
90.76/90.88	c =============================================================================
90.76/90.88	c  0.0s |       0 |        0 |        0 |    68766      0 |     1336 |     1391
90.86/90.94	c  0.1s |       0 |       57 |        1 |    68766      0 |     1336 |     1392
90.86/90.94	c #cpu_time = 0.063s
90.86/90.94	c #wall_clock_time = 0.063s
90.86/90.94	c #decision = 57
90.86/90.94	c #random_decision = 0
90.86/90.94	c #conflict = 1
90.86/90.94	c #restart = 0
90.86/90.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
90.86/90.94	c lower bound updated to -141
90.86/90.94	c BCD2: 1393 <= obj <= 1489
90.86/90.94	c BCD2: #cores=56, #unrelaxed=85, #relaxed=1449, #hardened=0
90.86/90.94	c BCD2: #sat=1 #unsat=1394 bias=1394/1395
90.86/90.94	c Solving starts ...
90.86/90.94	c ============================[ Search Statistics ]============================
90.86/90.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.86/90.94	c       |         |          |          |    Limit     GC | Var      | Constra 
90.86/90.94	c =============================================================================
90.86/90.94	c  0.0s |       0 |        0 |        0 |    68766      0 |     1337 |     1392
90.96/91.01	c  0.1s |       0 |       57 |        1 |    68766      0 |     1337 |     1393
90.96/91.01	c #cpu_time = 0.063s
90.96/91.01	c #wall_clock_time = 0.063s
90.96/91.01	c #decision = 57
90.96/91.01	c #random_decision = 0
90.96/91.01	c #conflict = 1
90.96/91.01	c #restart = 0
90.96/91.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
90.96/91.01	c lower bound updated to -140
90.96/91.01	c BCD2: 1394 <= obj <= 1489
90.96/91.01	c BCD2: #cores=56, #unrelaxed=84, #relaxed=1450, #hardened=0
90.96/91.01	c BCD2: #sat=1 #unsat=1395 bias=1395/1396
90.96/91.01	c Solving starts ...
90.96/91.01	c ============================[ Search Statistics ]============================
90.96/91.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.96/91.01	c       |         |          |          |    Limit     GC | Var      | Constra 
90.96/91.01	c =============================================================================
90.96/91.01	c  0.0s |       0 |        0 |        0 |    68766      0 |     1338 |     1393
90.96/91.07	c  0.1s |       0 |       57 |        1 |    68766      0 |     1338 |     1394
90.96/91.07	c #cpu_time = 0.063s
90.96/91.07	c #wall_clock_time = 0.063s
90.96/91.07	c #decision = 57
90.96/91.07	c #random_decision = 0
90.96/91.07	c #conflict = 1
90.96/91.07	c #restart = 0
90.96/91.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
90.96/91.07	c lower bound updated to -139
90.96/91.08	c BCD2: 1395 <= obj <= 1489
90.96/91.08	c BCD2: #cores=56, #unrelaxed=83, #relaxed=1451, #hardened=0
90.96/91.08	c BCD2: #sat=1 #unsat=1396 bias=1396/1397
90.96/91.08	c Solving starts ...
90.96/91.08	c ============================[ Search Statistics ]============================
90.96/91.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.96/91.08	c       |         |          |          |    Limit     GC | Var      | Constra 
90.96/91.08	c =============================================================================
90.96/91.08	c  0.0s |       0 |        0 |        0 |    68766      0 |     1339 |     1394
91.06/91.14	c  0.1s |       0 |       57 |        1 |    68766      0 |     1339 |     1395
91.06/91.14	c #cpu_time = 0.061s
91.06/91.14	c #wall_clock_time = 0.061s
91.06/91.14	c #decision = 57
91.06/91.14	c #random_decision = 0
91.06/91.14	c #conflict = 1
91.06/91.14	c #restart = 0
91.06/91.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
91.06/91.14	c lower bound updated to -138
91.06/91.14	c BCD2: 1396 <= obj <= 1489
91.06/91.14	c BCD2: #cores=56, #unrelaxed=82, #relaxed=1452, #hardened=0
91.06/91.14	c BCD2: #sat=1 #unsat=1397 bias=1397/1398
91.06/91.14	c Solving starts ...
91.06/91.14	c ============================[ Search Statistics ]============================
91.06/91.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.06/91.14	c       |         |          |          |    Limit     GC | Var      | Constra 
91.06/91.14	c =============================================================================
91.06/91.14	c  0.0s |       0 |        0 |        0 |    68766      0 |     1340 |     1395
91.16/91.20	c  0.1s |       0 |       57 |        1 |    68766      0 |     1340 |     1396
91.16/91.20	c #cpu_time = 0.063s
91.16/91.20	c #wall_clock_time = 0.064s
91.16/91.20	c #decision = 57
91.16/91.20	c #random_decision = 0
91.16/91.20	c #conflict = 1
91.16/91.20	c #restart = 0
91.16/91.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
91.16/91.20	c lower bound updated to -137
91.16/91.21	c BCD2: 1397 <= obj <= 1489
91.16/91.21	c BCD2: #cores=56, #unrelaxed=81, #relaxed=1453, #hardened=0
91.16/91.21	c BCD2: #sat=1 #unsat=1398 bias=1398/1399
91.16/91.21	c Solving starts ...
91.16/91.21	c ============================[ Search Statistics ]============================
91.16/91.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.16/91.21	c       |         |          |          |    Limit     GC | Var      | Constra 
91.16/91.21	c =============================================================================
91.16/91.21	c  0.0s |       0 |        0 |        0 |    68766      0 |     1341 |     1396
91.16/91.27	c  0.1s |       0 |       57 |        1 |    68766      0 |     1341 |     1397
91.16/91.27	c #cpu_time = 0.063s
91.16/91.27	c #wall_clock_time = 0.063s
91.16/91.27	c #decision = 57
91.16/91.27	c #random_decision = 0
91.16/91.27	c #conflict = 1
91.16/91.27	c #restart = 0
91.16/91.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
91.16/91.27	c lower bound updated to -136
91.16/91.27	c BCD2: 1398 <= obj <= 1489
91.16/91.27	c BCD2: #cores=56, #unrelaxed=80, #relaxed=1454, #hardened=0
91.16/91.27	c BCD2: #sat=1 #unsat=1399 bias=1399/1400
91.16/91.27	c Solving starts ...
91.16/91.27	c ============================[ Search Statistics ]============================
91.16/91.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.16/91.27	c       |         |          |          |    Limit     GC | Var      | Constra 
91.16/91.27	c =============================================================================
91.16/91.27	c  0.0s |       0 |        0 |        0 |    68766      0 |     1342 |     1397
91.27/91.33	c  0.1s |       0 |       57 |        1 |    68766      0 |     1342 |     1398
91.27/91.33	c #cpu_time = 0.064s
91.27/91.33	c #wall_clock_time = 0.064s
91.27/91.33	c #decision = 57
91.27/91.33	c #random_decision = 0
91.27/91.33	c #conflict = 1
91.27/91.33	c #restart = 0
91.27/91.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
91.27/91.33	c lower bound updated to -135
91.27/91.34	c BCD2: 1399 <= obj <= 1489
91.27/91.34	c BCD2: #cores=56, #unrelaxed=79, #relaxed=1455, #hardened=0
91.27/91.34	c BCD2: #sat=1 #unsat=1400 bias=1400/1401
91.27/91.34	c Solving starts ...
91.27/91.34	c ============================[ Search Statistics ]============================
91.27/91.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.27/91.34	c       |         |          |          |    Limit     GC | Var      | Constra 
91.27/91.34	c =============================================================================
91.27/91.34	c  0.0s |       0 |        0 |        0 |    68766      0 |     1343 |     1398
91.27/91.40	c  0.1s |       0 |       57 |        1 |    68766      0 |     1343 |     1399
91.27/91.40	c #cpu_time = 0.063s
91.27/91.40	c #wall_clock_time = 0.063s
91.27/91.40	c #decision = 57
91.27/91.40	c #random_decision = 0
91.27/91.40	c #conflict = 1
91.27/91.40	c #restart = 0
91.27/91.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
91.27/91.40	c lower bound updated to -134
91.27/91.40	c BCD2: 1400 <= obj <= 1489
91.27/91.40	c BCD2: #cores=56, #unrelaxed=78, #relaxed=1456, #hardened=0
91.27/91.40	c BCD2: #sat=1 #unsat=1401 bias=1401/1402
91.27/91.40	c Solving starts ...
91.27/91.40	c ============================[ Search Statistics ]============================
91.27/91.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.27/91.40	c       |         |          |          |    Limit     GC | Var      | Constra 
91.27/91.40	c =============================================================================
91.27/91.40	c  0.0s |       0 |        0 |        0 |    68766      0 |     1344 |     1399
91.37/91.46	c  0.1s |       0 |       57 |        0 |    68766      0 |     1344 |     1400
91.37/91.46	c #cpu_time = 0.063s
91.37/91.46	c #wall_clock_time = 0.063s
91.37/91.46	c #decision = 57
91.37/91.46	c #random_decision = 0
91.37/91.46	c #conflict = 0
91.37/91.46	c #restart = 0
91.37/91.46	c BCD2: found a new core of size 2: cost of the new core is >=1
91.37/91.46	c lower bound updated to -133
91.37/91.48	c BCD2: 1401 <= obj <= 1489
91.37/91.48	c BCD2: #cores=57, #unrelaxed=76, #relaxed=1458, #hardened=0
91.37/91.48	c BCD2: #sat=1 #unsat=1402 bias=1402/1403
91.37/91.48	c Solving starts ...
91.37/91.48	c ============================[ Search Statistics ]============================
91.37/91.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.37/91.48	c       |         |          |          |    Limit     GC | Var      | Constra 
91.37/91.48	c =============================================================================
91.37/91.48	c  0.0s |       0 |        0 |        0 |    68766      0 |     1344 |     1401
91.46/91.54	c  0.1s |       0 |       58 |        1 |    68766      0 |     1344 |     1401
91.46/91.54	c #cpu_time = 0.060s
91.46/91.54	c #wall_clock_time = 0.060s
91.46/91.54	c #decision = 58
91.46/91.54	c #random_decision = 0
91.46/91.54	c #conflict = 1
91.46/91.54	c #restart = 0
91.46/91.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
91.46/91.54	c lower bound updated to -132
91.46/91.54	c BCD2: 1402 <= obj <= 1489
91.46/91.54	c BCD2: #cores=57, #unrelaxed=75, #relaxed=1459, #hardened=0
91.46/91.54	c BCD2: #sat=1 #unsat=1403 bias=1403/1404
91.46/91.55	c Solving starts ...
91.46/91.55	c ============================[ Search Statistics ]============================
91.46/91.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.46/91.55	c       |         |          |          |    Limit     GC | Var      | Constra 
91.46/91.55	c =============================================================================
91.46/91.55	c  0.0s |       0 |        0 |        0 |    68766      0 |     1345 |     1401
91.56/91.61	c  0.1s |       0 |       58 |        1 |    68766      0 |     1345 |     1402
91.56/91.61	c #cpu_time = 0.061s
91.56/91.61	c #wall_clock_time = 0.061s
91.56/91.61	c #decision = 58
91.56/91.61	c #random_decision = 0
91.56/91.61	c #conflict = 1
91.56/91.61	c #restart = 0
91.56/91.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
91.56/91.61	c lower bound updated to -131
91.56/91.61	c BCD2: 1403 <= obj <= 1489
91.56/91.61	c BCD2: #cores=57, #unrelaxed=74, #relaxed=1460, #hardened=0
91.56/91.61	c BCD2: #sat=1 #unsat=1404 bias=1404/1405
91.56/91.61	c Solving starts ...
91.56/91.61	c ============================[ Search Statistics ]============================
91.56/91.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.56/91.61	c       |         |          |          |    Limit     GC | Var      | Constra 
91.56/91.61	c =============================================================================
91.56/91.61	c  0.0s |       0 |        0 |        0 |    68766      0 |     1346 |     1402
91.56/91.67	c  0.1s |       0 |       58 |        1 |    68766      0 |     1346 |     1403
91.56/91.67	c #cpu_time = 0.062s
91.56/91.67	c #wall_clock_time = 0.063s
91.56/91.67	c #decision = 58
91.56/91.67	c #random_decision = 0
91.56/91.67	c #conflict = 1
91.56/91.67	c #restart = 0
91.56/91.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
91.56/91.67	c lower bound updated to -130
91.56/91.67	c BCD2: 1404 <= obj <= 1489
91.56/91.67	c BCD2: #cores=57, #unrelaxed=73, #relaxed=1461, #hardened=0
91.56/91.67	c BCD2: #sat=1 #unsat=1405 bias=1405/1406
91.56/91.67	c Solving starts ...
91.56/91.67	c ============================[ Search Statistics ]============================
91.56/91.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.56/91.67	c       |         |          |          |    Limit     GC | Var      | Constra 
91.56/91.67	c =============================================================================
91.56/91.67	c  0.0s |       0 |        0 |        0 |    68766      0 |     1347 |     1403
91.66/91.73	c  0.1s |       0 |       58 |        1 |    68766      0 |     1347 |     1404
91.66/91.73	c #cpu_time = 0.062s
91.66/91.73	c #wall_clock_time = 0.063s
91.66/91.73	c #decision = 58
91.66/91.73	c #random_decision = 0
91.66/91.73	c #conflict = 1
91.66/91.73	c #restart = 0
91.66/91.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
91.66/91.73	c lower bound updated to -129
91.66/91.73	c BCD2: 1405 <= obj <= 1489
91.66/91.73	c BCD2: #cores=57, #unrelaxed=72, #relaxed=1462, #hardened=0
91.66/91.73	c BCD2: #sat=1 #unsat=1406 bias=1406/1407
91.66/91.73	c Solving starts ...
91.66/91.73	c ============================[ Search Statistics ]============================
91.66/91.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.66/91.73	c       |         |          |          |    Limit     GC | Var      | Constra 
91.66/91.73	c =============================================================================
91.66/91.73	c  0.0s |       0 |        0 |        0 |    68766      0 |     1348 |     1404
91.76/91.80	c  0.1s |       0 |       58 |        1 |    68766      0 |     1348 |     1405
91.76/91.80	c #cpu_time = 0.063s
91.76/91.80	c #wall_clock_time = 0.063s
91.76/91.80	c #decision = 58
91.76/91.80	c #random_decision = 0
91.76/91.80	c #conflict = 1
91.76/91.80	c #restart = 0
91.76/91.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
91.76/91.80	c lower bound updated to -128
91.76/91.80	c BCD2: 1406 <= obj <= 1489
91.76/91.80	c BCD2: #cores=57, #unrelaxed=71, #relaxed=1463, #hardened=0
91.76/91.80	c BCD2: #sat=1 #unsat=1407 bias=1407/1408
91.76/91.80	c Solving starts ...
91.76/91.80	c ============================[ Search Statistics ]============================
91.76/91.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.76/91.80	c       |         |          |          |    Limit     GC | Var      | Constra 
91.76/91.80	c =============================================================================
91.76/91.80	c  0.0s |       0 |        0 |        0 |    68766      0 |     1349 |     1405
91.76/91.86	c  0.1s |       0 |       58 |        1 |    68766      0 |     1349 |     1406
91.76/91.86	c #cpu_time = 0.063s
91.76/91.86	c #wall_clock_time = 0.063s
91.76/91.86	c #decision = 58
91.76/91.86	c #random_decision = 0
91.76/91.86	c #conflict = 1
91.76/91.86	c #restart = 0
91.76/91.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
91.76/91.86	c lower bound updated to -127
91.76/91.86	c BCD2: 1407 <= obj <= 1489
91.76/91.86	c BCD2: #cores=57, #unrelaxed=70, #relaxed=1464, #hardened=0
91.76/91.86	c BCD2: #sat=1 #unsat=1408 bias=1408/1409
91.76/91.86	c Solving starts ...
91.76/91.86	c ============================[ Search Statistics ]============================
91.76/91.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.76/91.86	c       |         |          |          |    Limit     GC | Var      | Constra 
91.76/91.86	c =============================================================================
91.76/91.86	c  0.0s |       0 |        0 |        0 |    68766      0 |     1350 |     1406
91.86/91.93	c  0.1s |       0 |       58 |        1 |    68766      0 |     1350 |     1407
91.86/91.93	c #cpu_time = 0.063s
91.86/91.93	c #wall_clock_time = 0.063s
91.86/91.93	c #decision = 58
91.86/91.93	c #random_decision = 0
91.86/91.93	c #conflict = 1
91.86/91.93	c #restart = 0
91.86/91.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
91.86/91.93	c lower bound updated to -126
91.86/91.93	c BCD2: 1408 <= obj <= 1489
91.86/91.93	c BCD2: #cores=57, #unrelaxed=69, #relaxed=1465, #hardened=0
91.86/91.93	c BCD2: #sat=1 #unsat=1409 bias=1409/1410
91.86/91.93	c Solving starts ...
91.86/91.93	c ============================[ Search Statistics ]============================
91.86/91.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.86/91.93	c       |         |          |          |    Limit     GC | Var      | Constra 
91.86/91.93	c =============================================================================
91.86/91.93	c  0.0s |       0 |        0 |        0 |    68766      0 |     1351 |     1407
91.86/91.99	c  0.1s |       0 |       58 |        1 |    68766      0 |     1351 |     1408
91.86/91.99	c #cpu_time = 0.062s
91.86/91.99	c #wall_clock_time = 0.063s
91.86/91.99	c #decision = 58
91.86/91.99	c #random_decision = 0
91.86/91.99	c #conflict = 1
91.86/91.99	c #restart = 0
91.86/91.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
91.86/91.99	c lower bound updated to -125
91.96/92.00	c BCD2: 1409 <= obj <= 1489
91.96/92.00	c BCD2: #cores=57, #unrelaxed=68, #relaxed=1466, #hardened=0
91.96/92.00	c BCD2: #sat=1 #unsat=1410 bias=1410/1411
91.96/92.00	c Solving starts ...
91.96/92.00	c ============================[ Search Statistics ]============================
91.96/92.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.96/92.00	c       |         |          |          |    Limit     GC | Var      | Constra 
91.96/92.00	c =============================================================================
91.96/92.00	c  0.0s |       0 |        0 |        0 |    68766      0 |     1352 |     1408
91.96/92.06	c  0.1s |       0 |       58 |        1 |    68766      0 |     1352 |     1409
91.96/92.06	c #cpu_time = 0.061s
91.96/92.06	c #wall_clock_time = 0.061s
91.96/92.06	c #decision = 58
91.96/92.06	c #random_decision = 0
91.96/92.06	c #conflict = 1
91.96/92.06	c #restart = 0
91.96/92.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
91.96/92.06	c lower bound updated to -124
91.96/92.06	c BCD2: 1410 <= obj <= 1489
91.96/92.06	c BCD2: #cores=57, #unrelaxed=67, #relaxed=1467, #hardened=0
91.96/92.06	c BCD2: #sat=1 #unsat=1411 bias=1411/1412
91.96/92.06	c Solving starts ...
91.96/92.06	c ============================[ Search Statistics ]============================
91.96/92.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.96/92.06	c       |         |          |          |    Limit     GC | Var      | Constra 
91.96/92.06	c =============================================================================
91.96/92.06	c  0.0s |       0 |        0 |        0 |    68766      0 |     1353 |     1409
92.06/92.13	c  0.1s |       0 |       58 |        1 |    68766      0 |     1353 |     1410
92.06/92.13	c #cpu_time = 0.064s
92.06/92.13	c #wall_clock_time = 0.064s
92.06/92.13	c #decision = 58
92.06/92.13	c #random_decision = 0
92.06/92.13	c #conflict = 1
92.06/92.13	c #restart = 0
92.06/92.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
92.06/92.13	c lower bound updated to -123
92.06/92.13	c BCD2: 1411 <= obj <= 1489
92.06/92.13	c BCD2: #cores=57, #unrelaxed=66, #relaxed=1468, #hardened=0
92.06/92.13	c BCD2: #sat=1 #unsat=1412 bias=1412/1413
92.06/92.13	c Solving starts ...
92.06/92.13	c ============================[ Search Statistics ]============================
92.06/92.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.06/92.13	c       |         |          |          |    Limit     GC | Var      | Constra 
92.06/92.13	c =============================================================================
92.06/92.13	c  0.0s |       0 |        0 |        0 |    68766      0 |     1354 |     1410
92.06/92.19	c  0.1s |       0 |       58 |        1 |    68766      0 |     1354 |     1411
92.06/92.19	c #cpu_time = 0.062s
92.06/92.19	c #wall_clock_time = 0.063s
92.06/92.19	c #decision = 58
92.06/92.19	c #random_decision = 0
92.06/92.19	c #conflict = 1
92.06/92.19	c #restart = 0
92.06/92.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
92.06/92.19	c lower bound updated to -122
92.06/92.19	c BCD2: 1412 <= obj <= 1489
92.06/92.19	c BCD2: #cores=57, #unrelaxed=65, #relaxed=1469, #hardened=0
92.06/92.19	c BCD2: #sat=1 #unsat=1413 bias=1413/1414
92.06/92.19	c Solving starts ...
92.06/92.19	c ============================[ Search Statistics ]============================
92.06/92.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.06/92.19	c       |         |          |          |    Limit     GC | Var      | Constra 
92.06/92.19	c =============================================================================
92.06/92.19	c  0.0s |       0 |        0 |        0 |    68766      0 |     1355 |     1411
92.16/92.25	c  0.1s |       0 |       58 |        1 |    68766      0 |     1355 |     1412
92.16/92.25	c #cpu_time = 0.063s
92.16/92.25	c #wall_clock_time = 0.064s
92.16/92.25	c #decision = 58
92.16/92.25	c #random_decision = 0
92.16/92.25	c #conflict = 1
92.16/92.25	c #restart = 0
92.16/92.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
92.16/92.25	c lower bound updated to -121
92.16/92.26	c BCD2: 1413 <= obj <= 1489
92.16/92.26	c BCD2: #cores=57, #unrelaxed=64, #relaxed=1470, #hardened=0
92.16/92.26	c BCD2: #sat=1 #unsat=1414 bias=1414/1415
92.16/92.26	c Solving starts ...
92.16/92.26	c ============================[ Search Statistics ]============================
92.16/92.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.16/92.26	c       |         |          |          |    Limit     GC | Var      | Constra 
92.16/92.26	c =============================================================================
92.16/92.26	c  0.0s |       0 |        0 |        0 |    68766      0 |     1356 |     1412
92.26/92.32	c  0.1s |       0 |       58 |        1 |    68766      0 |     1356 |     1413
92.26/92.32	c #cpu_time = 0.064s
92.26/92.32	c #wall_clock_time = 0.064s
92.26/92.32	c #decision = 58
92.26/92.32	c #random_decision = 0
92.26/92.32	c #conflict = 1
92.26/92.32	c #restart = 0
92.26/92.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
92.26/92.32	c lower bound updated to -120
92.26/92.32	c BCD2: 1414 <= obj <= 1489
92.26/92.32	c BCD2: #cores=57, #unrelaxed=63, #relaxed=1471, #hardened=0
92.26/92.32	c BCD2: #sat=1 #unsat=1415 bias=1415/1416
92.26/92.32	c Solving starts ...
92.26/92.32	c ============================[ Search Statistics ]============================
92.26/92.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.26/92.32	c       |         |          |          |    Limit     GC | Var      | Constra 
92.26/92.32	c =============================================================================
92.26/92.32	c  0.0s |       0 |        0 |        0 |    68766      0 |     1357 |     1413
92.26/92.38	c  0.1s |       0 |       58 |        1 |    68766      0 |     1357 |     1414
92.26/92.38	c #cpu_time = 0.063s
92.26/92.38	c #wall_clock_time = 0.063s
92.26/92.38	c #decision = 58
92.26/92.38	c #random_decision = 0
92.26/92.38	c #conflict = 1
92.26/92.38	c #restart = 0
92.26/92.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
92.26/92.39	c lower bound updated to -119
92.26/92.39	c BCD2: 1415 <= obj <= 1489
92.26/92.39	c BCD2: #cores=57, #unrelaxed=62, #relaxed=1472, #hardened=0
92.26/92.39	c BCD2: #sat=1 #unsat=1416 bias=1416/1417
92.26/92.39	c Solving starts ...
92.26/92.39	c ============================[ Search Statistics ]============================
92.26/92.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.26/92.39	c       |         |          |          |    Limit     GC | Var      | Constra 
92.26/92.39	c =============================================================================
92.26/92.39	c  0.0s |       0 |        0 |        0 |    68766      0 |     1358 |     1414
92.36/92.45	c  0.1s |       0 |       58 |        1 |    68766      0 |     1358 |     1415
92.36/92.45	c #cpu_time = 0.063s
92.36/92.45	c #wall_clock_time = 0.064s
92.36/92.45	c #decision = 58
92.36/92.45	c #random_decision = 0
92.36/92.45	c #conflict = 1
92.36/92.45	c #restart = 0
92.36/92.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
92.36/92.45	c lower bound updated to -118
92.36/92.46	c BCD2: 1416 <= obj <= 1489
92.36/92.46	c BCD2: #cores=57, #unrelaxed=61, #relaxed=1473, #hardened=0
92.36/92.46	c BCD2: #sat=1 #unsat=1417 bias=1417/1418
92.36/92.46	c Solving starts ...
92.36/92.46	c ============================[ Search Statistics ]============================
92.36/92.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.36/92.46	c       |         |          |          |    Limit     GC | Var      | Constra 
92.36/92.46	c =============================================================================
92.36/92.46	c  0.0s |       0 |        0 |        0 |    68766      0 |     1359 |     1415
92.46/92.52	c  0.1s |       0 |       58 |        1 |    68766      0 |     1359 |     1416
92.46/92.52	c #cpu_time = 0.061s
92.46/92.52	c #wall_clock_time = 0.061s
92.46/92.52	c #decision = 58
92.46/92.52	c #random_decision = 0
92.46/92.52	c #conflict = 1
92.46/92.52	c #restart = 0
92.46/92.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
92.46/92.52	c lower bound updated to -117
92.46/92.52	c BCD2: 1417 <= obj <= 1489
92.46/92.52	c BCD2: #cores=57, #unrelaxed=60, #relaxed=1474, #hardened=0
92.46/92.52	c BCD2: #sat=1 #unsat=1418 bias=1418/1419
92.46/92.52	c Solving starts ...
92.46/92.52	c ============================[ Search Statistics ]============================
92.46/92.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.46/92.52	c       |         |          |          |    Limit     GC | Var      | Constra 
92.46/92.52	c =============================================================================
92.46/92.52	c  0.0s |       0 |        0 |        0 |    68766      0 |     1360 |     1416
92.46/92.58	c  0.1s |       0 |       58 |        1 |    68766      0 |     1360 |     1417
92.46/92.58	c #cpu_time = 0.062s
92.46/92.58	c #wall_clock_time = 0.063s
92.46/92.58	c #decision = 58
92.46/92.58	c #random_decision = 0
92.46/92.58	c #conflict = 1
92.46/92.58	c #restart = 0
92.46/92.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
92.46/92.58	c lower bound updated to -116
92.46/92.58	c BCD2: 1418 <= obj <= 1489
92.46/92.58	c BCD2: #cores=57, #unrelaxed=59, #relaxed=1475, #hardened=0
92.46/92.58	c BCD2: #sat=1 #unsat=1419 bias=1419/1420
92.46/92.58	c Solving starts ...
92.46/92.58	c ============================[ Search Statistics ]============================
92.46/92.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.46/92.58	c       |         |          |          |    Limit     GC | Var      | Constra 
92.46/92.58	c =============================================================================
92.46/92.58	c  0.0s |       0 |        0 |        0 |    68766      0 |     1361 |     1417
92.56/92.65	c  0.1s |       0 |       58 |        1 |    68766      0 |     1361 |     1418
92.56/92.65	c #cpu_time = 0.063s
92.56/92.65	c #wall_clock_time = 0.063s
92.56/92.65	c #decision = 58
92.56/92.65	c #random_decision = 0
92.56/92.65	c #conflict = 1
92.56/92.65	c #restart = 0
92.56/92.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
92.56/92.65	c lower bound updated to -115
92.56/92.65	c BCD2: 1419 <= obj <= 1489
92.56/92.65	c BCD2: #cores=57, #unrelaxed=58, #relaxed=1476, #hardened=0
92.56/92.65	c BCD2: #sat=1 #unsat=1420 bias=1420/1421
92.56/92.65	c Solving starts ...
92.56/92.65	c ============================[ Search Statistics ]============================
92.56/92.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.56/92.65	c       |         |          |          |    Limit     GC | Var      | Constra 
92.56/92.65	c =============================================================================
92.56/92.65	c  0.0s |       0 |        0 |        0 |    68766      0 |     1362 |     1418
92.66/92.71	c  0.1s |       0 |       58 |        1 |    68766      0 |     1362 |     1419
92.66/92.71	c #cpu_time = 0.063s
92.66/92.71	c #wall_clock_time = 0.064s
92.66/92.71	c #decision = 58
92.66/92.71	c #random_decision = 0
92.66/92.71	c #conflict = 1
92.66/92.71	c #restart = 0
92.66/92.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
92.66/92.71	c lower bound updated to -114
92.66/92.71	c BCD2: 1420 <= obj <= 1489
92.66/92.71	c BCD2: #cores=57, #unrelaxed=57, #relaxed=1477, #hardened=0
92.66/92.71	c BCD2: #sat=1 #unsat=1421 bias=1421/1422
92.66/92.71	c Solving starts ...
92.66/92.71	c ============================[ Search Statistics ]============================
92.66/92.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.66/92.71	c       |         |          |          |    Limit     GC | Var      | Constra 
92.66/92.71	c =============================================================================
92.66/92.71	c  0.0s |       0 |        0 |        0 |    68766      0 |     1363 |     1419
92.66/92.78	c  0.1s |       0 |       58 |        1 |    68766      0 |     1363 |     1420
92.66/92.78	c #cpu_time = 0.064s
92.66/92.78	c #wall_clock_time = 0.065s
92.66/92.78	c #decision = 58
92.66/92.78	c #random_decision = 0
92.66/92.78	c #conflict = 1
92.66/92.78	c #restart = 0
92.66/92.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
92.66/92.78	c lower bound updated to -113
92.66/92.78	c BCD2: 1421 <= obj <= 1489
92.66/92.78	c BCD2: #cores=57, #unrelaxed=56, #relaxed=1478, #hardened=0
92.66/92.78	c BCD2: #sat=1 #unsat=1422 bias=1422/1423
92.66/92.78	c Solving starts ...
92.66/92.78	c ============================[ Search Statistics ]============================
92.66/92.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.66/92.78	c       |         |          |          |    Limit     GC | Var      | Constra 
92.66/92.78	c =============================================================================
92.66/92.78	c  0.0s |       0 |        0 |        0 |    68766      0 |     1364 |     1420
92.76/92.84	c  0.1s |       0 |       58 |        1 |    68766      0 |     1364 |     1421
92.76/92.84	c #cpu_time = 0.063s
92.76/92.84	c #wall_clock_time = 0.063s
92.76/92.84	c #decision = 58
92.76/92.84	c #random_decision = 0
92.76/92.84	c #conflict = 1
92.76/92.84	c #restart = 0
92.76/92.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
92.76/92.84	c lower bound updated to -112
92.76/92.84	c BCD2: 1422 <= obj <= 1489
92.76/92.84	c BCD2: #cores=57, #unrelaxed=55, #relaxed=1479, #hardened=0
92.76/92.84	c BCD2: #sat=1 #unsat=1423 bias=1423/1424
92.76/92.84	c Solving starts ...
92.76/92.84	c ============================[ Search Statistics ]============================
92.76/92.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.76/92.84	c       |         |          |          |    Limit     GC | Var      | Constra 
92.76/92.84	c =============================================================================
92.76/92.84	c  0.0s |       0 |        0 |        0 |    68766      0 |     1365 |     1421
92.86/92.91	c  0.1s |       0 |       58 |        1 |    68766      0 |     1365 |     1422
92.86/92.91	c #cpu_time = 0.063s
92.86/92.91	c #wall_clock_time = 0.063s
92.86/92.91	c #decision = 58
92.86/92.91	c #random_decision = 0
92.86/92.91	c #conflict = 1
92.86/92.91	c #restart = 0
92.86/92.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
92.86/92.91	c lower bound updated to -111
92.86/92.92	c BCD2: 1423 <= obj <= 1489
92.86/92.92	c BCD2: #cores=57, #unrelaxed=54, #relaxed=1480, #hardened=0
92.86/92.92	c BCD2: #sat=1 #unsat=1424 bias=1424/1425
92.86/92.92	c Solving starts ...
92.86/92.92	c ============================[ Search Statistics ]============================
92.86/92.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.86/92.92	c       |         |          |          |    Limit     GC | Var      | Constra 
92.86/92.92	c =============================================================================
92.86/92.92	c  0.0s |       0 |        0 |        0 |    68766      0 |     1366 |     1422
92.86/92.98	c  0.1s |       0 |       58 |        1 |    68766      0 |     1366 |     1423
92.86/92.98	c #cpu_time = 0.061s
92.86/92.98	c #wall_clock_time = 0.061s
92.86/92.98	c #decision = 58
92.86/92.98	c #random_decision = 0
92.86/92.98	c #conflict = 1
92.86/92.98	c #restart = 0
92.86/92.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
92.86/92.98	c lower bound updated to -110
92.86/92.98	c BCD2: 1424 <= obj <= 1489
92.86/92.98	c BCD2: #cores=57, #unrelaxed=53, #relaxed=1481, #hardened=0
92.86/92.98	c BCD2: #sat=1 #unsat=1425 bias=1425/1426
92.86/92.98	c Solving starts ...
92.86/92.98	c ============================[ Search Statistics ]============================
92.86/92.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.86/92.98	c       |         |          |          |    Limit     GC | Var      | Constra 
92.86/92.98	c =============================================================================
92.86/92.98	c  0.0s |       0 |        0 |        0 |    68766      0 |     1367 |     1423
92.96/93.04	c  0.1s |       0 |       58 |        1 |    68766      0 |     1367 |     1424
92.96/93.04	c #cpu_time = 0.063s
92.96/93.04	c #wall_clock_time = 0.063s
92.96/93.04	c #decision = 58
92.96/93.04	c #random_decision = 0
92.96/93.04	c #conflict = 1
92.96/93.04	c #restart = 0
92.96/93.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
92.96/93.04	c lower bound updated to -109
92.96/93.04	c BCD2: 1425 <= obj <= 1489
92.96/93.04	c BCD2: #cores=57, #unrelaxed=52, #relaxed=1482, #hardened=0
92.96/93.04	c BCD2: #sat=1 #unsat=1426 bias=1426/1427
92.96/93.04	c Solving starts ...
92.96/93.04	c ============================[ Search Statistics ]============================
92.96/93.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.96/93.04	c       |         |          |          |    Limit     GC | Var      | Constra 
92.96/93.04	c =============================================================================
92.96/93.04	c  0.0s |       0 |        0 |        0 |    68766      0 |     1368 |     1424
93.06/93.11	c  0.1s |       0 |       58 |        0 |    68766      0 |     1368 |     1425
93.06/93.11	c #cpu_time = 0.063s
93.06/93.11	c #wall_clock_time = 0.063s
93.06/93.11	c #decision = 58
93.06/93.11	c #random_decision = 0
93.06/93.11	c #conflict = 0
93.06/93.11	c #restart = 0
93.06/93.11	c BCD2: found a new core of size 2: cost of the new core is >=1
93.06/93.11	c lower bound updated to -108
93.06/93.12	c BCD2: 1426 <= obj <= 1489
93.06/93.12	c BCD2: #cores=58, #unrelaxed=50, #relaxed=1484, #hardened=0
93.06/93.12	c BCD2: #sat=1 #unsat=1427 bias=1427/1428
93.06/93.12	c Solving starts ...
93.06/93.12	c ============================[ Search Statistics ]============================
93.06/93.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.06/93.12	c       |         |          |          |    Limit     GC | Var      | Constra 
93.06/93.12	c =============================================================================
93.06/93.12	c  0.0s |       0 |        0 |        0 |    68766      0 |     1368 |     1426
93.06/93.18	c  0.1s |       0 |       59 |        1 |    68766      0 |     1368 |     1426
93.06/93.18	c #cpu_time = 0.061s
93.06/93.18	c #wall_clock_time = 0.062s
93.06/93.18	c #decision = 59
93.06/93.18	c #random_decision = 0
93.06/93.18	c #conflict = 1
93.06/93.18	c #restart = 0
93.06/93.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
93.06/93.18	c lower bound updated to -107
93.06/93.18	c BCD2: 1427 <= obj <= 1489
93.06/93.18	c BCD2: #cores=58, #unrelaxed=49, #relaxed=1485, #hardened=0
93.06/93.18	c BCD2: #sat=1 #unsat=1428 bias=1428/1429
93.06/93.18	c Solving starts ...
93.06/93.18	c ============================[ Search Statistics ]============================
93.06/93.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.06/93.18	c       |         |          |          |    Limit     GC | Var      | Constra 
93.06/93.18	c =============================================================================
93.06/93.18	c  0.0s |       0 |        0 |        0 |    68766      0 |     1369 |     1426
93.16/93.24	c  0.1s |       0 |       59 |        1 |    68766      0 |     1369 |     1427
93.16/93.24	c #cpu_time = 0.063s
93.16/93.24	c #wall_clock_time = 0.064s
93.16/93.24	c #decision = 59
93.16/93.24	c #random_decision = 0
93.16/93.24	c #conflict = 1
93.16/93.24	c #restart = 0
93.16/93.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
93.16/93.24	c lower bound updated to -106
93.16/93.25	c BCD2: 1428 <= obj <= 1489
93.16/93.25	c BCD2: #cores=58, #unrelaxed=48, #relaxed=1486, #hardened=0
93.16/93.25	c BCD2: #sat=1 #unsat=1429 bias=1429/1430
93.16/93.25	c Solving starts ...
93.16/93.25	c ============================[ Search Statistics ]============================
93.16/93.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.16/93.25	c       |         |          |          |    Limit     GC | Var      | Constra 
93.16/93.25	c =============================================================================
93.16/93.25	c  0.0s |       0 |        0 |        0 |    68766      0 |     1370 |     1427
93.25/93.31	c  0.1s |       0 |       59 |        1 |    68766      0 |     1370 |     1428
93.25/93.31	c #cpu_time = 0.063s
93.25/93.31	c #wall_clock_time = 0.063s
93.25/93.31	c #decision = 59
93.25/93.31	c #random_decision = 0
93.25/93.31	c #conflict = 1
93.25/93.31	c #restart = 0
93.25/93.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
93.25/93.31	c lower bound updated to -105
93.25/93.31	c BCD2: 1429 <= obj <= 1489
93.25/93.31	c BCD2: #cores=58, #unrelaxed=47, #relaxed=1487, #hardened=0
93.25/93.31	c BCD2: #sat=1 #unsat=1430 bias=1430/1431
93.25/93.31	c Solving starts ...
93.25/93.31	c ============================[ Search Statistics ]============================
93.25/93.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.25/93.31	c       |         |          |          |    Limit     GC | Var      | Constra 
93.25/93.31	c =============================================================================
93.25/93.31	c  0.0s |       0 |        0 |        0 |    68766      0 |     1371 |     1428
93.25/93.37	c  0.1s |       0 |       59 |        1 |    68766      0 |     1371 |     1429
93.25/93.37	c #cpu_time = 0.064s
93.25/93.37	c #wall_clock_time = 0.064s
93.25/93.37	c #decision = 59
93.25/93.37	c #random_decision = 0
93.25/93.37	c #conflict = 1
93.25/93.37	c #restart = 0
93.25/93.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
93.25/93.37	c lower bound updated to -104
93.25/93.38	c BCD2: 1430 <= obj <= 1489
93.25/93.38	c BCD2: #cores=58, #unrelaxed=46, #relaxed=1488, #hardened=0
93.25/93.38	c BCD2: #sat=1 #unsat=1431 bias=1431/1432
93.25/93.38	c Solving starts ...
93.25/93.38	c ============================[ Search Statistics ]============================
93.25/93.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.25/93.38	c       |         |          |          |    Limit     GC | Var      | Constra 
93.25/93.38	c =============================================================================
93.25/93.38	c  0.0s |       0 |        0 |        0 |    68766      0 |     1372 |     1429
93.35/93.44	c  0.1s |       0 |       59 |        1 |    68766      0 |     1372 |     1430
93.35/93.44	c #cpu_time = 0.061s
93.35/93.44	c #wall_clock_time = 0.061s
93.35/93.44	c #decision = 59
93.35/93.44	c #random_decision = 0
93.35/93.44	c #conflict = 1
93.35/93.44	c #restart = 0
93.35/93.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
93.35/93.44	c lower bound updated to -103
93.35/93.44	c BCD2: 1431 <= obj <= 1489
93.35/93.44	c BCD2: #cores=58, #unrelaxed=45, #relaxed=1489, #hardened=0
93.35/93.44	c BCD2: #sat=1 #unsat=1432 bias=1432/1433
93.35/93.45	c Solving starts ...
93.35/93.45	c ============================[ Search Statistics ]============================
93.35/93.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.35/93.45	c       |         |          |          |    Limit     GC | Var      | Constra 
93.35/93.45	c =============================================================================
93.35/93.45	c  0.0s |       0 |        0 |        0 |    68766      0 |     1373 |     1430
93.46/93.51	c  0.1s |       0 |       59 |        1 |    68766      0 |     1373 |     1431
93.46/93.51	c #cpu_time = 0.063s
93.46/93.51	c #wall_clock_time = 0.064s
93.46/93.51	c #decision = 59
93.46/93.51	c #random_decision = 0
93.46/93.51	c #conflict = 1
93.46/93.51	c #restart = 0
93.46/93.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
93.46/93.51	c lower bound updated to -102
93.46/93.51	c BCD2: 1432 <= obj <= 1489
93.46/93.51	c BCD2: #cores=58, #unrelaxed=44, #relaxed=1490, #hardened=0
93.46/93.51	c BCD2: #sat=1 #unsat=1433 bias=1433/1434
93.46/93.51	c Solving starts ...
93.46/93.51	c ============================[ Search Statistics ]============================
93.46/93.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.46/93.51	c       |         |          |          |    Limit     GC | Var      | Constra 
93.46/93.51	c =============================================================================
93.46/93.51	c  0.0s |       0 |        0 |        0 |    68766      0 |     1374 |     1431
93.46/93.57	c  0.1s |       0 |       59 |        1 |    68766      0 |     1374 |     1432
93.46/93.57	c #cpu_time = 0.063s
93.46/93.57	c #wall_clock_time = 0.064s
93.46/93.57	c #decision = 59
93.46/93.57	c #random_decision = 0
93.46/93.57	c #conflict = 1
93.46/93.57	c #restart = 0
93.46/93.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
93.46/93.57	c lower bound updated to -101
93.46/93.57	c BCD2: 1433 <= obj <= 1489
93.46/93.57	c BCD2: #cores=58, #unrelaxed=43, #relaxed=1491, #hardened=0
93.46/93.57	c BCD2: #sat=1 #unsat=1434 bias=1434/1435
93.46/93.58	c Solving starts ...
93.46/93.58	c ============================[ Search Statistics ]============================
93.46/93.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.46/93.58	c       |         |          |          |    Limit     GC | Var      | Constra 
93.46/93.58	c =============================================================================
93.46/93.58	c  0.0s |       0 |        0 |        0 |    68766      0 |     1375 |     1432
93.56/93.64	c  0.1s |       0 |       59 |        1 |    68766      0 |     1375 |     1433
93.56/93.64	c #cpu_time = 0.064s
93.56/93.64	c #wall_clock_time = 0.064s
93.56/93.64	c #decision = 59
93.56/93.64	c #random_decision = 0
93.56/93.64	c #conflict = 1
93.56/93.64	c #restart = 0
93.56/93.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
93.56/93.64	c lower bound updated to -100
93.56/93.64	c BCD2: 1434 <= obj <= 1489
93.56/93.64	c BCD2: #cores=58, #unrelaxed=42, #relaxed=1492, #hardened=0
93.56/93.64	c BCD2: #sat=1 #unsat=1435 bias=1435/1436
93.56/93.64	c Solving starts ...
93.56/93.64	c ============================[ Search Statistics ]============================
93.56/93.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.56/93.64	c       |         |          |          |    Limit     GC | Var      | Constra 
93.56/93.64	c =============================================================================
93.56/93.64	c  0.0s |       0 |        0 |        0 |    68766      0 |     1376 |     1433
93.65/93.70	c  0.1s |       0 |       59 |        1 |    68766      0 |     1376 |     1434
93.65/93.70	c #cpu_time = 0.063s
93.65/93.70	c #wall_clock_time = 0.063s
93.65/93.70	c #decision = 59
93.65/93.70	c #random_decision = 0
93.65/93.70	c #conflict = 1
93.65/93.70	c #restart = 0
93.65/93.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
93.65/93.70	c lower bound updated to -99
93.65/93.70	c BCD2: 1435 <= obj <= 1489
93.65/93.70	c BCD2: #cores=58, #unrelaxed=41, #relaxed=1493, #hardened=0
93.65/93.70	c BCD2: #sat=1 #unsat=1436 bias=1436/1437
93.65/93.71	c Solving starts ...
93.65/93.71	c ============================[ Search Statistics ]============================
93.65/93.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.65/93.71	c       |         |          |          |    Limit     GC | Var      | Constra 
93.65/93.71	c =============================================================================
93.65/93.71	c  0.0s |       0 |        0 |        0 |    68766      0 |     1377 |     1434
93.65/93.77	c  0.1s |       0 |       59 |        1 |    68766      0 |     1377 |     1435
93.65/93.77	c #cpu_time = 0.062s
93.65/93.77	c #wall_clock_time = 0.063s
93.65/93.77	c #decision = 59
93.65/93.77	c #random_decision = 0
93.65/93.77	c #conflict = 1
93.65/93.77	c #restart = 0
93.65/93.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
93.65/93.77	c lower bound updated to -98
93.65/93.77	c BCD2: 1436 <= obj <= 1489
93.65/93.77	c BCD2: #cores=58, #unrelaxed=40, #relaxed=1494, #hardened=0
93.65/93.77	c BCD2: #sat=1 #unsat=1437 bias=1437/1438
93.65/93.77	c Solving starts ...
93.65/93.77	c ============================[ Search Statistics ]============================
93.65/93.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.65/93.77	c       |         |          |          |    Limit     GC | Var      | Constra 
93.65/93.77	c =============================================================================
93.65/93.77	c  0.0s |       0 |        0 |        0 |    68766      0 |     1378 |     1435
93.75/93.83	c  0.1s |       0 |       59 |        1 |    68766      0 |     1378 |     1436
93.75/93.83	c #cpu_time = 0.063s
93.75/93.83	c #wall_clock_time = 0.063s
93.75/93.83	c #decision = 59
93.75/93.83	c #random_decision = 0
93.75/93.83	c #conflict = 1
93.75/93.83	c #restart = 0
93.75/93.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
93.75/93.83	c lower bound updated to -97
93.75/93.84	c BCD2: 1437 <= obj <= 1489
93.75/93.84	c BCD2: #cores=58, #unrelaxed=39, #relaxed=1495, #hardened=0
93.75/93.84	c BCD2: #sat=1 #unsat=1438 bias=1438/1439
93.75/93.84	c Solving starts ...
93.75/93.84	c ============================[ Search Statistics ]============================
93.75/93.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.75/93.84	c       |         |          |          |    Limit     GC | Var      | Constra 
93.75/93.84	c =============================================================================
93.75/93.84	c  0.0s |       0 |        0 |        0 |    68766      0 |     1379 |     1436
93.85/93.90	c  0.1s |       0 |       59 |        1 |    68766      0 |     1379 |     1437
93.85/93.90	c #cpu_time = 0.062s
93.85/93.90	c #wall_clock_time = 0.062s
93.85/93.90	c #decision = 59
93.85/93.90	c #random_decision = 0
93.85/93.90	c #conflict = 1
93.85/93.90	c #restart = 0
93.85/93.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
93.85/93.90	c lower bound updated to -96
93.85/93.90	c BCD2: 1438 <= obj <= 1489
93.85/93.90	c BCD2: #cores=58, #unrelaxed=38, #relaxed=1496, #hardened=0
93.85/93.90	c BCD2: #sat=1 #unsat=1439 bias=1439/1440
93.85/93.90	c Solving starts ...
93.85/93.90	c ============================[ Search Statistics ]============================
93.85/93.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.85/93.90	c       |         |          |          |    Limit     GC | Var      | Constra 
93.85/93.90	c =============================================================================
93.85/93.90	c  0.0s |       0 |        0 |        0 |    68766      0 |     1380 |     1437
93.85/93.97	c  0.1s |       0 |       59 |        1 |    68766      0 |     1380 |     1438
93.85/93.97	c #cpu_time = 0.064s
93.85/93.97	c #wall_clock_time = 0.064s
93.85/93.97	c #decision = 59
93.85/93.97	c #random_decision = 0
93.85/93.97	c #conflict = 1
93.85/93.97	c #restart = 0
93.85/93.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
93.85/93.97	c lower bound updated to -95
93.85/93.97	c BCD2: 1439 <= obj <= 1489
93.85/93.97	c BCD2: #cores=58, #unrelaxed=37, #relaxed=1497, #hardened=0
93.85/93.97	c BCD2: #sat=1 #unsat=1440 bias=1440/1441
93.85/93.97	c Solving starts ...
93.85/93.97	c ============================[ Search Statistics ]============================
93.85/93.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.85/93.97	c       |         |          |          |    Limit     GC | Var      | Constra 
93.85/93.97	c =============================================================================
93.85/93.97	c  0.0s |       0 |        0 |        0 |    68766      0 |     1381 |     1438
93.95/94.03	c  0.1s |       0 |       59 |        1 |    68766      0 |     1381 |     1439
93.95/94.03	c #cpu_time = 0.062s
93.95/94.03	c #wall_clock_time = 0.063s
93.95/94.03	c #decision = 59
93.95/94.03	c #random_decision = 0
93.95/94.03	c #conflict = 1
93.95/94.03	c #restart = 0
93.95/94.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
93.95/94.03	c lower bound updated to -94
93.95/94.03	c BCD2: 1440 <= obj <= 1489
93.95/94.03	c BCD2: #cores=58, #unrelaxed=36, #relaxed=1498, #hardened=0
93.95/94.03	c BCD2: #sat=1 #unsat=1441 bias=1441/1442
93.95/94.03	c Solving starts ...
93.95/94.03	c ============================[ Search Statistics ]============================
93.95/94.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.95/94.03	c       |         |          |          |    Limit     GC | Var      | Constra 
93.95/94.03	c =============================================================================
93.95/94.03	c  0.0s |       0 |        0 |        0 |    68766      0 |     1382 |     1439
94.05/94.10	c  0.1s |       0 |       59 |        1 |    68766      0 |     1382 |     1440
94.05/94.10	c #cpu_time = 0.063s
94.05/94.10	c #wall_clock_time = 0.064s
94.05/94.10	c #decision = 59
94.05/94.10	c #random_decision = 0
94.05/94.10	c #conflict = 1
94.05/94.10	c #restart = 0
94.05/94.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
94.05/94.10	c lower bound updated to -93
94.05/94.10	c BCD2: 1441 <= obj <= 1489
94.05/94.10	c BCD2: #cores=58, #unrelaxed=35, #relaxed=1499, #hardened=0
94.05/94.10	c BCD2: #sat=1 #unsat=1442 bias=1442/1443
94.05/94.10	c Solving starts ...
94.05/94.10	c ============================[ Search Statistics ]============================
94.05/94.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.05/94.10	c       |         |          |          |    Limit     GC | Var      | Constra 
94.05/94.10	c =============================================================================
94.05/94.10	c  0.0s |       0 |        0 |        0 |    68766      0 |     1383 |     1440
94.05/94.16	c  0.1s |       0 |       59 |        1 |    68766      0 |     1383 |     1441
94.05/94.16	c #cpu_time = 0.063s
94.05/94.16	c #wall_clock_time = 0.063s
94.05/94.16	c #decision = 59
94.05/94.16	c #random_decision = 0
94.05/94.16	c #conflict = 1
94.05/94.16	c #restart = 0
94.05/94.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
94.05/94.16	c lower bound updated to -92
94.05/94.16	c BCD2: 1442 <= obj <= 1489
94.05/94.16	c BCD2: #cores=58, #unrelaxed=34, #relaxed=1500, #hardened=0
94.05/94.16	c BCD2: #sat=1 #unsat=1443 bias=1443/1444
94.05/94.16	c Solving starts ...
94.05/94.16	c ============================[ Search Statistics ]============================
94.05/94.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.05/94.16	c       |         |          |          |    Limit     GC | Var      | Constra 
94.05/94.16	c =============================================================================
94.05/94.16	c  0.0s |       0 |        0 |        0 |    68766      0 |     1384 |     1441
94.15/94.23	c  0.1s |       0 |       59 |        1 |    68766      0 |     1384 |     1442
94.15/94.23	c #cpu_time = 0.063s
94.15/94.23	c #wall_clock_time = 0.063s
94.15/94.23	c #decision = 59
94.15/94.23	c #random_decision = 0
94.15/94.23	c #conflict = 1
94.15/94.23	c #restart = 0
94.15/94.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
94.15/94.23	c lower bound updated to -91
94.15/94.23	c BCD2: 1443 <= obj <= 1489
94.15/94.23	c BCD2: #cores=58, #unrelaxed=33, #relaxed=1501, #hardened=0
94.15/94.23	c BCD2: #sat=1 #unsat=1444 bias=1444/1445
94.15/94.23	c Solving starts ...
94.15/94.23	c ============================[ Search Statistics ]============================
94.15/94.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.15/94.23	c       |         |          |          |    Limit     GC | Var      | Constra 
94.15/94.23	c =============================================================================
94.15/94.23	c  0.0s |       0 |        0 |        0 |    68766      0 |     1385 |     1442
94.15/94.29	c  0.1s |       0 |       59 |        1 |    68766      0 |     1385 |     1443
94.15/94.29	c #cpu_time = 0.063s
94.15/94.29	c #wall_clock_time = 0.063s
94.15/94.29	c #decision = 59
94.15/94.29	c #random_decision = 0
94.15/94.29	c #conflict = 1
94.15/94.29	c #restart = 0
94.15/94.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
94.15/94.29	c lower bound updated to -90
94.25/94.30	c BCD2: 1444 <= obj <= 1489
94.25/94.30	c BCD2: #cores=58, #unrelaxed=32, #relaxed=1502, #hardened=0
94.25/94.30	c BCD2: #sat=1 #unsat=1445 bias=1445/1446
94.25/94.30	c Solving starts ...
94.25/94.30	c ============================[ Search Statistics ]============================
94.25/94.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.25/94.30	c       |         |          |          |    Limit     GC | Var      | Constra 
94.25/94.30	c =============================================================================
94.25/94.30	c  0.0s |       0 |        0 |        0 |    68766      0 |     1386 |     1443
94.25/94.36	c  0.1s |       0 |       59 |        1 |    68766      0 |     1386 |     1444
94.25/94.36	c #cpu_time = 0.061s
94.25/94.36	c #wall_clock_time = 0.061s
94.25/94.36	c #decision = 59
94.25/94.36	c #random_decision = 0
94.25/94.36	c #conflict = 1
94.25/94.36	c #restart = 0
94.25/94.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
94.25/94.36	c lower bound updated to -89
94.25/94.36	c BCD2: 1445 <= obj <= 1489
94.25/94.36	c BCD2: #cores=58, #unrelaxed=31, #relaxed=1503, #hardened=0
94.25/94.36	c BCD2: #sat=1 #unsat=1446 bias=1446/1447
94.25/94.36	c Solving starts ...
94.25/94.36	c ============================[ Search Statistics ]============================
94.25/94.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.25/94.36	c       |         |          |          |    Limit     GC | Var      | Constra 
94.25/94.36	c =============================================================================
94.25/94.36	c  0.0s |       0 |        0 |        0 |    68766      0 |     1387 |     1444
94.35/94.42	c  0.1s |       0 |       59 |        1 |    68766      0 |     1387 |     1445
94.35/94.42	c #cpu_time = 0.063s
94.35/94.42	c #wall_clock_time = 0.063s
94.35/94.42	c #decision = 59
94.35/94.42	c #random_decision = 0
94.35/94.42	c #conflict = 1
94.35/94.42	c #restart = 0
94.35/94.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
94.35/94.42	c lower bound updated to -88
94.35/94.43	c BCD2: 1446 <= obj <= 1489
94.35/94.43	c BCD2: #cores=58, #unrelaxed=30, #relaxed=1504, #hardened=0
94.35/94.43	c BCD2: #sat=1 #unsat=1447 bias=1447/1448
94.35/94.43	c Solving starts ...
94.35/94.43	c ============================[ Search Statistics ]============================
94.35/94.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.35/94.43	c       |         |          |          |    Limit     GC | Var      | Constra 
94.35/94.43	c =============================================================================
94.35/94.43	c  0.0s |       0 |        0 |        0 |    68766      0 |     1388 |     1445
94.35/94.49	c  0.1s |       0 |       59 |        1 |    68766      0 |     1388 |     1446
94.35/94.49	c #cpu_time = 0.063s
94.35/94.49	c #wall_clock_time = 0.063s
94.35/94.49	c #decision = 59
94.35/94.49	c #random_decision = 0
94.35/94.49	c #conflict = 1
94.35/94.49	c #restart = 0
94.35/94.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
94.35/94.49	c lower bound updated to -87
94.35/94.49	c BCD2: 1447 <= obj <= 1489
94.35/94.49	c BCD2: #cores=58, #unrelaxed=29, #relaxed=1505, #hardened=0
94.35/94.49	c BCD2: #sat=1 #unsat=1448 bias=1448/1449
94.35/94.49	c Solving starts ...
94.35/94.49	c ============================[ Search Statistics ]============================
94.35/94.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.35/94.49	c       |         |          |          |    Limit     GC | Var      | Constra 
94.35/94.49	c =============================================================================
94.35/94.49	c  0.0s |       0 |        0 |        0 |    68766      0 |     1389 |     1446
94.45/94.55	c  0.1s |       0 |       59 |        1 |    68766      0 |     1389 |     1447
94.45/94.55	c #cpu_time = 0.063s
94.45/94.55	c #wall_clock_time = 0.064s
94.45/94.55	c #decision = 59
94.45/94.55	c #random_decision = 0
94.45/94.55	c #conflict = 1
94.45/94.55	c #restart = 0
94.45/94.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
94.45/94.55	c lower bound updated to -86
94.45/94.55	c BCD2: 1448 <= obj <= 1489
94.45/94.55	c BCD2: #cores=58, #unrelaxed=28, #relaxed=1506, #hardened=0
94.45/94.55	c BCD2: #sat=1 #unsat=1449 bias=1449/1450
94.45/94.55	c Solving starts ...
94.45/94.55	c ============================[ Search Statistics ]============================
94.45/94.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.45/94.55	c       |         |          |          |    Limit     GC | Var      | Constra 
94.45/94.55	c =============================================================================
94.45/94.55	c  0.0s |       0 |        0 |        0 |    68766      0 |     1390 |     1447
94.56/94.62	c  0.1s |       0 |       59 |        1 |    68766      0 |     1390 |     1448
94.56/94.62	c #cpu_time = 0.064s
94.56/94.62	c #wall_clock_time = 0.064s
94.56/94.62	c #decision = 59
94.56/94.62	c #random_decision = 0
94.56/94.62	c #conflict = 1
94.56/94.62	c #restart = 0
94.56/94.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
94.56/94.62	c lower bound updated to -85
94.56/94.62	c BCD2: 1449 <= obj <= 1489
94.56/94.62	c BCD2: #cores=58, #unrelaxed=27, #relaxed=1507, #hardened=0
94.56/94.62	c BCD2: #sat=1 #unsat=1450 bias=1450/1451
94.56/94.62	c Solving starts ...
94.56/94.62	c ============================[ Search Statistics ]============================
94.56/94.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.56/94.62	c       |         |          |          |    Limit     GC | Var      | Constra 
94.56/94.62	c =============================================================================
94.56/94.62	c  0.0s |       0 |        0 |        0 |    68766      0 |     1391 |     1448
94.56/94.68	c  0.1s |       0 |       59 |        1 |    68766      0 |     1391 |     1449
94.56/94.68	c #cpu_time = 0.063s
94.56/94.68	c #wall_clock_time = 0.064s
94.56/94.68	c #decision = 59
94.56/94.68	c #random_decision = 0
94.56/94.68	c #conflict = 1
94.56/94.68	c #restart = 0
94.56/94.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
94.56/94.68	c lower bound updated to -84
94.56/94.68	c BCD2: 1450 <= obj <= 1489
94.56/94.68	c BCD2: #cores=58, #unrelaxed=26, #relaxed=1508, #hardened=0
94.56/94.68	c BCD2: #sat=1 #unsat=1451 bias=1451/1452
94.56/94.68	c Solving starts ...
94.56/94.68	c ============================[ Search Statistics ]============================
94.56/94.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.56/94.68	c       |         |          |          |    Limit     GC | Var      | Constra 
94.56/94.68	c =============================================================================
94.56/94.68	c  0.0s |       0 |        0 |        0 |    68766      0 |     1392 |     1449
94.66/94.75	c  0.1s |       0 |       59 |        0 |    68766      0 |     1392 |     1450
94.66/94.75	c #cpu_time = 0.063s
94.66/94.75	c #wall_clock_time = 0.064s
94.66/94.75	c #decision = 59
94.66/94.75	c #random_decision = 0
94.66/94.75	c #conflict = 0
94.66/94.75	c #restart = 0
94.66/94.75	c BCD2: found a new core of size 2: cost of the new core is >=1
94.66/94.75	c lower bound updated to -83
94.66/94.77	c BCD2: 1451 <= obj <= 1489
94.66/94.77	c BCD2: #cores=59, #unrelaxed=24, #relaxed=1510, #hardened=0
94.66/94.77	c BCD2: #sat=1 #unsat=1452 bias=1452/1453
94.66/94.77	c Solving starts ...
94.66/94.77	c ============================[ Search Statistics ]============================
94.66/94.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.66/94.77	c       |         |          |          |    Limit     GC | Var      | Constra 
94.66/94.77	c =============================================================================
94.66/94.77	c  0.0s |       0 |        0 |        0 |    68766      0 |     1392 |     1451
94.75/94.83	c  0.1s |       0 |       60 |        1 |    68766      0 |     1392 |     1451
94.75/94.83	c #cpu_time = 0.061s
94.75/94.83	c #wall_clock_time = 0.061s
94.75/94.83	c #decision = 60
94.75/94.83	c #random_decision = 0
94.75/94.83	c #conflict = 1
94.75/94.83	c #restart = 0
94.75/94.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
94.75/94.83	c lower bound updated to -82
94.75/94.83	c BCD2: 1452 <= obj <= 1489
94.75/94.83	c BCD2: #cores=59, #unrelaxed=23, #relaxed=1511, #hardened=0
94.75/94.83	c BCD2: #sat=1 #unsat=1453 bias=1453/1454
94.75/94.83	c Solving starts ...
94.75/94.83	c ============================[ Search Statistics ]============================
94.75/94.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.75/94.83	c       |         |          |          |    Limit     GC | Var      | Constra 
94.75/94.83	c =============================================================================
94.75/94.83	c  0.0s |       0 |        0 |        0 |    68766      0 |     1393 |     1451
94.75/94.89	c  0.1s |       0 |       60 |        1 |    68766      0 |     1393 |     1452
94.75/94.89	c #cpu_time = 0.063s
94.75/94.89	c #wall_clock_time = 0.063s
94.75/94.89	c #decision = 60
94.75/94.89	c #random_decision = 0
94.75/94.89	c #conflict = 1
94.75/94.89	c #restart = 0
94.75/94.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
94.75/94.89	c lower bound updated to -81
94.75/94.89	c BCD2: 1453 <= obj <= 1489
94.75/94.89	c BCD2: #cores=59, #unrelaxed=22, #relaxed=1512, #hardened=0
94.75/94.89	c BCD2: #sat=1 #unsat=1454 bias=1454/1455
94.75/94.89	c Solving starts ...
94.75/94.89	c ============================[ Search Statistics ]============================
94.75/94.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.75/94.89	c       |         |          |          |    Limit     GC | Var      | Constra 
94.75/94.89	c =============================================================================
94.75/94.89	c  0.0s |       0 |        0 |        0 |    68766      0 |     1394 |     1452
94.85/94.95	c  0.1s |       0 |       60 |        1 |    68766      0 |     1394 |     1453
94.85/94.95	c #cpu_time = 0.063s
94.85/94.95	c #wall_clock_time = 0.063s
94.85/94.95	c #decision = 60
94.85/94.95	c #random_decision = 0
94.85/94.95	c #conflict = 1
94.85/94.95	c #restart = 0
94.85/94.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
94.85/94.96	c lower bound updated to -80
94.85/94.96	c BCD2: 1454 <= obj <= 1489
94.85/94.96	c BCD2: #cores=59, #unrelaxed=21, #relaxed=1513, #hardened=0
94.85/94.96	c BCD2: #sat=1 #unsat=1455 bias=1455/1456
94.85/94.96	c Solving starts ...
94.85/94.96	c ============================[ Search Statistics ]============================
94.85/94.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.85/94.96	c       |         |          |          |    Limit     GC | Var      | Constra 
94.85/94.96	c =============================================================================
94.85/94.96	c  0.0s |       0 |        0 |        0 |    68766      0 |     1395 |     1453
94.95/95.02	c  0.1s |       0 |       60 |        1 |    68766      0 |     1395 |     1454
94.95/95.02	c #cpu_time = 0.063s
94.95/95.02	c #wall_clock_time = 0.064s
94.95/95.02	c #decision = 60
94.95/95.02	c #random_decision = 0
94.95/95.02	c #conflict = 1
94.95/95.02	c #restart = 0
94.95/95.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
94.95/95.02	c lower bound updated to -79
94.95/95.02	c BCD2: 1455 <= obj <= 1489
94.95/95.02	c BCD2: #cores=59, #unrelaxed=20, #relaxed=1514, #hardened=0
94.95/95.02	c BCD2: #sat=1 #unsat=1456 bias=1456/1457
94.95/95.02	c Solving starts ...
94.95/95.02	c ============================[ Search Statistics ]============================
94.95/95.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.95/95.02	c       |         |          |          |    Limit     GC | Var      | Constra 
94.95/95.02	c =============================================================================
94.95/95.02	c  0.0s |       0 |        0 |        0 |    68766      0 |     1396 |     1454
94.95/95.08	c  0.1s |       0 |       60 |        1 |    68766      0 |     1396 |     1455
94.95/95.08	c #cpu_time = 0.063s
94.95/95.08	c #wall_clock_time = 0.064s
94.95/95.08	c #decision = 60
94.95/95.08	c #random_decision = 0
94.95/95.08	c #conflict = 1
94.95/95.08	c #restart = 0
94.95/95.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
94.95/95.08	c lower bound updated to -78
94.95/95.09	c BCD2: 1456 <= obj <= 1489
94.95/95.09	c BCD2: #cores=59, #unrelaxed=19, #relaxed=1515, #hardened=0
94.95/95.09	c BCD2: #sat=1 #unsat=1457 bias=1457/1458
94.95/95.09	c Solving starts ...
94.95/95.09	c ============================[ Search Statistics ]============================
94.95/95.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.95/95.09	c       |         |          |          |    Limit     GC | Var      | Constra 
94.95/95.09	c =============================================================================
94.95/95.09	c  0.0s |       0 |        0 |        0 |    68766      0 |     1397 |     1455
95.05/95.15	c  0.1s |       0 |       60 |        1 |    68766      0 |     1397 |     1456
95.05/95.15	c #cpu_time = 0.063s
95.05/95.15	c #wall_clock_time = 0.063s
95.05/95.15	c #decision = 60
95.05/95.15	c #random_decision = 0
95.05/95.15	c #conflict = 1
95.05/95.15	c #restart = 0
95.05/95.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
95.05/95.15	c lower bound updated to -77
95.05/95.15	c BCD2: 1457 <= obj <= 1489
95.05/95.15	c BCD2: #cores=59, #unrelaxed=18, #relaxed=1516, #hardened=0
95.05/95.15	c BCD2: #sat=1 #unsat=1458 bias=1458/1459
95.05/95.15	c Solving starts ...
95.05/95.15	c ============================[ Search Statistics ]============================
95.05/95.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.05/95.15	c       |         |          |          |    Limit     GC | Var      | Constra 
95.05/95.15	c =============================================================================
95.05/95.15	c  0.0s |       0 |        0 |        0 |    68766      0 |     1398 |     1456
95.15/95.21	c  0.1s |       0 |       60 |        1 |    68766      0 |     1398 |     1457
95.15/95.21	c #cpu_time = 0.063s
95.15/95.21	c #wall_clock_time = 0.063s
95.15/95.21	c #decision = 60
95.15/95.21	c #random_decision = 0
95.15/95.21	c #conflict = 1
95.15/95.21	c #restart = 0
95.15/95.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
95.15/95.21	c lower bound updated to -76
95.15/95.22	c BCD2: 1458 <= obj <= 1489
95.15/95.22	c BCD2: #cores=59, #unrelaxed=17, #relaxed=1517, #hardened=0
95.15/95.22	c BCD2: #sat=1 #unsat=1459 bias=1459/1460
95.15/95.22	c Solving starts ...
95.15/95.22	c ============================[ Search Statistics ]============================
95.15/95.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.15/95.22	c       |         |          |          |    Limit     GC | Var      | Constra 
95.15/95.22	c =============================================================================
95.15/95.22	c  0.0s |       0 |        0 |        0 |    68766      0 |     1399 |     1457
95.15/95.28	c  0.1s |       0 |       60 |        1 |    68766      0 |     1399 |     1458
95.15/95.28	c #cpu_time = 0.061s
95.15/95.28	c #wall_clock_time = 0.061s
95.15/95.28	c #decision = 60
95.15/95.28	c #random_decision = 0
95.15/95.28	c #conflict = 1
95.15/95.28	c #restart = 0
95.15/95.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
95.15/95.28	c lower bound updated to -75
95.15/95.29	c BCD2: 1459 <= obj <= 1489
95.15/95.29	c BCD2: #cores=59, #unrelaxed=16, #relaxed=1518, #hardened=0
95.15/95.29	c BCD2: #sat=1 #unsat=1460 bias=1460/1461
95.15/95.29	c Solving starts ...
95.15/95.29	c ============================[ Search Statistics ]============================
95.15/95.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.15/95.29	c       |         |          |          |    Limit     GC | Var      | Constra 
95.15/95.29	c =============================================================================
95.15/95.29	c  0.0s |       0 |        0 |        0 |    68766      0 |     1400 |     1458
95.25/95.35	c  0.1s |       0 |       60 |        1 |    68766      0 |     1400 |     1459
95.25/95.35	c #cpu_time = 0.063s
95.25/95.35	c #wall_clock_time = 0.063s
95.25/95.35	c #decision = 60
95.25/95.35	c #random_decision = 0
95.25/95.35	c #conflict = 1
95.25/95.35	c #restart = 0
95.25/95.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
95.25/95.35	c lower bound updated to -74
95.25/95.35	c BCD2: 1460 <= obj <= 1489
95.25/95.35	c BCD2: #cores=59, #unrelaxed=15, #relaxed=1519, #hardened=0
95.25/95.35	c BCD2: #sat=1 #unsat=1461 bias=1461/1462
95.25/95.35	c Solving starts ...
95.25/95.35	c ============================[ Search Statistics ]============================
95.25/95.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.25/95.35	c       |         |          |          |    Limit     GC | Var      | Constra 
95.25/95.35	c =============================================================================
95.25/95.35	c  0.0s |       0 |        0 |        0 |    68766      0 |     1401 |     1459
95.35/95.41	c  0.1s |       0 |       60 |        1 |    68766      0 |     1401 |     1460
95.35/95.41	c #cpu_time = 0.062s
95.35/95.41	c #wall_clock_time = 0.063s
95.35/95.41	c #decision = 60
95.35/95.41	c #random_decision = 0
95.35/95.41	c #conflict = 1
95.35/95.41	c #restart = 0
95.35/95.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
95.35/95.41	c lower bound updated to -73
95.35/95.41	c BCD2: 1461 <= obj <= 1489
95.35/95.41	c BCD2: #cores=59, #unrelaxed=14, #relaxed=1520, #hardened=0
95.35/95.41	c BCD2: #sat=1 #unsat=1462 bias=1462/1463
95.35/95.41	c Solving starts ...
95.35/95.41	c ============================[ Search Statistics ]============================
95.35/95.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.35/95.41	c       |         |          |          |    Limit     GC | Var      | Constra 
95.35/95.41	c =============================================================================
95.35/95.41	c  0.0s |       0 |        0 |        0 |    68766      0 |     1402 |     1460
95.35/95.48	c  0.1s |       0 |       60 |        1 |    68766      0 |     1402 |     1461
95.35/95.48	c #cpu_time = 0.063s
95.35/95.48	c #wall_clock_time = 0.064s
95.35/95.48	c #decision = 60
95.35/95.48	c #random_decision = 0
95.35/95.48	c #conflict = 1
95.35/95.48	c #restart = 0
95.35/95.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
95.35/95.48	c lower bound updated to -72
95.35/95.48	c BCD2: 1462 <= obj <= 1489
95.35/95.48	c BCD2: #cores=59, #unrelaxed=13, #relaxed=1521, #hardened=0
95.35/95.48	c BCD2: #sat=1 #unsat=1463 bias=1463/1464
95.35/95.48	c Solving starts ...
95.35/95.48	c ============================[ Search Statistics ]============================
95.35/95.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.35/95.48	c       |         |          |          |    Limit     GC | Var      | Constra 
95.35/95.48	c =============================================================================
95.35/95.48	c  0.0s |       0 |        0 |        0 |    68766      0 |     1403 |     1461
95.45/95.54	c  0.1s |       0 |       60 |        1 |    68766      0 |     1403 |     1462
95.45/95.54	c #cpu_time = 0.063s
95.45/95.54	c #wall_clock_time = 0.063s
95.45/95.54	c #decision = 60
95.45/95.54	c #random_decision = 0
95.45/95.54	c #conflict = 1
95.45/95.54	c #restart = 0
95.45/95.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
95.45/95.54	c lower bound updated to -71
95.45/95.54	c BCD2: 1463 <= obj <= 1489
95.45/95.54	c BCD2: #cores=59, #unrelaxed=12, #relaxed=1522, #hardened=0
95.45/95.54	c BCD2: #sat=1 #unsat=1464 bias=1464/1465
95.45/95.54	c Solving starts ...
95.45/95.54	c ============================[ Search Statistics ]============================
95.45/95.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.45/95.54	c       |         |          |          |    Limit     GC | Var      | Constra 
95.45/95.54	c =============================================================================
95.45/95.54	c  0.0s |       0 |        0 |        0 |    68766      0 |     1404 |     1462
95.55/95.60	c  0.1s |       0 |       60 |        1 |    68766      0 |     1404 |     1463
95.55/95.60	c #cpu_time = 0.063s
95.55/95.60	c #wall_clock_time = 0.063s
95.55/95.60	c #decision = 60
95.55/95.60	c #random_decision = 0
95.55/95.60	c #conflict = 1
95.55/95.61	c #restart = 0
95.55/95.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
95.55/95.61	c lower bound updated to -70
95.55/95.61	c BCD2: 1464 <= obj <= 1489
95.55/95.61	c BCD2: #cores=59, #unrelaxed=11, #relaxed=1523, #hardened=0
95.55/95.61	c BCD2: #sat=1 #unsat=1465 bias=1465/1466
95.55/95.61	c Solving starts ...
95.55/95.61	c ============================[ Search Statistics ]============================
95.55/95.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.55/95.61	c       |         |          |          |    Limit     GC | Var      | Constra 
95.55/95.61	c =============================================================================
95.55/95.61	c  0.0s |       0 |        0 |        0 |    68766      0 |     1405 |     1463
95.55/95.67	c  0.1s |       0 |       60 |        1 |    68766      0 |     1405 |     1464
95.55/95.67	c #cpu_time = 0.061s
95.55/95.67	c #wall_clock_time = 0.061s
95.55/95.67	c #decision = 60
95.55/95.67	c #random_decision = 0
95.55/95.67	c #conflict = 1
95.55/95.67	c #restart = 0
95.55/95.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
95.55/95.67	c lower bound updated to -69
95.55/95.68	c BCD2: 1465 <= obj <= 1489
95.55/95.68	c BCD2: #cores=59, #unrelaxed=10, #relaxed=1524, #hardened=0
95.55/95.68	c BCD2: #sat=1 #unsat=1466 bias=1466/1467
95.55/95.68	c Solving starts ...
95.55/95.68	c ============================[ Search Statistics ]============================
95.55/95.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.55/95.68	c       |         |          |          |    Limit     GC | Var      | Constra 
95.55/95.68	c =============================================================================
95.55/95.68	c  0.0s |       0 |        0 |        0 |    68766      0 |     1406 |     1464
95.66/95.74	c  0.1s |       0 |       60 |        1 |    68766      0 |     1406 |     1465
95.66/95.74	c #cpu_time = 0.063s
95.66/95.74	c #wall_clock_time = 0.063s
95.66/95.74	c #decision = 60
95.66/95.74	c #random_decision = 0
95.66/95.74	c #conflict = 1
95.66/95.74	c #restart = 0
95.66/95.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
95.66/95.74	c lower bound updated to -68
95.66/95.74	c BCD2: 1466 <= obj <= 1489
95.66/95.74	c BCD2: #cores=59, #unrelaxed=9, #relaxed=1525, #hardened=0
95.66/95.74	c BCD2: #sat=1 #unsat=1467 bias=1467/1468
95.66/95.74	c Solving starts ...
95.66/95.74	c ============================[ Search Statistics ]============================
95.66/95.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.66/95.74	c       |         |          |          |    Limit     GC | Var      | Constra 
95.66/95.74	c =============================================================================
95.66/95.74	c  0.0s |       0 |        0 |        0 |    68766      0 |     1407 |     1465
95.76/95.80	c  0.1s |       0 |       60 |        1 |    68766      0 |     1407 |     1466
95.76/95.80	c #cpu_time = 0.063s
95.76/95.80	c #wall_clock_time = 0.063s
95.76/95.80	c #decision = 60
95.76/95.80	c #random_decision = 0
95.76/95.80	c #conflict = 1
95.76/95.80	c #restart = 0
95.76/95.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
95.76/95.80	c lower bound updated to -67
95.76/95.80	c BCD2: 1467 <= obj <= 1489
95.76/95.80	c BCD2: #cores=59, #unrelaxed=8, #relaxed=1526, #hardened=0
95.76/95.80	c BCD2: #sat=1 #unsat=1468 bias=1468/1469
95.76/95.80	c Solving starts ...
95.76/95.80	c ============================[ Search Statistics ]============================
95.76/95.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.76/95.80	c       |         |          |          |    Limit     GC | Var      | Constra 
95.76/95.80	c =============================================================================
95.76/95.80	c  0.0s |       0 |        0 |        0 |    68766      0 |     1408 |     1466
95.76/95.87	c  0.1s |       0 |       60 |        1 |    68766      0 |     1408 |     1467
95.76/95.87	c #cpu_time = 0.064s
95.76/95.87	c #wall_clock_time = 0.065s
95.76/95.87	c #decision = 60
95.76/95.87	c #random_decision = 0
95.76/95.87	c #conflict = 1
95.76/95.87	c #restart = 0
95.76/95.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
95.76/95.87	c lower bound updated to -66
95.76/95.87	c BCD2: 1468 <= obj <= 1489
95.76/95.87	c BCD2: #cores=59, #unrelaxed=7, #relaxed=1527, #hardened=0
95.76/95.87	c BCD2: #sat=1 #unsat=1469 bias=1469/1470
95.76/95.87	c Solving starts ...
95.76/95.87	c ============================[ Search Statistics ]============================
95.76/95.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.76/95.87	c       |         |          |          |    Limit     GC | Var      | Constra 
95.76/95.87	c =============================================================================
95.76/95.87	c  0.0s |       0 |        0 |        0 |    68766      0 |     1409 |     1467
95.85/95.93	c  0.1s |       0 |       60 |        1 |    68766      0 |     1409 |     1468
95.85/95.93	c #cpu_time = 0.064s
95.85/95.93	c #wall_clock_time = 0.064s
95.85/95.93	c #decision = 60
95.85/95.93	c #random_decision = 0
95.85/95.93	c #conflict = 1
95.85/95.93	c #restart = 0
95.85/95.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
95.85/95.93	c lower bound updated to -65
95.85/95.94	c BCD2: 1469 <= obj <= 1489
95.85/95.94	c BCD2: #cores=59, #unrelaxed=6, #relaxed=1528, #hardened=0
95.85/95.94	c BCD2: #sat=1 #unsat=1470 bias=1470/1471
95.85/95.94	c Solving starts ...
95.85/95.94	c ============================[ Search Statistics ]============================
95.85/95.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.85/95.94	c       |         |          |          |    Limit     GC | Var      | Constra 
95.85/95.94	c =============================================================================
95.85/95.94	c  0.0s |       0 |        0 |        0 |    68766      0 |     1410 |     1468
95.95/96.00	c  0.1s |       0 |       60 |        1 |    68766      0 |     1410 |     1469
95.95/96.00	c #cpu_time = 0.064s
95.95/96.00	c #wall_clock_time = 0.064s
95.95/96.00	c #decision = 60
95.95/96.00	c #random_decision = 0
95.95/96.00	c #conflict = 1
95.95/96.00	c #restart = 0
95.95/96.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
95.95/96.00	c lower bound updated to -64
95.95/96.00	c BCD2: 1470 <= obj <= 1489
95.95/96.00	c BCD2: #cores=59, #unrelaxed=5, #relaxed=1529, #hardened=0
95.95/96.00	c BCD2: #sat=1 #unsat=1471 bias=1471/1472
95.95/96.00	c Solving starts ...
95.95/96.00	c ============================[ Search Statistics ]============================
95.95/96.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.95/96.00	c       |         |          |          |    Limit     GC | Var      | Constra 
95.95/96.00	c =============================================================================
95.95/96.00	c  0.0s |       0 |        0 |        0 |    68766      0 |     1411 |     1469
95.95/96.06	c  0.1s |       0 |       60 |        1 |    68766      0 |     1411 |     1470
95.95/96.06	c #cpu_time = 0.063s
95.95/96.06	c #wall_clock_time = 0.063s
95.95/96.06	c #decision = 60
95.95/96.06	c #random_decision = 0
95.95/96.06	c #conflict = 1
95.95/96.06	c #restart = 0
95.95/96.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
95.95/96.06	c lower bound updated to -63
95.95/96.07	c BCD2: 1471 <= obj <= 1489
95.95/96.07	c BCD2: #cores=59, #unrelaxed=4, #relaxed=1530, #hardened=0
95.95/96.07	c BCD2: #sat=1 #unsat=1472 bias=1472/1473
95.95/96.07	c Solving starts ...
95.95/96.07	c ============================[ Search Statistics ]============================
95.95/96.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.95/96.07	c       |         |          |          |    Limit     GC | Var      | Constra 
95.95/96.07	c =============================================================================
95.95/96.07	c  0.0s |       0 |        0 |        0 |    68766      0 |     1412 |     1470
96.05/96.13	c  0.1s |       0 |       60 |        1 |    68766      0 |     1412 |     1471
96.05/96.13	c #cpu_time = 0.061s
96.05/96.13	c #wall_clock_time = 0.061s
96.05/96.13	c #decision = 60
96.05/96.13	c #random_decision = 0
96.05/96.13	c #conflict = 1
96.05/96.13	c #restart = 0
96.05/96.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
96.05/96.13	c lower bound updated to -62
96.05/96.13	c BCD2: 1472 <= obj <= 1489
96.05/96.13	c BCD2: #cores=59, #unrelaxed=3, #relaxed=1531, #hardened=0
96.05/96.13	c BCD2: #sat=1 #unsat=1473 bias=1473/1474
96.05/96.14	c Solving starts ...
96.05/96.14	c ============================[ Search Statistics ]============================
96.05/96.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.05/96.14	c       |         |          |          |    Limit     GC | Var      | Constra 
96.05/96.14	c =============================================================================
96.05/96.14	c  0.0s |       0 |        0 |        0 |    68766      0 |     1413 |     1471
96.15/96.20	c  0.1s |       0 |       60 |        1 |    68766      0 |     1413 |     1472
96.15/96.20	c #cpu_time = 0.063s
96.15/96.20	c #wall_clock_time = 0.063s
96.15/96.20	c #decision = 60
96.15/96.20	c #random_decision = 0
96.15/96.20	c #conflict = 1
96.15/96.20	c #restart = 0
96.15/96.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
96.15/96.20	c lower bound updated to -61
96.15/96.20	c BCD2: 1473 <= obj <= 1489
96.15/96.20	c BCD2: #cores=59, #unrelaxed=2, #relaxed=1532, #hardened=0
96.15/96.20	c BCD2: #sat=1 #unsat=1474 bias=1474/1475
96.15/96.20	c Solving starts ...
96.15/96.20	c ============================[ Search Statistics ]============================
96.15/96.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.15/96.20	c       |         |          |          |    Limit     GC | Var      | Constra 
96.15/96.20	c =============================================================================
96.15/96.20	c  0.0s |       0 |        0 |        0 |    68766      0 |     1414 |     1472
96.15/96.26	c  0.1s |       0 |       60 |        1 |    68766      0 |     1414 |     1473
96.15/96.26	c #cpu_time = 0.063s
96.15/96.26	c #wall_clock_time = 0.063s
96.15/96.26	c #decision = 60
96.15/96.26	c #random_decision = 0
96.15/96.26	c #conflict = 1
96.15/96.26	c #restart = 0
96.15/96.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
96.15/96.26	c lower bound updated to -60
96.15/96.26	c BCD2: 1474 <= obj <= 1489
96.15/96.26	c BCD2: #cores=59, #unrelaxed=1, #relaxed=1533, #hardened=0
96.15/96.26	c BCD2: #sat=1 #unsat=1475 bias=1475/1476
96.15/96.26	c Solving starts ...
96.15/96.26	c ============================[ Search Statistics ]============================
96.15/96.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.15/96.26	c       |         |          |          |    Limit     GC | Var      | Constra 
96.15/96.26	c =============================================================================
96.15/96.26	c  0.0s |       0 |        0 |        0 |    68766      0 |     1415 |     1473
96.25/96.33	c  0.1s |       0 |       60 |        1 |    68766      0 |     1415 |     1474
96.25/96.33	c #cpu_time = 0.063s
96.25/96.33	c #wall_clock_time = 0.064s
96.25/96.33	c #decision = 60
96.25/96.33	c #random_decision = 0
96.25/96.33	c #conflict = 1
96.25/96.33	c #restart = 0
96.25/96.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
96.25/96.33	c lower bound updated to -59
96.25/96.33	c BCD2: 1475 <= obj <= 1489
96.25/96.33	c BCD2: #cores=59, #unrelaxed=0, #relaxed=1534, #hardened=0
96.25/96.33	c BCD2: #sat=1 #unsat=1476 bias=1476/1477
96.25/96.33	c Solving starts ...
96.25/96.33	c ============================[ Search Statistics ]============================
96.25/96.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.25/96.33	c       |         |          |          |    Limit     GC | Var      | Constra 
96.25/96.33	c =============================================================================
96.25/96.33	c  0.0s |       0 |        0 |        0 |    68766      0 |     1416 |     1474
96.35/96.47	c  0.1s |       1 |      528 |      100 |    68766      0 |     1416 |     1475
96.55/96.64	c  0.3s |       2 |     1073 |      250 |    68766      0 |     1416 |     1475
96.76/96.90	c  0.6s |       3 |     1785 |      475 |    68766      0 |     1416 |     1475
97.25/97.31	c  1.0s |       4 |     2647 |      813 |    75643      0 |     1416 |     1475
97.75/97.88	c  1.6s |       5 |     3757 |     1320 |    75643      0 |     1416 |     1475
98.65/98.72	c  2.4s |       6 |     5165 |     2081 |    83208      0 |     1416 |     1475
99.75/99.83	c  3.5s |       7 |     7283 |     3223 |    83208      0 |     1416 |     1475
101.75/101.81	c  5.5s |       8 |    10433 |     4936 |    91529      0 |     1416 |     1475
103.85/103.93	c  7.6s |       8 |    13037 |     6536 |   100682      0 |     1416 |     1475
105.25/105.31	c  9.0s |       9 |    14405 |     7506 |   100682      0 |     1416 |     1475
107.35/107.42	c 11.1s |       9 |    16842 |     9006 |   100682      0 |     1416 |     1475
109.35/109.46	c 13.1s |       9 |    19139 |    10506 |   110751      0 |     1416 |     1475
110.65/110.75	c 14.4s |      10 |    20316 |    11361 |   110751      0 |     1416 |     1475
112.85/112.93	c 16.6s |      10 |    22416 |    12661 |   110751      0 |     1416 |     1475
114.85/114.93	c 18.6s |      10 |    23982 |    13761 |   110751      0 |     1416 |     1475
116.95/117.01	c 20.7s |      10 |    25410 |    14861 |   110751      0 |     1416 |     1475
118.95/119.06	c 22.7s |      10 |    26767 |    15861 |   121827      0 |     1416 |     1475
120.96/121.10	c 24.8s |      10 |    28466 |    17061 |   121827      0 |     1416 |     1475
121.15/121.26	c 24.9s |      11 |    28577 |    17144 |   121827      0 |     1416 |     1475
123.26/123.32	c 27.0s |      11 |    30471 |    18244 |   121827      0 |     1416 |     1475
125.36/125.45	c 29.1s |      11 |    32195 |    19444 |   121827      0 |     1416 |     1475
127.45/127.56	c 31.2s |      11 |    33551 |    20444 |   121827      0 |     1416 |     1475
129.55/129.60	c 33.3s |      11 |    34968 |    21444 |   121827      0 |     1416 |     1475
131.65/131.71	c 35.4s |      11 |    36376 |    22444 |   121827      0 |     1416 |     1475
133.75/133.86	c 37.5s |      11 |    37975 |    23544 |   121827      0 |     1416 |     1475
135.75/135.86	c 39.5s |      11 |    39403 |    24544 |   134010      0 |     1416 |     1475
137.85/137.90	c 41.6s |      11 |    40783 |    25544 |   134010      0 |     1416 |     1475
138.35/138.42	c 42.1s |      12 |    41180 |    25819 |   134010      0 |     1416 |     1475
140.45/140.57	c 44.2s |      12 |    42893 |    26819 |   134010      0 |     1416 |     1475
142.65/142.71	c 46.4s |      12 |    44633 |    28019 |   134010      0 |     1416 |     1475
144.65/144.73	c 48.4s |      12 |    45898 |    29019 |   134010      0 |     1416 |     1475
146.65/146.79	c 50.5s |      12 |    47459 |    30119 |   134010      0 |     1416 |     1475
148.85/148.98	c 52.7s |      12 |    49032 |    31219 |   134010      0 |     1416 |     1475
151.05/151.12	c 54.8s |      12 |    50625 |    32219 |   134010      0 |     1416 |     1475
153.14/153.23	c 56.9s |      12 |    51973 |    33119 |   134010      0 |     1416 |     1475
155.24/155.31	c 59.0s |      12 |    53073 |    33919 |   134010      0 |     1416 |     1475
157.35/157.43	c 61.1s |      12 |    54364 |    34819 |   134010      0 |     1416 |     1475
159.55/159.66	c 63.3s |      12 |    55415 |    35619 |   134010      0 |     1416 |     1475
161.84/161.92	c 65.6s |      12 |    56625 |    36519 |   134010      0 |     1416 |     1475
163.95/164.06	c 67.7s |      12 |    57678 |    37319 |   147411      0 |     1416 |     1475
166.05/166.15	c 69.8s |      12 |    58728 |    38119 |   147411      0 |     1416 |     1475
168.14/168.23	c 71.9s |      12 |    59677 |    38819 |   147411      0 |     1416 |     1475
168.14/168.27	c 71.9s |      13 |    59694 |    38832 |   147411      0 |     1416 |     1475
170.24/170.37	c 74.0s |      13 |    60968 |    39532 |   147411      0 |     1416 |     1475
172.44/172.58	c 76.2s |      13 |    62335 |    40432 |   147411      0 |     1416 |     1475
174.54/174.62	c 78.3s |      13 |    63508 |    41232 |   147411      0 |     1416 |     1475
176.84/176.90	c 80.6s |      13 |    64508 |    42032 |   147411      0 |     1416 |     1475
179.04/179.10	c 82.8s |      13 |    65599 |    42832 |   147411      0 |     1416 |     1475
181.24/181.30	c 85.0s |      13 |    66637 |    43632 |   147411      0 |     1416 |     1475
183.44/183.51	c 87.2s |      13 |    67558 |    44332 |   147411      0 |     1416 |     1475
185.44/185.56	c 89.2s |      13 |    68527 |    45032 |   147411      0 |     1416 |     1475
187.54/187.69	c 91.4s |      13 |    69436 |    45732 |   147411      0 |     1416 |     1475
189.84/189.91	c 93.6s |      13 |    70367 |    46432 |   147411      0 |     1416 |     1475
191.94/192.01	c 95.7s |      13 |    71281 |    47132 |   147411      0 |     1416 |     1475
194.14/194.29	c 98.0s |      13 |    72156 |    47832 |   147411      0 |     1416 |     1475
196.24/196.30	c 100.0s |      13 |    72871 |    48432 |   147411      0 |     1416 |     1475
198.34/198.48	c  102s |      13 |    73645 |    49032 |   147411      0 |     1416 |     1475
200.54/200.62	c  104s |      13 |    74408 |    49632 |   147411      0 |     1416 |     1475
202.64/202.79	c  106s |      13 |    75126 |    50232 |   147411      0 |     1416 |     1475
204.84/204.99	c  108s |      13 |    75877 |    50832 |   147411      0 |     1416 |     1475
206.94/207.06	c  110s |      13 |    76649 |    51432 |   147411      0 |     1416 |     1475
209.04/209.19	c  112s |      13 |    77393 |    52032 |   147411      0 |     1416 |     1475
211.14/211.26	c  114s |      13 |    78154 |    52632 |   147411      0 |     1416 |     1475
213.34/213.46	c  117s |      13 |    78904 |    53232 |   147411      0 |     1416 |     1475
215.54/215.64	c  119s |      13 |    79676 |    53832 |   147411      0 |     1416 |     1475
217.84/217.96	c  121s |      13 |    80384 |    54432 |   147411      0 |     1416 |     1475
220.13/220.22	c  123s |      13 |    81140 |    55032 |   147411      0 |     1416 |     1475
222.43/222.53	c  126s |      13 |    81892 |    55632 |   147411      0 |     1416 |     1475
224.43/224.59	c  128s |      13 |    82506 |    56132 |   147411      0 |     1416 |     1475
226.63/226.76	c  130s |      13 |    83294 |    56732 |   162153      0 |     1416 |     1475
228.73/228.87	c  132s |      13 |    84104 |    57332 |   162153      0 |     1416 |     1475
231.12/231.21	c  134s |      13 |    84818 |    57932 |   162153      0 |     1416 |     1475
232.82/232.99	c  136s |      14 |    85309 |    58352 |   162153      0 |     1416 |     1475
235.12/235.27	c  138s |      14 |    86102 |    58852 |   162153      0 |     1416 |     1475
237.42/237.56	c  141s |      14 |    87157 |    59552 |   162153      0 |     1416 |     1475
239.52/239.60	c  143s |      14 |    88023 |    60152 |   162153      0 |     1416 |     1475
241.62/241.79	c  145s |      14 |    88847 |    60752 |   162153      0 |     1416 |     1475
243.82/243.98	c  147s |      14 |    89672 |    61352 |   162153      0 |     1416 |     1475
246.23/246.35	c  150s |      14 |    90483 |    61952 |   162153      0 |     1416 |     1475
248.43/248.57	c  152s |      14 |    91342 |    62552 |   162153      0 |     1416 |     1475
250.73/250.85	c  154s |      14 |    92153 |    63152 |   162153      0 |     1416 |     1475
253.12/253.26	c  156s |      14 |    92927 |    63752 |   162153      0 |     1416 |     1475
255.42/255.53	c  159s |      14 |    93964 |    64452 |   162153      0 |     1416 |     1475
257.72/257.83	c  161s |      14 |    94770 |    65052 |   162153      0 |     1416 |     1475
260.12/260.21	c  163s |      14 |    95766 |    65752 |   162153      0 |     1416 |     1475
262.32/262.43	c  166s |      14 |    96557 |    66352 |   162153      0 |     1416 |     1475
264.32/264.45	c  168s |      14 |    97188 |    66852 |   162153      0 |     1416 |     1475
266.52/266.60	c  170s |      14 |    97814 |    67352 |   162153      0 |     1416 |     1475
268.52/268.65	c  172s |      14 |    98598 |    67952 |   162153      0 |     1416 |     1475
270.91/271.06	c  174s |      14 |    99349 |    68552 |   162153      0 |     1416 |     1475
273.31/273.41	c  177s |      14 |   100150 |    69152 |   162153      0 |     1416 |     1475
275.71/275.83	c  179s |      14 |   100951 |    69752 |   162153      0 |     1416 |     1475
278.01/278.14	c  181s |      14 |   101821 |    70352 |   162153      0 |     1416 |     1475
280.01/280.15	c  183s |      14 |   102472 |    70852 |   162153      0 |     1416 |     1475
282.10/282.25	c  185s |      14 |   103340 |    71452 |   162153      0 |     1416 |     1475
284.20/284.39	c  188s |      14 |   104194 |    72052 |   162153      0 |     1416 |     1475
286.60/286.76	c  190s |      14 |   104954 |    72652 |   162153      0 |     1416 |     1475
288.90/289.08	c  192s |      14 |   105786 |    73252 |   162153      0 |     1416 |     1475
291.20/291.34	c  195s |      14 |   106556 |    73852 |   162153      0 |     1416 |     1475
293.40/293.52	c  197s |      14 |   107164 |    74352 |   162153      0 |     1416 |     1475
295.40/295.53	c  199s |      14 |   107819 |    74852 |   162153      0 |     1416 |     1475
297.40/297.59	c  201s |      14 |   108492 |    75352 |   162153      0 |     1416 |     1475
299.60/299.76	c  203s |      14 |   109142 |    75852 |   162153      0 |     1416 |     1475
301.59/301.78	c  205s |      14 |   109814 |    76352 |   162153      0 |     1416 |     1475
303.69/303.87	c  207s |      14 |   110474 |    76852 |   162153      0 |     1416 |     1475
305.80/305.96	c  209s |      14 |   111144 |    77352 |   162153      0 |     1416 |     1475
308.19/308.31	c  211s |      14 |   111970 |    77952 |   162153      0 |     1416 |     1475
310.39/310.52	c  214s |      14 |   112781 |    78552 |   162153      0 |     1416 |     1475
312.59/312.80	c  216s |      14 |   113388 |    79052 |   162153      0 |     1416 |     1475
314.99/315.10	c  218s |      14 |   114015 |    79552 |   162153      0 |     1416 |     1475
316.99/317.10	c  220s |      14 |   114696 |    80052 |   162153      0 |     1416 |     1475
319.00/319.16	c  222s |      14 |   115544 |    80652 |   162153      0 |     1416 |     1475
320.99/321.19	c  224s |      14 |   116277 |    81152 |   162153      0 |     1416 |     1475
323.29/323.41	c  227s |      14 |   117048 |    81752 |   162153      0 |     1416 |     1475
325.59/325.72	c  229s |      14 |   117794 |    82352 |   162153      0 |     1416 |     1475
327.99/328.11	c  231s |      14 |   118589 |    82952 |   162153      0 |     1416 |     1475
330.09/330.28	c  233s |      14 |   119247 |    83452 |   162153      0 |     1416 |     1475
332.48/332.60	c  236s |      14 |   119861 |    83952 |   162153      0 |     1416 |     1475
334.58/334.71	c  238s |      14 |   120537 |    84452 |   162153      0 |     1416 |     1475
336.78/336.94	c  240s |      14 |   121173 |    84952 |   162153      0 |     1416 |     1475
338.98/339.16	c  242s |      14 |   121831 |    85452 |   162153      0 |     1416 |     1475
341.28/341.40	c  245s |      14 |   122656 |    86052 |   178369      0 |     1416 |     1475
343.38/343.57	c  247s |      14 |   123422 |    86552 |   178369      0 |     1416 |     1475
345.58/345.70	c  249s |      14 |   124080 |    87052 |   178369      0 |     1416 |     1475
347.88/348.05	c  251s |      14 |   124736 |    87552 |   178369      0 |     1416 |     1475
348.28/348.43	c  252s |      15 |   124839 |    87632 |   178369      0 |     1416 |     1475
350.48/350.67	c  254s |      15 |   125417 |    87932 |   178369      0 |     1416 |     1475
352.88/353.07	c  256s |      15 |   126116 |    88432 |   178369      0 |     1416 |     1475
354.98/355.18	c  258s |      15 |   126835 |    88932 |   178369      0 |     1416 |     1475
357.08/357.29	c  260s |      15 |   127577 |    89432 |   178369      0 |     1416 |     1475
359.38/359.54	c  263s |      15 |   128218 |    89932 |   178369      0 |     1416 |     1475
361.47/361.60	c  265s |      15 |   128920 |    90432 |   178369      0 |     1416 |     1475
363.47/363.69	c  267s |      15 |   129549 |    90932 |   178369      0 |     1416 |     1475
365.77/365.98	c  269s |      15 |   130454 |    91532 |   178369      0 |     1416 |     1475
367.87/368.09	c  271s |      15 |   131146 |    92032 |   178369      0 |     1416 |     1475
370.27/370.41	c  274s |      15 |   131793 |    92532 |   178369      0 |     1416 |     1475
372.57/372.72	c  276s |      15 |   132445 |    93032 |   178369      0 |     1416 |     1475
374.87/375.03	c  278s |      15 |   133101 |    93532 |   178369      0 |     1416 |     1475
377.27/377.41	c  281s |      15 |   133813 |    94032 |   178369      0 |     1416 |     1475
379.77/379.93	c  283s |      15 |   134432 |    94532 |   178369      0 |     1416 |     1475
381.87/382.02	c  285s |      15 |   134926 |    94932 |   178369      0 |     1416 |     1475
383.96/384.12	c  287s |      15 |   135416 |    95332 |   178369      0 |     1416 |     1475
386.36/386.51	c  290s |      15 |   136057 |    95832 |   178369      0 |     1416 |     1475
388.36/388.52	c  292s |      15 |   136534 |    96232 |   178369      0 |     1416 |     1475
390.56/390.76	c  294s |      15 |   137212 |    96732 |   178369      0 |     1416 |     1475
393.06/393.29	c  296s |      15 |   137833 |    97232 |   178369      0 |     1416 |     1475
395.16/395.32	c  298s |      15 |   138310 |    97632 |   178369      0 |     1416 |     1475
397.16/397.38	c  301s |      15 |   138875 |    98032 |   178369      0 |     1416 |     1475
399.66/399.85	c  303s |      15 |   139519 |    98532 |   178369      0 |     1416 |     1475
401.66/401.88	c  305s |      15 |   139979 |    98932 |   178369      0 |     1416 |     1475
403.85/404.03	c  307s |      15 |   140492 |    99332 |   178369      0 |     1416 |     1475
405.95/406.14	c  309s |      15 |   141007 |    99732 |   178369      0 |     1416 |     1475
407.96/408.15	c  311s |      15 |   141517 |   100132 |   178369      0 |     1416 |     1475
409.95/410.19	c  313s |      15 |   142029 |   100532 |   178369      0 |     1416 |     1475
412.36/412.51	c  316s |      15 |   142545 |   100932 |   178369      0 |     1416 |     1475
414.56/414.79	c  318s |      15 |   142990 |   101332 |   178369      0 |     1416 |     1475
416.76/416.93	c  320s |      15 |   143510 |   101732 |   178369      0 |     1416 |     1475
418.85/419.01	c  322s |      15 |   144072 |   102132 |   178369      0 |     1416 |     1475
421.05/421.29	c  324s |      15 |   144603 |   102532 |   178369      0 |     1416 |     1475
423.35/423.53	c  327s |      15 |   145092 |   102932 |   178369      0 |     1416 |     1475
425.85/426.02	c  329s |      15 |   145623 |   103332 |   178369      0 |     1416 |     1475
428.25/428.44	c  332s |      15 |   146140 |   103732 |   178369      0 |     1416 |     1475
430.85/431.01	c  334s |      15 |   146650 |   104132 |   178369      0 |     1416 |     1475
433.45/433.62	c  337s |      15 |   147138 |   104532 |   178369      0 |     1416 |     1475
435.95/436.11	c  339s |      15 |   147625 |   104932 |   178369      0 |     1416 |     1475
438.35/438.58	c  342s |      15 |   148124 |   105332 |   178369      0 |     1416 |     1475
440.65/440.85	c  344s |      15 |   148627 |   105732 |   178369      0 |     1416 |     1475
442.64/442.87	c  346s |      15 |   148989 |   106032 |   178369      0 |     1416 |     1475
445.24/445.49	c  349s |      15 |   149489 |   106432 |   178369      0 |     1416 |     1475
447.74/447.93	c  351s |      15 |   149969 |   106832 |   178369      0 |     1416 |     1475
450.04/450.27	c  353s |      15 |   150431 |   107232 |   178369      0 |     1416 |     1475
452.54/452.76	c  356s |      15 |   150912 |   107632 |   178369      0 |     1416 |     1475
454.94/455.16	c  358s |      15 |   151421 |   108032 |   178369      0 |     1416 |     1475
457.44/457.63	c  361s |      15 |   152080 |   108532 |   178369      0 |     1416 |     1475
459.54/459.74	c  363s |      15 |   152578 |   108932 |   178369      0 |     1416 |     1475
461.74/461.90	c  365s |      15 |   153132 |   109332 |   178369      0 |     1416 |     1475
463.74/463.96	c  367s |      15 |   153643 |   109732 |   178369      0 |     1416 |     1475
465.84/466.06	c  369s |      15 |   154139 |   110132 |   178369      0 |     1416 |     1475
468.14/468.31	c  371s |      15 |   154670 |   110532 |   178369      0 |     1416 |     1475
470.44/470.66	c  374s |      15 |   155169 |   110932 |   178369      0 |     1416 |     1475
472.53/472.75	c  376s |      15 |   155687 |   111332 |   178369      0 |     1416 |     1475
474.53/474.79	c  378s |      15 |   156229 |   111732 |   178369      0 |     1416 |     1475
477.13/477.32	c  380s |      15 |   156905 |   112232 |   178369      0 |     1416 |     1475
479.13/479.37	c  383s |      15 |   157451 |   112632 |   178369      0 |     1416 |     1475
481.43/481.67	c  385s |      15 |   157960 |   113032 |   178369      0 |     1416 |     1475
483.73/483.98	c  387s |      15 |   158509 |   113432 |   178369      0 |     1416 |     1475
486.14/486.31	c  389s |      15 |   159195 |   113932 |   178369      0 |     1416 |     1475
488.13/488.33	c  392s |      15 |   159742 |   114332 |   178369      0 |     1416 |     1475
490.54/490.77	c  394s |      15 |   160261 |   114732 |   178369      0 |     1416 |     1475
492.83/493.01	c  396s |      15 |   160770 |   115132 |   178369      0 |     1416 |     1475
495.32/495.59	c  399s |      15 |   161316 |   115532 |   178369      0 |     1416 |     1475
497.62/497.86	c  401s |      15 |   161939 |   115932 |   178369      0 |     1416 |     1475
499.72/499.95	c  403s |      15 |   162478 |   116332 |   178369      0 |     1416 |     1475
501.82/502.08	c  405s |      15 |   163031 |   116732 |   178369      0 |     1416 |     1475
503.92/504.19	c  407s |      15 |   163645 |   117132 |   178369      0 |     1416 |     1475
506.02/506.29	c  409s |      15 |   164154 |   117532 |   178369      0 |     1416 |     1475
508.22/508.49	c  412s |      15 |   164654 |   117932 |   178369      0 |     1416 |     1475
510.72/510.96	c  414s |      15 |   165122 |   118332 |   178369      0 |     1416 |     1475
513.11/513.37	c  417s |      15 |   165662 |   118732 |   178369      0 |     1416 |     1475
515.31/515.59	c  419s |      15 |   166254 |   119132 |   178369      0 |     1416 |     1475
517.71/517.93	c  421s |      15 |   166775 |   119532 |   178369      0 |     1416 |     1475
519.71/519.96	c  423s |      15 |   167300 |   119932 |   178369      0 |     1416 |     1475
522.11/522.39	c  426s |      15 |   167769 |   120332 |   178369      0 |     1416 |     1475
524.41/524.67	c  428s |      15 |   168281 |   120732 |   178369      0 |     1416 |     1475
526.51/526.77	c  430s |      15 |   168863 |   121132 |   178369      0 |     1416 |     1475
528.91/529.16	c  432s |      15 |   169362 |   121532 |   178369      0 |     1416 |     1475
531.51/531.74	c  435s |      15 |   170051 |   122032 |   178369      0 |     1416 |     1475
533.61/533.88	c  437s |      15 |   170566 |   122432 |   178369      0 |     1416 |     1475
535.71/535.97	c  439s |      15 |   171102 |   122832 |   178369      0 |     1416 |     1475
538.11/538.38	c  442s |      15 |   171607 |   123232 |   178369      0 |     1416 |     1475
540.30/540.56	c  444s |      15 |   172168 |   123632 |   178369      0 |     1416 |     1475
542.50/542.75	c  446s |      15 |   172708 |   124032 |   178369      0 |     1416 |     1475
544.80/545.05	c  448s |      15 |   173228 |   124432 |   178369      0 |     1416 |     1475
547.30/547.52	c  451s |      15 |   173737 |   124832 |   178369      0 |     1416 |     1475
549.81/550.01	c  453s |      15 |   174224 |   125232 |   178369      0 |     1416 |     1475
552.01/552.28	c  455s |      15 |   174806 |   125632 |   178369      0 |     1416 |     1475
554.80/555.03	c  458s |      15 |   175278 |   126032 |   178369      0 |     1416 |     1475
556.90/557.12	c  460s |      15 |   175633 |   126332 |   178369      0 |     1416 |     1475
559.00/559.21	c  462s |      15 |   176022 |   126632 |   178369      0 |     1416 |     1475
561.60/561.80	c  465s |      15 |   176571 |   127032 |   178369      0 |     1416 |     1475
564.10/564.40	c  468s |      15 |   177090 |   127432 |   178369      0 |     1416 |     1475
566.40/566.65	c  470s |      15 |   177609 |   127832 |   178369      0 |     1416 |     1475
568.60/568.83	c  472s |      15 |   177979 |   128132 |   178369      0 |     1416 |     1475
570.99/571.26	c  474s |      15 |   178518 |   128532 |   178369      0 |     1416 |     1475
573.59/573.88	c  477s |      15 |   179040 |   128932 |   178369      0 |     1416 |     1475
575.79/576.09	c  479s |      15 |   179397 |   129232 |   196206      0 |     1416 |     1475
578.40/578.63	c  482s |      15 |   179924 |   129632 |   196206      0 |     1416 |     1475
580.39/580.67	c  484s |      15 |   180334 |   129932 |   196206      0 |     1416 |     1475
582.48/582.70	c  486s |      15 |   180766 |   130232 |   196206      0 |     1416 |     1475
584.48/584.71	c  488s |      15 |   181182 |   130532 |   196206      0 |     1416 |     1475
586.98/587.24	c  490s |      15 |   181711 |   130932 |   196206      0 |     1416 |     1475
589.39/589.63	c  493s |      15 |   182062 |   131232 |   196206      0 |     1416 |     1475
591.38/591.67	c  495s |      15 |   182435 |   131532 |   196206      0 |     1416 |     1475
591.48/591.78	c  495s |      16 |   182456 |   131552 |   196206      0 |     1416 |     1475
593.67/593.93	c  497s |      16 |   182678 |   131652 |   196206      0 |     1416 |     1475
595.98/596.25	c  499s |      16 |   183091 |   131952 |   196206      0 |     1416 |     1475
598.07/598.34	c  502s |      16 |   183471 |   132252 |   196206      0 |     1416 |     1475
600.07/600.39	c  504s |      16 |   183835 |   132552 |   196206      0 |     1416 |     1475
602.17/602.42	c  506s |      16 |   184218 |   132852 |   196206      0 |     1416 |     1475
604.27/604.55	c  508s |      16 |   184589 |   133152 |   196206      0 |     1416 |     1475
606.76/607.00	c  510s |      16 |   185097 |   133552 |   196206      0 |     1416 |     1475
608.86/609.14	c  512s |      16 |   185642 |   133952 |   196206      0 |     1416 |     1475
611.26/611.54	c  515s |      16 |   186130 |   134352 |   196206      0 |     1416 |     1475
613.66/613.97	c  517s |      16 |   186639 |   134752 |   196206      0 |     1416 |     1475
616.06/616.35	c  520s |      16 |   187183 |   135152 |   196206      0 |     1416 |     1475
618.26/618.56	c  522s |      16 |   187694 |   135552 |   196206      0 |     1416 |     1475
620.85/621.12	c  524s |      16 |   188255 |   135952 |   196206      0 |     1416 |     1475
622.95/623.29	c  526s |      16 |   188662 |   136252 |   196206      0 |     1416 |     1475
625.76/626.06	c  529s |      16 |   189159 |   136652 |   196206      0 |     1416 |     1475
627.96/628.24	c  531s |      16 |   189544 |   136952 |   196206      0 |     1416 |     1475
630.06/630.38	c  534s |      16 |   189942 |   137252 |   196206      0 |     1416 |     1475
632.15/632.48	c  536s |      16 |   190330 |   137552 |   196206      0 |     1416 |     1475
634.34/634.66	c  538s |      16 |   190712 |   137852 |   196206      0 |     1416 |     1475
636.54/636.86	c  540s |      16 |   191071 |   138152 |   196206      0 |     1416 |     1475
638.95/639.22	c  542s |      16 |   191444 |   138452 |   196206      0 |     1416 |     1475
641.54/641.89	c  545s |      16 |   191939 |   138852 |   196206      0 |     1416 |     1475
643.84/644.12	c  547s |      16 |   192320 |   139152 |   196206      0 |     1416 |     1475
645.84/646.14	c  549s |      16 |   192719 |   139452 |   196206      0 |     1416 |     1475
648.14/648.43	c  552s |      16 |   193100 |   139752 |   196206      0 |     1416 |     1475
650.24/650.58	c  554s |      16 |   193484 |   140052 |   196206      0 |     1416 |     1475
652.63/652.99	c  556s |      16 |   193837 |   140352 |   196206      0 |     1416 |     1475
654.93/655.24	c  558s |      16 |   194200 |   140652 |   196206      0 |     1416 |     1475
657.03/657.32	c  560s |      16 |   194613 |   140952 |   196206      0 |     1416 |     1475
659.13/659.47	c  563s |      16 |   195021 |   141252 |   196206      0 |     1416 |     1475
661.33/661.68	c  565s |      16 |   195387 |   141552 |   196206      0 |     1416 |     1475
663.43/663.78	c  567s |      16 |   195765 |   141852 |   196206      0 |     1416 |     1475
665.93/666.25	c  569s |      16 |   196392 |   142252 |   196206      0 |     1416 |     1475
668.03/668.31	c  571s |      16 |   197004 |   142652 |   196206      0 |     1416 |     1475
670.13/670.47	c  574s |      16 |   197626 |   143052 |   196206      0 |     1416 |     1475
672.52/672.89	c  576s |      16 |   198154 |   143452 |   196206      0 |     1416 |     1475
674.72/675.03	c  578s |      16 |   198787 |   143852 |   196206      0 |     1416 |     1475
677.02/677.39	c  581s |      16 |   199315 |   144252 |   196206      0 |     1416 |     1475
679.42/679.70	c  583s |      16 |   200122 |   144752 |   196206      0 |     1416 |     1475
681.52/681.86	c  585s |      16 |   200679 |   145152 |   196206      0 |     1416 |     1475
683.82/684.19	c  587s |      16 |   201410 |   145652 |   196206      0 |     1416 |     1475
685.92/686.20	c  589s |      16 |   201952 |   146052 |   196206      0 |     1416 |     1475
688.02/688.33	c  592s |      16 |   202501 |   146452 |   196206      0 |     1416 |     1475
690.32/690.69	c  594s |      16 |   203034 |   146852 |   196206      0 |     1416 |     1475
692.92/693.21	c  596s |      16 |   203591 |   147252 |   196206      0 |     1416 |     1475
695.22/695.54	c  599s |      16 |   204153 |   147652 |   196206      0 |     1416 |     1475
697.32/697.65	c  601s |      16 |   204751 |   148052 |   196206      0 |     1416 |     1475
699.82/700.14	c  603s |      16 |   205448 |   148552 |   196206      0 |     1416 |     1475
701.81/702.16	c  605s |      16 |   205985 |   148952 |   196206      0 |     1416 |     1475
704.21/704.53	c  608s |      16 |   206657 |   149452 |   196206      0 |     1416 |     1475
706.51/706.87	c  610s |      16 |   207312 |   149952 |   196206      0 |     1416 |     1475
709.22/709.55	c  613s |      16 |   207798 |   150352 |   196206      0 |     1416 |     1475
711.51/711.84	c  615s |      16 |   208255 |   150752 |   196206      0 |     1416 |     1475
714.10/714.42	c  618s |      16 |   208894 |   151252 |   196206      0 |     1416 |     1475
716.60/716.94	c  620s |      16 |   209468 |   151652 |   196206      0 |     1416 |     1475
719.00/719.40	c  623s |      16 |   210042 |   152052 |   196206      0 |     1416 |     1475
721.70/722.01	c  625s |      16 |   210588 |   152452 |   196206      0 |     1416 |     1475
724.10/724.47	c  628s |      16 |   211151 |   152852 |   196206      0 |     1416 |     1475
726.50/726.85	c  630s |      16 |   211715 |   153252 |   196206      0 |     1416 |     1475
728.80/729.14	c  632s |      16 |   212303 |   153652 |   196206      0 |     1416 |     1475
731.19/731.59	c  635s |      16 |   212961 |   154052 |   196206      0 |     1416 |     1475
733.79/734.18	c  637s |      16 |   213479 |   154452 |   196206      0 |     1416 |     1475
736.29/736.62	c  640s |      16 |   214150 |   154852 |   196206      0 |     1416 |     1475
738.39/738.77	c  642s |      16 |   214582 |   155152 |   196206      0 |     1416 |     1475
740.59/740.93	c  644s |      16 |   215001 |   155452 |   196206      0 |     1416 |     1475
742.98/743.37	c  647s |      16 |   215567 |   155852 |   196206      0 |     1416 |     1475
745.49/745.86	c  649s |      16 |   216112 |   156252 |   196206      0 |     1416 |     1475
747.98/748.37	c  652s |      16 |   216661 |   156652 |   196206      0 |     1416 |     1475
750.48/750.80	c  654s |      16 |   217183 |   157052 |   196206      0 |     1416 |     1475
752.58/752.97	c  656s |      16 |   217777 |   157452 |   196206      0 |     1416 |     1475
755.18/755.55	c  659s |      16 |   218447 |   157952 |   196206      0 |     1416 |     1475
757.47/757.85	c  661s |      16 |   218972 |   158352 |   196206      0 |     1416 |     1475
759.97/760.34	c  664s |      16 |   219498 |   158752 |   196206      0 |     1416 |     1475
762.47/762.84	c  666s |      16 |   220047 |   159152 |   196206      0 |     1416 |     1475
764.97/765.39	c  669s |      16 |   220551 |   159552 |   196206      0 |     1416 |     1475
767.77/768.12	c  671s |      16 |   221065 |   159952 |   196206      0 |     1416 |     1475
770.47/770.80	c  674s |      16 |   221612 |   160352 |   196206      0 |     1416 |     1475
772.56/772.90	c  676s |      16 |   221995 |   160652 |   196206      0 |     1416 |     1475
774.56/774.94	c  678s |      16 |   222371 |   160952 |   196206      0 |     1416 |     1475
777.06/777.41	c  681s |      16 |   222935 |   161352 |   196206      0 |     1416 |     1475
779.67/780.07	c  683s |      16 |   223446 |   161752 |   196206      0 |     1416 |     1475
781.76/782.20	c  685s |      16 |   223805 |   162052 |   196206      0 |     1416 |     1475
783.96/784.40	c  688s |      16 |   224151 |   162352 |   196206      0 |     1416 |     1475
786.05/786.50	c  690s |      16 |   224550 |   162652 |   196206      0 |     1416 |     1475
788.25/788.66	c  692s |      16 |   224922 |   162952 |   196206      0 |     1416 |     1475
790.35/790.74	c  694s |      16 |   225279 |   163252 |   196206      0 |     1416 |     1475
792.35/792.76	c  696s |      16 |   225677 |   163552 |   196206      0 |     1416 |     1475
794.35/794.79	c  698s |      16 |   226083 |   163852 |   196206      0 |     1416 |     1475
796.65/797.01	c  700s |      16 |   226506 |   164152 |   196206      0 |     1416 |     1475
798.85/799.25	c  702s |      16 |   226861 |   164452 |   196206      0 |     1416 |     1475
801.44/801.81	c  705s |      16 |   227394 |   164852 |   196206      0 |     1416 |     1475
804.04/804.44	c  708s |      16 |   227871 |   165252 |   196206      0 |     1416 |     1475
806.05/806.47	c  710s |      16 |   228238 |   165552 |   196206      0 |     1416 |     1475
808.25/808.63	c  712s |      16 |   228608 |   165852 |   196206      0 |     1416 |     1475
810.35/810.77	c  714s |      16 |   229004 |   166152 |   196206      0 |     1416 |     1475
812.55/812.97	c  716s |      16 |   229399 |   166452 |   196206      0 |     1416 |     1475
815.04/815.45	c  719s |      16 |   229777 |   166752 |   196206      0 |     1416 |     1475
817.34/817.70	c  721s |      16 |   230195 |   167052 |   196206      0 |     1416 |     1475
819.84/820.23	c  723s |      16 |   230558 |   167352 |   196206      0 |     1416 |     1475
822.14/822.57	c  726s |      16 |   230921 |   167652 |   196206      0 |     1416 |     1475
824.24/824.64	c  728s |      16 |   231345 |   167952 |   196206      0 |     1416 |     1475
826.34/826.78	c  730s |      16 |   231733 |   168252 |   196206      0 |     1416 |     1475
828.54/828.92	c  732s |      16 |   232100 |   168552 |   196206      0 |     1416 |     1475
830.93/831.31	c  734s |      16 |   232523 |   168852 |   196206      0 |     1416 |     1475
832.93/833.36	c  737s |      16 |   233016 |   169152 |   196206      0 |     1416 |     1475
835.43/835.89	c  739s |      16 |   233738 |   169552 |   196206      0 |     1416 |     1475
838.03/838.46	c  742s |      16 |   234342 |   169952 |   196206      0 |     1416 |     1475
840.53/840.99	c  744s |      16 |   234835 |   170352 |   196206      0 |     1416 |     1475
843.23/843.60	c  747s |      16 |   235464 |   170752 |   196206      0 |     1416 |     1475
845.23/845.60	c  749s |      16 |   235889 |   171052 |   196206      0 |     1416 |     1475
847.83/848.28	c  751s |      16 |   236460 |   171452 |   196206      0 |     1416 |     1475
850.23/850.63	c  754s |      16 |   236855 |   171752 |   196206      0 |     1416 |     1475
852.23/852.68	c  756s |      16 |   237317 |   172052 |   196206      0 |     1416 |     1475
854.22/854.69	c  758s |      16 |   237694 |   172352 |   196206      0 |     1416 |     1475
856.53/856.97	c  760s |      16 |   238117 |   172652 |   196206      0 |     1416 |     1475
858.92/859.33	c  762s |      16 |   238544 |   172952 |   196206      0 |     1416 |     1475
861.52/861.97	c  765s |      16 |   238993 |   173252 |   196206      0 |     1416 |     1475
863.92/864.33	c  768s |      16 |   239407 |   173552 |   196206      0 |     1416 |     1475
866.32/866.72	c  770s |      16 |   239809 |   173852 |   196206      0 |     1416 |     1475
868.62/869.10	c  772s |      16 |   240211 |   174152 |   196206      0 |     1416 |     1475
871.01/871.40	c  775s |      16 |   240676 |   174452 |   196206      0 |     1416 |     1475
873.31/873.72	c  777s |      16 |   241162 |   174752 |   196206      0 |     1416 |     1475
875.61/876.02	c  779s |      16 |   241592 |   175052 |   196206      0 |     1416 |     1475
878.21/878.67	c  782s |      16 |   242000 |   175352 |   196206      0 |     1416 |     1475
880.41/880.80	c  784s |      16 |   242358 |   175652 |   196206      0 |     1416 |     1475
882.50/882.96	c  786s |      16 |   242820 |   175952 |   196206      0 |     1416 |     1475
885.11/885.58	c  789s |      16 |   243208 |   176252 |   196206      0 |     1416 |     1475
887.41/887.85	c  791s |      16 |   243691 |   176552 |   196206      0 |     1416 |     1475
889.90/890.38	c  794s |      16 |   244154 |   176852 |   196206      0 |     1416 |     1475
892.50/892.95	c  796s |      16 |   244540 |   177152 |   196206      0 |     1416 |     1475
895.30/895.72	c  799s |      16 |   244953 |   177452 |   196206      0 |     1416 |     1475
897.80/898.22	c  801s |      16 |   245323 |   177752 |   196206      0 |     1416 |     1475
900.40/900.82	c  804s |      16 |   245697 |   178052 |   196206      0 |     1416 |     1475
903.00/903.40	c  807s |      16 |   246082 |   178352 |   196206      0 |     1416 |     1475
905.50/905.99	c  809s |      16 |   246466 |   178652 |   196206      0 |     1416 |     1475
907.60/908.00	c  811s |      16 |   246711 |   178852 |   196206      0 |     1416 |     1475
910.41/910.82	c  814s |      16 |   247077 |   179152 |   196206      0 |     1416 |     1475
913.10/913.53	c  817s |      16 |   247489 |   179452 |   196206      0 |     1416 |     1475
915.10/915.54	c  819s |      16 |   247893 |   179752 |   196206      0 |     1416 |     1475
917.40/917.83	c  821s |      16 |   248332 |   180052 |   196206      0 |     1416 |     1475
919.70/920.10	c  823s |      16 |   248750 |   180352 |   196206      0 |     1416 |     1475
921.70/922.19	c  825s |      16 |   249169 |   180652 |   196206      0 |     1416 |     1475
924.00/924.40	c  828s |      16 |   249625 |   180952 |   196206      0 |     1416 |     1475
926.20/926.68	c  830s |      16 |   250021 |   181252 |   196206      0 |     1416 |     1475
928.60/929.09	c  832s |      16 |   250470 |   181552 |   196206      0 |     1416 |     1475
931.20/931.62	c  835s |      16 |   250879 |   181852 |   196206      0 |     1416 |     1475
933.50/933.97	c  837s |      16 |   251244 |   182152 |   196206      0 |     1416 |     1475
936.00/936.45	c  840s |      16 |   251591 |   182452 |   196206      0 |     1416 |     1475
938.50/938.98	c  842s |      16 |   251953 |   182752 |   196206      0 |     1416 |     1475
940.69/941.12	c  844s |      16 |   252335 |   183052 |   196206      0 |     1416 |     1475
943.09/943.51	c  847s |      16 |   252758 |   183352 |   196206      0 |     1416 |     1475
945.70/946.15	c  849s |      16 |   253179 |   183652 |   196206      0 |     1416 |     1475
948.49/948.91	c  852s |      16 |   253564 |   183952 |   196206      0 |     1416 |     1475
950.99/951.42	c  855s |      16 |   253992 |   184252 |   196206      0 |     1416 |     1475
953.59/954.08	c  857s |      16 |   254380 |   184552 |   196206      0 |     1416 |     1475
956.19/956.65	c  860s |      16 |   254787 |   184852 |   196206      0 |     1416 |     1475
958.80/959.29	c  862s |      16 |   255188 |   185152 |   196206      0 |     1416 |     1475
961.49/961.92	c  865s |      16 |   255598 |   185452 |   196206      0 |     1416 |     1475
963.99/964.49	c  868s |      16 |   255980 |   185752 |   196206      0 |     1416 |     1475
966.69/967.15	c  870s |      16 |   256426 |   186052 |   196206      0 |     1416 |     1475
969.29/969.74	c  873s |      16 |   256785 |   186352 |   196206      0 |     1416 |     1475
971.89/972.33	c  876s |      16 |   257174 |   186652 |   196206      0 |     1416 |     1475
973.99/974.40	c  878s |      16 |   257419 |   186852 |   196206      0 |     1416 |     1475
976.29/976.76	c  880s |      16 |   257821 |   187152 |   196206      0 |     1416 |     1475
978.70/979.12	c  882s |      16 |   258228 |   187452 |   196206      0 |     1416 |     1475
981.29/981.71	c  885s |      16 |   258654 |   187752 |   196206      0 |     1416 |     1475
983.89/984.30	c  887s |      16 |   259257 |   188152 |   196206      0 |     1416 |     1475
986.29/986.79	c  890s |      16 |   259700 |   188452 |   196206      0 |     1416 |     1475
988.59/989.02	c  892s |      16 |   260087 |   188752 |   196206      0 |     1416 |     1475
990.69/991.19	c  894s |      16 |   260469 |   189052 |   196206      0 |     1416 |     1475
992.99/993.45	c  897s |      16 |   260821 |   189352 |   196206      0 |     1416 |     1475
995.79/996.28	c  899s |      16 |   261192 |   189652 |   196206      0 |     1416 |     1475
998.39/998.86	c  902s |      16 |   261634 |   189952 |   196206      0 |     1416 |     1475
1000.98/1001.46	c  905s |      16 |   262003 |   190252 |   196206      0 |     1416 |     1475
1003.48/1003.98	c  907s |      16 |   262334 |   190552 |   196206      0 |     1416 |     1475
1006.09/1006.56	c  910s |      16 |   262718 |   190852 |   196206      0 |     1416 |     1475
1008.68/1009.13	c  912s |      16 |   263058 |   191152 |   196206      0 |     1416 |     1475
1011.38/1011.88	c  915s |      16 |   263423 |   191452 |   196206      0 |     1416 |     1475
1014.28/1014.72	c  918s |      16 |   263783 |   191752 |   196206      0 |     1416 |     1475
1016.68/1017.13	c  920s |      16 |   264187 |   192052 |   196206      0 |     1416 |     1475
1019.29/1019.74	c  923s |      16 |   264566 |   192352 |   196206      0 |     1416 |     1475
1022.18/1022.66	c  926s |      16 |   264994 |   192652 |   196206      0 |     1416 |     1475
1025.28/1025.70	c  929s |      16 |   265342 |   192952 |   196206      0 |     1416 |     1475
1027.48/1027.92	c  931s |      16 |   265565 |   193152 |   196206      0 |     1416 |     1475
1030.08/1030.53	c  934s |      16 |   265910 |   193452 |   196206      0 |     1416 |     1475
1033.08/1033.53	c  937s |      16 |   266252 |   193752 |   196206      0 |     1416 |     1475
1035.08/1035.55	c  939s |      16 |   266472 |   193952 |   196206      0 |     1416 |     1475
1037.18/1037.63	c  941s |      16 |   266718 |   194152 |   196206      0 |     1416 |     1475
1039.28/1039.75	c  943s |      16 |   266926 |   194352 |   196206      0 |     1416 |     1475
1041.99/1042.40	c  946s |      16 |   267326 |   194652 |   215827      0 |     1416 |     1475
1044.99/1045.46	c  949s |      16 |   267698 |   194952 |   215827      0 |     1416 |     1475
1047.09/1047.57	c  951s |      16 |   267949 |   195152 |   215827      0 |     1416 |     1475
1049.19/1049.60	c  953s |      16 |   268231 |   195352 |   215827      0 |     1416 |     1475
1051.19/1051.62	c  955s |      16 |   268508 |   195552 |   215827      0 |     1416 |     1475
1053.29/1053.72	c  957s |      16 |   268741 |   195752 |   215827      0 |     1416 |     1475
1056.09/1056.55	c  960s |      16 |   269160 |   196052 |   215827      0 |     1416 |     1475
1058.59/1059.02	c  962s |      16 |   269571 |   196352 |   215827      0 |     1416 |     1475
1061.28/1061.79	c  965s |      16 |   269985 |   196652 |   215827      0 |     1416 |     1475
1064.08/1064.50	c  968s |      16 |   270349 |   196952 |   215827      0 |     1416 |     1475
1066.69/1067.18	c  970s |      16 |   270757 |   197252 |   215827      0 |     1416 |     1475
1068.28/1068.73	c  972s |      17 |   270976 |   197432 |   215827      0 |     1416 |     1475
1071.18/1071.61	c  975s |      17 |   271191 |   197532 |   215827      0 |     1416 |     1475
1074.08/1074.52	c  978s |      17 |   271585 |   197832 |   215827      0 |     1416 |     1475
1076.59/1077.02	c  980s |      17 |   272069 |   198132 |   215827      0 |     1416 |     1475
1078.69/1079.17	c  982s |      17 |   272332 |   198332 |   215827      0 |     1416 |     1475
1080.99/1081.41	c  985s |      17 |   272565 |   198532 |   215827      0 |     1416 |     1475
1082.98/1083.42	c  987s |      17 |   272806 |   198732 |   215827      0 |     1416 |     1475
1085.88/1086.34	c  990s |      17 |   273201 |   199032 |   215827      0 |     1416 |     1475
1087.98/1088.44	c  992s |      17 |   273459 |   199232 |   215827      0 |     1416 |     1475
1090.18/1090.61	c  994s |      17 |   273689 |   199432 |   215827      0 |     1416 |     1475
1092.38/1092.83	c  996s |      17 |   273956 |   199632 |   215827      0 |     1416 |     1475
1095.19/1095.63	c  999s |      17 |   274357 |   199932 |   215827      0 |     1416 |     1475
1097.98/1098.47	c 1002s |      17 |   274746 |   200232 |   215827      0 |     1416 |     1475
1100.18/1100.62	c 1004s |      17 |   274986 |   200432 |   215827      0 |     1416 |     1475
1102.58/1103.03	c 1006s |      17 |   275372 |   200732 |   215827      0 |     1416 |     1475
1105.38/1105.86	c 1009s |      17 |   275763 |   201032 |   215827      0 |     1416 |     1475
1108.38/1108.85	c 1012s |      17 |   276113 |   201332 |   215827      0 |     1416 |     1475
1110.58/1111.06	c 1014s |      17 |   276366 |   201532 |   215827      0 |     1416 |     1475
1113.28/1113.75	c 1017s |      17 |   276759 |   201832 |   215827      0 |     1416 |     1475
1116.28/1116.71	c 1020s |      17 |   277125 |   202132 |   215827      0 |     1416 |     1475
1118.48/1118.98	c 1022s |      17 |   277513 |   202432 |   215827      0 |     1416 |     1475
1121.18/1121.60	c 1025s |      17 |   277887 |   202732 |   215827      0 |     1416 |     1475
1123.18/1123.68	c 1027s |      17 |   278144 |   202932 |   215827      0 |     1416 |     1475
1126.08/1126.50	c 1030s |      17 |   278538 |   203232 |   215827      0 |     1416 |     1475
1128.77/1129.22	c 1032s |      17 |   278913 |   203532 |   215827      0 |     1416 |     1475
1131.37/1131.89	c 1035s |      17 |   279289 |   203832 |   215827      0 |     1416 |     1475
1133.97/1134.47	c 1038s |      17 |   279635 |   204132 |   215827      0 |     1416 |     1475
1136.77/1137.25	c 1040s |      17 |   280000 |   204432 |   215827      0 |     1416 |     1475
1139.28/1139.72	c 1043s |      17 |   280378 |   204732 |   215827      0 |     1416 |     1475
1141.67/1142.10	c 1045s |      17 |   280765 |   205032 |   215827      0 |     1416 |     1475
1144.27/1144.71	c 1048s |      17 |   281176 |   205332 |   215827      0 |     1416 |     1475
1146.77/1147.28	c 1050s |      17 |   281527 |   205632 |   215827      0 |     1416 |     1475
1149.37/1149.85	c 1053s |      17 |   281899 |   205932 |   215827      0 |     1416 |     1475
1152.27/1152.79	c 1056s |      17 |   282256 |   206232 |   215827      0 |     1416 |     1475
1155.07/1155.58	c 1059s |      17 |   282673 |   206532 |   215827      0 |     1416 |     1475
1157.17/1157.63	c 1061s |      17 |   282935 |   206732 |   215827      0 |     1416 |     1475
1159.47/1159.95	c 1063s |      17 |   283188 |   206932 |   215827      0 |     1416 |     1475
1161.67/1162.15	c 1065s |      17 |   283418 |   207132 |   215827      0 |     1416 |     1475
1164.07/1164.51	c 1068s |      17 |   283662 |   207332 |   215827      0 |     1416 |     1475
1166.97/1167.45	c 1071s |      17 |   284031 |   207632 |   215827      0 |     1416 |     1475
1168.98/1169.46	c 1073s |      17 |   284262 |   207832 |   215827      0 |     1416 |     1475
1171.07/1171.56	c 1075s |      17 |   284481 |   208032 |   215827      0 |     1416 |     1475
1174.17/1174.67	c 1078s |      17 |   284814 |   208332 |   215827      0 |     1416 |     1475
1176.37/1176.83	c 1080s |      17 |   285067 |   208532 |   215827      0 |     1416 |     1475
1178.47/1178.96	c 1082s |      17 |   285328 |   208732 |   215827      0 |     1416 |     1475
1180.57/1181.01	c 1084s |      17 |   285568 |   208932 |   215827      0 |     1416 |     1475
1182.77/1183.23	c 1086s |      17 |   285801 |   209132 |   215827      0 |     1416 |     1475
1185.37/1185.90	c 1089s |      17 |   286197 |   209432 |   215827      0 |     1416 |     1475
1188.07/1188.53	c 1092s |      17 |   286548 |   209732 |   215827      0 |     1416 |     1475
1190.27/1190.71	c 1094s |      17 |   286788 |   209932 |   215827      0 |     1416 |     1475
1192.26/1192.77	c 1096s |      17 |   287030 |   210132 |   215827      0 |     1416 |     1475
1194.36/1194.82	c 1098s |      17 |   287278 |   210332 |   215827      0 |     1416 |     1475
1196.86/1197.39	c 1101s |      17 |   287652 |   210632 |   215827      0 |     1416 |     1475
1198.96/1199.42	c 1103s |      17 |   287912 |   210832 |   215827      0 |     1416 |     1475
1201.06/1201.50	c 1105s |      17 |   288156 |   211032 |   215827      0 |     1416 |     1475
1203.36/1203.84	c 1107s |      17 |   288376 |   211232 |   215827      0 |     1416 |     1475
1206.16/1206.67	c 1110s |      17 |   288784 |   211532 |   215827      0 |     1416 |     1475
1208.86/1209.36	c 1113s |      17 |   289034 |   211732 |   215827      0 |     1416 |     1475
1211.16/1211.69	c 1115s |      17 |   289287 |   211932 |   215827      0 |     1416 |     1475
1213.66/1214.18	c 1117s |      17 |   289531 |   212132 |   215827      0 |     1416 |     1475
1215.96/1216.42	c 1120s |      17 |   289820 |   212332 |   215827      0 |     1416 |     1475
1218.06/1218.55	c 1122s |      17 |   290091 |   212532 |   215827      0 |     1416 |     1475
1220.96/1221.41	c 1125s |      17 |   290502 |   212832 |   215827      0 |     1416 |     1475
1223.06/1223.51	c 1127s |      17 |   290748 |   213032 |   215827      0 |     1416 |     1475
1225.26/1225.73	c 1129s |      17 |   290999 |   213232 |   215827      0 |     1416 |     1475
1227.96/1228.41	c 1132s |      17 |   291356 |   213532 |   215827      0 |     1416 |     1475
1230.96/1231.40	c 1135s |      17 |   291726 |   213832 |   215827      0 |     1416 |     1475
1233.16/1233.70	c 1137s |      17 |   291950 |   214032 |   215827      0 |     1416 |     1475
1235.76/1236.20	c 1139s |      17 |   292184 |   214232 |   215827      0 |     1416 |     1475
1237.95/1238.44	c 1142s |      17 |   292421 |   214432 |   215827      0 |     1416 |     1475
1240.25/1240.74	c 1144s |      17 |   292677 |   214632 |   215827      0 |     1416 |     1475
1242.66/1243.17	c 1146s |      17 |   292920 |   214832 |   215827      0 |     1416 |     1475
1244.95/1245.40	c 1149s |      17 |   293149 |   215032 |   215827      0 |     1416 |     1475
1247.35/1247.80	c 1151s |      17 |   293398 |   215232 |   215827      0 |     1416 |     1475
1249.35/1249.80	c 1153s |      17 |   293660 |   215432 |   215827      0 |     1416 |     1475
1251.55/1252.02	c 1155s |      17 |   293897 |   215632 |   215827      0 |     1416 |     1475
1254.05/1254.59	c 1158s |      17 |   294110 |   215832 |   215827      0 |     1416 |     1475
1256.65/1257.12	c 1160s |      17 |   294335 |   216032 |   215827      0 |     1416 |     1475
1258.75/1259.28	c 1162s |      17 |   294577 |   216232 |   215827      0 |     1416 |     1475
1260.95/1261.49	c 1165s |      17 |   294853 |   216432 |   215827      0 |     1416 |     1475
1263.05/1263.55	c 1167s |      17 |   295115 |   216632 |   215827      0 |     1416 |     1475
1265.45/1265.93	c 1169s |      17 |   295355 |   216832 |   215827      0 |     1416 |     1475
1267.75/1268.25	c 1171s |      17 |   295595 |   217032 |   215827      0 |     1416 |     1475
1270.16/1270.61	c 1174s |      17 |   295874 |   217232 |   215827      0 |     1416 |     1475
1272.75/1273.28	c 1176s |      17 |   296260 |   217532 |   215827      0 |     1416 |     1475
1274.95/1275.49	c 1179s |      17 |   296524 |   217732 |   215827      0 |     1416 |     1475
1277.15/1277.61	c 1181s |      17 |   296778 |   217932 |   215827      0 |     1416 |     1475
1279.45/1279.90	c 1183s |      17 |   297054 |   218132 |   215827      0 |     1416 |     1475
1284.14/1284.65	c 1188s |      17 |   297175 |   218232 |   215827      1 |     1416 |     1475
1287.65/1288.12	c 1191s |      17 |   297406 |   218432 |   215827      1 |     1416 |     1475
1289.95/1290.44	c 1194s |      17 |   297531 |   218532 |   215827      1 |     1416 |     1475
1291.94/1292.47	c 1196s |      17 |   297763 |   218732 |   215827      1 |     1416 |     1475
1294.44/1294.95	c 1198s |      17 |   298130 |   219032 |   215827      1 |     1416 |     1475
1296.94/1297.43	c 1201s |      17 |   298505 |   219332 |   215827      1 |     1416 |     1475
1299.75/1300.23	c 1203s |      17 |   298784 |   219532 |   215827      1 |     1416 |     1475
1302.05/1302.57	c 1206s |      17 |   299202 |   219832 |   215827      1 |     1416 |     1475
1304.74/1305.27	c 1208s |      17 |   299573 |   220132 |   215827      1 |     1416 |     1475
1307.34/1307.85	c 1211s |      17 |   299834 |   220332 |   215827      1 |     1416 |     1475
1309.75/1310.27	c 1213s |      17 |   300230 |   220632 |   215827      1 |     1416 |     1475
1312.04/1312.57	c 1216s |      17 |   300596 |   220932 |   215827      1 |     1416 |     1475
1314.64/1315.12	c 1218s |      17 |   300997 |   221232 |   215827      1 |     1416 |     1475
1317.64/1318.15	c 1221s |      17 |   301338 |   221532 |   215827      1 |     1416 |     1475
1320.34/1320.85	c 1224s |      17 |   301699 |   221832 |   215827      1 |     1416 |     1475
1322.74/1323.22	c 1226s |      17 |   302078 |   222132 |   215827      1 |     1416 |     1475
1325.24/1325.75	c 1229s |      17 |   302434 |   222432 |   215827      1 |     1416 |     1475
1327.74/1328.26	c 1231s |      17 |   302779 |   222732 |   215827      1 |     1416 |     1475
1330.14/1330.67	c 1234s |      17 |   303186 |   223032 |   215827      1 |     1416 |     1475
1332.54/1333.09	c 1236s |      17 |   303549 |   223332 |   215827      1 |     1416 |     1475
1334.84/1335.36	c 1239s |      17 |   303930 |   223632 |   215827      1 |     1416 |     1475
1337.43/1337.90	c 1241s |      17 |   304293 |   223932 |   215827      1 |     1416 |     1475
1340.13/1340.68	c 1244s |      17 |   304687 |   224232 |   215827      1 |     1416 |     1475
1342.33/1342.86	c 1246s |      17 |   304906 |   224432 |   215827      1 |     1416 |     1475
1345.13/1345.63	c 1249s |      17 |   305262 |   224732 |   215827      1 |     1416 |     1475
1347.93/1348.45	c 1252s |      17 |   305592 |   225032 |   215827      1 |     1416 |     1475
1350.44/1350.91	c 1254s |      17 |   305959 |   225332 |   215827      1 |     1416 |     1475
1353.23/1353.71	c 1257s |      17 |   306330 |   225632 |   215827      1 |     1416 |     1475
1355.53/1356.01	c 1259s |      17 |   306702 |   225932 |   215827      1 |     1416 |     1475
1357.93/1358.47	c 1262s |      17 |   307077 |   226232 |   215827      1 |     1416 |     1475
1360.13/1360.68	c 1264s |      17 |   307468 |   226532 |   215827      1 |     1416 |     1475
1362.73/1363.27	c 1266s |      17 |   307805 |   226832 |   215827      1 |     1416 |     1475
1365.53/1366.07	c 1269s |      17 |   308156 |   227132 |   215827      1 |     1416 |     1475
1368.33/1368.87	c 1272s |      17 |   308515 |   227432 |   215827      1 |     1416 |     1475
1371.24/1371.70	c 1275s |      17 |   308864 |   227732 |   215827      1 |     1416 |     1475
1374.03/1374.51	c 1278s |      17 |   309223 |   228032 |   215827      1 |     1416 |     1475
1376.63/1377.19	c 1280s |      17 |   309587 |   228332 |   215827      1 |     1416 |     1475
1379.43/1379.94	c 1283s |      17 |   309953 |   228632 |   215827      1 |     1416 |     1475
1382.43/1382.90	c 1286s |      17 |   310309 |   228932 |   215827      1 |     1416 |     1475
1385.13/1385.66	c 1289s |      17 |   310678 |   229232 |   215827      1 |     1416 |     1475
1387.13/1387.67	c 1291s |      17 |   310918 |   229432 |   215827      1 |     1416 |     1475
1389.23/1389.71	c 1293s |      17 |   311162 |   229632 |   215827      1 |     1416 |     1475
1391.23/1391.72	c 1295s |      17 |   311414 |   229832 |   215827      1 |     1416 |     1475
1393.93/1394.42	c 1298s |      17 |   311788 |   230132 |   215827      1 |     1416 |     1475
1396.82/1397.31	c 1300s |      17 |   312143 |   230432 |   215827      1 |     1416 |     1475
1398.92/1399.43	c 1303s |      17 |   312370 |   230632 |   215827      1 |     1416 |     1475
1401.12/1401.63	c 1305s |      17 |   312628 |   230832 |   215827      1 |     1416 |     1475
1403.23/1403.71	c 1307s |      17 |   312861 |   231032 |   215827      1 |     1416 |     1475
1406.12/1406.63	c 1310s |      17 |   313232 |   231332 |   215827      1 |     1416 |     1475
1408.92/1409.49	c 1313s |      17 |   313622 |   231632 |   215827      1 |     1416 |     1475
1411.02/1411.57	c 1315s |      17 |   313874 |   231832 |   215827      1 |     1416 |     1475
1413.03/1413.57	c 1317s |      17 |   314114 |   232032 |   215827      1 |     1416 |     1475
1415.03/1415.59	c 1319s |      17 |   314349 |   232232 |   215827      1 |     1416 |     1475
1417.13/1417.63	c 1321s |      17 |   314607 |   232432 |   215827      1 |     1416 |     1475
1420.03/1420.57	c 1324s |      17 |   314990 |   232732 |   215827      1 |     1416 |     1475
1422.83/1423.35	c 1327s |      17 |   315334 |   233032 |   215827      1 |     1416 |     1475
1425.33/1425.84	c 1329s |      17 |   315691 |   233332 |   215827      1 |     1416 |     1475
1427.83/1428.31	c 1331s |      17 |   316066 |   233632 |   215827      1 |     1416 |     1475
1430.33/1430.85	c 1334s |      17 |   316430 |   233932 |   215827      1 |     1416 |     1475
1432.93/1433.49	c 1337s |      17 |   316773 |   234232 |   215827      1 |     1416 |     1475
1435.03/1435.58	c 1339s |      17 |   317004 |   234432 |   215827      1 |     1416 |     1475
1437.23/1437.80	c 1341s |      17 |   317225 |   234632 |   215827      1 |     1416 |     1475
1439.32/1439.83	c 1343s |      17 |   317476 |   234832 |   215827      1 |     1416 |     1475
1442.22/1442.77	c 1346s |      17 |   317829 |   235132 |   215827      1 |     1416 |     1475
1444.52/1445.04	c 1348s |      17 |   318065 |   235332 |   215827      1 |     1416 |     1475
1447.32/1447.82	c 1351s |      17 |   318428 |   235632 |   215827      1 |     1416 |     1475
1450.02/1450.57	c 1354s |      17 |   318812 |   235932 |   215827      1 |     1416 |     1475
1452.32/1452.88	c 1356s |      17 |   319181 |   236232 |   215827      1 |     1416 |     1475
1454.83/1455.37	c 1359s |      17 |   319527 |   236532 |   215827      1 |     1416 |     1475
1457.52/1458.00	c 1361s |      17 |   319894 |   236832 |   215827      1 |     1416 |     1475
1459.92/1460.42	c 1364s |      17 |   320254 |   237132 |   215827      1 |     1416 |     1475
1462.53/1463.03	c 1366s |      17 |   320623 |   237432 |   215827      1 |     1416 |     1475
1465.22/1465.72	c 1369s |      17 |   320984 |   237732 |   215827      1 |     1416 |     1475
1467.82/1468.35	c 1372s |      17 |   321341 |   238032 |   215827      1 |     1416 |     1475
1470.72/1471.28	c 1374s |      17 |   321690 |   238332 |   215827      1 |     1416 |     1475
1473.12/1473.68	c 1377s |      17 |   322039 |   238632 |   215827      1 |     1416 |     1475
1475.62/1476.19	c 1379s |      17 |   322408 |   238932 |   215827      1 |     1416 |     1475
1478.03/1478.52	c 1382s |      17 |   322760 |   239232 |   215827      1 |     1416 |     1475
1480.32/1480.85	c 1384s |      17 |   323131 |   239532 |   215827      1 |     1416 |     1475
1482.52/1483.00	c 1386s |      17 |   323422 |   239732 |   215827      1 |     1416 |     1475
1484.62/1485.19	c 1388s |      17 |   323659 |   239932 |   215827      1 |     1416 |     1475
1487.72/1488.20	c 1391s |      17 |   324008 |   240232 |   215827      1 |     1416 |     1475
1489.72/1490.27	c 1393s |      17 |   324227 |   240432 |   215827      1 |     1416 |     1475
1492.52/1493.01	c 1396s |      17 |   324459 |   240632 |   215827      1 |     1416 |     1475
1494.92/1495.48	c 1399s |      17 |   324681 |   240832 |   215827      1 |     1416 |     1475
1497.42/1497.90	c 1401s |      17 |   324894 |   241032 |   215827      1 |     1416 |     1475
1499.62/1500.18	c 1403s |      17 |   325125 |   241232 |   215827      1 |     1416 |     1475
1502.61/1503.11	c 1406s |      17 |   325554 |   241532 |   215827      1 |     1416 |     1475
1504.81/1505.35	c 1409s |      17 |   325786 |   241732 |   215827      1 |     1416 |     1475
1507.51/1508.06	c 1411s |      17 |   326005 |   241932 |   215827      1 |     1416 |     1475
1509.71/1510.28	c 1413s |      17 |   326265 |   242132 |   215827      1 |     1416 |     1475
1512.91/1513.48	c 1417s |      17 |   326630 |   242432 |   215827      1 |     1416 |     1475
1515.11/1515.62	c 1419s |      17 |   326865 |   242632 |   215827      1 |     1416 |     1475
1517.91/1518.44	c 1422s |      17 |   327247 |   242932 |   215827      1 |     1416 |     1475
1519.91/1520.48	c 1424s |      17 |   327478 |   243132 |   215827      1 |     1416 |     1475
1522.71/1523.20	c 1426s |      17 |   327842 |   243432 |   215827      1 |     1416 |     1475
1525.71/1526.22	c 1429s |      17 |   328189 |   243732 |   215827      1 |     1416 |     1475
1527.81/1528.36	c 1432s |      17 |   328428 |   243932 |   215827      1 |     1416 |     1475
1530.61/1531.20	c 1434s |      17 |   328777 |   244232 |   215827      1 |     1416 |     1475
1532.92/1533.47	c 1437s |      17 |   329012 |   244432 |   215827      1 |     1416 |     1475
1535.61/1536.16	c 1439s |      17 |   329384 |   244732 |   215827      1 |     1416 |     1475
1538.42/1538.91	c 1442s |      17 |   329727 |   245032 |   215827      1 |     1416 |     1475
1540.61/1541.19	c 1444s |      17 |   329985 |   245232 |   215827      1 |     1416 |     1475
1542.71/1543.28	c 1446s |      17 |   330202 |   245432 |   215827      1 |     1416 |     1475
1545.61/1546.11	c 1449s |      17 |   330584 |   245732 |   215827      1 |     1416 |     1475
1547.91/1548.44	c 1452s |      17 |   330858 |   245932 |   215827      1 |     1416 |     1475
1550.11/1550.67	c 1454s |      17 |   331099 |   246132 |   215827      1 |     1416 |     1475
1553.21/1553.78	c 1457s |      17 |   331438 |   246432 |   215827      1 |     1416 |     1475
1556.11/1556.69	c 1460s |      17 |   331808 |   246732 |   215827      1 |     1416 |     1475
1558.21/1558.72	c 1462s |      17 |   332040 |   246932 |   215827      1 |     1416 |     1475
1560.51/1561.03	c 1464s |      17 |   332272 |   247132 |   215827      1 |     1416 |     1475
1562.91/1563.46	c 1467s |      17 |   332507 |   247332 |   215827      1 |     1416 |     1475
1564.91/1565.46	c 1469s |      17 |   332795 |   247532 |   215827      1 |     1416 |     1475
1567.01/1567.60	c 1471s |      17 |   333026 |   247732 |   215827      1 |     1416 |     1475
1569.60/1570.17	c 1473s |      17 |   333251 |   247932 |   215827      1 |     1416 |     1475
1572.51/1573.07	c 1476s |      17 |   333606 |   248232 |   215827      1 |     1416 |     1475
1574.60/1575.17	c 1478s |      17 |   333824 |   248432 |   215827      1 |     1416 |     1475
1576.91/1577.44	c 1481s |      17 |   334068 |   248632 |   215827      1 |     1416 |     1475
1579.70/1580.27	c 1483s |      17 |   334302 |   248832 |   215827      1 |     1416 |     1475
1582.30/1582.83	c 1486s |      17 |   334534 |   249032 |   215827      1 |     1416 |     1475
1585.00/1585.58	c 1489s |      17 |   334790 |   249232 |   215827      1 |     1416 |     1475
1587.40/1587.99	c 1491s |      17 |   335079 |   249432 |   215827      1 |     1416 |     1475
1590.40/1590.93	c 1494s |      17 |   335507 |   249732 |   215827      1 |     1416 |     1475
1593.00/1593.56	c 1497s |      17 |   335922 |   250032 |   215827      1 |     1416 |     1475
1595.71/1596.21	c 1499s |      17 |   336199 |   250232 |   215827      1 |     1416 |     1475
1597.91/1598.42	c 1502s |      17 |   336471 |   250432 |   215827      1 |     1416 |     1475
1600.50/1601.00	c 1504s |      17 |   336885 |   250732 |   215827      1 |     1416 |     1475
1602.60/1603.18	c 1506s |      17 |   337124 |   250932 |   215827      1 |     1416 |     1475
1605.00/1605.54	c 1509s |      17 |   337357 |   251132 |   215827      1 |     1416 |     1475
1607.30/1607.87	c 1511s |      17 |   337591 |   251332 |   215827      1 |     1416 |     1475
1609.40/1609.93	c 1513s |      17 |   337837 |   251532 |   215827      1 |     1416 |     1475
1611.60/1612.16	c 1515s |      17 |   338104 |   251732 |   215827      1 |     1416 |     1475
1613.80/1614.37	c 1518s |      17 |   338378 |   251932 |   215827      1 |     1416 |     1475
1616.80/1617.38	c 1521s |      17 |   338759 |   252232 |   215827      1 |     1416 |     1475
1619.10/1619.60	c 1523s |      17 |   339068 |   252432 |   215827      1 |     1416 |     1475
1621.30/1621.85	c 1525s |      17 |   339311 |   252632 |   215827      1 |     1416 |     1475
1623.40/1623.95	c 1527s |      17 |   339573 |   252832 |   215827      1 |     1416 |     1475
1625.60/1626.16	c 1529s |      17 |   339832 |   253032 |   215827      1 |     1416 |     1475
1628.10/1628.60	c 1532s |      17 |   340064 |   253232 |   215827      1 |     1416 |     1475
1630.40/1630.90	c 1534s |      17 |   340313 |   253432 |   215827      1 |     1416 |     1475
1632.59/1633.11	c 1536s |      17 |   340527 |   253632 |   215827      1 |     1416 |     1475
1634.89/1635.44	c 1539s |      17 |   340754 |   253832 |   215827      1 |     1416 |     1475
1637.99/1638.56	c 1542s |      17 |   341125 |   254132 |   215827      1 |     1416 |     1475
1640.09/1640.68	c 1544s |      17 |   341402 |   254332 |   215827      1 |     1416 |     1475
1643.00/1643.53	c 1547s |      17 |   341769 |   254632 |   215827      1 |     1416 |     1475
1645.39/1645.97	c 1549s |      17 |   342023 |   254832 |   215827      1 |     1416 |     1475
1647.89/1648.43	c 1552s |      17 |   342257 |   255032 |   215827      1 |     1416 |     1475
1650.39/1650.91	c 1554s |      17 |   342511 |   255232 |   215827      1 |     1416 |     1475
1652.80/1653.33	c 1557s |      17 |   342743 |   255432 |   215827      1 |     1416 |     1475
1654.89/1655.41	c 1559s |      17 |   343006 |   255632 |   215827      1 |     1416 |     1475
1657.09/1657.60	c 1561s |      17 |   343236 |   255832 |   215827      1 |     1416 |     1475
1659.50/1660.00	c 1563s |      17 |   343456 |   256032 |   215827      1 |     1416 |     1475
1661.60/1662.19	c 1565s |      17 |   343692 |   256232 |   215827      1 |     1416 |     1475
1664.29/1664.83	c 1568s |      17 |   343931 |   256432 |   215827      1 |     1416 |     1475
1666.59/1667.14	c 1570s |      17 |   344183 |   256632 |   215827      1 |     1416 |     1475
1668.99/1669.50	c 1573s |      17 |   344421 |   256832 |   215827      1 |     1416 |     1475
1670.99/1671.56	c 1575s |      17 |   344675 |   257032 |   215827      1 |     1416 |     1475
1673.29/1673.80	c 1577s |      17 |   344924 |   257232 |   215827      1 |     1416 |     1475
1675.49/1676.09	c 1579s |      17 |   345159 |   257432 |   215827      1 |     1416 |     1475
1678.59/1679.12	c 1582s |      17 |   345546 |   257732 |   215827      1 |     1416 |     1475
1680.99/1681.50	c 1585s |      17 |   345767 |   257932 |   215827      1 |     1416 |     1475
1683.39/1683.95	c 1587s |      17 |   346017 |   258132 |   215827      1 |     1416 |     1475
1685.59/1686.16	c 1589s |      17 |   346259 |   258332 |   215827      1 |     1416 |     1475
1687.89/1688.41	c 1592s |      17 |   346521 |   258532 |   215827      1 |     1416 |     1475
1690.09/1690.64	c 1594s |      17 |   346792 |   258732 |   215827      1 |     1416 |     1475
1692.29/1692.81	c 1596s |      17 |   347001 |   258932 |   215827      1 |     1416 |     1475
1694.29/1694.84	c 1598s |      17 |   347239 |   259132 |   215827      1 |     1416 |     1475
1696.49/1697.04	c 1600s |      17 |   347499 |   259332 |   215827      1 |     1416 |     1475
1699.48/1700.03	c 1603s |      17 |   347901 |   259632 |   215827      1 |     1416 |     1475
1702.68/1703.23	c 1606s |      17 |   348318 |   259932 |   215827      1 |     1416 |     1475
1705.28/1705.88	c 1609s |      17 |   348547 |   260132 |   215827      1 |     1416 |     1475
1707.79/1708.33	c 1611s |      17 |   348766 |   260332 |   215827      1 |     1416 |     1475
1710.38/1710.99	c 1614s |      17 |   349005 |   260532 |   215827      1 |     1416 |     1475
1713.18/1713.70	c 1617s |      17 |   349217 |   260732 |   215827      1 |     1416 |     1475
1716.08/1716.61	c 1620s |      17 |   349605 |   261032 |   215827      1 |     1416 |     1475
1718.28/1718.81	c 1622s |      17 |   349855 |   261232 |   215827      1 |     1416 |     1475
1720.48/1721.04	c 1624s |      17 |   350087 |   261432 |   215827      1 |     1416 |     1475
1722.68/1723.23	c 1626s |      17 |   350335 |   261632 |   215827      1 |     1416 |     1475
1725.08/1725.64	c 1629s |      17 |   350561 |   261832 |   215827      1 |     1416 |     1475
1727.48/1728.04	c 1631s |      17 |   350794 |   262032 |   215827      1 |     1416 |     1475
1729.68/1730.26	c 1633s |      17 |   351038 |   262232 |   215827      1 |     1416 |     1475
1731.99/1732.57	c 1636s |      17 |   351271 |   262432 |   215827      1 |     1416 |     1475
1734.48/1735.00	c 1638s |      17 |   351537 |   262632 |   215827      1 |     1416 |     1475
1736.58/1737.11	c 1640s |      17 |   351799 |   262832 |   215827      1 |     1416 |     1475
1738.69/1739.23	c 1642s |      17 |   352027 |   263032 |   215827      1 |     1416 |     1475
1741.08/1741.65	c 1645s |      17 |   352259 |   263232 |   215827      1 |     1416 |     1475
1743.28/1743.86	c 1647s |      17 |   352495 |   263432 |   215827      1 |     1416 |     1475
1745.78/1746.30	c 1649s |      17 |   352734 |   263632 |   215827      1 |     1416 |     1475
1748.18/1748.79	c 1652s |      17 |   352974 |   263832 |   215827      1 |     1416 |     1475
1750.48/1751.02	c 1654s |      17 |   353202 |   264032 |   215827      1 |     1416 |     1475
1752.68/1753.28	c 1656s |      17 |   353447 |   264232 |   215827      1 |     1416 |     1475
1755.38/1755.98	c 1659s |      17 |   353682 |   264432 |   215827      1 |     1416 |     1475
1757.68/1758.24	c 1661s |      17 |   353929 |   264632 |   215827      1 |     1416 |     1475
1759.78/1760.31	c 1663s |      17 |   354168 |   264832 |   215827      1 |     1416 |     1475
1761.78/1762.34	c 1666s |      17 |   354416 |   265032 |   215827      1 |     1416 |     1475
1763.77/1764.38	c 1668s |      17 |   354654 |   265232 |   215827      1 |     1416 |     1475
1766.08/1766.62	c 1670s |      17 |   354920 |   265432 |   215827      1 |     1416 |     1475
1768.28/1768.85	c 1672s |      17 |   355178 |   265632 |   215827      1 |     1416 |     1475
1770.48/1771.07	c 1674s |      17 |   355395 |   265832 |   215827      1 |     1416 |     1475
1772.57/1773.11	c 1676s |      17 |   355634 |   266032 |   215827      1 |     1416 |     1475
1774.77/1775.30	c 1678s |      17 |   355897 |   266232 |   215827      1 |     1416 |     1475
1776.97/1777.51	c 1681s |      17 |   356129 |   266432 |   215827      1 |     1416 |     1475
1779.67/1780.27	c 1683s |      17 |   356506 |   266732 |   215827      1 |     1416 |     1475
1782.87/1783.44	c 1687s |      17 |   356867 |   267032 |   215827      1 |     1416 |     1475
1784.97/1785.51	c 1689s |      17 |   357120 |   267232 |   215827      1 |     1416 |     1475
1787.47/1788.02	c 1691s |      17 |   357367 |   267432 |   215827      1 |     1416 |     1475
1789.67/1790.20	c 1693s |      17 |   357616 |   267632 |   215827      1 |     1416 |     1475
1791.87/1792.40	c 1696s |      17 |   357867 |   267832 |   215827      1 |     1416 |     1475
1794.27/1794.84	c 1698s |      17 |   358104 |   268032 |   215827      1 |     1416 |     1475
1797.07/1797.66	c 1701s |      17 |   358470 |   268332 |   215827      1 |     1416 |     1475

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-4079636-1465236930/watcher-4079636-1465236930 -o /tmp/evaluation-result-4079636-1465236930/solver-4079636-1465236930 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465218907-32471 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079636-1465236930.opb 

pid=1928
running on 4 cores: 1,3,5,7

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: 2.11 2.17 2.19 3/179 1931
/proc/meminfo: memFree=29211228/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/1931/stat : 1931 (runsolver) D 1928 1931 32454 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 105626637 24911872 151 33554432000 4194304 4338465 140734427277504 140734427275144 217410522295 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/1931/statm: 6082 151 105 36 0 2655 0

[startup+0.100175 s]
/proc/loadavg: 2.11 2.17 2.19 3/179 1931
/proc/meminfo: memFree=29211228/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1221188 CPUtime=0.07 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 22986 0 0 0 4 3 0 0 20 0 4 0 105626637 1250496512 23284 33554432000 4194304 16246674 140736560605424 140736560604736 8058836 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 305297 23284 798 2943 0 302191 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1221188

[startup+0.200414 s]
/proc/loadavg: 2.11 2.17 2.19 3/179 1931
/proc/meminfo: memFree=29211228/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1304132 CPUtime=0.17 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 49114 0 0 0 10 7 0 0 20 0 4 0 105626637 1335431168 49924 33554432000 4194304 16246674 140736560605424 140736560604736 4221016 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 326033 49927 799 2943 0 322927 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 1304132

[startup+0.300368 s]
/proc/loadavg: 2.11 2.17 2.19 3/179 1931
/proc/meminfo: memFree=29211228/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1315396 CPUtime=0.27 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 63384 0 0 0 19 8 0 0 20 0 4 0 105626637 1346965504 64194 33554432000 4194304 16246674 140736560605424 140736560604736 8058796 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 328849 64212 799 2943 0 325743 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1315396

[startup+0.700292 s]
/proc/loadavg: 2.11 2.17 2.19 3/179 1931
/proc/meminfo: memFree=29211228/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1315396 CPUtime=0.68 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 70537 0 0 0 58 10 0 0 20 0 4 0 105626637 1346965504 71346 33554432000 4194304 16246674 140736560605424 140736560603264 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 328849 71346 800 2943 0 325743 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1315396

[startup+1.50041 s]
/proc/loadavg: 2.11 2.17 2.19 4/183 1935
/proc/meminfo: memFree=28758924/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1315396 CPUtime=1.47 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 184208 0 0 0 118 29 0 0 20 0 4 0 105626637 1346965504 185018 33554432000 4194304 16246674 140736560605424 140736560587328 6938547 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 328849 185027 834 2943 0 325743 0
[pid=1931/tid=1933] ppid=1928 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1346965504 185032 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1346965504 185038 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1346965504 185043 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 1315396

[startup+3.10043 s]
/proc/loadavg: 2.11 2.17 2.19 4/183 1935
/proc/meminfo: memFree=28096268/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1350212 CPUtime=3.07 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 278247 0 0 0 263 44 0 0 20 0 4 0 105626637 1382617088 279056 33554432000 4194304 16246674 140736560605424 140736560604736 5840612 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 337553 279056 907 2943 0 334447 0
[pid=1931/tid=1933] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279056 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279056 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279056 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1350212

[startup+6.30043 s]
/proc/loadavg: 2.18 2.18 2.19 4/183 1935
/proc/meminfo: memFree=28095424/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1350212 CPUtime=6.27 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 278247 0 0 0 583 44 0 0 20 0 4 0 105626637 1382617088 279056 33554432000 4194304 16246674 140736560605424 140736560587328 5531308 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 337553 279056 907 2943 0 334447 0
[pid=1931/tid=1933] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279056 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279056 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279056 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1350212

[startup+12.7004 s]
/proc/loadavg: 2.17 2.18 2.19 3/183 1935
/proc/meminfo: memFree=28095588/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1350212 CPUtime=12.67 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 278247 0 0 0 1222 45 0 0 20 0 4 0 105626637 1382617088 279056 33554432000 4194304 16246674 140736560605424 140736560587328 5841268 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 337553 279056 907 2943 0 334447 0
[pid=1931/tid=1933] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279056 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279056 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279056 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1350212

[startup+25.5005 s]
/proc/loadavg: 2.28 2.20 2.20 3/183 1935
/proc/meminfo: memFree=28096360/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1350212 CPUtime=25.47 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 278248 0 0 0 2501 46 0 0 20 0 4 0 105626637 1382617088 279057 33554432000 4194304 16246674 140736560605424 140736560587328 5532746 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 337553 279057 908 2943 0 334447 0
[pid=1931/tid=1933] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279057 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279057 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279057 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1350212

[startup+51.1004 s]
/proc/loadavg: 2.32 2.22 2.20 3/183 1935
/proc/meminfo: memFree=28095960/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1350212 CPUtime=51.06 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 278248 0 0 0 5058 48 0 0 20 0 4 0 105626637 1382617088 279057 33554432000 4194304 16246674 140736560605424 140736560587328 14073233 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 337553 279057 908 2943 0 334447 0
[pid=1931/tid=1933] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279057 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279057 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279057 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1350212

[startup+102.301 s]
/proc/loadavg: 2.28 2.22 2.20 3/183 1937
/proc/meminfo: memFree=28094868/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1350212 CPUtime=102.26 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 278250 0 0 0 10175 51 0 0 20 0 4 0 105626637 1382617088 279059 33554432000 4194304 16246674 140736560605424 140736560587328 5822604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 337553 279059 910 2943 0 334447 0
[pid=1931/tid=1933] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279059 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279059 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279059 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1350212

[startup+162.3 s]
/proc/loadavg: 2.15 2.20 2.19 3/183 1938
/proc/meminfo: memFree=28094280/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1350212 CPUtime=162.24 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 278255 0 0 0 16173 51 0 0 20 0 4 0 105626637 1382617088 279064 33554432000 4194304 16246674 140736560605424 140736560587328 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 337553 279064 914 2943 0 334447 0
[pid=1931/tid=1933] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279064 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279064 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279064 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1350212

[startup+222.307 s]
/proc/loadavg: 2.11 2.17 2.18 3/183 1987
/proc/meminfo: memFree=28130656/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1350212 CPUtime=222.23 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 278266 0 0 0 22172 51 0 0 20 0 4 0 105626637 1382617088 279067 33554432000 4194304 16246674 140736560605424 140736560587328 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 337553 279067 914 2943 0 334447 0
[pid=1931/tid=1933] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279067 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279067 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279067 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 1350212


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

/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1382617088 279067 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 1350212

[startup+1302.3 s]
/proc/loadavg: 2.25 2.24 2.19 3/183 2016
/proc/meminfo: memFree=28103476/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1373764 CPUtime=1301.84 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 284556 0 0 0 130130 54 0 0 20 0 4 0 105626637 1406734336 284956 33554432000 4194304 16246674 140736560605424 140736560587328 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 343441 284956 915 2943 0 340335 0
[pid=1931/tid=1933] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 1373764

[startup+1362.3 s]
/proc/loadavg: 2.24 2.25 2.19 3/183 2017
/proc/meminfo: memFree=28073484/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1373764 CPUtime=1361.83 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 284556 0 0 0 136129 54 0 0 20 0 4 0 105626637 1406734336 284956 33554432000 4194304 16246674 140736560605424 140736560587328 5822604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 343441 284956 915 2943 0 340335 0
[pid=1931/tid=1933] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 1373764

[startup+1422.3 s]
/proc/loadavg: 2.31 2.26 2.20 4/183 2018
/proc/meminfo: memFree=28073032/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1373764 CPUtime=1421.83 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 284556 0 0 0 142128 55 0 0 20 0 4 0 105626637 1406734336 284956 33554432000 4194304 16246674 140736560605424 140736560587328 5523460 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 343441 284956 915 2943 0 340335 0
[pid=1931/tid=1933] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 1373764

[startup+1482.3 s]
/proc/loadavg: 2.17 2.23 2.18 3/184 2022
/proc/meminfo: memFree=28073116/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1373764 CPUtime=1481.82 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 284556 0 0 0 148127 55 0 0 20 0 4 0 105626637 1406734336 284956 33554432000 4194304 16246674 140736560605424 140736560587328 5822484 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 343441 284956 915 2943 0 340335 0
[pid=1931/tid=1933] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 1373764

[startup+1542.31 s]
/proc/loadavg: 2.10 2.20 2.18 3/183 2023
/proc/meminfo: memFree=28073376/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1373764 CPUtime=1541.82 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 284556 0 0 0 154127 55 0 0 20 0 4 0 105626637 1406734336 284956 33554432000 4194304 16246674 140736560605424 140736560587328 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 343441 284956 915 2943 0 340335 0
[pid=1931/tid=1933] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 1373764

[startup+1602.3 s]
/proc/loadavg: 2.14 2.19 2.17 3/183 2025
/proc/meminfo: memFree=28073460/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1373764 CPUtime=1601.8 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 284556 0 0 0 160125 55 0 0 20 0 4 0 105626637 1406734336 284956 33554432000 4194304 16246674 140736560605424 140736560587328 5522913 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 343441 284956 915 2943 0 340335 0
[pid=1931/tid=1933] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 1373764

[startup+1662.3 s]
/proc/loadavg: 2.11 2.17 2.17 3/183 2026
/proc/meminfo: memFree=28073332/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1373764 CPUtime=1661.79 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 284556 0 0 0 166124 55 0 0 20 0 4 0 105626637 1406734336 284956 33554432000 4194304 16246674 140736560605424 140736560587328 5522913 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 343441 284956 915 2943 0 340335 0
[pid=1931/tid=1933] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 1373764

[startup+1722.3 s]
/proc/loadavg: 2.08 2.15 2.16 3/183 2027
/proc/meminfo: memFree=28073336/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1373764 CPUtime=1721.78 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 284556 0 0 0 172123 55 0 0 20 0 4 0 105626637 1406734336 284956 33554432000 4194304 16246674 140736560605424 140736560587328 5721677 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 343441 284956 915 2943 0 340335 0
[pid=1931/tid=1933] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 1373764

[startup+1782.3 s]
/proc/loadavg: 2.19 2.16 2.17 3/183 2028
/proc/meminfo: memFree=28072964/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1373764 CPUtime=1781.77 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 284556 0 0 0 178122 55 0 0 20 0 4 0 105626637 1406734336 284956 33554432000 4194304 16246674 140736560605424 140736560587328 4220490 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 343441 284956 915 2943 0 340335 0
[pid=1931/tid=1933] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 1373764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.29 2.19 2.17 3/183 2029
/proc/meminfo: memFree=28072724/32872528 swapFree=16080/1655368
[pid=1931] ppid=1928 vsize=1373764 CPUtime=1800.07 cores=1,3,5,7
/proc/1931/stat : 1931 (toysat) R 1928 1931 32454 0 -1 4202496 284556 0 0 0 179952 55 0 0 20 0 4 0 105626637 1406734336 284956 33554432000 4194304 16246674 140736560605424 140736560587328 5672188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/1931/statm: 343441 284956 915 2943 0 340335 0
[pid=1931/tid=1933] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1933/stat : 1933 (toysat) S 1928 1931 32454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550466415856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=1931/tid=1934] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1934/stat : 1934 (toysat) S 1928 1931 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550455926000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1931/tid=1935] ppid=1928 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/1931/task/1935/stat : 1935 (toysat) S 1928 1931 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626639 1406734336 284956 33554432000 4194304 16246674 140736560605424 140550445452464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1373764

Sending SIGTERM to process tree (bottom up)

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.61
CPU time (s): 1800.08
CPU user time (s): 1799.53
CPU system time (s): 0.553915
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 1373764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.553915
maximum resident set size= 1139824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284556
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= 451
involuntary context switches= 1832

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.47732 second user time and 7.35188 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-06 20:15:31
IDJOB=4079636
IDBENCH=2265
IDSOLVER=2542
FILE ID=node122/4079636-1465236930
RUNJOBID= node122-1465218907-32471
PBS_JOBID= 19843205
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079636-1465236930/watcher-4079636-1465236930 -o /tmp/evaluation-result-4079636-1465236930/solver-4079636-1465236930 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465218907-32471 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079636-1465236930.opb

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

MD5SUM BENCH= a2418d45f4247bab260506429e96e746
RANDOM SEED=525244399

node122.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.898
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	: 5333.79
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.898
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.898
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.54
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.898
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.898
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.898
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	: 5332.55
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.898
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.55
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.898
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29211492 kB
Buffers:           36872 kB
Cached:           108352 kB
SwapCached:          860 kB
Active:          1237036 kB
Inactive:          61892 kB
Active(anon):    1155188 kB
Inactive(anon):     1584 kB
Active(file):      81848 kB
Inactive(file):    60308 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099464 kB
Dirty:             19468 kB
Writeback:             0 kB
AnonPages:       2811020 kB
Mapped:            10696 kB
Shmem:                 0 kB
Slab:             568340 kB
SReclaimable:      12392 kB
SUnreclaim:       555948 kB
KernelStack:        1448 kB
PageTables:         9540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2954396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2185216 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= 71704 MiB
End job on node122 at 2016-06-06 20:45:31