Trace number 4111164

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? (MO) 710.386 710.514

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f56-FCS_FC1_order3_PB.seq-B-2-2-irEDCBA.opb
MD5SUMd7f82becd5e440700e98af00c1ce8a31
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6280320683810
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20516
Total number of constraints59535
Number of constraints which are clauses59211
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints324
Minimum length of a constraint1
Maximum length of a constraint82
Number of terms in the objective function 1337
Biggest coefficient in the objective function 18536992160
Number of bits for the biggest coefficient in the objective function 35
Sum of the numbers in the objective function 17220865716639
Number of bits of the sum of numbers in the objective function 44
Biggest number in a constraint 18536992160
Number of bits of the biggest number in a constraint 35
Biggest sum of numbers in a constraint 17220865716639
Number of bits of the biggest sum of numbers44
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.00	c 2016-06-20T07:09:19+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4111164-1466399359.opb"]
0.00/0.01	c use --random-gen="739437013 4213066749 773280955 1796831130 925816790 648164012 2905943450 1150445338 1516468104 1742614526 3965685484 3428525924 968554383 1311617956 4067388326 2279485432 3950660349 3549722832 451659019 1582730908 765181749 3200339031 1823887267 2239494869 4140281947 833198403 830860061 228098058 3607557899 2588441674 1196383978 538552134 1452332545 3602926475 301798629 2207214668 2572977175 2627508600 702841491 2819127575 2505759694 3150535956 1496710821 1158437666 3224423065 863270079 3115224059 4120975468 2038768938 4064280563 3218296467 1645960368 62521290 895442734 3093657289 3705779337 2727247817 1175355673 2946019937 1138712104 4145192740 2698129744 3137759917 1663941662 1434564595 2062400278 2504918045 1144242139 2566014760 3628658347 3149644335 1553145351 3678283617 3728862690 2349183003 4073689614 2112738765 997344429 3210921593 3175938470 3477894002 3219862540 1541180480 2402251333 2188914745 902679901 3384255520 3927719876 3775376272 2203607948 2970380126 1387669905 1854704933 1453369315 2240535008 2885889348 4181478961 2556728398 3229669479 3664473207 721231916 421367116 4831610 2572348292 2839170773 1970172083 2358842297 2627647517 190595405 3502237963 434333672 2559583309 1352041102 4269015952 1716891356 3288582830 2380404357 3746359677 915618850 1940831160 1492983109 3373998269 4061417908 2196679920 4247007033 1561089540 2757078142 4196210952 465704932 1697598868 761278420 1599282668 2288713466 360949141 1351725258 749265291 4133441039 1585221468 2317988094 3227631992 3437333584 364567401 4095542131 3876401198 2622331967 1721887823 1686864085 3447088447 3775508251 966641322 2774540031 4163704459 3967280104 2401053281 3628527465 3301386032 1832379124 674516846 4285257843 2401227858 3370541848 626411674 2548202963 3437537500 1490080822 4188432603 910649214 1733381377 196448440 6890540 3780516012 1314230526 771741205 2305414613 1959782837 3055179623 2388322254 407825124 330835270 763704905 4186608881 3107706973 599204069 2181976124 2193805461 2255236356 2019625273 3221094776 1216200895 3689457521 3400972617 2736442989 1379078715 4098750574 2093229686 2665897594 999232139 2556113581 4276046720 1670358045 1559144978 1264876690 1623009436 3245011786 2031059207 1831431036 734294683 721049464 1739521501 2123709792 59608472 1808987377 3084861012 3466852016 2513832897 2017436099 1982552909 1014267754 1588991622 3310647863 302109411 4274147208 1462462426 2331359151 823931070 2365182739 2922397882 56586240 1082126359 2034923417 3801333365 189619952 2182440707 3690221209 1097760968 3386104377 1441895395 2921356894 1378891708 481222979 3762867046 2352697201 777084065 50430776 4167164239 1849008759 2018362068 3495699587 1878354821 1502013585 3542643826 2678759827 1891644942 543658146 1967254704 2944435369 255 362436" option to reproduce the execution
0.29/0.37	c #vars 20516
0.29/0.37	c #constraints 59535
0.99/1.07	c BCD2: Hardening is enabled.
0.99/1.07	c BCD2: BiasedSearch is enabled.
0.99/1.07	c Solving starts ...
0.99/1.07	c ============================[ Search Statistics ]============================
0.99/1.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.07	c =============================================================================
0.99/1.08	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |        0
1.20/1.23	c  0.2s |       0 |     2096 |       39 |    26251      0 |      649 |      162
1.20/1.23	c #cpu_time = 0.143s
1.20/1.23	c #wall_clock_time = 0.143s
1.20/1.23	c #decision = 2096
1.20/1.23	c #random_decision = 1
1.20/1.23	c #conflict = 39
1.20/1.23	c #restart = 0
1.20/1.23	o 11971189536847
1.29/1.31	c BCD2: updating upper bound: 17220865716639 -> 11974896935277
1.39/1.49	c BCD2: 0 <= obj <= 11974896935277
1.39/1.49	c BCD2: #cores=0, #unrelaxed=1337, #relaxed=0, #hardened=0
1.39/1.49	c BCD2: #sat=1 #unsat=1 bias=1/2
1.39/1.49	c Solving starts ...
1.39/1.49	c ============================[ Search Statistics ]============================
1.39/1.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.49	c =============================================================================
1.39/1.49	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      162
1.49/1.52	c  0.0s |       0 |        3 |        1 |    26251      0 |      649 |      162
1.49/1.52	c #cpu_time = 0.029s
1.49/1.52	c #wall_clock_time = 0.029s
1.49/1.52	c #decision = 3
1.49/1.52	c #random_decision = 0
1.49/1.52	c #conflict = 1
1.49/1.52	c #restart = 0
1.49/1.52	c BCD2: found a new core of size 3: cost of the new core is >=3707398432
1.49/1.52	c lower bound updated to 1
1.49/1.57	c BCD2: 3707398432 <= obj <= 11974896935277
1.49/1.57	c BCD2: #cores=1, #unrelaxed=1334, #relaxed=3, #hardened=0
1.49/1.57	c BCD2: #sat=1 #unsat=2 bias=2/3
1.59/1.63	c Solving starts ...
1.59/1.63	c ============================[ Search Statistics ]============================
1.59/1.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.63	c =============================================================================
1.59/1.63	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      162
1.59/1.66	c  0.0s |       0 |      117 |        0 |    26251      0 |      649 |      162
1.59/1.66	c #cpu_time = 0.028s
1.59/1.66	c #wall_clock_time = 0.028s
1.59/1.66	c #decision = 117
1.59/1.66	c #random_decision = 0
1.59/1.66	c #conflict = 0
1.59/1.66	c #restart = 0
1.59/1.66	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
1.59/1.66	c lower bound updated to 18536992161
1.69/1.72	c BCD2: 22244390592 <= obj <= 11974896935277
1.69/1.72	c BCD2: #cores=2, #unrelaxed=1331, #relaxed=6, #hardened=0
1.69/1.72	c BCD2: #sat=1 #unsat=3 bias=3/4
1.69/1.72	c Solving starts ...
1.69/1.72	c ============================[ Search Statistics ]============================
1.69/1.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.72	c =============================================================================
1.69/1.72	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      163
1.69/1.75	c  0.0s |       0 |      136 |        0 |    26251      0 |      649 |      163
1.69/1.75	c #cpu_time = 0.028s
1.69/1.75	c #wall_clock_time = 0.028s
1.69/1.75	c #decision = 136
1.69/1.75	c #random_decision = 0
1.69/1.75	c #conflict = 0
1.69/1.75	c #restart = 0
1.69/1.75	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
1.69/1.75	c lower bound updated to 37073984321
1.79/1.80	c BCD2: 40781382752 <= obj <= 11974896935277
1.79/1.80	c BCD2: #cores=3, #unrelaxed=1328, #relaxed=9, #hardened=0
1.79/1.80	c BCD2: #sat=1 #unsat=4 bias=4/5
1.79/1.80	c Solving starts ...
1.79/1.80	c ============================[ Search Statistics ]============================
1.79/1.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.80	c =============================================================================
1.79/1.87	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      164
1.79/1.89	c  0.0s |       0 |      160 |        0 |    26251      0 |      649 |      164
1.79/1.89	c #cpu_time = 0.027s
1.79/1.89	c #wall_clock_time = 0.027s
1.79/1.89	c #decision = 160
1.79/1.89	c #random_decision = 0
1.79/1.89	c #conflict = 0
1.79/1.89	c #restart = 0
1.79/1.89	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
1.79/1.89	c lower bound updated to 55610976481
1.89/1.95	c BCD2: 59318374912 <= obj <= 11974896935277
1.89/1.95	c BCD2: #cores=4, #unrelaxed=1325, #relaxed=12, #hardened=0
1.89/1.95	c BCD2: #sat=1 #unsat=5 bias=5/6
1.89/1.95	c Solving starts ...
1.89/1.95	c ============================[ Search Statistics ]============================
1.89/1.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.95	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.95	c =============================================================================
1.89/1.95	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      165
1.89/1.98	c  0.0s |       0 |      184 |        0 |    26251      0 |      649 |      165
1.89/1.98	c #cpu_time = 0.027s
1.89/1.98	c #wall_clock_time = 0.027s
1.89/1.98	c #decision = 184
1.89/1.98	c #random_decision = 0
1.89/1.98	c #conflict = 0
1.89/1.98	c #restart = 0
1.89/1.98	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
1.89/1.98	c lower bound updated to 74147968641
1.99/2.03	c BCD2: 77855367072 <= obj <= 11974896935277
1.99/2.03	c BCD2: #cores=5, #unrelaxed=1322, #relaxed=15, #hardened=0
1.99/2.03	c BCD2: #sat=1 #unsat=6 bias=6/7
1.99/2.03	c Solving starts ...
1.99/2.03	c ============================[ Search Statistics ]============================
1.99/2.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.03	c =============================================================================
1.99/2.03	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      166
1.99/2.06	c  0.0s |       0 |      184 |        0 |    26251      0 |      649 |      166
1.99/2.06	c #cpu_time = 0.027s
1.99/2.06	c #wall_clock_time = 0.027s
1.99/2.06	c #decision = 184
1.99/2.06	c #random_decision = 0
1.99/2.06	c #conflict = 0
1.99/2.06	c #restart = 0
1.99/2.06	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
1.99/2.06	c lower bound updated to 92684960801
2.09/2.12	c BCD2: 96392359232 <= obj <= 11974896935277
2.09/2.12	c BCD2: #cores=6, #unrelaxed=1319, #relaxed=18, #hardened=0
2.09/2.12	c BCD2: #sat=1 #unsat=7 bias=7/8
2.09/2.12	c Solving starts ...
2.09/2.12	c ============================[ Search Statistics ]============================
2.09/2.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.12	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.12	c =============================================================================
2.09/2.12	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      167
2.09/2.15	c  0.0s |       0 |      197 |        0 |    26251      0 |      649 |      167
2.09/2.15	c #cpu_time = 0.027s
2.09/2.15	c #wall_clock_time = 0.027s
2.09/2.15	c #decision = 197
2.09/2.15	c #random_decision = 0
2.09/2.15	c #conflict = 0
2.09/2.15	c #restart = 0
2.09/2.15	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.09/2.15	c lower bound updated to 111221952961
2.19/2.21	c BCD2: 114929351392 <= obj <= 11974896935277
2.19/2.21	c BCD2: #cores=7, #unrelaxed=1316, #relaxed=21, #hardened=0
2.19/2.21	c BCD2: #sat=1 #unsat=8 bias=8/9
2.19/2.21	c Solving starts ...
2.19/2.21	c ============================[ Search Statistics ]============================
2.19/2.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.21	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.21	c =============================================================================
2.19/2.21	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      168
2.19/2.23	c  0.0s |       0 |      197 |        0 |    26251      0 |      649 |      168
2.19/2.23	c #cpu_time = 0.027s
2.19/2.23	c #wall_clock_time = 0.027s
2.19/2.23	c #decision = 197
2.19/2.23	c #random_decision = 0
2.19/2.23	c #conflict = 0
2.19/2.23	c #restart = 0
2.19/2.23	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.19/2.23	c lower bound updated to 129758945121
2.19/2.29	c BCD2: 133466343552 <= obj <= 11974896935277
2.19/2.29	c BCD2: #cores=8, #unrelaxed=1313, #relaxed=24, #hardened=0
2.19/2.29	c BCD2: #sat=1 #unsat=9 bias=9/10
2.19/2.29	c Solving starts ...
2.19/2.29	c ============================[ Search Statistics ]============================
2.19/2.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.29	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.29	c =============================================================================
2.19/2.29	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      169
2.29/2.32	c  0.0s |       0 |      213 |        0 |    26251      0 |      649 |      169
2.29/2.32	c #cpu_time = 0.027s
2.29/2.32	c #wall_clock_time = 0.027s
2.29/2.32	c #decision = 213
2.29/2.32	c #random_decision = 0
2.29/2.32	c #conflict = 0
2.29/2.32	c #restart = 0
2.29/2.32	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.29/2.32	c lower bound updated to 148295937281
2.29/2.38	c BCD2: 152003335712 <= obj <= 11974896935277
2.29/2.38	c BCD2: #cores=9, #unrelaxed=1310, #relaxed=27, #hardened=0
2.29/2.38	c BCD2: #sat=1 #unsat=10 bias=10/11
2.29/2.38	c Solving starts ...
2.29/2.38	c ============================[ Search Statistics ]============================
2.29/2.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.38	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.38	c =============================================================================
2.29/2.38	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      170
2.39/2.41	c  0.0s |       0 |      236 |        0 |    26251      0 |      649 |      170
2.39/2.41	c #cpu_time = 0.027s
2.39/2.41	c #wall_clock_time = 0.027s
2.39/2.41	c #decision = 236
2.39/2.41	c #random_decision = 0
2.39/2.41	c #conflict = 0
2.39/2.41	c #restart = 0
2.39/2.41	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.39/2.41	c lower bound updated to 166832929441
2.39/2.46	c BCD2: 170540327872 <= obj <= 11974896935277
2.39/2.46	c BCD2: #cores=10, #unrelaxed=1307, #relaxed=30, #hardened=0
2.39/2.46	c BCD2: #sat=1 #unsat=11 bias=11/12
2.39/2.46	c Solving starts ...
2.39/2.46	c ============================[ Search Statistics ]============================
2.39/2.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.46	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.46	c =============================================================================
2.39/2.46	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      171
2.39/2.49	c  0.0s |       0 |      239 |        0 |    26251      0 |      649 |      171
2.39/2.49	c #cpu_time = 0.027s
2.39/2.49	c #wall_clock_time = 0.027s
2.39/2.49	c #decision = 239
2.39/2.49	c #random_decision = 0
2.39/2.49	c #conflict = 0
2.39/2.49	c #restart = 0
2.39/2.49	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.39/2.49	c lower bound updated to 185369921601
2.49/2.55	c BCD2: 189077320032 <= obj <= 11974896935277
2.49/2.55	c BCD2: #cores=11, #unrelaxed=1304, #relaxed=33, #hardened=0
2.49/2.55	c BCD2: #sat=1 #unsat=12 bias=12/13
2.49/2.55	c Solving starts ...
2.49/2.55	c ============================[ Search Statistics ]============================
2.49/2.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.55	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.55	c =============================================================================
2.49/2.55	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      172
2.49/2.58	c  0.0s |       0 |      239 |        0 |    26251      0 |      649 |      172
2.49/2.58	c #cpu_time = 0.027s
2.49/2.58	c #wall_clock_time = 0.027s
2.49/2.58	c #decision = 239
2.49/2.58	c #random_decision = 0
2.49/2.58	c #conflict = 0
2.49/2.58	c #restart = 0
2.49/2.58	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.49/2.58	c lower bound updated to 203906913761
2.59/2.63	c BCD2: 207614312192 <= obj <= 11974896935277
2.59/2.63	c BCD2: #cores=12, #unrelaxed=1301, #relaxed=36, #hardened=0
2.59/2.63	c BCD2: #sat=1 #unsat=13 bias=13/14
2.59/2.63	c Solving starts ...
2.59/2.63	c ============================[ Search Statistics ]============================
2.59/2.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.63	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.63	c =============================================================================
2.59/2.64	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      173
2.59/2.66	c  0.0s |       0 |      248 |        0 |    26251      0 |      649 |      173
2.59/2.66	c #cpu_time = 0.028s
2.59/2.66	c #wall_clock_time = 0.028s
2.59/2.66	c #decision = 248
2.59/2.66	c #random_decision = 0
2.59/2.66	c #conflict = 0
2.59/2.66	c #restart = 0
2.59/2.66	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.59/2.66	c lower bound updated to 222443905921
2.69/2.72	c BCD2: 226151304352 <= obj <= 11974896935277
2.69/2.72	c BCD2: #cores=13, #unrelaxed=1298, #relaxed=39, #hardened=0
2.69/2.72	c BCD2: #sat=1 #unsat=14 bias=14/15
2.69/2.72	c Solving starts ...
2.69/2.72	c ============================[ Search Statistics ]============================
2.69/2.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.72	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.72	c =============================================================================
2.69/2.72	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      174
2.69/2.75	c  0.0s |       0 |      247 |        0 |    26251      0 |      649 |      174
2.69/2.75	c #cpu_time = 0.027s
2.69/2.75	c #wall_clock_time = 0.027s
2.69/2.75	c #decision = 247
2.69/2.75	c #random_decision = 0
2.69/2.75	c #conflict = 0
2.69/2.75	c #restart = 0
2.69/2.75	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.69/2.75	c lower bound updated to 240980898081
2.79/2.81	c BCD2: 244688296512 <= obj <= 11974896935277
2.79/2.81	c BCD2: #cores=14, #unrelaxed=1295, #relaxed=42, #hardened=0
2.79/2.81	c BCD2: #sat=1 #unsat=15 bias=15/16
2.79/2.81	c Solving starts ...
2.79/2.81	c ============================[ Search Statistics ]============================
2.79/2.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.81	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.81	c =============================================================================
2.79/2.81	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      175
2.79/2.83	c  0.0s |       0 |      250 |        0 |    26251      0 |      649 |      175
2.79/2.83	c #cpu_time = 0.027s
2.79/2.83	c #wall_clock_time = 0.027s
2.79/2.83	c #decision = 250
2.79/2.83	c #random_decision = 0
2.79/2.83	c #conflict = 0
2.79/2.83	c #restart = 0
2.79/2.83	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.79/2.83	c lower bound updated to 259517890241
2.79/2.89	c BCD2: 263225288672 <= obj <= 11974896935277
2.79/2.89	c BCD2: #cores=15, #unrelaxed=1292, #relaxed=45, #hardened=0
2.79/2.89	c BCD2: #sat=1 #unsat=16 bias=16/17
2.79/2.89	c Solving starts ...
2.79/2.89	c ============================[ Search Statistics ]============================
2.79/2.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.89	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.89	c =============================================================================
2.79/2.89	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      176
2.89/2.92	c  0.0s |       0 |      255 |        0 |    26251      0 |      649 |      176
2.89/2.92	c #cpu_time = 0.027s
2.89/2.92	c #wall_clock_time = 0.028s
2.89/2.92	c #decision = 255
2.89/2.92	c #random_decision = 0
2.89/2.92	c #conflict = 0
2.89/2.92	c #restart = 0
2.89/2.92	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.89/2.92	c lower bound updated to 278054882401
2.89/2.98	c BCD2: 281762280832 <= obj <= 11974896935277
2.89/2.98	c BCD2: #cores=16, #unrelaxed=1289, #relaxed=48, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=17 bias=17/18
2.89/2.98	c Solving starts ...
2.89/2.98	c ============================[ Search Statistics ]============================
2.89/2.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.98	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.98	c =============================================================================
2.89/2.98	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      177
2.99/3.01	c  0.0s |       0 |      257 |        0 |    26251      0 |      649 |      177
2.99/3.01	c #cpu_time = 0.028s
2.99/3.01	c #wall_clock_time = 0.028s
2.99/3.01	c #decision = 257
2.99/3.01	c #random_decision = 0
2.99/3.01	c #conflict = 0
2.99/3.01	c #restart = 0
2.99/3.01	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.99/3.01	c lower bound updated to 296591874561
2.99/3.06	c BCD2: 300299272992 <= obj <= 11974896935277
2.99/3.06	c BCD2: #cores=17, #unrelaxed=1286, #relaxed=51, #hardened=0
2.99/3.06	c BCD2: #sat=1 #unsat=18 bias=18/19
2.99/3.06	c Solving starts ...
2.99/3.06	c ============================[ Search Statistics ]============================
2.99/3.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.06	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.06	c =============================================================================
2.99/3.06	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      178
2.99/3.09	c  0.0s |       0 |      262 |        0 |    26251      0 |      649 |      178
2.99/3.09	c #cpu_time = 0.028s
2.99/3.09	c #wall_clock_time = 0.028s
2.99/3.09	c #decision = 262
2.99/3.09	c #random_decision = 0
2.99/3.09	c #conflict = 0
2.99/3.09	c #restart = 0
2.99/3.09	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
2.99/3.09	c lower bound updated to 315128866721
3.09/3.15	c BCD2: 318836265152 <= obj <= 11974896935277
3.09/3.15	c BCD2: #cores=18, #unrelaxed=1283, #relaxed=54, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=19 bias=19/20
3.09/3.15	c Solving starts ...
3.09/3.15	c ============================[ Search Statistics ]============================
3.09/3.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.15	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.15	c =============================================================================
3.09/3.15	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      179
3.09/3.18	c  0.0s |       0 |      265 |        0 |    26251      0 |      649 |      179
3.09/3.18	c #cpu_time = 0.028s
3.09/3.18	c #wall_clock_time = 0.028s
3.09/3.18	c #decision = 265
3.09/3.18	c #random_decision = 0
3.09/3.18	c #conflict = 0
3.09/3.18	c #restart = 0
3.09/3.18	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.09/3.18	c lower bound updated to 333665858881
3.19/3.24	c BCD2: 337373257312 <= obj <= 11974896935277
3.19/3.24	c BCD2: #cores=19, #unrelaxed=1280, #relaxed=57, #hardened=0
3.19/3.24	c BCD2: #sat=1 #unsat=20 bias=20/21
3.19/3.24	c Solving starts ...
3.19/3.24	c ============================[ Search Statistics ]============================
3.19/3.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.24	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.24	c =============================================================================
3.19/3.24	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      180
3.19/3.27	c  0.0s |       0 |      279 |        0 |    26251      0 |      649 |      180
3.19/3.27	c #cpu_time = 0.028s
3.19/3.27	c #wall_clock_time = 0.028s
3.19/3.27	c #decision = 279
3.19/3.27	c #random_decision = 0
3.19/3.27	c #conflict = 0
3.19/3.27	c #restart = 0
3.19/3.27	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.19/3.27	c lower bound updated to 352202851041
3.29/3.32	c BCD2: 355910249472 <= obj <= 11974896935277
3.29/3.32	c BCD2: #cores=20, #unrelaxed=1277, #relaxed=60, #hardened=0
3.29/3.32	c BCD2: #sat=1 #unsat=21 bias=21/22
3.29/3.32	c Solving starts ...
3.29/3.32	c ============================[ Search Statistics ]============================
3.29/3.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.32	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.32	c =============================================================================
3.29/3.32	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      181
3.29/3.35	c  0.0s |       0 |      278 |        0 |    26251      0 |      649 |      181
3.29/3.35	c #cpu_time = 0.028s
3.29/3.35	c #wall_clock_time = 0.028s
3.29/3.35	c #decision = 278
3.29/3.35	c #random_decision = 0
3.29/3.35	c #conflict = 0
3.29/3.35	c #restart = 0
3.29/3.35	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.29/3.35	c lower bound updated to 370739843201
3.39/3.41	c BCD2: 374447241632 <= obj <= 11974896935277
3.39/3.41	c BCD2: #cores=21, #unrelaxed=1274, #relaxed=63, #hardened=0
3.39/3.41	c BCD2: #sat=1 #unsat=22 bias=22/23
3.39/3.41	c Solving starts ...
3.39/3.41	c ============================[ Search Statistics ]============================
3.39/3.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.41	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.41	c =============================================================================
3.39/3.41	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      182
3.39/3.44	c  0.0s |       0 |      279 |        0 |    26251      0 |      649 |      182
3.39/3.44	c #cpu_time = 0.028s
3.39/3.44	c #wall_clock_time = 0.028s
3.39/3.44	c #decision = 279
3.39/3.44	c #random_decision = 0
3.39/3.44	c #conflict = 0
3.39/3.44	c #restart = 0
3.39/3.44	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.39/3.44	c lower bound updated to 389276835361
3.49/3.50	c BCD2: 392984233792 <= obj <= 11974896935277
3.49/3.50	c BCD2: #cores=22, #unrelaxed=1271, #relaxed=66, #hardened=0
3.49/3.50	c BCD2: #sat=1 #unsat=23 bias=23/24
3.49/3.50	c Solving starts ...
3.49/3.50	c ============================[ Search Statistics ]============================
3.49/3.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.50	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.50	c =============================================================================
3.49/3.50	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      183
3.49/3.53	c  0.0s |       0 |      284 |        0 |    26251      0 |      649 |      183
3.49/3.53	c #cpu_time = 0.028s
3.49/3.53	c #wall_clock_time = 0.028s
3.49/3.53	c #decision = 284
3.49/3.53	c #random_decision = 0
3.49/3.53	c #conflict = 0
3.49/3.53	c #restart = 0
3.49/3.53	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.49/3.53	c lower bound updated to 407813827521
3.49/3.58	c BCD2: 411521225952 <= obj <= 11974896935277
3.49/3.58	c BCD2: #cores=23, #unrelaxed=1268, #relaxed=69, #hardened=0
3.49/3.58	c BCD2: #sat=1 #unsat=24 bias=24/25
3.49/3.58	c Solving starts ...
3.49/3.58	c ============================[ Search Statistics ]============================
3.49/3.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.58	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.58	c =============================================================================
3.49/3.58	c  0.0s |       0 |        0 |        0 |    26251      0 |      649 |      184
3.58/3.61	c  0.0s |       0 |      288 |        0 |    26251      0 |      649 |      184
3.58/3.61	c #cpu_time = 0.028s
3.58/3.61	c #wall_clock_time = 0.028s
3.58/3.61	c #decision = 288
3.58/3.61	c #random_decision = 0
3.58/3.61	c #conflict = 0
3.58/3.61	c #restart = 0
3.58/3.61	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
3.58/3.61	c BCD2: refineLB: 36332504634 -> 37073984320
3.58/3.61	c lower bound updated to 426350819681
3.58/3.67	c BCD2: 430058218112 <= obj <= 11974896935277
3.58/3.67	c BCD2: #cores=23, #unrelaxed=1264, #relaxed=73, #hardened=0
3.58/3.67	c BCD2: #sat=1 #unsat=25 bias=25/26
3.58/3.67	c Solving starts ...
3.58/3.67	c ============================[ Search Statistics ]============================
3.58/3.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.58/3.67	c       |         |          |          |    Limit     GC | Var      | Constra 
3.58/3.67	c =============================================================================
3.58/3.67	c  0.0s |       0 |        0 |        0 |    26251      0 |      655 |      184
3.68/3.70	c  0.0s |       0 |      291 |        0 |    26251      0 |      655 |      195
3.68/3.70	c #cpu_time = 0.027s
3.68/3.70	c #wall_clock_time = 0.027s
3.68/3.70	c #decision = 291
3.68/3.70	c #random_decision = 0
3.68/3.70	c #conflict = 0
3.68/3.70	c #restart = 0
3.68/3.70	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.68/3.70	c lower bound updated to 444887811841
3.68/3.76	c BCD2: 448595210272 <= obj <= 11974896935277
3.68/3.76	c BCD2: #cores=24, #unrelaxed=1261, #relaxed=76, #hardened=0
3.68/3.76	c BCD2: #sat=1 #unsat=26 bias=26/27
3.68/3.76	c Solving starts ...
3.68/3.76	c ============================[ Search Statistics ]============================
3.68/3.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.76	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.76	c =============================================================================
3.68/3.76	c  0.0s |       0 |        0 |        0 |    26251      0 |      655 |      196
3.68/3.78	c  0.0s |       0 |      292 |        0 |    26251      0 |      655 |      196
3.68/3.78	c #cpu_time = 0.027s
3.68/3.78	c #wall_clock_time = 0.027s
3.68/3.78	c #decision = 292
3.68/3.78	c #random_decision = 0
3.68/3.78	c #conflict = 0
3.68/3.78	c #restart = 0
3.68/3.78	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.68/3.78	c lower bound updated to 463424804001
3.78/3.84	c BCD2: 467132202432 <= obj <= 11974896935277
3.78/3.84	c BCD2: #cores=25, #unrelaxed=1258, #relaxed=79, #hardened=0
3.78/3.84	c BCD2: #sat=1 #unsat=27 bias=27/28
3.78/3.84	c Solving starts ...
3.78/3.84	c ============================[ Search Statistics ]============================
3.78/3.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.78/3.84	c       |         |          |          |    Limit     GC | Var      | Constra 
3.78/3.84	c =============================================================================
3.78/3.84	c  0.0s |       0 |        0 |        0 |    26251      0 |      655 |      197
3.78/3.87	c  0.0s |       0 |      295 |        0 |    26251      0 |      655 |      197
3.78/3.87	c #cpu_time = 0.027s
3.78/3.87	c #wall_clock_time = 0.027s
3.78/3.87	c #decision = 295
3.78/3.87	c #random_decision = 0
3.78/3.87	c #conflict = 0
3.78/3.87	c #restart = 0
3.78/3.87	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.78/3.87	c lower bound updated to 481961796161
3.88/3.92	c BCD2: 485669194592 <= obj <= 11974896935277
3.88/3.92	c BCD2: #cores=26, #unrelaxed=1255, #relaxed=82, #hardened=0
3.88/3.92	c BCD2: #sat=1 #unsat=28 bias=28/29
3.88/3.93	c Solving starts ...
3.88/3.93	c ============================[ Search Statistics ]============================
3.88/3.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.93	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.93	c =============================================================================
3.88/3.93	c  0.0s |       0 |        0 |        0 |    26251      0 |      655 |      198
3.88/3.96	c  0.0s |       0 |      294 |        0 |    26251      0 |      655 |      198
3.88/3.96	c #cpu_time = 0.027s
3.88/3.96	c #wall_clock_time = 0.027s
3.88/3.96	c #decision = 294
3.88/3.96	c #random_decision = 0
3.88/3.96	c #conflict = 0
3.88/3.96	c #restart = 0
3.88/3.96	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
3.88/3.96	c BCD2: refineLB: 36434777694 -> 37073984320
3.88/3.96	c lower bound updated to 500498788321
3.98/4.01	c BCD2: 504206186752 <= obj <= 11974896935277
3.98/4.01	c BCD2: #cores=26, #unrelaxed=1251, #relaxed=86, #hardened=0
3.98/4.01	c BCD2: #sat=1 #unsat=29 bias=29/30
3.98/4.01	c Solving starts ...
3.98/4.01	c ============================[ Search Statistics ]============================
3.98/4.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.98/4.01	c       |         |          |          |    Limit     GC | Var      | Constra 
3.98/4.01	c =============================================================================
3.98/4.01	c  0.0s |       0 |        0 |        0 |    26251      0 |      672 |      198
3.98/4.04	c  0.0s |       0 |      291 |        0 |    26251      0 |      672 |      231
3.98/4.04	c #cpu_time = 0.030s
3.98/4.04	c #wall_clock_time = 0.030s
3.98/4.04	c #decision = 291
3.98/4.04	c #random_decision = 0
3.98/4.04	c #conflict = 0
3.98/4.04	c #restart = 0
3.98/4.04	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
3.98/4.04	c lower bound updated to 519035780481
4.08/4.10	c BCD2: 522743178912 <= obj <= 11974896935277
4.08/4.10	c BCD2: #cores=27, #unrelaxed=1248, #relaxed=89, #hardened=0
4.08/4.10	c BCD2: #sat=1 #unsat=30 bias=30/31
4.08/4.10	c Solving starts ...
4.08/4.10	c ============================[ Search Statistics ]============================
4.08/4.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.08/4.10	c       |         |          |          |    Limit     GC | Var      | Constra 
4.08/4.10	c =============================================================================
4.08/4.10	c  0.0s |       0 |        0 |        0 |    26251      0 |      672 |      232
4.08/4.13	c  0.0s |       0 |      290 |        0 |    26251      0 |      672 |      232
4.08/4.13	c #cpu_time = 0.028s
4.08/4.13	c #wall_clock_time = 0.028s
4.08/4.13	c #decision = 290
4.08/4.13	c #random_decision = 0
4.08/4.13	c #conflict = 0
4.08/4.13	c #restart = 0
4.08/4.13	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.08/4.13	c lower bound updated to 537572772641
4.08/4.18	c BCD2: 541280171072 <= obj <= 11974896935277
4.08/4.18	c BCD2: #cores=28, #unrelaxed=1245, #relaxed=92, #hardened=0
4.08/4.18	c BCD2: #sat=1 #unsat=31 bias=31/32
4.08/4.18	c Solving starts ...
4.08/4.18	c ============================[ Search Statistics ]============================
4.08/4.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.08/4.18	c       |         |          |          |    Limit     GC | Var      | Constra 
4.08/4.18	c =============================================================================
4.08/4.19	c  0.0s |       0 |        0 |        0 |    26251      0 |      672 |      233
4.18/4.22	c  0.0s |       0 |      289 |        0 |    26251      0 |      672 |      233
4.18/4.22	c #cpu_time = 0.028s
4.18/4.22	c #wall_clock_time = 0.028s
4.18/4.22	c #decision = 289
4.18/4.22	c #random_decision = 0
4.18/4.22	c #conflict = 0
4.18/4.22	c #restart = 0
4.18/4.22	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
4.18/4.22	c BCD2: refineLB: 36494703316 -> 37073984320
4.18/4.22	c lower bound updated to 556109764801
4.18/4.27	c BCD2: 559817163232 <= obj <= 11974896935277
4.18/4.27	c BCD2: #cores=28, #unrelaxed=1241, #relaxed=96, #hardened=0
4.18/4.27	c BCD2: #sat=1 #unsat=32 bias=32/33
4.18/4.27	c Solving starts ...
4.18/4.27	c ============================[ Search Statistics ]============================
4.18/4.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.18/4.27	c       |         |          |          |    Limit     GC | Var      | Constra 
4.18/4.27	c =============================================================================
4.18/4.27	c  0.0s |       0 |        0 |        0 |    26251      0 |      687 |      233
4.28/4.30	c  0.0s |       0 |      299 |        0 |    26251      0 |      687 |      262
4.28/4.30	c #cpu_time = 0.028s
4.28/4.30	c #wall_clock_time = 0.028s
4.28/4.30	c #decision = 299
4.28/4.30	c #random_decision = 0
4.28/4.30	c #conflict = 0
4.28/4.30	c #restart = 0
4.28/4.30	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.28/4.30	c lower bound updated to 574646756961
4.28/4.36	c BCD2: 578354155392 <= obj <= 11974896935277
4.28/4.36	c BCD2: #cores=29, #unrelaxed=1238, #relaxed=99, #hardened=0
4.28/4.36	c BCD2: #sat=1 #unsat=33 bias=33/34
4.28/4.36	c Solving starts ...
4.28/4.36	c ============================[ Search Statistics ]============================
4.28/4.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.28/4.36	c       |         |          |          |    Limit     GC | Var      | Constra 
4.28/4.36	c =============================================================================
4.28/4.36	c  0.0s |       0 |        0 |        0 |    26251      0 |      687 |      263
4.28/4.38	c  0.0s |       0 |      299 |        0 |    26251      0 |      687 |      263
4.28/4.38	c #cpu_time = 0.027s
4.28/4.38	c #wall_clock_time = 0.027s
4.28/4.38	c #decision = 299
4.28/4.38	c #random_decision = 0
4.58/4.63	c #conflict = 0
4.58/4.63	c #restart = 0
4.58/4.63	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.58/4.63	c lower bound updated to 593183749121
4.58/4.63	c BCD2: 596891147552 <= obj <= 11974896935277
4.58/4.63	c BCD2: #cores=30, #unrelaxed=1235, #relaxed=102, #hardened=0
4.58/4.63	c BCD2: #sat=1 #unsat=34 bias=34/35
4.58/4.63	c Solving starts ...
4.58/4.63	c ============================[ Search Statistics ]============================
4.58/4.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.63	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.63	c =============================================================================
4.58/4.63	c  0.0s |       0 |        0 |        0 |    26251      0 |      687 |      264
4.58/4.63	c  0.0s |       0 |      302 |        0 |    26251      0 |      687 |      264
4.58/4.63	c #cpu_time = 0.027s
4.58/4.63	c #wall_clock_time = 0.027s
4.58/4.63	c #decision = 302
4.58/4.63	c #random_decision = 0
4.58/4.63	c #conflict = 0
4.58/4.63	c #restart = 0
4.58/4.63	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.58/4.63	c lower bound updated to 611720741281
4.58/4.63	c BCD2: 615428139712 <= obj <= 11974896935277
4.58/4.63	c BCD2: #cores=31, #unrelaxed=1232, #relaxed=105, #hardened=0
4.58/4.63	c BCD2: #sat=1 #unsat=35 bias=35/36
4.58/4.63	c Solving starts ...
4.58/4.63	c ============================[ Search Statistics ]============================
4.58/4.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.63	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.63	c =============================================================================
4.58/4.63	c  0.0s |       0 |        0 |        0 |    26251      0 |      687 |      265
4.58/4.63	c  0.0s |       0 |      301 |        0 |    26251      0 |      687 |      265
4.58/4.63	c #cpu_time = 0.027s
4.58/4.63	c #wall_clock_time = 0.027s
4.58/4.63	c #decision = 301
4.58/4.63	c #random_decision = 0
4.58/4.63	c #conflict = 0
4.58/4.63	c #restart = 0
4.58/4.63	c BCD2: relaxing 6 and merging with 2 cores into a new core of size 12: cost of the new core is >=55610976480
4.58/4.63	c BCD2: refineLB: 55096060032 -> 55610976480
4.58/4.63	c lower bound updated to 630257733441
4.58/4.63	c BCD2: 633965131872 <= obj <= 11974896935277
4.58/4.63	c BCD2: #cores=30, #unrelaxed=1226, #relaxed=111, #hardened=0
4.58/4.63	c BCD2: #sat=1 #unsat=36 bias=36/37
4.58/4.63	c Solving starts ...
4.58/4.63	c ============================[ Search Statistics ]============================
4.58/4.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.63	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.63	c =============================================================================
4.58/4.63	c  0.0s |       0 |        0 |        0 |    26251      0 |      711 |      265
4.58/4.64	c  0.0s |       0 |      295 |        0 |    26251      0 |      711 |      311
4.58/4.64	c #cpu_time = 0.030s
4.58/4.64	c #wall_clock_time = 0.030s
4.58/4.64	c #decision = 295
4.58/4.64	c #random_decision = 0
4.58/4.64	c #conflict = 0
4.58/4.64	c #restart = 0
4.58/4.64	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.58/4.64	c lower bound updated to 648794725601
4.68/4.70	c BCD2: 652502124032 <= obj <= 11974896935277
4.68/4.70	c BCD2: #cores=31, #unrelaxed=1223, #relaxed=114, #hardened=0
4.68/4.70	c BCD2: #sat=1 #unsat=37 bias=37/38
4.68/4.70	c Solving starts ...
4.68/4.70	c ============================[ Search Statistics ]============================
4.68/4.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.68/4.70	c       |         |          |          |    Limit     GC | Var      | Constra 
4.68/4.70	c =============================================================================
4.68/4.70	c  0.0s |       0 |        0 |        0 |    26251      0 |      711 |      312
4.68/4.73	c  0.0s |       0 |      294 |        0 |    26251      0 |      711 |      312
4.68/4.73	c #cpu_time = 0.028s
4.68/4.73	c #wall_clock_time = 0.028s
4.68/4.73	c #decision = 294
4.68/4.73	c #random_decision = 0
4.68/4.73	c #conflict = 0
4.68/4.73	c #restart = 0
4.68/4.73	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
4.68/4.73	c BCD2: refineLB: 55123160897 -> 55610976480
4.68/4.73	c lower bound updated to 667331717761
4.68/4.79	c BCD2: 671039116192 <= obj <= 11974896935277
4.68/4.79	c BCD2: #cores=30, #unrelaxed=1218, #relaxed=119, #hardened=0
4.68/4.79	c BCD2: #sat=1 #unsat=38 bias=38/39
4.68/4.79	c Solving starts ...
4.68/4.79	c ============================[ Search Statistics ]============================
4.68/4.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.68/4.79	c       |         |          |          |    Limit     GC | Var      | Constra 
4.68/4.79	c =============================================================================
4.68/4.79	c  0.0s |       0 |        0 |        0 |    26251      0 |      740 |      312
4.78/4.82	c  0.0s |       0 |      291 |        0 |    26251      0 |      740 |      368
4.78/4.82	c #cpu_time = 0.028s
4.78/4.82	c #wall_clock_time = 0.028s
4.78/4.82	c #decision = 291
4.78/4.82	c #random_decision = 0
4.78/4.82	c #conflict = 0
4.78/4.82	c #restart = 0
4.78/4.82	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.78/4.82	c lower bound updated to 685868709921
4.78/4.87	c BCD2: 689576108352 <= obj <= 11974896935277
4.78/4.87	c BCD2: #cores=31, #unrelaxed=1215, #relaxed=122, #hardened=0
4.78/4.87	c BCD2: #sat=1 #unsat=39 bias=39/40
4.78/4.87	c Solving starts ...
4.78/4.87	c ============================[ Search Statistics ]============================
4.78/4.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.78/4.87	c       |         |          |          |    Limit     GC | Var      | Constra 
4.78/4.87	c =============================================================================
4.78/4.87	c  0.0s |       0 |        0 |        0 |    26251      0 |      740 |      369
4.88/4.90	c  0.0s |       0 |      292 |        0 |    26251      0 |      740 |      369
4.88/4.90	c #cpu_time = 0.027s
4.88/4.90	c #wall_clock_time = 0.027s
4.88/4.90	c #decision = 292
4.88/4.90	c #random_decision = 0
4.88/4.90	c #conflict = 0
4.88/4.90	c #restart = 0
4.88/4.90	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.88/4.90	c lower bound updated to 704405702081
4.88/4.96	c BCD2: 708113100512 <= obj <= 11974896935277
4.88/4.96	c BCD2: #cores=32, #unrelaxed=1212, #relaxed=125, #hardened=0
4.88/4.96	c BCD2: #sat=1 #unsat=40 bias=40/41
4.88/4.96	c Solving starts ...
4.88/4.96	c ============================[ Search Statistics ]============================
4.88/4.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.88/4.96	c       |         |          |          |    Limit     GC | Var      | Constra 
4.88/4.96	c =============================================================================
4.88/4.96	c  0.0s |       0 |        0 |        0 |    26251      0 |      740 |      370
4.88/4.99	c  0.0s |       0 |      295 |        0 |    26251      0 |      740 |      370
4.88/4.99	c #cpu_time = 0.027s
4.88/4.99	c #wall_clock_time = 0.027s
4.88/4.99	c #decision = 295
4.88/4.99	c #random_decision = 0
4.88/4.99	c #conflict = 0
4.88/4.99	c #restart = 0
4.88/4.99	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.88/4.99	c lower bound updated to 722942694241
4.98/5.05	c BCD2: 726650092672 <= obj <= 11974896935277
4.98/5.05	c BCD2: #cores=33, #unrelaxed=1209, #relaxed=128, #hardened=0
4.98/5.05	c BCD2: #sat=1 #unsat=41 bias=41/42
4.98/5.05	c Solving starts ...
4.98/5.05	c ============================[ Search Statistics ]============================
4.98/5.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.98/5.05	c       |         |          |          |    Limit     GC | Var      | Constra 
4.98/5.05	c =============================================================================
4.98/5.05	c  0.0s |       0 |        0 |        0 |    26251      0 |      740 |      371
4.98/5.07	c  0.0s |       0 |      296 |        0 |    26251      0 |      740 |      371
4.98/5.07	c #cpu_time = 0.027s
4.98/5.07	c #wall_clock_time = 0.027s
4.98/5.07	c #decision = 296
4.98/5.07	c #random_decision = 0
4.98/5.07	c #conflict = 0
4.98/5.07	c #restart = 0
4.98/5.07	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
4.98/5.07	c lower bound updated to 741479686401
5.08/5.13	c BCD2: 745187084832 <= obj <= 11974896935277
5.08/5.13	c BCD2: #cores=34, #unrelaxed=1206, #relaxed=131, #hardened=0
5.08/5.13	c BCD2: #sat=1 #unsat=42 bias=42/43
5.08/5.13	c Solving starts ...
5.08/5.13	c ============================[ Search Statistics ]============================
5.08/5.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.08/5.13	c       |         |          |          |    Limit     GC | Var      | Constra 
5.08/5.13	c =============================================================================
5.08/5.13	c  0.0s |       0 |        0 |        0 |    26251      0 |      740 |      372
5.08/5.16	c  0.0s |       0 |      297 |        0 |    26251      0 |      740 |      372
5.08/5.16	c #cpu_time = 0.027s
5.08/5.16	c #wall_clock_time = 0.027s
5.08/5.16	c #decision = 297
5.08/5.16	c #random_decision = 0
5.08/5.16	c #conflict = 0
5.08/5.16	c #restart = 0
5.08/5.16	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.08/5.16	c lower bound updated to 760016678561
5.18/5.22	c BCD2: 763724076992 <= obj <= 11974896935277
5.18/5.22	c BCD2: #cores=35, #unrelaxed=1203, #relaxed=134, #hardened=0
5.18/5.22	c BCD2: #sat=1 #unsat=43 bias=43/44
5.18/5.22	c Solving starts ...
5.18/5.22	c ============================[ Search Statistics ]============================
5.18/5.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.22	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.22	c =============================================================================
5.18/5.22	c  0.0s |       0 |        0 |        0 |    26251      0 |      740 |      373
5.18/5.25	c  0.0s |       0 |      296 |        0 |    26251      0 |      740 |      373
5.18/5.25	c #cpu_time = 0.027s
5.18/5.25	c #wall_clock_time = 0.027s
5.18/5.25	c #decision = 296
5.18/5.25	c #random_decision = 0
5.18/5.25	c #conflict = 0
5.18/5.25	c #restart = 0
5.18/5.25	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.18/5.25	c lower bound updated to 778553670721
5.28/5.31	c BCD2: 782261069152 <= obj <= 11974896935277
5.28/5.31	c BCD2: #cores=36, #unrelaxed=1200, #relaxed=137, #hardened=0
5.28/5.31	c BCD2: #sat=1 #unsat=44 bias=44/45
5.28/5.31	c Solving starts ...
5.28/5.31	c ============================[ Search Statistics ]============================
5.28/5.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.31	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.31	c =============================================================================
5.28/5.31	c  0.0s |       0 |        0 |        0 |    26251      0 |      740 |      374
5.28/5.33	c  0.0s |       0 |      298 |        0 |    26251      0 |      740 |      374
5.28/5.33	c #cpu_time = 0.027s
5.28/5.33	c #wall_clock_time = 0.027s
5.28/5.33	c #decision = 298
5.28/5.33	c #random_decision = 0
5.28/5.33	c #conflict = 0
5.28/5.33	c #restart = 0
5.28/5.33	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.28/5.33	c lower bound updated to 797090662881
5.28/5.39	c BCD2: 800798061312 <= obj <= 11974896935277
5.28/5.39	c BCD2: #cores=37, #unrelaxed=1197, #relaxed=140, #hardened=0
5.28/5.39	c BCD2: #sat=1 #unsat=45 bias=45/46
5.28/5.39	c Solving starts ...
5.28/5.39	c ============================[ Search Statistics ]============================
5.28/5.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.39	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.39	c =============================================================================
5.28/5.40	c  0.0s |       0 |        0 |        0 |    26251      0 |      740 |      375
5.38/5.42	c  0.0s |       0 |      310 |        0 |    26251      0 |      740 |      375
5.38/5.42	c #cpu_time = 0.027s
5.38/5.42	c #wall_clock_time = 0.027s
5.38/5.42	c #decision = 310
5.38/5.42	c #random_decision = 0
5.38/5.42	c #conflict = 0
5.38/5.42	c #restart = 0
5.38/5.42	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.38/5.42	c lower bound updated to 815627655041
5.38/5.48	c BCD2: 819335053472 <= obj <= 11974896935277
5.38/5.48	c BCD2: #cores=38, #unrelaxed=1194, #relaxed=143, #hardened=0
5.38/5.48	c BCD2: #sat=1 #unsat=46 bias=46/47
5.38/5.48	c Solving starts ...
5.38/5.48	c ============================[ Search Statistics ]============================
5.38/5.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.48	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.48	c =============================================================================
5.38/5.48	c  0.0s |       0 |        0 |        0 |    26251      0 |      740 |      376
5.49/5.51	c  0.0s |       0 |      313 |        0 |    26251      0 |      740 |      376
5.49/5.51	c #cpu_time = 0.027s
5.49/5.51	c #wall_clock_time = 0.027s
5.49/5.51	c #decision = 313
5.49/5.51	c #random_decision = 0
5.49/5.51	c #conflict = 0
5.49/5.51	c #restart = 0
5.49/5.51	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
5.49/5.51	c BCD2: refineLB: 36679580232 -> 37073984320
5.49/5.51	c lower bound updated to 834164647201
5.49/5.56	c BCD2: 837872045632 <= obj <= 11974896935277
5.49/5.56	c BCD2: #cores=38, #unrelaxed=1190, #relaxed=147, #hardened=0
5.49/5.56	c BCD2: #sat=1 #unsat=47 bias=47/48
5.49/5.56	c Solving starts ...
5.49/5.56	c ============================[ Search Statistics ]============================
5.49/5.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.56	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.56	c =============================================================================
5.49/5.56	c  0.0s |       0 |        0 |        0 |    26251      0 |      764 |      376
5.49/5.59	c  0.0s |       0 |      311 |        0 |    26251      0 |      764 |      423
5.49/5.59	c #cpu_time = 0.030s
5.49/5.59	c #wall_clock_time = 0.030s
5.49/5.59	c #decision = 311
5.49/5.59	c #random_decision = 0
5.49/5.59	c #conflict = 0
5.49/5.59	c #restart = 0
5.49/5.59	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.49/5.59	c lower bound updated to 852701639361
5.60/5.65	c BCD2: 856409037792 <= obj <= 11974896935277
5.60/5.65	c BCD2: #cores=39, #unrelaxed=1187, #relaxed=150, #hardened=0
5.60/5.65	c BCD2: #sat=1 #unsat=48 bias=48/49
5.60/5.65	c Solving starts ...
5.60/5.65	c ============================[ Search Statistics ]============================
5.60/5.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.65	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.65	c =============================================================================
5.60/5.66	c  0.0s |       0 |        0 |        0 |    26251      0 |      764 |      424
5.60/5.68	c  0.0s |       0 |      310 |        0 |    26251      0 |      764 |      424
5.60/5.68	c #cpu_time = 0.029s
5.60/5.68	c #wall_clock_time = 0.029s
5.60/5.68	c #decision = 310
5.60/5.68	c #random_decision = 0
5.60/5.68	c #conflict = 0
5.60/5.68	c #restart = 0
5.60/5.68	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.60/5.68	c lower bound updated to 871238631521
5.69/5.74	c BCD2: 874946029952 <= obj <= 11974896935277
5.69/5.74	c BCD2: #cores=40, #unrelaxed=1184, #relaxed=153, #hardened=0
5.69/5.74	c BCD2: #sat=1 #unsat=49 bias=49/50
5.69/5.74	c Solving starts ...
5.69/5.74	c ============================[ Search Statistics ]============================
5.69/5.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.74	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.74	c =============================================================================
5.69/5.74	c  0.0s |       0 |        0 |        0 |    26251      0 |      764 |      425
5.69/5.77	c  0.0s |       0 |      315 |        0 |    26251      0 |      764 |      425
5.69/5.77	c #cpu_time = 0.029s
5.69/5.77	c #wall_clock_time = 0.029s
5.69/5.77	c #decision = 315
5.69/5.77	c #random_decision = 0
5.69/5.77	c #conflict = 0
5.69/5.77	c #restart = 0
5.69/5.77	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.69/5.77	c lower bound updated to 889775623681
5.79/5.83	c BCD2: 893483022112 <= obj <= 11974896935277
5.79/5.83	c BCD2: #cores=41, #unrelaxed=1181, #relaxed=156, #hardened=0
5.79/5.83	c BCD2: #sat=1 #unsat=50 bias=50/51
5.79/5.83	c Solving starts ...
5.79/5.83	c ============================[ Search Statistics ]============================
5.79/5.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.83	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.83	c =============================================================================
5.79/5.83	c  0.0s |       0 |        0 |        0 |    26251      0 |      764 |      426
5.79/5.86	c  0.0s |       0 |      315 |        0 |    26251      0 |      764 |      426
5.79/5.86	c #cpu_time = 0.029s
5.79/5.86	c #wall_clock_time = 0.029s
5.79/5.86	c #decision = 315
5.79/5.86	c #random_decision = 0
5.79/5.86	c #conflict = 0
5.79/5.86	c #restart = 0
5.79/5.86	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.79/5.86	c lower bound updated to 908312615841
5.89/5.92	c BCD2: 912020014272 <= obj <= 11974896935277
5.89/5.92	c BCD2: #cores=42, #unrelaxed=1178, #relaxed=159, #hardened=0
5.89/5.92	c BCD2: #sat=1 #unsat=51 bias=51/52
5.89/5.92	c Solving starts ...
5.89/5.92	c ============================[ Search Statistics ]============================
5.89/5.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.92	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.92	c =============================================================================
5.89/5.92	c  0.0s |       0 |        0 |        0 |    26251      0 |      764 |      427
5.89/5.95	c  0.0s |       0 |      316 |        0 |    26251      0 |      764 |      427
5.89/5.95	c #cpu_time = 0.029s
5.89/5.95	c #wall_clock_time = 0.029s
5.89/5.95	c #decision = 316
5.89/5.95	c #random_decision = 0
5.89/5.95	c #conflict = 0
5.89/5.95	c #restart = 0
5.89/5.95	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
5.89/5.95	c lower bound updated to 926849608001
5.99/6.01	c BCD2: 930557006432 <= obj <= 11974896935277
5.99/6.01	c BCD2: #cores=43, #unrelaxed=1175, #relaxed=162, #hardened=0
5.99/6.01	c BCD2: #sat=1 #unsat=52 bias=52/53
5.99/6.01	c Solving starts ...
5.99/6.01	c ============================[ Search Statistics ]============================
5.99/6.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.01	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.01	c =============================================================================
5.99/6.01	c  0.0s |       0 |        0 |        0 |    26251      0 |      764 |      428
5.99/6.04	c  0.0s |       0 |      321 |        0 |    26251      0 |      764 |      428
5.99/6.04	c #cpu_time = 0.029s
5.99/6.04	c #wall_clock_time = 0.029s
5.99/6.04	c #decision = 321
5.99/6.04	c #random_decision = 0
5.99/6.04	c #conflict = 0
5.99/6.04	c #restart = 0
5.99/6.04	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
5.99/6.04	c BCD2: refineLB: 36724229751 -> 37073984320
5.99/6.04	c lower bound updated to 945386600161
5.99/6.09	c BCD2: 949093998592 <= obj <= 11974896935277
5.99/6.09	c BCD2: #cores=43, #unrelaxed=1171, #relaxed=166, #hardened=0
5.99/6.09	c BCD2: #sat=1 #unsat=53 bias=53/54
5.99/6.09	c Solving starts ...
5.99/6.09	c ============================[ Search Statistics ]============================
5.99/6.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.09	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.09	c =============================================================================
5.99/6.09	c  0.0s |       0 |        0 |        0 |    26251      0 |      790 |      428
6.09/6.12	c  0.0s |       0 |      320 |        0 |    26251      0 |      790 |      479
6.09/6.12	c #cpu_time = 0.030s
6.09/6.12	c #wall_clock_time = 0.030s
6.09/6.12	c #decision = 320
6.09/6.12	c #random_decision = 0
6.09/6.12	c #conflict = 0
6.09/6.12	c #restart = 0
6.09/6.12	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
6.09/6.12	c BCD2: refineLB: 37073984321 -> 55610976480
6.09/6.12	c lower bound updated to 963923592321
6.09/6.18	c BCD2: 967630990752 <= obj <= 11974896935277
6.09/6.18	c BCD2: #cores=42, #unrelaxed=1166, #relaxed=171, #hardened=0
6.09/6.18	c BCD2: #sat=1 #unsat=54 bias=54/55
6.09/6.18	c Solving starts ...
6.09/6.18	c ============================[ Search Statistics ]============================
6.09/6.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.18	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.18	c =============================================================================
6.09/6.18	c  0.0s |       0 |        0 |        0 |    26251      0 |      792 |      479
6.19/6.21	c  0.0s |       0 |      318 |        0 |    26251      0 |      792 |      481
6.19/6.21	c #cpu_time = 0.029s
6.19/6.21	c #wall_clock_time = 0.029s
6.19/6.21	c #decision = 318
6.19/6.21	c #random_decision = 0
6.19/6.21	c #conflict = 0
6.19/6.21	c #restart = 0
6.19/6.21	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.19/6.21	c lower bound updated to 982460584481
6.19/6.27	c BCD2: 986167982912 <= obj <= 11974896935277
6.19/6.27	c BCD2: #cores=43, #unrelaxed=1163, #relaxed=174, #hardened=0
6.19/6.27	c BCD2: #sat=1 #unsat=55 bias=55/56
6.19/6.27	c Solving starts ...
6.19/6.27	c ============================[ Search Statistics ]============================
6.19/6.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.27	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.27	c =============================================================================
6.19/6.27	c  0.0s |       0 |        0 |        0 |    26251      0 |      792 |      482
6.29/6.30	c  0.0s |       0 |      317 |        0 |    26251      0 |      792 |      482
6.29/6.30	c #cpu_time = 0.029s
6.29/6.30	c #wall_clock_time = 0.029s
6.29/6.30	c #decision = 317
6.29/6.30	c #random_decision = 0
6.29/6.30	c #conflict = 0
6.29/6.30	c #restart = 0
6.29/6.30	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
6.29/6.30	c BCD2: refineLB: 36742966603 -> 37073984320
6.29/6.30	c lower bound updated to 1000997576641
6.29/6.35	c BCD2: 1004704975072 <= obj <= 11974896935277
6.29/6.35	c BCD2: #cores=43, #unrelaxed=1159, #relaxed=178, #hardened=0
6.29/6.35	c BCD2: #sat=1 #unsat=56 bias=56/57
6.29/6.35	c Solving starts ...
6.29/6.35	c ============================[ Search Statistics ]============================
6.29/6.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.35	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.35	c =============================================================================
6.29/6.35	c  0.0s |       0 |        0 |        0 |    26251      0 |      839 |      482
6.29/6.38	c  0.0s |       0 |      318 |        0 |    26251      0 |      839 |      575
6.29/6.38	c #cpu_time = 0.030s
6.29/6.38	c #wall_clock_time = 0.030s
6.29/6.38	c #decision = 318
6.29/6.38	c #random_decision = 0
6.29/6.38	c #conflict = 0
6.29/6.38	c #restart = 0
6.29/6.38	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
6.29/6.38	c BCD2: refineLB: 36748773932 -> 37073984320
6.29/6.38	c lower bound updated to 1019534568801
6.39/6.44	c BCD2: 1023241967232 <= obj <= 11974896935277
6.39/6.44	c BCD2: #cores=43, #unrelaxed=1155, #relaxed=182, #hardened=0
6.39/6.44	c BCD2: #sat=1 #unsat=57 bias=57/58
6.39/6.44	c Solving starts ...
6.39/6.44	c ============================[ Search Statistics ]============================
6.39/6.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.44	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.44	c =============================================================================
6.39/6.44	c  0.0s |       0 |        0 |        0 |    26251      0 |      853 |      575
6.39/6.47	c  0.0s |       0 |      317 |        0 |    26251      0 |      853 |      602
6.39/6.47	c #cpu_time = 0.029s
6.39/6.47	c #wall_clock_time = 0.029s
6.39/6.47	c #decision = 317
6.39/6.47	c #random_decision = 0
6.39/6.47	c #conflict = 0
6.39/6.47	c #restart = 0
6.39/6.47	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.39/6.47	c lower bound updated to 1038071560961
6.49/6.53	c BCD2: 1041778959392 <= obj <= 11974896935277
6.49/6.53	c BCD2: #cores=44, #unrelaxed=1152, #relaxed=185, #hardened=0
6.49/6.53	c BCD2: #sat=1 #unsat=58 bias=58/59
6.49/6.53	c Solving starts ...
6.49/6.53	c ============================[ Search Statistics ]============================
6.49/6.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.53	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.53	c =============================================================================
6.49/6.53	c  0.0s |       0 |        0 |        0 |    26251      0 |      853 |      603
6.49/6.56	c  0.0s |       0 |      319 |        0 |    26251      0 |      853 |      603
6.49/6.56	c #cpu_time = 0.029s
6.49/6.56	c #wall_clock_time = 0.029s
6.49/6.56	c #decision = 319
6.49/6.56	c #random_decision = 0
6.49/6.56	c #conflict = 0
6.49/6.56	c #restart = 0
6.49/6.56	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.49/6.56	c lower bound updated to 1056608553121
6.60/6.62	c BCD2: 1060315951552 <= obj <= 11974896935277
6.60/6.62	c BCD2: #cores=45, #unrelaxed=1149, #relaxed=188, #hardened=0
6.60/6.62	c BCD2: #sat=1 #unsat=59 bias=59/60
6.60/6.62	c Solving starts ...
6.60/6.62	c ============================[ Search Statistics ]============================
6.60/6.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.62	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.62	c =============================================================================
6.60/6.62	c  0.0s |       0 |        0 |        0 |    26251      0 |      853 |      604
6.60/6.65	c  0.0s |       0 |      319 |        0 |    26251      0 |      853 |      604
6.60/6.65	c #cpu_time = 0.029s
6.60/6.65	c #wall_clock_time = 0.029s
6.60/6.65	c #decision = 319
6.60/6.65	c #random_decision = 0
6.60/6.65	c #conflict = 0
6.60/6.65	c #restart = 0
6.60/6.65	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.60/6.65	c lower bound updated to 1075145545281
6.70/6.71	c BCD2: 1078852943712 <= obj <= 11974896935277
6.70/6.71	c BCD2: #cores=46, #unrelaxed=1146, #relaxed=191, #hardened=0
6.70/6.71	c BCD2: #sat=1 #unsat=60 bias=60/61
6.70/6.71	c Solving starts ...
6.70/6.71	c ============================[ Search Statistics ]============================
6.70/6.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.71	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.71	c =============================================================================
6.70/6.71	c  0.0s |       0 |        0 |        0 |    26251      0 |      853 |      605
6.70/6.74	c  0.0s |       0 |      325 |        0 |    26251      0 |      853 |      605
6.70/6.74	c #cpu_time = 0.030s
6.70/6.74	c #wall_clock_time = 0.030s
6.70/6.74	c #decision = 325
6.70/6.74	c #random_decision = 0
6.70/6.74	c #conflict = 0
6.70/6.74	c #restart = 0
6.70/6.74	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
6.70/6.74	c BCD2: refineLB: 36770099203 -> 37073984320
6.70/6.74	c lower bound updated to 1093682537441
6.70/6.80	c BCD2: 1097389935872 <= obj <= 11974896935277
6.70/6.80	c BCD2: #cores=46, #unrelaxed=1142, #relaxed=195, #hardened=0
6.70/6.80	c BCD2: #sat=1 #unsat=61 bias=61/62
6.79/6.80	c Solving starts ...
6.79/6.80	c ============================[ Search Statistics ]============================
6.79/6.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.80	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.80	c =============================================================================
6.79/6.80	c  0.0s |       0 |        0 |        0 |    26251      0 |      862 |      605
6.79/6.83	c  0.0s |       0 |      326 |        0 |    26251      0 |      862 |      622
6.79/6.83	c #cpu_time = 0.030s
6.79/6.83	c #wall_clock_time = 0.030s
6.79/6.83	c #decision = 326
6.79/6.83	c #random_decision = 0
6.79/6.83	c #conflict = 0
6.79/6.83	c #restart = 0
6.79/6.83	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.79/6.83	c lower bound updated to 1112219529601
6.79/6.88	c BCD2: 1115926928032 <= obj <= 11974896935277
6.79/6.88	c BCD2: #cores=47, #unrelaxed=1139, #relaxed=198, #hardened=0
6.79/6.88	c BCD2: #sat=1 #unsat=62 bias=62/63
6.79/6.89	c Solving starts ...
6.79/6.89	c ============================[ Search Statistics ]============================
6.79/6.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.89	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.89	c =============================================================================
6.79/6.89	c  0.0s |       0 |        0 |        0 |    26251      0 |      862 |      623
6.89/6.91	c  0.0s |       0 |      326 |        0 |    26251      0 |      862 |      623
6.89/6.91	c #cpu_time = 0.028s
6.89/6.91	c #wall_clock_time = 0.028s
6.89/6.91	c #decision = 326
6.89/6.91	c #random_decision = 0
6.89/6.91	c #conflict = 0
6.89/6.91	c #restart = 0
6.89/6.91	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.89/6.91	c lower bound updated to 1130756521761
6.89/6.97	c BCD2: 1134463920192 <= obj <= 11974896935277
6.89/6.97	c BCD2: #cores=48, #unrelaxed=1136, #relaxed=201, #hardened=0
6.89/6.97	c BCD2: #sat=1 #unsat=63 bias=63/64
6.89/6.97	c Solving starts ...
6.89/6.97	c ============================[ Search Statistics ]============================
6.89/6.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.97	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.97	c =============================================================================
6.89/6.98	c  0.0s |       0 |        0 |        0 |    26251      0 |      862 |      624
6.99/7.01	c  0.0s |       0 |      338 |        0 |    26251      0 |      862 |      624
6.99/7.01	c #cpu_time = 0.028s
6.99/7.01	c #wall_clock_time = 0.028s
6.99/7.01	c #decision = 338
6.99/7.01	c #random_decision = 0
6.99/7.01	c #conflict = 0
6.99/7.01	c #restart = 0
6.99/7.01	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.99/7.01	c lower bound updated to 1149293513921
6.99/7.06	c BCD2: 1153000912352 <= obj <= 11974896935277
6.99/7.06	c BCD2: #cores=49, #unrelaxed=1133, #relaxed=204, #hardened=0
6.99/7.06	c BCD2: #sat=1 #unsat=64 bias=64/65
6.99/7.06	c Solving starts ...
6.99/7.06	c ============================[ Search Statistics ]============================
6.99/7.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.06	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.06	c =============================================================================
6.99/7.06	c  0.0s |       0 |        0 |        0 |    26251      0 |      862 |      625
6.99/7.09	c  0.0s |       0 |      340 |        0 |    26251      0 |      862 |      625
6.99/7.09	c #cpu_time = 0.029s
6.99/7.09	c #wall_clock_time = 0.029s
6.99/7.09	c #decision = 340
6.99/7.09	c #random_decision = 0
6.99/7.09	c #conflict = 0
6.99/7.09	c #restart = 0
6.99/7.09	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
6.99/7.09	c lower bound updated to 1167830506081
7.09/7.15	c BCD2: 1171537904512 <= obj <= 11974896935277
7.09/7.15	c BCD2: #cores=50, #unrelaxed=1130, #relaxed=207, #hardened=0
7.09/7.15	c BCD2: #sat=1 #unsat=65 bias=65/66
7.09/7.15	c Solving starts ...
7.09/7.15	c ============================[ Search Statistics ]============================
7.09/7.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.15	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.15	c =============================================================================
7.09/7.15	c  0.0s |       0 |        0 |        0 |    26251      0 |      862 |      626
7.09/7.18	c  0.0s |       0 |      341 |        0 |    26251      0 |      862 |      626
7.09/7.18	c #cpu_time = 0.029s
7.09/7.18	c #wall_clock_time = 0.029s
7.09/7.18	c #decision = 341
7.09/7.18	c #random_decision = 0
7.09/7.18	c #conflict = 0
7.09/7.18	c #restart = 0
7.09/7.18	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.09/7.18	c lower bound updated to 1186367498241
7.19/7.24	c BCD2: 1190074896672 <= obj <= 11974896935277
7.19/7.24	c BCD2: #cores=51, #unrelaxed=1127, #relaxed=210, #hardened=0
7.19/7.24	c BCD2: #sat=1 #unsat=66 bias=66/67
7.19/7.24	c Solving starts ...
7.19/7.24	c ============================[ Search Statistics ]============================
7.19/7.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.24	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.24	c =============================================================================
7.19/7.24	c  0.0s |       0 |        0 |        0 |    26251      0 |      862 |      627
7.19/7.27	c  0.0s |       0 |      340 |        0 |    26251      0 |      862 |      627
7.19/7.27	c #cpu_time = 0.029s
7.19/7.27	c #wall_clock_time = 0.029s
7.19/7.27	c #decision = 340
7.19/7.27	c #random_decision = 0
7.19/7.27	c #conflict = 0
7.19/7.27	c #restart = 0
7.19/7.27	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.19/7.27	c lower bound updated to 1204904490401
7.29/7.33	c BCD2: 1208611888832 <= obj <= 11974896935277
7.29/7.33	c BCD2: #cores=52, #unrelaxed=1124, #relaxed=213, #hardened=0
7.29/7.33	c BCD2: #sat=1 #unsat=67 bias=67/68
7.29/7.33	c Solving starts ...
7.29/7.33	c ============================[ Search Statistics ]============================
7.29/7.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.33	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.33	c =============================================================================
7.29/7.33	c  0.0s |       0 |        0 |        0 |    26251      0 |      862 |      628
7.29/7.36	c  0.0s |       0 |      339 |        0 |    26251      0 |      862 |      628
7.29/7.36	c #cpu_time = 0.029s
7.29/7.36	c #wall_clock_time = 0.029s
7.29/7.36	c #decision = 339
7.29/7.36	c #random_decision = 0
7.29/7.36	c #conflict = 0
7.29/7.36	c #restart = 0
7.29/7.36	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.29/7.36	c lower bound updated to 1223441482561
7.39/7.42	c BCD2: 1227148880992 <= obj <= 11974896935277
7.39/7.42	c BCD2: #cores=53, #unrelaxed=1121, #relaxed=216, #hardened=0
7.39/7.42	c BCD2: #sat=1 #unsat=68 bias=68/69
7.39/7.42	c Solving starts ...
7.39/7.42	c ============================[ Search Statistics ]============================
7.39/7.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.42	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.42	c =============================================================================
7.39/7.42	c  0.0s |       0 |        0 |        0 |    26251      0 |      862 |      629
7.39/7.45	c  0.0s |       0 |      341 |        0 |    26251      0 |      862 |      629
7.39/7.45	c #cpu_time = 0.029s
7.39/7.45	c #wall_clock_time = 0.029s
7.39/7.45	c #decision = 341
7.39/7.45	c #random_decision = 0
7.39/7.45	c #conflict = 0
7.39/7.45	c #restart = 0
7.39/7.45	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
7.39/7.45	c BCD2: refineLB: 18536992161 -> 37073984320
7.39/7.45	c lower bound updated to 1241978474721
7.49/7.50	c BCD2: 1245685873152 <= obj <= 11974896935277
7.49/7.50	c BCD2: #cores=53, #unrelaxed=1117, #relaxed=220, #hardened=0
7.49/7.50	c BCD2: #sat=1 #unsat=69 bias=69/70
7.49/7.50	c Solving starts ...
7.49/7.50	c ============================[ Search Statistics ]============================
7.49/7.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.50	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.50	c =============================================================================
7.49/7.51	c  0.0s |       0 |        0 |        0 |    26251      0 |      863 |      629
7.49/7.54	c  0.0s |       0 |      338 |        0 |    26251      0 |      863 |      630
7.49/7.54	c #cpu_time = 0.030s
7.49/7.54	c #wall_clock_time = 0.030s
7.49/7.54	c #decision = 338
7.49/7.54	c #random_decision = 0
7.49/7.54	c #conflict = 0
7.49/7.54	c #restart = 0
7.49/7.54	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.49/7.54	c lower bound updated to 1260515466881
7.59/7.60	c BCD2: 1264222865312 <= obj <= 11974896935277
7.59/7.60	c BCD2: #cores=54, #unrelaxed=1114, #relaxed=223, #hardened=0
7.59/7.60	c BCD2: #sat=1 #unsat=70 bias=70/71
7.59/7.60	c Solving starts ...
7.59/7.60	c ============================[ Search Statistics ]============================
7.59/7.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.60	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.60	c =============================================================================
7.59/7.60	c  0.0s |       0 |        0 |        0 |    26251      0 |      863 |      631
7.59/7.63	c  0.0s |       0 |      337 |        0 |    26251      0 |      863 |      631
7.59/7.63	c #cpu_time = 0.030s
7.59/7.63	c #wall_clock_time = 0.030s
7.59/7.63	c #decision = 337
7.59/7.63	c #random_decision = 0
7.59/7.63	c #conflict = 0
7.59/7.63	c #restart = 0
7.59/7.63	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
7.59/7.63	c BCD2: refineLB: 36812899924 -> 37073984320
7.59/7.63	c lower bound updated to 1279052459041
7.59/7.68	c BCD2: 1282759857472 <= obj <= 11974896935277
7.59/7.68	c BCD2: #cores=54, #unrelaxed=1110, #relaxed=227, #hardened=0
7.59/7.68	c BCD2: #sat=1 #unsat=71 bias=71/72
7.59/7.68	c Solving starts ...
7.59/7.68	c ============================[ Search Statistics ]============================
7.59/7.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.68	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.68	c =============================================================================
7.59/7.68	c  0.0s |       0 |        0 |        0 |    26251      0 |      876 |      631
7.70/7.72	c  0.0s |       0 |      338 |        0 |    26251      0 |      876 |      656
7.70/7.72	c #cpu_time = 0.031s
7.70/7.72	c #wall_clock_time = 0.031s
7.70/7.72	c #decision = 338
7.70/7.72	c #random_decision = 0
7.70/7.72	c #conflict = 0
7.70/7.72	c #restart = 0
7.70/7.72	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.70/7.72	c lower bound updated to 1297589451201
7.70/7.77	c BCD2: 1301296849632 <= obj <= 11974896935277
7.70/7.77	c BCD2: #cores=55, #unrelaxed=1107, #relaxed=230, #hardened=0
7.70/7.77	c BCD2: #sat=1 #unsat=72 bias=72/73
7.70/7.78	c Solving starts ...
7.70/7.78	c ============================[ Search Statistics ]============================
7.70/7.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.78	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.78	c =============================================================================
7.70/7.78	c  0.0s |       0 |        0 |        0 |    26251      0 |      876 |      657
7.80/7.81	c  0.0s |       0 |      337 |        0 |    26251      0 |      876 |      657
7.80/7.81	c #cpu_time = 0.029s
7.80/7.81	c #wall_clock_time = 0.029s
7.80/7.81	c #decision = 337
7.80/7.81	c #random_decision = 0
7.80/7.81	c #conflict = 0
7.80/7.81	c #restart = 0
7.80/7.81	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.80/7.81	c lower bound updated to 1316126443361
7.80/7.87	c BCD2: 1319833841792 <= obj <= 11974896935277
7.80/7.87	c BCD2: #cores=56, #unrelaxed=1104, #relaxed=233, #hardened=0
7.80/7.87	c BCD2: #sat=1 #unsat=73 bias=73/74
7.80/7.87	c Solving starts ...
7.80/7.87	c ============================[ Search Statistics ]============================
7.80/7.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.80/7.87	c       |         |          |          |    Limit     GC | Var      | Constra 
7.80/7.87	c =============================================================================
7.80/7.87	c  0.0s |       0 |        0 |        0 |    26251      0 |      876 |      658
7.89/7.90	c  0.0s |       0 |      338 |        0 |    26251      0 |      876 |      658
7.89/7.90	c #cpu_time = 0.029s
7.89/7.90	c #wall_clock_time = 0.029s
7.89/7.90	c #decision = 338
7.89/7.90	c #random_decision = 0
7.89/7.90	c #conflict = 0
7.89/7.90	c #restart = 0
7.89/7.90	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.89/7.90	c lower bound updated to 1334663435521
7.89/7.96	c BCD2: 1338370833952 <= obj <= 11974896935277
7.89/7.96	c BCD2: #cores=57, #unrelaxed=1101, #relaxed=236, #hardened=0
7.89/7.96	c BCD2: #sat=1 #unsat=74 bias=74/75
7.89/7.96	c Solving starts ...
7.89/7.96	c ============================[ Search Statistics ]============================
7.89/7.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.96	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.96	c =============================================================================
7.89/7.96	c  0.0s |       0 |        0 |        0 |    26251      0 |      876 |      659
7.89/7.99	c  0.0s |       0 |      350 |        1 |    26251      0 |      876 |      659
7.89/7.99	c #cpu_time = 0.030s
7.89/7.99	c #wall_clock_time = 0.030s
7.89/7.99	c #decision = 350
7.89/7.99	c #random_decision = 0
7.89/7.99	c #conflict = 1
7.89/7.99	c #restart = 0
7.89/7.99	c BCD2: relaxing 16 and merging with 4 cores into a new core of size 36: cost of the new core is >=129758945120
7.89/7.99	c BCD2: refineLB: 129511785225 -> 129758945120
7.89/7.99	c lower bound updated to 1353200427681
7.99/8.04	c BCD2: 1356907826112 <= obj <= 11974896935277
7.99/8.04	c BCD2: #cores=54, #unrelaxed=1085, #relaxed=252, #hardened=0
7.99/8.04	c BCD2: #sat=1 #unsat=75 bias=75/76
7.99/8.04	c Solving starts ...
7.99/8.04	c ============================[ Search Statistics ]============================
7.99/8.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.04	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.04	c =============================================================================
7.99/8.05	c  0.0s |       0 |        0 |        0 |    26251      0 |      971 |      659
7.99/8.08	c  0.0s |       0 |      324 |        0 |    26251      0 |      971 |      845
7.99/8.08	c #cpu_time = 0.031s
7.99/8.08	c #wall_clock_time = 0.031s
7.99/8.08	c #decision = 324
7.99/8.08	c #random_decision = 0
7.99/8.08	c #conflict = 0
7.99/8.08	c #restart = 0
7.99/8.08	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
7.99/8.08	c lower bound updated to 1371737419841
8.09/8.14	c BCD2: 1375444818272 <= obj <= 11974896935277
8.09/8.14	c BCD2: #cores=55, #unrelaxed=1082, #relaxed=255, #hardened=0
8.09/8.14	c BCD2: #sat=1 #unsat=76 bias=76/77
8.09/8.14	c Solving starts ...
8.09/8.14	c ============================[ Search Statistics ]============================
8.09/8.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.14	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.14	c =============================================================================
8.09/8.14	c  0.0s |       0 |        0 |        0 |    26251      0 |      971 |      846
8.09/8.17	c  0.0s |       0 |      324 |        0 |    26251      0 |      971 |      846
8.09/8.17	c #cpu_time = 0.030s
8.09/8.17	c #wall_clock_time = 0.030s
8.09/8.17	c #decision = 324
8.09/8.17	c #random_decision = 0
8.09/8.17	c #conflict = 0
8.09/8.17	c #restart = 0
8.09/8.17	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.09/8.17	c lower bound updated to 1390274412001
8.19/8.23	c BCD2: 1393981810432 <= obj <= 11974896935277
8.19/8.23	c BCD2: #cores=56, #unrelaxed=1079, #relaxed=258, #hardened=0
8.19/8.23	c BCD2: #sat=1 #unsat=77 bias=77/78
8.19/8.23	c Solving starts ...
8.19/8.23	c ============================[ Search Statistics ]============================
8.19/8.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.23	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.23	c =============================================================================
8.19/8.23	c  0.0s |       0 |        0 |        0 |    26251      0 |      971 |      847
8.19/8.26	c  0.0s |       0 |      323 |        0 |    26251      0 |      971 |      847
8.19/8.26	c #cpu_time = 0.030s
8.19/8.26	c #wall_clock_time = 0.030s
8.19/8.26	c #decision = 323
8.19/8.26	c #random_decision = 0
8.19/8.26	c #conflict = 0
8.19/8.26	c #restart = 0
8.19/8.26	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.19/8.26	c lower bound updated to 1408811404161
8.29/8.32	c BCD2: 1412518802592 <= obj <= 11974896935277
8.29/8.32	c BCD2: #cores=57, #unrelaxed=1076, #relaxed=261, #hardened=0
8.29/8.32	c BCD2: #sat=1 #unsat=78 bias=78/79
8.29/8.32	c Solving starts ...
8.29/8.32	c ============================[ Search Statistics ]============================
8.29/8.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.32	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.32	c =============================================================================
8.29/8.32	c  0.0s |       0 |        0 |        0 |    26251      0 |      971 |      848
8.29/8.36	c  0.0s |       0 |      322 |        0 |    26251      0 |      971 |      848
8.29/8.36	c #cpu_time = 0.030s
8.29/8.36	c #wall_clock_time = 0.030s
8.29/8.36	c #decision = 322
8.29/8.36	c #random_decision = 0
8.29/8.36	c #conflict = 0
8.29/8.36	c #restart = 0
8.29/8.36	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.29/8.36	c lower bound updated to 1427348396321
8.39/8.41	c BCD2: 1431055794752 <= obj <= 11974896935277
8.39/8.41	c BCD2: #cores=58, #unrelaxed=1073, #relaxed=264, #hardened=0
8.39/8.41	c BCD2: #sat=1 #unsat=79 bias=79/80
8.39/8.41	c Solving starts ...
8.39/8.41	c ============================[ Search Statistics ]============================
8.39/8.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.41	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.41	c =============================================================================
8.39/8.41	c  0.0s |       0 |        0 |        0 |    26251      0 |      971 |      849
8.39/8.45	c  0.0s |       0 |      323 |        0 |    26251      0 |      971 |      849
8.39/8.45	c #cpu_time = 0.030s
8.39/8.45	c #wall_clock_time = 0.030s
8.39/8.45	c #decision = 323
8.39/8.45	c #random_decision = 0
8.39/8.45	c #conflict = 0
8.39/8.45	c #restart = 0
8.39/8.45	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
8.39/8.45	c BCD2: refineLB: 36842271919 -> 37073984320
8.39/8.45	c lower bound updated to 1445885388481
8.49/8.50	c BCD2: 1449592786912 <= obj <= 11974896935277
8.49/8.50	c BCD2: #cores=58, #unrelaxed=1069, #relaxed=268, #hardened=0
8.49/8.50	c BCD2: #sat=1 #unsat=80 bias=80/81
8.49/8.50	c Solving starts ...
8.49/8.50	c ============================[ Search Statistics ]============================
8.49/8.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.50	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.50	c =============================================================================
8.49/8.50	c  0.0s |       0 |        0 |        0 |    26251      0 |     1021 |      849
8.49/8.53	c  0.0s |       0 |      321 |        0 |    26251      0 |     1021 |      948
8.49/8.53	c #cpu_time = 0.031s
8.49/8.53	c #wall_clock_time = 0.031s
8.49/8.53	c #decision = 321
8.49/8.53	c #random_decision = 0
8.49/8.53	c #conflict = 0
8.49/8.53	c #restart = 0
8.49/8.53	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.49/8.53	c lower bound updated to 1464422380641
8.49/8.59	c BCD2: 1468129779072 <= obj <= 11974896935277
8.49/8.59	c BCD2: #cores=59, #unrelaxed=1066, #relaxed=271, #hardened=0
8.49/8.59	c BCD2: #sat=1 #unsat=81 bias=81/82
8.49/8.59	c Solving starts ...
8.49/8.59	c ============================[ Search Statistics ]============================
8.49/8.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.59	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.59	c =============================================================================
8.49/8.60	c  0.0s |       0 |        0 |        0 |    26251      0 |     1021 |      949
8.59/8.63	c  0.0s |       0 |      326 |        0 |    26251      0 |     1021 |      949
8.59/8.63	c #cpu_time = 0.030s
8.59/8.63	c #wall_clock_time = 0.030s
8.59/8.63	c #decision = 326
8.59/8.63	c #random_decision = 0
8.59/8.63	c #conflict = 0
8.59/8.63	c #restart = 0
8.59/8.63	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
8.59/8.63	c BCD2: refineLB: 18536992161 -> 37073984320
8.59/8.63	c lower bound updated to 1482959372801
8.59/8.68	c BCD2: 1486666771232 <= obj <= 11974896935277
8.59/8.68	c BCD2: #cores=59, #unrelaxed=1062, #relaxed=275, #hardened=0
8.59/8.68	c BCD2: #sat=1 #unsat=82 bias=82/83
8.59/8.68	c Solving starts ...
8.59/8.68	c ============================[ Search Statistics ]============================
8.59/8.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.68	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.68	c =============================================================================
8.59/8.68	c  0.0s |       0 |        0 |        0 |    26251      0 |     1022 |      949
8.69/8.71	c  0.0s |       0 |      325 |        0 |    26251      0 |     1022 |      950
8.69/8.71	c #cpu_time = 0.033s
8.69/8.71	c #wall_clock_time = 0.033s
8.69/8.71	c #decision = 325
8.69/8.71	c #random_decision = 0
8.69/8.71	c #conflict = 0
8.69/8.71	c #restart = 0
8.69/8.71	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.69/8.71	c lower bound updated to 1501496364961
8.69/8.77	c BCD2: 1505203763392 <= obj <= 11974896935277
8.69/8.77	c BCD2: #cores=60, #unrelaxed=1059, #relaxed=278, #hardened=0
8.69/8.77	c BCD2: #sat=1 #unsat=83 bias=83/84
8.69/8.77	c Solving starts ...
8.69/8.77	c ============================[ Search Statistics ]============================
8.69/8.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.77	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.77	c =============================================================================
8.69/8.77	c  0.0s |       0 |        0 |        0 |    26251      0 |     1022 |      951
8.79/8.80	c  0.0s |       0 |      324 |        0 |    26251      0 |     1022 |      951
8.79/8.80	c #cpu_time = 0.031s
8.79/8.80	c #wall_clock_time = 0.031s
8.79/8.80	c #decision = 324
8.79/8.80	c #random_decision = 0
8.79/8.80	c #conflict = 0
8.79/8.80	c #restart = 0
8.79/8.80	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.79/8.80	c lower bound updated to 1520033357121
8.79/8.86	c BCD2: 1523740755552 <= obj <= 11974896935277
8.79/8.86	c BCD2: #cores=61, #unrelaxed=1056, #relaxed=281, #hardened=0
8.79/8.86	c BCD2: #sat=1 #unsat=84 bias=84/85
8.79/8.86	c Solving starts ...
8.79/8.86	c ============================[ Search Statistics ]============================
8.79/8.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.79/8.86	c       |         |          |          |    Limit     GC | Var      | Constra 
8.79/8.86	c =============================================================================
8.79/8.87	c  0.0s |       0 |        0 |        0 |    26251      0 |     1022 |      952
8.79/8.90	c  0.0s |       0 |      325 |        0 |    26251      0 |     1022 |      952
8.79/8.90	c #cpu_time = 0.031s
8.79/8.90	c #wall_clock_time = 0.031s
8.79/8.90	c #decision = 325
8.79/8.90	c #random_decision = 0
8.79/8.90	c #conflict = 0
8.79/8.90	c #restart = 0
8.79/8.90	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.79/8.90	c lower bound updated to 1538570349281
8.89/8.96	c BCD2: 1542277747712 <= obj <= 11974896935277
8.89/8.96	c BCD2: #cores=62, #unrelaxed=1053, #relaxed=284, #hardened=0
8.89/8.96	c BCD2: #sat=1 #unsat=85 bias=85/86
8.89/8.96	c Solving starts ...
8.89/8.96	c ============================[ Search Statistics ]============================
8.89/8.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.89/8.96	c       |         |          |          |    Limit     GC | Var      | Constra 
8.89/8.96	c =============================================================================
8.89/8.96	c  0.0s |       0 |        0 |        0 |    26251      0 |     1022 |      953
8.89/8.99	c  0.0s |       0 |      326 |        0 |    26251      0 |     1022 |      953
8.89/8.99	c #cpu_time = 0.031s
8.89/8.99	c #wall_clock_time = 0.032s
8.89/8.99	c #decision = 326
8.89/8.99	c #random_decision = 0
8.89/8.99	c #conflict = 0
8.89/8.99	c #restart = 0
8.89/8.99	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
8.89/8.99	c BCD2: refineLB: 36858437900 -> 37073984320
8.89/8.99	c lower bound updated to 1557107341441
8.99/9.04	c BCD2: 1560814739872 <= obj <= 11974896935277
8.99/9.04	c BCD2: #cores=62, #unrelaxed=1049, #relaxed=288, #hardened=0
8.99/9.04	c BCD2: #sat=1 #unsat=86 bias=86/87
8.99/9.05	c Solving starts ...
8.99/9.05	c ============================[ Search Statistics ]============================
8.99/9.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.99/9.05	c       |         |          |          |    Limit     GC | Var      | Constra 
8.99/9.05	c =============================================================================
8.99/9.05	c  0.0s |       0 |        0 |        0 |    26251      0 |     1064 |      953
8.99/9.08	c  0.0s |       0 |      329 |        0 |    26251      0 |     1064 |     1036
8.99/9.08	c #cpu_time = 0.032s
8.99/9.08	c #wall_clock_time = 0.033s
8.99/9.08	c #decision = 329
8.99/9.08	c #random_decision = 0
8.99/9.08	c #conflict = 0
8.99/9.08	c #restart = 0
8.99/9.08	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
8.99/9.08	c lower bound updated to 1575644333601
9.09/9.14	c BCD2: 1579351732032 <= obj <= 11974896935277
9.09/9.14	c BCD2: #cores=63, #unrelaxed=1046, #relaxed=291, #hardened=0
9.09/9.14	c BCD2: #sat=1 #unsat=87 bias=87/88
9.09/9.14	c Solving starts ...
9.09/9.14	c ============================[ Search Statistics ]============================
9.09/9.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.14	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.14	c =============================================================================
9.09/9.14	c  0.0s |       0 |        0 |        0 |    26251      0 |     1064 |     1037
9.09/9.17	c  0.0s |       0 |      328 |        0 |    26251      0 |     1064 |     1037
9.09/9.17	c #cpu_time = 0.030s
9.09/9.17	c #wall_clock_time = 0.030s
9.09/9.17	c #decision = 328
9.09/9.17	c #random_decision = 0
9.09/9.17	c #conflict = 0
9.09/9.17	c #restart = 0
9.09/9.17	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.09/9.17	c lower bound updated to 1594181325761
9.19/9.23	c BCD2: 1597888724192 <= obj <= 11974896935277
9.19/9.23	c BCD2: #cores=64, #unrelaxed=1043, #relaxed=294, #hardened=0
9.19/9.23	c BCD2: #sat=1 #unsat=88 bias=88/89
9.19/9.23	c Solving starts ...
9.19/9.23	c ============================[ Search Statistics ]============================
9.19/9.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.23	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.23	c =============================================================================
9.19/9.23	c  0.0s |       0 |        0 |        0 |    26251      0 |     1064 |     1038
9.19/9.27	c  0.0s |       0 |      329 |        0 |    26251      0 |     1064 |     1038
9.19/9.27	c #cpu_time = 0.031s
9.19/9.27	c #wall_clock_time = 0.031s
9.19/9.27	c #decision = 329
9.19/9.27	c #random_decision = 0
9.19/9.27	c #conflict = 0
9.19/9.27	c #restart = 0
9.19/9.27	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
9.19/9.27	c BCD2: refineLB: 55402695670 -> 55610976480
9.19/9.27	c lower bound updated to 1612718317921
9.29/9.32	c BCD2: 1616425716352 <= obj <= 11974896935277
9.29/9.32	c BCD2: #cores=63, #unrelaxed=1038, #relaxed=299, #hardened=0
9.29/9.32	c BCD2: #sat=1 #unsat=89 bias=89/90
9.29/9.32	c Solving starts ...
9.29/9.32	c ============================[ Search Statistics ]============================
9.29/9.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.32	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.32	c =============================================================================
9.29/9.32	c  0.0s |       0 |        0 |        0 |    26251      0 |     1218 |     1038
9.29/9.35	c  0.0s |       0 |      325 |        0 |    26251      0 |     1218 |     1344
9.29/9.35	c #cpu_time = 0.034s
9.29/9.35	c #wall_clock_time = 0.034s
9.29/9.35	c #decision = 325
9.29/9.35	c #random_decision = 0
9.29/9.35	c #conflict = 0
9.29/9.35	c #restart = 0
9.29/9.35	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.29/9.36	c lower bound updated to 1631255310081
9.39/9.42	c BCD2: 1634962708512 <= obj <= 11974896935277
9.39/9.42	c BCD2: #cores=64, #unrelaxed=1035, #relaxed=302, #hardened=0
9.39/9.42	c BCD2: #sat=1 #unsat=90 bias=90/91
9.39/9.42	c Solving starts ...
9.39/9.42	c ============================[ Search Statistics ]============================
9.39/9.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.39/9.42	c       |         |          |          |    Limit     GC | Var      | Constra 
9.39/9.42	c =============================================================================
9.39/9.42	c  0.0s |       0 |        0 |        0 |    26251      0 |     1218 |     1345
9.39/9.45	c  0.0s |       0 |      328 |        0 |    26251      0 |     1218 |     1345
9.39/9.45	c #cpu_time = 0.032s
9.39/9.45	c #wall_clock_time = 0.032s
9.39/9.45	c #decision = 328
9.39/9.45	c #random_decision = 0
9.39/9.45	c #conflict = 0
9.39/9.45	c #restart = 0
9.39/9.45	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.39/9.45	c lower bound updated to 1649792302241
9.49/9.51	c BCD2: 1653499700672 <= obj <= 11974896935277
9.49/9.51	c BCD2: #cores=65, #unrelaxed=1032, #relaxed=305, #hardened=0
9.49/9.51	c BCD2: #sat=1 #unsat=91 bias=91/92
9.49/9.51	c Solving starts ...
9.49/9.51	c ============================[ Search Statistics ]============================
9.49/9.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.51	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.51	c =============================================================================
9.49/9.51	c  0.0s |       0 |        0 |        0 |    26251      0 |     1218 |     1346
9.49/9.54	c  0.0s |       0 |      330 |        0 |    26251      0 |     1218 |     1346
9.49/9.54	c #cpu_time = 0.032s
9.49/9.54	c #wall_clock_time = 0.032s
9.49/9.54	c #decision = 330
9.49/9.54	c #random_decision = 0
9.49/9.54	c #conflict = 0
9.49/9.54	c #restart = 0
9.49/9.54	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.49/9.54	c lower bound updated to 1668329294401
9.59/9.61	c BCD2: 1672036692832 <= obj <= 11974896935277
9.59/9.61	c BCD2: #cores=66, #unrelaxed=1029, #relaxed=308, #hardened=0
9.59/9.61	c BCD2: #sat=1 #unsat=92 bias=92/93
9.59/9.61	c Solving starts ...
9.59/9.61	c ============================[ Search Statistics ]============================
9.59/9.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.61	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.61	c =============================================================================
9.59/9.61	c  0.0s |       0 |        0 |        0 |    26251      0 |     1218 |     1347
9.59/9.64	c  0.0s |       0 |      332 |        0 |    26251      0 |     1218 |     1347
9.59/9.64	c #cpu_time = 0.032s
9.59/9.64	c #wall_clock_time = 0.032s
9.59/9.64	c #decision = 332
9.59/9.64	c #random_decision = 0
9.59/9.64	c #conflict = 0
9.59/9.64	c #restart = 0
9.59/9.64	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.59/9.64	c lower bound updated to 1686866286561
9.69/9.70	c BCD2: 1690573684992 <= obj <= 11974896935277
9.69/9.70	c BCD2: #cores=67, #unrelaxed=1026, #relaxed=311, #hardened=0
9.69/9.70	c BCD2: #sat=1 #unsat=93 bias=93/94
9.69/9.70	c Solving starts ...
9.69/9.70	c ============================[ Search Statistics ]============================
9.69/9.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.70	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.70	c =============================================================================
9.69/9.70	c  0.0s |       0 |        0 |        0 |    26251      0 |     1218 |     1348
9.69/9.74	c  0.0s |       0 |      332 |        0 |    26251      0 |     1218 |     1348
9.69/9.74	c #cpu_time = 0.032s
9.69/9.74	c #wall_clock_time = 0.032s
9.69/9.74	c #decision = 332
9.69/9.74	c #random_decision = 0
9.69/9.74	c #conflict = 0
9.69/9.74	c #restart = 0
9.69/9.74	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 14: cost of the new core is >=55610976480
9.69/9.74	c lower bound updated to 1705403278721
9.69/9.79	c BCD2: 1709110677152 <= obj <= 11974896935277
9.69/9.79	c BCD2: #cores=67, #unrelaxed=1019, #relaxed=318, #hardened=0
9.69/9.79	c BCD2: #sat=1 #unsat=94 bias=94/95
9.69/9.79	c Solving starts ...
9.69/9.79	c ============================[ Search Statistics ]============================
9.69/9.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.79	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.79	c =============================================================================
9.69/9.79	c  0.0s |       0 |        0 |        0 |    26251      0 |     1287 |     1348
9.79/9.83	c  0.0s |       0 |      328 |        0 |    26251      0 |     1287 |     1485
9.79/9.83	c #cpu_time = 0.032s
9.79/9.83	c #wall_clock_time = 0.032s
9.79/9.83	c #decision = 328
9.79/9.83	c #random_decision = 0
9.79/9.83	c #conflict = 0
9.79/9.83	c #restart = 0
9.79/9.83	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.79/9.83	c lower bound updated to 1723940270881
9.79/9.88	c BCD2: 1727647669312 <= obj <= 11974896935277
9.79/9.88	c BCD2: #cores=68, #unrelaxed=1016, #relaxed=321, #hardened=0
9.79/9.88	c BCD2: #sat=1 #unsat=95 bias=95/96
9.79/9.89	c Solving starts ...
9.79/9.89	c ============================[ Search Statistics ]============================
9.79/9.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.89	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.89	c =============================================================================
9.79/9.89	c  0.0s |       0 |        0 |        0 |    26251      0 |     1287 |     1486
9.89/9.92	c  0.0s |       0 |      334 |        0 |    26251      0 |     1287 |     1486
9.89/9.92	c #cpu_time = 0.030s
9.89/9.92	c #wall_clock_time = 0.031s
9.89/9.92	c #decision = 334
9.89/9.92	c #random_decision = 0
9.89/9.92	c #conflict = 0
9.89/9.92	c #restart = 0
9.89/9.92	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.89/9.92	c lower bound updated to 1742477263041
9.89/9.98	c BCD2: 1746184661472 <= obj <= 11974896935277
9.89/9.98	c BCD2: #cores=69, #unrelaxed=1013, #relaxed=324, #hardened=0
9.89/9.98	c BCD2: #sat=1 #unsat=96 bias=96/97
9.89/9.98	c Solving starts ...
9.89/9.98	c ============================[ Search Statistics ]============================
9.89/9.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.98	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.98	c =============================================================================
9.89/9.98	c  0.0s |       0 |        0 |        0 |    26251      0 |     1287 |     1487
9.99/10.01	c  0.0s |       0 |      335 |        0 |    26251      0 |     1287 |     1487
9.99/10.01	c #cpu_time = 0.030s
9.99/10.01	c #wall_clock_time = 0.031s
9.99/10.01	c #decision = 335
9.99/10.01	c #random_decision = 0
9.99/10.01	c #conflict = 0
9.99/10.01	c #restart = 0
9.99/10.01	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
9.99/10.01	c lower bound updated to 1761014255201
9.99/10.07	c BCD2: 1764721653632 <= obj <= 11974896935277
9.99/10.07	c BCD2: #cores=70, #unrelaxed=1010, #relaxed=327, #hardened=0
9.99/10.07	c BCD2: #sat=1 #unsat=97 bias=97/98
9.99/10.07	c Solving starts ...
9.99/10.07	c ============================[ Search Statistics ]============================
9.99/10.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.99/10.07	c       |         |          |          |    Limit     GC | Var      | Constra 
9.99/10.07	c =============================================================================
9.99/10.08	c  0.0s |       0 |        0 |        0 |    26251      0 |     1287 |     1488
10.09/10.11	c  0.0s |       0 |      338 |        0 |    26251      0 |     1287 |     1488
10.09/10.11	c #cpu_time = 0.031s
10.09/10.11	c #wall_clock_time = 0.031s
10.09/10.11	c #decision = 338
10.09/10.11	c #random_decision = 0
10.09/10.11	c #conflict = 0
10.09/10.11	c #restart = 0
10.09/10.11	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.09/10.11	c lower bound updated to 1779551247361
10.09/10.17	c BCD2: 1783258645792 <= obj <= 11974896935277
10.09/10.17	c BCD2: #cores=71, #unrelaxed=1007, #relaxed=330, #hardened=0
10.09/10.17	c BCD2: #sat=1 #unsat=98 bias=98/99
10.09/10.17	c Solving starts ...
10.09/10.17	c ============================[ Search Statistics ]============================
10.09/10.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.17	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.17	c =============================================================================
10.09/10.17	c  0.0s |       0 |        0 |        0 |    26251      0 |     1287 |     1489
10.19/10.20	c  0.0s |       0 |      337 |        0 |    26251      0 |     1287 |     1489
10.19/10.20	c #cpu_time = 0.031s
10.19/10.20	c #wall_clock_time = 0.031s
10.19/10.20	c #decision = 337
10.19/10.20	c #random_decision = 0
10.19/10.20	c #conflict = 0
10.19/10.20	c #restart = 0
10.19/10.20	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.19/10.20	c lower bound updated to 1798088239521
10.19/10.26	c BCD2: 1801795637952 <= obj <= 11974896935277
10.19/10.26	c BCD2: #cores=72, #unrelaxed=1004, #relaxed=333, #hardened=0
10.19/10.26	c BCD2: #sat=1 #unsat=99 bias=99/100
10.19/10.26	c Solving starts ...
10.19/10.26	c ============================[ Search Statistics ]============================
10.19/10.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.26	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.26	c =============================================================================
10.19/10.26	c  0.0s |       0 |        0 |        0 |    26251      0 |     1287 |     1490
10.19/10.30	c  0.0s |       0 |      341 |        0 |    26251      0 |     1287 |     1490
10.19/10.30	c #cpu_time = 0.031s
10.19/10.30	c #wall_clock_time = 0.032s
10.19/10.30	c #decision = 341
10.19/10.30	c #random_decision = 0
10.19/10.30	c #conflict = 0
10.19/10.30	c #restart = 0
10.19/10.30	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.19/10.30	c lower bound updated to 1816625231681
10.29/10.35	c BCD2: 1820332630112 <= obj <= 11974896935277
10.29/10.35	c BCD2: #cores=73, #unrelaxed=1001, #relaxed=336, #hardened=0
10.29/10.35	c BCD2: #sat=1 #unsat=100 bias=100/101
10.29/10.36	c Solving starts ...
10.29/10.36	c ============================[ Search Statistics ]============================
10.29/10.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.36	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.36	c =============================================================================
10.29/10.36	c  0.0s |       0 |        0 |        0 |    26251      0 |     1287 |     1491
10.29/10.39	c  0.0s |       0 |      341 |        0 |    26251      0 |     1287 |     1491
10.29/10.39	c #cpu_time = 0.031s
10.29/10.39	c #wall_clock_time = 0.031s
10.29/10.39	c #decision = 341
10.29/10.39	c #random_decision = 0
10.29/10.39	c #conflict = 0
10.29/10.39	c #restart = 0
10.29/10.39	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 13: cost of the new core is >=55610976480
10.29/10.39	c BCD2: refineLB: 37073984321 -> 55610976480
10.29/10.39	c lower bound updated to 1835162223841
10.39/10.44	c BCD2: 1838869622272 <= obj <= 11974896935277
10.39/10.44	c BCD2: #cores=72, #unrelaxed=994, #relaxed=343, #hardened=0
10.39/10.44	c BCD2: #sat=1 #unsat=101 bias=101/102
10.39/10.44	c Solving starts ...
10.39/10.44	c ============================[ Search Statistics ]============================
10.39/10.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.44	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.44	c =============================================================================
10.39/10.45	c  0.0s |       0 |        0 |        0 |    26251      0 |     1383 |     1491
10.39/10.48	c  0.0s |       0 |      336 |        0 |    26251      0 |     1383 |     1681
10.39/10.48	c #cpu_time = 0.033s
10.39/10.48	c #wall_clock_time = 0.033s
10.39/10.48	c #decision = 336
10.39/10.48	c #random_decision = 0
10.39/10.48	c #conflict = 0
10.39/10.48	c #restart = 0
10.39/10.48	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.39/10.48	c lower bound updated to 1853699216001
10.49/10.54	c BCD2: 1857406614432 <= obj <= 11974896935277
10.49/10.54	c BCD2: #cores=73, #unrelaxed=991, #relaxed=346, #hardened=0
10.49/10.54	c BCD2: #sat=1 #unsat=102 bias=102/103
10.49/10.54	c Solving starts ...
10.49/10.54	c ============================[ Search Statistics ]============================
10.49/10.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.54	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.54	c =============================================================================
10.49/10.54	c  0.0s |       0 |        0 |        0 |    26251      0 |     1383 |     1682
10.49/10.58	c  0.0s |       0 |      341 |        0 |    26251      0 |     1383 |     1682
10.49/10.58	c #cpu_time = 0.033s
10.49/10.58	c #wall_clock_time = 0.033s
10.49/10.58	c #decision = 341
10.49/10.58	c #random_decision = 0
10.49/10.58	c #conflict = 0
10.49/10.58	c #restart = 0
10.49/10.58	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.49/10.58	c lower bound updated to 1872236208161
10.59/10.63	c BCD2: 1875943606592 <= obj <= 11974896935277
10.59/10.63	c BCD2: #cores=74, #unrelaxed=988, #relaxed=349, #hardened=0
10.59/10.63	c BCD2: #sat=1 #unsat=103 bias=103/104
10.59/10.64	c Solving starts ...
10.59/10.64	c ============================[ Search Statistics ]============================
10.59/10.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.64	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.64	c =============================================================================
10.59/10.64	c  0.0s |       0 |        0 |        0 |    26251      0 |     1383 |     1683
10.59/10.68	c  0.0s |       0 |      342 |        0 |    26251      0 |     1383 |     1683
10.59/10.68	c #cpu_time = 0.033s
10.59/10.68	c #wall_clock_time = 0.033s
10.59/10.68	c #decision = 342
10.59/10.68	c #random_decision = 0
10.59/10.68	c #conflict = 0
10.59/10.68	c #restart = 0
10.59/10.68	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.59/10.68	c lower bound updated to 1890773200321
10.68/10.73	c BCD2: 1894480598752 <= obj <= 11974896935277
10.68/10.73	c BCD2: #cores=75, #unrelaxed=985, #relaxed=352, #hardened=0
10.68/10.73	c BCD2: #sat=1 #unsat=104 bias=104/105
10.68/10.73	c Solving starts ...
10.68/10.73	c ============================[ Search Statistics ]============================
10.68/10.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.68/10.73	c       |         |          |          |    Limit     GC | Var      | Constra 
10.68/10.73	c =============================================================================
10.68/10.74	c  0.0s |       0 |        0 |        0 |    26251      0 |     1383 |     1684
10.68/10.77	c  0.0s |       0 |      344 |        0 |    26251      0 |     1383 |     1684
10.68/10.77	c #cpu_time = 0.034s
10.68/10.77	c #wall_clock_time = 0.034s
10.68/10.77	c #decision = 344
10.68/10.77	c #random_decision = 0
10.68/10.77	c #conflict = 0
10.68/10.77	c #restart = 0
10.68/10.77	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
10.68/10.77	c lower bound updated to 1909310192481
10.78/10.83	c BCD2: 1913017590912 <= obj <= 11974896935277
10.78/10.83	c BCD2: #cores=76, #unrelaxed=982, #relaxed=355, #hardened=0
10.78/10.83	c BCD2: #sat=1 #unsat=105 bias=105/106
10.78/10.83	c Solving starts ...
10.78/10.83	c ============================[ Search Statistics ]============================
10.78/10.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.78/10.83	c       |         |          |          |    Limit     GC | Var      | Constra 
10.78/10.83	c =============================================================================
10.78/10.83	c  0.0s |       0 |        0 |        0 |    26251      0 |     1383 |     1685
10.78/10.87	c  0.0s |       0 |      343 |        0 |    26251      0 |     1383 |     1685
10.78/10.87	c #cpu_time = 0.034s
10.78/10.87	c #wall_clock_time = 0.034s
10.78/10.87	c #decision = 343
10.78/10.87	c #random_decision = 0
10.78/10.87	c #conflict = 0
10.78/10.87	c #restart = 0
10.78/10.87	c BCD2: relaxing 27 and merging with 11 cores into a new core of size 79: cost of the new core is >=296591874560
10.78/10.87	c BCD2: refineLB: 278054882401 -> 296591874560
10.78/10.87	c lower bound updated to 1927847184641
10.88/10.92	c BCD2: 1931554583072 <= obj <= 11974896935277
10.88/10.92	c BCD2: #cores=66, #unrelaxed=955, #relaxed=382, #hardened=0
10.88/10.92	c BCD2: #sat=1 #unsat=106 bias=106/107
10.88/10.93	c Solving starts ...
10.88/10.93	c ============================[ Search Statistics ]============================
10.88/10.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.88/10.93	c       |         |          |          |    Limit     GC | Var      | Constra 
10.88/10.93	c =============================================================================
10.88/10.93	c  0.0s |       0 |        0 |        0 |    26251      0 |     1686 |     1685
10.88/10.96	c  0.0s |       0 |      310 |        0 |    26251      0 |     1686 |     2280
10.88/10.96	c #cpu_time = 0.034s
10.88/10.96	c #wall_clock_time = 0.034s
10.88/10.96	c #decision = 310
10.88/10.96	c #random_decision = 0
10.88/10.96	c #conflict = 0
10.88/10.96	c #restart = 0
10.88/10.96	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
10.88/10.96	c BCD2: refineLB: 36900741403 -> 37073984320
10.88/10.96	c lower bound updated to 1946384176801
10.99/11.01	c BCD2: 1950091575232 <= obj <= 11974896935277
10.99/11.01	c BCD2: #cores=66, #unrelaxed=951, #relaxed=386, #hardened=0
10.99/11.01	c BCD2: #sat=1 #unsat=107 bias=107/108
10.99/11.01	c Solving starts ...
10.99/11.01	c ============================[ Search Statistics ]============================
10.99/11.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.01	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.01	c =============================================================================
10.99/11.02	c  0.0s |       0 |        0 |        0 |    26251      0 |     1762 |     2280
10.99/11.05	c  0.0s |       0 |      308 |        0 |    26251      0 |     1762 |     2431
10.99/11.05	c #cpu_time = 0.032s
10.99/11.05	c #wall_clock_time = 0.032s
10.99/11.05	c #decision = 308
10.99/11.05	c #random_decision = 0
10.99/11.05	c #conflict = 0
10.99/11.05	c #restart = 0
10.99/11.05	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
10.99/11.05	c BCD2: refineLB: 18536992161 -> 37073984320
10.99/11.05	c lower bound updated to 1964921168961
11.09/11.11	c BCD2: 1968628567392 <= obj <= 11974896935277
11.09/11.11	c BCD2: #cores=66, #unrelaxed=947, #relaxed=390, #hardened=0
11.09/11.11	c BCD2: #sat=1 #unsat=108 bias=108/109
11.09/11.11	c Solving starts ...
11.09/11.11	c ============================[ Search Statistics ]============================
11.09/11.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.09/11.11	c       |         |          |          |    Limit     GC | Var      | Constra 
11.09/11.11	c =============================================================================
11.09/11.11	c  0.0s |       0 |        0 |        0 |    26251      0 |     1763 |     2431
11.09/11.14	c  0.0s |       0 |      310 |        0 |    26251      0 |     1763 |     2432
11.09/11.14	c #cpu_time = 0.033s
11.09/11.14	c #wall_clock_time = 0.033s
11.09/11.14	c #decision = 310
11.09/11.14	c #random_decision = 0
11.09/11.14	c #conflict = 0
11.09/11.14	c #restart = 0
11.09/11.14	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
11.09/11.14	c lower bound updated to 1983458161121
11.18/11.20	c BCD2: 1987165559552 <= obj <= 11974896935277
11.18/11.20	c BCD2: #cores=67, #unrelaxed=944, #relaxed=393, #hardened=0
11.18/11.20	c BCD2: #sat=1 #unsat=109 bias=109/110
11.18/11.20	c Solving starts ...
11.18/11.20	c ============================[ Search Statistics ]============================
11.18/11.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.18/11.20	c       |         |          |          |    Limit     GC | Var      | Constra 
11.18/11.20	c =============================================================================
11.18/11.21	c  0.0s |       0 |        0 |        0 |    26251      0 |     1763 |     2433
11.18/11.24	c  0.0s |       0 |      313 |        0 |    26251      0 |     1763 |     2433
11.18/11.24	c #cpu_time = 0.031s
11.18/11.24	c #wall_clock_time = 0.031s
11.18/11.24	c #decision = 313
11.18/11.24	c #random_decision = 0
11.18/11.24	c #conflict = 0
11.18/11.24	c #restart = 0
11.18/11.24	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
11.18/11.24	c lower bound updated to 2001995153281
11.28/11.30	c BCD2: 2005702551712 <= obj <= 11974896935277
11.28/11.30	c BCD2: #cores=68, #unrelaxed=941, #relaxed=396, #hardened=0
11.28/11.30	c BCD2: #sat=1 #unsat=110 bias=110/111
11.28/11.30	c Solving starts ...
11.28/11.30	c ============================[ Search Statistics ]============================
11.28/11.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.28/11.30	c       |         |          |          |    Limit     GC | Var      | Constra 
11.28/11.30	c =============================================================================
11.28/11.30	c  0.0s |       0 |        0 |        0 |    26251      0 |     1763 |     2434
11.28/11.33	c  0.0s |       0 |      316 |        0 |    26251      0 |     1763 |     2434
11.28/11.33	c #cpu_time = 0.031s
11.28/11.33	c #wall_clock_time = 0.031s
11.28/11.33	c #decision = 316
11.28/11.33	c #random_decision = 0
11.28/11.33	c #conflict = 0
11.28/11.33	c #restart = 0
11.28/11.33	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
11.28/11.33	c lower bound updated to 2020532145441
11.28/11.39	c BCD2: 2024239543872 <= obj <= 11974896935277
11.28/11.39	c BCD2: #cores=69, #unrelaxed=938, #relaxed=399, #hardened=0
11.28/11.39	c BCD2: #sat=1 #unsat=111 bias=111/112
11.28/11.39	c Solving starts ...
11.28/11.39	c ============================[ Search Statistics ]============================
11.28/11.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.28/11.39	c       |         |          |          |    Limit     GC | Var      | Constra 
11.28/11.39	c =============================================================================
11.28/11.40	c  0.0s |       0 |        0 |        0 |    26251      0 |     1763 |     2435
11.38/11.43	c  0.0s |       0 |      315 |        0 |    26251      0 |     1763 |     2435
11.38/11.43	c #cpu_time = 0.031s
11.38/11.43	c #wall_clock_time = 0.031s
11.38/11.43	c #decision = 315
11.38/11.43	c #random_decision = 0
11.38/11.43	c #conflict = 0
11.38/11.43	c #restart = 0
11.38/11.43	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
11.38/11.43	c lower bound updated to 2039069137601
11.38/11.49	c BCD2: 2042776536032 <= obj <= 11974896935277
11.38/11.49	c BCD2: #cores=70, #unrelaxed=935, #relaxed=402, #hardened=0
11.38/11.49	c BCD2: #sat=1 #unsat=112 bias=112/113
11.38/11.49	c Solving starts ...
11.38/11.49	c ============================[ Search Statistics ]============================
11.38/11.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.38/11.49	c       |         |          |          |    Limit     GC | Var      | Constra 
11.38/11.49	c =============================================================================
11.38/11.49	c  0.0s |       0 |        0 |        0 |    26251      0 |     1763 |     2436
11.48/11.52	c  0.0s |       0 |      319 |        0 |    26251      0 |     1763 |     2436
11.48/11.52	c #cpu_time = 0.032s
11.48/11.52	c #wall_clock_time = 0.032s
11.48/11.52	c #decision = 319
11.48/11.52	c #random_decision = 0
11.48/11.52	c #conflict = 0
11.48/11.52	c #restart = 0
11.48/11.52	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
11.48/11.52	c BCD2: refineLB: 55446932302 -> 55610976480
11.48/11.52	c lower bound updated to 2057606129761
11.48/11.57	c BCD2: 2061313528192 <= obj <= 11974896935277
11.48/11.57	c BCD2: #cores=69, #unrelaxed=930, #relaxed=407, #hardened=0
11.48/11.57	c BCD2: #sat=1 #unsat=113 bias=113/114
11.48/11.57	c Solving starts ...
11.48/11.57	c ============================[ Search Statistics ]============================
11.48/11.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.48/11.57	c       |         |          |          |    Limit     GC | Var      | Constra 
11.48/11.57	c =============================================================================
11.48/11.58	c  0.0s |       0 |        0 |        0 |    26251      0 |     1848 |     2436
11.58/11.62	c  0.0s |       0 |      316 |        1 |    26251      0 |     1848 |     2604
11.58/11.62	c #cpu_time = 0.033s
11.58/11.62	c #wall_clock_time = 0.034s
11.58/11.62	c #decision = 316
11.58/11.62	c #random_decision = 0
11.58/11.62	c #conflict = 1
11.58/11.62	c #restart = 0
11.58/11.62	c BCD2: relaxing 9 and merging with 4 cores into a new core of size 25: cost of the new core is >=111221952960
11.58/11.62	c BCD2: refineLB: 111059347766 -> 111221952960
11.58/11.62	c lower bound updated to 2076143121921
11.58/11.67	c BCD2: 2079850520352 <= obj <= 11974896935277
11.58/11.67	c BCD2: #cores=66, #unrelaxed=921, #relaxed=416, #hardened=0
11.58/11.67	c BCD2: #sat=1 #unsat=114 bias=114/115
11.58/11.67	c Solving starts ...
11.58/11.67	c ============================[ Search Statistics ]============================
11.58/11.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.58/11.67	c       |         |          |          |    Limit     GC | Var      | Constra 
11.58/11.67	c =============================================================================
11.58/11.67	c  0.0s |       0 |        0 |        0 |    26251      0 |     1896 |     2604
11.68/11.71	c  0.0s |       0 |      307 |        0 |    26251      0 |     1896 |     2696
11.68/11.71	c #cpu_time = 0.033s
11.68/11.71	c #wall_clock_time = 0.033s
11.68/11.71	c #decision = 307
11.68/11.71	c #random_decision = 0
11.68/11.71	c #conflict = 0
11.68/11.71	c #restart = 0
11.68/11.71	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
11.68/11.71	c lower bound updated to 2094680114081
11.68/11.76	c BCD2: 2098387512512 <= obj <= 11974896935277
11.68/11.76	c BCD2: #cores=67, #unrelaxed=918, #relaxed=419, #hardened=0
11.68/11.76	c BCD2: #sat=1 #unsat=115 bias=115/116
11.68/11.76	c Solving starts ...
11.68/11.76	c ============================[ Search Statistics ]============================
11.68/11.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.68/11.76	c       |         |          |          |    Limit     GC | Var      | Constra 
11.68/11.76	c =============================================================================
11.68/11.77	c  0.0s |       0 |        0 |        0 |    26251      0 |     1896 |     2697
11.78/11.80	c  0.0s |       0 |      307 |        0 |    26251      0 |     1896 |     2697
11.78/11.80	c #cpu_time = 0.031s
11.78/11.80	c #wall_clock_time = 0.031s
11.78/11.80	c #decision = 307
11.78/11.80	c #random_decision = 0
11.78/11.80	c #conflict = 0
11.78/11.80	c #restart = 0
11.78/11.80	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
11.78/11.80	c lower bound updated to 2113217106241
11.78/11.86	c BCD2: 2116924504672 <= obj <= 11974896935277
11.78/11.86	c BCD2: #cores=68, #unrelaxed=915, #relaxed=422, #hardened=0
11.78/11.86	c BCD2: #sat=1 #unsat=116 bias=116/117
11.78/11.86	c Solving starts ...
11.78/11.86	c ============================[ Search Statistics ]============================
11.78/11.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.78/11.86	c       |         |          |          |    Limit     GC | Var      | Constra 
11.78/11.86	c =============================================================================
11.78/11.86	c  0.0s |       0 |        0 |        0 |    26251      0 |     1896 |     2698
11.78/11.89	c  0.0s |       0 |      310 |        0 |    26251      0 |     1896 |     2698
11.78/11.89	c #cpu_time = 0.032s
11.78/11.89	c #wall_clock_time = 0.032s
11.78/11.89	c #decision = 310
11.78/11.89	c #random_decision = 0
11.78/11.89	c #conflict = 0
11.78/11.89	c #restart = 0
11.78/11.89	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
11.78/11.89	c lower bound updated to 2131754098401
11.88/11.95	c BCD2: 2135461496832 <= obj <= 11974896935277
11.88/11.95	c BCD2: #cores=69, #unrelaxed=912, #relaxed=425, #hardened=0
11.88/11.95	c BCD2: #sat=1 #unsat=117 bias=117/118
11.88/11.95	c Solving starts ...
11.88/11.95	c ============================[ Search Statistics ]============================
11.88/11.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.88/11.95	c       |         |          |          |    Limit     GC | Var      | Constra 
11.88/11.95	c =============================================================================
11.88/11.96	c  0.0s |       0 |        0 |        0 |    26251      0 |     1896 |     2699
11.88/11.99	c  0.0s |       0 |      310 |        0 |    26251      0 |     1896 |     2699
11.88/11.99	c #cpu_time = 0.031s
11.88/11.99	c #wall_clock_time = 0.031s
11.88/11.99	c #decision = 310
11.88/11.99	c #random_decision = 0
11.88/11.99	c #conflict = 0
11.88/11.99	c #restart = 0
11.88/11.99	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
11.88/11.99	c BCD2: refineLB: 36916891167 -> 37073984320
11.88/11.99	c lower bound updated to 2150291090561
11.98/12.04	c BCD2: 2153998488992 <= obj <= 11974896935277
11.98/12.04	c BCD2: #cores=69, #unrelaxed=908, #relaxed=429, #hardened=0
11.98/12.04	c BCD2: #sat=1 #unsat=118 bias=118/119
11.98/12.05	c Solving starts ...
11.98/12.05	c ============================[ Search Statistics ]============================
11.98/12.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.98/12.05	c       |         |          |          |    Limit     GC | Var      | Constra 
11.98/12.05	c =============================================================================
11.98/12.05	c  0.0s |       0 |        0 |        0 |    26251      0 |     1942 |     2699
11.98/12.08	c  0.0s |       0 |      310 |        0 |    26251      0 |     1942 |     2790
11.98/12.08	c #cpu_time = 0.035s
11.98/12.08	c #wall_clock_time = 0.035s
11.98/12.08	c #decision = 310
11.98/12.08	c #random_decision = 0
11.98/12.08	c #conflict = 0
11.98/12.08	c #restart = 0
11.98/12.08	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
11.98/12.08	c lower bound updated to 2168828082721
12.09/12.14	c BCD2: 2172535481152 <= obj <= 11974896935277
12.09/12.14	c BCD2: #cores=70, #unrelaxed=905, #relaxed=432, #hardened=0
12.09/12.14	c BCD2: #sat=1 #unsat=119 bias=119/120
12.09/12.14	c Solving starts ...
12.09/12.14	c ============================[ Search Statistics ]============================
12.09/12.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.09/12.14	c       |         |          |          |    Limit     GC | Var      | Constra 
12.09/12.14	c =============================================================================
12.09/12.15	c  0.0s |       0 |        0 |        0 |    26251      0 |     1942 |     2791
12.09/12.18	c  0.0s |       0 |      309 |        0 |    26251      0 |     1942 |     2791
12.09/12.18	c #cpu_time = 0.033s
12.09/12.18	c #wall_clock_time = 0.033s
12.09/12.18	c #decision = 309
12.09/12.18	c #random_decision = 0
12.09/12.18	c #conflict = 0
12.09/12.18	c #restart = 0
12.09/12.18	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=55610976480
12.09/12.18	c BCD2: refineLB: 55456501546 -> 55610976480
12.09/12.18	c lower bound updated to 2187365074881
12.19/12.23	c BCD2: 2191072473312 <= obj <= 11974896935277
12.19/12.23	c BCD2: #cores=69, #unrelaxed=901, #relaxed=436, #hardened=0
12.19/12.23	c BCD2: #sat=1 #unsat=120 bias=120/121
12.19/12.23	c Solving starts ...
12.19/12.23	c ============================[ Search Statistics ]============================
12.19/12.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.19/12.23	c       |         |          |          |    Limit     GC | Var      | Constra 
12.19/12.23	c =============================================================================
12.19/12.23	c  0.0s |       0 |        0 |        0 |    26251      0 |     2019 |     2791
12.19/12.27	c  0.0s |       0 |      308 |        0 |    26251      0 |     2019 |     2943
12.19/12.27	c #cpu_time = 0.033s
12.19/12.27	c #wall_clock_time = 0.034s
12.19/12.27	c #decision = 308
12.19/12.27	c #random_decision = 0
12.19/12.27	c #conflict = 0
12.19/12.27	c #restart = 0
12.19/12.27	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.19/12.27	c lower bound updated to 2205902067041
12.28/12.33	c BCD2: 2209609465472 <= obj <= 11974896935277
12.28/12.33	c BCD2: #cores=70, #unrelaxed=898, #relaxed=439, #hardened=0
12.28/12.33	c BCD2: #sat=1 #unsat=121 bias=121/122
12.28/12.33	c Solving starts ...
12.28/12.33	c ============================[ Search Statistics ]============================
12.28/12.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.28/12.33	c       |         |          |          |    Limit     GC | Var      | Constra 
12.28/12.33	c =============================================================================
12.28/12.33	c  0.0s |       0 |        0 |        0 |    26251      0 |     2019 |     2944
12.28/12.37	c  0.0s |       0 |      312 |        0 |    26251      0 |     2019 |     2944
12.28/12.37	c #cpu_time = 0.032s
12.28/12.37	c #wall_clock_time = 0.032s
12.28/12.37	c #decision = 312
12.28/12.37	c #random_decision = 0
12.28/12.37	c #conflict = 0
12.28/12.37	c #restart = 0
12.28/12.37	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
12.28/12.37	c BCD2: refineLB: 36922041762 -> 37073984320
12.28/12.37	c lower bound updated to 2224439059201
12.38/12.42	c BCD2: 2228146457632 <= obj <= 11974896935277
12.38/12.42	c BCD2: #cores=70, #unrelaxed=894, #relaxed=443, #hardened=0
12.38/12.42	c BCD2: #sat=1 #unsat=122 bias=122/123
12.38/12.42	c Solving starts ...
12.38/12.42	c ============================[ Search Statistics ]============================
12.38/12.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.38/12.42	c       |         |          |          |    Limit     GC | Var      | Constra 
12.38/12.42	c =============================================================================
12.38/12.42	c  0.0s |       0 |        0 |        0 |    26251      0 |     2026 |     2944
12.38/12.46	c  0.0s |       0 |      312 |        0 |    26251      0 |     2026 |     2957
12.38/12.46	c #cpu_time = 0.035s
12.38/12.46	c #wall_clock_time = 0.035s
12.38/12.46	c #decision = 312
12.38/12.46	c #random_decision = 0
12.38/12.46	c #conflict = 0
12.38/12.46	c #restart = 0
12.38/12.46	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.38/12.46	c lower bound updated to 2242976051361
12.49/12.51	c BCD2: 2246683449792 <= obj <= 11974896935277
12.49/12.51	c BCD2: #cores=71, #unrelaxed=891, #relaxed=446, #hardened=0
12.49/12.51	c BCD2: #sat=1 #unsat=123 bias=123/124
12.49/12.52	c Solving starts ...
12.49/12.52	c ============================[ Search Statistics ]============================
12.49/12.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.49/12.52	c       |         |          |          |    Limit     GC | Var      | Constra 
12.49/12.52	c =============================================================================
12.49/12.52	c  0.0s |       0 |        0 |        0 |    26251      0 |     2026 |     2958
12.49/12.56	c  0.0s |       0 |      312 |        0 |    26251      0 |     2026 |     2958
12.49/12.56	c #cpu_time = 0.033s
12.49/12.56	c #wall_clock_time = 0.033s
12.49/12.56	c #decision = 312
12.49/12.56	c #random_decision = 0
12.49/12.56	c #conflict = 0
12.49/12.56	c #restart = 0
12.49/12.56	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.49/12.56	c lower bound updated to 2261513043521
12.59/12.61	c BCD2: 2265220441952 <= obj <= 11974896935277
12.59/12.61	c BCD2: #cores=72, #unrelaxed=888, #relaxed=449, #hardened=0
12.59/12.61	c BCD2: #sat=1 #unsat=124 bias=124/125
12.59/12.62	c Solving starts ...
12.59/12.62	c ============================[ Search Statistics ]============================
12.59/12.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.59/12.62	c       |         |          |          |    Limit     GC | Var      | Constra 
12.59/12.62	c =============================================================================
12.59/12.62	c  0.0s |       0 |        0 |        0 |    26251      0 |     2026 |     2959
12.59/12.65	c  0.0s |       0 |      311 |        0 |    26251      0 |     2026 |     2959
12.59/12.65	c #cpu_time = 0.033s
12.59/12.65	c #wall_clock_time = 0.033s
12.59/12.65	c #decision = 311
12.59/12.65	c #random_decision = 0
12.59/12.65	c #conflict = 0
12.59/12.65	c #restart = 0
12.59/12.65	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.59/12.65	c lower bound updated to 2280050035681
12.69/12.71	c BCD2: 2283757434112 <= obj <= 11974896935277
12.69/12.71	c BCD2: #cores=73, #unrelaxed=885, #relaxed=452, #hardened=0
12.69/12.71	c BCD2: #sat=1 #unsat=125 bias=125/126
12.69/12.71	c Solving starts ...
12.69/12.71	c ============================[ Search Statistics ]============================
12.69/12.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.69/12.71	c       |         |          |          |    Limit     GC | Var      | Constra 
12.69/12.71	c =============================================================================
12.69/12.71	c  0.0s |       0 |        0 |        0 |    26251      0 |     2026 |     2960
12.69/12.75	c  0.0s |       0 |      312 |        0 |    26251      0 |     2026 |     2960
12.69/12.75	c #cpu_time = 0.033s
12.69/12.75	c #wall_clock_time = 0.033s
12.69/12.75	c #decision = 312
12.69/12.75	c #random_decision = 0
12.69/12.75	c #conflict = 0
12.69/12.75	c #restart = 0
12.69/12.75	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.69/12.75	c lower bound updated to 2298587027841
12.79/12.81	c BCD2: 2302294426272 <= obj <= 11974896935277
12.79/12.81	c BCD2: #cores=74, #unrelaxed=882, #relaxed=455, #hardened=0
12.79/12.81	c BCD2: #sat=1 #unsat=126 bias=126/127
12.79/12.81	c Solving starts ...
12.79/12.81	c ============================[ Search Statistics ]============================
12.79/12.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.79/12.81	c       |         |          |          |    Limit     GC | Var      | Constra 
12.79/12.81	c =============================================================================
12.79/12.81	c  0.0s |       0 |        0 |        0 |    26251      0 |     2026 |     2961
12.79/12.84	c  0.0s |       0 |      313 |        0 |    26251      0 |     2026 |     2961
12.79/12.84	c #cpu_time = 0.033s
12.79/12.84	c #wall_clock_time = 0.034s
12.79/12.84	c #decision = 313
12.79/12.84	c #random_decision = 0
12.79/12.84	c #conflict = 0
12.79/12.84	c #restart = 0
12.79/12.84	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.79/12.84	c lower bound updated to 2317124020001
12.89/12.90	c BCD2: 2320831418432 <= obj <= 11974896935277
12.89/12.90	c BCD2: #cores=75, #unrelaxed=879, #relaxed=458, #hardened=0
12.89/12.90	c BCD2: #sat=1 #unsat=127 bias=127/128
12.89/12.90	c Solving starts ...
12.89/12.90	c ============================[ Search Statistics ]============================
12.89/12.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.89/12.90	c       |         |          |          |    Limit     GC | Var      | Constra 
12.89/12.90	c =============================================================================
12.89/12.91	c  0.0s |       0 |        0 |        0 |    26251      0 |     2026 |     2962
12.89/12.94	c  0.0s |       0 |      316 |        0 |    26251      0 |     2026 |     2962
12.89/12.94	c #cpu_time = 0.034s
12.89/12.94	c #wall_clock_time = 0.034s
12.89/12.94	c #decision = 316
12.89/12.94	c #random_decision = 0
12.89/12.94	c #conflict = 0
12.89/12.94	c #restart = 0
12.89/12.94	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.89/12.94	c lower bound updated to 2335661012161
12.99/13.00	c BCD2: 2339368410592 <= obj <= 11974896935277
12.99/13.00	c BCD2: #cores=76, #unrelaxed=876, #relaxed=461, #hardened=0
12.99/13.00	c BCD2: #sat=1 #unsat=128 bias=128/129
12.99/13.00	c Solving starts ...
12.99/13.00	c ============================[ Search Statistics ]============================
12.99/13.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.99/13.00	c       |         |          |          |    Limit     GC | Var      | Constra 
12.99/13.00	c =============================================================================
12.99/13.00	c  0.0s |       0 |        0 |        0 |    26251      0 |     2026 |     2963
12.99/13.04	c  0.0s |       0 |      315 |        0 |    26251      0 |     2026 |     2963
12.99/13.04	c #cpu_time = 0.034s
12.99/13.04	c #wall_clock_time = 0.034s
12.99/13.04	c #decision = 315
12.99/13.04	c #random_decision = 0
12.99/13.04	c #conflict = 0
12.99/13.04	c #restart = 0
12.99/13.04	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
12.99/13.04	c lower bound updated to 2354198004321
12.99/13.10	c BCD2: 2357905402752 <= obj <= 11974896935277
12.99/13.10	c BCD2: #cores=77, #unrelaxed=873, #relaxed=464, #hardened=0
12.99/13.10	c BCD2: #sat=1 #unsat=129 bias=129/130
13.09/13.10	c Solving starts ...
13.09/13.10	c ============================[ Search Statistics ]============================
13.09/13.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.09/13.10	c       |         |          |          |    Limit     GC | Var      | Constra 
13.09/13.10	c =============================================================================
13.09/13.10	c  0.0s |       0 |        0 |        0 |    26251      0 |     2026 |     2964
13.09/13.14	c  0.0s |       0 |      323 |        0 |    26251      0 |     2026 |     2964
13.09/13.14	c #cpu_time = 0.035s
13.09/13.14	c #wall_clock_time = 0.035s
13.09/13.14	c #decision = 323
13.09/13.14	c #random_decision = 0
13.09/13.14	c #conflict = 0
13.09/13.14	c #restart = 0
13.09/13.14	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
13.09/13.14	c lower bound updated to 2372734996481
13.09/13.20	c BCD2: 2376442394912 <= obj <= 11974896935277
13.09/13.20	c BCD2: #cores=78, #unrelaxed=870, #relaxed=467, #hardened=0
13.09/13.20	c BCD2: #sat=1 #unsat=130 bias=130/131
13.09/13.20	c Solving starts ...
13.09/13.20	c ============================[ Search Statistics ]============================
13.09/13.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.09/13.20	c       |         |          |          |    Limit     GC | Var      | Constra 
13.09/13.20	c =============================================================================
13.09/13.20	c  0.0s |       0 |        0 |        0 |    26251      0 |     2026 |     2965
13.20/13.23	c  0.0s |       0 |      322 |        0 |    26251      0 |     2026 |     2965
13.20/13.23	c #cpu_time = 0.034s
13.20/13.23	c #wall_clock_time = 0.034s
13.20/13.23	c #decision = 322
13.20/13.23	c #random_decision = 0
13.20/13.23	c #conflict = 0
13.20/13.23	c #restart = 0
13.20/13.23	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
13.20/13.23	c lower bound updated to 2391271988641
13.20/13.29	c BCD2: 2394979387072 <= obj <= 11974896935277
13.20/13.29	c BCD2: #cores=79, #unrelaxed=867, #relaxed=470, #hardened=0
13.20/13.29	c BCD2: #sat=1 #unsat=131 bias=131/132
13.20/13.29	c Solving starts ...
13.20/13.29	c ============================[ Search Statistics ]============================
13.20/13.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.20/13.29	c       |         |          |          |    Limit     GC | Var      | Constra 
13.20/13.29	c =============================================================================
13.20/13.30	c  0.0s |       0 |        0 |        0 |    26251      0 |     2026 |     2966
13.30/13.34	c  0.0s |       0 |      326 |        0 |    26251      0 |     2026 |     2966
13.30/13.34	c #cpu_time = 0.035s
13.30/13.34	c #wall_clock_time = 0.035s
13.30/13.34	c #decision = 326
13.30/13.34	c #random_decision = 0
13.30/13.34	c #conflict = 0
13.30/13.34	c #restart = 0
13.30/13.34	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
13.30/13.34	c BCD2: refineLB: 55470544722 -> 55610976480
13.30/13.34	c lower bound updated to 2409808980801
13.30/13.39	c BCD2: 2413516379232 <= obj <= 11974896935277
13.30/13.39	c BCD2: #cores=78, #unrelaxed=862, #relaxed=475, #hardened=0
13.30/13.39	c BCD2: #sat=1 #unsat=132 bias=132/133
13.30/13.39	c Solving starts ...
13.30/13.39	c ============================[ Search Statistics ]============================
13.30/13.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.30/13.39	c       |         |          |          |    Limit     GC | Var      | Constra 
13.30/13.39	c =============================================================================
13.30/13.39	c  0.0s |       0 |        0 |        0 |    26251      0 |     2053 |     2966
13.39/13.43	c  0.0s |       0 |      327 |        0 |    26251      0 |     2053 |     3018
13.39/13.43	c #cpu_time = 0.036s
13.39/13.43	c #wall_clock_time = 0.036s
13.39/13.43	c #decision = 327
13.39/13.43	c #random_decision = 0
13.39/13.43	c #conflict = 0
13.39/13.43	c #restart = 0
13.39/13.43	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
13.39/13.43	c lower bound updated to 2428345972961
13.39/13.49	c BCD2: 2432053371392 <= obj <= 11974896935277
13.39/13.49	c BCD2: #cores=79, #unrelaxed=859, #relaxed=478, #hardened=0
13.39/13.49	c BCD2: #sat=1 #unsat=133 bias=133/134
13.39/13.49	c Solving starts ...
13.39/13.49	c ============================[ Search Statistics ]============================
13.39/13.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.39/13.49	c       |         |          |          |    Limit     GC | Var      | Constra 
13.39/13.49	c =============================================================================
13.39/13.49	c  0.0s |       0 |        0 |        0 |    26251      0 |     2053 |     3019
13.49/13.53	c  0.0s |       0 |      328 |        0 |    26251      0 |     2053 |     3019
13.49/13.53	c #cpu_time = 0.034s
13.49/13.53	c #wall_clock_time = 0.034s
13.49/13.53	c #decision = 328
13.49/13.53	c #random_decision = 0
13.49/13.53	c #conflict = 0
13.49/13.53	c #restart = 0
13.49/13.53	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
13.49/13.53	c lower bound updated to 2446882965121
13.49/13.59	c BCD2: 2450590363552 <= obj <= 11974896935277
13.49/13.59	c BCD2: #cores=80, #unrelaxed=856, #relaxed=481, #hardened=0
13.49/13.59	c BCD2: #sat=1 #unsat=134 bias=134/135
13.49/13.59	c Solving starts ...
13.49/13.59	c ============================[ Search Statistics ]============================
13.49/13.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.49/13.59	c       |         |          |          |    Limit     GC | Var      | Constra 
13.49/13.59	c =============================================================================
13.49/13.59	c  0.0s |       0 |        0 |        0 |    26251      0 |     2053 |     3020
13.59/13.63	c  0.0s |       0 |      329 |        0 |    26251      0 |     2053 |     3020
13.59/13.63	c #cpu_time = 0.034s
13.59/13.63	c #wall_clock_time = 0.034s
13.59/13.63	c #decision = 329
13.59/13.63	c #random_decision = 0
13.59/13.63	c #conflict = 0
13.59/13.63	c #restart = 0
13.59/13.63	c BCD2: relaxing 8 and merging with 3 cores into a new core of size 21: cost of the new core is >=92684960800
13.59/13.63	c BCD2: refineLB: 92547649747 -> 92684960800
13.59/13.63	c lower bound updated to 2465419957281
13.59/13.68	c BCD2: 2469127355712 <= obj <= 11974896935277
13.59/13.68	c BCD2: #cores=78, #unrelaxed=848, #relaxed=489, #hardened=0
13.59/13.68	c BCD2: #sat=1 #unsat=135 bias=135/136
13.59/13.68	c Solving starts ...
13.59/13.68	c ============================[ Search Statistics ]============================
13.59/13.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.59/13.68	c       |         |          |          |    Limit     GC | Var      | Constra 
13.59/13.68	c =============================================================================
13.59/13.69	c  0.0s |       0 |        0 |        0 |    26251      0 |     2220 |     3020
13.69/13.73	c  0.0s |       0 |      322 |        0 |    26251      0 |     2220 |     3351
13.69/13.73	c #cpu_time = 0.036s
13.69/13.73	c #wall_clock_time = 0.036s
13.69/13.73	c #decision = 322
13.69/13.73	c #random_decision = 0
13.69/13.73	c #conflict = 0
13.69/13.73	c #restart = 0
13.69/13.73	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
13.69/13.73	c lower bound updated to 2483956949441
13.69/13.78	c BCD2: 2487664347872 <= obj <= 11974896935277
13.69/13.78	c BCD2: #cores=79, #unrelaxed=845, #relaxed=492, #hardened=0
13.69/13.78	c BCD2: #sat=1 #unsat=136 bias=136/137
13.69/13.79	c Solving starts ...
13.69/13.79	c ============================[ Search Statistics ]============================
13.69/13.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.69/13.79	c       |         |          |          |    Limit     GC | Var      | Constra 
13.69/13.79	c =============================================================================
13.69/13.79	c  0.0s |       0 |        0 |        0 |    26251      0 |     2220 |     3352
13.79/13.82	c  0.0s |       0 |      323 |        0 |    26251      0 |     2220 |     3352
13.79/13.82	c #cpu_time = 0.035s
13.79/13.82	c #wall_clock_time = 0.035s
13.79/13.82	c #decision = 323
13.79/13.82	c #random_decision = 0
13.79/13.82	c #conflict = 0
13.79/13.82	c #restart = 0
13.79/13.82	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
13.79/13.82	c lower bound updated to 2502493941601
13.79/13.88	c BCD2: 2506201340032 <= obj <= 11974896935277
13.79/13.88	c BCD2: #cores=80, #unrelaxed=842, #relaxed=495, #hardened=0
13.79/13.88	c BCD2: #sat=1 #unsat=137 bias=137/138
13.79/13.88	c Solving starts ...
13.79/13.88	c ============================[ Search Statistics ]============================
13.79/13.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.79/13.88	c       |         |          |          |    Limit     GC | Var      | Constra 
13.79/13.88	c =============================================================================
13.79/13.89	c  0.0s |       0 |        0 |        0 |    26251      0 |     2220 |     3353
13.89/13.92	c  0.0s |       0 |      324 |        0 |    26251      0 |     2220 |     3353
13.89/13.92	c #cpu_time = 0.035s
13.89/13.92	c #wall_clock_time = 0.035s
13.89/13.92	c #decision = 324
13.89/13.92	c #random_decision = 0
13.89/13.92	c #conflict = 0
13.89/13.92	c #restart = 0
13.89/13.92	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
13.89/13.92	c lower bound updated to 2521030933761
13.89/13.98	c BCD2: 2524738332192 <= obj <= 11974896935277
13.89/13.98	c BCD2: #cores=81, #unrelaxed=839, #relaxed=498, #hardened=0
13.89/13.98	c BCD2: #sat=1 #unsat=138 bias=138/139
13.89/13.99	c Solving starts ...
13.89/13.99	c ============================[ Search Statistics ]============================
13.89/13.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.89/13.99	c       |         |          |          |    Limit     GC | Var      | Constra 
13.89/13.99	c =============================================================================
13.89/13.99	c  0.0s |       0 |        0 |        0 |    26251      0 |     2220 |     3354
13.99/14.02	c  0.0s |       0 |      325 |        0 |    26251      0 |     2220 |     3354
13.99/14.02	c #cpu_time = 0.036s
13.99/14.02	c #wall_clock_time = 0.036s
13.99/14.02	c #decision = 325
13.99/14.02	c #random_decision = 0
13.99/14.02	c #conflict = 0
13.99/14.02	c #restart = 0
13.99/14.02	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
13.99/14.02	c lower bound updated to 2539567925921
13.99/14.08	c BCD2: 2543275324352 <= obj <= 11974896935277
13.99/14.08	c BCD2: #cores=82, #unrelaxed=836, #relaxed=501, #hardened=0
13.99/14.08	c BCD2: #sat=1 #unsat=139 bias=139/140
13.99/14.08	c Solving starts ...
13.99/14.08	c ============================[ Search Statistics ]============================
13.99/14.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.99/14.08	c       |         |          |          |    Limit     GC | Var      | Constra 
13.99/14.08	c =============================================================================
13.99/14.09	c  0.0s |       0 |        0 |        0 |    26251      0 |     2220 |     3355
14.09/14.13	c  0.0s |       0 |      324 |        0 |    26251      0 |     2220 |     3355
14.09/14.13	c #cpu_time = 0.036s
14.09/14.13	c #wall_clock_time = 0.036s
14.09/14.13	c #decision = 324
14.09/14.13	c #random_decision = 0
14.09/14.13	c #conflict = 0
14.09/14.13	c #restart = 0
14.09/14.13	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
14.09/14.13	c lower bound updated to 2558104918081
14.09/14.18	c BCD2: 2561812316512 <= obj <= 11974896935277
14.09/14.18	c BCD2: #cores=83, #unrelaxed=833, #relaxed=504, #hardened=0
14.09/14.18	c BCD2: #sat=1 #unsat=140 bias=140/141
14.09/14.19	c Solving starts ...
14.09/14.19	c ============================[ Search Statistics ]============================
14.09/14.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.09/14.19	c       |         |          |          |    Limit     GC | Var      | Constra 
14.09/14.19	c =============================================================================
14.09/14.19	c  0.0s |       0 |        0 |        0 |    26251      0 |     2220 |     3356
14.19/14.23	c  0.0s |       0 |      328 |        0 |    26251      0 |     2220 |     3356
14.19/14.23	c #cpu_time = 0.037s
14.19/14.23	c #wall_clock_time = 0.038s
14.19/14.23	c #decision = 328
14.19/14.23	c #random_decision = 0
14.19/14.23	c #conflict = 0
14.19/14.23	c #restart = 0
14.19/14.23	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
14.19/14.23	c lower bound updated to 2576641910241
14.19/14.28	c BCD2: 2580349308672 <= obj <= 11974896935277
14.19/14.28	c BCD2: #cores=84, #unrelaxed=830, #relaxed=507, #hardened=0
14.19/14.28	c BCD2: #sat=1 #unsat=141 bias=141/142
14.19/14.29	c Solving starts ...
14.19/14.29	c ============================[ Search Statistics ]============================
14.19/14.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.19/14.29	c       |         |          |          |    Limit     GC | Var      | Constra 
14.19/14.29	c =============================================================================
14.19/14.29	c  0.0s |       0 |        0 |        0 |    26251      0 |     2220 |     3357
14.29/14.33	c  0.0s |       0 |      328 |        0 |    26251      0 |     2220 |     3357
14.29/14.33	c #cpu_time = 0.037s
14.29/14.33	c #wall_clock_time = 0.037s
14.29/14.33	c #decision = 328
14.29/14.33	c #random_decision = 0
14.29/14.33	c #conflict = 0
14.29/14.33	c #restart = 0
14.29/14.33	c BCD2: relaxing 11 and merging with 5 cores into a new core of size 30: cost of the new core is >=129758945120
14.29/14.33	c BCD2: refineLB: 129628402922 -> 129758945120
14.29/14.33	c lower bound updated to 2595178902401
14.29/14.38	c BCD2: 2598886300832 <= obj <= 11974896935277
14.29/14.38	c BCD2: #cores=80, #unrelaxed=819, #relaxed=518, #hardened=0
14.29/14.38	c BCD2: #sat=1 #unsat=142 bias=142/143
14.29/14.39	c Solving starts ...
14.29/14.39	c ============================[ Search Statistics ]============================
14.29/14.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.29/14.39	c       |         |          |          |    Limit     GC | Var      | Constra 
14.29/14.39	c =============================================================================
14.29/14.39	c  0.0s |       0 |        0 |        0 |    26251      0 |     2397 |     3357
14.39/14.42	c  0.0s |       0 |      316 |        0 |    26251      0 |     2397 |     3706
14.39/14.42	c #cpu_time = 0.037s
14.39/14.42	c #wall_clock_time = 0.037s
14.39/14.42	c #decision = 316
14.39/14.42	c #random_decision = 0
14.39/14.42	c #conflict = 0
14.39/14.42	c #restart = 0
14.39/14.42	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
14.39/14.42	c lower bound updated to 2613715894561
14.39/14.48	c BCD2: 2617423292992 <= obj <= 11974896935277
14.39/14.48	c BCD2: #cores=81, #unrelaxed=816, #relaxed=521, #hardened=0
14.39/14.48	c BCD2: #sat=1 #unsat=143 bias=143/144
14.39/14.49	c Solving starts ...
14.39/14.49	c ============================[ Search Statistics ]============================
14.39/14.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.39/14.49	c       |         |          |          |    Limit     GC | Var      | Constra 
14.39/14.49	c =============================================================================
14.39/14.49	c  0.0s |       0 |        0 |        0 |    26251      0 |     2397 |     3707
14.49/14.53	c  0.0s |       0 |      317 |        0 |    26251      0 |     2397 |     3707
14.49/14.53	c #cpu_time = 0.034s
14.49/14.53	c #wall_clock_time = 0.034s
14.49/14.53	c #decision = 317
14.49/14.53	c #random_decision = 0
14.49/14.53	c #conflict = 0
14.49/14.53	c #restart = 0
14.49/14.53	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
14.49/14.53	c lower bound updated to 2632252886721
14.49/14.58	c BCD2: 2635960285152 <= obj <= 11974896935277
14.49/14.58	c BCD2: #cores=82, #unrelaxed=813, #relaxed=524, #hardened=0
14.49/14.58	c BCD2: #sat=1 #unsat=144 bias=144/145
14.49/14.59	c Solving starts ...
14.49/14.59	c ============================[ Search Statistics ]============================
14.49/14.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.49/14.59	c       |         |          |          |    Limit     GC | Var      | Constra 
14.49/14.59	c =============================================================================
14.49/14.59	c  0.0s |       0 |        0 |        0 |    26251      0 |     2397 |     3708
14.59/14.62	c  0.0s |       0 |      321 |        0 |    26251      0 |     2397 |     3708
14.59/14.62	c #cpu_time = 0.034s
14.59/14.62	c #wall_clock_time = 0.034s
14.59/14.62	c #decision = 321
14.59/14.62	c #random_decision = 0
14.59/14.62	c #conflict = 0
14.59/14.62	c #restart = 0
14.59/14.62	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
14.59/14.62	c lower bound updated to 2650789878881
14.59/14.68	c BCD2: 2654497277312 <= obj <= 11974896935277
14.59/14.68	c BCD2: #cores=83, #unrelaxed=810, #relaxed=527, #hardened=0
14.59/14.68	c BCD2: #sat=1 #unsat=145 bias=145/146
14.59/14.68	c Solving starts ...
14.59/14.68	c ============================[ Search Statistics ]============================
14.59/14.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.59/14.68	c       |         |          |          |    Limit     GC | Var      | Constra 
14.59/14.68	c =============================================================================
14.59/14.69	c  0.0s |       0 |        0 |        0 |    26251      0 |     2397 |     3709
14.69/14.72	c  0.0s |       0 |      320 |        0 |    26251      0 |     2397 |     3709
14.69/14.72	c #cpu_time = 0.034s
14.69/14.72	c #wall_clock_time = 0.034s
14.69/14.72	c #decision = 320
14.69/14.72	c #random_decision = 0
14.69/14.72	c #conflict = 0
14.69/14.72	c #restart = 0
14.69/14.72	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
14.69/14.72	c lower bound updated to 2669326871041
14.69/14.78	c BCD2: 2673034269472 <= obj <= 11974896935277
14.69/14.78	c BCD2: #cores=84, #unrelaxed=807, #relaxed=530, #hardened=0
14.69/14.78	c BCD2: #sat=1 #unsat=146 bias=146/147
14.69/14.79	c Solving starts ...
14.69/14.79	c ============================[ Search Statistics ]============================
14.69/14.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.69/14.79	c       |         |          |          |    Limit     GC | Var      | Constra 
14.69/14.79	c =============================================================================
14.69/14.79	c  0.0s |       0 |        0 |        0 |    26251      0 |     2397 |     3710
14.79/14.82	c  0.0s |       0 |      323 |        0 |    26251      0 |     2397 |     3710
14.79/14.82	c #cpu_time = 0.035s
14.79/14.82	c #wall_clock_time = 0.035s
14.79/14.82	c #decision = 323
14.79/14.82	c #random_decision = 0
14.79/14.82	c #conflict = 0
14.79/14.82	c #restart = 0
14.79/14.82	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
14.79/14.82	c BCD2: refineLB: 36947882333 -> 37073984320
14.79/14.82	c lower bound updated to 2687863863201
14.79/14.87	c BCD2: 2691571261632 <= obj <= 11974896935277
14.79/14.87	c BCD2: #cores=84, #unrelaxed=803, #relaxed=534, #hardened=0
14.79/14.87	c BCD2: #sat=1 #unsat=147 bias=147/148
14.79/14.88	c Solving starts ...
14.79/14.88	c ============================[ Search Statistics ]============================
14.79/14.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.79/14.88	c       |         |          |          |    Limit     GC | Var      | Constra 
14.79/14.88	c =============================================================================
14.79/14.88	c  0.0s |       0 |        0 |        0 |    26251      0 |     2415 |     3710
14.89/14.92	c  0.0s |       0 |      323 |        0 |    26251      0 |     2415 |     3745
14.89/14.92	c #cpu_time = 0.036s
14.89/14.92	c #wall_clock_time = 0.036s
14.89/14.92	c #decision = 323
14.89/14.92	c #random_decision = 0
14.89/14.92	c #conflict = 0
14.89/14.92	c #restart = 0
14.89/14.92	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
14.89/14.92	c lower bound updated to 2706400855361
14.89/14.98	c BCD2: 2710108253792 <= obj <= 11974896935277
14.89/14.98	c BCD2: #cores=85, #unrelaxed=800, #relaxed=537, #hardened=0
14.89/14.98	c BCD2: #sat=1 #unsat=148 bias=148/149
14.89/14.98	c Solving starts ...
14.89/14.98	c ============================[ Search Statistics ]============================
14.89/14.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.89/14.98	c       |         |          |          |    Limit     GC | Var      | Constra 
14.89/14.98	c =============================================================================
14.89/14.98	c  0.0s |       0 |        0 |        0 |    26251      0 |     2415 |     3746
14.99/15.02	c  0.0s |       0 |      324 |        0 |    26251      0 |     2415 |     3746
14.99/15.02	c #cpu_time = 0.036s
14.99/15.02	c #wall_clock_time = 0.036s
14.99/15.02	c #decision = 324
14.99/15.02	c #random_decision = 0
14.99/15.02	c #conflict = 0
14.99/15.02	c #restart = 0
14.99/15.02	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
14.99/15.02	c BCD2: refineLB: 36949574977 -> 37073984320
14.99/15.02	c lower bound updated to 2724937847521
14.99/15.07	c BCD2: 2728645245952 <= obj <= 11974896935277
14.99/15.07	c BCD2: #cores=85, #unrelaxed=796, #relaxed=541, #hardened=0
14.99/15.07	c BCD2: #sat=1 #unsat=149 bias=149/150
14.99/15.07	c Solving starts ...
14.99/15.07	c ============================[ Search Statistics ]============================
14.99/15.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.99/15.07	c       |         |          |          |    Limit     GC | Var      | Constra 
14.99/15.07	c =============================================================================
14.99/15.08	c  0.0s |       0 |        0 |        0 |    26251      0 |     2462 |     3746
15.09/15.12	c  0.0s |       0 |      322 |        0 |    26251      0 |     2462 |     3839
15.09/15.12	c #cpu_time = 0.035s
15.09/15.12	c #wall_clock_time = 0.035s
15.09/15.12	c #decision = 322
15.09/15.12	c #random_decision = 0
15.09/15.12	c #conflict = 0
15.09/15.12	c #restart = 0
15.09/15.12	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
15.09/15.12	c lower bound updated to 2743474839681
15.09/15.18	c BCD2: 2747182238112 <= obj <= 11974896935277
15.09/15.18	c BCD2: #cores=86, #unrelaxed=793, #relaxed=544, #hardened=0
15.09/15.18	c BCD2: #sat=1 #unsat=150 bias=150/151
15.09/15.18	c Solving starts ...
15.09/15.18	c ============================[ Search Statistics ]============================
15.09/15.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.09/15.18	c       |         |          |          |    Limit     GC | Var      | Constra 
15.09/15.18	c =============================================================================
15.09/15.18	c  0.0s |       0 |        0 |        0 |    26251      0 |     2462 |     3840
15.19/15.21	c  0.0s |       0 |      321 |        0 |    26251      0 |     2462 |     3840
15.19/15.21	c #cpu_time = 0.035s
15.19/15.21	c #wall_clock_time = 0.035s
15.19/15.21	c #decision = 321
15.19/15.21	c #random_decision = 0
15.19/15.21	c #conflict = 0
15.19/15.21	c #restart = 0
15.19/15.21	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
15.19/15.21	c lower bound updated to 2762011831841
15.19/15.27	c BCD2: 2765719230272 <= obj <= 11974896935277
15.19/15.27	c BCD2: #cores=87, #unrelaxed=790, #relaxed=547, #hardened=0
15.19/15.27	c BCD2: #sat=1 #unsat=151 bias=151/152
15.19/15.28	c Solving starts ...
15.19/15.28	c ============================[ Search Statistics ]============================
15.19/15.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.19/15.28	c       |         |          |          |    Limit     GC | Var      | Constra 
15.19/15.28	c =============================================================================
15.19/15.28	c  0.0s |       0 |        0 |        0 |    26251      0 |     2462 |     3841
15.29/15.32	c  0.0s |       0 |      323 |        0 |    26251      0 |     2462 |     3841
15.29/15.32	c #cpu_time = 0.035s
15.29/15.32	c #wall_clock_time = 0.035s
15.29/15.32	c #decision = 323
15.29/15.32	c #random_decision = 0
15.29/15.32	c #conflict = 0
15.29/15.32	c #restart = 0
15.29/15.32	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
15.29/15.32	c lower bound updated to 2780548824001
15.29/15.37	c BCD2: 2784256222432 <= obj <= 11974896935277
15.29/15.37	c BCD2: #cores=88, #unrelaxed=787, #relaxed=550, #hardened=0
15.29/15.37	c BCD2: #sat=1 #unsat=152 bias=152/153
15.29/15.38	c Solving starts ...
15.29/15.38	c ============================[ Search Statistics ]============================
15.29/15.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.29/15.38	c       |         |          |          |    Limit     GC | Var      | Constra 
15.29/15.38	c =============================================================================
15.29/15.38	c  0.0s |       0 |        0 |        0 |    26251      0 |     2462 |     3842
15.39/15.41	c  0.0s |       0 |      326 |        0 |    26251      0 |     2462 |     3842
15.39/15.41	c #cpu_time = 0.036s
15.39/15.41	c #wall_clock_time = 0.036s
15.39/15.41	c #decision = 326
15.39/15.41	c #random_decision = 0
15.39/15.41	c #conflict = 0
15.39/15.41	c #restart = 0
15.39/15.41	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
15.39/15.41	c lower bound updated to 2799085816161
15.39/15.47	c BCD2: 2802793214592 <= obj <= 11974896935277
15.39/15.47	c BCD2: #cores=89, #unrelaxed=784, #relaxed=553, #hardened=0
15.39/15.47	c BCD2: #sat=1 #unsat=153 bias=153/154
15.39/15.48	c Solving starts ...
15.39/15.48	c ============================[ Search Statistics ]============================
15.39/15.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.39/15.48	c       |         |          |          |    Limit     GC | Var      | Constra 
15.39/15.48	c =============================================================================
15.39/15.48	c  0.0s |       0 |        0 |        0 |    26251      0 |     2462 |     3843
15.49/15.52	c  0.0s |       0 |      331 |        0 |    26251      0 |     2462 |     3843
15.49/15.52	c #cpu_time = 0.036s
15.49/15.52	c #wall_clock_time = 0.036s
15.49/15.52	c #decision = 331
15.49/15.52	c #random_decision = 0
15.49/15.52	c #conflict = 0
15.49/15.52	c #restart = 0
15.49/15.52	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
15.49/15.52	c lower bound updated to 2817622808321
15.49/15.58	c BCD2: 2821330206752 <= obj <= 11974896935277
15.49/15.58	c BCD2: #cores=90, #unrelaxed=781, #relaxed=556, #hardened=0
15.49/15.58	c BCD2: #sat=1 #unsat=154 bias=154/155
15.49/15.58	c Solving starts ...
15.49/15.58	c ============================[ Search Statistics ]============================
15.49/15.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.49/15.58	c       |         |          |          |    Limit     GC | Var      | Constra 
15.49/15.58	c =============================================================================
15.49/15.58	c  0.0s |       0 |        0 |        0 |    26251      0 |     2462 |     3844
15.59/15.62	c  0.0s |       0 |      331 |        0 |    26251      0 |     2462 |     3844
15.59/15.62	c #cpu_time = 0.036s
15.59/15.62	c #wall_clock_time = 0.036s
15.59/15.62	c #decision = 331
15.59/15.62	c #random_decision = 0
15.59/15.62	c #conflict = 0
15.59/15.62	c #restart = 0
15.59/15.62	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
15.59/15.62	c BCD2: refineLB: 55491382983 -> 55610976480
15.59/15.62	c lower bound updated to 2836159800481
15.59/15.67	c BCD2: 2839867198912 <= obj <= 11974896935277
15.59/15.67	c BCD2: #cores=89, #unrelaxed=776, #relaxed=561, #hardened=0
15.59/15.67	c BCD2: #sat=1 #unsat=155 bias=155/156
15.59/15.68	c Solving starts ...
15.59/15.68	c ============================[ Search Statistics ]============================
15.59/15.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.59/15.68	c       |         |          |          |    Limit     GC | Var      | Constra 
15.59/15.68	c =============================================================================
15.59/15.68	c  0.0s |       0 |        0 |        0 |    26251      0 |     2495 |     3844
15.69/15.72	c  0.0s |       0 |      327 |        0 |    26251      0 |     2495 |     3908
15.69/15.72	c #cpu_time = 0.039s
15.69/15.72	c #wall_clock_time = 0.039s
15.69/15.72	c #decision = 327
15.69/15.72	c #random_decision = 0
15.69/15.72	c #conflict = 0
15.69/15.72	c #restart = 0
15.69/15.72	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
15.69/15.72	c lower bound updated to 2854696792641
15.69/15.78	c BCD2: 2858404191072 <= obj <= 11974896935277
15.69/15.78	c BCD2: #cores=90, #unrelaxed=773, #relaxed=564, #hardened=0
15.69/15.78	c BCD2: #sat=1 #unsat=156 bias=156/157
15.69/15.78	c Solving starts ...
15.69/15.78	c ============================[ Search Statistics ]============================
15.69/15.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.69/15.78	c       |         |          |          |    Limit     GC | Var      | Constra 
15.69/15.78	c =============================================================================
15.69/15.78	c  0.0s |       0 |        0 |        0 |    26251      0 |     2495 |     3909
15.79/15.82	c  0.0s |       0 |      326 |        0 |    26251      0 |     2495 |     3909
15.79/15.82	c #cpu_time = 0.037s
15.79/15.82	c #wall_clock_time = 0.037s
15.79/15.82	c #decision = 326
15.79/15.82	c #random_decision = 0
15.79/15.82	c #conflict = 0
15.79/15.82	c #restart = 0
15.79/15.82	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
15.79/15.82	c lower bound updated to 2873233784801
15.79/15.88	c BCD2: 2876941183232 <= obj <= 11974896935277
15.79/15.88	c BCD2: #cores=91, #unrelaxed=770, #relaxed=567, #hardened=0
15.79/15.88	c BCD2: #sat=1 #unsat=157 bias=157/158
15.79/15.88	c Solving starts ...
15.79/15.88	c ============================[ Search Statistics ]============================
15.79/15.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.79/15.88	c       |         |          |          |    Limit     GC | Var      | Constra 
15.79/15.88	c =============================================================================
15.79/15.89	c  0.0s |       0 |        0 |        0 |    26251      0 |     2495 |     3910
15.89/15.93	c  0.0s |       0 |      329 |        0 |    26251      0 |     2495 |     3910
15.89/15.93	c #cpu_time = 0.038s
15.89/15.93	c #wall_clock_time = 0.038s
15.89/15.93	c #decision = 329
15.89/15.93	c #random_decision = 0
15.89/15.93	c #conflict = 0
15.89/15.93	c #restart = 0
15.89/15.93	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
15.89/15.93	c lower bound updated to 2891770776961
15.89/15.99	c BCD2: 2895478175392 <= obj <= 11974896935277
15.89/15.99	c BCD2: #cores=92, #unrelaxed=767, #relaxed=570, #hardened=0
15.89/15.99	c BCD2: #sat=1 #unsat=158 bias=158/159
15.89/15.99	c Solving starts ...
15.89/15.99	c ============================[ Search Statistics ]============================
15.89/15.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.89/15.99	c       |         |          |          |    Limit     GC | Var      | Constra 
15.89/15.99	c =============================================================================
15.89/15.99	c  0.0s |       0 |        0 |        0 |    26251      0 |     2495 |     3911
15.99/16.03	c  0.0s |       0 |      329 |        0 |    26251      0 |     2495 |     3911
15.99/16.03	c #cpu_time = 0.038s
15.99/16.03	c #wall_clock_time = 0.038s
15.99/16.03	c #decision = 329
15.99/16.03	c #random_decision = 0
15.99/16.03	c #conflict = 0
15.99/16.03	c #restart = 0
15.99/16.03	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=55610976480
15.99/16.03	c BCD2: refineLB: 55494391624 -> 55610976480
15.99/16.03	c lower bound updated to 2910307769121
15.99/16.08	c BCD2: 2914015167552 <= obj <= 11974896935277
15.99/16.08	c BCD2: #cores=91, #unrelaxed=762, #relaxed=575, #hardened=0
15.99/16.08	c BCD2: #sat=1 #unsat=159 bias=159/160
15.99/16.08	c Solving starts ...
15.99/16.08	c ============================[ Search Statistics ]============================
15.99/16.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.99/16.08	c       |         |          |          |    Limit     GC | Var      | Constra 
15.99/16.08	c =============================================================================
15.99/16.09	c  0.0s |       0 |        0 |        0 |    26251      0 |     2635 |     3911
16.09/16.13	c  0.0s |       0 |      329 |        0 |    26251      0 |     2635 |     4189
16.09/16.13	c #cpu_time = 0.038s
16.09/16.13	c #wall_clock_time = 0.038s
16.09/16.13	c #decision = 329
16.09/16.13	c #random_decision = 0
16.09/16.13	c #conflict = 0
16.09/16.13	c #restart = 0
16.09/16.13	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.09/16.13	c lower bound updated to 2928844761281
16.09/16.19	c BCD2: 2932552159712 <= obj <= 11974896935277
16.09/16.19	c BCD2: #cores=92, #unrelaxed=759, #relaxed=578, #hardened=0
16.09/16.19	c BCD2: #sat=1 #unsat=160 bias=160/161
16.09/16.19	c Solving starts ...
16.09/16.19	c ============================[ Search Statistics ]============================
16.09/16.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.09/16.19	c       |         |          |          |    Limit     GC | Var      | Constra 
16.09/16.19	c =============================================================================
16.09/16.19	c  0.0s |       0 |        0 |        0 |    26251      0 |     2635 |     4190
16.19/16.23	c  0.0s |       0 |      330 |        0 |    26251      0 |     2635 |     4190
16.19/16.23	c #cpu_time = 0.037s
16.19/16.23	c #wall_clock_time = 0.037s
16.19/16.23	c #decision = 330
16.19/16.23	c #random_decision = 0
16.19/16.23	c #conflict = 0
16.19/16.23	c #restart = 0
16.19/16.23	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.19/16.23	c lower bound updated to 2947381753441
16.19/16.29	c BCD2: 2951089151872 <= obj <= 11974896935277
16.19/16.29	c BCD2: #cores=93, #unrelaxed=756, #relaxed=581, #hardened=0
16.19/16.29	c BCD2: #sat=1 #unsat=161 bias=161/162
16.19/16.29	c Solving starts ...
16.19/16.29	c ============================[ Search Statistics ]============================
16.19/16.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.19/16.29	c       |         |          |          |    Limit     GC | Var      | Constra 
16.19/16.29	c =============================================================================
16.29/16.30	c  0.0s |       0 |        0 |        0 |    26251      0 |     2635 |     4191
16.29/16.33	c  0.0s |       0 |      331 |        0 |    26251      0 |     2635 |     4191
16.29/16.33	c #cpu_time = 0.037s
16.29/16.33	c #wall_clock_time = 0.037s
16.29/16.33	c #decision = 331
16.29/16.33	c #random_decision = 0
16.29/16.33	c #conflict = 0
16.29/16.33	c #restart = 0
16.29/16.33	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.29/16.33	c lower bound updated to 2965918745601
16.29/16.39	c BCD2: 2969626144032 <= obj <= 11974896935277
16.29/16.39	c BCD2: #cores=94, #unrelaxed=753, #relaxed=584, #hardened=0
16.29/16.39	c BCD2: #sat=1 #unsat=162 bias=162/163
16.39/16.40	c Solving starts ...
16.39/16.40	c ============================[ Search Statistics ]============================
16.39/16.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.39/16.40	c       |         |          |          |    Limit     GC | Var      | Constra 
16.39/16.40	c =============================================================================
16.39/16.40	c  0.0s |       0 |        0 |        0 |    26251      0 |     2635 |     4192
16.39/16.43	c  0.0s |       0 |      330 |        0 |    26251      0 |     2635 |     4192
16.39/16.43	c #cpu_time = 0.037s
16.39/16.43	c #wall_clock_time = 0.037s
16.39/16.43	c #decision = 330
16.39/16.43	c #random_decision = 0
16.39/16.43	c #conflict = 0
16.39/16.43	c #restart = 0
16.39/16.43	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.39/16.43	c lower bound updated to 2984455737761
16.39/16.49	c BCD2: 2988163136192 <= obj <= 11974896935277
16.39/16.49	c BCD2: #cores=95, #unrelaxed=750, #relaxed=587, #hardened=0
16.39/16.49	c BCD2: #sat=1 #unsat=163 bias=163/164
16.39/16.50	c Solving starts ...
16.39/16.50	c ============================[ Search Statistics ]============================
16.39/16.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.39/16.50	c       |         |          |          |    Limit     GC | Var      | Constra 
16.39/16.50	c =============================================================================
16.39/16.50	c  0.0s |       0 |        0 |        0 |    26251      0 |     2635 |     4193
16.49/16.54	c  0.0s |       0 |      333 |        0 |    26251      0 |     2635 |     4193
16.49/16.54	c #cpu_time = 0.037s
16.49/16.54	c #wall_clock_time = 0.038s
16.49/16.54	c #decision = 333
16.49/16.54	c #random_decision = 0
16.49/16.54	c #conflict = 0
16.49/16.54	c #restart = 0
16.49/16.54	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.49/16.54	c lower bound updated to 3002992729921
16.49/16.60	c BCD2: 3006700128352 <= obj <= 11974896935277
16.49/16.60	c BCD2: #cores=96, #unrelaxed=747, #relaxed=590, #hardened=0
16.49/16.60	c BCD2: #sat=1 #unsat=164 bias=164/165
16.49/16.60	c Solving starts ...
16.49/16.60	c ============================[ Search Statistics ]============================
16.49/16.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.49/16.60	c       |         |          |          |    Limit     GC | Var      | Constra 
16.49/16.60	c =============================================================================
16.49/16.60	c  0.0s |       0 |        0 |        0 |    26251      0 |     2635 |     4194
16.59/16.64	c  0.0s |       0 |      332 |        0 |    26251      0 |     2635 |     4194
16.59/16.64	c #cpu_time = 0.037s
16.59/16.64	c #wall_clock_time = 0.037s
16.59/16.64	c #decision = 332
16.59/16.64	c #random_decision = 0
16.59/16.64	c #conflict = 0
16.59/16.64	c #restart = 0
16.59/16.64	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.59/16.64	c lower bound updated to 3021529722081
16.69/16.70	c BCD2: 3025237120512 <= obj <= 11974896935277
16.69/16.70	c BCD2: #cores=97, #unrelaxed=744, #relaxed=593, #hardened=0
16.69/16.70	c BCD2: #sat=1 #unsat=165 bias=165/166
16.69/16.70	c Solving starts ...
16.69/16.70	c ============================[ Search Statistics ]============================
16.69/16.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.69/16.70	c       |         |          |          |    Limit     GC | Var      | Constra 
16.69/16.70	c =============================================================================
16.69/16.71	c  0.0s |       0 |        0 |        0 |    26251      0 |     2635 |     4195
16.69/16.75	c  0.0s |       0 |      331 |        0 |    26251      0 |     2635 |     4195
16.69/16.75	c #cpu_time = 0.037s
16.69/16.75	c #wall_clock_time = 0.037s
16.69/16.75	c #decision = 331
16.69/16.75	c #random_decision = 0
16.69/16.75	c #conflict = 0
16.69/16.75	c #restart = 0
16.69/16.75	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.69/16.75	c lower bound updated to 3040066714241
16.79/16.80	c BCD2: 3043774112672 <= obj <= 11974896935277
16.79/16.80	c BCD2: #cores=98, #unrelaxed=741, #relaxed=596, #hardened=0
16.79/16.80	c BCD2: #sat=1 #unsat=166 bias=166/167
16.79/16.81	c Solving starts ...
16.79/16.81	c ============================[ Search Statistics ]============================
16.79/16.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.79/16.81	c       |         |          |          |    Limit     GC | Var      | Constra 
16.79/16.81	c =============================================================================
16.79/16.81	c  0.0s |       0 |        0 |        0 |    26251      0 |     2635 |     4196
16.79/16.85	c  0.0s |       0 |      333 |        0 |    26251      0 |     2635 |     4196
16.79/16.85	c #cpu_time = 0.037s
16.79/16.85	c #wall_clock_time = 0.037s
16.79/16.85	c #decision = 333
16.79/16.85	c #random_decision = 0
16.79/16.85	c #conflict = 0
16.79/16.85	c #restart = 0
16.79/16.85	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.79/16.85	c lower bound updated to 3058603706401
16.89/16.90	c BCD2: 3062311104832 <= obj <= 11974896935277
16.89/16.90	c BCD2: #cores=99, #unrelaxed=738, #relaxed=599, #hardened=0
16.89/16.90	c BCD2: #sat=1 #unsat=167 bias=167/168
16.89/16.91	c Solving starts ...
16.89/16.91	c ============================[ Search Statistics ]============================
16.89/16.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.89/16.91	c       |         |          |          |    Limit     GC | Var      | Constra 
16.89/16.91	c =============================================================================
16.89/16.91	c  0.0s |       0 |        0 |        0 |    26251      0 |     2635 |     4197
16.89/16.95	c  0.0s |       0 |      333 |        0 |    26251      0 |     2635 |     4197
16.89/16.95	c #cpu_time = 0.038s
16.89/16.95	c #wall_clock_time = 0.038s
16.89/16.95	c #decision = 333
16.89/16.95	c #random_decision = 0
16.89/16.95	c #conflict = 0
16.89/16.95	c #restart = 0
16.89/16.95	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
16.89/16.95	c BCD2: refineLB: 18536992161 -> 37073984320
16.89/16.95	c lower bound updated to 3077140698561
16.99/17.00	c BCD2: 3080848096992 <= obj <= 11974896935277
16.99/17.00	c BCD2: #cores=99, #unrelaxed=734, #relaxed=603, #hardened=0
16.99/17.00	c BCD2: #sat=1 #unsat=168 bias=168/169
16.99/17.01	c Solving starts ...
16.99/17.01	c ============================[ Search Statistics ]============================
16.99/17.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.99/17.01	c       |         |          |          |    Limit     GC | Var      | Constra 
16.99/17.01	c =============================================================================
16.99/17.01	c  0.0s |       0 |        0 |        0 |    26251      0 |     2636 |     4197
16.99/17.05	c  0.0s |       0 |      332 |        0 |    26251      0 |     2636 |     4198
16.99/17.05	c #cpu_time = 0.042s
16.99/17.05	c #wall_clock_time = 0.042s
16.99/17.05	c #decision = 332
16.99/17.05	c #random_decision = 0
16.99/17.05	c #conflict = 0
16.99/17.05	c #restart = 0
16.99/17.05	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
16.99/17.05	c lower bound updated to 3095677690721
17.09/17.11	c BCD2: 3099385089152 <= obj <= 11974896935277
17.09/17.11	c BCD2: #cores=100, #unrelaxed=731, #relaxed=606, #hardened=0
17.09/17.11	c BCD2: #sat=1 #unsat=169 bias=169/170
17.09/17.11	c Solving starts ...
17.09/17.11	c ============================[ Search Statistics ]============================
17.09/17.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.09/17.11	c       |         |          |          |    Limit     GC | Var      | Constra 
17.09/17.11	c =============================================================================
17.09/17.12	c  0.0s |       0 |        0 |        0 |    26251      0 |     2636 |     4199
17.09/17.16	c  0.0s |       0 |      333 |        0 |    26251      0 |     2636 |     4199
17.09/17.16	c #cpu_time = 0.040s
17.09/17.16	c #wall_clock_time = 0.040s
17.09/17.16	c #decision = 333
17.09/17.16	c #random_decision = 0
17.09/17.16	c #conflict = 0
17.09/17.16	c #restart = 0
17.09/17.16	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.09/17.16	c lower bound updated to 3114214682881
17.19/17.22	c BCD2: 3117922081312 <= obj <= 11974896935277
17.19/17.22	c BCD2: #cores=101, #unrelaxed=728, #relaxed=609, #hardened=0
17.19/17.22	c BCD2: #sat=1 #unsat=170 bias=170/171
17.19/17.22	c Solving starts ...
17.19/17.22	c ============================[ Search Statistics ]============================
17.19/17.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.19/17.22	c       |         |          |          |    Limit     GC | Var      | Constra 
17.19/17.22	c =============================================================================
17.19/17.22	c  0.0s |       0 |        0 |        0 |    26251      0 |     2636 |     4200
17.19/17.26	c  0.0s |       0 |      333 |        0 |    26251      0 |     2636 |     4200
17.19/17.26	c #cpu_time = 0.040s
17.19/17.26	c #wall_clock_time = 0.040s
17.19/17.26	c #decision = 333
17.19/17.26	c #random_decision = 0
17.19/17.26	c #conflict = 0
17.19/17.26	c #restart = 0
17.19/17.26	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.19/17.26	c lower bound updated to 3132751675041
17.29/17.32	c BCD2: 3136459073472 <= obj <= 11974896935277
17.29/17.32	c BCD2: #cores=102, #unrelaxed=725, #relaxed=612, #hardened=0
17.29/17.32	c BCD2: #sat=1 #unsat=171 bias=171/172
17.29/17.33	c Solving starts ...
17.29/17.33	c ============================[ Search Statistics ]============================
17.29/17.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.29/17.33	c       |         |          |          |    Limit     GC | Var      | Constra 
17.29/17.33	c =============================================================================
17.29/17.33	c  0.0s |       0 |        0 |        0 |    26251      0 |     2636 |     4201
17.29/17.37	c  0.0s |       0 |      335 |        0 |    26251      0 |     2636 |     4201
17.29/17.37	c #cpu_time = 0.040s
17.29/17.37	c #wall_clock_time = 0.040s
17.29/17.37	c #decision = 335
17.29/17.37	c #random_decision = 0
17.29/17.37	c #conflict = 0
17.29/17.37	c #restart = 0
17.29/17.37	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.29/17.37	c lower bound updated to 3151288667201
17.39/17.43	c BCD2: 3154996065632 <= obj <= 11974896935277
17.39/17.43	c BCD2: #cores=103, #unrelaxed=722, #relaxed=615, #hardened=0
17.39/17.43	c BCD2: #sat=1 #unsat=172 bias=172/173
17.39/17.44	c Solving starts ...
17.39/17.44	c ============================[ Search Statistics ]============================
17.39/17.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.39/17.44	c       |         |          |          |    Limit     GC | Var      | Constra 
17.39/17.44	c =============================================================================
17.39/17.44	c  0.0s |       0 |        0 |        0 |    26251      0 |     2636 |     4202
17.39/17.48	c  0.0s |       0 |      338 |        0 |    26251      0 |     2636 |     4202
17.39/17.48	c #cpu_time = 0.040s
17.39/17.48	c #wall_clock_time = 0.041s
17.39/17.48	c #decision = 338
17.39/17.48	c #random_decision = 0
17.39/17.48	c #conflict = 0
17.39/17.48	c #restart = 0
17.39/17.48	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
17.39/17.48	c BCD2: refineLB: 36966834077 -> 37073984320
17.39/17.48	c lower bound updated to 3169825659361
17.49/17.53	c BCD2: 3173533057792 <= obj <= 11974896935277
17.49/17.53	c BCD2: #cores=103, #unrelaxed=718, #relaxed=619, #hardened=0
17.49/17.53	c BCD2: #sat=1 #unsat=173 bias=173/174
17.49/17.54	c Solving starts ...
17.49/17.54	c ============================[ Search Statistics ]============================
17.49/17.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.49/17.54	c       |         |          |          |    Limit     GC | Var      | Constra 
17.49/17.54	c =============================================================================
17.49/17.54	c  0.0s |       0 |        0 |        0 |    26251      0 |     2638 |     4202
17.49/17.58	c  0.0s |       0 |      335 |        0 |    26251      0 |     2638 |     4205
17.49/17.58	c #cpu_time = 0.039s
17.49/17.58	c #wall_clock_time = 0.039s
17.49/17.58	c #decision = 335
17.49/17.58	c #random_decision = 0
17.49/17.58	c #conflict = 0
17.49/17.58	c #restart = 0
17.49/17.58	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 12: cost of the new core is >=55610976480
17.49/17.58	c BCD2: refineLB: 55504442043 -> 55610976480
17.49/17.58	c lower bound updated to 3188362651521
17.59/17.64	c BCD2: 3192070049952 <= obj <= 11974896935277
17.59/17.64	c BCD2: #cores=103, #unrelaxed=713, #relaxed=624, #hardened=0
17.59/17.64	c BCD2: #sat=1 #unsat=174 bias=174/175
17.59/17.64	c Solving starts ...
17.59/17.64	c ============================[ Search Statistics ]============================
17.59/17.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.59/17.64	c       |         |          |          |    Limit     GC | Var      | Constra 
17.59/17.64	c =============================================================================
17.59/17.64	c  0.0s |       0 |        0 |        0 |    26251      0 |     2644 |     4205
17.59/17.68	c  0.0s |       0 |      334 |        0 |    26251      0 |     2644 |     4216
17.59/17.68	c #cpu_time = 0.043s
17.59/17.68	c #wall_clock_time = 0.043s
17.59/17.68	c #decision = 334
17.59/17.68	c #random_decision = 0
17.59/17.68	c #conflict = 0
17.59/17.68	c #restart = 0
17.59/17.69	c BCD2: relaxing 7 and merging with 4 cores into a new core of size 19: cost of the new core is >=92684960800
17.59/17.69	c BCD2: refineLB: 92579035131 -> 92684960800
17.59/17.69	c lower bound updated to 3206899643681
17.69/17.74	c BCD2: 3210607042112 <= obj <= 11974896935277
17.69/17.74	c BCD2: #cores=100, #unrelaxed=706, #relaxed=631, #hardened=0
17.69/17.74	c BCD2: #sat=1 #unsat=175 bias=175/176
17.69/17.75	c Solving starts ...
17.69/17.75	c ============================[ Search Statistics ]============================
17.69/17.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.69/17.75	c       |         |          |          |    Limit     GC | Var      | Constra 
17.69/17.75	c =============================================================================
17.69/17.75	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4216
17.69/17.79	c  0.0s |       0 |      330 |        0 |    26251      0 |     2890 |     4704
17.69/17.79	c #cpu_time = 0.040s
17.69/17.79	c #wall_clock_time = 0.040s
17.69/17.79	c #decision = 330
17.69/17.79	c #random_decision = 0
17.69/17.79	c #conflict = 0
17.69/17.79	c #restart = 0
17.69/17.79	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.69/17.79	c lower bound updated to 3225436635841
17.79/17.85	c BCD2: 3229144034272 <= obj <= 11974896935277
17.79/17.85	c BCD2: #cores=101, #unrelaxed=703, #relaxed=634, #hardened=0
17.79/17.85	c BCD2: #sat=1 #unsat=176 bias=176/177
17.79/17.86	c Solving starts ...
17.79/17.86	c ============================[ Search Statistics ]============================
17.79/17.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.79/17.86	c       |         |          |          |    Limit     GC | Var      | Constra 
17.79/17.86	c =============================================================================
17.79/17.86	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4705
17.89/17.90	c  0.0s |       0 |      329 |        0 |    26251      0 |     2890 |     4705
17.89/17.90	c #cpu_time = 0.038s
17.89/17.90	c #wall_clock_time = 0.038s
17.89/17.90	c #decision = 329
17.89/17.90	c #random_decision = 0
17.89/17.90	c #conflict = 0
17.89/17.90	c #restart = 0
17.89/17.90	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.89/17.90	c lower bound updated to 3243973628001
17.89/17.96	c BCD2: 3247681026432 <= obj <= 11974896935277
17.89/17.96	c BCD2: #cores=102, #unrelaxed=700, #relaxed=637, #hardened=0
17.89/17.96	c BCD2: #sat=1 #unsat=177 bias=177/178
17.89/17.96	c Solving starts ...
17.89/17.96	c ============================[ Search Statistics ]============================
17.89/17.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.89/17.96	c       |         |          |          |    Limit     GC | Var      | Constra 
17.89/17.96	c =============================================================================
17.89/17.96	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4706
17.99/18.00	c  0.0s |       0 |      329 |        0 |    26251      0 |     2890 |     4706
17.99/18.00	c #cpu_time = 0.038s
17.99/18.00	c #wall_clock_time = 0.038s
17.99/18.00	c #decision = 329
17.99/18.00	c #random_decision = 0
17.99/18.00	c #conflict = 0
17.99/18.00	c #restart = 0
17.99/18.00	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
17.99/18.00	c lower bound updated to 3262510620161
17.99/18.06	c BCD2: 3266218018592 <= obj <= 11974896935277
17.99/18.06	c BCD2: #cores=103, #unrelaxed=697, #relaxed=640, #hardened=0
17.99/18.06	c BCD2: #sat=1 #unsat=178 bias=178/179
17.99/18.07	c Solving starts ...
17.99/18.07	c ============================[ Search Statistics ]============================
17.99/18.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.99/18.07	c       |         |          |          |    Limit     GC | Var      | Constra 
17.99/18.07	c =============================================================================
17.99/18.07	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4707
18.08/18.11	c  0.0s |       0 |      330 |        0 |    26251      0 |     2890 |     4707
18.08/18.11	c #cpu_time = 0.039s
18.08/18.11	c #wall_clock_time = 0.039s
18.08/18.11	c #decision = 330
18.08/18.11	c #random_decision = 0
18.08/18.11	c #conflict = 0
18.08/18.11	c #restart = 0
18.08/18.11	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
18.08/18.11	c lower bound updated to 3281047612321
18.08/18.17	c BCD2: 3284755010752 <= obj <= 11974896935277
18.08/18.17	c BCD2: #cores=104, #unrelaxed=694, #relaxed=643, #hardened=0
18.08/18.17	c BCD2: #sat=1 #unsat=179 bias=179/180
18.08/18.17	c Solving starts ...
18.08/18.17	c ============================[ Search Statistics ]============================
18.08/18.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.08/18.17	c       |         |          |          |    Limit     GC | Var      | Constra 
18.08/18.17	c =============================================================================
18.08/18.17	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4708
18.18/18.21	c  0.0s |       0 |      331 |        0 |    26251      0 |     2890 |     4708
18.18/18.21	c #cpu_time = 0.038s
18.18/18.21	c #wall_clock_time = 0.039s
18.18/18.21	c #decision = 331
18.18/18.21	c #random_decision = 0
18.18/18.21	c #conflict = 0
18.18/18.21	c #restart = 0
18.18/18.21	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
18.18/18.21	c lower bound updated to 3299584604481
18.18/18.27	c BCD2: 3303292002912 <= obj <= 11974896935277
18.18/18.27	c BCD2: #cores=105, #unrelaxed=691, #relaxed=646, #hardened=0
18.18/18.27	c BCD2: #sat=1 #unsat=180 bias=180/181
18.18/18.28	c Solving starts ...
18.18/18.28	c ============================[ Search Statistics ]============================
18.18/18.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.18/18.28	c       |         |          |          |    Limit     GC | Var      | Constra 
18.18/18.28	c =============================================================================
18.18/18.28	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4709
18.28/18.32	c  0.0s |       0 |      330 |        0 |    26251      0 |     2890 |     4709
18.28/18.32	c #cpu_time = 0.039s
18.28/18.32	c #wall_clock_time = 0.039s
18.28/18.32	c #decision = 330
18.28/18.32	c #random_decision = 0
18.28/18.32	c #conflict = 0
18.28/18.32	c #restart = 0
18.28/18.32	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
18.28/18.32	c lower bound updated to 3318121596641
18.28/18.38	c BCD2: 3321828995072 <= obj <= 11974896935277
18.28/18.38	c BCD2: #cores=106, #unrelaxed=688, #relaxed=649, #hardened=0
18.28/18.38	c BCD2: #sat=1 #unsat=181 bias=181/182
18.28/18.38	c Solving starts ...
18.28/18.38	c ============================[ Search Statistics ]============================
18.28/18.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.28/18.38	c       |         |          |          |    Limit     GC | Var      | Constra 
18.28/18.38	c =============================================================================
18.28/18.39	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4710
18.38/18.43	c  0.0s |       0 |      329 |        0 |    26251      0 |     2890 |     4710
18.38/18.43	c #cpu_time = 0.039s
18.38/18.43	c #wall_clock_time = 0.039s
18.38/18.43	c #decision = 329
18.38/18.43	c #random_decision = 0
18.38/18.43	c #conflict = 0
18.38/18.43	c #restart = 0
18.38/18.43	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
18.38/18.43	c lower bound updated to 3336658588801
18.38/18.49	c BCD2: 3340365987232 <= obj <= 11974896935277
18.38/18.49	c BCD2: #cores=107, #unrelaxed=685, #relaxed=652, #hardened=0
18.38/18.49	c BCD2: #sat=1 #unsat=182 bias=182/183
18.38/18.49	c Solving starts ...
18.38/18.49	c ============================[ Search Statistics ]============================
18.38/18.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.38/18.49	c       |         |          |          |    Limit     GC | Var      | Constra 
18.38/18.49	c =============================================================================
18.38/18.49	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4711
18.48/18.53	c  0.0s |       0 |      331 |        0 |    26251      0 |     2890 |     4711
18.48/18.53	c #cpu_time = 0.039s
18.48/18.53	c #wall_clock_time = 0.039s
18.48/18.53	c #decision = 331
18.48/18.53	c #random_decision = 0
18.48/18.53	c #conflict = 0
18.48/18.53	c #restart = 0
18.48/18.53	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
18.48/18.53	c lower bound updated to 3355195580961
18.48/18.59	c BCD2: 3358902979392 <= obj <= 11974896935277
18.48/18.59	c BCD2: #cores=108, #unrelaxed=682, #relaxed=655, #hardened=0
18.48/18.59	c BCD2: #sat=1 #unsat=183 bias=183/184
18.48/18.59	c Solving starts ...
18.48/18.59	c ============================[ Search Statistics ]============================
18.48/18.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.48/18.59	c       |         |          |          |    Limit     GC | Var      | Constra 
18.48/18.59	c =============================================================================
18.58/18.60	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4712
18.58/18.64	c  0.0s |       0 |      330 |        0 |    26251      0 |     2890 |     4712
18.58/18.64	c #cpu_time = 0.039s
18.58/18.64	c #wall_clock_time = 0.039s
18.58/18.64	c #decision = 330
18.58/18.64	c #random_decision = 0
18.58/18.64	c #conflict = 0
18.58/18.64	c #restart = 0
18.58/18.64	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
18.58/18.64	c lower bound updated to 3373732573121
18.58/18.69	c BCD2: 3377439971552 <= obj <= 11974896935277
18.58/18.69	c BCD2: #cores=109, #unrelaxed=679, #relaxed=658, #hardened=0
18.58/18.69	c BCD2: #sat=1 #unsat=184 bias=184/185
18.58/18.70	c Solving starts ...
18.58/18.70	c ============================[ Search Statistics ]============================
18.58/18.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.58/18.70	c       |         |          |          |    Limit     GC | Var      | Constra 
18.58/18.70	c =============================================================================
18.58/18.70	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4713
18.69/18.74	c  0.0s |       0 |      332 |        0 |    26251      0 |     2890 |     4713
18.69/18.74	c #cpu_time = 0.040s
18.69/18.74	c #wall_clock_time = 0.040s
18.69/18.74	c #decision = 332
18.69/18.74	c #random_decision = 0
18.69/18.74	c #conflict = 0
18.69/18.74	c #restart = 0
18.69/18.74	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
18.69/18.74	c lower bound updated to 3392269565281
18.69/18.80	c BCD2: 3395976963712 <= obj <= 11974896935277
18.69/18.80	c BCD2: #cores=110, #unrelaxed=676, #relaxed=661, #hardened=0
18.69/18.80	c BCD2: #sat=1 #unsat=185 bias=185/186
18.69/18.80	c Solving starts ...
18.69/18.80	c ============================[ Search Statistics ]============================
18.69/18.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.69/18.80	c       |         |          |          |    Limit     GC | Var      | Constra 
18.69/18.80	c =============================================================================
18.79/18.81	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4714
18.79/18.85	c  0.0s |       0 |      333 |        0 |    26251      0 |     2890 |     4714
18.79/18.85	c #cpu_time = 0.039s
18.79/18.85	c #wall_clock_time = 0.039s
18.79/18.85	c #decision = 333
18.79/18.85	c #random_decision = 0
18.79/18.85	c #conflict = 0
18.79/18.85	c #restart = 0
18.79/18.85	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
18.79/18.85	c lower bound updated to 3410806557441
18.88/18.91	c BCD2: 3414513955872 <= obj <= 11974896935277
18.88/18.91	c BCD2: #cores=111, #unrelaxed=673, #relaxed=664, #hardened=0
18.88/18.91	c BCD2: #sat=1 #unsat=186 bias=186/187
18.88/18.91	c Solving starts ...
18.88/18.91	c ============================[ Search Statistics ]============================
18.88/18.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.88/18.91	c       |         |          |          |    Limit     GC | Var      | Constra 
18.88/18.91	c =============================================================================
18.88/18.91	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4715
18.88/18.95	c  0.0s |       0 |      334 |        0 |    26251      0 |     2890 |     4715
18.88/18.95	c #cpu_time = 0.040s
18.88/18.95	c #wall_clock_time = 0.040s
18.88/18.95	c #decision = 334
18.88/18.95	c #random_decision = 0
18.88/18.95	c #conflict = 0
18.88/18.95	c #restart = 0
18.88/18.95	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
18.88/18.95	c lower bound updated to 3429343549601
18.98/19.01	c BCD2: 3433050948032 <= obj <= 11974896935277
18.98/19.01	c BCD2: #cores=112, #unrelaxed=670, #relaxed=667, #hardened=0
18.98/19.01	c BCD2: #sat=1 #unsat=187 bias=187/188
18.98/19.01	c Solving starts ...
18.98/19.01	c ============================[ Search Statistics ]============================
18.98/19.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.98/19.01	c       |         |          |          |    Limit     GC | Var      | Constra 
18.98/19.01	c =============================================================================
18.98/19.02	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4716
18.98/19.06	c  0.0s |       0 |      335 |        0 |    26251      0 |     2890 |     4716
18.98/19.06	c #cpu_time = 0.040s
18.98/19.06	c #wall_clock_time = 0.040s
18.98/19.06	c #decision = 335
18.98/19.06	c #random_decision = 0
18.98/19.06	c #conflict = 0
18.98/19.06	c #restart = 0
18.98/19.06	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
18.98/19.06	c lower bound updated to 3447880541761
19.08/19.12	c BCD2: 3451587940192 <= obj <= 11974896935277
19.08/19.12	c BCD2: #cores=113, #unrelaxed=667, #relaxed=670, #hardened=0
19.08/19.12	c BCD2: #sat=1 #unsat=188 bias=188/189
19.08/19.12	c Solving starts ...
19.08/19.12	c ============================[ Search Statistics ]============================
19.08/19.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.08/19.12	c       |         |          |          |    Limit     GC | Var      | Constra 
19.08/19.12	c =============================================================================
19.08/19.12	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4717
19.08/19.17	c  0.0s |       0 |      334 |        0 |    26251      0 |     2890 |     4717
19.08/19.17	c #cpu_time = 0.040s
19.08/19.17	c #wall_clock_time = 0.040s
19.08/19.17	c #decision = 334
19.08/19.17	c #random_decision = 0
19.08/19.17	c #conflict = 0
19.08/19.17	c #restart = 0
19.08/19.17	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.08/19.17	c lower bound updated to 3466417533921
19.18/19.22	c BCD2: 3470124932352 <= obj <= 11974896935277
19.18/19.22	c BCD2: #cores=114, #unrelaxed=664, #relaxed=673, #hardened=0
19.18/19.22	c BCD2: #sat=1 #unsat=189 bias=189/190
19.18/19.23	c Solving starts ...
19.18/19.23	c ============================[ Search Statistics ]============================
19.18/19.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.18/19.23	c       |         |          |          |    Limit     GC | Var      | Constra 
19.18/19.23	c =============================================================================
19.18/19.23	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4718
19.18/19.28	c  0.0s |       0 |      339 |        0 |    26251      0 |     2890 |     4718
19.18/19.28	c #cpu_time = 0.040s
19.18/19.28	c #wall_clock_time = 0.041s
19.18/19.28	c #decision = 339
19.18/19.28	c #random_decision = 0
19.18/19.28	c #conflict = 0
19.18/19.28	c #restart = 0
19.18/19.28	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.18/19.28	c lower bound updated to 3484954526081
19.28/19.33	c BCD2: 3488661924512 <= obj <= 11974896935277
19.28/19.33	c BCD2: #cores=115, #unrelaxed=661, #relaxed=676, #hardened=0
19.28/19.33	c BCD2: #sat=1 #unsat=190 bias=190/191
19.28/19.34	c Solving starts ...
19.28/19.34	c ============================[ Search Statistics ]============================
19.28/19.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.28/19.34	c       |         |          |          |    Limit     GC | Var      | Constra 
19.28/19.34	c =============================================================================
19.28/19.34	c  0.0s |       0 |        0 |        0 |    26251      0 |     2890 |     4719
19.28/19.38	c  0.0s |       0 |      340 |        0 |    26251      0 |     2890 |     4719
19.28/19.38	c #cpu_time = 0.041s
19.28/19.38	c #wall_clock_time = 0.041s
19.28/19.38	c #decision = 340
19.28/19.38	c #random_decision = 0
19.28/19.38	c #conflict = 0
19.28/19.38	c #restart = 0
19.28/19.38	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=37073984320
19.28/19.38	c BCD2: refineLB: 36976932006 -> 37073984320
19.28/19.38	c lower bound updated to 3503491518241
19.38/19.43	c BCD2: 3507198916672 <= obj <= 11974896935277
19.38/19.43	c BCD2: #cores=115, #unrelaxed=657, #relaxed=680, #hardened=0
19.38/19.43	c BCD2: #sat=1 #unsat=191 bias=191/192
19.38/19.45	c Solving starts ...
19.38/19.45	c ============================[ Search Statistics ]============================
19.38/19.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.38/19.45	c       |         |          |          |    Limit     GC | Var      | Constra 
19.38/19.45	c =============================================================================
19.38/19.45	c  0.0s |       0 |        0 |        0 |    26251      0 |     2911 |     4719
19.48/19.50	c  0.0s |       0 |      339 |        1 |    26251      0 |     2911 |     4760
19.48/19.50	c #cpu_time = 0.044s
19.48/19.50	c #wall_clock_time = 0.044s
19.48/19.50	c #decision = 339
19.48/19.50	c #random_decision = 0
19.48/19.50	c #conflict = 1
19.48/19.50	c #restart = 0
19.48/19.50	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 11: cost of the new core is >=55610976480
19.48/19.50	c BCD2: refineLB: 55514429646 -> 55610976480
19.48/19.50	c lower bound updated to 3522028510401
19.48/19.55	c BCD2: 3525735908832 <= obj <= 11974896935277
19.48/19.55	c BCD2: #cores=115, #unrelaxed=653, #relaxed=684, #hardened=0
19.48/19.55	c BCD2: #sat=1 #unsat=192 bias=192/193
19.48/19.55	c Solving starts ...
19.48/19.55	c ============================[ Search Statistics ]============================
19.48/19.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.48/19.55	c       |         |          |          |    Limit     GC | Var      | Constra 
19.48/19.55	c =============================================================================
19.48/19.55	c  0.0s |       0 |        0 |        0 |    26251      0 |     2912 |     4760
19.58/19.60	c  0.0s |       0 |      338 |        0 |    26251      0 |     2912 |     4761
19.58/19.60	c #cpu_time = 0.044s
19.58/19.60	c #wall_clock_time = 0.044s
19.58/19.60	c #decision = 338
19.58/19.60	c #random_decision = 0
19.58/19.60	c #conflict = 0
19.58/19.60	c #restart = 0
19.58/19.60	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.58/19.60	c lower bound updated to 3540565502561
19.58/19.66	c BCD2: 3544272900992 <= obj <= 11974896935277
19.58/19.66	c BCD2: #cores=116, #unrelaxed=650, #relaxed=687, #hardened=0
19.58/19.66	c BCD2: #sat=1 #unsat=193 bias=193/194
19.58/19.66	c Solving starts ...
19.58/19.66	c ============================[ Search Statistics ]============================
19.58/19.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.58/19.66	c       |         |          |          |    Limit     GC | Var      | Constra 
19.58/19.66	c =============================================================================
19.68/19.77	c  0.0s |       0 |        0 |        0 |    26251      0 |     2912 |     4762
19.79/19.81	c  0.0s |       0 |      338 |        0 |    26251      0 |     2912 |     4762
19.79/19.81	c #cpu_time = 0.041s
19.79/19.81	c #wall_clock_time = 0.041s
19.79/19.81	c #decision = 338
19.79/19.81	c #random_decision = 0
19.79/19.81	c #conflict = 0
19.79/19.81	c #restart = 0
19.79/19.81	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.79/19.81	c lower bound updated to 3559102494721
19.79/19.87	c BCD2: 3562809893152 <= obj <= 11974896935277
19.79/19.87	c BCD2: #cores=117, #unrelaxed=647, #relaxed=690, #hardened=0
19.79/19.87	c BCD2: #sat=1 #unsat=194 bias=194/195
19.79/19.87	c Solving starts ...
19.79/19.87	c ============================[ Search Statistics ]============================
19.79/19.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.79/19.87	c       |         |          |          |    Limit     GC | Var      | Constra 
19.79/19.87	c =============================================================================
19.79/19.87	c  0.0s |       0 |        0 |        0 |    26251      0 |     2912 |     4763
19.89/19.91	c  0.0s |       0 |      340 |        0 |    26251      0 |     2912 |     4763
19.89/19.91	c #cpu_time = 0.042s
19.89/19.91	c #wall_clock_time = 0.042s
19.89/19.91	c #decision = 340
19.89/19.91	c #random_decision = 0
19.89/19.91	c #conflict = 0
19.89/19.91	c #restart = 0
19.89/19.91	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.89/19.91	c lower bound updated to 3577639486881
19.89/19.97	c BCD2: 3581346885312 <= obj <= 11974896935277
19.89/19.97	c BCD2: #cores=118, #unrelaxed=644, #relaxed=693, #hardened=0
19.89/19.97	c BCD2: #sat=1 #unsat=195 bias=195/196
19.89/19.98	c Solving starts ...
19.89/19.98	c ============================[ Search Statistics ]============================
19.89/19.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.89/19.98	c       |         |          |          |    Limit     GC | Var      | Constra 
19.89/19.98	c =============================================================================
19.89/19.98	c  0.0s |       0 |        0 |        0 |    26251      0 |     2912 |     4764
19.98/20.02	c  0.0s |       0 |      341 |        0 |    26251      0 |     2912 |     4764
19.98/20.02	c #cpu_time = 0.041s
19.98/20.02	c #wall_clock_time = 0.041s
19.98/20.02	c #decision = 341
19.98/20.02	c #random_decision = 0
19.98/20.02	c #conflict = 0
19.98/20.02	c #restart = 0
19.98/20.02	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
19.98/20.02	c lower bound updated to 3596176479041
19.98/20.08	c BCD2: 3599883877472 <= obj <= 11974896935277
19.98/20.08	c BCD2: #cores=119, #unrelaxed=641, #relaxed=696, #hardened=0
19.98/20.08	c BCD2: #sat=1 #unsat=196 bias=196/197
19.98/20.09	c Solving starts ...
19.98/20.09	c ============================[ Search Statistics ]============================
19.98/20.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.98/20.09	c       |         |          |          |    Limit     GC | Var      | Constra 
19.98/20.09	c =============================================================================
19.98/20.09	c  0.0s |       0 |        0 |        0 |    26251      0 |     2912 |     4765
20.08/20.13	c  0.0s |       0 |      342 |        0 |    26251      0 |     2912 |     4765
20.08/20.13	c #cpu_time = 0.041s
20.08/20.13	c #wall_clock_time = 0.042s
20.08/20.13	c #decision = 342
20.08/20.13	c #random_decision = 0
20.08/20.13	c #conflict = 0
20.08/20.13	c #restart = 0
20.08/20.13	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
20.08/20.13	c lower bound updated to 3614713471201
20.08/20.19	c BCD2: 3618420869632 <= obj <= 11974896935277
20.08/20.19	c BCD2: #cores=120, #unrelaxed=638, #relaxed=699, #hardened=0
20.08/20.19	c BCD2: #sat=1 #unsat=197 bias=197/198
20.18/20.20	c Solving starts ...
20.18/20.20	c ============================[ Search Statistics ]============================
20.18/20.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.18/20.20	c       |         |          |          |    Limit     GC | Var      | Constra 
20.18/20.20	c =============================================================================
20.18/20.20	c  0.0s |       0 |        0 |        0 |    26251      0 |     2912 |     4766
20.18/20.24	c  0.0s |       0 |      343 |        0 |    26251      0 |     2912 |     4766
20.18/20.24	c #cpu_time = 0.043s
20.18/20.24	c #wall_clock_time = 0.043s
20.18/20.24	c #decision = 343
20.18/20.24	c #random_decision = 0
20.18/20.24	c #conflict = 0
20.18/20.24	c #restart = 0
20.18/20.24	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
20.18/20.24	c lower bound updated to 3633250463361
20.28/20.30	c BCD2: 3636957861792 <= obj <= 11974896935277
20.28/20.30	c BCD2: #cores=121, #unrelaxed=635, #relaxed=702, #hardened=0
20.28/20.30	c BCD2: #sat=1 #unsat=198 bias=198/199
20.28/20.31	c Solving starts ...
20.28/20.31	c ============================[ Search Statistics ]============================
20.28/20.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.28/20.31	c       |         |          |          |    Limit     GC | Var      | Constra 
20.28/20.31	c =============================================================================
20.28/20.31	c  0.0s |       0 |        0 |        0 |    26251      0 |     2912 |     4767
20.28/20.36	c  0.0s |       0 |      344 |        0 |    26251      0 |     2912 |     4767
20.28/20.36	c #cpu_time = 0.042s
20.28/20.36	c #wall_clock_time = 0.042s
20.28/20.36	c #decision = 344
20.28/20.36	c #random_decision = 0
20.28/20.36	c #conflict = 0
20.28/20.36	c #restart = 0
20.28/20.36	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
20.28/20.36	c lower bound updated to 3651787455521
20.38/20.42	c BCD2: 3655494853952 <= obj <= 11974896935277
20.38/20.42	c BCD2: #cores=122, #unrelaxed=632, #relaxed=705, #hardened=0
20.38/20.42	c BCD2: #sat=1 #unsat=199 bias=199/200
20.38/20.42	c Solving starts ...
20.38/20.42	c ============================[ Search Statistics ]============================
20.38/20.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.38/20.42	c       |         |          |          |    Limit     GC | Var      | Constra 
20.38/20.42	c =============================================================================
20.38/20.42	c  0.0s |       0 |        0 |        0 |    26251      0 |     2912 |     4768
20.38/20.47	c  0.0s |       0 |      345 |        0 |    26251      0 |     2912 |     4768
20.38/20.47	c #cpu_time = 0.043s
20.38/20.47	c #wall_clock_time = 0.043s
20.38/20.47	c #decision = 345
20.38/20.47	c #random_decision = 0
20.38/20.47	c #conflict = 0
20.38/20.47	c #restart = 0
20.38/20.47	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
20.38/20.47	c lower bound updated to 3670324447681
20.48/20.53	c BCD2: 3674031846112 <= obj <= 11974896935277
20.48/20.53	c BCD2: #cores=123, #unrelaxed=629, #relaxed=708, #hardened=0
20.48/20.53	c BCD2: #sat=1 #unsat=200 bias=200/201
20.48/20.53	c Solving starts ...
20.48/20.53	c ============================[ Search Statistics ]============================
20.48/20.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.48/20.53	c       |         |          |          |    Limit     GC | Var      | Constra 
20.48/20.53	c =============================================================================
20.48/20.53	c  0.0s |       0 |        0 |        0 |    26251      0 |     2912 |     4769
20.48/20.58	c  0.0s |       0 |      346 |        0 |    26251      0 |     2912 |     4769
20.48/20.58	c #cpu_time = 0.043s
20.48/20.58	c #wall_clock_time = 0.043s
20.48/20.58	c #decision = 346
20.48/20.58	c #random_decision = 0
20.48/20.58	c #conflict = 0
20.48/20.58	c #restart = 0
20.48/20.58	c BCD2: found a new core of size 3: cost of the new core is >=18536992160
20.48/20.58	c lower bound updated to 3688861439841
20.58/20.63	c BCD2: 3692568838272 <= obj <= 11974896935277
20.58/20.63	c BCD2: #cores=124, #unrelaxed=626, #relaxed=711, #hardened=0
20.58/20.63	c BCD2: #sat=1 #unsat=201 bias=201/202
20.58/20.64	c Solving starts ...
20.58/20.64	c ============================[ Search Statistics ]============================
20.58/20.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.58/20.64	c       |         |          |          |    Limit     GC | Var      | Constra 
20.58/20.64	c =============================================================================
20.58/20.65	c  0.0s |       0 |        0 |        0 |    26251      0 |     2912 |     4770
20.58/20.69	c  0.0s |       0 |      345 |        0 |    26251      0 |     2912 |     4770
20.58/20.69	c #cpu_time = 0.043s
20.58/20.69	c #wall_clock_time = 0.043s
20.58/20.69	c #decision = 345
20.58/20.69	c #random_decision = 0
20.58/20.69	c #conflict = 0
20.58/20.69	c #restart = 0
20.58/20.69	c BCD2: found a new core of size 1: cost of the new core is >=45212176
20.58/20.69	c lower bound updated to 3688906652017
20.68/20.74	c BCD2: 3692614050448 <= obj <= 11974896935277
20.68/20.74	c BCD2: #cores=125, #unrelaxed=625, #relaxed=712, #hardened=0
20.68/20.74	c BCD2: #sat=1 #unsat=202 bias=202/203
20.68/20.75	c Solving starts ...
20.68/20.75	c ============================[ Search Statistics ]============================
20.68/20.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.68/20.75	c       |         |          |          |    Limit     GC | Var      | Constra 
20.68/20.75	c =============================================================================
20.68/20.75	c  0.0s |       0 |        0 |        0 |    26251      0 |     2912 |     4770
20.68/20.80	c  0.0s |       0 |      347 |        0 |    26251      0 |     2912 |     4770
20.68/20.80	c #cpu_time = 0.047s
20.68/20.80	c #wall_clock_time = 0.047s
20.68/20.80	c #decision = 347
20.68/20.80	c #random_decision = 0
20.68/20.80	c #conflict = 0
20.68/20.80	c #restart = 0
20.68/20.80	c BCD2: found a new core of size 2: cost of the new core is >=6724
20.68/20.80	c lower bound updated to 3688906658741
20.78/20.85	c BCD2: 3692614057172 <= obj <= 11974896935277
20.78/20.85	c BCD2: #cores=126, #unrelaxed=623, #relaxed=714, #hardened=0
20.78/20.85	c BCD2: #sat=1 #unsat=203 bias=203/204
20.78/20.85	c Solving starts ...
20.78/20.85	c ============================[ Search Statistics ]============================
20.78/20.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.78/20.85	c       |         |          |          |    Limit     GC | Var      | Constra 
20.78/20.85	c =============================================================================
20.78/20.86	c  0.0s |       0 |        0 |        0 |    26251      0 |     2912 |     4770
20.89/20.91	c  0.0s |       0 |      677 |        1 |    26251      0 |     2912 |     4770
20.89/20.91	c #cpu_time = 0.047s
20.89/20.91	c #wall_clock_time = 0.047s
20.89/20.91	c #decision = 677
20.89/20.91	c #random_decision = 0
20.89/20.91	c #conflict = 1
20.89/20.91	c #restart = 0
20.89/20.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
20.89/20.91	c lower bound updated to 3688906658823
20.89/20.96	c BCD2: 3692614057254 <= obj <= 11974896935277
20.89/20.96	c BCD2: #cores=126, #unrelaxed=622, #relaxed=715, #hardened=0
20.89/20.96	c BCD2: #sat=1 #unsat=204 bias=204/205
20.89/20.97	c Solving starts ...
20.89/20.97	c ============================[ Search Statistics ]============================
20.89/20.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.89/20.97	c       |         |          |          |    Limit     GC | Var      | Constra 
20.89/20.97	c =============================================================================
20.89/20.97	c  0.0s |       0 |        0 |        0 |    26251      0 |     2913 |     4770
20.99/21.02	c  0.1s |       0 |      677 |        1 |    26251      0 |     2913 |     4771
20.99/21.02	c #cpu_time = 0.052s
20.99/21.02	c #wall_clock_time = 0.052s
20.99/21.02	c #decision = 677
20.99/21.02	c #random_decision = 0
20.99/21.02	c #conflict = 1
20.99/21.02	c #restart = 0
20.99/21.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
20.99/21.02	c lower bound updated to 3688906658824
20.99/21.07	c BCD2: 3692614057255 <= obj <= 11974896935277
20.99/21.07	c BCD2: #cores=126, #unrelaxed=621, #relaxed=716, #hardened=0
20.99/21.07	c BCD2: #sat=1 #unsat=205 bias=205/206
20.99/21.08	c Solving starts ...
20.99/21.08	c ============================[ Search Statistics ]============================
20.99/21.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.99/21.08	c       |         |          |          |    Limit     GC | Var      | Constra 
20.99/21.08	c =============================================================================
20.99/21.08	c  0.0s |       0 |        0 |        0 |    26251      0 |     2914 |     4771
21.08/21.13	c  0.0s |       0 |      347 |        0 |    26251      0 |     2914 |     4772
21.08/21.13	c #cpu_time = 0.043s
21.08/21.13	c #wall_clock_time = 0.043s
21.08/21.13	c #decision = 347
21.08/21.13	c #random_decision = 0
21.08/21.13	c #conflict = 0
21.08/21.13	c #restart = 0
21.08/21.13	c BCD2: found a new core of size 1: cost of the new core is >=45212176
21.08/21.13	c lower bound updated to 3688951871000
21.08/21.18	c BCD2: 3692659269431 <= obj <= 11974896935277
21.08/21.18	c BCD2: #cores=127, #unrelaxed=620, #relaxed=717, #hardened=0
21.08/21.18	c BCD2: #sat=1 #unsat=206 bias=206/207
21.08/21.19	c Solving starts ...
21.08/21.19	c ============================[ Search Statistics ]============================
21.08/21.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.08/21.19	c       |         |          |          |    Limit     GC | Var      | Constra 
21.08/21.19	c =============================================================================
21.08/21.19	c  0.0s |       0 |        0 |        0 |    26251      0 |     2914 |     4772
21.18/21.24	c  0.0s |       0 |      349 |        0 |    26251      0 |     2914 |     4772
21.18/21.24	c #cpu_time = 0.048s
21.18/21.24	c #wall_clock_time = 0.048s
21.18/21.24	c #decision = 349
21.18/21.24	c #random_decision = 0
21.18/21.24	c #conflict = 0
21.18/21.24	c #restart = 0
21.18/21.24	c BCD2: found a new core of size 2: cost of the new core is >=6724
21.18/21.24	c lower bound updated to 3688951877724
21.18/21.29	c BCD2: 3692659276155 <= obj <= 11974896935277
21.18/21.29	c BCD2: #cores=128, #unrelaxed=618, #relaxed=719, #hardened=0
21.18/21.29	c BCD2: #sat=1 #unsat=207 bias=207/208
21.18/21.29	c Solving starts ...
21.18/21.29	c ============================[ Search Statistics ]============================
21.18/21.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.18/21.29	c       |         |          |          |    Limit     GC | Var      | Constra 
21.18/21.29	c =============================================================================
21.28/21.30	c  0.0s |       0 |        0 |        0 |    26251      0 |     2914 |     4772
21.28/21.35	c  0.0s |       0 |      680 |        1 |    26251      0 |     2914 |     4772
21.28/21.35	c #cpu_time = 0.048s
21.28/21.35	c #wall_clock_time = 0.048s
21.28/21.35	c #decision = 680
21.28/21.35	c #random_decision = 0
21.28/21.35	c #conflict = 1
21.28/21.35	c #restart = 0
21.28/21.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
21.28/21.35	c lower bound updated to 3688951877806
21.38/21.40	c BCD2: 3692659276237 <= obj <= 11974896935277
21.38/21.40	c BCD2: #cores=128, #unrelaxed=617, #relaxed=720, #hardened=0
21.38/21.40	c BCD2: #sat=1 #unsat=208 bias=208/209
21.38/21.41	c Solving starts ...
21.38/21.41	c ============================[ Search Statistics ]============================
21.38/21.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.38/21.41	c       |         |          |          |    Limit     GC | Var      | Constra 
21.38/21.41	c =============================================================================
21.38/21.41	c  0.0s |       0 |        0 |        0 |    26251      0 |     2915 |     4772
21.38/21.46	c  0.1s |       0 |      680 |        1 |    26251      0 |     2915 |     4773
21.38/21.46	c #cpu_time = 0.052s
21.38/21.46	c #wall_clock_time = 0.052s
21.38/21.46	c #decision = 680
21.38/21.46	c #random_decision = 0
21.38/21.46	c #conflict = 1
21.38/21.46	c #restart = 0
21.38/21.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
21.38/21.46	c lower bound updated to 3688951877807
21.48/21.51	c BCD2: 3692659276238 <= obj <= 11974896935277
21.48/21.51	c BCD2: #cores=128, #unrelaxed=616, #relaxed=721, #hardened=0
21.48/21.51	c BCD2: #sat=1 #unsat=209 bias=209/210
21.48/21.52	c Solving starts ...
21.48/21.52	c ============================[ Search Statistics ]============================
21.48/21.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.48/21.52	c       |         |          |          |    Limit     GC | Var      | Constra 
21.48/21.52	c =============================================================================
21.48/21.53	c  0.0s |       0 |        0 |        0 |    26251      0 |     2916 |     4773
21.48/21.57	c  0.0s |       0 |      349 |        0 |    26251      0 |     2916 |     4774
21.48/21.57	c #cpu_time = 0.044s
21.48/21.57	c #wall_clock_time = 0.044s
21.48/21.57	c #decision = 349
21.48/21.57	c #random_decision = 0
21.48/21.57	c #conflict = 0
21.48/21.57	c #restart = 0
21.48/21.57	c BCD2: found a new core of size 1: cost of the new core is >=45212176
21.48/21.57	c lower bound updated to 3688997089983
21.58/21.63	c BCD2: 3692704488414 <= obj <= 11974896935277
21.58/21.63	c BCD2: #cores=129, #unrelaxed=615, #relaxed=722, #hardened=0
21.58/21.63	c BCD2: #sat=1 #unsat=210 bias=210/211
21.58/21.63	c Solving starts ...
21.58/21.63	c ============================[ Search Statistics ]============================
21.58/21.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.58/21.63	c       |         |          |          |    Limit     GC | Var      | Constra 
21.58/21.63	c =============================================================================
21.58/21.63	c  0.0s |       0 |        0 |        0 |    26251      0 |     2916 |     4774
21.58/21.69	c  0.1s |       0 |      351 |        0 |    26251      0 |     2916 |     4774
21.58/21.69	c #cpu_time = 0.056s
21.58/21.69	c #wall_clock_time = 0.057s
21.58/21.69	c #decision = 351
21.58/21.69	c #random_decision = 0
21.58/21.69	c #conflict = 0
21.58/21.69	c #restart = 0
21.58/21.69	c BCD2: found a new core of size 2: cost of the new core is >=6724
21.58/21.69	c lower bound updated to 3688997096707
21.68/21.74	c BCD2: 3692704495138 <= obj <= 11974896935277
21.68/21.74	c BCD2: #cores=130, #unrelaxed=613, #relaxed=724, #hardened=0
21.68/21.74	c BCD2: #sat=1 #unsat=211 bias=211/212
21.68/21.76	c Solving starts ...
21.68/21.76	c ============================[ Search Statistics ]============================
21.68/21.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.68/21.76	c       |         |          |          |    Limit     GC | Var      | Constra 
21.68/21.76	c =============================================================================
21.68/21.76	c  0.0s |       0 |        0 |        0 |    26251      0 |     2916 |     4774
21.78/21.81	c  0.1s |       0 |      683 |        1 |    26251      0 |     2916 |     4774
21.78/21.81	c #cpu_time = 0.049s
21.78/21.81	c #wall_clock_time = 0.049s
21.78/21.81	c #decision = 683
21.78/21.81	c #random_decision = 0
21.78/21.81	c #conflict = 1
21.78/21.81	c #restart = 0
21.78/21.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
21.78/21.81	c lower bound updated to 3688997096789
21.78/21.86	c BCD2: 3692704495220 <= obj <= 11974896935277
21.78/21.86	c BCD2: #cores=130, #unrelaxed=612, #relaxed=725, #hardened=0
21.78/21.86	c BCD2: #sat=1 #unsat=212 bias=212/213
21.78/21.87	c Solving starts ...
21.78/21.87	c ============================[ Search Statistics ]============================
21.78/21.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.78/21.87	c       |         |          |          |    Limit     GC | Var      | Constra 
21.78/21.87	c =============================================================================
21.78/21.87	c  0.0s |       0 |        0 |        0 |    26251      0 |     2917 |     4774
21.88/21.93	c  0.1s |       0 |      683 |        1 |    26251      0 |     2917 |     4775
21.88/21.93	c #cpu_time = 0.050s
21.88/21.93	c #wall_clock_time = 0.050s
21.88/21.93	c #decision = 683
21.88/21.93	c #random_decision = 0
21.88/21.93	c #conflict = 1
21.88/21.93	c #restart = 0
21.88/21.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
21.88/21.93	c lower bound updated to 3688997096790
21.88/21.98	c BCD2: 3692704495221 <= obj <= 11974896935277
21.88/21.98	c BCD2: #cores=130, #unrelaxed=611, #relaxed=726, #hardened=0
21.88/21.98	c BCD2: #sat=1 #unsat=213 bias=213/214
21.88/21.98	c Solving starts ...
21.88/21.98	c ============================[ Search Statistics ]============================
21.88/21.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.88/21.98	c       |         |          |          |    Limit     GC | Var      | Constra 
21.88/21.98	c =============================================================================
21.88/21.99	c  0.0s |       0 |        0 |        0 |    26251      0 |     2918 |     4775
21.99/22.04	c  0.0s |       0 |      351 |        0 |    26251      0 |     2918 |     4776
21.99/22.04	c #cpu_time = 0.045s
21.99/22.04	c #wall_clock_time = 0.045s
21.99/22.04	c #decision = 351
21.99/22.04	c #random_decision = 0
21.99/22.04	c #conflict = 0
21.99/22.04	c #restart = 0
21.99/22.04	c BCD2: found a new core of size 1: cost of the new core is >=45212176
21.99/22.04	c lower bound updated to 3689042308966
21.99/22.09	c BCD2: 3692749707397 <= obj <= 11974896935277
21.99/22.09	c BCD2: #cores=131, #unrelaxed=610, #relaxed=727, #hardened=0
21.99/22.09	c BCD2: #sat=1 #unsat=214 bias=214/215
21.99/22.10	c Solving starts ...
21.99/22.10	c ============================[ Search Statistics ]============================
21.99/22.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.99/22.10	c       |         |          |          |    Limit     GC | Var      | Constra 
21.99/22.10	c =============================================================================
21.99/22.10	c  0.0s |       0 |        0 |        0 |    26251      0 |     2918 |     4776
22.09/22.16	c  0.1s |       0 |      353 |        0 |    26251      0 |     2918 |     4776
22.09/22.16	c #cpu_time = 0.056s
22.09/22.16	c #wall_clock_time = 0.057s
22.09/22.16	c #decision = 353
22.09/22.16	c #random_decision = 0
22.09/22.16	c #conflict = 0
22.09/22.16	c #restart = 0
22.09/22.16	c BCD2: found a new core of size 2: cost of the new core is >=6724
22.09/22.16	c lower bound updated to 3689042315690
22.18/22.21	c BCD2: 3692749714121 <= obj <= 11974896935277
22.18/22.21	c BCD2: #cores=132, #unrelaxed=608, #relaxed=729, #hardened=0
22.18/22.21	c BCD2: #sat=1 #unsat=215 bias=215/216
22.18/22.22	c Solving starts ...
22.18/22.22	c ============================[ Search Statistics ]============================
22.18/22.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.18/22.22	c       |         |          |          |    Limit     GC | Var      | Constra 
22.18/22.22	c =============================================================================
22.18/22.22	c  0.0s |       0 |        0 |        0 |    26251      0 |     2918 |     4776
22.18/22.28	c  0.1s |       0 |      686 |        1 |    26251      0 |     2918 |     4776
22.18/22.28	c #cpu_time = 0.052s
22.18/22.28	c #wall_clock_time = 0.052s
22.18/22.28	c #decision = 686
22.18/22.28	c #random_decision = 0
22.18/22.28	c #conflict = 1
22.18/22.28	c #restart = 0
22.18/22.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
22.18/22.28	c lower bound updated to 3689042315772
22.28/22.33	c BCD2: 3692749714203 <= obj <= 11974896935277
22.28/22.33	c BCD2: #cores=132, #unrelaxed=607, #relaxed=730, #hardened=0
22.28/22.33	c BCD2: #sat=1 #unsat=216 bias=216/217
22.28/22.33	c Solving starts ...
22.28/22.33	c ============================[ Search Statistics ]============================
22.28/22.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.28/22.33	c       |         |          |          |    Limit     GC | Var      | Constra 
22.28/22.33	c =============================================================================
22.28/22.34	c  0.0s |       0 |        0 |        0 |    26251      0 |     2919 |     4776
22.38/22.40	c  0.1s |       0 |      686 |        1 |    26251      0 |     2919 |     4777
22.38/22.40	c #cpu_time = 0.051s
22.38/22.40	c #wall_clock_time = 0.052s
22.38/22.40	c #decision = 686
22.38/22.40	c #random_decision = 0
22.38/22.40	c #conflict = 1
22.38/22.40	c #restart = 0
22.38/22.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
22.38/22.40	c lower bound updated to 3689042315773
22.38/22.45	c BCD2: 3692749714204 <= obj <= 11974896935277
22.38/22.45	c BCD2: #cores=132, #unrelaxed=606, #relaxed=731, #hardened=0
22.38/22.45	c BCD2: #sat=1 #unsat=217 bias=217/218
22.38/22.45	c Solving starts ...
22.38/22.45	c ============================[ Search Statistics ]============================
22.38/22.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.38/22.45	c       |         |          |          |    Limit     GC | Var      | Constra 
22.38/22.45	c =============================================================================
22.38/22.45	c  0.0s |       0 |        0 |        0 |    26251      0 |     2920 |     4777
22.48/22.50	c  0.0s |       0 |      353 |        0 |    26251      0 |     2920 |     4778
22.48/22.50	c #cpu_time = 0.049s
22.48/22.50	c #wall_clock_time = 0.049s
22.48/22.50	c #decision = 353
22.48/22.50	c #random_decision = 0
22.48/22.50	c #conflict = 0
22.48/22.50	c #restart = 0
22.48/22.50	c BCD2: found a new core of size 1: cost of the new core is >=45212176
22.48/22.50	c lower bound updated to 3689087527949
22.48/22.56	c BCD2: 3692794926380 <= obj <= 11974896935277
22.48/22.56	c BCD2: #cores=133, #unrelaxed=605, #relaxed=732, #hardened=0
22.48/22.56	c BCD2: #sat=1 #unsat=218 bias=218/219
22.48/22.57	c Solving starts ...
22.48/22.57	c ============================[ Search Statistics ]============================
22.48/22.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.48/22.57	c       |         |          |          |    Limit     GC | Var      | Constra 
22.48/22.57	c =============================================================================
22.48/22.57	c  0.0s |       0 |        0 |        0 |    26251      0 |     2920 |     4778
22.59/22.62	c  0.0s |       0 |      355 |        0 |    26251      0 |     2920 |     4778
22.59/22.62	c #cpu_time = 0.047s
22.59/22.62	c #wall_clock_time = 0.047s
22.59/22.62	c #decision = 355
22.59/22.62	c #random_decision = 0
22.59/22.62	c #conflict = 0
22.59/22.62	c #restart = 0
22.59/22.62	c BCD2: found a new core of size 2: cost of the new core is >=6724
22.59/22.62	c lower bound updated to 3689087534673
22.59/22.67	c BCD2: 3692794933104 <= obj <= 11974896935277
22.59/22.67	c BCD2: #cores=134, #unrelaxed=603, #relaxed=734, #hardened=0
22.59/22.67	c BCD2: #sat=1 #unsat=219 bias=219/220
22.59/22.68	c Solving starts ...
22.59/22.68	c ============================[ Search Statistics ]============================
22.59/22.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.59/22.68	c       |         |          |          |    Limit     GC | Var      | Constra 
22.59/22.68	c =============================================================================
22.59/22.68	c  0.0s |       0 |        0 |        0 |    26251      0 |     2920 |     4778
22.69/22.74	c  0.1s |       0 |      689 |        1 |    26251      0 |     2920 |     4778
22.69/22.74	c #cpu_time = 0.051s
22.69/22.74	c #wall_clock_time = 0.051s
22.69/22.74	c #decision = 689
22.69/22.74	c #random_decision = 0
22.69/22.74	c #conflict = 1
22.69/22.74	c #restart = 0
22.69/22.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
22.69/22.74	c lower bound updated to 3689087534755
22.69/22.79	c BCD2: 3692794933186 <= obj <= 11974896935277
22.69/22.79	c BCD2: #cores=134, #unrelaxed=602, #relaxed=735, #hardened=0
22.69/22.79	c BCD2: #sat=1 #unsat=220 bias=220/221
22.69/22.79	c Solving starts ...
22.69/22.79	c ============================[ Search Statistics ]============================
22.69/22.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.69/22.79	c       |         |          |          |    Limit     GC | Var      | Constra 
22.69/22.79	c =============================================================================
22.69/22.79	c  0.0s |       0 |        0 |        0 |    26251      0 |     2921 |     4778
22.79/22.85	c  0.1s |       0 |      689 |        1 |    26251      0 |     2921 |     4779
22.79/22.85	c #cpu_time = 0.055s
22.79/22.85	c #wall_clock_time = 0.055s
22.79/22.85	c #decision = 689
22.79/22.85	c #random_decision = 0
22.79/22.85	c #conflict = 1
22.79/22.85	c #restart = 0
22.79/22.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
22.79/22.85	c lower bound updated to 3689087534756
22.89/22.90	c BCD2: 3692794933187 <= obj <= 11974896935277
22.89/22.90	c BCD2: #cores=134, #unrelaxed=601, #relaxed=736, #hardened=0
22.89/22.90	c BCD2: #sat=1 #unsat=221 bias=221/222
22.89/22.92	c Solving starts ...
22.89/22.92	c ============================[ Search Statistics ]============================
22.89/22.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.89/22.92	c       |         |          |          |    Limit     GC | Var      | Constra 
22.89/22.92	c =============================================================================
22.89/22.92	c  0.0s |       0 |        0 |        0 |    26251      0 |     2922 |     4779
22.89/22.97	c  0.0s |       0 |      355 |        0 |    26251      0 |     2922 |     4780
22.89/22.97	c #cpu_time = 0.047s
22.89/22.97	c #wall_clock_time = 0.047s
22.89/22.97	c #decision = 355
22.89/22.97	c #random_decision = 0
22.89/22.97	c #conflict = 0
22.89/22.97	c #restart = 0
22.89/22.97	c BCD2: found a new core of size 1: cost of the new core is >=45212176
22.89/22.97	c lower bound updated to 3689132746932
22.99/23.02	c BCD2: 3692840145363 <= obj <= 11974896935277
22.99/23.02	c BCD2: #cores=135, #unrelaxed=600, #relaxed=737, #hardened=0
22.99/23.02	c BCD2: #sat=1 #unsat=222 bias=222/223
22.99/23.02	c Solving starts ...
22.99/23.02	c ============================[ Search Statistics ]============================
22.99/23.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.99/23.02	c       |         |          |          |    Limit     GC | Var      | Constra 
22.99/23.02	c =============================================================================
22.99/23.03	c  0.0s |       0 |        0 |        0 |    26251      0 |     2922 |     4780
22.99/23.09	c  0.1s |       0 |      357 |        0 |    26251      0 |     2922 |     4780
22.99/23.09	c #cpu_time = 0.055s
22.99/23.09	c #wall_clock_time = 0.055s
22.99/23.09	c #decision = 357
22.99/23.09	c #random_decision = 0
22.99/23.09	c #conflict = 0
22.99/23.09	c #restart = 0
22.99/23.09	c BCD2: found a new core of size 2: cost of the new core is >=6724
22.99/23.09	c lower bound updated to 3689132753656
23.10/23.14	c BCD2: 3692840152087 <= obj <= 11974896935277
23.10/23.14	c BCD2: #cores=136, #unrelaxed=598, #relaxed=739, #hardened=0
23.10/23.14	c BCD2: #sat=1 #unsat=223 bias=223/224
23.10/23.15	c Solving starts ...
23.10/23.15	c ============================[ Search Statistics ]============================
23.10/23.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.10/23.15	c       |         |          |          |    Limit     GC | Var      | Constra 
23.10/23.15	c =============================================================================
23.10/23.15	c  0.0s |       0 |        0 |        0 |    26251      0 |     2922 |     4780
23.20/23.21	c  0.1s |       0 |      692 |        1 |    26251      0 |     2922 |     4780
23.20/23.21	c #cpu_time = 0.055s
23.20/23.21	c #wall_clock_time = 0.055s
23.20/23.21	c #decision = 692
23.20/23.21	c #random_decision = 0
23.20/23.21	c #conflict = 1
23.20/23.21	c #restart = 0
23.20/23.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
23.20/23.21	c lower bound updated to 3689132753738
23.20/23.26	c BCD2: 3692840152169 <= obj <= 11974896935277
23.20/23.26	c BCD2: #cores=136, #unrelaxed=597, #relaxed=740, #hardened=0
23.20/23.26	c BCD2: #sat=1 #unsat=224 bias=224/225
23.20/23.27	c Solving starts ...
23.20/23.27	c ============================[ Search Statistics ]============================
23.20/23.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.20/23.27	c       |         |          |          |    Limit     GC | Var      | Constra 
23.20/23.27	c =============================================================================
23.20/23.27	c  0.0s |       0 |        0 |        0 |    26251      0 |     2923 |     4780
23.29/23.33	c  0.1s |       0 |      692 |        1 |    26251      0 |     2923 |     4781
23.29/23.33	c #cpu_time = 0.053s
23.29/23.33	c #wall_clock_time = 0.054s
23.29/23.33	c #decision = 692
23.29/23.33	c #random_decision = 0
23.29/23.33	c #conflict = 1
23.29/23.33	c #restart = 0
23.29/23.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
23.29/23.33	c lower bound updated to 3689132753739
23.29/23.38	c BCD2: 3692840152170 <= obj <= 11974896935277
23.29/23.38	c BCD2: #cores=136, #unrelaxed=596, #relaxed=741, #hardened=0
23.29/23.38	c BCD2: #sat=1 #unsat=225 bias=225/226
23.29/23.40	c Solving starts ...
23.29/23.40	c ============================[ Search Statistics ]============================
23.29/23.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.29/23.40	c       |         |          |          |    Limit     GC | Var      | Constra 
23.29/23.40	c =============================================================================
23.29/23.40	c  0.0s |       0 |        0 |        0 |    26251      0 |     2924 |     4781
23.39/23.44	c  0.0s |       0 |      357 |        0 |    26251      0 |     2924 |     4782
23.39/23.44	c #cpu_time = 0.048s
23.39/23.44	c #wall_clock_time = 0.048s
23.39/23.44	c #decision = 357
23.39/23.44	c #random_decision = 0
23.39/23.44	c #conflict = 0
23.39/23.44	c #restart = 0
23.39/23.44	c BCD2: found a new core of size 1: cost of the new core is >=45212176
23.39/23.44	c lower bound updated to 3689177965915
23.49/23.50	c BCD2: 3692885364346 <= obj <= 11974896935277
23.49/23.50	c BCD2: #cores=137, #unrelaxed=595, #relaxed=742, #hardened=0
23.49/23.50	c BCD2: #sat=1 #unsat=226 bias=226/227
23.49/23.50	c Solving starts ...
23.49/23.50	c ============================[ Search Statistics ]============================
23.49/23.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.49/23.50	c       |         |          |          |    Limit     GC | Var      | Constra 
23.49/23.50	c =============================================================================
23.49/23.51	c  0.0s |       0 |        0 |        0 |    26251      0 |     2924 |     4782
23.49/23.56	c  0.1s |       0 |      359 |        0 |    26251      0 |     2924 |     4782
23.49/23.56	c #cpu_time = 0.049s
23.49/23.56	c #wall_clock_time = 0.049s
23.49/23.56	c #decision = 359
23.49/23.56	c #random_decision = 0
23.49/23.56	c #conflict = 0
23.49/23.56	c #restart = 0
23.49/23.56	c BCD2: found a new core of size 2: cost of the new core is >=6724
23.49/23.56	c lower bound updated to 3689177972639
23.59/23.62	c BCD2: 3692885371070 <= obj <= 11974896935277
23.59/23.62	c BCD2: #cores=138, #unrelaxed=593, #relaxed=744, #hardened=0
23.59/23.62	c BCD2: #sat=1 #unsat=227 bias=227/228
23.59/23.62	c Solving starts ...
23.59/23.62	c ============================[ Search Statistics ]============================
23.59/23.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.59/23.62	c       |         |          |          |    Limit     GC | Var      | Constra 
23.59/23.62	c =============================================================================
23.59/23.62	c  0.0s |       0 |        0 |        0 |    26251      0 |     2924 |     4782
23.59/23.68	c  0.1s |       0 |      695 |        1 |    26251      0 |     2924 |     4782
23.59/23.68	c #cpu_time = 0.056s
23.59/23.68	c #wall_clock_time = 0.056s
23.59/23.68	c #decision = 695
23.59/23.68	c #random_decision = 0
23.59/23.68	c #conflict = 1
23.59/23.68	c #restart = 0
23.59/23.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
23.59/23.68	c lower bound updated to 3689177972721
23.69/23.73	c BCD2: 3692885371152 <= obj <= 11974896935277
23.69/23.73	c BCD2: #cores=138, #unrelaxed=592, #relaxed=745, #hardened=0
23.69/23.73	c BCD2: #sat=1 #unsat=228 bias=228/229
23.69/23.74	c Solving starts ...
23.69/23.74	c ============================[ Search Statistics ]============================
23.69/23.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.69/23.74	c       |         |          |          |    Limit     GC | Var      | Constra 
23.69/23.74	c =============================================================================
23.69/23.74	c  0.0s |       0 |        0 |        0 |    26251      0 |     2925 |     4782
23.79/23.80	c  0.1s |       0 |      695 |        1 |    26251      0 |     2925 |     4783
23.79/23.80	c #cpu_time = 0.054s
23.79/23.80	c #wall_clock_time = 0.054s
23.79/23.80	c #decision = 695
23.79/23.80	c #random_decision = 0
23.79/23.80	c #conflict = 1
23.79/23.80	c #restart = 0
23.79/23.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
23.79/23.80	c lower bound updated to 3689177972722
23.79/23.85	c BCD2: 3692885371153 <= obj <= 11974896935277
23.79/23.85	c BCD2: #cores=138, #unrelaxed=591, #relaxed=746, #hardened=0
23.79/23.85	c BCD2: #sat=1 #unsat=229 bias=229/230
23.79/23.86	c Solving starts ...
23.79/23.86	c ============================[ Search Statistics ]============================
23.79/23.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.79/23.86	c       |         |          |          |    Limit     GC | Var      | Constra 
23.79/23.86	c =============================================================================
23.79/23.87	c  0.0s |       0 |        0 |        0 |    26251      0 |     2926 |     4783
23.89/23.92	c  0.0s |       0 |      359 |        0 |    26251      0 |     2926 |     4784
23.89/23.92	c #cpu_time = 0.048s
23.89/23.92	c #wall_clock_time = 0.049s
23.89/23.92	c #decision = 359
23.89/23.92	c #random_decision = 0
23.89/23.92	c #conflict = 0
23.89/23.92	c #restart = 0
23.89/23.92	c BCD2: found a new core of size 1: cost of the new core is >=45212176
23.89/23.92	c lower bound updated to 3689223184898
23.89/23.97	c BCD2: 3692930583329 <= obj <= 11974896935277
23.89/23.97	c BCD2: #cores=139, #unrelaxed=590, #relaxed=747, #hardened=0
23.89/23.97	c BCD2: #sat=1 #unsat=230 bias=230/231
23.89/23.97	c Solving starts ...
23.89/23.97	c ============================[ Search Statistics ]============================
23.89/23.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.89/23.97	c       |         |          |          |    Limit     GC | Var      | Constra 
23.89/23.97	c =============================================================================
23.89/23.97	c  0.0s |       0 |        0 |        0 |    26251      0 |     2926 |     4784
23.99/24.03	c  0.1s |       0 |      361 |        0 |    26251      0 |     2926 |     4784
23.99/24.03	c #cpu_time = 0.053s
23.99/24.03	c #wall_clock_time = 0.053s
23.99/24.03	c #decision = 361
23.99/24.03	c #random_decision = 0
23.99/24.03	c #conflict = 0
23.99/24.03	c #restart = 0
23.99/24.03	c BCD2: found a new core of size 2: cost of the new core is >=6724
23.99/24.03	c lower bound updated to 3689223191622
23.99/24.08	c BCD2: 3692930590053 <= obj <= 11974896935277
23.99/24.08	c BCD2: #cores=140, #unrelaxed=588, #relaxed=749, #hardened=0
23.99/24.08	c BCD2: #sat=1 #unsat=231 bias=231/232
23.99/24.09	c Solving starts ...
23.99/24.09	c ============================[ Search Statistics ]============================
23.99/24.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.99/24.09	c       |         |          |          |    Limit     GC | Var      | Constra 
23.99/24.09	c =============================================================================
23.99/24.09	c  0.0s |       0 |        0 |        0 |    26251      0 |     2926 |     4784
24.09/24.15	c  0.1s |       0 |      698 |        1 |    26251      0 |     2926 |     4784
24.09/24.15	c #cpu_time = 0.054s
24.09/24.15	c #wall_clock_time = 0.054s
24.09/24.15	c #decision = 698
24.09/24.15	c #random_decision = 0
24.09/24.15	c #conflict = 1
24.09/24.15	c #restart = 0
24.09/24.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
24.09/24.15	c lower bound updated to 3689223191704
24.09/24.20	c BCD2: 3692930590135 <= obj <= 11974896935277
24.09/24.20	c BCD2: #cores=140, #unrelaxed=587, #relaxed=750, #hardened=0
24.09/24.20	c BCD2: #sat=1 #unsat=232 bias=232/233
24.20/24.22	c Solving starts ...
24.20/24.22	c ============================[ Search Statistics ]============================
24.20/24.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.20/24.22	c       |         |          |          |    Limit     GC | Var      | Constra 
24.20/24.22	c =============================================================================
24.20/24.22	c  0.0s |       0 |        0 |        0 |    26251      0 |     2927 |     4784
24.20/24.27	c  0.1s |       0 |      698 |        1 |    26251      0 |     2927 |     4785
24.20/24.27	c #cpu_time = 0.055s
24.20/24.27	c #wall_clock_time = 0.055s
24.20/24.27	c #decision = 698
24.20/24.27	c #random_decision = 0
24.20/24.27	c #conflict = 1
24.20/24.27	c #restart = 0
24.20/24.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
24.20/24.27	c lower bound updated to 3689223191705
24.30/24.33	c BCD2: 3692930590136 <= obj <= 11974896935277
24.30/24.33	c BCD2: #cores=140, #unrelaxed=586, #relaxed=751, #hardened=0
24.30/24.33	c BCD2: #sat=1 #unsat=233 bias=233/234
24.30/24.33	c Solving starts ...
24.30/24.33	c ============================[ Search Statistics ]============================
24.30/24.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.30/24.33	c       |         |          |          |    Limit     GC | Var      | Constra 
24.30/24.33	c =============================================================================
24.30/24.34	c  0.0s |       0 |        0 |        0 |    26251      0 |     2928 |     4785
24.30/24.39	c  0.1s |       0 |      361 |        0 |    26251      0 |     2928 |     4786
24.30/24.39	c #cpu_time = 0.049s
24.30/24.39	c #wall_clock_time = 0.049s
24.30/24.39	c #decision = 361
24.30/24.39	c #random_decision = 0
24.30/24.39	c #conflict = 0
24.30/24.39	c #restart = 0
24.30/24.39	c BCD2: found a new core of size 1: cost of the new core is >=45212176
24.30/24.39	c lower bound updated to 3689268403881
24.39/24.44	c BCD2: 3692975802312 <= obj <= 11974896935277
24.39/24.44	c BCD2: #cores=141, #unrelaxed=585, #relaxed=752, #hardened=0
24.39/24.44	c BCD2: #sat=1 #unsat=234 bias=234/235
24.39/24.45	c Solving starts ...
24.39/24.45	c ============================[ Search Statistics ]============================
24.39/24.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.39/24.45	c       |         |          |          |    Limit     GC | Var      | Constra 
24.39/24.45	c =============================================================================
24.39/24.45	c  0.0s |       0 |        0 |        0 |    26251      0 |     2928 |     4786
24.49/24.51	c  0.1s |       0 |      364 |        1 |    26251      0 |     2928 |     4786
24.49/24.51	c #cpu_time = 0.064s
24.49/24.51	c #wall_clock_time = 0.064s
24.49/24.51	c #decision = 364
24.49/24.51	c #random_decision = 0
24.49/24.51	c #conflict = 1
24.49/24.51	c #restart = 0
24.49/24.51	c BCD2: relaxing 6 and merging with 2 cores into a new core of size 13: cost of the new core is >=18537550252
24.49/24.51	c BCD2: refineLB: 18537547988 -> 18537550252
24.49/24.51	c lower bound updated to 3689268955166
24.49/24.57	c BCD2: 3692976353597 <= obj <= 11974896935277
24.49/24.57	c BCD2: #cores=140, #unrelaxed=579, #relaxed=758, #hardened=0
24.49/24.57	c BCD2: #sat=1 #unsat=235 bias=235/236
24.49/24.58	c Solving starts ...
24.49/24.58	c ============================[ Search Statistics ]============================
24.49/24.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.49/24.58	c       |         |          |          |    Limit     GC | Var      | Constra 
24.49/24.58	c =============================================================================
24.49/24.58	c  0.0s |       0 |        0 |        0 |    26251      0 |     2984 |     4786
24.59/24.63	c  0.1s |       0 |      357 |        0 |    26251      0 |     2984 |     4896
24.59/24.63	c #cpu_time = 0.049s
24.59/24.63	c #wall_clock_time = 0.049s
24.59/24.63	c #decision = 357
24.59/24.63	c #random_decision = 0
24.59/24.63	c #conflict = 0
24.59/24.63	c #restart = 0
24.59/24.63	c BCD2: found a new core of size 2: cost of the new core is >=82
24.59/24.63	c lower bound updated to 3689268955248
24.59/24.69	c BCD2: 3692976353679 <= obj <= 11974896935277
24.59/24.69	c BCD2: #cores=141, #unrelaxed=577, #relaxed=760, #hardened=0
24.59/24.69	c BCD2: #sat=1 #unsat=236 bias=236/237
24.69/24.70	c Solving starts ...
24.69/24.70	c ============================[ Search Statistics ]============================
24.69/24.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.69/24.70	c       |         |          |          |    Limit     GC | Var      | Constra 
24.69/24.70	c =============================================================================
24.69/24.70	c  0.0s |       0 |        0 |        0 |    26251      0 |     2984 |     4896
24.69/24.76	c  0.1s |       0 |      689 |        1 |    26251      0 |     2984 |     4896
24.69/24.76	c #cpu_time = 0.053s
24.69/24.76	c #wall_clock_time = 0.053s
24.69/24.76	c #decision = 689
24.69/24.76	c #random_decision = 0
24.69/24.76	c #conflict = 1
24.69/24.76	c #restart = 0
24.69/24.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
24.69/24.76	c lower bound updated to 3689268955249
24.79/24.81	c BCD2: 3692976353680 <= obj <= 11974896935277
24.79/24.81	c BCD2: #cores=141, #unrelaxed=576, #relaxed=761, #hardened=0
24.79/24.81	c BCD2: #sat=1 #unsat=237 bias=237/238
24.79/24.81	c Solving starts ...
24.79/24.81	c ============================[ Search Statistics ]============================
24.79/24.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.79/24.81	c       |         |          |          |    Limit     GC | Var      | Constra 
24.79/24.81	c =============================================================================
24.79/24.82	c  0.0s |       0 |        0 |        0 |    26251      0 |     2985 |     4896
24.79/24.87	c  0.0s |       0 |      357 |        0 |    26251      0 |     2985 |     4897
24.79/24.87	c #cpu_time = 0.049s
24.79/24.87	c #wall_clock_time = 0.049s
24.79/24.87	c #decision = 357
24.79/24.87	c #random_decision = 0
24.79/24.87	c #conflict = 0
24.79/24.87	c #restart = 0
24.79/24.87	c BCD2: found a new core of size 1: cost of the new core is >=45212176
24.79/24.87	c lower bound updated to 3689314167425
24.89/24.93	c BCD2: 3693021565856 <= obj <= 11974896935277
24.89/24.93	c BCD2: #cores=142, #unrelaxed=575, #relaxed=762, #hardened=0
24.89/24.93	c BCD2: #sat=1 #unsat=238 bias=238/239
24.89/24.93	c Solving starts ...
24.89/24.93	c ============================[ Search Statistics ]============================
24.89/24.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.89/24.93	c       |         |          |          |    Limit     GC | Var      | Constra 
24.89/24.93	c =============================================================================
24.89/24.93	c  0.0s |       0 |        0 |        0 |    26251      0 |     2985 |     4897
24.99/25.00	c  0.1s |       0 |      359 |        0 |    26251      0 |     2985 |     4897
24.99/25.00	c #cpu_time = 0.063s
24.99/25.00	c #wall_clock_time = 0.064s
24.99/25.00	c #decision = 359
24.99/25.00	c #random_decision = 0
24.99/25.00	c #conflict = 0
24.99/25.00	c #restart = 0
24.99/25.00	c BCD2: found a new core of size 2: cost of the new core is >=6724
24.99/25.00	c lower bound updated to 3689314174149
24.99/25.05	c BCD2: 3693021572580 <= obj <= 11974896935277
24.99/25.05	c BCD2: #cores=143, #unrelaxed=573, #relaxed=764, #hardened=0
24.99/25.05	c BCD2: #sat=1 #unsat=239 bias=239/240
24.99/25.07	c Solving starts ...
24.99/25.07	c ============================[ Search Statistics ]============================
24.99/25.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.99/25.07	c       |         |          |          |    Limit     GC | Var      | Constra 
24.99/25.07	c =============================================================================
24.99/25.07	c  0.0s |       0 |        0 |        0 |    26251      0 |     2985 |     4897
25.09/25.12	c  0.1s |       0 |      691 |        1 |    26251      0 |     2985 |     4897
25.09/25.12	c #cpu_time = 0.053s
25.09/25.12	c #wall_clock_time = 0.053s
25.09/25.12	c #decision = 691
25.09/25.12	c #random_decision = 0
25.09/25.12	c #conflict = 1
25.09/25.12	c #restart = 0
25.09/25.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
25.09/25.12	c lower bound updated to 3689314174231
25.09/25.18	c BCD2: 3693021572662 <= obj <= 11974896935277
25.09/25.18	c BCD2: #cores=143, #unrelaxed=572, #relaxed=765, #hardened=0
25.09/25.18	c BCD2: #sat=1 #unsat=240 bias=240/241
25.09/25.18	c Solving starts ...
25.09/25.18	c ============================[ Search Statistics ]============================
25.09/25.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.09/25.18	c       |         |          |          |    Limit     GC | Var      | Constra 
25.09/25.18	c =============================================================================
25.09/25.19	c  0.0s |       0 |        0 |        0 |    26251      0 |     2986 |     4897
25.19/25.25	c  0.1s |       0 |      692 |        1 |    26251      0 |     2986 |     4898
25.19/25.25	c #cpu_time = 0.054s
25.19/25.25	c #wall_clock_time = 0.055s
25.19/25.25	c #decision = 692
25.19/25.25	c #random_decision = 0
25.19/25.25	c #conflict = 1
25.19/25.25	c #restart = 0
25.19/25.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
25.19/25.25	c lower bound updated to 3689314174232
25.19/25.30	c BCD2: 3693021572663 <= obj <= 11974896935277
25.19/25.30	c BCD2: #cores=143, #unrelaxed=571, #relaxed=766, #hardened=0
25.19/25.30	c BCD2: #sat=1 #unsat=241 bias=241/242
25.29/25.30	c Solving starts ...
25.29/25.30	c ============================[ Search Statistics ]============================
25.29/25.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.29/25.30	c       |         |          |          |    Limit     GC | Var      | Constra 
25.29/25.30	c =============================================================================
25.29/25.30	c  0.0s |       0 |        0 |        0 |    26251      0 |     2987 |     4898
25.29/25.36	c  0.1s |       0 |      359 |        0 |    26251      0 |     2987 |     4899
25.29/25.36	c #cpu_time = 0.053s
25.29/25.36	c #wall_clock_time = 0.053s
25.29/25.36	c #decision = 359
25.29/25.36	c #random_decision = 0
25.29/25.36	c #conflict = 0
25.29/25.36	c #restart = 0
25.29/25.36	c BCD2: found a new core of size 1: cost of the new core is >=45212176
25.29/25.36	c lower bound updated to 3689359386408
25.39/25.41	c BCD2: 3693066784839 <= obj <= 11974896935277
25.39/25.41	c BCD2: #cores=144, #unrelaxed=570, #relaxed=767, #hardened=0
25.39/25.41	c BCD2: #sat=1 #unsat=242 bias=242/243
25.39/25.43	c Solving starts ...
25.39/25.43	c ============================[ Search Statistics ]============================
25.39/25.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.39/25.43	c       |         |          |          |    Limit     GC | Var      | Constra 
25.39/25.43	c =============================================================================
25.39/25.43	c  0.0s |       0 |        0 |        0 |    26251      0 |     2987 |     4899
25.49/25.50	c  0.1s |       0 |      710 |        2 |    26251      0 |     2987 |     4899
25.49/25.50	c #cpu_time = 0.070s
25.49/25.50	c #wall_clock_time = 0.070s
25.49/25.50	c #decision = 710
25.49/25.50	c #random_decision = 0
25.49/25.50	c #conflict = 2
25.49/25.50	c #restart = 0
25.49/25.50	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=558092
25.49/25.50	c BCD2: refineLB: 555906 -> 558092
25.49/25.50	c lower bound updated to 3689359937693
25.49/25.55	c BCD2: 3693067336124 <= obj <= 11974896935277
25.49/25.55	c BCD2: #cores=144, #unrelaxed=568, #relaxed=769, #hardened=0
25.49/25.55	c BCD2: #sat=1 #unsat=243 bias=243/244
25.49/25.56	c Solving starts ...
25.49/25.56	c ============================[ Search Statistics ]============================
25.49/25.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.49/25.56	c       |         |          |          |    Limit     GC | Var      | Constra 
25.49/25.56	c =============================================================================
25.49/25.57	c  0.0s |       0 |        0 |        0 |    26251      0 |     3017 |     4899
25.59/25.62	c  0.1s |       0 |      360 |        0 |    26251      0 |     3017 |     4958
25.59/25.62	c #cpu_time = 0.050s
25.59/25.62	c #wall_clock_time = 0.051s
25.59/25.62	c #decision = 360
25.59/25.62	c #random_decision = 0
25.59/25.62	c #conflict = 0
25.59/25.62	c #restart = 0
25.59/25.62	c BCD2: found a new core of size 2: cost of the new core is >=82
25.59/25.62	c lower bound updated to 3689359937775
25.59/25.67	c BCD2: 3693067336206 <= obj <= 11974896935277
25.59/25.67	c BCD2: #cores=145, #unrelaxed=566, #relaxed=771, #hardened=0
25.59/25.67	c BCD2: #sat=1 #unsat=244 bias=244/245
25.59/25.68	c Solving starts ...
25.59/25.68	c ============================[ Search Statistics ]============================
25.59/25.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.59/25.68	c       |         |          |          |    Limit     GC | Var      | Constra 
25.59/25.68	c =============================================================================
25.59/25.68	c  0.0s |       0 |        0 |        0 |    26251      0 |     3017 |     4958
25.69/25.74	c  0.1s |       0 |      692 |        1 |    26251      0 |     3017 |     4958
25.69/25.74	c #cpu_time = 0.058s
25.69/25.74	c #wall_clock_time = 0.058s
25.69/25.74	c #decision = 692
25.69/25.74	c #random_decision = 0
25.69/25.74	c #conflict = 1
25.69/25.74	c #restart = 0
25.69/25.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
25.69/25.74	c lower bound updated to 3689359937776
25.69/25.79	c BCD2: 3693067336207 <= obj <= 11974896935277
25.69/25.79	c BCD2: #cores=145, #unrelaxed=565, #relaxed=772, #hardened=0
25.69/25.79	c BCD2: #sat=1 #unsat=245 bias=245/246
25.79/25.80	c Solving starts ...
25.79/25.80	c ============================[ Search Statistics ]============================
25.79/25.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.79/25.80	c       |         |          |          |    Limit     GC | Var      | Constra 
25.79/25.80	c =============================================================================
25.79/25.80	c  0.0s |       0 |        0 |        0 |    26251      0 |     3018 |     4958
25.79/25.86	c  0.1s |       0 |      360 |        0 |    26251      0 |     3018 |     4959
25.79/25.86	c #cpu_time = 0.051s
25.79/25.86	c #wall_clock_time = 0.051s
25.79/25.86	c #decision = 360
25.79/25.86	c #random_decision = 0
25.79/25.86	c #conflict = 0
25.79/25.86	c #restart = 0
25.79/25.86	c BCD2: found a new core of size 1: cost of the new core is >=45212176
25.79/25.86	c lower bound updated to 3689405149952
25.89/25.91	c BCD2: 3693112548383 <= obj <= 11974896935277
25.89/25.91	c BCD2: #cores=146, #unrelaxed=564, #relaxed=773, #hardened=0
25.89/25.91	c BCD2: #sat=1 #unsat=246 bias=246/247
25.89/25.91	c Solving starts ...
25.89/25.91	c ============================[ Search Statistics ]============================
25.89/25.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.89/25.91	c       |         |          |          |    Limit     GC | Var      | Constra 
25.89/25.91	c =============================================================================
25.89/25.92	c  0.0s |       0 |        0 |        0 |    26251      0 |     3018 |     4959
25.89/25.99	c  0.1s |       0 |      362 |        0 |    26251      0 |     3018 |     4959
25.89/25.99	c #cpu_time = 0.060s
25.89/25.99	c #wall_clock_time = 0.060s
25.89/25.99	c #decision = 362
25.89/25.99	c #random_decision = 0
25.89/25.99	c #conflict = 0
25.89/25.99	c #restart = 0
25.89/25.99	c BCD2: found a new core of size 2: cost of the new core is >=6724
25.89/25.99	c lower bound updated to 3689405156676
25.99/26.04	c BCD2: 3693112555107 <= obj <= 11974896935277
25.99/26.04	c BCD2: #cores=147, #unrelaxed=562, #relaxed=775, #hardened=0
25.99/26.04	c BCD2: #sat=1 #unsat=247 bias=247/248
25.99/26.05	c Solving starts ...
25.99/26.05	c ============================[ Search Statistics ]============================
25.99/26.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.99/26.05	c       |         |          |          |    Limit     GC | Var      | Constra 
25.99/26.05	c =============================================================================
25.99/26.05	c  0.0s |       0 |        0 |        0 |    26251      0 |     3018 |     4959
26.08/26.11	c  0.1s |       0 |      694 |        1 |    26251      0 |     3018 |     4959
26.08/26.11	c #cpu_time = 0.058s
26.08/26.11	c #wall_clock_time = 0.058s
26.08/26.11	c #decision = 694
26.08/26.11	c #random_decision = 0
26.08/26.11	c #conflict = 1
26.08/26.11	c #restart = 0
26.08/26.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
26.08/26.11	c lower bound updated to 3689405156758
26.08/26.17	c BCD2: 3693112555189 <= obj <= 11974896935277
26.08/26.17	c BCD2: #cores=147, #unrelaxed=561, #relaxed=776, #hardened=0
26.08/26.17	c BCD2: #sat=1 #unsat=248 bias=248/249
26.08/26.17	c Solving starts ...
26.08/26.17	c ============================[ Search Statistics ]============================
26.08/26.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.08/26.17	c       |         |          |          |    Limit     GC | Var      | Constra 
26.08/26.17	c =============================================================================
26.08/26.17	c  0.0s |       0 |        0 |        0 |    26251      0 |     3019 |     4959
26.18/26.23	c  0.1s |       0 |      696 |        1 |    26251      0 |     3019 |     4960
26.18/26.23	c #cpu_time = 0.056s
26.18/26.23	c #wall_clock_time = 0.056s
26.18/26.23	c #decision = 696
26.18/26.23	c #random_decision = 0
26.18/26.23	c #conflict = 1
26.18/26.23	c #restart = 0
26.18/26.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
26.18/26.23	c lower bound updated to 3689405156759
26.18/26.28	c BCD2: 3693112555190 <= obj <= 11974896935277
26.18/26.28	c BCD2: #cores=147, #unrelaxed=560, #relaxed=777, #hardened=0
26.18/26.28	c BCD2: #sat=1 #unsat=249 bias=249/250
26.28/26.30	c Solving starts ...
26.28/26.30	c ============================[ Search Statistics ]============================
26.28/26.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.28/26.30	c       |         |          |          |    Limit     GC | Var      | Constra 
26.28/26.30	c =============================================================================
26.28/26.30	c  0.0s |       0 |        0 |        0 |    26251      0 |     3020 |     4960
26.28/26.35	c  0.1s |       0 |      362 |        0 |    26251      0 |     3020 |     4961
26.28/26.35	c #cpu_time = 0.052s
26.28/26.35	c #wall_clock_time = 0.052s
26.28/26.35	c #decision = 362
26.28/26.35	c #random_decision = 0
26.28/26.35	c #conflict = 0
26.28/26.35	c #restart = 0
26.28/26.35	c BCD2: found a new core of size 1: cost of the new core is >=45212176
26.28/26.35	c lower bound updated to 3689450368935
26.39/26.41	c BCD2: 3693157767366 <= obj <= 11974896935277
26.39/26.41	c BCD2: #cores=148, #unrelaxed=559, #relaxed=778, #hardened=0
26.39/26.41	c BCD2: #sat=1 #unsat=250 bias=250/251
26.39/26.42	c Solving starts ...
26.39/26.42	c ============================[ Search Statistics ]============================
26.39/26.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.39/26.42	c       |         |          |          |    Limit     GC | Var      | Constra 
26.39/26.42	c =============================================================================
26.39/26.42	c  0.0s |       0 |        0 |        0 |    26251      0 |     3020 |     4961
26.39/26.48	c  0.1s |       0 |      364 |        0 |    26251      0 |     3020 |     4961
26.39/26.48	c #cpu_time = 0.060s
26.39/26.48	c #wall_clock_time = 0.060s
26.39/26.48	c #decision = 364
26.39/26.48	c #random_decision = 0
26.39/26.48	c #conflict = 0
26.39/26.48	c #restart = 0
26.39/26.48	c BCD2: found a new core of size 2: cost of the new core is >=6724
26.39/26.48	c lower bound updated to 3689450375659
26.49/26.54	c BCD2: 3693157774090 <= obj <= 11974896935277
26.49/26.54	c BCD2: #cores=149, #unrelaxed=557, #relaxed=780, #hardened=0
26.49/26.54	c BCD2: #sat=1 #unsat=251 bias=251/252
26.49/26.54	c Solving starts ...
26.49/26.54	c ============================[ Search Statistics ]============================
26.49/26.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.49/26.54	c       |         |          |          |    Limit     GC | Var      | Constra 
26.49/26.54	c =============================================================================
26.49/26.55	c  0.0s |       0 |        0 |        0 |    26251      0 |     3020 |     4961
26.58/26.61	c  0.1s |       0 |      697 |        1 |    26251      0 |     3020 |     4961
26.58/26.61	c #cpu_time = 0.056s
26.58/26.61	c #wall_clock_time = 0.056s
26.58/26.61	c #decision = 697
26.58/26.61	c #random_decision = 0
26.58/26.61	c #conflict = 1
26.58/26.61	c #restart = 0
26.58/26.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
26.58/26.61	c lower bound updated to 3689450375741
26.58/26.66	c BCD2: 3693157774172 <= obj <= 11974896935277
26.58/26.66	c BCD2: #cores=149, #unrelaxed=556, #relaxed=781, #hardened=0
26.58/26.66	c BCD2: #sat=1 #unsat=252 bias=252/253
26.58/26.67	c Solving starts ...
26.58/26.67	c ============================[ Search Statistics ]============================
26.58/26.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.58/26.67	c       |         |          |          |    Limit     GC | Var      | Constra 
26.58/26.67	c =============================================================================
26.58/26.67	c  0.0s |       0 |        0 |        0 |    26251      0 |     3021 |     4961
26.68/26.73	c  0.1s |       0 |      697 |        1 |    26251      0 |     3021 |     4962
26.68/26.73	c #cpu_time = 0.061s
26.68/26.73	c #wall_clock_time = 0.061s
26.68/26.73	c #decision = 697
26.68/26.73	c #random_decision = 0
26.68/26.73	c #conflict = 1
26.68/26.73	c #restart = 0
26.68/26.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
26.68/26.73	c lower bound updated to 3689450375742
26.68/26.79	c BCD2: 3693157774173 <= obj <= 11974896935277
26.68/26.79	c BCD2: #cores=149, #unrelaxed=555, #relaxed=782, #hardened=0
26.68/26.79	c BCD2: #sat=1 #unsat=253 bias=253/254
26.78/26.80	c Solving starts ...
26.78/26.80	c ============================[ Search Statistics ]============================
26.78/26.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.78/26.80	c       |         |          |          |    Limit     GC | Var      | Constra 
26.78/26.80	c =============================================================================
26.78/26.80	c  0.0s |       0 |        0 |        0 |    26251      0 |     3022 |     4962
26.78/26.85	c  0.1s |       0 |      364 |        0 |    26251      0 |     3022 |     4963
26.78/26.85	c #cpu_time = 0.052s
26.78/26.85	c #wall_clock_time = 0.053s
26.78/26.85	c #decision = 364
26.78/26.85	c #random_decision = 0
26.78/26.85	c #conflict = 0
26.78/26.85	c #restart = 0
26.78/26.85	c BCD2: found a new core of size 1: cost of the new core is >=45212176
26.78/26.85	c lower bound updated to 3689495587918
26.88/26.90	c BCD2: 3693202986349 <= obj <= 11974896935277
26.88/26.90	c BCD2: #cores=150, #unrelaxed=554, #relaxed=783, #hardened=0
26.88/26.90	c BCD2: #sat=1 #unsat=254 bias=254/255
26.88/26.92	c Solving starts ...
26.88/26.92	c ============================[ Search Statistics ]============================
26.88/26.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.88/26.92	c       |         |          |          |    Limit     GC | Var      | Constra 
26.88/26.92	c =============================================================================
26.88/26.92	c  0.0s |       0 |        0 |        0 |    26251      0 |     3022 |     4963
26.88/26.98	c  0.1s |       0 |      366 |        0 |    26251      0 |     3022 |     4963
26.88/26.98	c #cpu_time = 0.061s
26.88/26.98	c #wall_clock_time = 0.061s
26.88/26.98	c #decision = 366
26.88/26.98	c #random_decision = 0
26.88/26.98	c #conflict = 0
26.88/26.98	c #restart = 0
26.88/26.98	c BCD2: found a new core of size 2: cost of the new core is >=6724
26.88/26.98	c lower bound updated to 3689495594642
26.98/27.04	c BCD2: 3693202993073 <= obj <= 11974896935277
26.98/27.04	c BCD2: #cores=151, #unrelaxed=552, #relaxed=785, #hardened=0
26.98/27.04	c BCD2: #sat=1 #unsat=255 bias=255/256
26.98/27.04	c Solving starts ...
26.98/27.04	c ============================[ Search Statistics ]============================
26.98/27.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.98/27.04	c       |         |          |          |    Limit     GC | Var      | Constra 
26.98/27.04	c =============================================================================
26.98/27.05	c  0.0s |       0 |        0 |        0 |    26251      0 |     3022 |     4963
27.08/27.11	c  0.1s |       0 |      700 |        1 |    26251      0 |     3022 |     4963
27.08/27.11	c #cpu_time = 0.057s
27.08/27.11	c #wall_clock_time = 0.057s
27.08/27.11	c #decision = 700
27.08/27.11	c #random_decision = 0
27.08/27.11	c #conflict = 1
27.08/27.11	c #restart = 0
27.08/27.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
27.08/27.11	c lower bound updated to 3689495594724
27.08/27.17	c BCD2: 3693202993155 <= obj <= 11974896935277
27.08/27.17	c BCD2: #cores=151, #unrelaxed=551, #relaxed=786, #hardened=0
27.08/27.17	c BCD2: #sat=1 #unsat=256 bias=256/257
27.08/27.17	c Solving starts ...
27.08/27.17	c ============================[ Search Statistics ]============================
27.08/27.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.08/27.17	c       |         |          |          |    Limit     GC | Var      | Constra 
27.08/27.17	c =============================================================================
27.08/27.17	c  0.0s |       0 |        0 |        0 |    26251      0 |     3023 |     4963
27.18/27.23	c  0.1s |       0 |      700 |        1 |    26251      0 |     3023 |     4964
27.18/27.23	c #cpu_time = 0.061s
27.18/27.23	c #wall_clock_time = 0.062s
27.18/27.23	c #decision = 700
27.18/27.23	c #random_decision = 0
27.18/27.23	c #conflict = 1
27.18/27.23	c #restart = 0
27.18/27.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
27.18/27.23	c lower bound updated to 3689495594725
27.18/27.30	c BCD2: 3693202993156 <= obj <= 11974896935277
27.18/27.30	c BCD2: #cores=151, #unrelaxed=550, #relaxed=787, #hardened=0
27.18/27.30	c BCD2: #sat=1 #unsat=257 bias=257/258
27.28/27.30	c Solving starts ...
27.28/27.30	c ============================[ Search Statistics ]============================
27.28/27.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.28/27.30	c       |         |          |          |    Limit     GC | Var      | Constra 
27.28/27.30	c =============================================================================
27.28/27.30	c  0.0s |       0 |        0 |        0 |    26251      0 |     3024 |     4964
27.28/27.35	c  0.1s |       0 |      366 |        0 |    26251      0 |     3024 |     4965
27.28/27.35	c #cpu_time = 0.053s
27.28/27.35	c #wall_clock_time = 0.053s
27.28/27.35	c #decision = 366
27.28/27.35	c #random_decision = 0
27.28/27.35	c #conflict = 0
27.28/27.35	c #restart = 0
27.28/27.35	c BCD2: found a new core of size 1: cost of the new core is >=45212176
27.28/27.35	c lower bound updated to 3689540806901
27.38/27.41	c BCD2: 3693248205332 <= obj <= 11974896935277
27.38/27.41	c BCD2: #cores=152, #unrelaxed=549, #relaxed=788, #hardened=0
27.38/27.41	c BCD2: #sat=1 #unsat=258 bias=258/259
27.38/27.42	c Solving starts ...
27.38/27.42	c ============================[ Search Statistics ]============================
27.38/27.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.38/27.42	c       |         |          |          |    Limit     GC | Var      | Constra 
27.38/27.42	c =============================================================================
27.38/27.42	c  0.0s |       0 |        0 |        0 |    26251      0 |     3024 |     4965
27.38/27.50	c  0.1s |       0 |      368 |        0 |    26251      0 |     3024 |     4965
27.38/27.50	c #cpu_time = 0.072s
27.38/27.50	c #wall_clock_time = 0.073s
27.38/27.50	c #decision = 368
27.38/27.50	c #random_decision = 0
27.38/27.50	c #conflict = 0
27.38/27.50	c #restart = 0
27.38/27.50	c BCD2: found a new core of size 2: cost of the new core is >=6724
27.38/27.50	c lower bound updated to 3689540813625
27.49/27.55	c BCD2: 3693248212056 <= obj <= 11974896935277
27.49/27.55	c BCD2: #cores=153, #unrelaxed=547, #relaxed=790, #hardened=0
27.49/27.55	c BCD2: #sat=1 #unsat=259 bias=259/260
27.49/27.57	c Solving starts ...
27.49/27.57	c ============================[ Search Statistics ]============================
27.49/27.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.49/27.57	c       |         |          |          |    Limit     GC | Var      | Constra 
27.49/27.57	c =============================================================================
27.49/27.57	c  0.0s |       0 |        0 |        0 |    26251      0 |     3024 |     4965
27.59/27.63	c  0.1s |       0 |      703 |        1 |    26251      0 |     3024 |     4965
27.59/27.63	c #cpu_time = 0.058s
27.59/27.63	c #wall_clock_time = 0.058s
27.59/27.63	c #decision = 703
27.59/27.63	c #random_decision = 0
27.59/27.63	c #conflict = 1
27.59/27.63	c #restart = 0
27.59/27.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
27.59/27.63	c lower bound updated to 3689540813707
27.59/27.69	c BCD2: 3693248212138 <= obj <= 11974896935277
27.59/27.69	c BCD2: #cores=153, #unrelaxed=546, #relaxed=791, #hardened=0
27.59/27.69	c BCD2: #sat=1 #unsat=260 bias=260/261
27.68/27.70	c Solving starts ...
27.68/27.70	c ============================[ Search Statistics ]============================
27.68/27.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.68/27.70	c       |         |          |          |    Limit     GC | Var      | Constra 
27.68/27.70	c =============================================================================
27.68/27.70	c  0.0s |       0 |        0 |        0 |    26251      0 |     3025 |     4965
27.68/27.76	c  0.1s |       0 |      703 |        1 |    26251      0 |     3025 |     4966
27.68/27.76	c #cpu_time = 0.059s
27.68/27.76	c #wall_clock_time = 0.059s
27.68/27.76	c #decision = 703
27.68/27.76	c #random_decision = 0
27.68/27.76	c #conflict = 1
27.68/27.76	c #restart = 0
27.68/27.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
27.68/27.76	c lower bound updated to 3689540813708
27.78/27.82	c BCD2: 3693248212139 <= obj <= 11974896935277
27.78/27.82	c BCD2: #cores=153, #unrelaxed=545, #relaxed=792, #hardened=0
27.78/27.82	c BCD2: #sat=1 #unsat=261 bias=261/262
27.78/27.83	c Solving starts ...
27.78/27.83	c ============================[ Search Statistics ]============================
27.78/27.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.78/27.83	c       |         |          |          |    Limit     GC | Var      | Constra 
27.78/27.83	c =============================================================================
27.78/27.83	c  0.0s |       0 |        0 |        0 |    26251      0 |     3026 |     4966
27.78/27.89	c  0.1s |       0 |      368 |        0 |    26251      0 |     3026 |     4967
27.78/27.89	c #cpu_time = 0.054s
27.78/27.89	c #wall_clock_time = 0.054s
27.78/27.89	c #decision = 368
27.78/27.89	c #random_decision = 0
27.78/27.89	c #conflict = 0
27.78/27.89	c #restart = 0
27.78/27.89	c BCD2: found a new core of size 1: cost of the new core is >=45212176
27.78/27.89	c lower bound updated to 3689586025884
27.88/27.94	c BCD2: 3693293424315 <= obj <= 11974896935277
27.88/27.94	c BCD2: #cores=154, #unrelaxed=544, #relaxed=793, #hardened=0
27.88/27.94	c BCD2: #sat=1 #unsat=262 bias=262/263
27.88/27.95	c Solving starts ...
27.88/27.95	c ============================[ Search Statistics ]============================
27.88/27.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.88/27.95	c       |         |          |          |    Limit     GC | Var      | Constra 
27.88/27.95	c =============================================================================
27.88/27.95	c  0.0s |       0 |        0 |        0 |    26251      0 |     3026 |     4967
27.98/28.01	c  0.1s |       0 |      370 |        0 |    26251      0 |     3026 |     4967
27.98/28.01	c #cpu_time = 0.057s
27.98/28.01	c #wall_clock_time = 0.057s
27.98/28.01	c #decision = 370
27.98/28.01	c #random_decision = 0
27.98/28.01	c #conflict = 0
27.98/28.01	c #restart = 0
27.98/28.01	c BCD2: found a new core of size 2: cost of the new core is >=6724
27.98/28.01	c lower bound updated to 3689586032608
27.98/28.07	c BCD2: 3693293431039 <= obj <= 11974896935277
27.98/28.07	c BCD2: #cores=155, #unrelaxed=542, #relaxed=795, #hardened=0
27.98/28.07	c BCD2: #sat=1 #unsat=263 bias=263/264
27.98/28.08	c Solving starts ...
27.98/28.08	c ============================[ Search Statistics ]============================
27.98/28.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.98/28.08	c       |         |          |          |    Limit     GC | Var      | Constra 
27.98/28.08	c =============================================================================
27.98/28.08	c  0.0s |       0 |        0 |        0 |    26251      0 |     3026 |     4967
28.08/28.14	c  0.1s |       0 |      706 |        1 |    26251      0 |     3026 |     4967
28.08/28.14	c #cpu_time = 0.059s
28.08/28.14	c #wall_clock_time = 0.059s
28.08/28.14	c #decision = 706
28.08/28.14	c #random_decision = 0
28.08/28.14	c #conflict = 1
28.08/28.14	c #restart = 0
28.08/28.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
28.08/28.14	c lower bound updated to 3689586032690
28.08/28.19	c BCD2: 3693293431121 <= obj <= 11974896935277
28.08/28.19	c BCD2: #cores=155, #unrelaxed=541, #relaxed=796, #hardened=0
28.08/28.19	c BCD2: #sat=1 #unsat=264 bias=264/265
28.18/28.21	c Solving starts ...
28.18/28.21	c ============================[ Search Statistics ]============================
28.18/28.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.18/28.21	c       |         |          |          |    Limit     GC | Var      | Constra 
28.18/28.21	c =============================================================================
28.18/28.21	c  0.0s |       0 |        0 |        0 |    26251      0 |     3027 |     4967
28.18/28.27	c  0.1s |       0 |      706 |        1 |    26251      0 |     3027 |     4968
28.18/28.27	c #cpu_time = 0.060s
28.18/28.27	c #wall_clock_time = 0.060s
28.18/28.27	c #decision = 706
28.18/28.27	c #random_decision = 0
28.18/28.27	c #conflict = 1
28.18/28.27	c #restart = 0
28.18/28.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
28.18/28.27	c lower bound updated to 3689586032691
28.28/28.32	c BCD2: 3693293431122 <= obj <= 11974896935277
28.28/28.32	c BCD2: #cores=155, #unrelaxed=540, #relaxed=797, #hardened=0
28.28/28.32	c BCD2: #sat=1 #unsat=265 bias=265/266
28.28/28.34	c Solving starts ...
28.28/28.34	c ============================[ Search Statistics ]============================
28.28/28.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.28/28.34	c       |         |          |          |    Limit     GC | Var      | Constra 
28.28/28.34	c =============================================================================
28.28/28.34	c  0.0s |       0 |        0 |        0 |    26251      0 |     3028 |     4968
28.28/28.39	c  0.1s |       0 |      370 |        0 |    26251      0 |     3028 |     4969
28.28/28.39	c #cpu_time = 0.055s
28.28/28.39	c #wall_clock_time = 0.055s
28.28/28.39	c #decision = 370
28.28/28.39	c #random_decision = 0
28.28/28.39	c #conflict = 0
28.28/28.39	c #restart = 0
28.28/28.39	c BCD2: found a new core of size 1: cost of the new core is >=45212176
28.28/28.39	c lower bound updated to 3689631244867
28.38/28.45	c BCD2: 3693338643298 <= obj <= 11974896935277
28.38/28.45	c BCD2: #cores=156, #unrelaxed=539, #relaxed=798, #hardened=0
28.38/28.45	c BCD2: #sat=1 #unsat=266 bias=266/267
28.38/28.46	c Solving starts ...
28.38/28.46	c ============================[ Search Statistics ]============================
28.38/28.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.38/28.46	c       |         |          |          |    Limit     GC | Var      | Constra 
28.38/28.46	c =============================================================================
28.38/28.46	c  0.0s |       0 |        0 |        0 |    26251      0 |     3028 |     4969
28.48/28.53	c  0.1s |       0 |      695 |        1 |    26251      0 |     3028 |     4969
28.48/28.53	c #cpu_time = 0.062s
28.48/28.53	c #wall_clock_time = 0.062s
28.48/28.53	c #decision = 695
28.48/28.53	c #random_decision = 0
28.48/28.53	c #conflict = 1
28.48/28.53	c #restart = 0
28.48/28.53	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 11: cost of the new core is >=18537550252
28.48/28.53	c BCD2: refineLB: 18537548269 -> 18537550252
28.48/28.53	c lower bound updated to 3689631796152
28.48/28.58	c BCD2: 3693339194583 <= obj <= 11974896935277
28.48/28.58	c BCD2: #cores=155, #unrelaxed=535, #relaxed=802, #hardened=0
28.48/28.58	c BCD2: #sat=1 #unsat=267 bias=267/268
28.48/28.59	c Solving starts ...
28.48/28.59	c ============================[ Search Statistics ]============================
28.48/28.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.48/28.59	c       |         |          |          |    Limit     GC | Var      | Constra 
28.48/28.59	c =============================================================================
28.48/28.60	c  0.0s |       0 |        0 |        0 |    26251      0 |     3327 |     4969
28.59/28.65	c  0.1s |       0 |      368 |        0 |    26251      0 |     3327 |     5565
28.59/28.65	c #cpu_time = 0.057s
28.59/28.65	c #wall_clock_time = 0.057s
28.59/28.65	c #decision = 368
28.59/28.65	c #random_decision = 0
28.59/28.65	c #conflict = 0
28.59/28.65	c #restart = 0
28.59/28.65	c BCD2: found a new core of size 2: cost of the new core is >=82
28.59/28.65	c lower bound updated to 3689631796234
28.69/28.71	c BCD2: 3693339194665 <= obj <= 11974896935277
28.69/28.71	c BCD2: #cores=156, #unrelaxed=533, #relaxed=804, #hardened=0
28.69/28.71	c BCD2: #sat=1 #unsat=268 bias=268/269
28.69/28.71	c Solving starts ...
28.69/28.71	c ============================[ Search Statistics ]============================
28.69/28.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.69/28.71	c       |         |          |          |    Limit     GC | Var      | Constra 
28.69/28.71	c =============================================================================
28.69/28.71	c  0.0s |       0 |        0 |        0 |    26251      0 |     3327 |     5565
28.69/28.78	c  0.1s |       0 |      703 |        1 |    26251      0 |     3327 |     5565
28.69/28.78	c #cpu_time = 0.064s
28.69/28.78	c #wall_clock_time = 0.064s
28.69/28.78	c #decision = 703
28.69/28.78	c #random_decision = 0
28.69/28.78	c #conflict = 1
28.69/28.78	c #restart = 0
28.69/28.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
28.69/28.78	c lower bound updated to 3689631796235
28.78/28.84	c BCD2: 3693339194666 <= obj <= 11974896935277
28.78/28.84	c BCD2: #cores=156, #unrelaxed=532, #relaxed=805, #hardened=0
28.78/28.84	c BCD2: #sat=1 #unsat=269 bias=269/270
28.78/28.84	c Solving starts ...
28.78/28.84	c ============================[ Search Statistics ]============================
28.78/28.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.78/28.84	c       |         |          |          |    Limit     GC | Var      | Constra 
28.78/28.84	c =============================================================================
28.78/28.84	c  0.0s |       0 |        0 |        0 |    26251      0 |     3328 |     5565
28.88/28.90	c  0.1s |       0 |      368 |        0 |    26251      0 |     3328 |     5566
28.88/28.90	c #cpu_time = 0.055s
28.88/28.90	c #wall_clock_time = 0.056s
28.88/28.90	c #decision = 368
28.88/28.90	c #random_decision = 0
28.88/28.90	c #conflict = 0
28.88/28.90	c #restart = 0
28.88/28.90	c BCD2: found a new core of size 1: cost of the new core is >=45212176
28.88/28.90	c lower bound updated to 3689677008411
28.88/28.95	c BCD2: 3693384406842 <= obj <= 11974896935277
28.88/28.95	c BCD2: #cores=157, #unrelaxed=531, #relaxed=806, #hardened=0
28.88/28.95	c BCD2: #sat=1 #unsat=270 bias=270/271
28.88/28.97	c Solving starts ...
28.88/28.97	c ============================[ Search Statistics ]============================
28.88/28.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.88/28.97	c       |         |          |          |    Limit     GC | Var      | Constra 
28.88/28.97	c =============================================================================
28.88/28.97	c  0.0s |       0 |        0 |        0 |    26251      0 |     3328 |     5566
28.98/29.05	c  0.1s |       0 |      374 |        1 |    26251      0 |     3328 |     5566
28.98/29.05	c #cpu_time = 0.077s
28.98/29.05	c #wall_clock_time = 0.077s
28.98/29.05	c #decision = 374
28.98/29.05	c #random_decision = 0
28.98/29.05	c #conflict = 1
28.98/29.05	c #restart = 0
28.98/29.05	c BCD2: relaxing 9 and merging with 9 cores into a new core of size 45: cost of the new core is >=185370472968
28.98/29.05	c BCD2: refineLB: 185369928408 -> 185370472968
28.98/29.05	c lower bound updated to 3689677552972
29.08/29.10	c BCD2: 3693384951403 <= obj <= 11974896935277
29.08/29.10	c BCD2: #cores=149, #unrelaxed=522, #relaxed=815, #hardened=0
29.08/29.10	c BCD2: #sat=1 #unsat=271 bias=271/272
29.08/29.12	c Solving starts ...
29.08/29.12	c ============================[ Search Statistics ]============================
29.08/29.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.08/29.12	c       |         |          |          |    Limit     GC | Var      | Constra 
29.08/29.12	c =============================================================================
29.08/29.12	c  0.0s |       0 |        0 |        0 |    26251      0 |     3945 |     5566
29.08/29.18	c  0.1s |       0 |      354 |        0 |    26251      0 |     3945 |     6791
29.08/29.18	c #cpu_time = 0.059s
29.08/29.18	c #wall_clock_time = 0.059s
29.08/29.18	c #decision = 354
29.08/29.18	c #random_decision = 0
29.08/29.18	c #conflict = 0
29.08/29.18	c #restart = 0
29.08/29.18	c BCD2: found a new core of size 2: cost of the new core is >=82
29.08/29.18	c lower bound updated to 3689677553054
29.18/29.23	c BCD2: 3693384951485 <= obj <= 11974896935277
29.18/29.23	c BCD2: #cores=150, #unrelaxed=520, #relaxed=817, #hardened=0
29.18/29.23	c BCD2: #sat=1 #unsat=272 bias=272/273
29.18/29.25	c Solving starts ...
29.18/29.25	c ============================[ Search Statistics ]============================
29.18/29.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.18/29.25	c       |         |          |          |    Limit     GC | Var      | Constra 
29.18/29.25	c =============================================================================
29.18/29.25	c  0.0s |       0 |        0 |        0 |    26251      0 |     3945 |     6791
29.28/29.31	c  0.1s |       0 |      674 |        1 |    26251      0 |     3945 |     6791
29.28/29.31	c #cpu_time = 0.059s
29.28/29.31	c #wall_clock_time = 0.059s
29.28/29.31	c #decision = 674
29.28/29.31	c #random_decision = 0
29.28/29.31	c #conflict = 1
29.28/29.31	c #restart = 0
29.28/29.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
29.28/29.31	c lower bound updated to 3689677553055
29.28/29.37	c BCD2: 3693384951486 <= obj <= 11974896935277
29.28/29.37	c BCD2: #cores=150, #unrelaxed=519, #relaxed=818, #hardened=0
29.28/29.37	c BCD2: #sat=1 #unsat=273 bias=273/274
29.28/29.38	c Solving starts ...
29.28/29.38	c ============================[ Search Statistics ]============================
29.28/29.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.28/29.38	c       |         |          |          |    Limit     GC | Var      | Constra 
29.28/29.38	c =============================================================================
29.28/29.38	c  0.0s |       0 |        0 |        0 |    26251      0 |     3946 |     6791
29.38/29.44	c  0.1s |       0 |      354 |        0 |    26251      0 |     3946 |     6792
29.38/29.44	c #cpu_time = 0.055s
29.38/29.44	c #wall_clock_time = 0.055s
29.38/29.44	c #decision = 354
29.38/29.44	c #random_decision = 0
29.38/29.44	c #conflict = 0
29.38/29.44	c #restart = 0
29.38/29.44	c BCD2: found a new core of size 1: cost of the new core is >=45212176
29.38/29.44	c lower bound updated to 3689722765231
29.38/29.49	c BCD2: 3693430163662 <= obj <= 11974896935277
29.38/29.49	c BCD2: #cores=151, #unrelaxed=518, #relaxed=819, #hardened=0
29.38/29.49	c BCD2: #sat=1 #unsat=274 bias=274/275
29.48/29.50	c Solving starts ...
29.48/29.50	c ============================[ Search Statistics ]============================
29.48/29.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.48/29.50	c       |         |          |          |    Limit     GC | Var      | Constra 
29.48/29.50	c =============================================================================
29.48/29.50	c  0.0s |       0 |        0 |        0 |    26251      0 |     3946 |     6792
29.48/29.56	c  0.1s |       0 |      356 |        0 |    26251      0 |     3946 |     6792
29.48/29.56	c #cpu_time = 0.056s
29.48/29.56	c #wall_clock_time = 0.056s
29.48/29.56	c #decision = 356
29.48/29.56	c #random_decision = 0
29.48/29.56	c #conflict = 0
29.48/29.56	c #restart = 0
29.48/29.56	c BCD2: found a new core of size 2: cost of the new core is >=6724
29.48/29.56	c lower bound updated to 3689722771955
29.58/29.61	c BCD2: 3693430170386 <= obj <= 11974896935277
29.58/29.61	c BCD2: #cores=152, #unrelaxed=516, #relaxed=821, #hardened=0
29.58/29.61	c BCD2: #sat=1 #unsat=275 bias=275/276
29.58/29.63	c Solving starts ...
29.58/29.63	c ============================[ Search Statistics ]============================
29.58/29.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.58/29.63	c       |         |          |          |    Limit     GC | Var      | Constra 
29.58/29.63	c =============================================================================
29.58/29.63	c  0.0s |       0 |        0 |        0 |    26251      0 |     3946 |     6792
29.58/29.69	c  0.1s |       0 |      676 |        1 |    26251      0 |     3946 |     6792
29.58/29.69	c #cpu_time = 0.058s
29.58/29.69	c #wall_clock_time = 0.058s
29.58/29.69	c #decision = 676
29.58/29.69	c #random_decision = 0
29.58/29.69	c #conflict = 1
29.58/29.69	c #restart = 0
29.58/29.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
29.58/29.69	c lower bound updated to 3689722772037
29.69/29.74	c BCD2: 3693430170468 <= obj <= 11974896935277
29.69/29.74	c BCD2: #cores=152, #unrelaxed=515, #relaxed=822, #hardened=0
29.69/29.74	c BCD2: #sat=1 #unsat=276 bias=276/277
29.69/29.76	c Solving starts ...
29.69/29.76	c ============================[ Search Statistics ]============================
29.69/29.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.69/29.76	c       |         |          |          |    Limit     GC | Var      | Constra 
29.69/29.76	c =============================================================================
29.69/29.76	c  0.0s |       0 |        0 |        0 |    26251      0 |     3947 |     6792
29.79/29.82	c  0.1s |       0 |      676 |        1 |    26251      0 |     3947 |     6793
29.79/29.82	c #cpu_time = 0.060s
29.79/29.82	c #wall_clock_time = 0.060s
29.79/29.82	c #decision = 676
29.79/29.82	c #random_decision = 0
29.79/29.82	c #conflict = 1
29.79/29.82	c #restart = 0
29.79/29.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
29.79/29.82	c lower bound updated to 3689722772038
29.79/29.87	c BCD2: 3693430170469 <= obj <= 11974896935277
29.79/29.87	c BCD2: #cores=152, #unrelaxed=514, #relaxed=823, #hardened=0
29.79/29.87	c BCD2: #sat=1 #unsat=277 bias=277/278
29.79/29.89	c Solving starts ...
29.79/29.89	c ============================[ Search Statistics ]============================
29.79/29.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.79/29.89	c       |         |          |          |    Limit     GC | Var      | Constra 
29.79/29.89	c =============================================================================
29.79/29.89	c  0.0s |       0 |        0 |        0 |    26251      0 |     3948 |     6793
29.88/29.94	c  0.1s |       0 |      356 |        0 |    26251      0 |     3948 |     6794
29.88/29.94	c #cpu_time = 0.056s
29.88/29.94	c #wall_clock_time = 0.056s
29.88/29.94	c #decision = 356
29.88/29.94	c #random_decision = 0
29.88/29.94	c #conflict = 0
29.88/29.94	c #restart = 0
29.88/29.94	c BCD2: found a new core of size 1: cost of the new core is >=45212176
29.88/29.94	c lower bound updated to 3689767984214
29.88/30.00	c BCD2: 3693475382645 <= obj <= 11974896935277
29.88/30.00	c BCD2: #cores=153, #unrelaxed=513, #relaxed=824, #hardened=0
29.88/30.00	c BCD2: #sat=1 #unsat=278 bias=278/279
29.98/30.01	c Solving starts ...
29.98/30.01	c ============================[ Search Statistics ]============================
29.98/30.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.98/30.01	c       |         |          |          |    Limit     GC | Var      | Constra 
29.98/30.01	c =============================================================================
29.98/30.01	c  0.0s |       0 |        0 |        0 |    26251      0 |     3948 |     6794
29.98/30.07	c  0.1s |       0 |      358 |        0 |    26251      0 |     3948 |     6794
29.98/30.07	c #cpu_time = 0.058s
29.98/30.07	c #wall_clock_time = 0.058s
29.98/30.07	c #decision = 358
29.98/30.07	c #random_decision = 0
29.98/30.07	c #conflict = 0
29.98/30.07	c #restart = 0
29.98/30.07	c BCD2: found a new core of size 2: cost of the new core is >=6724
29.98/30.07	c lower bound updated to 3689767990938
30.09/30.12	c BCD2: 3693475389369 <= obj <= 11974896935277
30.09/30.12	c BCD2: #cores=154, #unrelaxed=511, #relaxed=826, #hardened=0
30.09/30.12	c BCD2: #sat=1 #unsat=279 bias=279/280
30.09/30.14	c Solving starts ...
30.09/30.14	c ============================[ Search Statistics ]============================
30.09/30.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.09/30.14	c       |         |          |          |    Limit     GC | Var      | Constra 
30.09/30.14	c =============================================================================
30.09/30.14	c  0.0s |       0 |        0 |        0 |    26251      0 |     3948 |     6794
30.19/30.20	c  0.1s |       0 |      679 |        1 |    26251      0 |     3948 |     6794
30.19/30.20	c #cpu_time = 0.060s
30.19/30.20	c #wall_clock_time = 0.060s
30.19/30.20	c #decision = 679
30.19/30.20	c #random_decision = 0
30.19/30.20	c #conflict = 1
30.19/30.20	c #restart = 0
30.19/30.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
30.19/30.20	c lower bound updated to 3689767991020
30.19/30.25	c BCD2: 3693475389451 <= obj <= 11974896935277
30.19/30.25	c BCD2: #cores=154, #unrelaxed=510, #relaxed=827, #hardened=0
30.19/30.25	c BCD2: #sat=1 #unsat=280 bias=280/281
30.19/30.27	c Solving starts ...
30.19/30.27	c ============================[ Search Statistics ]============================
30.19/30.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.19/30.27	c       |         |          |          |    Limit     GC | Var      | Constra 
30.19/30.27	c =============================================================================
30.19/30.27	c  0.0s |       0 |        0 |        0 |    26251      0 |     3949 |     6794
30.29/30.33	c  0.1s |       0 |      683 |        1 |    26251      0 |     3949 |     6795
30.29/30.33	c #cpu_time = 0.061s
30.29/30.33	c #wall_clock_time = 0.061s
30.29/30.33	c #decision = 683
30.29/30.33	c #random_decision = 0
30.29/30.33	c #conflict = 1
30.29/30.33	c #restart = 0
30.29/30.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
30.29/30.33	c lower bound updated to 3689767991021
30.29/30.38	c BCD2: 3693475389452 <= obj <= 11974896935277
30.29/30.38	c BCD2: #cores=154, #unrelaxed=509, #relaxed=828, #hardened=0
30.29/30.38	c BCD2: #sat=1 #unsat=281 bias=281/282
30.29/30.39	c Solving starts ...
30.29/30.39	c ============================[ Search Statistics ]============================
30.29/30.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.29/30.39	c       |         |          |          |    Limit     GC | Var      | Constra 
30.29/30.39	c =============================================================================
30.39/30.40	c  0.0s |       0 |        0 |        0 |    26251      0 |     3950 |     6795
30.39/30.45	c  0.1s |       0 |      358 |        0 |    26251      0 |     3950 |     6796
30.39/30.45	c #cpu_time = 0.056s
30.39/30.45	c #wall_clock_time = 0.056s
30.39/30.45	c #decision = 358
30.39/30.45	c #random_decision = 0
30.39/30.45	c #conflict = 0
30.39/30.45	c #restart = 0
30.39/30.45	c BCD2: found a new core of size 1: cost of the new core is >=45212176
30.39/30.45	c lower bound updated to 3689813203197
30.49/30.51	c BCD2: 3693520601628 <= obj <= 11974896935277
30.49/30.51	c BCD2: #cores=155, #unrelaxed=508, #relaxed=829, #hardened=0
30.49/30.51	c BCD2: #sat=1 #unsat=282 bias=282/283
30.49/30.51	c Solving starts ...
30.49/30.51	c ============================[ Search Statistics ]============================
30.49/30.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.49/30.51	c       |         |          |          |    Limit     GC | Var      | Constra 
30.49/30.51	c =============================================================================
30.49/30.51	c  0.0s |       0 |        0 |        0 |    26251      0 |     3950 |     6796
30.49/30.58	c  0.1s |       0 |      360 |        0 |    26251      0 |     3950 |     6796
30.49/30.58	c #cpu_time = 0.061s
30.49/30.58	c #wall_clock_time = 0.061s
30.49/30.58	c #decision = 360
30.49/30.58	c #random_decision = 0
30.49/30.58	c #conflict = 0
30.49/30.58	c #restart = 0
30.49/30.58	c BCD2: found a new core of size 2: cost of the new core is >=6724
30.49/30.58	c lower bound updated to 3689813209921
30.59/30.64	c BCD2: 3693520608352 <= obj <= 11974896935277
30.59/30.64	c BCD2: #cores=156, #unrelaxed=506, #relaxed=831, #hardened=0
30.59/30.64	c BCD2: #sat=1 #unsat=283 bias=283/284
30.59/30.64	c Solving starts ...
30.59/30.64	c ============================[ Search Statistics ]============================
30.59/30.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.59/30.64	c       |         |          |          |    Limit     GC | Var      | Constra 
30.59/30.64	c =============================================================================
30.59/30.64	c  0.0s |       0 |        0 |        0 |    26251      0 |     3950 |     6796
30.69/30.70	c  0.1s |       0 |      682 |        1 |    26251      0 |     3950 |     6796
30.69/30.70	c #cpu_time = 0.061s
30.69/30.70	c #wall_clock_time = 0.061s
30.69/30.70	c #decision = 682
30.69/30.70	c #random_decision = 0
30.69/30.70	c #conflict = 1
30.69/30.70	c #restart = 0
30.69/30.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
30.69/30.71	c lower bound updated to 3689813210003
30.69/30.76	c BCD2: 3693520608434 <= obj <= 11974896935277
30.69/30.76	c BCD2: #cores=156, #unrelaxed=505, #relaxed=832, #hardened=0
30.69/30.76	c BCD2: #sat=1 #unsat=284 bias=284/285
30.69/30.77	c Solving starts ...
30.69/30.77	c ============================[ Search Statistics ]============================
30.69/30.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.69/30.77	c       |         |          |          |    Limit     GC | Var      | Constra 
30.69/30.77	c =============================================================================
30.69/30.77	c  0.0s |       0 |        0 |        0 |    26251      0 |     3951 |     6796
30.79/30.83	c  0.1s |       0 |      682 |        1 |    26251      0 |     3951 |     6797
30.79/30.83	c #cpu_time = 0.062s
30.79/30.83	c #wall_clock_time = 0.062s
30.79/30.83	c #decision = 682
30.79/30.83	c #random_decision = 0
30.79/30.83	c #conflict = 1
30.79/30.83	c #restart = 0
30.79/30.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
30.79/30.83	c lower bound updated to 3689813210004
30.79/30.89	c BCD2: 3693520608435 <= obj <= 11974896935277
30.79/30.89	c BCD2: #cores=156, #unrelaxed=504, #relaxed=833, #hardened=0
30.79/30.89	c BCD2: #sat=1 #unsat=285 bias=285/286
30.89/30.90	c Solving starts ...
30.89/30.90	c ============================[ Search Statistics ]============================
30.89/30.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.89/30.90	c       |         |          |          |    Limit     GC | Var      | Constra 
30.89/30.90	c =============================================================================
30.89/30.90	c  0.0s |       0 |        0 |        0 |    26251      0 |     3952 |     6797
30.89/30.96	c  0.1s |       0 |      360 |        0 |    26251      0 |     3952 |     6798
30.89/30.96	c #cpu_time = 0.058s
30.89/30.96	c #wall_clock_time = 0.058s
30.89/30.96	c #decision = 360
30.89/30.96	c #random_decision = 0
30.89/30.96	c #conflict = 0
30.89/30.96	c #restart = 0
30.89/30.96	c BCD2: found a new core of size 1: cost of the new core is >=45212176
30.89/30.96	c lower bound updated to 3689858422180
30.99/31.02	c BCD2: 3693565820611 <= obj <= 11974896935277
30.99/31.02	c BCD2: #cores=157, #unrelaxed=503, #relaxed=834, #hardened=0
30.99/31.02	c BCD2: #sat=1 #unsat=286 bias=286/287
30.99/31.02	c Solving starts ...
30.99/31.02	c ============================[ Search Statistics ]============================
30.99/31.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.99/31.02	c       |         |          |          |    Limit     GC | Var      | Constra 
30.99/31.02	c =============================================================================
30.99/31.03	c  0.0s |       0 |        0 |        0 |    26251      0 |     3952 |     6798
30.99/31.09	c  0.1s |       0 |      362 |        0 |    26251      0 |     3952 |     6798
30.99/31.09	c #cpu_time = 0.059s
30.99/31.09	c #wall_clock_time = 0.059s
30.99/31.09	c #decision = 362
30.99/31.09	c #random_decision = 0
30.99/31.09	c #conflict = 0
30.99/31.09	c #restart = 0
30.99/31.09	c BCD2: found a new core of size 2: cost of the new core is >=6724
30.99/31.09	c lower bound updated to 3689858428904
31.09/31.15	c BCD2: 3693565827335 <= obj <= 11974896935277
31.09/31.15	c BCD2: #cores=158, #unrelaxed=501, #relaxed=836, #hardened=0
31.09/31.15	c BCD2: #sat=1 #unsat=287 bias=287/288
31.09/31.15	c Solving starts ...
31.09/31.15	c ============================[ Search Statistics ]============================
31.09/31.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.09/31.15	c       |         |          |          |    Limit     GC | Var      | Constra 
31.09/31.15	c =============================================================================
31.09/31.15	c  0.0s |       0 |        0 |        0 |    26251      0 |     3952 |     6798
31.19/31.22	c  0.1s |       0 |      685 |        1 |    26251      0 |     3952 |     6798
31.19/31.22	c #cpu_time = 0.065s
31.19/31.22	c #wall_clock_time = 0.065s
31.19/31.22	c #decision = 685
31.19/31.22	c #random_decision = 0
31.19/31.22	c #conflict = 1
31.19/31.22	c #restart = 0
31.19/31.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
31.19/31.22	c lower bound updated to 3689858428986
31.19/31.28	c BCD2: 3693565827417 <= obj <= 11974896935277
31.19/31.28	c BCD2: #cores=158, #unrelaxed=500, #relaxed=837, #hardened=0
31.19/31.28	c BCD2: #sat=1 #unsat=288 bias=288/289
31.19/31.28	c Solving starts ...
31.19/31.28	c ============================[ Search Statistics ]============================
31.19/31.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.19/31.28	c       |         |          |          |    Limit     GC | Var      | Constra 
31.19/31.28	c =============================================================================
31.19/31.28	c  0.0s |       0 |        0 |        0 |    26251      0 |     3953 |     6798
31.29/31.35	c  0.1s |       0 |      685 |        1 |    26251      0 |     3953 |     6799
31.29/31.35	c #cpu_time = 0.062s
31.29/31.35	c #wall_clock_time = 0.063s
31.29/31.35	c #decision = 685
31.29/31.35	c #random_decision = 0
31.29/31.35	c #conflict = 1
31.29/31.35	c #restart = 0
31.29/31.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
31.29/31.35	c lower bound updated to 3689858428987
31.39/31.41	c BCD2: 3693565827418 <= obj <= 11974896935277
31.39/31.41	c BCD2: #cores=158, #unrelaxed=499, #relaxed=838, #hardened=0
31.39/31.41	c BCD2: #sat=1 #unsat=289 bias=289/290
31.39/31.42	c Solving starts ...
31.39/31.42	c ============================[ Search Statistics ]============================
31.39/31.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.39/31.42	c       |         |          |          |    Limit     GC | Var      | Constra 
31.39/31.42	c =============================================================================
31.39/31.42	c  0.0s |       0 |        0 |        0 |    26251      0 |     3954 |     6799
31.39/31.47	c  0.1s |       0 |      362 |        0 |    26251      0 |     3954 |     6800
31.39/31.47	c #cpu_time = 0.058s
31.39/31.47	c #wall_clock_time = 0.058s
31.39/31.47	c #decision = 362
31.39/31.47	c #random_decision = 0
31.39/31.47	c #conflict = 0
31.39/31.47	c #restart = 0
31.39/31.48	c BCD2: found a new core of size 1: cost of the new core is >=45212176
31.39/31.48	c lower bound updated to 3689903641163
31.49/31.54	c BCD2: 3693611039594 <= obj <= 11974896935277
31.49/31.54	c BCD2: #cores=159, #unrelaxed=498, #relaxed=839, #hardened=0
31.49/31.54	c BCD2: #sat=1 #unsat=290 bias=290/291
31.49/31.54	c Solving starts ...
31.49/31.54	c ============================[ Search Statistics ]============================
31.49/31.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.49/31.54	c       |         |          |          |    Limit     GC | Var      | Constra 
31.49/31.54	c =============================================================================
31.49/31.54	c  0.0s |       0 |        0 |        0 |    26251      0 |     3954 |     6800
31.59/31.62	c  0.1s |       0 |      708 |        2 |    26251      0 |     3954 |     6800
31.59/31.62	c #cpu_time = 0.076s
31.59/31.62	c #wall_clock_time = 0.077s
31.59/31.62	c #decision = 708
31.59/31.62	c #random_decision = 0
31.59/31.62	c #conflict = 2
31.59/31.62	c #restart = 0
31.59/31.62	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=558092
31.59/31.62	c BCD2: refineLB: 556280 -> 558092
31.59/31.62	c lower bound updated to 3689904192448
31.59/31.68	c BCD2: 3693611590879 <= obj <= 11974896935277
31.59/31.68	c BCD2: #cores=159, #unrelaxed=496, #relaxed=841, #hardened=0
31.59/31.68	c BCD2: #sat=1 #unsat=291 bias=291/292
31.59/31.69	c Solving starts ...
31.59/31.69	c ============================[ Search Statistics ]============================
31.59/31.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.59/31.69	c       |         |          |          |    Limit     GC | Var      | Constra 
31.59/31.69	c =============================================================================
31.59/31.69	c  0.0s |       0 |        0 |        0 |    26251      0 |     3992 |     6800
31.69/31.75	c  0.1s |       0 |      363 |        0 |    26251      0 |     3992 |     6875
31.69/31.75	c #cpu_time = 0.059s
31.69/31.75	c #wall_clock_time = 0.059s
31.69/31.75	c #decision = 363
31.69/31.75	c #random_decision = 0
31.69/31.75	c #conflict = 0
31.69/31.75	c #restart = 0
31.69/31.75	c BCD2: found a new core of size 2: cost of the new core is >=82
31.69/31.75	c lower bound updated to 3689904192530
31.79/31.80	c BCD2: 3693611590961 <= obj <= 11974896935277
31.79/31.80	c BCD2: #cores=160, #unrelaxed=494, #relaxed=843, #hardened=0
31.79/31.80	c BCD2: #sat=1 #unsat=292 bias=292/293
31.79/31.82	c Solving starts ...
31.79/31.82	c ============================[ Search Statistics ]============================
31.79/31.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.79/31.82	c       |         |          |          |    Limit     GC | Var      | Constra 
31.79/31.82	c =============================================================================
31.79/31.82	c  0.0s |       0 |        0 |        0 |    26251      0 |     3992 |     6875
31.79/31.88	c  0.1s |       0 |      690 |        1 |    26251      0 |     3992 |     6875
31.79/31.88	c #cpu_time = 0.064s
31.79/31.88	c #wall_clock_time = 0.064s
31.79/31.88	c #decision = 690
31.79/31.88	c #random_decision = 0
31.79/31.88	c #conflict = 1
31.79/31.88	c #restart = 0
31.79/31.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
31.79/31.88	c lower bound updated to 3689904192531
31.89/31.94	c BCD2: 3693611590962 <= obj <= 11974896935277
31.89/31.94	c BCD2: #cores=160, #unrelaxed=493, #relaxed=844, #hardened=0
31.89/31.94	c BCD2: #sat=1 #unsat=293 bias=293/294
31.89/31.95	c Solving starts ...
31.89/31.95	c ============================[ Search Statistics ]============================
31.89/31.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.89/31.95	c       |         |          |          |    Limit     GC | Var      | Constra 
31.89/31.95	c =============================================================================
31.89/31.95	c  0.0s |       0 |        0 |        0 |    26251      0 |     3993 |     6875
31.99/32.01	c  0.1s |       0 |      363 |        0 |    26251      0 |     3993 |     6876
31.99/32.01	c #cpu_time = 0.059s
31.99/32.01	c #wall_clock_time = 0.059s
31.99/32.01	c #decision = 363
31.99/32.01	c #random_decision = 0
31.99/32.01	c #conflict = 0
31.99/32.01	c #restart = 0
31.99/32.01	c BCD2: found a new core of size 1: cost of the new core is >=45212176
31.99/32.01	c lower bound updated to 3689949404707
31.99/32.07	c BCD2: 3693656803138 <= obj <= 11974896935277
31.99/32.07	c BCD2: #cores=161, #unrelaxed=492, #relaxed=845, #hardened=0
31.99/32.07	c BCD2: #sat=1 #unsat=294 bias=294/295
31.99/32.08	c Solving starts ...
31.99/32.08	c ============================[ Search Statistics ]============================
31.99/32.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.99/32.08	c       |         |          |          |    Limit     GC | Var      | Constra 
31.99/32.08	c =============================================================================
31.99/32.08	c  0.0s |       0 |        0 |        0 |    26251      0 |     3993 |     6876
32.09/32.16	c  0.1s |       0 |      679 |        2 |    26251      0 |     3993 |     6876
32.09/32.16	c #cpu_time = 0.078s
32.09/32.16	c #wall_clock_time = 0.078s
32.09/32.16	c #decision = 679
32.09/32.16	c #random_decision = 0
32.09/32.16	c #conflict = 2
32.09/32.16	c #restart = 0
32.09/32.16	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=558092
32.09/32.16	c BCD2: refineLB: 556305 -> 558092
32.09/32.16	c lower bound updated to 3689949955992
32.19/32.22	c BCD2: 3693657354423 <= obj <= 11974896935277
32.19/32.22	c BCD2: #cores=161, #unrelaxed=490, #relaxed=847, #hardened=0
32.19/32.22	c BCD2: #sat=1 #unsat=295 bias=295/296
32.19/32.23	c Solving starts ...
32.19/32.23	c ============================[ Search Statistics ]============================
32.19/32.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.19/32.23	c       |         |          |          |    Limit     GC | Var      | Constra 
32.19/32.23	c =============================================================================
32.19/32.23	c  0.0s |       0 |        0 |        0 |    26251      0 |     4039 |     6876
32.19/32.30	c  0.1s |       0 |      364 |        0 |    26251      0 |     4039 |     6967
32.19/32.30	c #cpu_time = 0.061s
32.19/32.30	c #wall_clock_time = 0.061s
32.19/32.30	c #decision = 364
32.19/32.30	c #random_decision = 0
32.19/32.30	c #conflict = 0
32.19/32.30	c #restart = 0
32.19/32.30	c BCD2: found a new core of size 2: cost of the new core is >=82
32.19/32.30	c lower bound updated to 3689949956074
32.29/32.35	c BCD2: 3693657354505 <= obj <= 11974896935277
32.29/32.35	c BCD2: #cores=162, #unrelaxed=488, #relaxed=849, #hardened=0
32.29/32.35	c BCD2: #sat=1 #unsat=296 bias=296/297
32.29/32.36	c Solving starts ...
32.29/32.36	c ============================[ Search Statistics ]============================
32.29/32.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.29/32.36	c       |         |          |          |    Limit     GC | Var      | Constra 
32.29/32.36	c =============================================================================
32.29/32.37	c  0.0s |       0 |        0 |        0 |    26251      0 |     4039 |     6967
32.39/32.44	c  0.1s |       0 |      686 |        1 |    26251      0 |     4039 |     6967
32.39/32.44	c #cpu_time = 0.065s
32.39/32.44	c #wall_clock_time = 0.065s
32.39/32.44	c #decision = 686
32.39/32.44	c #random_decision = 0
32.39/32.44	c #conflict = 1
32.39/32.44	c #restart = 0
32.39/32.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
32.39/32.44	c lower bound updated to 3689949956075
32.39/32.49	c BCD2: 3693657354506 <= obj <= 11974896935277
32.39/32.49	c BCD2: #cores=162, #unrelaxed=487, #relaxed=850, #hardened=0
32.39/32.49	c BCD2: #sat=1 #unsat=297 bias=297/298
32.39/32.49	c Solving starts ...
32.39/32.49	c ============================[ Search Statistics ]============================
32.39/32.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.39/32.49	c       |         |          |          |    Limit     GC | Var      | Constra 
32.39/32.49	c =============================================================================
32.49/32.50	c  0.0s |       0 |        0 |        0 |    26251      0 |     4040 |     6967
32.49/32.57	c  0.1s |       0 |      364 |        0 |    26251      0 |     4040 |     6968
32.49/32.57	c #cpu_time = 0.060s
32.49/32.57	c #wall_clock_time = 0.060s
32.49/32.57	c #decision = 364
32.49/32.57	c #random_decision = 0
32.49/32.57	c #conflict = 0
32.49/32.57	c #restart = 0
32.49/32.57	c BCD2: found a new core of size 1: cost of the new core is >=45212176
32.49/32.57	c lower bound updated to 3689995168251
32.59/32.62	c BCD2: 3693702566682 <= obj <= 11974896935277
32.59/32.62	c BCD2: #cores=163, #unrelaxed=486, #relaxed=851, #hardened=0
32.59/32.62	c BCD2: #sat=1 #unsat=298 bias=298/299
32.59/32.62	c Solving starts ...
32.59/32.62	c ============================[ Search Statistics ]============================
32.59/32.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.59/32.62	c       |         |          |          |    Limit     GC | Var      | Constra 
32.59/32.62	c =============================================================================
32.59/32.63	c  0.0s |       0 |        0 |        0 |    26251      0 |     4040 |     6968
32.69/32.70	c  0.1s |       0 |      366 |        0 |    26251      0 |     4040 |     6968
32.69/32.70	c #cpu_time = 0.062s
32.69/32.70	c #wall_clock_time = 0.062s
32.69/32.70	c #decision = 366
32.69/32.70	c #random_decision = 0
32.69/32.70	c #conflict = 0
32.69/32.70	c #restart = 0
32.69/32.70	c BCD2: found a new core of size 2: cost of the new core is >=6724
32.69/32.70	c lower bound updated to 3689995174975
32.69/32.75	c BCD2: 3693702573406 <= obj <= 11974896935277
32.69/32.75	c BCD2: #cores=164, #unrelaxed=484, #relaxed=853, #hardened=0
32.69/32.75	c BCD2: #sat=1 #unsat=299 bias=299/300
32.69/32.76	c Solving starts ...
32.69/32.76	c ============================[ Search Statistics ]============================
32.69/32.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.69/32.76	c       |         |          |          |    Limit     GC | Var      | Constra 
32.69/32.76	c =============================================================================
32.69/32.77	c  0.0s |       0 |        0 |        0 |    26251      0 |     4040 |     6968
32.79/32.83	c  0.1s |       0 |      688 |        1 |    26251      0 |     4040 |     6968
32.79/32.83	c #cpu_time = 0.064s
32.79/32.83	c #wall_clock_time = 0.064s
32.79/32.83	c #decision = 688
32.79/32.83	c #random_decision = 0
32.79/32.83	c #conflict = 1
32.79/32.83	c #restart = 0
32.79/32.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
32.79/32.83	c lower bound updated to 3689995175057
32.79/32.88	c BCD2: 3693702573488 <= obj <= 11974896935277
32.79/32.88	c BCD2: #cores=164, #unrelaxed=483, #relaxed=854, #hardened=0
32.79/32.88	c BCD2: #sat=1 #unsat=300 bias=300/301
32.79/32.89	c Solving starts ...
32.79/32.89	c ============================[ Search Statistics ]============================
32.79/32.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.79/32.89	c       |         |          |          |    Limit     GC | Var      | Constra 
32.79/32.89	c =============================================================================
32.89/32.90	c  0.0s |       0 |        0 |        0 |    26251      0 |     4041 |     6968
32.89/32.97	c  0.1s |       0 |      688 |        1 |    26251      0 |     4041 |     6969
32.89/32.97	c #cpu_time = 0.065s
32.89/32.97	c #wall_clock_time = 0.066s
32.89/32.97	c #decision = 688
32.89/32.97	c #random_decision = 0
32.89/32.97	c #conflict = 1
32.89/32.97	c #restart = 0
32.89/32.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
32.89/32.97	c lower bound updated to 3689995175058
32.99/33.02	c BCD2: 3693702573489 <= obj <= 11974896935277
32.99/33.02	c BCD2: #cores=164, #unrelaxed=482, #relaxed=855, #hardened=0
32.99/33.02	c BCD2: #sat=1 #unsat=301 bias=301/302
32.99/33.02	c Solving starts ...
32.99/33.02	c ============================[ Search Statistics ]============================
32.99/33.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.99/33.02	c       |         |          |          |    Limit     GC | Var      | Constra 
32.99/33.02	c =============================================================================
32.99/33.03	c  0.0s |       0 |        0 |        0 |    26251      0 |     4042 |     6969
32.99/33.10	c  0.1s |       0 |      366 |        0 |    26251      0 |     4042 |     6970
32.99/33.10	c #cpu_time = 0.061s
32.99/33.10	c #wall_clock_time = 0.062s
32.99/33.10	c #decision = 366
32.99/33.10	c #random_decision = 0
32.99/33.10	c #conflict = 0
32.99/33.10	c #restart = 0
32.99/33.10	c BCD2: found a new core of size 1: cost of the new core is >=45212176
32.99/33.10	c lower bound updated to 3690040387234
33.09/33.15	c BCD2: 3693747785665 <= obj <= 11974896935277
33.09/33.15	c BCD2: #cores=165, #unrelaxed=481, #relaxed=856, #hardened=0
33.09/33.15	c BCD2: #sat=1 #unsat=302 bias=302/303
33.09/33.16	c Solving starts ...
33.09/33.16	c ============================[ Search Statistics ]============================
33.09/33.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.09/33.16	c       |         |          |          |    Limit     GC | Var      | Constra 
33.09/33.16	c =============================================================================
33.09/33.17	c  0.0s |       0 |        0 |        0 |    26251      0 |     4042 |     6970
33.19/33.24	c  0.1s |       0 |      368 |        0 |    26251      0 |     4042 |     6970
33.19/33.24	c #cpu_time = 0.070s
33.19/33.24	c #wall_clock_time = 0.070s
33.19/33.24	c #decision = 368
33.19/33.24	c #random_decision = 0
33.19/33.24	c #conflict = 0
33.19/33.24	c #restart = 0
33.19/33.24	c BCD2: found a new core of size 2: cost of the new core is >=6724
33.19/33.24	c lower bound updated to 3690040393958
33.19/33.29	c BCD2: 3693747792389 <= obj <= 11974896935277
33.19/33.29	c BCD2: #cores=166, #unrelaxed=479, #relaxed=858, #hardened=0
33.19/33.29	c BCD2: #sat=1 #unsat=303 bias=303/304
33.28/33.30	c Solving starts ...
33.28/33.30	c ============================[ Search Statistics ]============================
33.28/33.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.28/33.30	c       |         |          |          |    Limit     GC | Var      | Constra 
33.28/33.30	c =============================================================================
33.28/33.31	c  0.0s |       0 |        0 |        0 |    26251      0 |     4042 |     6970
33.28/33.38	c  0.1s |       0 |      691 |        1 |    26251      0 |     4042 |     6970
33.28/33.38	c #cpu_time = 0.065s
33.28/33.38	c #wall_clock_time = 0.066s
33.28/33.38	c #decision = 691
33.28/33.38	c #random_decision = 0
33.28/33.38	c #conflict = 1
33.28/33.38	c #restart = 0
33.28/33.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
33.28/33.38	c lower bound updated to 3690040394040
33.38/33.43	c BCD2: 3693747792471 <= obj <= 11974896935277
33.38/33.43	c BCD2: #cores=166, #unrelaxed=478, #relaxed=859, #hardened=0
33.38/33.43	c BCD2: #sat=1 #unsat=304 bias=304/305
33.38/33.44	c Solving starts ...
33.38/33.44	c ============================[ Search Statistics ]============================
33.38/33.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.38/33.44	c       |         |          |          |    Limit     GC | Var      | Constra 
33.38/33.44	c =============================================================================
33.38/33.45	c  0.0s |       0 |        0 |        0 |    26251      0 |     4043 |     6970
33.48/33.51	c  0.1s |       0 |      691 |        1 |    26251      0 |     4043 |     6971
33.48/33.51	c #cpu_time = 0.066s
33.48/33.51	c #wall_clock_time = 0.067s
33.48/33.51	c #decision = 691
33.48/33.51	c #random_decision = 0
33.48/33.51	c #conflict = 1
33.48/33.51	c #restart = 0
33.48/33.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
33.48/33.51	c lower bound updated to 3690040394041
33.48/33.57	c BCD2: 3693747792472 <= obj <= 11974896935277
33.48/33.57	c BCD2: #cores=166, #unrelaxed=477, #relaxed=860, #hardened=0
33.48/33.57	c BCD2: #sat=1 #unsat=305 bias=305/306
33.48/33.57	c Solving starts ...
33.48/33.57	c ============================[ Search Statistics ]============================
33.48/33.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.48/33.57	c       |         |          |          |    Limit     GC | Var      | Constra 
33.48/33.57	c =============================================================================
33.48/33.58	c  0.0s |       0 |        0 |        0 |    26251      0 |     4044 |     6971
33.58/33.65	c  0.1s |       0 |      368 |        0 |    26251      0 |     4044 |     6972
33.58/33.65	c #cpu_time = 0.062s
33.58/33.65	c #wall_clock_time = 0.062s
33.58/33.65	c #decision = 368
33.58/33.65	c #random_decision = 0
33.58/33.65	c #conflict = 0
33.58/33.65	c #restart = 0
33.58/33.65	c BCD2: found a new core of size 1: cost of the new core is >=45212176
33.58/33.65	c lower bound updated to 3690085606217
33.68/33.70	c BCD2: 3693793004648 <= obj <= 11974896935277
33.68/33.70	c BCD2: #cores=167, #unrelaxed=476, #relaxed=861, #hardened=0
33.68/33.70	c BCD2: #sat=1 #unsat=306 bias=306/307
33.68/33.70	c Solving starts ...
33.68/33.70	c ============================[ Search Statistics ]============================
33.68/33.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.68/33.70	c       |         |          |          |    Limit     GC | Var      | Constra 
33.68/33.70	c =============================================================================
33.68/33.71	c  0.0s |       0 |        0 |        0 |    26251      0 |     4044 |     6972
33.68/33.79	c  0.1s |       0 |      370 |        0 |    26251      0 |     4044 |     6972
33.68/33.79	c #cpu_time = 0.070s
33.68/33.79	c #wall_clock_time = 0.071s
33.68/33.79	c #decision = 370
33.68/33.79	c #random_decision = 0
33.68/33.79	c #conflict = 0
33.68/33.79	c #restart = 0
33.68/33.79	c BCD2: found a new core of size 2: cost of the new core is >=6724
33.68/33.79	c lower bound updated to 3690085612941
33.78/33.84	c BCD2: 3693793011372 <= obj <= 11974896935277
33.78/33.84	c BCD2: #cores=168, #unrelaxed=474, #relaxed=863, #hardened=0
33.78/33.84	c BCD2: #sat=1 #unsat=307 bias=307/308
33.78/33.85	c Solving starts ...
33.78/33.85	c ============================[ Search Statistics ]============================
33.78/33.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.78/33.85	c       |         |          |          |    Limit     GC | Var      | Constra 
33.78/33.85	c =============================================================================
33.78/33.86	c  0.0s |       0 |        0 |        0 |    26251      0 |     4044 |     6972
33.88/33.93	c  0.1s |       0 |      694 |        1 |    26251      0 |     4044 |     6972
33.88/33.93	c #cpu_time = 0.066s
33.88/33.93	c #wall_clock_time = 0.067s
33.88/33.93	c #decision = 694
33.88/33.93	c #random_decision = 0
33.88/33.93	c #conflict = 1
33.88/33.93	c #restart = 0
33.88/33.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
33.88/33.93	c lower bound updated to 3690085613023
33.88/33.98	c BCD2: 3693793011454 <= obj <= 11974896935277
33.88/33.98	c BCD2: #cores=168, #unrelaxed=473, #relaxed=864, #hardened=0
33.88/33.98	c BCD2: #sat=1 #unsat=308 bias=308/309
33.88/33.99	c Solving starts ...
33.88/33.99	c ============================[ Search Statistics ]============================
33.88/33.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.88/33.99	c       |         |          |          |    Limit     GC | Var      | Constra 
33.88/33.99	c =============================================================================
33.98/34.00	c  0.0s |       0 |        0 |        0 |    26251      0 |     4045 |     6972
33.98/34.07	c  0.1s |       0 |      694 |        1 |    26251      0 |     4045 |     6973
33.98/34.07	c #cpu_time = 0.067s
33.98/34.07	c #wall_clock_time = 0.068s
33.98/34.07	c #decision = 694
33.98/34.07	c #random_decision = 0
33.98/34.07	c #conflict = 1
33.98/34.07	c #restart = 0
33.98/34.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
33.98/34.07	c lower bound updated to 3690085613024
34.09/34.12	c BCD2: 3693793011455 <= obj <= 11974896935277
34.09/34.12	c BCD2: #cores=168, #unrelaxed=472, #relaxed=865, #hardened=0
34.09/34.12	c BCD2: #sat=1 #unsat=309 bias=309/310
34.09/34.12	c Solving starts ...
34.09/34.12	c ============================[ Search Statistics ]============================
34.09/34.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.09/34.12	c       |         |          |          |    Limit     GC | Var      | Constra 
34.09/34.12	c =============================================================================
34.09/34.13	c  0.0s |       0 |        0 |        0 |    26251      0 |     4046 |     6973
34.09/34.20	c  0.1s |       0 |      370 |        0 |    26251      0 |     4046 |     6974
34.09/34.20	c #cpu_time = 0.063s
34.09/34.20	c #wall_clock_time = 0.063s
34.09/34.20	c #decision = 370
34.09/34.20	c #random_decision = 0
34.09/34.20	c #conflict = 0
34.09/34.20	c #restart = 0
34.09/34.20	c BCD2: found a new core of size 1: cost of the new core is >=45212176
34.09/34.20	c lower bound updated to 3690130825200
34.19/34.25	c BCD2: 3693838223631 <= obj <= 11974896935277
34.19/34.25	c BCD2: #cores=169, #unrelaxed=471, #relaxed=866, #hardened=0
34.19/34.25	c BCD2: #sat=1 #unsat=310 bias=310/311
34.19/34.26	c Solving starts ...
34.19/34.26	c ============================[ Search Statistics ]============================
34.19/34.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.19/34.26	c       |         |          |          |    Limit     GC | Var      | Constra 
34.19/34.26	c =============================================================================
34.19/34.27	c  0.0s |       0 |        0 |        0 |    26251      0 |     4046 |     6974
34.28/34.34	c  0.1s |       0 |      372 |        0 |    26251      0 |     4046 |     6974
34.28/34.34	c #cpu_time = 0.072s
34.28/34.34	c #wall_clock_time = 0.072s
34.28/34.34	c #decision = 372
34.28/34.34	c #random_decision = 0
34.28/34.34	c #conflict = 0
34.28/34.34	c #restart = 0
34.28/34.34	c BCD2: found a new core of size 2: cost of the new core is >=6724
34.28/34.34	c lower bound updated to 3690130831924
34.38/34.40	c BCD2: 3693838230355 <= obj <= 11974896935277
34.38/34.40	c BCD2: #cores=170, #unrelaxed=469, #relaxed=868, #hardened=0
34.38/34.40	c BCD2: #sat=1 #unsat=311 bias=311/312
34.38/34.40	c Solving starts ...
34.38/34.40	c ============================[ Search Statistics ]============================
34.38/34.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.38/34.40	c       |         |          |          |    Limit     GC | Var      | Constra 
34.38/34.40	c =============================================================================
34.38/34.41	c  0.0s |       0 |        0 |        0 |    26251      0 |     4046 |     6974
34.38/34.48	c  0.1s |       0 |      697 |        1 |    28877      0 |     4046 |     6974
34.38/34.48	c #cpu_time = 0.067s
34.38/34.48	c #wall_clock_time = 0.068s
34.38/34.48	c #decision = 697
34.38/34.48	c #random_decision = 0
34.38/34.48	c #conflict = 1
34.38/34.48	c #restart = 0
34.38/34.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
34.38/34.48	c lower bound updated to 3690130832006
34.48/34.54	c BCD2: 3693838230437 <= obj <= 11974896935277
34.48/34.54	c BCD2: #cores=170, #unrelaxed=468, #relaxed=869, #hardened=0
34.48/34.54	c BCD2: #sat=1 #unsat=312 bias=312/313
34.48/34.54	c Solving starts ...
34.48/34.54	c ============================[ Search Statistics ]============================
34.48/34.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.48/34.54	c       |         |          |          |    Limit     GC | Var      | Constra 
34.48/34.54	c =============================================================================
34.48/34.55	c  0.0s |       0 |        0 |        0 |    28877      0 |     4047 |     6974
34.58/34.62	c  0.1s |       0 |      697 |        1 |    28877      0 |     4047 |     6975
34.58/34.62	c #cpu_time = 0.068s
34.58/34.62	c #wall_clock_time = 0.069s
34.58/34.62	c #decision = 697
34.58/34.62	c #random_decision = 0
34.58/34.62	c #conflict = 1
34.58/34.62	c #restart = 0
34.58/34.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
34.58/34.62	c lower bound updated to 3690130832007
34.58/34.68	c BCD2: 3693838230438 <= obj <= 11974896935277
34.58/34.68	c BCD2: #cores=170, #unrelaxed=467, #relaxed=870, #hardened=0
34.58/34.68	c BCD2: #sat=1 #unsat=313 bias=313/314
34.58/34.68	c Solving starts ...
34.58/34.68	c ============================[ Search Statistics ]============================
34.58/34.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.58/34.68	c       |         |          |          |    Limit     GC | Var      | Constra 
34.58/34.68	c =============================================================================
34.58/34.69	c  0.0s |       0 |        0 |        0 |    28877      0 |     4048 |     6975
34.68/34.76	c  0.1s |       0 |      372 |        0 |    28877      0 |     4048 |     6976
34.68/34.76	c #cpu_time = 0.064s
34.68/34.76	c #wall_clock_time = 0.064s
34.68/34.76	c #decision = 372
34.68/34.76	c #random_decision = 0
34.68/34.76	c #conflict = 0
34.68/34.76	c #restart = 0
34.68/34.76	c BCD2: found a new core of size 1: cost of the new core is >=45212176
34.68/34.76	c lower bound updated to 3690176044183
34.78/34.81	c BCD2: 3693883442614 <= obj <= 11974896935277
34.78/34.81	c BCD2: #cores=171, #unrelaxed=466, #relaxed=871, #hardened=0
34.78/34.81	c BCD2: #sat=1 #unsat=314 bias=314/315
34.78/34.82	c Solving starts ...
34.78/34.82	c ============================[ Search Statistics ]============================
34.78/34.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.78/34.82	c       |         |          |          |    Limit     GC | Var      | Constra 
34.78/34.82	c =============================================================================
34.78/34.83	c  0.0s |       0 |        0 |        0 |    28877      0 |     4048 |     6976
34.88/34.90	c  0.1s |       0 |      374 |        0 |    28877      0 |     4048 |     6976
34.88/34.90	c #cpu_time = 0.073s
34.88/34.90	c #wall_clock_time = 0.073s
34.88/34.90	c #decision = 374
34.88/34.90	c #random_decision = 0
34.88/34.90	c #conflict = 0
34.88/34.90	c #restart = 0
34.88/34.90	c BCD2: found a new core of size 2: cost of the new core is >=6724
34.88/34.90	c lower bound updated to 3690176050907
34.88/34.96	c BCD2: 3693883449338 <= obj <= 11974896935277
34.88/34.96	c BCD2: #cores=172, #unrelaxed=464, #relaxed=873, #hardened=0
34.88/34.96	c BCD2: #sat=1 #unsat=315 bias=315/316
34.88/34.96	c Solving starts ...
34.88/34.96	c ============================[ Search Statistics ]============================
34.88/34.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.88/34.96	c       |         |          |          |    Limit     GC | Var      | Constra 
34.88/34.96	c =============================================================================
34.88/34.97	c  0.0s |       0 |        0 |        0 |    28877      0 |     4048 |     6976
34.98/35.04	c  0.1s |       0 |      700 |        1 |    28877      0 |     4048 |     6976
34.98/35.04	c #cpu_time = 0.069s
34.98/35.04	c #wall_clock_time = 0.069s
34.98/35.04	c #decision = 700
34.98/35.04	c #random_decision = 0
34.98/35.04	c #conflict = 1
34.98/35.04	c #restart = 0
34.98/35.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
34.98/35.04	c lower bound updated to 3690176050989
35.08/35.10	c BCD2: 3693883449420 <= obj <= 11974896935277
35.08/35.10	c BCD2: #cores=172, #unrelaxed=463, #relaxed=874, #hardened=0
35.08/35.10	c BCD2: #sat=1 #unsat=316 bias=316/317
35.08/35.10	c Solving starts ...
35.08/35.10	c ============================[ Search Statistics ]============================
35.08/35.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.08/35.10	c       |         |          |          |    Limit     GC | Var      | Constra 
35.08/35.10	c =============================================================================
35.08/35.11	c  0.0s |       0 |        0 |        0 |    28877      0 |     4049 |     6976
35.08/35.18	c  0.1s |       0 |      700 |        1 |    28877      0 |     4049 |     6977
35.08/35.18	c #cpu_time = 0.070s
35.08/35.18	c #wall_clock_time = 0.070s
35.08/35.18	c #decision = 700
35.08/35.18	c #random_decision = 0
35.08/35.18	c #conflict = 1
35.08/35.18	c #restart = 0
35.08/35.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
35.08/35.18	c lower bound updated to 3690176050990
35.19/35.24	c BCD2: 3693883449421 <= obj <= 11974896935277
35.19/35.24	c BCD2: #cores=172, #unrelaxed=462, #relaxed=875, #hardened=0
35.19/35.24	c BCD2: #sat=1 #unsat=317 bias=317/318
35.19/35.24	c Solving starts ...
35.19/35.24	c ============================[ Search Statistics ]============================
35.19/35.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.19/35.24	c       |         |          |          |    Limit     GC | Var      | Constra 
35.19/35.24	c =============================================================================
35.19/35.25	c  0.0s |       0 |        0 |        0 |    28877      0 |     4050 |     6977
35.29/35.32	c  0.1s |       0 |      374 |        0 |    28877      0 |     4050 |     6978
35.29/35.32	c #cpu_time = 0.065s
35.29/35.32	c #wall_clock_time = 0.065s
35.29/35.32	c #decision = 374
35.29/35.32	c #random_decision = 0
35.29/35.32	c #conflict = 0
35.29/35.32	c #restart = 0
35.29/35.32	c BCD2: found a new core of size 1: cost of the new core is >=45212176
35.29/35.32	c lower bound updated to 3690221263166
35.29/35.37	c BCD2: 3693928661597 <= obj <= 11974896935277
35.29/35.37	c BCD2: #cores=173, #unrelaxed=461, #relaxed=876, #hardened=0
35.29/35.37	c BCD2: #sat=1 #unsat=318 bias=318/319
35.29/35.38	c Solving starts ...
35.29/35.38	c ============================[ Search Statistics ]============================
35.29/35.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.29/35.38	c       |         |          |          |    Limit     GC | Var      | Constra 
35.29/35.38	c =============================================================================
35.29/35.39	c  0.0s |       0 |        0 |        0 |    28877      0 |     4050 |     6978
35.38/35.46	c  0.1s |       0 |      734 |        2 |    28877      0 |     4050 |     6978
35.38/35.46	c #cpu_time = 0.072s
35.38/35.46	c #wall_clock_time = 0.072s
35.38/35.46	c #decision = 734
35.38/35.46	c #random_decision = 0
35.38/35.46	c #conflict = 2
35.38/35.46	c #restart = 0
35.38/35.46	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=558092
35.38/35.46	c BCD2: refineLB: 556446 -> 558092
35.38/35.46	c lower bound updated to 3690221814451
35.48/35.52	c BCD2: 3693929212882 <= obj <= 11974896935277
35.48/35.52	c BCD2: #cores=173, #unrelaxed=457, #relaxed=880, #hardened=0
35.48/35.52	c BCD2: #sat=1 #unsat=319 bias=319/320
35.48/35.52	c Solving starts ...
35.48/35.52	c ============================[ Search Statistics ]============================
35.48/35.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.48/35.52	c       |         |          |          |    Limit     GC | Var      | Constra 
35.48/35.52	c =============================================================================
35.48/35.53	c  0.0s |       0 |        0 |        0 |    28877      0 |     4104 |     6978
35.58/35.60	c  0.1s |       0 |      373 |        0 |    28877      0 |     4104 |     7085
35.58/35.60	c #cpu_time = 0.066s
35.58/35.60	c #wall_clock_time = 0.066s
35.58/35.60	c #decision = 373
35.58/35.60	c #random_decision = 0
35.58/35.60	c #conflict = 0
35.58/35.60	c #restart = 0
35.58/35.60	c BCD2: found a new core of size 2: cost of the new core is >=82
35.58/35.60	c lower bound updated to 3690221814533
35.58/35.65	c BCD2: 3693929212964 <= obj <= 11974896935277
35.58/35.65	c BCD2: #cores=174, #unrelaxed=455, #relaxed=882, #hardened=0
35.58/35.65	c BCD2: #sat=1 #unsat=320 bias=320/321
35.58/35.66	c Solving starts ...
35.58/35.66	c ============================[ Search Statistics ]============================
35.58/35.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.58/35.66	c       |         |          |          |    Limit     GC | Var      | Constra 
35.58/35.66	c =============================================================================
35.58/35.67	c  0.0s |       0 |        0 |        0 |    28877      0 |     4104 |     7085
35.68/35.74	c  0.1s |       0 |      703 |        1 |    28877      0 |     4104 |     7085
35.68/35.74	c #cpu_time = 0.070s
35.68/35.74	c #wall_clock_time = 0.070s
35.68/35.74	c #decision = 703
35.68/35.74	c #random_decision = 0
35.68/35.74	c #conflict = 1
35.68/35.74	c #restart = 0
35.68/35.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
35.68/35.74	c lower bound updated to 3690221814534
35.68/35.79	c BCD2: 3693929212965 <= obj <= 11974896935277
35.68/35.79	c BCD2: #cores=174, #unrelaxed=454, #relaxed=883, #hardened=0
35.68/35.79	c BCD2: #sat=1 #unsat=321 bias=321/322
35.78/35.80	c Solving starts ...
35.78/35.80	c ============================[ Search Statistics ]============================
35.78/35.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.78/35.80	c       |         |          |          |    Limit     GC | Var      | Constra 
35.78/35.80	c =============================================================================
35.78/35.81	c  0.0s |       0 |        0 |        0 |    28877      0 |     4105 |     7085
35.78/35.88	c  0.1s |       0 |      373 |        0 |    28877      0 |     4105 |     7086
35.78/35.88	c #cpu_time = 0.066s
35.78/35.88	c #wall_clock_time = 0.066s
35.78/35.88	c #decision = 373
35.78/35.88	c #random_decision = 0
35.78/35.88	c #conflict = 0
35.78/35.88	c #restart = 0
35.78/35.88	c BCD2: found a new core of size 1: cost of the new core is >=45212176
35.78/35.88	c lower bound updated to 3690267026710
35.88/35.93	c BCD2: 3693974425141 <= obj <= 11974896935277
35.88/35.93	c BCD2: #cores=175, #unrelaxed=453, #relaxed=884, #hardened=0
35.88/35.93	c BCD2: #sat=1 #unsat=322 bias=322/323
35.88/35.93	c Solving starts ...
35.88/35.93	c ============================[ Search Statistics ]============================
35.88/35.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.88/35.93	c       |         |          |          |    Limit     GC | Var      | Constra 
35.88/35.93	c =============================================================================
35.88/35.95	c  0.0s |       0 |        0 |        0 |    28877      0 |     4105 |     7086
35.98/36.01	c  0.1s |       0 |      375 |        0 |    28877      0 |     4105 |     7086
35.98/36.01	c #cpu_time = 0.066s
35.98/36.01	c #wall_clock_time = 0.067s
35.98/36.01	c #decision = 375
35.98/36.01	c #random_decision = 0
35.98/36.01	c #conflict = 0
35.98/36.01	c #restart = 0
35.98/36.01	c BCD2: found a new core of size 2: cost of the new core is >=6724
35.98/36.01	c lower bound updated to 3690267033434
35.98/36.07	c BCD2: 3693974431865 <= obj <= 11974896935277
35.98/36.07	c BCD2: #cores=176, #unrelaxed=451, #relaxed=886, #hardened=0
35.98/36.07	c BCD2: #sat=1 #unsat=323 bias=323/324
36.18/36.26	c Solving starts ...
36.18/36.26	c ============================[ Search Statistics ]============================
36.18/36.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.18/36.26	c       |         |          |          |    Limit     GC | Var      | Constra 
36.18/36.26	c =============================================================================
36.18/36.26	c  0.0s |       0 |        0 |        0 |    28877      0 |     4105 |     7086
36.29/36.32	c  0.1s |       0 |      699 |        1 |    28877      0 |     4105 |     7086
36.29/36.32	c #cpu_time = 0.059s
36.29/36.32	c #wall_clock_time = 0.059s
36.29/36.32	c #decision = 699
36.29/36.32	c #random_decision = 0
36.29/36.32	c #conflict = 1
36.29/36.32	c #restart = 0
36.29/36.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
36.29/36.32	c lower bound updated to 3690267033516
36.29/36.37	c BCD2: 3693974431947 <= obj <= 11974896935277
36.29/36.37	c BCD2: #cores=176, #unrelaxed=450, #relaxed=887, #hardened=0
36.29/36.37	c BCD2: #sat=1 #unsat=324 bias=324/325
36.29/36.38	c Solving starts ...
36.29/36.38	c ============================[ Search Statistics ]============================
36.29/36.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.29/36.38	c       |         |          |          |    Limit     GC | Var      | Constra 
36.29/36.38	c =============================================================================
36.29/36.38	c  0.0s |       0 |        0 |        0 |    28877      0 |     4106 |     7086
36.39/36.45	c  0.1s |       0 |      699 |        1 |    28877      0 |     4106 |     7087
36.39/36.45	c #cpu_time = 0.061s
36.39/36.45	c #wall_clock_time = 0.062s
36.39/36.45	c #decision = 699
36.39/36.45	c #random_decision = 0
36.39/36.45	c #conflict = 1
36.39/36.45	c #restart = 0
36.39/36.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
36.39/36.45	c lower bound updated to 3690267033517
36.48/36.50	c BCD2: 3693974431948 <= obj <= 11974896935277
36.48/36.50	c BCD2: #cores=176, #unrelaxed=449, #relaxed=888, #hardened=0
36.48/36.50	c BCD2: #sat=1 #unsat=325 bias=325/326
36.48/36.51	c Solving starts ...
36.48/36.51	c ============================[ Search Statistics ]============================
36.48/36.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.48/36.51	c       |         |          |          |    Limit     GC | Var      | Constra 
36.48/36.51	c =============================================================================
36.48/36.51	c  0.0s |       0 |        0 |        0 |    28877      0 |     4107 |     7087
36.48/36.57	c  0.1s |       0 |      375 |        0 |    28877      0 |     4107 |     7088
36.48/36.57	c #cpu_time = 0.055s
36.48/36.57	c #wall_clock_time = 0.055s
36.48/36.57	c #decision = 375
36.48/36.57	c #random_decision = 0
36.48/36.57	c #conflict = 0
36.48/36.57	c #restart = 0
36.48/36.57	c BCD2: found a new core of size 1: cost of the new core is >=45212176
36.48/36.57	c lower bound updated to 3690312245693
36.58/36.62	c BCD2: 3694019644124 <= obj <= 11974896935277
36.58/36.62	c BCD2: #cores=177, #unrelaxed=448, #relaxed=889, #hardened=0
36.58/36.62	c BCD2: #sat=1 #unsat=326 bias=326/327
36.58/36.64	c Solving starts ...
36.58/36.64	c ============================[ Search Statistics ]============================
36.58/36.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.58/36.64	c       |         |          |          |    Limit     GC | Var      | Constra 
36.58/36.64	c =============================================================================
36.58/36.64	c  0.0s |       0 |        0 |        0 |    28877      0 |     4107 |     7088
36.68/36.70	c  0.1s |       0 |      377 |        0 |    28877      0 |     4107 |     7088
36.68/36.70	c #cpu_time = 0.058s
36.68/36.70	c #wall_clock_time = 0.058s
36.68/36.70	c #decision = 377
36.68/36.70	c #random_decision = 0
36.68/36.70	c #conflict = 0
36.68/36.70	c #restart = 0
36.68/36.70	c BCD2: found a new core of size 2: cost of the new core is >=6724
36.68/36.70	c lower bound updated to 3690312252417
36.68/36.75	c BCD2: 3694019650848 <= obj <= 11974896935277
36.68/36.75	c BCD2: #cores=178, #unrelaxed=446, #relaxed=891, #hardened=0
36.68/36.75	c BCD2: #sat=1 #unsat=327 bias=327/328
36.68/36.76	c Solving starts ...
36.68/36.76	c ============================[ Search Statistics ]============================
36.68/36.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.68/36.76	c       |         |          |          |    Limit     GC | Var      | Constra 
36.68/36.76	c =============================================================================
36.68/36.77	c  0.0s |       0 |        0 |        0 |    28877      0 |     4107 |     7088
36.78/36.83	c  0.1s |       0 |      702 |        1 |    28877      0 |     4107 |     7088
36.78/36.83	c #cpu_time = 0.060s
36.78/36.83	c #wall_clock_time = 0.060s
36.78/36.83	c #decision = 702
36.78/36.83	c #random_decision = 0
36.78/36.83	c #conflict = 1
36.78/36.83	c #restart = 0
36.78/36.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
36.78/36.83	c lower bound updated to 3690312252499
36.78/36.88	c BCD2: 3694019650930 <= obj <= 11974896935277
36.78/36.88	c BCD2: #cores=178, #unrelaxed=445, #relaxed=892, #hardened=0
36.78/36.88	c BCD2: #sat=1 #unsat=328 bias=328/329
36.88/36.90	c Solving starts ...
36.88/36.90	c ============================[ Search Statistics ]============================
36.88/36.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.88/36.90	c       |         |          |          |    Limit     GC | Var      | Constra 
36.88/36.90	c =============================================================================
36.88/36.90	c  0.0s |       0 |        0 |        0 |    28877      0 |     4108 |     7088
36.88/36.96	c  0.1s |       0 |      702 |        1 |    28877      0 |     4108 |     7089
36.88/36.96	c #cpu_time = 0.062s
36.88/36.96	c #wall_clock_time = 0.062s
36.88/36.96	c #decision = 702
36.88/36.96	c #random_decision = 0
36.88/36.96	c #conflict = 1
36.88/36.96	c #restart = 0
36.88/36.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
36.88/36.96	c lower bound updated to 3690312252500
36.98/37.01	c BCD2: 3694019650931 <= obj <= 11974896935277
36.98/37.01	c BCD2: #cores=178, #unrelaxed=444, #relaxed=893, #hardened=0
36.98/37.01	c BCD2: #sat=1 #unsat=329 bias=329/330
36.98/37.02	c Solving starts ...
36.98/37.02	c ============================[ Search Statistics ]============================
36.98/37.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.98/37.02	c       |         |          |          |    Limit     GC | Var      | Constra 
36.98/37.02	c =============================================================================
36.98/37.03	c  0.0s |       0 |        0 |        0 |    28877      0 |     4109 |     7089
36.98/37.09	c  0.1s |       0 |      377 |        0 |    28877      0 |     4109 |     7090
36.98/37.09	c #cpu_time = 0.056s
36.98/37.09	c #wall_clock_time = 0.056s
36.98/37.09	c #decision = 377
36.98/37.09	c #random_decision = 0
36.98/37.09	c #conflict = 0
36.98/37.09	c #restart = 0
36.98/37.09	c BCD2: found a new core of size 1: cost of the new core is >=45212176
36.98/37.09	c lower bound updated to 3690357464676
37.08/37.14	c BCD2: 3694064863107 <= obj <= 11974896935277
37.08/37.14	c BCD2: #cores=179, #unrelaxed=443, #relaxed=894, #hardened=0
37.08/37.14	c BCD2: #sat=1 #unsat=330 bias=330/331
37.08/37.14	c Solving starts ...
37.08/37.14	c ============================[ Search Statistics ]============================
37.08/37.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.08/37.14	c       |         |          |          |    Limit     GC | Var      | Constra 
37.08/37.14	c =============================================================================
37.08/37.15	c  0.0s |       0 |        0 |        0 |    28877      0 |     4109 |     7090
37.18/37.22	c  0.1s |       0 |      687 |        1 |    28877      0 |     4109 |     7090
37.18/37.22	c #cpu_time = 0.064s
37.18/37.22	c #wall_clock_time = 0.064s
37.18/37.22	c #decision = 687
37.18/37.22	c #random_decision = 0
37.18/37.22	c #conflict = 1
37.18/37.22	c #restart = 0
37.18/37.22	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=558092
37.18/37.22	c BCD2: refineLB: 556509 -> 558092
37.18/37.22	c lower bound updated to 3690358015961
37.18/37.27	c BCD2: 3694065414392 <= obj <= 11974896935277
37.18/37.27	c BCD2: #cores=179, #unrelaxed=440, #relaxed=897, #hardened=0
37.18/37.27	c BCD2: #sat=1 #unsat=331 bias=331/332
37.18/37.28	c Solving starts ...
37.18/37.28	c ============================[ Search Statistics ]============================
37.18/37.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.18/37.28	c       |         |          |          |    Limit     GC | Var      | Constra 
37.18/37.28	c =============================================================================
37.18/37.29	c  0.0s |       0 |        0 |        0 |    28877      0 |     4183 |     7090
37.28/37.35	c  0.1s |       0 |      377 |        0 |    28877      0 |     4183 |     7237
37.28/37.35	c #cpu_time = 0.057s
37.28/37.35	c #wall_clock_time = 0.057s
37.28/37.35	c #decision = 377
37.28/37.35	c #random_decision = 0
37.28/37.35	c #conflict = 0
37.28/37.35	c #restart = 0
37.28/37.35	c BCD2: found a new core of size 2: cost of the new core is >=82
37.28/37.35	c lower bound updated to 3690358016043
37.28/37.40	c BCD2: 3694065414474 <= obj <= 11974896935277
37.28/37.40	c BCD2: #cores=180, #unrelaxed=438, #relaxed=899, #hardened=0
37.28/37.40	c BCD2: #sat=1 #unsat=332 bias=332/333
37.39/37.40	c Solving starts ...
37.39/37.40	c ============================[ Search Statistics ]============================
37.39/37.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.39/37.40	c       |         |          |          |    Limit     GC | Var      | Constra 
37.39/37.40	c =============================================================================
37.39/37.42	c  0.0s |       0 |        0 |        0 |    28877      0 |     4183 |     7237
37.39/37.48	c  0.1s |       0 |      701 |        1 |    28877      0 |     4183 |     7237
37.39/37.48	c #cpu_time = 0.063s
37.39/37.48	c #wall_clock_time = 0.063s
37.39/37.48	c #decision = 701
37.39/37.48	c #random_decision = 0
37.39/37.48	c #conflict = 1
37.39/37.48	c #restart = 0
37.39/37.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
37.39/37.48	c lower bound updated to 3690358016044
37.49/37.53	c BCD2: 3694065414475 <= obj <= 11974896935277
37.49/37.53	c BCD2: #cores=180, #unrelaxed=437, #relaxed=900, #hardened=0
37.49/37.53	c BCD2: #sat=1 #unsat=333 bias=333/334
37.49/37.54	c Solving starts ...
37.49/37.54	c ============================[ Search Statistics ]============================
37.49/37.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.49/37.54	c       |         |          |          |    Limit     GC | Var      | Constra 
37.49/37.54	c =============================================================================
37.49/37.55	c  0.0s |       0 |        0 |        0 |    28877      0 |     4184 |     7237
37.58/37.61	c  0.1s |       0 |      377 |        0 |    28877      0 |     4184 |     7238
37.58/37.61	c #cpu_time = 0.057s
37.58/37.61	c #wall_clock_time = 0.057s
37.58/37.61	c #decision = 377
37.58/37.61	c #random_decision = 0
37.58/37.61	c #conflict = 0
37.58/37.61	c #restart = 0
37.58/37.61	c BCD2: found a new core of size 1: cost of the new core is >=45212176
37.58/37.61	c lower bound updated to 3690403228220
37.58/37.66	c BCD2: 3694110626651 <= obj <= 11974896935277
37.58/37.66	c BCD2: #cores=181, #unrelaxed=436, #relaxed=901, #hardened=0
37.58/37.66	c BCD2: #sat=1 #unsat=334 bias=334/335
37.58/37.66	c Solving starts ...
37.58/37.66	c ============================[ Search Statistics ]============================
37.58/37.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.58/37.66	c       |         |          |          |    Limit     GC | Var      | Constra 
37.58/37.66	c =============================================================================
37.58/37.67	c  0.0s |       0 |        0 |        0 |    28877      0 |     4184 |     7238
37.68/37.74	c  0.1s |       0 |      379 |        0 |    28877      0 |     4184 |     7238
37.68/37.74	c #cpu_time = 0.067s
37.68/37.74	c #wall_clock_time = 0.067s
37.68/37.74	c #decision = 379
37.68/37.74	c #random_decision = 0
37.68/37.74	c #conflict = 0
37.68/37.74	c #restart = 0
37.68/37.74	c BCD2: found a new core of size 2: cost of the new core is >=6724
37.68/37.74	c lower bound updated to 3690403234944
37.78/37.80	c BCD2: 3694110633375 <= obj <= 11974896935277
37.78/37.80	c BCD2: #cores=182, #unrelaxed=434, #relaxed=903, #hardened=0
37.78/37.80	c BCD2: #sat=1 #unsat=335 bias=335/336
37.78/37.80	c Solving starts ...
37.78/37.80	c ============================[ Search Statistics ]============================
37.78/37.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.78/37.80	c       |         |          |          |    Limit     GC | Var      | Constra 
37.78/37.80	c =============================================================================
37.78/37.81	c  0.0s |       0 |        0 |        0 |    28877      0 |     4184 |     7238
37.78/37.88	c  0.1s |       0 |      703 |        1 |    28877      0 |     4184 |     7238
37.78/37.88	c #cpu_time = 0.062s
37.78/37.88	c #wall_clock_time = 0.062s
37.78/37.88	c #decision = 703
37.78/37.88	c #random_decision = 0
37.78/37.88	c #conflict = 1
37.78/37.88	c #restart = 0
37.78/37.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
37.78/37.88	c lower bound updated to 3690403235026
37.88/37.93	c BCD2: 3694110633457 <= obj <= 11974896935277
37.88/37.93	c BCD2: #cores=182, #unrelaxed=433, #relaxed=904, #hardened=0
37.88/37.93	c BCD2: #sat=1 #unsat=336 bias=336/337
37.88/37.94	c Solving starts ...
37.88/37.94	c ============================[ Search Statistics ]============================
37.88/37.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.88/37.94	c       |         |          |          |    Limit     GC | Var      | Constra 
37.88/37.94	c =============================================================================
37.88/37.95	c  0.0s |       0 |        0 |        0 |    28877      0 |     4185 |     7238
37.98/38.01	c  0.1s |       0 |      711 |        1 |    28877      0 |     4185 |     7239
37.98/38.01	c #cpu_time = 0.064s
37.98/38.01	c #wall_clock_time = 0.064s
37.98/38.01	c #decision = 711
37.98/38.01	c #random_decision = 0
37.98/38.01	c #conflict = 1
37.98/38.01	c #restart = 0
37.98/38.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
37.98/38.01	c lower bound updated to 3690403235027
37.98/38.06	c BCD2: 3694110633458 <= obj <= 11974896935277
37.98/38.06	c BCD2: #cores=182, #unrelaxed=432, #relaxed=905, #hardened=0
37.98/38.06	c BCD2: #sat=1 #unsat=337 bias=337/338
37.98/38.07	c Solving starts ...
37.98/38.07	c ============================[ Search Statistics ]============================
37.98/38.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.98/38.07	c       |         |          |          |    Limit     GC | Var      | Constra 
37.98/38.07	c =============================================================================
37.98/38.08	c  0.0s |       0 |        0 |        0 |    28877      0 |     4186 |     7239
38.08/38.14	c  0.1s |       0 |      379 |        0 |    28877      0 |     4186 |     7240
38.08/38.14	c #cpu_time = 0.058s
38.08/38.14	c #wall_clock_time = 0.058s
38.08/38.14	c #decision = 379
38.08/38.14	c #random_decision = 0
38.08/38.14	c #conflict = 0
38.08/38.14	c #restart = 0
38.08/38.14	c BCD2: found a new core of size 1: cost of the new core is >=45212176
38.08/38.14	c lower bound updated to 3690448447203
38.08/38.19	c BCD2: 3694155845634 <= obj <= 11974896935277
38.08/38.19	c BCD2: #cores=183, #unrelaxed=431, #relaxed=906, #hardened=0
38.08/38.19	c BCD2: #sat=1 #unsat=338 bias=338/339
38.18/38.20	c Solving starts ...
38.18/38.20	c ============================[ Search Statistics ]============================
38.18/38.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.18/38.20	c       |         |          |          |    Limit     GC | Var      | Constra 
38.18/38.20	c =============================================================================
38.18/38.21	c  0.0s |       0 |        0 |        0 |    28877      0 |     4186 |     7240
38.18/38.29	c  0.1s |       0 |      776 |        2 |    28877      0 |     4186 |     7240
38.18/38.29	c #cpu_time = 0.079s
38.18/38.29	c #wall_clock_time = 0.079s
38.18/38.29	c #decision = 776
38.18/38.29	c #random_decision = 0
38.18/38.29	c #conflict = 2
38.18/38.29	c #restart = 0
38.18/38.29	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=558092
38.18/38.29	c BCD2: refineLB: 556548 -> 558092
38.18/38.29	c lower bound updated to 3690448998488
38.28/38.34	c BCD2: 3694156396919 <= obj <= 11974896935277
38.28/38.34	c BCD2: #cores=183, #unrelaxed=429, #relaxed=908, #hardened=0
38.28/38.34	c BCD2: #sat=1 #unsat=339 bias=339/340
38.28/38.35	c Solving starts ...
38.28/38.35	c ============================[ Search Statistics ]============================
38.28/38.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.28/38.35	c       |         |          |          |    Limit     GC | Var      | Constra 
38.28/38.35	c =============================================================================
38.28/38.36	c  0.0s |       0 |        0 |        0 |    28877      0 |     4188 |     7240
38.38/38.42	c  0.1s |       0 |      380 |        0 |    28877      0 |     4188 |     7243
38.38/38.42	c #cpu_time = 0.058s
38.38/38.42	c #wall_clock_time = 0.058s
38.38/38.42	c #decision = 380
38.38/38.42	c #random_decision = 0
38.38/38.42	c #conflict = 0
38.38/38.42	c #restart = 0
38.38/38.42	c BCD2: found a new core of size 2: cost of the new core is >=82
38.38/38.42	c lower bound updated to 3690448998570
38.38/38.47	c BCD2: 3694156397001 <= obj <= 11974896935277
38.38/38.47	c BCD2: #cores=184, #unrelaxed=427, #relaxed=910, #hardened=0
38.38/38.47	c BCD2: #sat=1 #unsat=340 bias=340/341
38.38/38.48	c Solving starts ...
38.38/38.48	c ============================[ Search Statistics ]============================
38.38/38.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.38/38.48	c       |         |          |          |    Limit     GC | Var      | Constra 
38.38/38.48	c =============================================================================
38.38/38.49	c  0.0s |       0 |        0 |        0 |    28877      0 |     4188 |     7243
38.49/38.56	c  0.1s |       0 |      704 |        1 |    28877      0 |     4188 |     7243
38.49/38.56	c #cpu_time = 0.065s
38.49/38.56	c #wall_clock_time = 0.065s
38.49/38.56	c #decision = 704
38.49/38.56	c #random_decision = 0
38.49/38.56	c #conflict = 1
38.49/38.56	c #restart = 0
38.49/38.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
38.49/38.56	c lower bound updated to 3690448998571
38.59/38.61	c BCD2: 3694156397002 <= obj <= 11974896935277
38.59/38.61	c BCD2: #cores=184, #unrelaxed=426, #relaxed=911, #hardened=0
38.59/38.61	c BCD2: #sat=1 #unsat=341 bias=341/342
38.59/38.61	c Solving starts ...
38.59/38.61	c ============================[ Search Statistics ]============================
38.59/38.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.59/38.61	c       |         |          |          |    Limit     GC | Var      | Constra 
38.59/38.61	c =============================================================================
38.59/38.62	c  0.0s |       0 |        0 |        0 |    28877      0 |     4189 |     7243
38.59/38.68	c  0.1s |       0 |      380 |        0 |    28877      0 |     4189 |     7244
38.59/38.68	c #cpu_time = 0.059s
38.59/38.68	c #wall_clock_time = 0.059s
38.59/38.68	c #decision = 380
38.59/38.68	c #random_decision = 0
38.59/38.68	c #conflict = 0
38.59/38.68	c #restart = 0
38.59/38.68	c BCD2: found a new core of size 1: cost of the new core is >=45212176
38.59/38.68	c lower bound updated to 3690494210747
38.68/38.74	c BCD2: 3694201609178 <= obj <= 11974896935277
38.68/38.74	c BCD2: #cores=185, #unrelaxed=425, #relaxed=912, #hardened=0
38.68/38.74	c BCD2: #sat=1 #unsat=342 bias=342/343
38.68/38.74	c Solving starts ...
38.68/38.74	c ============================[ Search Statistics ]============================
38.68/38.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.68/38.74	c       |         |          |          |    Limit     GC | Var      | Constra 
38.68/38.74	c =============================================================================
38.68/38.75	c  0.0s |       0 |        0 |        0 |    28877      0 |     4189 |     7244
38.78/38.82	c  0.1s |       0 |      382 |        0 |    28877      0 |     4189 |     7244
38.78/38.82	c #cpu_time = 0.068s
38.78/38.82	c #wall_clock_time = 0.068s
38.78/38.82	c #decision = 382
38.78/38.82	c #random_decision = 0
38.78/38.82	c #conflict = 0
38.78/38.82	c #restart = 0
38.78/38.82	c BCD2: found a new core of size 2: cost of the new core is >=6724
38.78/38.82	c lower bound updated to 3690494217471
38.78/38.88	c BCD2: 3694201615902 <= obj <= 11974896935277
38.78/38.88	c BCD2: #cores=186, #unrelaxed=423, #relaxed=914, #hardened=0
38.78/38.88	c BCD2: #sat=1 #unsat=343 bias=343/344
38.78/38.88	c Solving starts ...
38.78/38.88	c ============================[ Search Statistics ]============================
38.78/38.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.78/38.88	c       |         |          |          |    Limit     GC | Var      | Constra 
38.78/38.88	c =============================================================================
38.78/38.90	c  0.0s |       0 |        0 |        0 |    28877      0 |     4189 |     7244
38.88/38.96	c  0.1s |       0 |      706 |        1 |    28877      0 |     4189 |     7244
38.88/38.96	c #cpu_time = 0.064s
38.88/38.96	c #wall_clock_time = 0.064s
38.88/38.96	c #decision = 706
38.88/38.96	c #random_decision = 0
38.88/38.96	c #conflict = 1
38.88/38.96	c #restart = 0
38.88/38.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
38.88/38.96	c lower bound updated to 3690494217553
38.98/39.01	c BCD2: 3694201615984 <= obj <= 11974896935277
38.98/39.01	c BCD2: #cores=186, #unrelaxed=422, #relaxed=915, #hardened=0
38.98/39.01	c BCD2: #sat=1 #unsat=344 bias=344/345
38.98/39.02	c Solving starts ...
38.98/39.02	c ============================[ Search Statistics ]============================
38.98/39.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.98/39.02	c       |         |          |          |    Limit     GC | Var      | Constra 
38.98/39.02	c =============================================================================
38.98/39.03	c  0.0s |       0 |        0 |        0 |    28877      0 |     4190 |     7244
39.08/39.10	c  0.1s |       0 |      706 |        1 |    28877      0 |     4190 |     7245
39.08/39.10	c #cpu_time = 0.066s
39.08/39.10	c #wall_clock_time = 0.066s
39.08/39.10	c #decision = 706
39.08/39.10	c #random_decision = 0
39.08/39.10	c #conflict = 1
39.08/39.10	c #restart = 0
39.08/39.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
39.08/39.10	c lower bound updated to 3690494217554
39.08/39.15	c BCD2: 3694201615985 <= obj <= 11974896935277
39.08/39.15	c BCD2: #cores=186, #unrelaxed=421, #relaxed=916, #hardened=0
39.08/39.15	c BCD2: #sat=1 #unsat=345 bias=345/346
39.08/39.15	c Solving starts ...
39.08/39.15	c ============================[ Search Statistics ]============================
39.08/39.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.08/39.15	c       |         |          |          |    Limit     GC | Var      | Constra 
39.08/39.15	c =============================================================================
39.08/39.17	c  0.0s |       0 |        0 |        0 |    28877      0 |     4191 |     7245
39.18/39.23	c  0.1s |       0 |      382 |        0 |    28877      0 |     4191 |     7246
39.18/39.23	c #cpu_time = 0.059s
39.18/39.23	c #wall_clock_time = 0.060s
39.18/39.23	c #decision = 382
39.18/39.23	c #random_decision = 0
39.18/39.23	c #conflict = 0
39.18/39.23	c #restart = 0
39.18/39.23	c BCD2: found a new core of size 1: cost of the new core is >=45212176
39.18/39.23	c lower bound updated to 3690539429730
39.18/39.28	c BCD2: 3694246828161 <= obj <= 11974896935277
39.18/39.28	c BCD2: #cores=187, #unrelaxed=420, #relaxed=917, #hardened=0
39.18/39.28	c BCD2: #sat=1 #unsat=346 bias=346/347
39.18/39.28	c Solving starts ...
39.18/39.28	c ============================[ Search Statistics ]============================
39.18/39.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.18/39.28	c       |         |          |          |    Limit     GC | Var      | Constra 
39.18/39.28	c =============================================================================
39.18/39.30	c  0.0s |       0 |        0 |        0 |    28877      0 |     4191 |     7246
39.28/39.36	c  0.1s |       0 |      384 |        0 |    28877      0 |     4191 |     7246
39.28/39.36	c #cpu_time = 0.062s
39.28/39.36	c #wall_clock_time = 0.062s
39.28/39.36	c #decision = 384
39.28/39.36	c #random_decision = 0
39.28/39.36	c #conflict = 0
39.28/39.36	c #restart = 0
39.28/39.36	c BCD2: found a new core of size 2: cost of the new core is >=6724
39.28/39.36	c lower bound updated to 3690539436454
39.38/39.41	c BCD2: 3694246834885 <= obj <= 11974896935277
39.38/39.41	c BCD2: #cores=188, #unrelaxed=418, #relaxed=919, #hardened=0
39.38/39.41	c BCD2: #sat=1 #unsat=347 bias=347/348
39.38/39.42	c Solving starts ...
39.38/39.42	c ============================[ Search Statistics ]============================
39.38/39.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.38/39.42	c       |         |          |          |    Limit     GC | Var      | Constra 
39.38/39.42	c =============================================================================
39.38/39.43	c  0.0s |       0 |        0 |        0 |    28877      0 |     4191 |     7246
39.38/39.49	c  0.1s |       0 |      709 |        1 |    28877      0 |     4191 |     7246
39.38/39.49	c #cpu_time = 0.065s
39.38/39.49	c #wall_clock_time = 0.065s
39.38/39.49	c #decision = 709
39.38/39.49	c #random_decision = 0
39.38/39.49	c #conflict = 1
39.38/39.49	c #restart = 0
39.38/39.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
39.38/39.49	c lower bound updated to 3690539436536
39.48/39.55	c BCD2: 3694246834967 <= obj <= 11974896935277
39.48/39.55	c BCD2: #cores=188, #unrelaxed=417, #relaxed=920, #hardened=0
39.48/39.55	c BCD2: #sat=1 #unsat=348 bias=348/349
39.48/39.55	c Solving starts ...
39.48/39.55	c ============================[ Search Statistics ]============================
39.48/39.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.48/39.55	c       |         |          |          |    Limit     GC | Var      | Constra 
39.48/39.55	c =============================================================================
39.48/39.56	c  0.0s |       0 |        0 |        0 |    28877      0 |     4192 |     7246
39.59/39.63	c  0.1s |       0 |      709 |        1 |    28877      0 |     4192 |     7247
39.59/39.63	c #cpu_time = 0.067s
39.59/39.63	c #wall_clock_time = 0.067s
39.59/39.63	c #decision = 709
39.59/39.63	c #random_decision = 0
39.59/39.63	c #conflict = 1
39.59/39.63	c #restart = 0
39.59/39.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
39.59/39.63	c lower bound updated to 3690539436537
39.59/39.68	c BCD2: 3694246834968 <= obj <= 11974896935277
39.59/39.68	c BCD2: #cores=188, #unrelaxed=416, #relaxed=921, #hardened=0
39.59/39.68	c BCD2: #sat=1 #unsat=349 bias=349/350
39.59/39.69	c Solving starts ...
39.59/39.69	c ============================[ Search Statistics ]============================
39.59/39.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.59/39.69	c       |         |          |          |    Limit     GC | Var      | Constra 
39.59/39.69	c =============================================================================
39.59/39.70	c  0.0s |       0 |        0 |        0 |    28877      0 |     4193 |     7247
39.69/39.76	c  0.1s |       0 |      384 |        0 |    28877      0 |     4193 |     7248
39.69/39.76	c #cpu_time = 0.060s
39.69/39.76	c #wall_clock_time = 0.061s
39.69/39.76	c #decision = 384
39.69/39.76	c #random_decision = 0
39.69/39.76	c #conflict = 0
39.69/39.76	c #restart = 0
39.69/39.76	c BCD2: found a new core of size 1: cost of the new core is >=45212176
39.69/39.76	c lower bound updated to 3690584648713
39.78/39.81	c BCD2: 3694292047144 <= obj <= 11974896935277
39.78/39.81	c BCD2: #cores=189, #unrelaxed=415, #relaxed=922, #hardened=0
39.78/39.81	c BCD2: #sat=1 #unsat=350 bias=350/351
39.78/39.82	c Solving starts ...
39.78/39.82	c ============================[ Search Statistics ]============================
39.78/39.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.78/39.82	c       |         |          |          |    Limit     GC | Var      | Constra 
39.78/39.82	c =============================================================================
39.78/39.83	c  0.0s |       0 |        0 |        0 |    28877      0 |     4193 |     7248
39.88/39.91	c  0.1s |       0 |      705 |        2 |    28877      0 |     4193 |     7248
39.88/39.91	c #cpu_time = 0.079s
39.88/39.91	c #wall_clock_time = 0.079s
39.88/39.91	c #decision = 705
39.88/39.91	c #random_decision = 0
39.88/39.91	c #conflict = 2
39.88/39.91	c #restart = 0
39.88/39.91	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=558092
39.88/39.91	c BCD2: refineLB: 556604 -> 558092
39.88/39.91	c lower bound updated to 3690585199998
39.88/39.96	c BCD2: 3694292598429 <= obj <= 11974896935277
39.88/39.96	c BCD2: #cores=189, #unrelaxed=413, #relaxed=924, #hardened=0
39.88/39.96	c BCD2: #sat=1 #unsat=351 bias=351/352
39.88/39.97	c Solving starts ...
39.88/39.97	c ============================[ Search Statistics ]============================
39.88/39.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.88/39.97	c       |         |          |          |    Limit     GC | Var      | Constra 
39.88/39.97	c =============================================================================
39.88/39.98	c  0.0s |       0 |        0 |        0 |    28877      0 |     4227 |     7248
39.98/40.04	c  0.1s |       0 |      385 |        0 |    28877      0 |     4227 |     7315
39.98/40.04	c #cpu_time = 0.061s
39.98/40.04	c #wall_clock_time = 0.061s
39.98/40.04	c #decision = 385
39.98/40.04	c #random_decision = 0
39.98/40.04	c #conflict = 0
39.98/40.04	c #restart = 0
39.98/40.04	c BCD2: found a new core of size 2: cost of the new core is >=82
39.98/40.04	c lower bound updated to 3690585200080
40.08/40.10	c BCD2: 3694292598511 <= obj <= 11974896935277
40.08/40.10	c BCD2: #cores=190, #unrelaxed=411, #relaxed=926, #hardened=0
40.08/40.10	c BCD2: #sat=1 #unsat=352 bias=352/353
40.08/40.10	c Solving starts ...
40.08/40.10	c ============================[ Search Statistics ]============================
40.08/40.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.08/40.10	c       |         |          |          |    Limit     GC | Var      | Constra 
40.08/40.10	c =============================================================================
40.08/40.12	c  0.0s |       0 |        0 |        0 |    28877      0 |     4227 |     7315
40.08/40.18	c  0.1s |       0 |      710 |        1 |    28877      0 |     4227 |     7315
40.08/40.18	c #cpu_time = 0.068s
40.08/40.18	c #wall_clock_time = 0.068s
40.08/40.18	c #decision = 710
40.08/40.18	c #random_decision = 0
40.08/40.18	c #conflict = 1
40.08/40.18	c #restart = 0
40.08/40.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
40.08/40.18	c lower bound updated to 3690585200081
40.18/40.24	c BCD2: 3694292598512 <= obj <= 11974896935277
40.18/40.24	c BCD2: #cores=190, #unrelaxed=410, #relaxed=927, #hardened=0
40.18/40.24	c BCD2: #sat=1 #unsat=353 bias=353/354
40.18/40.24	c Solving starts ...
40.18/40.24	c ============================[ Search Statistics ]============================
40.18/40.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.18/40.24	c       |         |          |          |    Limit     GC | Var      | Constra 
40.18/40.24	c =============================================================================
40.18/40.25	c  0.0s |       0 |        0 |        0 |    28877      0 |     4228 |     7315
40.28/40.32	c  0.1s |       0 |      385 |        0 |    28877      0 |     4228 |     7316
40.28/40.32	c #cpu_time = 0.061s
40.28/40.32	c #wall_clock_time = 0.061s
40.28/40.32	c #decision = 385
40.28/40.32	c #random_decision = 0
40.28/40.32	c #conflict = 0
40.28/40.32	c #restart = 0
40.28/40.32	c BCD2: found a new core of size 1: cost of the new core is >=45212176
40.28/40.32	c lower bound updated to 3690630412257
40.28/40.37	c BCD2: 3694337810688 <= obj <= 11974896935277
40.28/40.37	c BCD2: #cores=191, #unrelaxed=409, #relaxed=928, #hardened=0
40.28/40.37	c BCD2: #sat=1 #unsat=354 bias=354/355
40.28/40.37	c Solving starts ...
40.28/40.37	c ============================[ Search Statistics ]============================
40.28/40.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.28/40.37	c       |         |          |          |    Limit     GC | Var      | Constra 
40.28/40.37	c =============================================================================
40.28/40.39	c  0.0s |       0 |        0 |        0 |    28877      0 |     4228 |     7316
40.38/40.46	c  0.1s |       0 |      387 |        0 |    28877      0 |     4228 |     7316
40.38/40.46	c #cpu_time = 0.071s
40.38/40.46	c #wall_clock_time = 0.071s
40.38/40.46	c #decision = 387
40.38/40.46	c #random_decision = 0
40.38/40.46	c #conflict = 0
40.38/40.46	c #restart = 0
40.38/40.46	c BCD2: found a new core of size 2: cost of the new core is >=6724
40.38/40.46	c lower bound updated to 3690630418981
40.48/40.51	c BCD2: 3694337817412 <= obj <= 11974896935277
40.48/40.51	c BCD2: #cores=192, #unrelaxed=407, #relaxed=930, #hardened=0
40.48/40.51	c BCD2: #sat=1 #unsat=355 bias=355/356
40.48/40.52	c Solving starts ...
40.48/40.52	c ============================[ Search Statistics ]============================
40.48/40.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.48/40.52	c       |         |          |          |    Limit     GC | Var      | Constra 
40.48/40.52	c =============================================================================
40.48/40.53	c  0.0s |       0 |        0 |        0 |    28877      0 |     4228 |     7316
40.58/40.60	c  0.1s |       0 |      712 |        1 |    28877      0 |     4228 |     7316
40.58/40.60	c #cpu_time = 0.067s
40.58/40.60	c #wall_clock_time = 0.067s
40.58/40.60	c #decision = 712
40.58/40.60	c #random_decision = 0
40.58/40.60	c #conflict = 1
40.58/40.60	c #restart = 0
40.58/40.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
40.58/40.60	c lower bound updated to 3690630419063
40.58/40.65	c BCD2: 3694337817494 <= obj <= 11974896935277
40.58/40.65	c BCD2: #cores=192, #unrelaxed=406, #relaxed=931, #hardened=0
40.58/40.65	c BCD2: #sat=1 #unsat=356 bias=356/357
40.58/40.66	c Solving starts ...
40.58/40.66	c ============================[ Search Statistics ]============================
40.58/40.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.58/40.66	c       |         |          |          |    Limit     GC | Var      | Constra 
40.58/40.66	c =============================================================================
40.58/40.67	c  0.0s |       0 |        0 |        0 |    28877      0 |     4229 |     7316
40.68/40.74	c  0.1s |       0 |      712 |        1 |    28877      0 |     4229 |     7317
40.68/40.74	c #cpu_time = 0.069s
40.68/40.74	c #wall_clock_time = 0.069s
40.68/40.74	c #decision = 712
40.68/40.74	c #random_decision = 0
40.68/40.74	c #conflict = 1
40.68/40.74	c #restart = 0
40.68/40.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
40.68/40.74	c lower bound updated to 3690630419064
40.68/40.79	c BCD2: 3694337817495 <= obj <= 11974896935277
40.68/40.79	c BCD2: #cores=192, #unrelaxed=405, #relaxed=932, #hardened=0
40.68/40.79	c BCD2: #sat=1 #unsat=357 bias=357/358
40.68/40.80	c Solving starts ...
40.68/40.80	c ============================[ Search Statistics ]============================
40.68/40.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.68/40.80	c       |         |          |          |    Limit     GC | Var      | Constra 
40.68/40.80	c =============================================================================
40.78/40.81	c  0.0s |       0 |        0 |        0 |    28877      0 |     4230 |     7317
40.78/40.87	c  0.1s |       0 |      387 |        0 |    28877      0 |     4230 |     7318
40.78/40.87	c #cpu_time = 0.062s
40.78/40.87	c #wall_clock_time = 0.062s
40.78/40.87	c #decision = 387
40.78/40.87	c #random_decision = 0
40.78/40.87	c #conflict = 0
40.78/40.87	c #restart = 0
40.78/40.87	c BCD2: found a new core of size 1: cost of the new core is >=45212176
40.78/40.87	c lower bound updated to 3690675631240
40.88/40.93	c BCD2: 3694383029671 <= obj <= 11974896935277
40.88/40.93	c BCD2: #cores=193, #unrelaxed=404, #relaxed=933, #hardened=0
40.88/40.93	c BCD2: #sat=1 #unsat=358 bias=358/359
40.88/40.93	c Solving starts ...
40.88/40.93	c ============================[ Search Statistics ]============================
40.88/40.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.88/40.93	c       |         |          |          |    Limit     GC | Var      | Constra 
40.88/40.93	c =============================================================================
40.88/40.94	c  0.0s |       0 |        0 |        0 |    28877      0 |     4230 |     7318
40.98/41.02	c  0.1s |       0 |      389 |        0 |    28877      0 |     4230 |     7318
40.98/41.02	c #cpu_time = 0.072s
40.98/41.02	c #wall_clock_time = 0.072s
40.98/41.02	c #decision = 389
40.98/41.02	c #random_decision = 0
40.98/41.02	c #conflict = 0
40.98/41.02	c #restart = 0
40.98/41.02	c BCD2: found a new core of size 2: cost of the new core is >=6724
40.98/41.02	c lower bound updated to 3690675637964
40.98/41.07	c BCD2: 3694383036395 <= obj <= 11974896935277
40.98/41.07	c BCD2: #cores=194, #unrelaxed=402, #relaxed=935, #hardened=0
40.98/41.07	c BCD2: #sat=1 #unsat=359 bias=359/360
40.98/41.08	c Solving starts ...
40.98/41.08	c ============================[ Search Statistics ]============================
40.98/41.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.98/41.08	c       |         |          |          |    Limit     GC | Var      | Constra 
40.98/41.08	c =============================================================================
40.98/41.09	c  0.0s |       0 |        0 |        0 |    28877      0 |     4230 |     7318
41.08/41.16	c  0.1s |       0 |      715 |        1 |    28877      0 |     4230 |     7318
41.08/41.16	c #cpu_time = 0.068s
41.08/41.16	c #wall_clock_time = 0.068s
41.08/41.16	c #decision = 715
41.08/41.16	c #random_decision = 0
41.08/41.16	c #conflict = 1
41.08/41.16	c #restart = 0
41.08/41.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
41.08/41.16	c lower bound updated to 3690675638046
41.18/41.21	c BCD2: 3694383036477 <= obj <= 11974896935277
41.18/41.21	c BCD2: #cores=194, #unrelaxed=401, #relaxed=936, #hardened=0
41.18/41.21	c BCD2: #sat=1 #unsat=360 bias=360/361
41.18/41.22	c Solving starts ...
41.18/41.22	c ============================[ Search Statistics ]============================
41.18/41.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.18/41.22	c       |         |          |          |    Limit     GC | Var      | Constra 
41.18/41.22	c =============================================================================
41.18/41.23	c  0.0s |       0 |        0 |        0 |    28877      0 |     4231 |     7318
41.28/41.30	c  0.1s |       0 |      715 |        1 |    28877      0 |     4231 |     7319
41.28/41.30	c #cpu_time = 0.070s
41.28/41.30	c #wall_clock_time = 0.070s
41.28/41.30	c #decision = 715
41.28/41.30	c #random_decision = 0
41.28/41.30	c #conflict = 1
41.28/41.30	c #restart = 0
41.28/41.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
41.28/41.30	c lower bound updated to 3690675638047
41.28/41.35	c BCD2: 3694383036478 <= obj <= 11974896935277
41.28/41.35	c BCD2: #cores=194, #unrelaxed=400, #relaxed=937, #hardened=0
41.28/41.35	c BCD2: #sat=1 #unsat=361 bias=361/362
41.28/41.36	c Solving starts ...
41.28/41.36	c ============================[ Search Statistics ]============================
41.28/41.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.28/41.36	c       |         |          |          |    Limit     GC | Var      | Constra 
41.28/41.36	c =============================================================================
41.28/41.37	c  0.0s |       0 |        0 |        0 |    28877      0 |     4232 |     7319
41.38/41.44	c  0.1s |       0 |      389 |        0 |    28877      0 |     4232 |     7320
41.38/41.44	c #cpu_time = 0.063s
41.38/41.44	c #wall_clock_time = 0.063s
41.38/41.44	c #decision = 389
41.38/41.44	c #random_decision = 0
41.38/41.44	c #conflict = 0
41.38/41.44	c #restart = 0
41.38/41.44	c BCD2: found a new core of size 1: cost of the new core is >=45212176
41.38/41.44	c lower bound updated to 3690720850223
41.38/41.49	c BCD2: 3694428248654 <= obj <= 11974896935277
41.38/41.49	c BCD2: #cores=195, #unrelaxed=399, #relaxed=938, #hardened=0
41.38/41.49	c BCD2: #sat=1 #unsat=362 bias=362/363
41.38/41.49	c Solving starts ...
41.38/41.49	c ============================[ Search Statistics ]============================
41.38/41.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.38/41.49	c       |         |          |          |    Limit     GC | Var      | Constra 
41.38/41.49	c =============================================================================
41.49/41.50	c  0.0s |       0 |        0 |        0 |    28877      0 |     4232 |     7320
41.49/41.58	c  0.1s |       0 |      391 |        0 |    28877      0 |     4232 |     7320
41.49/41.58	c #cpu_time = 0.073s
41.49/41.58	c #wall_clock_time = 0.073s
41.49/41.58	c #decision = 391
41.49/41.58	c #random_decision = 0
41.49/41.58	c #conflict = 0
41.49/41.58	c #restart = 0
41.49/41.58	c BCD2: found a new core of size 2: cost of the new core is >=6724
41.49/41.58	c lower bound updated to 3690720856947
41.59/41.63	c BCD2: 3694428255378 <= obj <= 11974896935277
41.59/41.63	c BCD2: #cores=196, #unrelaxed=397, #relaxed=940, #hardened=0
41.59/41.63	c BCD2: #sat=1 #unsat=363 bias=363/364
41.59/41.64	c Solving starts ...
41.59/41.64	c ============================[ Search Statistics ]============================
41.59/41.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.59/41.64	c       |         |          |          |    Limit     GC | Var      | Constra 
41.59/41.64	c =============================================================================
41.59/41.65	c  0.0s |       0 |        0 |        0 |    28877      0 |     4232 |     7320
41.69/41.72	c  0.1s |       0 |      718 |        1 |    28877      0 |     4232 |     7320
41.69/41.72	c #cpu_time = 0.069s
41.69/41.72	c #wall_clock_time = 0.069s
41.69/41.72	c #decision = 718
41.69/41.72	c #random_decision = 0
41.69/41.72	c #conflict = 1
41.69/41.72	c #restart = 0
41.69/41.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
41.69/41.72	c lower bound updated to 3690720857029
41.69/41.78	c BCD2: 3694428255460 <= obj <= 11974896935277
41.69/41.78	c BCD2: #cores=196, #unrelaxed=396, #relaxed=941, #hardened=0
41.69/41.78	c BCD2: #sat=1 #unsat=364 bias=364/365
41.69/41.78	c Solving starts ...
41.69/41.78	c ============================[ Search Statistics ]============================
41.69/41.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.69/41.78	c       |         |          |          |    Limit     GC | Var      | Constra 
41.69/41.78	c =============================================================================
41.69/41.79	c  0.0s |       0 |        0 |        0 |    28877      0 |     4233 |     7320
41.79/41.87	c  0.1s |       0 |      718 |        1 |    28877      0 |     4233 |     7321
41.79/41.87	c #cpu_time = 0.071s
41.79/41.87	c #wall_clock_time = 0.071s
41.79/41.87	c #decision = 718
41.79/41.87	c #random_decision = 0
41.79/41.87	c #conflict = 1
41.79/41.87	c #restart = 0
41.79/41.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
41.79/41.87	c lower bound updated to 3690720857030
41.89/41.92	c BCD2: 3694428255461 <= obj <= 11974896935277
41.89/41.92	c BCD2: #cores=196, #unrelaxed=395, #relaxed=942, #hardened=0
41.89/41.92	c BCD2: #sat=1 #unsat=365 bias=365/366
41.89/41.92	c Solving starts ...
41.89/41.92	c ============================[ Search Statistics ]============================
41.89/41.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.89/41.92	c       |         |          |          |    Limit     GC | Var      | Constra 
41.89/41.92	c =============================================================================
41.89/41.94	c  0.0s |       0 |        0 |        0 |    28877      0 |     4234 |     7321
41.99/42.00	c  0.1s |       0 |      391 |        0 |    28877      0 |     4234 |     7322
41.99/42.00	c #cpu_time = 0.064s
41.99/42.00	c #wall_clock_time = 0.064s
41.99/42.00	c #decision = 391
41.99/42.00	c #random_decision = 0
41.99/42.00	c #conflict = 0
41.99/42.00	c #restart = 0
41.99/42.00	c BCD2: found a new core of size 1: cost of the new core is >=45212176
41.99/42.00	c lower bound updated to 3690766069206
41.99/42.05	c BCD2: 3694473467637 <= obj <= 11974896935277
41.99/42.05	c BCD2: #cores=197, #unrelaxed=394, #relaxed=943, #hardened=0
41.99/42.05	c BCD2: #sat=1 #unsat=366 bias=366/367
41.99/42.06	c Solving starts ...
41.99/42.06	c ============================[ Search Statistics ]============================
41.99/42.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.99/42.06	c       |         |          |          |    Limit     GC | Var      | Constra 
41.99/42.06	c =============================================================================
41.99/42.07	c  0.0s |       0 |        0 |        0 |    28877      0 |     4234 |     7322
42.09/42.14	c  0.1s |       0 |      393 |        0 |    28877      0 |     4234 |     7322
42.09/42.14	c #cpu_time = 0.066s
42.09/42.14	c #wall_clock_time = 0.067s
42.09/42.14	c #decision = 393
42.09/42.14	c #random_decision = 0
42.09/42.14	c #conflict = 0
42.09/42.14	c #restart = 0
42.09/42.14	c BCD2: found a new core of size 2: cost of the new core is >=6724
42.09/42.14	c lower bound updated to 3690766075930
42.09/42.19	c BCD2: 3694473474361 <= obj <= 11974896935277
42.09/42.19	c BCD2: #cores=198, #unrelaxed=392, #relaxed=945, #hardened=0
42.09/42.19	c BCD2: #sat=1 #unsat=367 bias=367/368
42.19/42.20	c Solving starts ...
42.19/42.20	c ============================[ Search Statistics ]============================
42.19/42.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.19/42.20	c       |         |          |          |    Limit     GC | Var      | Constra 
42.19/42.20	c =============================================================================
42.19/42.21	c  0.0s |       0 |        0 |        0 |    28877      0 |     4234 |     7322
42.19/42.28	c  0.1s |       0 |      721 |        1 |    28877      0 |     4234 |     7322
42.19/42.28	c #cpu_time = 0.070s
42.19/42.28	c #wall_clock_time = 0.070s
42.19/42.28	c #decision = 721
42.19/42.28	c #random_decision = 0
42.19/42.28	c #conflict = 1
42.19/42.28	c #restart = 0
42.19/42.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
42.19/42.28	c lower bound updated to 3690766076012
42.29/42.33	c BCD2: 3694473474443 <= obj <= 11974896935277
42.29/42.33	c BCD2: #cores=198, #unrelaxed=391, #relaxed=946, #hardened=0
42.29/42.33	c BCD2: #sat=1 #unsat=368 bias=368/369
42.29/42.34	c Solving starts ...
42.29/42.34	c ============================[ Search Statistics ]============================
42.29/42.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.29/42.34	c       |         |          |          |    Limit     GC | Var      | Constra 
42.29/42.34	c =============================================================================
42.29/42.35	c  0.0s |       0 |        0 |        0 |    28877      0 |     4235 |     7322
42.39/42.42	c  0.1s |       0 |      721 |        1 |    28877      0 |     4235 |     7323
42.39/42.42	c #cpu_time = 0.072s
42.39/42.42	c #wall_clock_time = 0.072s
42.39/42.42	c #decision = 721
42.39/42.42	c #random_decision = 0
42.39/42.42	c #conflict = 1
42.39/42.42	c #restart = 0
42.39/42.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
42.39/42.42	c lower bound updated to 3690766076013
42.39/42.48	c BCD2: 3694473474444 <= obj <= 11974896935277
42.39/42.48	c BCD2: #cores=198, #unrelaxed=390, #relaxed=947, #hardened=0
42.39/42.48	c BCD2: #sat=1 #unsat=369 bias=369/370
42.39/42.48	c Solving starts ...
42.39/42.48	c ============================[ Search Statistics ]============================
42.39/42.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.39/42.48	c       |         |          |          |    Limit     GC | Var      | Constra 
42.39/42.48	c =============================================================================
42.39/42.49	c  0.0s |       0 |        0 |        0 |    28877      0 |     4236 |     7323
42.49/42.56	c  0.1s |       0 |      393 |        0 |    28877      0 |     4236 |     7324
42.49/42.56	c #cpu_time = 0.065s
42.49/42.56	c #wall_clock_time = 0.065s
42.49/42.56	c #decision = 393
42.49/42.56	c #random_decision = 0
42.49/42.56	c #conflict = 0
42.49/42.56	c #restart = 0
42.49/42.56	c BCD2: found a new core of size 1: cost of the new core is >=45212176
42.49/42.56	c lower bound updated to 3690811288189
42.59/42.61	c BCD2: 3694518686620 <= obj <= 11974896935277
42.59/42.61	c BCD2: #cores=199, #unrelaxed=389, #relaxed=948, #hardened=0
42.59/42.61	c BCD2: #sat=1 #unsat=370 bias=370/371
42.59/42.62	c Solving starts ...
42.59/42.62	c ============================[ Search Statistics ]============================
42.59/42.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.59/42.62	c       |         |          |          |    Limit     GC | Var      | Constra 
42.59/42.62	c =============================================================================
42.59/42.63	c  0.0s |       0 |        0 |        0 |    28877      0 |     4236 |     7324
42.69/42.71	c  0.1s |       0 |      395 |        0 |    28877      0 |     4236 |     7324
42.69/42.71	c #cpu_time = 0.078s
42.69/42.71	c #wall_clock_time = 0.078s
42.69/42.71	c #decision = 395
42.69/42.71	c #random_decision = 0
42.69/42.71	c #conflict = 0
42.69/42.71	c #restart = 0
42.69/42.71	c BCD2: found a new core of size 2: cost of the new core is >=6724
42.69/42.71	c lower bound updated to 3690811294913
42.69/42.77	c BCD2: 3694518693344 <= obj <= 11974896935277
42.69/42.77	c BCD2: #cores=200, #unrelaxed=387, #relaxed=950, #hardened=0
42.69/42.77	c BCD2: #sat=1 #unsat=371 bias=371/372
42.69/42.77	c Solving starts ...
42.69/42.77	c ============================[ Search Statistics ]============================
42.69/42.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.69/42.77	c       |         |          |          |    Limit     GC | Var      | Constra 
42.69/42.77	c =============================================================================
42.69/42.78	c  0.0s |       0 |        0 |        0 |    28877      0 |     4236 |     7324
42.79/42.86	c  0.1s |       0 |      724 |        1 |    28877      0 |     4236 |     7324
42.79/42.86	c #cpu_time = 0.071s
42.79/42.86	c #wall_clock_time = 0.071s
42.79/42.86	c #decision = 724
42.79/42.86	c #random_decision = 0
42.79/42.86	c #conflict = 1
42.79/42.86	c #restart = 0
42.79/42.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
42.79/42.86	c lower bound updated to 3690811294995
42.89/42.91	c BCD2: 3694518693426 <= obj <= 11974896935277
42.89/42.91	c BCD2: #cores=200, #unrelaxed=386, #relaxed=951, #hardened=0
42.89/42.91	c BCD2: #sat=1 #unsat=372 bias=372/373
42.89/42.92	c Solving starts ...
42.89/42.92	c ============================[ Search Statistics ]============================
42.89/42.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.89/42.92	c       |         |          |          |    Limit     GC | Var      | Constra 
42.89/42.92	c =============================================================================
42.89/42.93	c  0.0s |       0 |        0 |        0 |    28877      0 |     4237 |     7324
42.89/43.00	c  0.1s |       0 |      724 |        1 |    28877      0 |     4237 |     7325
42.89/43.00	c #cpu_time = 0.073s
42.89/43.00	c #wall_clock_time = 0.073s
42.89/43.00	c #decision = 724
42.89/43.00	c #random_decision = 0
42.89/43.00	c #conflict = 1
42.89/43.00	c #restart = 0
42.89/43.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
42.89/43.00	c lower bound updated to 3690811294996
42.99/43.06	c BCD2: 3694518693427 <= obj <= 11974896935277
42.99/43.06	c BCD2: #cores=200, #unrelaxed=385, #relaxed=952, #hardened=0
42.99/43.06	c BCD2: #sat=1 #unsat=373 bias=373/374
42.99/43.06	c Solving starts ...
42.99/43.06	c ============================[ Search Statistics ]============================
42.99/43.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.99/43.06	c       |         |          |          |    Limit     GC | Var      | Constra 
42.99/43.06	c =============================================================================
42.99/43.07	c  0.0s |       0 |        0 |        0 |    28877      0 |     4238 |     7325
43.09/43.14	c  0.1s |       0 |      395 |        0 |    28877      0 |     4238 |     7326
43.09/43.14	c #cpu_time = 0.066s
43.09/43.14	c #wall_clock_time = 0.066s
43.09/43.14	c #decision = 395
43.09/43.14	c #random_decision = 0
43.09/43.14	c #conflict = 0
43.09/43.14	c #restart = 0
43.09/43.14	c BCD2: found a new core of size 1: cost of the new core is >=45212176
43.09/43.14	c lower bound updated to 3690856507172
43.09/43.19	c BCD2: 3694563905603 <= obj <= 11974896935277
43.09/43.19	c BCD2: #cores=201, #unrelaxed=384, #relaxed=953, #hardened=0
43.09/43.19	c BCD2: #sat=1 #unsat=374 bias=374/375
43.19/43.20	c Solving starts ...
43.19/43.20	c ============================[ Search Statistics ]============================
43.19/43.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.19/43.20	c       |         |          |          |    Limit     GC | Var      | Constra 
43.19/43.20	c =============================================================================
43.19/43.21	c  0.0s |       0 |        0 |        0 |    28877      0 |     4238 |     7326
43.19/43.29	c  0.1s |       0 |      397 |        0 |    28877      0 |     4238 |     7326
43.19/43.29	c #cpu_time = 0.078s
43.19/43.29	c #wall_clock_time = 0.078s
43.19/43.29	c #decision = 397
43.19/43.29	c #random_decision = 0
43.19/43.29	c #conflict = 0
43.19/43.29	c #restart = 0
43.19/43.29	c BCD2: found a new core of size 2: cost of the new core is >=6724
43.19/43.29	c lower bound updated to 3690856513896
43.29/43.35	c BCD2: 3694563912327 <= obj <= 11974896935277
43.29/43.35	c BCD2: #cores=202, #unrelaxed=382, #relaxed=955, #hardened=0
43.29/43.35	c BCD2: #sat=1 #unsat=375 bias=375/376
43.29/43.35	c Solving starts ...
43.29/43.35	c ============================[ Search Statistics ]============================
43.29/43.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.29/43.35	c       |         |          |          |    Limit     GC | Var      | Constra 
43.29/43.35	c =============================================================================
43.29/43.37	c  0.0s |       0 |        0 |        0 |    28877      0 |     4238 |     7326
43.39/43.44	c  0.1s |       0 |      727 |        1 |    28877      0 |     4238 |     7326
43.39/43.44	c #cpu_time = 0.072s
43.39/43.44	c #wall_clock_time = 0.072s
43.39/43.44	c #decision = 727
43.39/43.44	c #random_decision = 0
43.39/43.44	c #conflict = 1
43.39/43.44	c #restart = 0
43.39/43.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
43.39/43.44	c lower bound updated to 3690856513978
43.39/43.49	c BCD2: 3694563912409 <= obj <= 11974896935277
43.39/43.49	c BCD2: #cores=202, #unrelaxed=381, #relaxed=956, #hardened=0
43.39/43.49	c BCD2: #sat=1 #unsat=376 bias=376/377
43.48/43.50	c Solving starts ...
43.48/43.50	c ============================[ Search Statistics ]============================
43.48/43.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.48/43.50	c       |         |          |          |    Limit     GC | Var      | Constra 
43.48/43.50	c =============================================================================
43.48/43.51	c  0.0s |       0 |        0 |        0 |    28877      0 |     4239 |     7326
43.48/43.59	c  0.1s |       0 |      727 |        1 |    28877      0 |     4239 |     7327
43.48/43.59	c #cpu_time = 0.074s
43.48/43.59	c #wall_clock_time = 0.074s
43.48/43.59	c #decision = 727
43.48/43.59	c #random_decision = 0
43.48/43.59	c #conflict = 1
43.48/43.59	c #restart = 0
43.48/43.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
43.48/43.59	c lower bound updated to 3690856513979
43.58/43.64	c BCD2: 3694563912410 <= obj <= 11974896935277
43.58/43.64	c BCD2: #cores=202, #unrelaxed=380, #relaxed=957, #hardened=0
43.58/43.64	c BCD2: #sat=1 #unsat=377 bias=377/378
43.58/43.65	c Solving starts ...
43.58/43.65	c ============================[ Search Statistics ]============================
43.58/43.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.58/43.65	c       |         |          |          |    Limit     GC | Var      | Constra 
43.58/43.65	c =============================================================================
43.58/43.66	c  0.0s |       0 |        0 |        0 |    28877      0 |     4240 |     7327
43.68/43.73	c  0.1s |       0 |      397 |        0 |    28877      0 |     4240 |     7328
43.68/43.73	c #cpu_time = 0.067s
43.68/43.73	c #wall_clock_time = 0.067s
43.68/43.73	c #decision = 397
43.68/43.73	c #random_decision = 0
43.68/43.73	c #conflict = 0
43.68/43.73	c #restart = 0
43.68/43.73	c BCD2: found a new core of size 1: cost of the new core is >=45212176
43.68/43.73	c lower bound updated to 3690901726155
43.68/43.78	c BCD2: 3694609124586 <= obj <= 11974896935277
43.68/43.78	c BCD2: #cores=203, #unrelaxed=379, #relaxed=958, #hardened=0
43.68/43.78	c BCD2: #sat=1 #unsat=378 bias=378/379
43.68/43.78	c Solving starts ...
43.68/43.78	c ============================[ Search Statistics ]============================
43.68/43.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.68/43.78	c       |         |          |          |    Limit     GC | Var      | Constra 
43.68/43.78	c =============================================================================
43.78/43.80	c  0.0s |       0 |        0 |        0 |    28877      0 |     4240 |     7328
43.78/43.87	c  0.1s |       0 |      399 |        0 |    28877      0 |     4240 |     7328
43.78/43.87	c #cpu_time = 0.069s
43.78/43.87	c #wall_clock_time = 0.069s
43.78/43.87	c #decision = 399
43.78/43.87	c #random_decision = 0
43.78/43.87	c #conflict = 0
43.78/43.87	c #restart = 0
43.78/43.87	c BCD2: found a new core of size 2: cost of the new core is >=6724
43.78/43.87	c lower bound updated to 3690901732879
43.88/43.92	c BCD2: 3694609131310 <= obj <= 11974896935277
43.88/43.92	c BCD2: #cores=204, #unrelaxed=377, #relaxed=960, #hardened=0
43.88/43.92	c BCD2: #sat=1 #unsat=379 bias=379/380
43.88/43.93	c Solving starts ...
43.88/43.93	c ============================[ Search Statistics ]============================
43.88/43.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.88/43.93	c       |         |          |          |    Limit     GC | Var      | Constra 
43.88/43.93	c =============================================================================
43.88/43.94	c  0.0s |       0 |        0 |        0 |    28877      0 |     4240 |     7328
43.99/44.01	c  0.1s |       0 |      730 |        1 |    28877      0 |     4240 |     7328
43.99/44.01	c #cpu_time = 0.073s
43.99/44.01	c #wall_clock_time = 0.073s
43.99/44.01	c #decision = 730
43.99/44.01	c #random_decision = 0
43.99/44.01	c #conflict = 1
43.99/44.01	c #restart = 0
43.99/44.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
43.99/44.01	c lower bound updated to 3690901732961
43.99/44.06	c BCD2: 3694609131392 <= obj <= 11974896935277
43.99/44.06	c BCD2: #cores=204, #unrelaxed=376, #relaxed=961, #hardened=0
43.99/44.06	c BCD2: #sat=1 #unsat=380 bias=380/381
43.99/44.07	c Solving starts ...
43.99/44.07	c ============================[ Search Statistics ]============================
43.99/44.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.99/44.07	c       |         |          |          |    Limit     GC | Var      | Constra 
43.99/44.07	c =============================================================================
43.99/44.08	c  0.0s |       0 |        0 |        0 |    28877      0 |     4241 |     7328
44.09/44.16	c  0.1s |       0 |      730 |        1 |    28877      0 |     4241 |     7329
44.09/44.16	c #cpu_time = 0.075s
44.09/44.16	c #wall_clock_time = 0.075s
44.09/44.16	c #decision = 730
44.09/44.16	c #random_decision = 0
44.09/44.16	c #conflict = 1
44.09/44.16	c #restart = 0
44.09/44.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
44.09/44.16	c lower bound updated to 3690901732962
44.18/44.21	c BCD2: 3694609131393 <= obj <= 11974896935277
44.18/44.21	c BCD2: #cores=204, #unrelaxed=375, #relaxed=962, #hardened=0
44.18/44.21	c BCD2: #sat=1 #unsat=381 bias=381/382
44.18/44.22	c Solving starts ...
44.18/44.22	c ============================[ Search Statistics ]============================
44.18/44.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.18/44.22	c       |         |          |          |    Limit     GC | Var      | Constra 
44.18/44.22	c =============================================================================
44.18/44.23	c  0.0s |       0 |        0 |        0 |    28877      0 |     4242 |     7329
44.28/44.30	c  0.1s |       0 |      399 |        0 |    28877      0 |     4242 |     7330
44.28/44.30	c #cpu_time = 0.068s
44.28/44.30	c #wall_clock_time = 0.068s
44.28/44.30	c #decision = 399
44.28/44.30	c #random_decision = 0
44.28/44.30	c #conflict = 0
44.28/44.30	c #restart = 0
44.28/44.30	c BCD2: found a new core of size 1: cost of the new core is >=45212176
44.28/44.30	c lower bound updated to 3690946945138
44.28/44.35	c BCD2: 3694654343569 <= obj <= 11974896935277
44.28/44.35	c BCD2: #cores=205, #unrelaxed=374, #relaxed=963, #hardened=0
44.28/44.35	c BCD2: #sat=1 #unsat=382 bias=382/383
44.28/44.36	c Solving starts ...
44.28/44.36	c ============================[ Search Statistics ]============================
44.28/44.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.28/44.36	c       |         |          |          |    Limit     GC | Var      | Constra 
44.28/44.36	c =============================================================================
44.28/44.37	c  0.0s |       0 |        0 |        0 |    28877      0 |     4242 |     7330
44.38/44.44	c  0.1s |       0 |      401 |        0 |    28877      0 |     4242 |     7330
44.38/44.44	c #cpu_time = 0.071s
44.38/44.44	c #wall_clock_time = 0.071s
44.38/44.44	c #decision = 401
44.38/44.44	c #random_decision = 0
44.38/44.44	c #conflict = 0
44.38/44.44	c #restart = 0
44.38/44.44	c BCD2: found a new core of size 2: cost of the new core is >=6724
44.38/44.44	c lower bound updated to 3690946951862
44.38/44.49	c BCD2: 3694654350293 <= obj <= 11974896935277
44.38/44.49	c BCD2: #cores=206, #unrelaxed=372, #relaxed=965, #hardened=0
44.38/44.49	c BCD2: #sat=1 #unsat=383 bias=383/384
44.48/44.50	c Solving starts ...
44.48/44.50	c ============================[ Search Statistics ]============================
44.48/44.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.48/44.50	c       |         |          |          |    Limit     GC | Var      | Constra 
44.48/44.50	c =============================================================================
44.48/44.51	c  0.0s |       0 |        0 |        0 |    28877      0 |     4242 |     7330
44.48/44.59	c  0.1s |       0 |      733 |        1 |    28877      0 |     4242 |     7330
44.48/44.59	c #cpu_time = 0.074s
44.48/44.59	c #wall_clock_time = 0.074s
44.48/44.59	c #decision = 733
44.48/44.59	c #random_decision = 0
44.48/44.59	c #conflict = 1
44.48/44.59	c #restart = 0
44.48/44.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
44.48/44.59	c lower bound updated to 3690946951944
44.58/44.64	c BCD2: 3694654350375 <= obj <= 11974896935277
44.58/44.64	c BCD2: #cores=206, #unrelaxed=371, #relaxed=966, #hardened=0
44.58/44.64	c BCD2: #sat=1 #unsat=384 bias=384/385
44.58/44.65	c Solving starts ...
44.58/44.65	c ============================[ Search Statistics ]============================
44.58/44.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.58/44.65	c       |         |          |          |    Limit     GC | Var      | Constra 
44.58/44.65	c =============================================================================
44.58/44.66	c  0.0s |       0 |        0 |        0 |    28877      0 |     4243 |     7330
44.68/44.74	c  0.1s |       0 |      733 |        1 |    28877      0 |     4243 |     7331
44.68/44.74	c #cpu_time = 0.076s
44.68/44.74	c #wall_clock_time = 0.076s
44.68/44.74	c #decision = 733
44.68/44.74	c #random_decision = 0
44.68/44.74	c #conflict = 1
44.68/44.74	c #restart = 0
44.68/44.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
44.68/44.74	c lower bound updated to 3690946951945
44.68/44.79	c BCD2: 3694654350376 <= obj <= 11974896935277
44.68/44.79	c BCD2: #cores=206, #unrelaxed=370, #relaxed=967, #hardened=0
44.68/44.79	c BCD2: #sat=1 #unsat=385 bias=385/386
44.68/44.80	c Solving starts ...
44.68/44.80	c ============================[ Search Statistics ]============================
44.68/44.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.68/44.80	c       |         |          |          |    Limit     GC | Var      | Constra 
44.68/44.80	c =============================================================================
44.78/44.81	c  0.0s |       0 |        0 |        0 |    28877      0 |     4244 |     7331
44.78/44.88	c  0.1s |       0 |      401 |        0 |    28877      0 |     4244 |     7332
44.78/44.88	c #cpu_time = 0.069s
44.78/44.88	c #wall_clock_time = 0.069s
44.78/44.88	c #decision = 401
44.78/44.88	c #random_decision = 0
44.78/44.88	c #conflict = 0
44.78/44.88	c #restart = 0
44.78/44.88	c BCD2: found a new core of size 1: cost of the new core is >=45212176
44.78/44.88	c lower bound updated to 3690992164121
44.88/44.93	c BCD2: 3694699562552 <= obj <= 11974896935277
44.88/44.93	c BCD2: #cores=207, #unrelaxed=369, #relaxed=968, #hardened=0
44.88/44.93	c BCD2: #sat=1 #unsat=386 bias=386/387
44.88/44.94	c Solving starts ...
44.88/44.94	c ============================[ Search Statistics ]============================
44.88/44.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.88/44.94	c       |         |          |          |    Limit     GC | Var      | Constra 
44.88/44.94	c =============================================================================
44.88/44.95	c  0.0s |       0 |        0 |        0 |    28877      0 |     4244 |     7332
44.98/45.02	c  0.1s |       0 |      403 |        0 |    28877      0 |     4244 |     7332
44.98/45.02	c #cpu_time = 0.072s
44.98/45.02	c #wall_clock_time = 0.072s
44.98/45.02	c #decision = 403
44.98/45.02	c #random_decision = 0
44.98/45.02	c #conflict = 0
44.98/45.02	c #restart = 0
44.98/45.02	c BCD2: found a new core of size 2: cost of the new core is >=6724
44.98/45.02	c lower bound updated to 3690992170845
44.98/45.08	c BCD2: 3694699569276 <= obj <= 11974896935277
44.98/45.08	c BCD2: #cores=208, #unrelaxed=367, #relaxed=970, #hardened=0
44.98/45.08	c BCD2: #sat=1 #unsat=387 bias=387/388
44.98/45.08	c Solving starts ...
44.98/45.08	c ============================[ Search Statistics ]============================
44.98/45.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.98/45.08	c       |         |          |          |    Limit     GC | Var      | Constra 
44.98/45.08	c =============================================================================
44.98/45.09	c  0.0s |       0 |        0 |        0 |    28877      0 |     4244 |     7332
45.09/45.17	c  0.1s |       0 |      736 |        1 |    28877      0 |     4244 |     7332
45.09/45.17	c #cpu_time = 0.075s
45.09/45.17	c #wall_clock_time = 0.075s
45.09/45.17	c #decision = 736
45.09/45.17	c #random_decision = 0
45.09/45.17	c #conflict = 1
45.09/45.17	c #restart = 0
45.09/45.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
45.09/45.17	c lower bound updated to 3690992170927
45.19/45.22	c BCD2: 3694699569358 <= obj <= 11974896935277
45.19/45.22	c BCD2: #cores=208, #unrelaxed=366, #relaxed=971, #hardened=0
45.19/45.22	c BCD2: #sat=1 #unsat=388 bias=388/389
45.19/45.23	c Solving starts ...
45.19/45.23	c ============================[ Search Statistics ]============================
45.19/45.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.19/45.23	c       |         |          |          |    Limit     GC | Var      | Constra 
45.19/45.23	c =============================================================================
45.19/45.24	c  0.0s |       0 |        0 |        0 |    28877      0 |     4245 |     7332
45.28/45.32	c  0.1s |       0 |      736 |        1 |    28877      0 |     4245 |     7333
45.28/45.32	c #cpu_time = 0.077s
45.28/45.32	c #wall_clock_time = 0.077s
45.28/45.32	c #decision = 736
45.28/45.32	c #random_decision = 0
45.28/45.32	c #conflict = 1
45.28/45.32	c #restart = 0
45.28/45.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
45.28/45.32	c lower bound updated to 3690992170928
45.28/45.37	c BCD2: 3694699569359 <= obj <= 11974896935277
45.28/45.37	c BCD2: #cores=208, #unrelaxed=365, #relaxed=972, #hardened=0
45.28/45.37	c BCD2: #sat=1 #unsat=389 bias=389/390
45.28/45.38	c Solving starts ...
45.28/45.38	c ============================[ Search Statistics ]============================
45.28/45.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.28/45.38	c       |         |          |          |    Limit     GC | Var      | Constra 
45.28/45.38	c =============================================================================
45.28/45.39	c  0.0s |       0 |        0 |        0 |    28877      0 |     4246 |     7333
45.38/45.46	c  0.1s |       0 |      403 |        0 |    28877      0 |     4246 |     7334
45.38/45.46	c #cpu_time = 0.070s
45.38/45.46	c #wall_clock_time = 0.070s
45.38/45.46	c #decision = 403
45.38/45.46	c #random_decision = 0
45.38/45.46	c #conflict = 0
45.38/45.46	c #restart = 0
45.38/45.46	c BCD2: found a new core of size 1: cost of the new core is >=45212176
45.38/45.46	c lower bound updated to 3691037383104
45.48/45.51	c BCD2: 3694744781535 <= obj <= 11974896935277
45.48/45.51	c BCD2: #cores=209, #unrelaxed=364, #relaxed=973, #hardened=0
45.48/45.51	c BCD2: #sat=1 #unsat=390 bias=390/391
45.48/45.52	c Solving starts ...
45.48/45.52	c ============================[ Search Statistics ]============================
45.48/45.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.48/45.52	c       |         |          |          |    Limit     GC | Var      | Constra 
45.48/45.52	c =============================================================================
45.48/45.53	c  0.0s |       0 |        0 |        0 |    28877      0 |     4246 |     7334
45.58/45.62	c  0.1s |       0 |      727 |        1 |    28877      0 |     4246 |     7334
45.58/45.62	c #cpu_time = 0.089s
45.58/45.62	c #wall_clock_time = 0.089s
45.58/45.62	c #decision = 727
45.58/45.62	c #random_decision = 0
45.58/45.62	c #conflict = 1
45.58/45.62	c #restart = 0
45.58/45.62	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=558092
45.58/45.62	c BCD2: refineLB: 556764 -> 558092
45.58/45.62	c lower bound updated to 3691037934389
45.58/45.68	c BCD2: 3694745332820 <= obj <= 11974896935277
45.58/45.68	c BCD2: #cores=209, #unrelaxed=361, #relaxed=976, #hardened=0
45.58/45.68	c BCD2: #sat=1 #unsat=391 bias=391/392
45.58/45.68	c Solving starts ...
45.58/45.68	c ============================[ Search Statistics ]============================
45.58/45.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.58/45.68	c       |         |          |          |    Limit     GC | Var      | Constra 
45.58/45.68	c =============================================================================
45.68/45.70	c  0.0s |       0 |        0 |        0 |    28877      0 |     4288 |     7334
45.68/45.77	c  0.1s |       0 |      403 |        0 |    28877      0 |     4288 |     7417
45.68/45.77	c #cpu_time = 0.072s
45.68/45.77	c #wall_clock_time = 0.072s
45.68/45.77	c #decision = 403
45.68/45.77	c #random_decision = 0
45.68/45.77	c #conflict = 0
45.68/45.77	c #restart = 0
45.68/45.77	c BCD2: found a new core of size 2: cost of the new core is >=82
45.68/45.77	c lower bound updated to 3691037934471
45.78/45.82	c BCD2: 3694745332902 <= obj <= 11974896935277
45.78/45.82	c BCD2: #cores=210, #unrelaxed=359, #relaxed=978, #hardened=0
45.78/45.82	c BCD2: #sat=1 #unsat=392 bias=392/393
45.78/45.83	c Solving starts ...
45.78/45.83	c ============================[ Search Statistics ]============================
45.78/45.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.78/45.83	c       |         |          |          |    Limit     GC | Var      | Constra 
45.78/45.83	c =============================================================================
45.78/45.84	c  0.0s |       0 |        0 |        0 |    28877      0 |     4288 |     7417
45.88/45.92	c  0.1s |       0 |      735 |        1 |    28877      0 |     4288 |     7417
45.88/45.92	c #cpu_time = 0.078s
45.88/45.92	c #wall_clock_time = 0.078s
45.88/45.92	c #decision = 735
45.88/45.92	c #random_decision = 0
45.88/45.92	c #conflict = 1
45.88/45.92	c #restart = 0
45.88/45.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
45.88/45.92	c lower bound updated to 3691037934472
45.88/45.97	c BCD2: 3694745332903 <= obj <= 11974896935277
45.88/45.97	c BCD2: #cores=210, #unrelaxed=358, #relaxed=979, #hardened=0
45.88/45.97	c BCD2: #sat=1 #unsat=393 bias=393/394
45.88/45.98	c Solving starts ...
45.88/45.98	c ============================[ Search Statistics ]============================
45.88/45.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.88/45.98	c       |         |          |          |    Limit     GC | Var      | Constra 
45.88/45.98	c =============================================================================
45.88/45.99	c  0.0s |       0 |        0 |        0 |    28877      0 |     4289 |     7417
45.98/46.07	c  0.1s |       0 |      403 |        0 |    28877      0 |     4289 |     7418
45.98/46.07	c #cpu_time = 0.071s
45.98/46.07	c #wall_clock_time = 0.071s
45.98/46.07	c #decision = 403
45.98/46.07	c #random_decision = 0
45.98/46.07	c #conflict = 0
45.98/46.07	c #restart = 0
45.98/46.07	c BCD2: found a new core of size 1: cost of the new core is >=45212176
45.98/46.07	c lower bound updated to 3691083146648
46.08/46.12	c BCD2: 3694790545079 <= obj <= 11974896935277
46.08/46.12	c BCD2: #cores=211, #unrelaxed=357, #relaxed=980, #hardened=0
46.08/46.12	c BCD2: #sat=1 #unsat=394 bias=394/395
46.08/46.12	c Solving starts ...
46.08/46.12	c ============================[ Search Statistics ]============================
46.08/46.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.08/46.12	c       |         |          |          |    Limit     GC | Var      | Constra 
46.08/46.12	c =============================================================================
46.08/46.14	c  0.0s |       0 |        0 |        0 |    28877      0 |     4289 |     7418
46.19/46.23	c  0.1s |       0 |      741 |        2 |    28877      0 |     4289 |     7418
46.19/46.23	c #cpu_time = 0.093s
46.19/46.23	c #wall_clock_time = 0.093s
46.19/46.23	c #decision = 741
46.19/46.23	c #random_decision = 0
46.19/46.23	c #conflict = 2
46.19/46.23	c #restart = 0
46.19/46.23	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=558092
46.19/46.23	c BCD2: refineLB: 556779 -> 558092
46.19/46.23	c lower bound updated to 3691083697933
46.19/46.28	c BCD2: 3694791096364 <= obj <= 11974896935277
46.19/46.28	c BCD2: #cores=211, #unrelaxed=355, #relaxed=982, #hardened=0
46.19/46.28	c BCD2: #sat=1 #unsat=395 bias=395/396
46.19/46.29	c Solving starts ...
46.19/46.29	c ============================[ Search Statistics ]============================
46.19/46.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.19/46.29	c       |         |          |          |    Limit     GC | Var      | Constra 
46.19/46.29	c =============================================================================
46.29/46.31	c  0.0s |       0 |        0 |        0 |    28877      0 |     4371 |     7418
46.29/46.38	c  0.1s |       0 |      404 |        0 |    28877      0 |     4371 |     7581
46.29/46.38	c #cpu_time = 0.072s
46.29/46.38	c #wall_clock_time = 0.072s
46.29/46.38	c #decision = 404
46.29/46.38	c #random_decision = 0
46.29/46.38	c #conflict = 0
46.29/46.38	c #restart = 0
46.29/46.38	c BCD2: found a new core of size 2: cost of the new core is >=82
46.29/46.38	c lower bound updated to 3691083698015
46.38/46.43	c BCD2: 3694791096446 <= obj <= 11974896935277
46.38/46.43	c BCD2: #cores=212, #unrelaxed=353, #relaxed=984, #hardened=0
46.38/46.43	c BCD2: #sat=1 #unsat=396 bias=396/397
46.38/46.44	c Solving starts ...
46.38/46.44	c ============================[ Search Statistics ]============================
46.38/46.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.38/46.44	c       |         |          |          |    Limit     GC | Var      | Constra 
46.38/46.44	c =============================================================================
46.38/46.45	c  0.0s |       0 |        0 |        0 |    28877      0 |     4371 |     7581
46.48/46.53	c  0.1s |       0 |      735 |        1 |    28877      0 |     4371 |     7581
46.48/46.53	c #cpu_time = 0.079s
46.48/46.53	c #wall_clock_time = 0.079s
46.48/46.53	c #decision = 735
46.48/46.53	c #random_decision = 0
46.48/46.53	c #conflict = 1
46.48/46.53	c #restart = 0
46.48/46.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
46.48/46.53	c lower bound updated to 3691083698016
46.48/46.58	c BCD2: 3694791096447 <= obj <= 11974896935277
46.48/46.58	c BCD2: #cores=212, #unrelaxed=352, #relaxed=985, #hardened=0
46.48/46.58	c BCD2: #sat=1 #unsat=397 bias=397/398
46.48/46.59	c Solving starts ...
46.48/46.59	c ============================[ Search Statistics ]============================
46.48/46.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.48/46.59	c       |         |          |          |    Limit     GC | Var      | Constra 
46.48/46.59	c =============================================================================
46.58/46.60	c  0.0s |       0 |        0 |        0 |    28877      0 |     4372 |     7581
46.58/46.68	c  0.1s |       0 |      404 |        0 |    28877      0 |     4372 |     7582
46.58/46.68	c #cpu_time = 0.072s
46.58/46.68	c #wall_clock_time = 0.072s
46.58/46.68	c #decision = 404
46.58/46.68	c #random_decision = 0
46.58/46.68	c #conflict = 0
46.58/46.68	c #restart = 0
46.58/46.68	c BCD2: found a new core of size 1: cost of the new core is >=45212176
46.58/46.68	c lower bound updated to 3691128910192
46.68/46.73	c BCD2: 3694836308623 <= obj <= 11974896935277
46.68/46.73	c BCD2: #cores=213, #unrelaxed=351, #relaxed=986, #hardened=0
46.68/46.73	c BCD2: #sat=1 #unsat=398 bias=398/399
46.68/46.73	c Solving starts ...
46.68/46.73	c ============================[ Search Statistics ]============================
46.68/46.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.68/46.73	c       |         |          |          |    Limit     GC | Var      | Constra 
46.68/46.73	c =============================================================================
46.68/46.75	c  0.0s |       0 |        0 |        0 |    28877      0 |     4372 |     7582
46.78/46.84	c  0.1s |       0 |      751 |        2 |    28877      0 |     4372 |     7582
46.78/46.84	c #cpu_time = 0.093s
46.78/46.84	c #wall_clock_time = 0.093s
46.78/46.84	c #decision = 751
46.78/46.84	c #random_decision = 0
46.78/46.84	c #conflict = 2
46.78/46.84	c #restart = 0
46.78/46.84	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=558092
46.78/46.84	c BCD2: refineLB: 556793 -> 558092
46.78/46.84	c lower bound updated to 3691129461477
46.78/46.90	c BCD2: 3694836859908 <= obj <= 11974896935277
46.78/46.90	c BCD2: #cores=213, #unrelaxed=349, #relaxed=988, #hardened=0
46.78/46.90	c BCD2: #sat=1 #unsat=399 bias=399/400
46.88/46.90	c Solving starts ...
46.88/46.90	c ============================[ Search Statistics ]============================
46.88/46.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.88/46.90	c       |         |          |          |    Limit     GC | Var      | Constra 
46.88/46.90	c =============================================================================
46.88/46.92	c  0.0s |       0 |        0 |        0 |    28877      0 |     4426 |     7582
46.88/46.99	c  0.1s |       0 |      405 |        0 |    28877      0 |     4426 |     7689
46.88/46.99	c #cpu_time = 0.073s
46.88/46.99	c #wall_clock_time = 0.073s
46.88/46.99	c #decision = 405
46.88/46.99	c #random_decision = 0
46.88/46.99	c #conflict = 0
46.88/46.99	c #restart = 0
46.88/46.99	c BCD2: found a new core of size 2: cost of the new core is >=82
46.88/46.99	c lower bound updated to 3691129461559
46.98/47.04	c BCD2: 3694836859990 <= obj <= 11974896935277
46.98/47.04	c BCD2: #cores=214, #unrelaxed=347, #relaxed=990, #hardened=0
46.98/47.04	c BCD2: #sat=1 #unsat=400 bias=400/401
46.98/47.05	c Solving starts ...
46.98/47.05	c ============================[ Search Statistics ]============================
46.98/47.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.98/47.05	c       |         |          |          |    Limit     GC | Var      | Constra 
46.98/47.05	c =============================================================================
46.98/47.06	c  0.0s |       0 |        0 |        0 |    28877      0 |     4426 |     7689
47.08/47.14	c  0.1s |       0 |      735 |        1 |    28877      0 |     4426 |     7689
47.08/47.14	c #cpu_time = 0.080s
47.08/47.14	c #wall_clock_time = 0.080s
47.08/47.14	c #decision = 735
47.08/47.14	c #random_decision = 0
47.08/47.14	c #conflict = 1
47.08/47.14	c #restart = 0
47.08/47.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
47.08/47.14	c lower bound updated to 3691129461560
47.18/47.20	c BCD2: 3694836859991 <= obj <= 11974896935277
47.18/47.20	c BCD2: #cores=214, #unrelaxed=346, #relaxed=991, #hardened=0
47.18/47.20	c BCD2: #sat=1 #unsat=401 bias=401/402
47.18/47.20	c Solving starts ...
47.18/47.20	c ============================[ Search Statistics ]============================
47.18/47.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.18/47.20	c       |         |          |          |    Limit     GC | Var      | Constra 
47.18/47.20	c =============================================================================
47.18/47.22	c  0.0s |       0 |        0 |        0 |    28877      0 |     4427 |     7689
47.18/47.29	c  0.1s |       0 |      405 |        0 |    28877      0 |     4427 |     7690
47.18/47.29	c #cpu_time = 0.073s
47.18/47.29	c #wall_clock_time = 0.073s
47.18/47.29	c #decision = 405
47.18/47.29	c #random_decision = 0
47.18/47.29	c #conflict = 0
47.18/47.29	c #restart = 0
47.18/47.29	c BCD2: found a new core of size 1: cost of the new core is >=45212176
47.18/47.29	c lower bound updated to 3691174673736
47.29/47.34	c BCD2: 3694882072167 <= obj <= 11974896935277
47.29/47.34	c BCD2: #cores=215, #unrelaxed=345, #relaxed=992, #hardened=0
47.29/47.34	c BCD2: #sat=1 #unsat=402 bias=402/403
47.29/47.35	c Solving starts ...
47.29/47.35	c ============================[ Search Statistics ]============================
47.29/47.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.29/47.35	c       |         |          |          |    Limit     GC | Var      | Constra 
47.29/47.35	c =============================================================================
47.29/47.36	c  0.0s |       0 |        0 |        0 |    28877      0 |     4427 |     7690
47.39/47.44	c  0.1s |       0 |      732 |        1 |    28877      0 |     4427 |     7690
47.39/47.44	c #cpu_time = 0.081s
47.39/47.44	c #wall_clock_time = 0.081s
47.39/47.44	c #decision = 732
47.39/47.44	c #random_decision = 0
47.39/47.44	c #conflict = 1
47.39/47.44	c #restart = 0
47.39/47.44	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 10: cost of the new core is >=18537550252
47.39/47.44	c BCD2: refineLB: 18537548966 -> 18537550252
47.39/47.44	c lower bound updated to 3691175225021
47.48/47.50	c BCD2: 3694882623452 <= obj <= 11974896935277
47.48/47.50	c BCD2: #cores=214, #unrelaxed=342, #relaxed=995, #hardened=0
47.48/47.50	c BCD2: #sat=1 #unsat=403 bias=403/404
47.48/47.50	c Solving starts ...
47.48/47.50	c ============================[ Search Statistics ]============================
47.48/47.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.48/47.50	c       |         |          |          |    Limit     GC | Var      | Constra 
47.48/47.50	c =============================================================================
47.48/47.52	c  0.0s |       0 |        0 |        0 |    28877      0 |     4760 |     7690
47.48/47.59	c  0.1s |       0 |      404 |        0 |    28877      0 |     4760 |     8354
47.48/47.59	c #cpu_time = 0.076s
47.48/47.59	c #wall_clock_time = 0.076s
47.48/47.59	c #decision = 404
47.48/47.59	c #random_decision = 0
47.48/47.59	c #conflict = 0
47.48/47.59	c #restart = 0
47.48/47.59	c BCD2: found a new core of size 2: cost of the new core is >=82
47.48/47.59	c lower bound updated to 3691175225103
47.58/47.65	c BCD2: 3694882623534 <= obj <= 11974896935277
47.58/47.65	c BCD2: #cores=215, #unrelaxed=340, #relaxed=997, #hardened=0
47.58/47.65	c BCD2: #sat=1 #unsat=404 bias=404/405
47.58/47.65	c Solving starts ...
47.58/47.65	c ============================[ Search Statistics ]============================
47.58/47.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.58/47.65	c       |         |          |          |    Limit     GC | Var      | Constra 
47.58/47.65	c =============================================================================
47.58/47.67	c  0.0s |       0 |        0 |        0 |    28877      0 |     4760 |     8354
47.68/47.75	c  0.1s |       0 |      731 |        1 |    28877      0 |     4760 |     8354
47.68/47.75	c #cpu_time = 0.080s
47.68/47.75	c #wall_clock_time = 0.080s
47.68/47.75	c #decision = 731
47.68/47.75	c #random_decision = 0
47.68/47.75	c #conflict = 1
47.68/47.75	c #restart = 0
47.68/47.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
47.68/47.75	c lower bound updated to 3691175225104
47.78/47.80	c BCD2: 3694882623535 <= obj <= 11974896935277
47.78/47.80	c BCD2: #cores=215, #unrelaxed=339, #relaxed=998, #hardened=0
47.78/47.80	c BCD2: #sat=1 #unsat=405 bias=405/406
47.78/47.81	c Solving starts ...
47.78/47.81	c ============================[ Search Statistics ]============================
47.78/47.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.78/47.81	c       |         |          |          |    Limit     GC | Var      | Constra 
47.78/47.81	c =============================================================================
47.78/47.82	c  0.0s |       0 |        0 |        0 |    28877      0 |     4761 |     8354
47.78/47.89	c  0.1s |       0 |      404 |        0 |    28877      0 |     4761 |     8355
47.78/47.89	c #cpu_time = 0.073s
47.78/47.89	c #wall_clock_time = 0.073s
47.78/47.89	c #decision = 404
47.78/47.89	c #random_decision = 0
47.78/47.89	c #conflict = 0
47.78/47.89	c #restart = 0
47.78/47.89	c BCD2: found a new core of size 1: cost of the new core is >=45212176
47.78/47.89	c lower bound updated to 3691220437280
47.88/47.95	c BCD2: 3694927835711 <= obj <= 11974896935277
47.88/47.95	c BCD2: #cores=216, #unrelaxed=338, #relaxed=999, #hardened=0
47.88/47.95	c BCD2: #sat=1 #unsat=406 bias=406/407
47.88/47.95	c Solving starts ...
47.88/47.95	c ============================[ Search Statistics ]============================
47.88/47.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.88/47.95	c       |         |          |          |    Limit     GC | Var      | Constra 
47.88/47.95	c =============================================================================
47.88/47.97	c  0.0s |       0 |        0 |        0 |    28877      0 |     4761 |     8355
47.98/48.06	c  0.1s |       0 |      406 |        0 |    28877      0 |     4761 |     8355
47.98/48.06	c #cpu_time = 0.087s
47.98/48.06	c #wall_clock_time = 0.088s
47.98/48.06	c #decision = 406
47.98/48.06	c #random_decision = 0
47.98/48.06	c #conflict = 0
47.98/48.06	c #restart = 0
47.98/48.06	c BCD2: found a new core of size 2: cost of the new core is >=6724
47.98/48.06	c lower bound updated to 3691220444004
48.08/48.11	c BCD2: 3694927842435 <= obj <= 11974896935277
48.08/48.11	c BCD2: #cores=217, #unrelaxed=336, #relaxed=1001, #hardened=0
48.08/48.11	c BCD2: #sat=1 #unsat=407 bias=407/408
48.08/48.12	c Solving starts ...
48.08/48.12	c ============================[ Search Statistics ]============================
48.08/48.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.08/48.12	c       |         |          |          |    Limit     GC | Var      | Constra 
48.08/48.12	c =============================================================================
48.08/48.13	c  0.0s |       0 |        0 |        0 |    28877      0 |     4761 |     8355
48.18/48.21	c  0.1s |       0 |      733 |        1 |    28877      0 |     4761 |     8355
48.18/48.21	c #cpu_time = 0.079s
48.18/48.21	c #wall_clock_time = 0.079s
48.18/48.21	c #decision = 733
48.18/48.21	c #random_decision = 0
48.18/48.21	c #conflict = 1
48.18/48.21	c #restart = 0
48.18/48.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
48.18/48.21	c lower bound updated to 3691220444086
48.18/48.27	c BCD2: 3694927842517 <= obj <= 11974896935277
48.18/48.27	c BCD2: #cores=217, #unrelaxed=335, #relaxed=1002, #hardened=0
48.18/48.27	c BCD2: #sat=1 #unsat=408 bias=408/409
48.18/48.27	c Solving starts ...
48.18/48.27	c ============================[ Search Statistics ]============================
48.18/48.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.18/48.27	c       |         |          |          |    Limit     GC | Var      | Constra 
48.18/48.27	c =============================================================================
48.18/48.29	c  0.0s |       0 |        0 |        0 |    28877      0 |     4762 |     8355
48.28/48.37	c  0.1s |       0 |      733 |        1 |    28877      0 |     4762 |     8356
48.28/48.37	c #cpu_time = 0.081s
48.28/48.37	c #wall_clock_time = 0.081s
48.28/48.37	c #decision = 733
48.28/48.37	c #random_decision = 0
48.28/48.37	c #conflict = 1
48.28/48.37	c #restart = 0
48.28/48.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
48.28/48.37	c lower bound updated to 3691220444087
48.39/48.42	c BCD2: 3694927842518 <= obj <= 11974896935277
48.39/48.42	c BCD2: #cores=217, #unrelaxed=334, #relaxed=1003, #hardened=0
48.39/48.42	c BCD2: #sat=1 #unsat=409 bias=409/410
48.39/48.43	c Solving starts ...
48.39/48.43	c ============================[ Search Statistics ]============================
48.39/48.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.39/48.43	c       |         |          |          |    Limit     GC | Var      | Constra 
48.39/48.43	c =============================================================================
48.39/48.44	c  0.0s |       0 |        0 |        0 |    28877      0 |     4763 |     8356
48.49/48.52	c  0.1s |       0 |      406 |        0 |    28877      0 |     4763 |     8357
48.49/48.52	c #cpu_time = 0.074s
48.49/48.52	c #wall_clock_time = 0.074s
48.49/48.52	c #decision = 406
48.49/48.52	c #random_decision = 0
48.49/48.52	c #conflict = 0
48.49/48.52	c #restart = 0
48.49/48.52	c BCD2: found a new core of size 1: cost of the new core is >=45212176
48.49/48.52	c lower bound updated to 3691265656263
48.49/48.57	c BCD2: 3694973054694 <= obj <= 11974896935277
48.49/48.57	c BCD2: #cores=218, #unrelaxed=333, #relaxed=1004, #hardened=0
48.49/48.57	c BCD2: #sat=1 #unsat=410 bias=410/411
48.49/48.58	c Solving starts ...
48.49/48.58	c ============================[ Search Statistics ]============================
48.49/48.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.49/48.58	c       |         |          |          |    Limit     GC | Var      | Constra 
48.49/48.58	c =============================================================================
48.49/48.59	c  0.0s |       0 |        0 |        0 |    28877      0 |     4763 |     8357
48.58/48.68	c  0.1s |       0 |      444 |        1 |    28877      0 |     4763 |     8357
48.58/48.68	c #cpu_time = 0.093s
48.58/48.68	c #wall_clock_time = 0.093s
48.58/48.68	c #decision = 444
48.58/48.68	c #random_decision = 0
48.58/48.68	c #conflict = 1
48.58/48.68	c #restart = 0
48.58/48.68	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 12: cost of the new core is >=1116184
48.58/48.68	c BCD2: refineLB: 1114925 -> 1116184
48.58/48.68	c lower bound updated to 3691266207548
48.68/48.74	c BCD2: 3694973605979 <= obj <= 11974896935277
48.68/48.74	c BCD2: #cores=217, #unrelaxed=331, #relaxed=1006, #hardened=0
48.68/48.74	c BCD2: #sat=1 #unsat=411 bias=411/412
48.68/48.74	c Solving starts ...
48.68/48.74	c ============================[ Search Statistics ]============================
48.68/48.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.68/48.74	c       |         |          |          |    Limit     GC | Var      | Constra 
48.68/48.74	c =============================================================================
48.68/48.76	c  0.0s |       0 |        0 |        0 |    28877      0 |     4857 |     8357
48.78/48.84	c  0.1s |       0 |      406 |        0 |    28877      0 |     4857 |     8543
48.78/48.84	c #cpu_time = 0.075s
48.78/48.84	c #wall_clock_time = 0.075s
48.78/48.84	c #decision = 406
48.78/48.84	c #random_decision = 0
48.78/48.84	c #conflict = 0
48.78/48.84	c #restart = 0
48.78/48.84	c BCD2: found a new core of size 2: cost of the new core is >=82
48.78/48.84	c lower bound updated to 3691266207630
48.78/48.89	c BCD2: 3694973606061 <= obj <= 11974896935277
48.78/48.89	c BCD2: #cores=218, #unrelaxed=329, #relaxed=1008, #hardened=0
48.78/48.89	c BCD2: #sat=1 #unsat=412 bias=412/413
48.78/48.90	c Solving starts ...
48.78/48.90	c ============================[ Search Statistics ]============================
48.78/48.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.78/48.90	c       |         |          |          |    Limit     GC | Var      | Constra 
48.78/48.90	c =============================================================================
48.88/48.91	c  0.0s |       0 |        0 |        0 |    28877      0 |     4857 |     8543
48.88/48.99	c  0.1s |       0 |      732 |        1 |    28877      0 |     4857 |     8543
48.88/48.99	c #cpu_time = 0.082s
48.88/48.99	c #wall_clock_time = 0.082s
48.88/48.99	c #decision = 732
48.88/48.99	c #random_decision = 0
48.88/48.99	c #conflict = 1
48.88/48.99	c #restart = 0
48.88/48.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
48.88/48.99	c lower bound updated to 3691266207631
48.98/49.05	c BCD2: 3694973606062 <= obj <= 11974896935277
48.98/49.05	c BCD2: #cores=218, #unrelaxed=328, #relaxed=1009, #hardened=0
48.98/49.05	c BCD2: #sat=1 #unsat=413 bias=413/414
48.98/49.05	c Solving starts ...
48.98/49.05	c ============================[ Search Statistics ]============================
48.98/49.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.98/49.05	c       |         |          |          |    Limit     GC | Var      | Constra 
48.98/49.05	c =============================================================================
48.98/49.06	c  0.0s |       0 |        0 |        0 |    28877      0 |     4858 |     8543
49.08/49.14	c  0.1s |       0 |      406 |        0 |    28877      0 |     4858 |     8544
49.08/49.14	c #cpu_time = 0.075s
49.08/49.14	c #wall_clock_time = 0.075s
49.08/49.14	c #decision = 406
49.08/49.14	c #random_decision = 0
49.08/49.14	c #conflict = 0
49.08/49.14	c #restart = 0
49.08/49.14	c BCD2: found a new core of size 1: cost of the new core is >=45212176
49.08/49.14	c lower bound updated to 3691311419807
49.08/49.19	c BCD2: 3695018818238 <= obj <= 11974896935277
49.08/49.19	c BCD2: #cores=219, #unrelaxed=327, #relaxed=1010, #hardened=0
49.08/49.19	c BCD2: #sat=1 #unsat=414 bias=414/415
49.18/49.20	c Solving starts ...
49.18/49.20	c ============================[ Search Statistics ]============================
49.18/49.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.18/49.20	c       |         |          |          |    Limit     GC | Var      | Constra 
49.18/49.20	c =============================================================================
49.18/49.21	c  0.0s |       0 |        0 |        0 |    28877      0 |     4858 |     8544
49.28/49.31	c  0.1s |       0 |      408 |        0 |    28877      0 |     4858 |     8544
49.28/49.31	c #cpu_time = 0.088s
49.28/49.31	c #wall_clock_time = 0.088s
49.28/49.31	c #decision = 408
49.28/49.31	c #random_decision = 0
49.28/49.31	c #conflict = 0
49.28/49.31	c #restart = 0
49.28/49.31	c BCD2: found a new core of size 2: cost of the new core is >=6724
49.28/49.31	c lower bound updated to 3691311426531
49.28/49.36	c BCD2: 3695018824962 <= obj <= 11974896935277
49.28/49.36	c BCD2: #cores=220, #unrelaxed=325, #relaxed=1012, #hardened=0
49.28/49.36	c BCD2: #sat=1 #unsat=415 bias=415/416
49.28/49.37	c Solving starts ...
49.28/49.37	c ============================[ Search Statistics ]============================
49.28/49.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.28/49.37	c       |         |          |          |    Limit     GC | Var      | Constra 
49.28/49.37	c =============================================================================
49.28/49.38	c  0.0s |       0 |        0 |        0 |    28877      0 |     4858 |     8544
49.38/49.46	c  0.1s |       0 |      734 |        1 |    28877      0 |     4858 |     8544
49.38/49.46	c #cpu_time = 0.081s
49.38/49.46	c #wall_clock_time = 0.081s
49.38/49.46	c #decision = 734
49.38/49.46	c #random_decision = 0
49.38/49.46	c #conflict = 1
49.38/49.46	c #restart = 0
49.38/49.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
49.38/49.46	c lower bound updated to 3691311426613
49.49/49.52	c BCD2: 3695018825044 <= obj <= 11974896935277
49.49/49.52	c BCD2: #cores=220, #unrelaxed=324, #relaxed=1013, #hardened=0
49.49/49.52	c BCD2: #sat=1 #unsat=416 bias=416/417
49.49/49.52	c Solving starts ...
49.49/49.52	c ============================[ Search Statistics ]============================
49.49/49.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.49/49.52	c       |         |          |          |    Limit     GC | Var      | Constra 
49.49/49.52	c =============================================================================
49.49/49.54	c  0.0s |       0 |        0 |        0 |    28877      0 |     4859 |     8544
49.59/49.62	c  0.1s |       0 |      734 |        1 |    28877      0 |     4859 |     8545
49.59/49.62	c #cpu_time = 0.083s
49.59/49.62	c #wall_clock_time = 0.083s
49.59/49.62	c #decision = 734
49.59/49.62	c #random_decision = 0
49.59/49.62	c #conflict = 1
49.59/49.62	c #restart = 0
49.59/49.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
49.59/49.62	c lower bound updated to 3691311426614
49.59/49.68	c BCD2: 3695018825045 <= obj <= 11974896935277
49.59/49.68	c BCD2: #cores=220, #unrelaxed=323, #relaxed=1014, #hardened=0
49.59/49.68	c BCD2: #sat=1 #unsat=417 bias=417/418
49.59/49.68	c Solving starts ...
49.59/49.68	c ============================[ Search Statistics ]============================
49.59/49.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.59/49.68	c       |         |          |          |    Limit     GC | Var      | Constra 
49.59/49.68	c =============================================================================
49.59/49.69	c  0.0s |       0 |        0 |        0 |    28877      0 |     4860 |     8545
49.68/49.77	c  0.1s |       0 |      408 |        0 |    28877      0 |     4860 |     8546
49.68/49.77	c #cpu_time = 0.076s
49.68/49.77	c #wall_clock_time = 0.076s
49.68/49.77	c #decision = 408
49.68/49.77	c #random_decision = 0
49.68/49.77	c #conflict = 0
49.68/49.77	c #restart = 0
49.68/49.77	c BCD2: found a new core of size 1: cost of the new core is >=45212176
49.68/49.77	c lower bound updated to 3691356638790
49.78/49.83	c BCD2: 3695064037221 <= obj <= 11974896935277
49.78/49.83	c BCD2: #cores=221, #unrelaxed=322, #relaxed=1015, #hardened=0
49.78/49.83	c BCD2: #sat=1 #unsat=418 bias=418/419
49.78/49.83	c Solving starts ...
49.78/49.83	c ============================[ Search Statistics ]============================
49.78/49.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.78/49.83	c       |         |          |          |    Limit     GC | Var      | Constra 
49.78/49.83	c =============================================================================
49.78/49.84	c  0.0s |       0 |        0 |        0 |    28877      0 |     4860 |     8546
49.88/49.94	c  0.1s |       0 |      410 |        0 |    28877      0 |     4860 |     8546
49.88/49.94	c #cpu_time = 0.088s
49.88/49.94	c #wall_clock_time = 0.088s
49.88/49.94	c #decision = 410
49.88/49.94	c #random_decision = 0
49.88/49.94	c #conflict = 0
49.88/49.94	c #restart = 0
49.88/49.94	c BCD2: found a new core of size 2: cost of the new core is >=6724
49.88/49.94	c lower bound updated to 3691356645514
49.88/49.99	c BCD2: 3695064043945 <= obj <= 11974896935277
49.88/49.99	c BCD2: #cores=222, #unrelaxed=320, #relaxed=1017, #hardened=0
49.88/49.99	c BCD2: #sat=1 #unsat=419 bias=419/420
49.98/50.00	c Solving starts ...
49.98/50.00	c ============================[ Search Statistics ]============================
49.98/50.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.98/50.00	c       |         |          |          |    Limit     GC | Var      | Constra 
49.98/50.00	c =============================================================================
49.98/50.01	c  0.0s |       0 |        0 |        0 |    28877      0 |     4860 |     8546
50.08/50.10	c  0.1s |       0 |      737 |        1 |    28877      0 |     4860 |     8546
50.08/50.10	c #cpu_time = 0.082s
50.08/50.10	c #wall_clock_time = 0.082s
50.08/50.10	c #decision = 737
50.08/50.10	c #random_decision = 0
50.08/50.10	c #conflict = 1
50.08/50.10	c #restart = 0
50.08/50.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
50.08/50.10	c lower bound updated to 3691356645596
50.08/50.15	c BCD2: 3695064044027 <= obj <= 11974896935277
50.08/50.15	c BCD2: #cores=222, #unrelaxed=319, #relaxed=1018, #hardened=0
50.08/50.15	c BCD2: #sat=1 #unsat=420 bias=420/421
50.08/50.16	c Solving starts ...
50.08/50.16	c ============================[ Search Statistics ]============================
50.08/50.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.08/50.16	c       |         |          |          |    Limit     GC | Var      | Constra 
50.08/50.16	c =============================================================================
50.08/50.17	c  0.0s |       0 |        0 |        0 |    28877      0 |     4861 |     8546
50.18/50.26	c  0.1s |       0 |      752 |        1 |    28877      0 |     4861 |     8547
50.18/50.26	c #cpu_time = 0.084s
50.18/50.26	c #wall_clock_time = 0.084s
50.18/50.26	c #decision = 752
50.18/50.26	c #random_decision = 0
50.18/50.26	c #conflict = 1
50.18/50.26	c #restart = 0
50.18/50.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
50.18/50.26	c lower bound updated to 3691356645597
50.28/50.31	c BCD2: 3695064044028 <= obj <= 11974896935277
50.28/50.31	c BCD2: #cores=222, #unrelaxed=318, #relaxed=1019, #hardened=0
50.28/50.31	c BCD2: #sat=1 #unsat=421 bias=421/422
50.28/50.32	c Solving starts ...
50.28/50.32	c ============================[ Search Statistics ]============================
50.28/50.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.28/50.32	c       |         |          |          |    Limit     GC | Var      | Constra 
50.28/50.32	c =============================================================================
50.28/50.33	c  0.0s |       0 |        0 |        0 |    28877      0 |     4862 |     8547
50.38/50.41	c  0.1s |       0 |      410 |        0 |    28877      0 |     4862 |     8548
50.38/50.41	c #cpu_time = 0.077s
50.38/50.41	c #wall_clock_time = 0.077s
50.38/50.41	c #decision = 410
50.38/50.41	c #random_decision = 0
50.38/50.41	c #conflict = 0
50.38/50.41	c #restart = 0
50.38/50.41	c BCD2: found a new core of size 1: cost of the new core is >=45212176
50.38/50.41	c lower bound updated to 3691401857773
50.38/50.46	c BCD2: 3695109256204 <= obj <= 11974896935277
50.38/50.46	c BCD2: #cores=223, #unrelaxed=317, #relaxed=1020, #hardened=0
50.38/50.46	c BCD2: #sat=1 #unsat=422 bias=422/423
50.38/50.47	c Solving starts ...
50.38/50.47	c ============================[ Search Statistics ]============================
50.38/50.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.38/50.47	c       |         |          |          |    Limit     GC | Var      | Constra 
50.38/50.47	c =============================================================================
50.38/50.48	c  0.0s |       0 |        0 |        0 |    28877      0 |     4862 |     8548
50.48/50.58	c  0.1s |       0 |      730 |        2 |    28877      0 |     4862 |     8548
50.48/50.58	c #cpu_time = 0.098s
50.48/50.58	c #wall_clock_time = 0.098s
50.48/50.58	c #decision = 730
50.48/50.58	c #random_decision = 0
50.48/50.58	c #conflict = 2
50.48/50.58	c #restart = 0
50.48/50.58	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=558092
50.48/50.58	c BCD2: refineLB: 556871 -> 558092
50.48/50.58	c lower bound updated to 3691402409058
50.59/50.63	c BCD2: 3695109807489 <= obj <= 11974896935277
50.59/50.63	c BCD2: #cores=223, #unrelaxed=315, #relaxed=1022, #hardened=0
50.59/50.63	c BCD2: #sat=1 #unsat=423 bias=423/424
50.59/50.64	c Solving starts ...
50.59/50.64	c ============================[ Search Statistics ]============================
50.59/50.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.59/50.64	c       |         |          |          |    Limit     GC | Var      | Constra 
50.59/50.64	c =============================================================================
50.59/50.66	c  0.0s |       0 |        0 |        0 |    28877      0 |     4912 |     8548
50.69/50.73	c  0.1s |       0 |      411 |        0 |    28877      0 |     4912 |     8647
50.69/50.73	c #cpu_time = 0.078s
50.69/50.73	c #wall_clock_time = 0.078s
50.69/50.73	c #decision = 411
50.69/50.73	c #random_decision = 0
50.69/50.73	c #conflict = 0
50.69/50.73	c #restart = 0
50.69/50.73	c BCD2: found a new core of size 2: cost of the new core is >=82
50.69/50.73	c lower bound updated to 3691402409140
50.69/50.79	c BCD2: 3695109807571 <= obj <= 11974896935277
50.69/50.79	c BCD2: #cores=224, #unrelaxed=313, #relaxed=1024, #hardened=0
50.69/50.79	c BCD2: #sat=1 #unsat=424 bias=424/425
50.69/50.79	c Solving starts ...
50.69/50.79	c ============================[ Search Statistics ]============================
50.69/50.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.69/50.79	c       |         |          |          |    Limit     GC | Var      | Constra 
50.69/50.79	c =============================================================================
50.78/50.81	c  0.0s |       0 |        0 |        0 |    28877      0 |     4912 |     8647
50.78/50.89	c  0.1s |       0 |      738 |        1 |    28877      0 |     4912 |     8647
50.78/50.89	c #cpu_time = 0.085s
50.78/50.89	c #wall_clock_time = 0.085s
50.78/50.89	c #decision = 738
50.78/50.89	c #random_decision = 0
50.78/50.89	c #conflict = 1
50.78/50.89	c #restart = 0
50.78/50.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
50.78/50.89	c lower bound updated to 3691402409141
50.88/50.95	c BCD2: 3695109807572 <= obj <= 11974896935277
50.88/50.95	c BCD2: #cores=224, #unrelaxed=312, #relaxed=1025, #hardened=0
50.88/50.95	c BCD2: #sat=1 #unsat=425 bias=425/426
50.88/50.95	c Solving starts ...
50.88/50.95	c ============================[ Search Statistics ]============================
50.88/50.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.88/50.95	c       |         |          |          |    Limit     GC | Var      | Constra 
50.88/50.95	c =============================================================================
50.88/50.97	c  0.0s |       0 |        0 |        0 |    28877      0 |     4913 |     8647
50.98/51.05	c  0.1s |       0 |      411 |        0 |    28877      0 |     4913 |     8648
50.98/51.05	c #cpu_time = 0.078s
50.98/51.05	c #wall_clock_time = 0.078s
50.98/51.05	c #decision = 411
50.98/51.05	c #random_decision = 0
50.98/51.05	c #conflict = 0
50.98/51.05	c #restart = 0
50.98/51.05	c BCD2: found a new core of size 1: cost of the new core is >=45212176
50.98/51.05	c lower bound updated to 3691447621317
51.08/51.10	c BCD2: 3695155019748 <= obj <= 11974896935277
51.08/51.10	c BCD2: #cores=225, #unrelaxed=311, #relaxed=1026, #hardened=0
51.08/51.10	c BCD2: #sat=1 #unsat=426 bias=426/427
51.08/51.11	c Solving starts ...
51.08/51.11	c ============================[ Search Statistics ]============================
51.08/51.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.08/51.11	c       |         |          |          |    Limit     GC | Var      | Constra 
51.08/51.11	c =============================================================================
51.08/51.12	c  0.0s |       0 |        0 |        0 |    28877      0 |     4913 |     8648
51.18/51.22	c  0.1s |       0 |      765 |        2 |    28877      0 |     4913 |     8648
51.18/51.22	c #cpu_time = 0.098s
51.18/51.22	c #wall_clock_time = 0.098s
51.18/51.22	c #decision = 765
51.18/51.22	c #random_decision = 0
51.18/51.22	c #conflict = 2
51.18/51.22	c #restart = 0
51.18/51.22	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=558092
51.18/51.22	c BCD2: refineLB: 556883 -> 558092
51.18/51.22	c lower bound updated to 3691448172602
51.18/51.27	c BCD2: 3695155571033 <= obj <= 11974896935277
51.18/51.27	c BCD2: #cores=225, #unrelaxed=307, #relaxed=1030, #hardened=0
51.18/51.27	c BCD2: #sat=1 #unsat=427 bias=427/428
51.18/51.28	c Solving starts ...
51.18/51.28	c ============================[ Search Statistics ]============================
51.18/51.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.18/51.28	c       |         |          |          |    Limit     GC | Var      | Constra 
51.18/51.28	c =============================================================================
51.18/51.29	c  0.0s |       0 |        0 |        0 |    28877      0 |     5135 |     8648
51.28/51.38	c  0.1s |       0 |      410 |        0 |    28877      0 |     5135 |     9091
51.28/51.38	c #cpu_time = 0.080s
51.28/51.38	c #wall_clock_time = 0.080s
51.28/51.38	c #decision = 410
51.28/51.38	c #random_decision = 0
51.28/51.38	c #conflict = 0
51.28/51.38	c #restart = 0
51.28/51.38	c BCD2: found a new core of size 2: cost of the new core is >=82
51.28/51.38	c lower bound updated to 3691448172684
51.38/51.43	c BCD2: 3695155571115 <= obj <= 11974896935277
51.38/51.43	c BCD2: #cores=226, #unrelaxed=305, #relaxed=1032, #hardened=0
51.38/51.43	c BCD2: #sat=1 #unsat=428 bias=428/429
51.38/51.44	c Solving starts ...
51.38/51.44	c ============================[ Search Statistics ]============================
51.38/51.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.38/51.44	c       |         |          |          |    Limit     GC | Var      | Constra 
51.38/51.44	c =============================================================================
51.38/51.45	c  0.0s |       0 |        0 |        0 |    28877      0 |     5135 |     9091
51.48/51.54	c  0.1s |       0 |      734 |        1 |    28877      0 |     5135 |     9091
51.48/51.54	c #cpu_time = 0.086s
51.48/51.54	c #wall_clock_time = 0.086s
51.48/51.54	c #decision = 734
51.48/51.54	c #random_decision = 0
51.48/51.54	c #conflict = 1
51.48/51.54	c #restart = 0
51.48/51.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
51.48/51.54	c lower bound updated to 3691448172685
51.48/51.59	c BCD2: 3695155571116 <= obj <= 11974896935277
51.48/51.59	c BCD2: #cores=226, #unrelaxed=304, #relaxed=1033, #hardened=0
51.48/51.59	c BCD2: #sat=1 #unsat=429 bias=429/430
51.58/51.60	c Solving starts ...
51.58/51.60	c ============================[ Search Statistics ]============================
51.58/51.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.58/51.60	c       |         |          |          |    Limit     GC | Var      | Constra 
51.58/51.60	c =============================================================================
51.58/51.61	c  0.0s |       0 |        0 |        0 |    28877      0 |     5136 |     9091
51.58/51.69	c  0.1s |       0 |      410 |        0 |    28877      0 |     5136 |     9092
51.58/51.69	c #cpu_time = 0.078s
51.58/51.69	c #wall_clock_time = 0.079s
51.58/51.69	c #decision = 410
51.58/51.69	c #random_decision = 0
51.58/51.69	c #conflict = 0
51.58/51.69	c #restart = 0
51.58/51.69	c BCD2: found a new core of size 1: cost of the new core is >=45212176
51.58/51.69	c lower bound updated to 3691493384861
51.69/51.74	c BCD2: 3695200783292 <= obj <= 11974896935277
51.69/51.74	c BCD2: #cores=227, #unrelaxed=303, #relaxed=1034, #hardened=0
51.69/51.74	c BCD2: #sat=1 #unsat=430 bias=430/431
51.69/51.75	c Solving starts ...
51.69/51.75	c ============================[ Search Statistics ]============================
51.69/51.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.69/51.75	c       |         |          |          |    Limit     GC | Var      | Constra 
51.69/51.75	c =============================================================================
51.69/51.76	c  0.0s |       0 |        0 |        0 |    28877      0 |     5136 |     9092
51.79/51.86	c  0.1s |       0 |      732 |        1 |    28877      0 |     5136 |     9092
51.79/51.86	c #cpu_time = 0.091s
51.79/51.86	c #wall_clock_time = 0.091s
51.79/51.86	c #decision = 732
51.79/51.86	c #random_decision = 0
51.79/51.86	c #conflict = 1
51.79/51.86	c #restart = 0
51.79/51.86	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 14: cost of the new core is >=1116184
51.79/51.86	c BCD2: refineLB: 1114987 -> 1116184
51.79/51.86	c lower bound updated to 3691493936146
51.88/51.91	c BCD2: 3695201334577 <= obj <= 11974896935277
51.88/51.91	c BCD2: #cores=226, #unrelaxed=300, #relaxed=1037, #hardened=0
51.88/51.91	c BCD2: #sat=1 #unsat=431 bias=431/432
51.88/51.92	c Solving starts ...
51.88/51.92	c ============================[ Search Statistics ]============================
51.88/51.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.88/51.92	c       |         |          |          |    Limit     GC | Var      | Constra 
51.88/51.92	c =============================================================================
51.88/51.93	c  0.0s |       0 |        0 |        0 |    28877      0 |     5246 |     9092
51.98/52.01	c  0.1s |       0 |      409 |        0 |    28877      0 |     5246 |     9310
51.98/52.01	c #cpu_time = 0.080s
51.98/52.01	c #wall_clock_time = 0.080s
51.98/52.01	c #decision = 409
51.98/52.01	c #random_decision = 0
51.98/52.01	c #conflict = 0
51.98/52.01	c #restart = 0
51.98/52.01	c BCD2: found a new core of size 2: cost of the new core is >=82
51.98/52.01	c lower bound updated to 3691493936228
51.98/52.06	c BCD2: 3695201334659 <= obj <= 11974896935277
51.98/52.06	c BCD2: #cores=227, #unrelaxed=298, #relaxed=1039, #hardened=0
51.98/52.06	c BCD2: #sat=1 #unsat=432 bias=432/433
51.98/52.07	c Solving starts ...
51.98/52.07	c ============================[ Search Statistics ]============================
51.98/52.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.98/52.07	c       |         |          |          |    Limit     GC | Var      | Constra 
51.98/52.07	c =============================================================================
51.98/52.08	c  0.0s |       0 |        0 |        0 |    28877      0 |     5246 |     9310
52.08/52.17	c  0.1s |       0 |      730 |        1 |    28877      0 |     5246 |     9310
52.08/52.17	c #cpu_time = 0.086s
52.08/52.17	c #wall_clock_time = 0.087s
52.08/52.17	c #decision = 730
52.08/52.17	c #random_decision = 0
52.08/52.17	c #conflict = 1
52.08/52.17	c #restart = 0
52.08/52.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
52.08/52.17	c lower bound updated to 3691493936229
52.18/52.23	c BCD2: 3695201334660 <= obj <= 11974896935277
52.18/52.23	c BCD2: #cores=227, #unrelaxed=297, #relaxed=1040, #hardened=0
52.18/52.23	c BCD2: #sat=1 #unsat=433 bias=433/434
52.18/52.23	c Solving starts ...
52.18/52.23	c ============================[ Search Statistics ]============================
52.18/52.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.18/52.23	c       |         |          |          |    Limit     GC | Var      | Constra 
52.18/52.23	c =============================================================================
52.18/52.25	c  0.0s |       0 |        0 |        0 |    28877      0 |     5247 |     9310
52.28/52.33	c  0.1s |       0 |      409 |        0 |    28877      0 |     5247 |     9311
52.28/52.33	c #cpu_time = 0.080s
52.28/52.33	c #wall_clock_time = 0.080s
52.28/52.33	c #decision = 409
52.28/52.33	c #random_decision = 0
52.28/52.33	c #conflict = 0
52.28/52.33	c #restart = 0
52.28/52.33	c BCD2: found a new core of size 1: cost of the new core is >=45212176
52.28/52.33	c lower bound updated to 3691539148405
52.28/52.38	c BCD2: 3695246546836 <= obj <= 11974896935277
52.28/52.38	c BCD2: #cores=228, #unrelaxed=296, #relaxed=1041, #hardened=0
52.28/52.38	c BCD2: #sat=1 #unsat=434 bias=434/435
52.28/52.39	c Solving starts ...
52.28/52.39	c ============================[ Search Statistics ]============================
52.28/52.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.28/52.39	c       |         |          |          |    Limit     GC | Var      | Constra 
52.28/52.39	c =============================================================================
52.38/52.40	c  0.0s |       0 |        0 |        0 |    28877      0 |     5247 |     9311
52.48/52.51	c  0.1s |       0 |      748 |        2 |    28877      0 |     5247 |     9311
52.48/52.51	c #cpu_time = 0.103s
52.48/52.51	c #wall_clock_time = 0.103s
52.48/52.51	c #decision = 748
52.48/52.51	c #random_decision = 0
52.48/52.51	c #conflict = 2
52.48/52.51	c #restart = 0
52.48/52.51	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=558092
52.48/52.51	c BCD2: refineLB: 556907 -> 558092
52.48/52.51	c lower bound updated to 3691539699690
52.48/52.56	c BCD2: 3695247098121 <= obj <= 11974896935277
52.48/52.56	c BCD2: #cores=228, #unrelaxed=294, #relaxed=1043, #hardened=0
52.48/52.56	c BCD2: #sat=1 #unsat=435 bias=435/436
52.48/52.57	c Solving starts ...
52.48/52.57	c ============================[ Search Statistics ]============================
52.48/52.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.48/52.57	c       |         |          |          |    Limit     GC | Var      | Constra 
52.48/52.57	c =============================================================================
52.48/52.58	c  0.0s |       0 |        0 |        0 |    28877      0 |     5457 |     9311
52.58/52.66	c  0.1s |       0 |      410 |        0 |    28877      0 |     5457 |     9730
52.58/52.66	c #cpu_time = 0.081s
52.58/52.66	c #wall_clock_time = 0.081s
52.58/52.66	c #decision = 410
52.58/52.66	c #random_decision = 0
52.58/52.66	c #conflict = 0
52.58/52.66	c #restart = 0
52.58/52.66	c BCD2: found a new core of size 2: cost of the new core is >=82
52.58/52.67	c lower bound updated to 3691539699772
52.68/52.72	c BCD2: 3695247098203 <= obj <= 11974896935277
52.68/52.72	c BCD2: #cores=229, #unrelaxed=292, #relaxed=1045, #hardened=0
52.68/52.72	c BCD2: #sat=1 #unsat=436 bias=436/437
52.68/52.72	c Solving starts ...
52.68/52.72	c ============================[ Search Statistics ]============================
52.68/52.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.68/52.72	c       |         |          |          |    Limit     GC | Var      | Constra 
52.68/52.72	c =============================================================================
52.68/52.74	c  0.0s |       0 |        0 |        0 |    28877      0 |     5457 |     9730
52.79/52.83	c  0.1s |       0 |      730 |        1 |    28877      0 |     5457 |     9730
52.79/52.83	c #cpu_time = 0.088s
52.79/52.83	c #wall_clock_time = 0.088s
52.79/52.83	c #decision = 730
52.79/52.83	c #random_decision = 0
52.79/52.83	c #conflict = 1
52.79/52.83	c #restart = 0
52.79/52.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
52.79/52.83	c lower bound updated to 3691539699773
52.79/52.88	c BCD2: 3695247098204 <= obj <= 11974896935277
52.79/52.88	c BCD2: #cores=229, #unrelaxed=291, #relaxed=1046, #hardened=0
52.79/52.88	c BCD2: #sat=1 #unsat=437 bias=437/438
52.79/52.89	c Solving starts ...
52.79/52.89	c ============================[ Search Statistics ]============================
52.79/52.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.79/52.89	c       |         |          |          |    Limit     GC | Var      | Constra 
52.79/52.89	c =============================================================================
52.79/52.90	c  0.0s |       0 |        0 |        0 |    28877      0 |     5458 |     9730
52.89/52.98	c  0.1s |       0 |      410 |        0 |    28877      0 |     5458 |     9731
52.89/52.98	c #cpu_time = 0.080s
52.89/52.98	c #wall_clock_time = 0.080s
52.89/52.98	c #decision = 410
52.89/52.98	c #random_decision = 0
52.89/52.98	c #conflict = 0
52.89/52.98	c #restart = 0
52.89/52.98	c BCD2: found a new core of size 1: cost of the new core is >=45212176
52.89/52.98	c lower bound updated to 3691584911949
52.98/53.04	c BCD2: 3695292310380 <= obj <= 11974896935277
52.98/53.04	c BCD2: #cores=230, #unrelaxed=290, #relaxed=1047, #hardened=0
52.98/53.04	c BCD2: #sat=1 #unsat=438 bias=438/439
52.98/53.04	c Solving starts ...
52.98/53.04	c ============================[ Search Statistics ]============================
52.98/53.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.98/53.04	c       |         |          |          |    Limit     GC | Var      | Constra 
52.98/53.04	c =============================================================================
52.98/53.06	c  0.0s |       0 |        0 |        0 |    28877      0 |     5458 |     9731
53.08/53.15	c  0.1s |       0 |      412 |        0 |    28877      0 |     5458 |     9731
53.08/53.15	c #cpu_time = 0.090s
53.08/53.15	c #wall_clock_time = 0.091s
53.08/53.15	c #decision = 412
53.08/53.15	c #random_decision = 0
53.08/53.15	c #conflict = 0
53.08/53.15	c #restart = 0
53.08/53.15	c BCD2: found a new core of size 2: cost of the new core is >=6724
53.08/53.15	c lower bound updated to 3691584918673
53.18/53.21	c BCD2: 3695292317104 <= obj <= 11974896935277
53.18/53.21	c BCD2: #cores=231, #unrelaxed=288, #relaxed=1049, #hardened=0
53.18/53.21	c BCD2: #sat=1 #unsat=439 bias=439/440
53.18/53.21	c Solving starts ...
53.18/53.21	c ============================[ Search Statistics ]============================
53.18/53.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.18/53.21	c       |         |          |          |    Limit     GC | Var      | Constra 
53.18/53.21	c =============================================================================
53.18/53.23	c  0.0s |       0 |        0 |        0 |    28877      0 |     5458 |     9731
53.28/53.32	c  0.1s |       0 |      732 |        1 |    28877      0 |     5458 |     9731
53.28/53.32	c #cpu_time = 0.087s
53.28/53.32	c #wall_clock_time = 0.087s
53.28/53.32	c #decision = 732
53.28/53.32	c #random_decision = 0
53.28/53.32	c #conflict = 1
53.28/53.32	c #restart = 0
53.28/53.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
53.28/53.32	c lower bound updated to 3691584918755
53.28/53.37	c BCD2: 3695292317186 <= obj <= 11974896935277
53.28/53.37	c BCD2: #cores=231, #unrelaxed=287, #relaxed=1050, #hardened=0
53.28/53.37	c BCD2: #sat=1 #unsat=440 bias=440/441
53.28/53.38	c Solving starts ...
53.28/53.38	c ============================[ Search Statistics ]============================
53.28/53.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.28/53.38	c       |         |          |          |    Limit     GC | Var      | Constra 
53.28/53.38	c =============================================================================
53.28/53.39	c  0.0s |       0 |        0 |        0 |    28877      0 |     5459 |     9731
53.38/53.48	c  0.1s |       0 |      732 |        1 |    28877      0 |     5459 |     9732
53.38/53.48	c #cpu_time = 0.089s
53.38/53.48	c #wall_clock_time = 0.089s
53.38/53.48	c #decision = 732
53.38/53.48	c #random_decision = 0
53.38/53.48	c #conflict = 1
53.38/53.48	c #restart = 0
53.38/53.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
53.38/53.48	c lower bound updated to 3691584918756
53.48/53.53	c BCD2: 3695292317187 <= obj <= 11974896935277
53.48/53.53	c BCD2: #cores=231, #unrelaxed=286, #relaxed=1051, #hardened=0
53.48/53.53	c BCD2: #sat=1 #unsat=441 bias=441/442
53.48/53.54	c Solving starts ...
53.48/53.54	c ============================[ Search Statistics ]============================
53.48/53.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.48/53.54	c       |         |          |          |    Limit     GC | Var      | Constra 
53.48/53.54	c =============================================================================
53.48/53.55	c  0.0s |       0 |        0 |        0 |    28877      0 |     5460 |     9732
53.58/53.64	c  0.1s |       0 |      412 |        0 |    28877      0 |     5460 |     9733
53.58/53.64	c #cpu_time = 0.081s
53.58/53.64	c #wall_clock_time = 0.081s
53.58/53.64	c #decision = 412
53.58/53.64	c #random_decision = 0
53.58/53.64	c #conflict = 0
53.58/53.64	c #restart = 0
53.58/53.64	c BCD2: found a new core of size 1: cost of the new core is >=45212176
53.58/53.64	c lower bound updated to 3691630130932
53.58/53.69	c BCD2: 3695337529363 <= obj <= 11974896935277
53.58/53.69	c BCD2: #cores=232, #unrelaxed=285, #relaxed=1052, #hardened=0
53.58/53.69	c BCD2: #sat=1 #unsat=442 bias=442/443
53.68/53.70	c Solving starts ...
53.68/53.70	c ============================[ Search Statistics ]============================
53.68/53.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.68/53.70	c       |         |          |          |    Limit     GC | Var      | Constra 
53.68/53.70	c =============================================================================
53.68/53.71	c  0.0s |       0 |        0 |        0 |    28877      0 |     5460 |     9733
53.78/53.81	c  0.1s |       0 |      714 |        1 |    28877      0 |     5460 |     9733
53.78/53.81	c #cpu_time = 0.101s
53.78/53.81	c #wall_clock_time = 0.101s
53.78/53.81	c #decision = 714
53.78/53.81	c #random_decision = 0
53.78/53.81	c #conflict = 1
53.78/53.81	c #restart = 0
53.78/53.81	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 9: cost of the new core is >=558092
53.78/53.81	c BCD2: refineLB: 556930 -> 558092
53.78/53.81	c lower bound updated to 3691630682217
53.78/53.87	c BCD2: 3695338080648 <= obj <= 11974896935277
53.78/53.87	c BCD2: #cores=232, #unrelaxed=280, #relaxed=1057, #hardened=0
53.78/53.87	c BCD2: #sat=1 #unsat=443 bias=443/444
53.78/53.87	c Solving starts ...
53.78/53.87	c ============================[ Search Statistics ]============================
53.78/53.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.78/53.87	c       |         |          |          |    Limit     GC | Var      | Constra 
53.78/53.87	c =============================================================================
53.78/53.89	c  0.0s |       0 |        0 |        0 |    28877      0 |     5574 |     9733
53.89/53.97	c  0.1s |       0 |      410 |        0 |    28877      0 |     5574 |     9960
53.89/53.97	c #cpu_time = 0.084s
53.89/53.97	c #wall_clock_time = 0.084s
53.89/53.97	c #decision = 410
53.89/53.97	c #random_decision = 0
53.89/53.97	c #conflict = 0
53.89/53.97	c #restart = 0
53.89/53.97	c BCD2: found a new core of size 2: cost of the new core is >=82
53.89/53.97	c lower bound updated to 3691630682299
53.99/54.03	c BCD2: 3695338080730 <= obj <= 11974896935277
53.99/54.03	c BCD2: #cores=233, #unrelaxed=278, #relaxed=1059, #hardened=0
53.99/54.03	c BCD2: #sat=1 #unsat=444 bias=444/445
53.99/54.03	c Solving starts ...
53.99/54.03	c ============================[ Search Statistics ]============================
53.99/54.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.99/54.03	c       |         |          |          |    Limit     GC | Var      | Constra 
53.99/54.03	c =============================================================================
53.99/54.05	c  0.0s |       0 |        0 |        0 |    28877      0 |     5574 |     9960
54.08/54.14	c  0.1s |       0 |      727 |        1 |    28877      0 |     5574 |     9960
54.08/54.14	c #cpu_time = 0.089s
54.08/54.14	c #wall_clock_time = 0.090s
54.08/54.14	c #decision = 727
54.08/54.14	c #random_decision = 0
54.08/54.14	c #conflict = 1
54.08/54.14	c #restart = 0
54.08/54.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
54.08/54.14	c lower bound updated to 3691630682300
54.08/54.19	c BCD2: 3695338080731 <= obj <= 11974896935277
54.08/54.19	c BCD2: #cores=233, #unrelaxed=277, #relaxed=1060, #hardened=0
54.08/54.19	c BCD2: #sat=1 #unsat=445 bias=445/446
54.18/54.20	c Solving starts ...
54.18/54.20	c ============================[ Search Statistics ]============================
54.18/54.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.18/54.20	c       |         |          |          |    Limit     GC | Var      | Constra 
54.18/54.20	c =============================================================================
54.18/54.21	c  0.0s |       0 |        0 |        0 |    28877      0 |     5575 |     9960
54.28/54.30	c  0.1s |       0 |      410 |        0 |    28877      0 |     5575 |     9961
54.28/54.30	c #cpu_time = 0.082s
54.28/54.30	c #wall_clock_time = 0.082s
54.28/54.30	c #decision = 410
54.28/54.30	c #random_decision = 0
54.28/54.30	c #conflict = 0
54.28/54.30	c #restart = 0
54.28/54.30	c BCD2: found a new core of size 1: cost of the new core is >=45212176
54.28/54.30	c lower bound updated to 3691675894476
54.28/54.35	c BCD2: 3695383292907 <= obj <= 11974896935277
54.28/54.35	c BCD2: #cores=234, #unrelaxed=276, #relaxed=1061, #hardened=0
54.28/54.35	c BCD2: #sat=1 #unsat=446 bias=446/447
54.28/54.36	c Solving starts ...
54.28/54.36	c ============================[ Search Statistics ]============================
54.28/54.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.28/54.36	c       |         |          |          |    Limit     GC | Var      | Constra 
54.28/54.36	c =============================================================================
54.28/54.37	c  0.0s |       0 |        0 |        0 |    28877      0 |     5575 |     9961
54.38/54.47	c  0.1s |       0 |      412 |        0 |    28877      0 |     5575 |     9961
54.38/54.47	c #cpu_time = 0.091s
54.38/54.47	c #wall_clock_time = 0.091s
54.38/54.47	c #decision = 412
54.38/54.47	c #random_decision = 0
54.38/54.47	c #conflict = 0
54.38/54.47	c #restart = 0
54.38/54.47	c BCD2: found a new core of size 2: cost of the new core is >=6724
54.38/54.47	c lower bound updated to 3691675901200
54.48/54.52	c BCD2: 3695383299631 <= obj <= 11974896935277
54.48/54.52	c BCD2: #cores=235, #unrelaxed=274, #relaxed=1063, #hardened=0
54.48/54.52	c BCD2: #sat=1 #unsat=447 bias=447/448
54.48/54.53	c Solving starts ...
54.48/54.53	c ============================[ Search Statistics ]============================
54.48/54.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.48/54.53	c       |         |          |          |    Limit     GC | Var      | Constra 
54.48/54.53	c =============================================================================
54.48/54.54	c  0.0s |       0 |        0 |        0 |    28877      0 |     5575 |     9961
54.58/54.63	c  0.1s |       0 |      729 |        1 |    28877      0 |     5575 |     9961
54.58/54.63	c #cpu_time = 0.089s
54.58/54.63	c #wall_clock_time = 0.089s
54.58/54.63	c #decision = 729
54.58/54.63	c #random_decision = 0
54.58/54.63	c #conflict = 1
54.58/54.63	c #restart = 0
54.58/54.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
54.58/54.63	c lower bound updated to 3691675901282
54.58/54.69	c BCD2: 3695383299713 <= obj <= 11974896935277
54.58/54.69	c BCD2: #cores=235, #unrelaxed=273, #relaxed=1064, #hardened=0
54.58/54.69	c BCD2: #sat=1 #unsat=448 bias=448/449
54.58/54.69	c Solving starts ...
54.58/54.69	c ============================[ Search Statistics ]============================
54.58/54.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.58/54.69	c       |         |          |          |    Limit     GC | Var      | Constra 
54.58/54.69	c =============================================================================
54.68/54.71	c  0.0s |       0 |        0 |        0 |    28877      0 |     5576 |     9961
54.78/54.80	c  0.1s |       0 |      749 |        1 |    28877      0 |     5576 |     9962
54.78/54.80	c #cpu_time = 0.091s
54.78/54.80	c #wall_clock_time = 0.091s
54.78/54.80	c #decision = 749
54.78/54.80	c #random_decision = 0
54.78/54.80	c #conflict = 1
54.78/54.80	c #restart = 0
54.78/54.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
54.78/54.80	c lower bound updated to 3691675901283
54.78/54.85	c BCD2: 3695383299714 <= obj <= 11974896935277
54.78/54.85	c BCD2: #cores=235, #unrelaxed=272, #relaxed=1065, #hardened=0
54.78/54.85	c BCD2: #sat=1 #unsat=449 bias=449/450
54.78/54.86	c Solving starts ...
54.78/54.86	c ============================[ Search Statistics ]============================
54.78/54.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.78/54.86	c       |         |          |          |    Limit     GC | Var      | Constra 
54.78/54.86	c =============================================================================
54.78/54.87	c  0.0s |       0 |        0 |        0 |    28877      0 |     5577 |     9962
54.88/54.96	c  0.1s |       0 |      412 |        0 |    28877      0 |     5577 |     9963
54.88/54.96	c #cpu_time = 0.083s
54.88/54.96	c #wall_clock_time = 0.083s
54.88/54.96	c #decision = 412
54.88/54.96	c #random_decision = 0
54.88/54.96	c #conflict = 0
54.88/54.96	c #restart = 0
54.88/54.96	c BCD2: found a new core of size 1: cost of the new core is >=45212176
54.88/54.96	c lower bound updated to 3691721113459
54.99/55.01	c BCD2: 3695428511890 <= obj <= 11974896935277
54.99/55.01	c BCD2: #cores=236, #unrelaxed=271, #relaxed=1066, #hardened=0
54.99/55.01	c BCD2: #sat=1 #unsat=450 bias=450/451
54.99/55.02	c Solving starts ...
54.99/55.02	c ============================[ Search Statistics ]============================
54.99/55.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.99/55.02	c       |         |          |          |    Limit     GC | Var      | Constra 
54.99/55.02	c =============================================================================
54.99/55.03	c  0.0s |       0 |        0 |        0 |    28877      0 |     5577 |     9963
55.09/55.13	c  0.1s |       0 |      414 |        0 |    28877      0 |     5577 |     9963
55.09/55.13	c #cpu_time = 0.093s
55.09/55.13	c #wall_clock_time = 0.093s
55.09/55.13	c #decision = 414
55.09/55.13	c #random_decision = 0
55.09/55.13	c #conflict = 0
55.09/55.13	c #restart = 0
55.09/55.13	c BCD2: found a new core of size 2: cost of the new core is >=6724
55.09/55.13	c lower bound updated to 3691721120183
55.09/55.18	c BCD2: 3695428518614 <= obj <= 11974896935277
55.09/55.18	c BCD2: #cores=237, #unrelaxed=269, #relaxed=1068, #hardened=0
55.09/55.18	c BCD2: #sat=1 #unsat=451 bias=451/452
55.09/55.19	c Solving starts ...
55.09/55.19	c ============================[ Search Statistics ]============================
55.09/55.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.09/55.19	c       |         |          |          |    Limit     GC | Var      | Constra 
55.09/55.19	c =============================================================================
55.18/55.20	c  0.0s |       0 |        0 |        0 |    28877      0 |     5577 |     9963
55.28/55.30	c  0.1s |       0 |      732 |        1 |    28877      0 |     5577 |     9963
55.28/55.30	c #cpu_time = 0.090s
55.28/55.30	c #wall_clock_time = 0.090s
55.28/55.30	c #decision = 732
55.28/55.30	c #random_decision = 0
55.28/55.30	c #conflict = 1
55.28/55.30	c #restart = 0
55.28/55.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
55.28/55.30	c lower bound updated to 3691721120265
55.28/55.35	c BCD2: 3695428518696 <= obj <= 11974896935277
55.28/55.35	c BCD2: #cores=237, #unrelaxed=268, #relaxed=1069, #hardened=0
55.28/55.35	c BCD2: #sat=1 #unsat=452 bias=452/453
55.28/55.36	c Solving starts ...
55.28/55.36	c ============================[ Search Statistics ]============================
55.28/55.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.28/55.36	c       |         |          |          |    Limit     GC | Var      | Constra 
55.28/55.36	c =============================================================================
55.28/55.37	c  0.0s |       0 |        0 |        0 |    28877      0 |     5578 |     9963
55.38/55.46	c  0.1s |       0 |      732 |        1 |    28877      0 |     5578 |     9964
55.38/55.46	c #cpu_time = 0.092s
55.38/55.46	c #wall_clock_time = 0.092s
55.38/55.46	c #decision = 732
55.38/55.46	c #random_decision = 0
55.38/55.46	c #conflict = 1
55.38/55.46	c #restart = 0
55.38/55.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
55.38/55.46	c lower bound updated to 3691721120266
55.48/55.52	c BCD2: 3695428518697 <= obj <= 11974896935277
55.48/55.52	c BCD2: #cores=237, #unrelaxed=267, #relaxed=1070, #hardened=0
55.48/55.52	c BCD2: #sat=1 #unsat=453 bias=453/454
55.48/55.52	c Solving starts ...
55.48/55.52	c ============================[ Search Statistics ]============================
55.48/55.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.48/55.52	c       |         |          |          |    Limit     GC | Var      | Constra 
55.48/55.52	c =============================================================================
55.48/55.54	c  0.0s |       0 |        0 |        0 |    28877      0 |     5579 |     9964
55.58/55.62	c  0.1s |       0 |      414 |        0 |    28877      0 |     5579 |     9965
55.58/55.62	c #cpu_time = 0.084s
55.58/55.62	c #wall_clock_time = 0.084s
55.58/55.62	c #decision = 414
55.58/55.62	c #random_decision = 0
55.58/55.62	c #conflict = 0
55.58/55.62	c #restart = 0
55.58/55.62	c BCD2: found a new core of size 1: cost of the new core is >=45212176
55.58/55.62	c lower bound updated to 3691766332442
55.58/55.68	c BCD2: 3695473730873 <= obj <= 11974896935277
55.58/55.68	c BCD2: #cores=238, #unrelaxed=266, #relaxed=1071, #hardened=0
55.58/55.68	c BCD2: #sat=1 #unsat=454 bias=454/455
55.58/55.68	c Solving starts ...
55.58/55.68	c ============================[ Search Statistics ]============================
55.58/55.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.58/55.68	c       |         |          |          |    Limit     GC | Var      | Constra 
55.58/55.68	c =============================================================================
55.68/55.70	c  0.0s |       0 |        0 |        0 |    28877      0 |     5579 |     9965
55.68/55.79	c  0.1s |       0 |      416 |        0 |    28877      0 |     5579 |     9965
55.68/55.79	c #cpu_time = 0.087s
55.68/55.79	c #wall_clock_time = 0.087s
55.68/55.79	c #decision = 416
55.68/55.79	c #random_decision = 0
55.68/55.79	c #conflict = 0
55.68/55.79	c #restart = 0
55.68/55.79	c BCD2: found a new core of size 2: cost of the new core is >=6724
55.68/55.79	c lower bound updated to 3691766339166
55.78/55.84	c BCD2: 3695473737597 <= obj <= 11974896935277
55.78/55.84	c BCD2: #cores=239, #unrelaxed=264, #relaxed=1073, #hardened=0
55.78/55.84	c BCD2: #sat=1 #unsat=455 bias=455/456
55.78/55.85	c Solving starts ...
55.78/55.85	c ============================[ Search Statistics ]============================
55.78/55.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.78/55.85	c       |         |          |          |    Limit     GC | Var      | Constra 
55.78/55.85	c =============================================================================
55.78/55.86	c  0.0s |       0 |        0 |        0 |    28877      0 |     5579 |     9965
55.88/55.95	c  0.1s |       0 |      735 |        1 |    28877      0 |     5579 |     9965
55.88/55.95	c #cpu_time = 0.091s
55.88/55.95	c #wall_clock_time = 0.091s
55.88/55.95	c #decision = 735
55.88/55.95	c #random_decision = 0
55.88/55.95	c #conflict = 1
55.88/55.95	c #restart = 0
55.88/55.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
55.88/55.95	c lower bound updated to 3691766339248
55.98/56.01	c BCD2: 3695473737679 <= obj <= 11974896935277
55.98/56.01	c BCD2: #cores=239, #unrelaxed=263, #relaxed=1074, #hardened=0
55.98/56.01	c BCD2: #sat=1 #unsat=456 bias=456/457
55.98/56.01	c Solving starts ...
55.98/56.01	c ============================[ Search Statistics ]============================
55.98/56.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.98/56.01	c       |         |          |          |    Limit     GC | Var      | Constra 
55.98/56.01	c =============================================================================
55.98/56.03	c  0.0s |       0 |        0 |        0 |    28877      0 |     5580 |     9965
56.08/56.12	c  0.1s |       0 |      735 |        1 |    28877      0 |     5580 |     9966
56.08/56.12	c #cpu_time = 0.093s
56.08/56.12	c #wall_clock_time = 0.094s
56.08/56.12	c #decision = 735
56.08/56.12	c #random_decision = 0
56.08/56.12	c #conflict = 1
56.08/56.12	c #restart = 0
56.08/56.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
56.08/56.12	c lower bound updated to 3691766339249
56.08/56.18	c BCD2: 3695473737680 <= obj <= 11974896935277
56.08/56.18	c BCD2: #cores=239, #unrelaxed=262, #relaxed=1075, #hardened=0
56.08/56.18	c BCD2: #sat=1 #unsat=457 bias=457/458
56.08/56.18	c Solving starts ...
56.08/56.18	c ============================[ Search Statistics ]============================
56.08/56.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.08/56.18	c       |         |          |          |    Limit     GC | Var      | Constra 
56.08/56.18	c =============================================================================
56.08/56.20	c  0.0s |       0 |        0 |        0 |    28877      0 |     5581 |     9966
56.18/56.28	c  0.1s |       0 |      416 |        0 |    28877      0 |     5581 |     9967
56.18/56.28	c #cpu_time = 0.085s
56.18/56.28	c #wall_clock_time = 0.085s
56.18/56.28	c #decision = 416
56.18/56.28	c #random_decision = 0
56.18/56.28	c #conflict = 0
56.18/56.28	c #restart = 0
56.18/56.28	c BCD2: found a new core of size 1: cost of the new core is >=45212176
56.18/56.28	c lower bound updated to 3691811551425
56.28/56.34	c BCD2: 3695518949856 <= obj <= 11974896935277
56.28/56.34	c BCD2: #cores=240, #unrelaxed=261, #relaxed=1076, #hardened=0
56.28/56.34	c BCD2: #sat=1 #unsat=458 bias=458/459
56.28/56.34	c Solving starts ...
56.28/56.34	c ============================[ Search Statistics ]============================
56.28/56.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.28/56.34	c       |         |          |          |    Limit     GC | Var      | Constra 
56.28/56.34	c =============================================================================
56.28/56.36	c  0.0s |       0 |        0 |        0 |    28877      0 |     5581 |     9967
56.38/56.45	c  0.1s |       0 |      720 |        1 |    28877      0 |     5581 |     9967
56.38/56.45	c #cpu_time = 0.094s
56.38/56.45	c #wall_clock_time = 0.094s
56.38/56.45	c #decision = 720
56.38/56.45	c #random_decision = 0
56.38/56.45	c #conflict = 1
56.38/56.45	c #restart = 0
56.38/56.45	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=558092
56.38/56.45	c BCD2: refineLB: 556973 -> 558092
56.38/56.45	c lower bound updated to 3691812102710
56.48/56.51	c BCD2: 3695519501141 <= obj <= 11974896935277
56.48/56.51	c BCD2: #cores=240, #unrelaxed=258, #relaxed=1079, #hardened=0
56.48/56.51	c BCD2: #sat=1 #unsat=459 bias=459/460
56.48/56.51	c Solving starts ...
56.48/56.51	c ============================[ Search Statistics ]============================
56.48/56.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.48/56.51	c       |         |          |          |    Limit     GC | Var      | Constra 
56.48/56.51	c =============================================================================
56.48/56.53	c  0.0s |       0 |        0 |        0 |    28877      0 |     5655 |     9967
56.58/56.62	c  0.1s |       0 |      416 |        0 |    28877      0 |     5655 |    10114
56.58/56.62	c #cpu_time = 0.086s
56.58/56.62	c #wall_clock_time = 0.086s
56.58/56.62	c #decision = 416
56.58/56.62	c #random_decision = 0
56.58/56.62	c #conflict = 0
56.58/56.62	c #restart = 0
56.58/56.62	c BCD2: found a new core of size 2: cost of the new core is >=82
56.58/56.62	c lower bound updated to 3691812102792
56.58/56.67	c BCD2: 3695519501223 <= obj <= 11974896935277
56.58/56.67	c BCD2: #cores=241, #unrelaxed=256, #relaxed=1081, #hardened=0
56.58/56.67	c BCD2: #sat=1 #unsat=460 bias=460/461
56.58/56.68	c Solving starts ...
56.58/56.68	c ============================[ Search Statistics ]============================
56.58/56.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.58/56.68	c       |         |          |          |    Limit     GC | Var      | Constra 
56.58/56.68	c =============================================================================
56.58/56.69	c  0.0s |       0 |        0 |        0 |    28877      0 |     5655 |    10114
56.68/56.79	c  0.1s |       0 |      734 |        1 |    28877      0 |     5655 |    10114
56.68/56.79	c #cpu_time = 0.094s
56.68/56.79	c #wall_clock_time = 0.094s
56.68/56.79	c #decision = 734
56.68/56.79	c #random_decision = 0
56.68/56.79	c #conflict = 1
56.68/56.79	c #restart = 0
56.68/56.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
56.68/56.79	c lower bound updated to 3691812102793
56.78/56.84	c BCD2: 3695519501224 <= obj <= 11974896935277
56.78/56.84	c BCD2: #cores=241, #unrelaxed=255, #relaxed=1082, #hardened=0
56.78/56.84	c BCD2: #sat=1 #unsat=461 bias=461/462
56.78/56.85	c Solving starts ...
56.78/56.85	c ============================[ Search Statistics ]============================
56.78/56.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.78/56.85	c       |         |          |          |    Limit     GC | Var      | Constra 
56.78/56.85	c =============================================================================
56.78/56.86	c  0.0s |       0 |        0 |        0 |    28877      0 |     5656 |    10114
56.88/56.95	c  0.1s |       0 |      416 |        0 |    28877      0 |     5656 |    10115
56.88/56.95	c #cpu_time = 0.086s
56.88/56.95	c #wall_clock_time = 0.086s
56.88/56.95	c #decision = 416
56.88/56.95	c #random_decision = 0
56.88/56.95	c #conflict = 0
56.88/56.95	c #restart = 0
56.88/56.95	c BCD2: found a new core of size 1: cost of the new core is >=45212176
56.88/56.95	c lower bound updated to 3691857314969
56.98/57.00	c BCD2: 3695564713400 <= obj <= 11974896935277
56.98/57.00	c BCD2: #cores=242, #unrelaxed=254, #relaxed=1083, #hardened=0
56.98/57.00	c BCD2: #sat=1 #unsat=462 bias=462/463
56.98/57.01	c Solving starts ...
56.98/57.01	c ============================[ Search Statistics ]============================
56.98/57.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.98/57.01	c       |         |          |          |    Limit     GC | Var      | Constra 
56.98/57.01	c =============================================================================
56.98/57.02	c  0.0s |       0 |        0 |        0 |    28877      0 |     5656 |    10115
57.08/57.12	c  0.1s |       0 |      418 |        0 |    28877      0 |     5656 |    10115
57.08/57.12	c #cpu_time = 0.096s
57.08/57.12	c #wall_clock_time = 0.096s
57.08/57.12	c #decision = 418
57.08/57.12	c #random_decision = 0
57.08/57.12	c #conflict = 0
57.08/57.12	c #restart = 0
57.08/57.12	c BCD2: found a new core of size 2: cost of the new core is >=6724
57.08/57.12	c lower bound updated to 3691857321693
57.08/57.18	c BCD2: 3695564720124 <= obj <= 11974896935277
57.08/57.18	c BCD2: #cores=243, #unrelaxed=252, #relaxed=1085, #hardened=0
57.08/57.18	c BCD2: #sat=1 #unsat=463 bias=463/464
57.08/57.18	c Solving starts ...
57.08/57.18	c ============================[ Search Statistics ]============================
57.08/57.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.08/57.18	c       |         |          |          |    Limit     GC | Var      | Constra 
57.08/57.18	c =============================================================================
57.08/57.20	c  0.0s |       0 |        0 |        0 |    28877      0 |     5656 |    10115
57.18/57.30	c  0.1s |       0 |      736 |        1 |    28877      0 |     5656 |    10115
57.18/57.30	c #cpu_time = 0.094s
57.18/57.30	c #wall_clock_time = 0.094s
57.18/57.30	c #decision = 736
57.18/57.30	c #random_decision = 0
57.18/57.30	c #conflict = 1
57.18/57.30	c #restart = 0
57.18/57.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
57.18/57.30	c lower bound updated to 3691857321775
57.28/57.35	c BCD2: 3695564720206 <= obj <= 11974896935277
57.28/57.35	c BCD2: #cores=243, #unrelaxed=251, #relaxed=1086, #hardened=0
57.28/57.35	c BCD2: #sat=1 #unsat=464 bias=464/465
57.28/57.36	c Solving starts ...
57.28/57.36	c ============================[ Search Statistics ]============================
57.28/57.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.28/57.36	c       |         |          |          |    Limit     GC | Var      | Constra 
57.28/57.36	c =============================================================================
57.28/57.37	c  0.0s |       0 |        0 |        0 |    28877      0 |     5657 |    10115
57.38/57.47	c  0.1s |       0 |      736 |        1 |    28877      0 |     5657 |    10116
57.38/57.47	c #cpu_time = 0.095s
57.38/57.47	c #wall_clock_time = 0.096s
57.38/57.47	c #decision = 736
57.38/57.47	c #random_decision = 0
57.38/57.47	c #conflict = 1
57.38/57.47	c #restart = 0
57.38/57.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
57.38/57.47	c lower bound updated to 3691857321776
57.48/57.52	c BCD2: 3695564720207 <= obj <= 11974896935277
57.48/57.52	c BCD2: #cores=243, #unrelaxed=250, #relaxed=1087, #hardened=0
57.48/57.52	c BCD2: #sat=1 #unsat=465 bias=465/466
57.48/57.53	c Solving starts ...
57.48/57.53	c ============================[ Search Statistics ]============================
57.48/57.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.48/57.53	c       |         |          |          |    Limit     GC | Var      | Constra 
57.48/57.53	c =============================================================================
57.48/57.54	c  0.0s |       0 |        0 |        0 |    28877      0 |     5658 |    10116
57.58/57.63	c  0.1s |       0 |      418 |        0 |    28877      0 |     5658 |    10117
57.58/57.63	c #cpu_time = 0.087s
57.58/57.63	c #wall_clock_time = 0.087s
57.58/57.63	c #decision = 418
57.58/57.63	c #random_decision = 0
57.58/57.63	c #conflict = 0
57.58/57.63	c #restart = 0
57.58/57.63	c BCD2: found a new core of size 1: cost of the new core is >=45212176
57.58/57.63	c lower bound updated to 3691902533952
57.58/57.69	c BCD2: 3695609932383 <= obj <= 11974896935277
57.58/57.69	c BCD2: #cores=244, #unrelaxed=249, #relaxed=1088, #hardened=0
57.58/57.69	c BCD2: #sat=1 #unsat=466 bias=466/467
57.58/57.69	c Solving starts ...
57.58/57.69	c ============================[ Search Statistics ]============================
57.58/57.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.58/57.69	c       |         |          |          |    Limit     GC | Var      | Constra 
57.58/57.69	c =============================================================================
57.68/57.71	c  0.0s |       0 |        0 |        0 |    28877      0 |     5658 |    10117
57.78/57.82	c  0.1s |       0 |      758 |        2 |    28877      0 |     5658 |    10117
57.78/57.82	c #cpu_time = 0.109s
57.78/57.82	c #wall_clock_time = 0.109s
57.78/57.82	c #decision = 758
57.78/57.82	c #random_decision = 0
57.78/57.82	c #conflict = 2
57.78/57.82	c #restart = 0
57.78/57.82	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=558092
57.78/57.82	c BCD2: refineLB: 556994 -> 558092
57.78/57.82	c lower bound updated to 3691903085237
57.78/57.87	c BCD2: 3695610483668 <= obj <= 11974896935277
57.78/57.87	c BCD2: #cores=244, #unrelaxed=247, #relaxed=1090, #hardened=0
57.78/57.87	c BCD2: #sat=1 #unsat=467 bias=467/468
57.78/57.88	c Solving starts ...
57.78/57.88	c ============================[ Search Statistics ]============================
57.78/57.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.78/57.88	c       |         |          |          |    Limit     GC | Var      | Constra 
57.78/57.88	c =============================================================================
57.78/57.89	c  0.0s |       0 |        0 |        0 |    28877      0 |     5684 |    10117
57.88/57.98	c  0.1s |       0 |      419 |        0 |    28877      0 |     5684 |    10168
57.88/57.98	c #cpu_time = 0.088s
57.88/57.98	c #wall_clock_time = 0.088s
57.88/57.98	c #decision = 419
57.88/57.98	c #random_decision = 0
57.88/57.98	c #conflict = 0
57.88/57.98	c #restart = 0
57.88/57.98	c BCD2: found a new core of size 2: cost of the new core is >=82
57.88/57.98	c lower bound updated to 3691903085319
57.98/58.04	c BCD2: 3695610483750 <= obj <= 11974896935277
57.98/58.04	c BCD2: #cores=245, #unrelaxed=245, #relaxed=1092, #hardened=0
57.98/58.04	c BCD2: #sat=1 #unsat=468 bias=468/469
57.98/58.04	c Solving starts ...
57.98/58.04	c ============================[ Search Statistics ]============================
57.98/58.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.98/58.04	c       |         |          |          |    Limit     GC | Var      | Constra 
57.98/58.04	c =============================================================================
57.98/58.06	c  0.0s |       0 |        0 |        0 |    28877      0 |     5684 |    10168
58.08/58.16	c  0.1s |       0 |      737 |        1 |    28877      0 |     5684 |    10168
58.08/58.16	c #cpu_time = 0.096s
58.08/58.16	c #wall_clock_time = 0.096s
58.08/58.16	c #decision = 737
58.08/58.16	c #random_decision = 0
58.08/58.16	c #conflict = 1
58.08/58.16	c #restart = 0
58.08/58.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
58.08/58.16	c lower bound updated to 3691903085320
58.18/58.21	c BCD2: 3695610483751 <= obj <= 11974896935277
58.18/58.21	c BCD2: #cores=245, #unrelaxed=244, #relaxed=1093, #hardened=0
58.18/58.21	c BCD2: #sat=1 #unsat=469 bias=469/470
58.18/58.22	c Solving starts ...
58.18/58.22	c ============================[ Search Statistics ]============================
58.18/58.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.18/58.22	c       |         |          |          |    Limit     GC | Var      | Constra 
58.18/58.22	c =============================================================================
58.18/58.23	c  0.0s |       0 |        0 |        0 |    28877      0 |     5685 |    10168
58.28/58.32	c  0.1s |       0 |      419 |        0 |    28877      0 |     5685 |    10169
58.28/58.32	c #cpu_time = 0.088s
58.28/58.32	c #wall_clock_time = 0.088s
58.28/58.32	c #decision = 419
58.28/58.32	c #random_decision = 0
58.28/58.32	c #conflict = 0
58.28/58.32	c #restart = 0
58.28/58.32	c BCD2: found a new core of size 1: cost of the new core is >=45212176
58.28/58.32	c lower bound updated to 3691948297496
58.28/58.38	c BCD2: 3695655695927 <= obj <= 11974896935277
58.28/58.38	c BCD2: #cores=246, #unrelaxed=243, #relaxed=1094, #hardened=0
58.28/58.38	c BCD2: #sat=1 #unsat=470 bias=470/471
58.28/58.38	c Solving starts ...
58.28/58.38	c ============================[ Search Statistics ]============================
58.28/58.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.28/58.38	c       |         |          |          |    Limit     GC | Var      | Constra 
58.28/58.38	c =============================================================================
58.28/58.40	c  0.0s |       0 |        0 |        0 |    28877      0 |     5685 |    10169
58.38/58.50	c  0.1s |       0 |      732 |        1 |    28877      0 |     5685 |    10169
58.38/58.50	c #cpu_time = 0.097s
58.38/58.50	c #wall_clock_time = 0.098s
58.38/58.50	c #decision = 732
58.38/58.50	c #random_decision = 0
58.38/58.50	c #conflict = 1
58.38/58.50	c #restart = 0
58.48/58.50	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 10: cost of the new core is >=18537550252
58.48/58.50	c BCD2: refineLB: 18537549164 -> 18537550252
58.48/58.50	c lower bound updated to 3691948848781
58.48/58.55	c BCD2: 3695656247212 <= obj <= 11974896935277
58.48/58.55	c BCD2: #cores=245, #unrelaxed=240, #relaxed=1097, #hardened=0
58.48/58.55	c BCD2: #sat=1 #unsat=471 bias=471/472
58.48/58.56	c Solving starts ...
58.48/58.56	c ============================[ Search Statistics ]============================
58.48/58.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.48/58.56	c       |         |          |          |    Limit     GC | Var      | Constra 
58.48/58.56	c =============================================================================
58.48/58.57	c  0.0s |       0 |        0 |        0 |    28877      0 |     6085 |    10169
58.58/58.66	c  0.1s |       0 |      418 |        0 |    28877      0 |     6085 |    10967
58.58/58.66	c #cpu_time = 0.091s
58.58/58.66	c #wall_clock_time = 0.092s
58.58/58.66	c #decision = 418
58.58/58.66	c #random_decision = 0
58.58/58.66	c #conflict = 0
58.58/58.66	c #restart = 0
58.58/58.66	c BCD2: found a new core of size 2: cost of the new core is >=82
58.58/58.66	c lower bound updated to 3691948848863
58.68/58.72	c BCD2: 3695656247294 <= obj <= 11974896935277
58.68/58.72	c BCD2: #cores=246, #unrelaxed=238, #relaxed=1099, #hardened=0
58.68/58.72	c BCD2: #sat=1 #unsat=472 bias=472/473
58.68/58.72	c Solving starts ...
58.68/58.72	c ============================[ Search Statistics ]============================
58.68/58.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.68/58.72	c       |         |          |          |    Limit     GC | Var      | Constra 
58.68/58.72	c =============================================================================
58.68/58.74	c  0.0s |       0 |        0 |        0 |    28877      0 |     6085 |    10967
58.78/58.84	c  0.1s |       0 |      733 |        1 |    28877      0 |     6085 |    10967
58.78/58.84	c #cpu_time = 0.096s
58.78/58.84	c #wall_clock_time = 0.096s
58.78/58.84	c #decision = 733
58.78/58.84	c #random_decision = 0
58.78/58.84	c #conflict = 1
58.78/58.84	c #restart = 0
58.78/58.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
58.78/58.84	c lower bound updated to 3691948848864
58.78/58.89	c BCD2: 3695656247295 <= obj <= 11974896935277
58.78/58.89	c BCD2: #cores=246, #unrelaxed=237, #relaxed=1100, #hardened=0
58.78/58.89	c BCD2: #sat=1 #unsat=473 bias=473/474
58.88/58.90	c Solving starts ...
58.88/58.90	c ============================[ Search Statistics ]============================
58.88/58.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.88/58.90	c       |         |          |          |    Limit     GC | Var      | Constra 
58.88/58.90	c =============================================================================
58.88/58.91	c  0.0s |       0 |        0 |        0 |    28877      0 |     6086 |    10967
58.98/59.00	c  0.1s |       0 |      418 |        0 |    28877      0 |     6086 |    10968
58.98/59.00	c #cpu_time = 0.088s
58.98/59.00	c #wall_clock_time = 0.089s
58.98/59.00	c #decision = 418
58.98/59.00	c #random_decision = 0
58.98/59.00	c #conflict = 0
58.98/59.00	c #restart = 0
58.98/59.00	c BCD2: found a new core of size 1: cost of the new core is >=45212176
58.98/59.00	c lower bound updated to 3691994061040
58.98/59.06	c BCD2: 3695701459471 <= obj <= 11974896935277
58.98/59.06	c BCD2: #cores=247, #unrelaxed=236, #relaxed=1101, #hardened=0
58.98/59.06	c BCD2: #sat=1 #unsat=474 bias=474/475
58.98/59.06	c Solving starts ...
58.98/59.06	c ============================[ Search Statistics ]============================
58.98/59.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.98/59.06	c       |         |          |          |    Limit     GC | Var      | Constra 
58.98/59.06	c =============================================================================
58.98/59.08	c  0.0s |       0 |        0 |        0 |    28877      0 |     6086 |    10968
59.08/59.19	c  0.1s |       0 |      772 |        2 |    28877      0 |     6086 |    10968
59.08/59.19	c #cpu_time = 0.109s
59.08/59.19	c #wall_clock_time = 0.109s
59.08/59.19	c #decision = 772
59.08/59.19	c #random_decision = 0
59.08/59.19	c #conflict = 2
59.08/59.19	c #restart = 0
59.08/59.19	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 21: cost of the new core is >=18538115152
59.08/59.19	c lower bound updated to 3691994061041
59.18/59.24	c BCD2: 3695701459472 <= obj <= 11974896935277
59.18/59.24	c BCD2: #cores=245, #unrelaxed=234, #relaxed=1103, #hardened=0
59.18/59.24	c BCD2: #sat=1 #unsat=475 bias=475/476
59.18/59.25	c Solving starts ...
59.18/59.25	c ============================[ Search Statistics ]============================
59.18/59.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.18/59.25	c       |         |          |          |    Limit     GC | Var      | Constra 
59.18/59.25	c =============================================================================
59.18/59.27	c  0.0s |       0 |        0 |        0 |    28877      0 |     6161 |    10968
59.28/59.36	c  0.1s |       0 |      417 |        0 |    28877      0 |     6161 |    11115
59.28/59.36	c #cpu_time = 0.089s
59.28/59.36	c #wall_clock_time = 0.089s
59.28/59.36	c #decision = 417
59.28/59.36	c #random_decision = 0
59.28/59.36	c #conflict = 0
59.28/59.36	c #restart = 0
59.28/59.36	c BCD2: found a new core of size 2: cost of the new core is >=82
59.28/59.36	c lower bound updated to 3691994061123
59.39/59.41	c BCD2: 3695701459554 <= obj <= 11974896935277
59.39/59.41	c BCD2: #cores=246, #unrelaxed=232, #relaxed=1105, #hardened=0
59.39/59.41	c BCD2: #sat=1 #unsat=476 bias=476/477
59.39/59.42	c Solving starts ...
59.39/59.42	c ============================[ Search Statistics ]============================
59.39/59.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.39/59.42	c       |         |          |          |    Limit     GC | Var      | Constra 
59.39/59.42	c =============================================================================
59.39/59.43	c  0.0s |       0 |        0 |        0 |    28877      0 |     6161 |    11115
59.49/59.53	c  0.1s |       0 |      730 |        1 |    28877      0 |     6161 |    11115
59.49/59.53	c #cpu_time = 0.095s
59.49/59.53	c #wall_clock_time = 0.096s
59.49/59.53	c #decision = 730
59.49/59.53	c #random_decision = 0
59.49/59.53	c #conflict = 1
59.49/59.53	c #restart = 0
59.49/59.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
59.49/59.53	c lower bound updated to 3691994061124
59.49/59.58	c BCD2: 3695701459555 <= obj <= 11974896935277
59.49/59.58	c BCD2: #cores=246, #unrelaxed=231, #relaxed=1106, #hardened=0
59.49/59.58	c BCD2: #sat=1 #unsat=477 bias=477/478
59.49/59.59	c Solving starts ...
59.49/59.59	c ============================[ Search Statistics ]============================
59.49/59.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.49/59.59	c       |         |          |          |    Limit     GC | Var      | Constra 
59.49/59.59	c =============================================================================
59.58/59.60	c  0.0s |       0 |        0 |        0 |    28877      0 |     6162 |    11115
59.58/59.69	c  0.1s |       0 |      417 |        0 |    28877      0 |     6162 |    11116
59.58/59.69	c #cpu_time = 0.089s
59.58/59.69	c #wall_clock_time = 0.089s
59.58/59.69	c #decision = 417
59.58/59.69	c #random_decision = 0
59.58/59.69	c #conflict = 0
59.58/59.69	c #restart = 0
59.58/59.69	c BCD2: found a new core of size 1: cost of the new core is >=45212176
59.58/59.69	c lower bound updated to 3692039273300
59.68/59.75	c BCD2: 3695746671731 <= obj <= 11974896935277
59.68/59.75	c BCD2: #cores=247, #unrelaxed=230, #relaxed=1107, #hardened=0
59.68/59.75	c BCD2: #sat=1 #unsat=478 bias=478/479
59.68/59.75	c Solving starts ...
59.68/59.75	c ============================[ Search Statistics ]============================
59.68/59.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.68/59.75	c       |         |          |          |    Limit     GC | Var      | Constra 
59.68/59.75	c =============================================================================
59.68/59.77	c  0.0s |       0 |        0 |        0 |    28877      0 |     6162 |    11116
59.78/59.86	c  0.1s |       0 |      419 |        0 |    28877      0 |     6162 |    11116
59.78/59.86	c #cpu_time = 0.091s
59.78/59.86	c #wall_clock_time = 0.091s
59.78/59.86	c #decision = 419
59.78/59.86	c #random_decision = 0
59.78/59.86	c #conflict = 0
59.78/59.86	c #restart = 0
59.78/59.86	c BCD2: found a new core of size 2: cost of the new core is >=6724
59.78/59.86	c lower bound updated to 3692039280024
59.88/59.92	c BCD2: 3695746678455 <= obj <= 11974896935277
59.88/59.92	c BCD2: #cores=248, #unrelaxed=228, #relaxed=1109, #hardened=0
59.88/59.92	c BCD2: #sat=1 #unsat=479 bias=479/480
59.88/59.92	c Solving starts ...
59.88/59.92	c ============================[ Search Statistics ]============================
59.88/59.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.88/59.92	c       |         |          |          |    Limit     GC | Var      | Constra 
59.88/59.92	c =============================================================================
59.88/59.94	c  0.0s |       0 |        0 |        0 |    28877      0 |     6162 |    11116
59.98/60.03	c  0.1s |       0 |      732 |        1 |    28877      0 |     6162 |    11116
59.98/60.03	c #cpu_time = 0.095s
59.98/60.03	c #wall_clock_time = 0.095s
59.98/60.03	c #decision = 732
59.98/60.03	c #random_decision = 0
59.98/60.03	c #conflict = 1
59.98/60.03	c #restart = 0
59.98/60.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
59.98/60.03	c lower bound updated to 3692039280106
59.98/60.09	c BCD2: 3695746678537 <= obj <= 11974896935277
59.98/60.09	c BCD2: #cores=248, #unrelaxed=227, #relaxed=1110, #hardened=0
59.98/60.09	c BCD2: #sat=1 #unsat=480 bias=480/481
59.98/60.09	c Solving starts ...
59.98/60.09	c ============================[ Search Statistics ]============================
59.98/60.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.98/60.09	c       |         |          |          |    Limit     GC | Var      | Constra 
59.98/60.09	c =============================================================================
60.08/60.11	c  0.0s |       0 |        0 |        0 |    28877      0 |     6163 |    11116
60.18/60.21	c  0.1s |       0 |      756 |        1 |    28877      0 |     6163 |    11117
60.18/60.21	c #cpu_time = 0.097s
60.18/60.21	c #wall_clock_time = 0.097s
60.18/60.21	c #decision = 756
60.18/60.21	c #random_decision = 0
60.18/60.21	c #conflict = 1
60.18/60.21	c #restart = 0
60.18/60.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
60.18/60.21	c lower bound updated to 3692039280107
60.18/60.26	c BCD2: 3695746678538 <= obj <= 11974896935277
60.18/60.26	c BCD2: #cores=248, #unrelaxed=226, #relaxed=1111, #hardened=0
60.18/60.26	c BCD2: #sat=1 #unsat=481 bias=481/482
60.18/60.27	c Solving starts ...
60.18/60.27	c ============================[ Search Statistics ]============================
60.18/60.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.18/60.27	c       |         |          |          |    Limit     GC | Var      | Constra 
60.18/60.27	c =============================================================================
60.18/60.28	c  0.0s |       0 |        0 |        0 |    28877      0 |     6164 |    11117
60.28/60.38	c  0.1s |       0 |      419 |        0 |    28877      0 |     6164 |    11118
60.28/60.38	c #cpu_time = 0.090s
60.28/60.38	c #wall_clock_time = 0.091s
60.28/60.38	c #decision = 419
60.28/60.38	c #random_decision = 0
60.28/60.38	c #conflict = 0
60.28/60.38	c #restart = 0
60.28/60.38	c BCD2: found a new core of size 1: cost of the new core is >=45212176
60.28/60.38	c lower bound updated to 3692084492283
60.38/60.43	c BCD2: 3695791890714 <= obj <= 11974896935277
60.38/60.43	c BCD2: #cores=249, #unrelaxed=225, #relaxed=1112, #hardened=0
60.38/60.43	c BCD2: #sat=1 #unsat=482 bias=482/483
60.38/60.44	c Solving starts ...
60.38/60.44	c ============================[ Search Statistics ]============================
60.38/60.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.38/60.44	c       |         |          |          |    Limit     GC | Var      | Constra 
60.38/60.44	c =============================================================================
60.38/60.45	c  0.0s |       0 |        0 |        0 |    28877      0 |     6164 |    11118
60.49/60.54	c  0.1s |       0 |      421 |        0 |    28877      0 |     6164 |    11118
60.49/60.54	c #cpu_time = 0.092s
60.49/60.54	c #wall_clock_time = 0.092s
60.49/60.54	c #decision = 421
60.49/60.54	c #random_decision = 0
60.49/60.54	c #conflict = 0
60.49/60.54	c #restart = 0
60.49/60.54	c BCD2: found a new core of size 2: cost of the new core is >=6724
60.49/60.54	c lower bound updated to 3692084499007
60.49/60.60	c BCD2: 3695791897438 <= obj <= 11974896935277
60.49/60.60	c BCD2: #cores=250, #unrelaxed=223, #relaxed=1114, #hardened=0
60.49/60.60	c BCD2: #sat=1 #unsat=483 bias=483/484
60.59/60.61	c Solving starts ...
60.59/60.61	c ============================[ Search Statistics ]============================
60.59/60.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.59/60.61	c       |         |          |          |    Limit     GC | Var      | Constra 
60.59/60.61	c =============================================================================
60.59/60.62	c  0.0s |       0 |        0 |        0 |    28877      0 |     6164 |    11118
60.68/60.72	c  0.1s |       0 |      735 |        1 |    28877      0 |     6164 |    11118
60.68/60.72	c #cpu_time = 0.096s
60.68/60.72	c #wall_clock_time = 0.096s
60.68/60.72	c #decision = 735
60.68/60.72	c #random_decision = 0
60.68/60.72	c #conflict = 1
60.68/60.72	c #restart = 0
60.68/60.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
60.68/60.72	c lower bound updated to 3692084499089
60.68/60.77	c BCD2: 3695791897520 <= obj <= 11974896935277
60.68/60.77	c BCD2: #cores=250, #unrelaxed=222, #relaxed=1115, #hardened=0
60.68/60.77	c BCD2: #sat=1 #unsat=484 bias=484/485
60.68/60.78	c Solving starts ...
60.68/60.78	c ============================[ Search Statistics ]============================
60.68/60.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.68/60.78	c       |         |          |          |    Limit     GC | Var      | Constra 
60.68/60.78	c =============================================================================
60.68/60.79	c  0.0s |       0 |        0 |        0 |    28877      0 |     6165 |    11118
60.78/60.89	c  0.1s |       0 |      735 |        1 |    28877      0 |     6165 |    11119
60.78/60.89	c #cpu_time = 0.098s
60.78/60.89	c #wall_clock_time = 0.098s
60.78/60.89	c #decision = 735
60.78/60.89	c #random_decision = 0
60.78/60.89	c #conflict = 1
60.78/60.89	c #restart = 0
60.78/60.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
60.78/60.89	c lower bound updated to 3692084499090
60.88/60.95	c BCD2: 3695791897521 <= obj <= 11974896935277
60.88/60.95	c BCD2: #cores=250, #unrelaxed=221, #relaxed=1116, #hardened=0
60.88/60.95	c BCD2: #sat=1 #unsat=485 bias=485/486
60.88/60.95	c Solving starts ...
60.88/60.95	c ============================[ Search Statistics ]============================
60.88/60.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.88/60.95	c       |         |          |          |    Limit     GC | Var      | Constra 
60.88/60.95	c =============================================================================
60.88/60.97	c  0.0s |       0 |        0 |        0 |    28877      0 |     6166 |    11119
60.98/61.06	c  0.1s |       0 |      421 |        0 |    28877      0 |     6166 |    11120
60.98/61.06	c #cpu_time = 0.091s
60.98/61.06	c #wall_clock_time = 0.091s
60.98/61.06	c #decision = 421
60.98/61.06	c #random_decision = 0
60.98/61.06	c #conflict = 0
60.98/61.06	c #restart = 0
60.98/61.06	c BCD2: found a new core of size 1: cost of the new core is >=45212176
60.98/61.06	c lower bound updated to 3692129711266
61.08/61.11	c BCD2: 3695837109697 <= obj <= 11974896935277
61.08/61.11	c BCD2: #cores=251, #unrelaxed=220, #relaxed=1117, #hardened=0
61.08/61.11	c BCD2: #sat=1 #unsat=486 bias=486/487
61.08/61.12	c Solving starts ...
61.08/61.12	c ============================[ Search Statistics ]============================
61.08/61.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.08/61.12	c       |         |          |          |    Limit     GC | Var      | Constra 
61.08/61.12	c =============================================================================
61.08/61.13	c  0.0s |       0 |        0 |        0 |    28877      0 |     6166 |    11120
61.18/61.23	c  0.1s |       0 |      695 |        1 |    28877      0 |     6166 |    11120
61.18/61.23	c #cpu_time = 0.098s
61.18/61.23	c #wall_clock_time = 0.098s
61.18/61.23	c #decision = 695
61.18/61.23	c #random_decision = 0
61.18/61.23	c #conflict = 1
61.18/61.23	c #restart = 0
61.18/61.24	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 10: cost of the new core is >=18537550252
61.18/61.24	c BCD2: refineLB: 18537549202 -> 18537550252
61.18/61.24	c lower bound updated to 3692130262551
61.18/61.29	c BCD2: 3695837660982 <= obj <= 11974896935277
61.18/61.29	c BCD2: #cores=250, #unrelaxed=217, #relaxed=1120, #hardened=0
61.18/61.29	c BCD2: #sat=1 #unsat=487 bias=487/488
61.18/61.30	c Solving starts ...
61.18/61.30	c ============================[ Search Statistics ]============================
61.18/61.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.18/61.30	c       |         |          |          |    Limit     GC | Var      | Constra 
61.18/61.30	c =============================================================================
61.28/61.31	c  0.0s |       0 |        0 |        0 |    28877      0 |     6725 |    11120
61.38/61.41	c  0.1s |       0 |      420 |        0 |    28877      0 |     6725 |    12236
61.38/61.41	c #cpu_time = 0.094s
61.38/61.41	c #wall_clock_time = 0.094s
61.38/61.41	c #decision = 420
61.38/61.41	c #random_decision = 0
61.38/61.41	c #conflict = 0
61.38/61.41	c #restart = 0
61.38/61.41	c BCD2: found a new core of size 2: cost of the new core is >=82
61.38/61.41	c lower bound updated to 3692130262633
61.38/61.46	c BCD2: 3695837661064 <= obj <= 11974896935277
61.38/61.46	c BCD2: #cores=251, #unrelaxed=215, #relaxed=1122, #hardened=0
61.38/61.46	c BCD2: #sat=1 #unsat=488 bias=488/489
61.38/61.47	c Solving starts ...
61.38/61.47	c ============================[ Search Statistics ]============================
61.38/61.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.38/61.47	c       |         |          |          |    Limit     GC | Var      | Constra 
61.38/61.47	c =============================================================================
61.38/61.48	c  0.0s |       0 |        0 |        0 |    28877      0 |     6725 |    12236
61.48/61.58	c  0.1s |       0 |      732 |        1 |    28877      0 |     6725 |    12236
61.48/61.58	c #cpu_time = 0.098s
61.48/61.58	c #wall_clock_time = 0.098s
61.48/61.58	c #decision = 732
61.48/61.58	c #random_decision = 0
61.48/61.58	c #conflict = 1
61.48/61.58	c #restart = 0
61.48/61.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
61.48/61.58	c lower bound updated to 3692130262634
61.59/61.64	c BCD2: 3695837661065 <= obj <= 11974896935277
61.59/61.64	c BCD2: #cores=251, #unrelaxed=214, #relaxed=1123, #hardened=0
61.59/61.64	c BCD2: #sat=1 #unsat=489 bias=489/490
61.59/61.64	c Solving starts ...
61.59/61.64	c ============================[ Search Statistics ]============================
61.59/61.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.59/61.64	c       |         |          |          |    Limit     GC | Var      | Constra 
61.59/61.64	c =============================================================================
61.59/61.66	c  0.0s |       0 |        0 |        0 |    28877      0 |     6726 |    12236
61.69/61.75	c  0.1s |       0 |      420 |        0 |    28877      0 |     6726 |    12237
61.69/61.75	c #cpu_time = 0.091s
61.69/61.75	c #wall_clock_time = 0.091s
61.69/61.75	c #decision = 420
61.69/61.75	c #random_decision = 0
61.69/61.75	c #conflict = 0
61.69/61.75	c #restart = 0
61.69/61.75	c BCD2: found a new core of size 1: cost of the new core is >=45212176
61.69/61.75	c lower bound updated to 3692175474810
61.78/61.80	c BCD2: 3695882873241 <= obj <= 11974896935277
61.78/61.80	c BCD2: #cores=252, #unrelaxed=213, #relaxed=1124, #hardened=0
61.78/61.80	c BCD2: #sat=1 #unsat=490 bias=490/491
61.78/61.81	c Solving starts ...
61.78/61.81	c ============================[ Search Statistics ]============================
61.78/61.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.78/61.81	c       |         |          |          |    Limit     GC | Var      | Constra 
61.78/61.81	c =============================================================================
61.78/61.83	c  0.0s |       0 |        0 |        0 |    28877      0 |     6726 |    12237
61.88/61.94	c  0.1s |       0 |      985 |        2 |    28877      0 |     6726 |    12237
61.88/61.94	c #cpu_time = 0.114s
61.88/61.94	c #wall_clock_time = 0.114s
61.88/61.94	c #decision = 985
61.88/61.94	c #random_decision = 0
61.88/61.94	c #conflict = 2
61.88/61.94	c #restart = 0
61.88/61.94	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 11: cost of the new core is >=1116184
61.88/61.94	c BCD2: refineLB: 1115144 -> 1116184
61.88/61.94	c lower bound updated to 3692176026095
61.88/62.00	c BCD2: 3695883424526 <= obj <= 11974896935277
61.88/62.00	c BCD2: #cores=251, #unrelaxed=212, #relaxed=1125, #hardened=0
61.88/62.00	c BCD2: #sat=1 #unsat=491 bias=491/492
62.28/62.30	c Solving starts ...
62.28/62.30	c ============================[ Search Statistics ]============================
62.28/62.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.28/62.30	c       |         |          |          |    Limit     GC | Var      | Constra 
62.28/62.30	c =============================================================================
62.28/62.30	c  0.0s |       0 |        0 |        0 |    28877      0 |     7004 |    12237
62.28/62.39	c  0.1s |       0 |      421 |        0 |    28877      0 |     7004 |    12791
62.28/62.39	c #cpu_time = 0.089s
62.28/62.39	c #wall_clock_time = 0.089s
62.28/62.39	c #decision = 421
62.28/62.39	c #random_decision = 0
62.28/62.39	c #conflict = 0
62.28/62.39	c #restart = 0
62.28/62.39	c BCD2: found a new core of size 2: cost of the new core is >=82
62.28/62.39	c lower bound updated to 3692176026177
62.38/62.44	c BCD2: 3695883424608 <= obj <= 11974896935277
62.38/62.44	c BCD2: #cores=252, #unrelaxed=210, #relaxed=1127, #hardened=0
62.38/62.44	c BCD2: #sat=1 #unsat=492 bias=492/493
62.38/62.45	c Solving starts ...
62.38/62.45	c ============================[ Search Statistics ]============================
62.38/62.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.38/62.45	c       |         |          |          |    Limit     GC | Var      | Constra 
62.38/62.45	c =============================================================================
62.38/62.46	c  0.0s |       0 |        0 |        0 |    28877      0 |     7004 |    12791
62.48/62.56	c  0.1s |       0 |      732 |        1 |    28877      0 |     7004 |    12791
62.48/62.56	c #cpu_time = 0.095s
62.48/62.56	c #wall_clock_time = 0.095s
62.48/62.56	c #decision = 732
62.48/62.56	c #random_decision = 0
62.48/62.56	c #conflict = 1
62.48/62.56	c #restart = 0
62.48/62.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
62.48/62.56	c lower bound updated to 3692176026178
62.58/62.61	c BCD2: 3695883424609 <= obj <= 11974896935277
62.58/62.61	c BCD2: #cores=252, #unrelaxed=209, #relaxed=1128, #hardened=0
62.58/62.61	c BCD2: #sat=1 #unsat=493 bias=493/494
62.58/62.62	c Solving starts ...
62.58/62.62	c ============================[ Search Statistics ]============================
62.58/62.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.58/62.62	c       |         |          |          |    Limit     GC | Var      | Constra 
62.58/62.62	c =============================================================================
62.58/62.63	c  0.0s |       0 |        0 |        0 |    28877      0 |     7005 |    12791
62.69/62.72	c  0.1s |       0 |      421 |        0 |    28877      0 |     7005 |    12792
62.69/62.72	c #cpu_time = 0.087s
62.69/62.72	c #wall_clock_time = 0.087s
62.69/62.72	c #decision = 421
62.69/62.72	c #random_decision = 0
62.69/62.72	c #conflict = 0
62.69/62.72	c #restart = 0
62.69/62.72	c BCD2: found a new core of size 1: cost of the new core is >=45212176
62.69/62.72	c lower bound updated to 3692221238354
62.69/62.77	c BCD2: 3695928636785 <= obj <= 11974896935277
62.69/62.77	c BCD2: #cores=253, #unrelaxed=208, #relaxed=1129, #hardened=0
62.69/62.77	c BCD2: #sat=1 #unsat=494 bias=494/495
62.69/62.78	c Solving starts ...
62.69/62.78	c ============================[ Search Statistics ]============================
62.69/62.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.69/62.78	c       |         |          |          |    Limit     GC | Var      | Constra 
62.69/62.78	c =============================================================================
62.69/62.79	c  0.0s |       0 |        0 |        0 |    28877      0 |     7005 |    12792
62.79/62.89	c  0.1s |       0 |      780 |        2 |    28877      0 |     7005 |    12792
62.79/62.89	c #cpu_time = 0.098s
62.79/62.89	c #wall_clock_time = 0.098s
62.79/62.89	c #decision = 780
62.79/62.89	c #random_decision = 0
62.79/62.89	c #conflict = 2
62.79/62.89	c #restart = 0
62.79/62.89	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 21: cost of the new core is >=1674276
62.79/62.89	c BCD2: refineLB: 1673245 -> 1674276
62.79/62.89	c lower bound updated to 3692221789639
62.88/62.95	c BCD2: 3695929188070 <= obj <= 11974896935277
62.88/62.95	c BCD2: #cores=251, #unrelaxed=206, #relaxed=1131, #hardened=0
62.88/62.95	c BCD2: #sat=1 #unsat=495 bias=495/496
62.88/62.95	c Solving starts ...
62.88/62.95	c ============================[ Search Statistics ]============================
62.88/62.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.88/62.95	c       |         |          |          |    Limit     GC | Var      | Constra 
62.88/62.95	c =============================================================================
62.88/62.97	c  0.0s |       0 |        0 |        0 |    28877      0 |     7255 |    12792
62.98/63.06	c  0.1s |       0 |      420 |        0 |    28877      0 |     7255 |    13289
62.98/63.06	c #cpu_time = 0.089s
62.98/63.06	c #wall_clock_time = 0.089s
62.98/63.06	c #decision = 420
62.98/63.06	c #random_decision = 0
62.98/63.06	c #conflict = 0
62.98/63.06	c #restart = 0
62.98/63.06	c BCD2: found a new core of size 2: cost of the new core is >=82
62.98/63.06	c lower bound updated to 3692221789721
63.08/63.11	c BCD2: 3695929188152 <= obj <= 11974896935277
63.08/63.11	c BCD2: #cores=252, #unrelaxed=204, #relaxed=1133, #hardened=0
63.08/63.11	c BCD2: #sat=1 #unsat=496 bias=496/497
63.08/63.13	c Solving starts ...
63.08/63.13	c ============================[ Search Statistics ]============================
63.08/63.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.08/63.13	c       |         |          |          |    Limit     GC | Var      | Constra 
63.08/63.13	c =============================================================================
63.08/63.14	c  0.0s |       0 |        0 |        0 |    28877      0 |     7255 |    13289
63.18/63.24	c  0.1s |       0 |      728 |        1 |    28877      0 |     7255 |    13289
63.18/63.24	c #cpu_time = 0.096s
63.18/63.24	c #wall_clock_time = 0.096s
63.18/63.24	c #decision = 728
63.18/63.24	c #random_decision = 0
63.18/63.24	c #conflict = 1
63.18/63.24	c #restart = 0
63.18/63.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
63.18/63.24	c lower bound updated to 3692221789722
63.18/63.29	c BCD2: 3695929188153 <= obj <= 11974896935277
63.18/63.29	c BCD2: #cores=252, #unrelaxed=203, #relaxed=1134, #hardened=0
63.18/63.29	c BCD2: #sat=1 #unsat=497 bias=497/498
63.28/63.30	c Solving starts ...
63.28/63.30	c ============================[ Search Statistics ]============================
63.28/63.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.28/63.30	c       |         |          |          |    Limit     GC | Var      | Constra 
63.28/63.30	c =============================================================================
63.28/63.31	c  0.0s |       0 |        0 |        0 |    28877      0 |     7256 |    13289
63.38/63.40	c  0.1s |       0 |      420 |        0 |    28877      0 |     7256 |    13290
63.38/63.40	c #cpu_time = 0.088s
63.38/63.40	c #wall_clock_time = 0.088s
63.38/63.40	c #decision = 420
63.38/63.40	c #random_decision = 0
63.38/63.40	c #conflict = 0
63.38/63.40	c #restart = 0
63.38/63.40	c BCD2: found a new core of size 1: cost of the new core is >=45212176
63.38/63.40	c lower bound updated to 3692267001898
63.38/63.45	c BCD2: 3695974400329 <= obj <= 11974896935277
63.38/63.45	c BCD2: #cores=253, #unrelaxed=202, #relaxed=1135, #hardened=0
63.38/63.45	c BCD2: #sat=1 #unsat=498 bias=498/499
63.38/63.46	c Solving starts ...
63.38/63.46	c ============================[ Search Statistics ]============================
63.38/63.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.38/63.46	c       |         |          |          |    Limit     GC | Var      | Constra 
63.38/63.46	c =============================================================================
63.38/63.47	c  0.0s |       0 |        0 |        0 |    28877      0 |     7256 |    13290
63.48/63.57	c  0.1s |       0 |      422 |        0 |    28877      0 |     7256 |    13290
63.48/63.57	c #cpu_time = 0.092s
63.48/63.57	c #wall_clock_time = 0.092s
63.48/63.57	c #decision = 422
63.48/63.57	c #random_decision = 0
63.48/63.57	c #conflict = 0
63.48/63.57	c #restart = 0
63.48/63.57	c BCD2: found a new core of size 2: cost of the new core is >=6724
63.48/63.57	c lower bound updated to 3692267008622
63.58/63.62	c BCD2: 3695974407053 <= obj <= 11974896935277
63.58/63.62	c BCD2: #cores=254, #unrelaxed=200, #relaxed=1137, #hardened=0
63.58/63.62	c BCD2: #sat=1 #unsat=499 bias=499/500
63.58/63.63	c Solving starts ...
63.58/63.63	c ============================[ Search Statistics ]============================
63.58/63.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.58/63.63	c       |         |          |          |    Limit     GC | Var      | Constra 
63.58/63.63	c =============================================================================
63.58/63.64	c  0.0s |       0 |        0 |        0 |    28877      0 |     7256 |    13290
63.68/63.74	c  0.1s |       0 |      730 |        1 |    28877      0 |     7256 |    13290
63.68/63.74	c #cpu_time = 0.093s
63.68/63.74	c #wall_clock_time = 0.093s
63.68/63.74	c #decision = 730
63.68/63.74	c #random_decision = 0
63.68/63.74	c #conflict = 1
63.68/63.74	c #restart = 0
63.68/63.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
63.68/63.74	c lower bound updated to 3692267008704
63.68/63.79	c BCD2: 3695974407135 <= obj <= 11974896935277
63.68/63.79	c BCD2: #cores=254, #unrelaxed=199, #relaxed=1138, #hardened=0
63.68/63.79	c BCD2: #sat=1 #unsat=500 bias=500/501
63.68/63.80	c Solving starts ...
63.68/63.80	c ============================[ Search Statistics ]============================
63.68/63.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.68/63.80	c       |         |          |          |    Limit     GC | Var      | Constra 
63.68/63.80	c =============================================================================
63.79/63.81	c  0.0s |       0 |        0 |        0 |    28877      0 |     7257 |    13290
63.89/63.91	c  0.1s |       0 |      730 |        1 |    28877      0 |     7257 |    13291
63.89/63.91	c #cpu_time = 0.097s
63.89/63.91	c #wall_clock_time = 0.097s
63.89/63.91	c #decision = 730
63.89/63.91	c #random_decision = 0
63.89/63.91	c #conflict = 1
63.89/63.91	c #restart = 0
63.89/63.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
63.89/63.91	c lower bound updated to 3692267008705
63.89/63.96	c BCD2: 3695974407136 <= obj <= 11974896935277
63.89/63.96	c BCD2: #cores=254, #unrelaxed=198, #relaxed=1139, #hardened=0
63.89/63.96	c BCD2: #sat=1 #unsat=501 bias=501/502
63.89/63.97	c Solving starts ...
63.89/63.97	c ============================[ Search Statistics ]============================
63.89/63.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.89/63.97	c       |         |          |          |    Limit     GC | Var      | Constra 
63.89/63.97	c =============================================================================
63.89/63.99	c  0.0s |       0 |        0 |        0 |    28877      0 |     7258 |    13291
63.98/64.08	c  0.1s |       0 |      422 |        0 |    28877      0 |     7258 |    13292
63.98/64.08	c #cpu_time = 0.088s
63.98/64.08	c #wall_clock_time = 0.089s
63.98/64.08	c #decision = 422
63.98/64.08	c #random_decision = 0
63.98/64.08	c #conflict = 0
63.98/64.08	c #restart = 0
63.98/64.08	c BCD2: found a new core of size 1: cost of the new core is >=45212176
63.98/64.08	c lower bound updated to 3692312220881
64.08/64.13	c BCD2: 3696019619312 <= obj <= 11974896935277
64.08/64.13	c BCD2: #cores=255, #unrelaxed=197, #relaxed=1140, #hardened=0
64.08/64.13	c BCD2: #sat=1 #unsat=502 bias=502/503
64.08/64.14	c Solving starts ...
64.08/64.14	c ============================[ Search Statistics ]============================
64.08/64.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.08/64.14	c       |         |          |          |    Limit     GC | Var      | Constra 
64.08/64.14	c =============================================================================
64.08/64.15	c  0.0s |       0 |        0 |        0 |    28877      0 |     7258 |    13292
64.18/64.27	c  0.1s |       0 |      766 |        2 |    28877      0 |     7258 |    13292
64.18/64.27	c #cpu_time = 0.113s
64.18/64.27	c #wall_clock_time = 0.113s
64.18/64.27	c #decision = 766
64.18/64.27	c #random_decision = 0
64.18/64.27	c #conflict = 2
64.18/64.27	c #restart = 0
64.18/64.27	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=558092
64.18/64.27	c BCD2: refineLB: 557078 -> 558092
64.18/64.27	c lower bound updated to 3692312772166
64.28/64.32	c BCD2: 3696020170597 <= obj <= 11974896935277
64.28/64.32	c BCD2: #cores=255, #unrelaxed=195, #relaxed=1142, #hardened=0
64.28/64.32	c BCD2: #sat=1 #unsat=503 bias=503/504
64.28/64.33	c Solving starts ...
64.28/64.33	c ============================[ Search Statistics ]============================
64.28/64.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.28/64.33	c       |         |          |          |    Limit     GC | Var      | Constra 
64.28/64.33	c =============================================================================
64.28/64.34	c  0.0s |       0 |        0 |        0 |    28877      0 |     7404 |    13292
64.38/64.44	c  0.1s |       0 |      423 |        0 |    28877      0 |     7404 |    13583
64.38/64.44	c #cpu_time = 0.090s
64.38/64.44	c #wall_clock_time = 0.090s
64.38/64.44	c #decision = 423
64.38/64.44	c #random_decision = 0
64.38/64.44	c #conflict = 0
64.38/64.44	c #restart = 0
64.38/64.44	c BCD2: found a new core of size 2: cost of the new core is >=82
64.38/64.44	c lower bound updated to 3692312772248
64.38/64.49	c BCD2: 3696020170679 <= obj <= 11974896935277
64.38/64.49	c BCD2: #cores=256, #unrelaxed=193, #relaxed=1144, #hardened=0
64.38/64.49	c BCD2: #sat=1 #unsat=504 bias=504/505
64.48/64.50	c Solving starts ...
64.48/64.50	c ============================[ Search Statistics ]============================
64.48/64.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.48/64.50	c       |         |          |          |    Limit     GC | Var      | Constra 
64.48/64.50	c =============================================================================
64.48/64.51	c  0.0s |       0 |        0 |        0 |    28877      0 |     7404 |    13583
64.58/64.61	c  0.1s |       0 |      731 |        1 |    28877      0 |     7404 |    13583
64.58/64.61	c #cpu_time = 0.098s
64.58/64.61	c #wall_clock_time = 0.098s
64.58/64.61	c #decision = 731
64.58/64.61	c #random_decision = 0
64.58/64.61	c #conflict = 1
64.58/64.61	c #restart = 0
64.58/64.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
64.58/64.61	c lower bound updated to 3692312772249
64.58/64.66	c BCD2: 3696020170680 <= obj <= 11974896935277
64.58/64.66	c BCD2: #cores=256, #unrelaxed=192, #relaxed=1145, #hardened=0
64.58/64.66	c BCD2: #sat=1 #unsat=505 bias=505/506
64.58/64.67	c Solving starts ...
64.58/64.67	c ============================[ Search Statistics ]============================
64.58/64.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.58/64.67	c       |         |          |          |    Limit     GC | Var      | Constra 
64.58/64.67	c =============================================================================
64.58/64.69	c  0.0s |       0 |        0 |        0 |    28877      0 |     7405 |    13583
64.68/64.78	c  0.1s |       0 |      423 |        0 |    28877      0 |     7405 |    13584
64.68/64.78	c #cpu_time = 0.089s
64.68/64.78	c #wall_clock_time = 0.089s
64.68/64.78	c #decision = 423
64.68/64.78	c #random_decision = 0
64.68/64.78	c #conflict = 0
64.68/64.78	c #restart = 0
64.68/64.78	c BCD2: found a new core of size 1: cost of the new core is >=45212176
64.68/64.78	c lower bound updated to 3692357984425
64.78/64.83	c BCD2: 3696065382856 <= obj <= 11974896935277
64.78/64.83	c BCD2: #cores=257, #unrelaxed=191, #relaxed=1146, #hardened=0
64.78/64.83	c BCD2: #sat=1 #unsat=506 bias=506/507
64.78/64.84	c Solving starts ...
64.78/64.84	c ============================[ Search Statistics ]============================
64.78/64.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.78/64.84	c       |         |          |          |    Limit     GC | Var      | Constra 
64.78/64.84	c =============================================================================
64.78/64.85	c  0.0s |       0 |        0 |        0 |    28877      0 |     7405 |    13584
64.89/64.95	c  0.1s |       0 |      425 |        0 |    28877      0 |     7405 |    13584
64.89/64.95	c #cpu_time = 0.093s
64.89/64.95	c #wall_clock_time = 0.094s
64.89/64.95	c #decision = 425
64.89/64.95	c #random_decision = 0
64.89/64.95	c #conflict = 0
64.89/64.95	c #restart = 0
64.89/64.95	c BCD2: found a new core of size 2: cost of the new core is >=6724
64.89/64.95	c lower bound updated to 3692357991149
64.89/65.00	c BCD2: 3696065389580 <= obj <= 11974896935277
64.89/65.00	c BCD2: #cores=258, #unrelaxed=189, #relaxed=1148, #hardened=0
64.89/65.00	c BCD2: #sat=1 #unsat=507 bias=507/508
64.99/65.01	c Solving starts ...
64.99/65.01	c ============================[ Search Statistics ]============================
64.99/65.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.99/65.01	c       |         |          |          |    Limit     GC | Var      | Constra 
64.99/65.01	c =============================================================================
64.99/65.02	c  0.0s |       0 |        0 |        0 |    28877      0 |     7405 |    13584
65.08/65.12	c  0.1s |       0 |      733 |        1 |    28877      0 |     7405 |    13584
65.08/65.12	c #cpu_time = 0.095s
65.08/65.12	c #wall_clock_time = 0.095s
65.08/65.12	c #decision = 733
65.08/65.12	c #random_decision = 0
65.08/65.12	c #conflict = 1
65.08/65.12	c #restart = 0
65.08/65.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
65.08/65.12	c lower bound updated to 3692357991231
65.08/65.17	c BCD2: 3696065389662 <= obj <= 11974896935277
65.08/65.17	c BCD2: #cores=258, #unrelaxed=188, #relaxed=1149, #hardened=0
65.08/65.17	c BCD2: #sat=1 #unsat=508 bias=508/509
65.08/65.18	c Solving starts ...
65.08/65.18	c ============================[ Search Statistics ]============================
65.08/65.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.08/65.18	c       |         |          |          |    Limit     GC | Var      | Constra 
65.08/65.18	c =============================================================================
65.08/65.19	c  0.0s |       0 |        0 |        0 |    28877      0 |     7406 |    13584
65.18/65.29	c  0.1s |       0 |      733 |        1 |    28877      0 |     7406 |    13585
65.18/65.29	c #cpu_time = 0.099s
65.18/65.29	c #wall_clock_time = 0.099s
65.18/65.29	c #decision = 733
65.18/65.29	c #random_decision = 0
65.18/65.29	c #conflict = 1
65.18/65.29	c #restart = 0
65.18/65.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
65.18/65.29	c lower bound updated to 3692357991232
65.28/65.35	c BCD2: 3696065389663 <= obj <= 11974896935277
65.28/65.35	c BCD2: #cores=258, #unrelaxed=187, #relaxed=1150, #hardened=0
65.28/65.35	c BCD2: #sat=1 #unsat=509 bias=509/510
65.28/65.35	c Solving starts ...
65.28/65.35	c ============================[ Search Statistics ]============================
65.28/65.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.28/65.35	c       |         |          |          |    Limit     GC | Var      | Constra 
65.28/65.35	c =============================================================================
65.28/65.37	c  0.0s |       0 |        0 |        0 |    28877      0 |     7407 |    13585
65.38/65.46	c  0.1s |       0 |      425 |        0 |    28877      0 |     7407 |    13586
65.38/65.46	c #cpu_time = 0.090s
65.38/65.46	c #wall_clock_time = 0.090s
65.38/65.46	c #decision = 425
65.38/65.46	c #random_decision = 0
65.38/65.46	c #conflict = 0
65.38/65.46	c #restart = 0
65.38/65.46	c BCD2: found a new core of size 1: cost of the new core is >=45212176
65.38/65.46	c lower bound updated to 3692403203408
65.48/65.51	c BCD2: 3696110601839 <= obj <= 11974896935277
65.48/65.51	c BCD2: #cores=259, #unrelaxed=186, #relaxed=1151, #hardened=0
65.48/65.51	c BCD2: #sat=1 #unsat=510 bias=510/511
65.48/65.52	c Solving starts ...
65.48/65.52	c ============================[ Search Statistics ]============================
65.48/65.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.48/65.52	c       |         |          |          |    Limit     GC | Var      | Constra 
65.48/65.52	c =============================================================================
65.48/65.54	c  0.0s |       0 |        0 |        0 |    28877      0 |     7407 |    13586
65.58/65.65	c  0.1s |       0 |      707 |        1 |    28877      0 |     7407 |    13586
65.58/65.65	c #cpu_time = 0.110s
65.58/65.65	c #wall_clock_time = 0.111s
65.58/65.65	c #decision = 707
65.58/65.65	c #random_decision = 0
65.58/65.65	c #conflict = 1
65.58/65.65	c #restart = 0
65.58/65.65	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=558092
65.58/65.65	c BCD2: refineLB: 557096 -> 558092
65.58/65.65	c lower bound updated to 3692403754693
65.68/65.70	c BCD2: 3696111153124 <= obj <= 11974896935277
65.68/65.70	c BCD2: #cores=259, #unrelaxed=183, #relaxed=1154, #hardened=0
65.68/65.70	c BCD2: #sat=1 #unsat=511 bias=511/512
65.68/65.71	c Solving starts ...
65.68/65.71	c ============================[ Search Statistics ]============================
65.68/65.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.68/65.71	c       |         |          |          |    Limit     GC | Var      | Constra 
65.68/65.71	c =============================================================================
65.68/65.73	c  0.0s |       0 |        0 |        0 |    28877      0 |     7593 |    13586
65.78/65.82	c  0.1s |       0 |      425 |        0 |    28877      0 |     7593 |    13957
65.78/65.82	c #cpu_time = 0.092s
65.78/65.82	c #wall_clock_time = 0.092s
65.78/65.82	c #decision = 425
65.78/65.82	c #random_decision = 0
65.78/65.82	c #conflict = 0
65.78/65.82	c #restart = 0
65.78/65.82	c BCD2: found a new core of size 2: cost of the new core is >=82
65.78/65.82	c lower bound updated to 3692403754775
65.78/65.87	c BCD2: 3696111153206 <= obj <= 11974896935277
65.78/65.87	c BCD2: #cores=260, #unrelaxed=181, #relaxed=1156, #hardened=0
65.78/65.87	c BCD2: #sat=1 #unsat=512 bias=512/513
65.78/65.88	c Solving starts ...
65.78/65.88	c ============================[ Search Statistics ]============================
65.78/65.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.78/65.88	c       |         |          |          |    Limit     GC | Var      | Constra 
65.78/65.88	c =============================================================================
65.88/65.90	c  0.0s |       0 |        0 |        0 |    28877      0 |     7593 |    13957
65.88/66.00	c  0.1s |       0 |      732 |        1 |    28877      0 |     7593 |    13957
65.88/66.00	c #cpu_time = 0.100s
65.88/66.00	c #wall_clock_time = 0.100s
65.88/66.00	c #decision = 732
65.88/66.00	c #random_decision = 0
65.88/66.00	c #conflict = 1
65.88/66.00	c #restart = 0
65.88/66.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
65.88/66.00	c lower bound updated to 3692403754776
65.99/66.05	c BCD2: 3696111153207 <= obj <= 11974896935277
65.99/66.05	c BCD2: #cores=260, #unrelaxed=180, #relaxed=1157, #hardened=0
65.99/66.05	c BCD2: #sat=1 #unsat=513 bias=513/514
65.99/66.06	c Solving starts ...
65.99/66.06	c ============================[ Search Statistics ]============================
65.99/66.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.99/66.06	c       |         |          |          |    Limit     GC | Var      | Constra 
65.99/66.06	c =============================================================================
65.99/66.07	c  0.0s |       0 |        0 |        0 |    28877      0 |     7594 |    13957
66.09/66.17	c  0.1s |       0 |      425 |        0 |    28877      0 |     7594 |    13958
66.09/66.17	c #cpu_time = 0.091s
66.09/66.17	c #wall_clock_time = 0.091s
66.09/66.17	c #decision = 425
66.09/66.17	c #random_decision = 0
66.09/66.17	c #conflict = 0
66.09/66.17	c #restart = 0
66.09/66.17	c BCD2: found a new core of size 1: cost of the new core is >=45212176
66.09/66.17	c lower bound updated to 3692448966952
66.18/66.22	c BCD2: 3696156365383 <= obj <= 11974896935277
66.18/66.22	c BCD2: #cores=261, #unrelaxed=179, #relaxed=1158, #hardened=0
66.18/66.22	c BCD2: #sat=1 #unsat=514 bias=514/515
66.18/66.23	c Solving starts ...
66.18/66.23	c ============================[ Search Statistics ]============================
66.18/66.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.18/66.23	c       |         |          |          |    Limit     GC | Var      | Constra 
66.18/66.23	c =============================================================================
66.18/66.24	c  0.0s |       0 |        0 |        0 |    28877      0 |     7594 |    13958
66.28/66.34	c  0.1s |       0 |      703 |        1 |    28877      0 |     7594 |    13958
66.28/66.34	c #cpu_time = 0.102s
66.28/66.34	c #wall_clock_time = 0.102s
66.28/66.34	c #decision = 703
66.28/66.34	c #random_decision = 0
66.28/66.34	c #conflict = 1
66.28/66.34	c #restart = 0
66.28/66.35	c BCD2: relaxing 1 and merging with 3 cores into a new core of size 15: cost of the new core is >=18538108344
66.28/66.35	c BCD2: refineLB: 18538107356 -> 18538108344
66.28/66.35	c lower bound updated to 3692449518237
66.38/66.40	c BCD2: 3696156916668 <= obj <= 11974896935277
66.38/66.40	c BCD2: #cores=259, #unrelaxed=178, #relaxed=1159, #hardened=0
66.38/66.40	c BCD2: #sat=1 #unsat=515 bias=515/516
66.38/66.41	c Solving starts ...
66.38/66.41	c ============================[ Search Statistics ]============================
66.38/66.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.38/66.41	c       |         |          |          |    Limit     GC | Var      | Constra 
66.38/66.41	c =============================================================================
66.38/66.42	c  0.0s |       0 |        0 |        0 |    28877      0 |     8290 |    13958
66.48/66.52	c  0.1s |       0 |      425 |        0 |    28877      0 |     8290 |    15347
66.48/66.52	c #cpu_time = 0.096s
66.48/66.52	c #wall_clock_time = 0.096s
66.48/66.52	c #decision = 425
66.48/66.52	c #random_decision = 0
66.48/66.52	c #conflict = 0
66.48/66.52	c #restart = 0
66.48/66.52	c BCD2: found a new core of size 2: cost of the new core is >=82
66.48/66.52	c lower bound updated to 3692449518319
66.48/66.57	c BCD2: 3696156916750 <= obj <= 11974896935277
66.48/66.57	c BCD2: #cores=260, #unrelaxed=176, #relaxed=1161, #hardened=0
66.48/66.57	c BCD2: #sat=1 #unsat=516 bias=516/517
66.48/66.58	c Solving starts ...
66.48/66.58	c ============================[ Search Statistics ]============================
66.48/66.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.48/66.58	c       |         |          |          |    Limit     GC | Var      | Constra 
66.48/66.58	c =============================================================================
66.58/66.60	c  0.0s |       0 |        0 |        0 |    28877      0 |     8290 |    15347
66.68/66.70	c  0.1s |       0 |      730 |        1 |    28877      0 |     8290 |    15347
66.68/66.70	c #cpu_time = 0.099s
66.68/66.70	c #wall_clock_time = 0.099s
66.68/66.70	c #decision = 730
66.68/66.70	c #random_decision = 0
66.68/66.70	c #conflict = 1
66.68/66.70	c #restart = 0
66.68/66.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=83
66.68/66.70	c lower bound updated to 3692449518320
66.68/66.75	c BCD2: 3696156916751 <= obj <= 11974896935277
66.68/66.75	c BCD2: #cores=260, #unrelaxed=175, #relaxed=1162, #hardened=0
66.68/66.75	c BCD2: #sat=1 #unsat=517 bias=517/518
66.68/66.76	c Solving starts ...
66.68/66.76	c ============================[ Search Statistics ]============================
66.68/66.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.68/66.76	c       |         |          |          |    Limit     GC | Var      | Constra 
66.68/66.76	c =============================================================================
66.68/66.77	c  0.0s |       0 |        0 |        0 |    28877      0 |     8291 |    15347
66.78/66.87	c  0.1s |       0 |      425 |        0 |    28877      0 |     8291 |    15348
66.78/66.87	c #cpu_time = 0.091s
66.78/66.87	c #wall_clock_time = 0.091s
66.78/66.87	c #decision = 425
66.78/66.87	c #random_decision = 0
66.78/66.87	c #conflict = 0
66.78/66.87	c #restart = 0
66.78/66.87	c BCD2: found a new core of size 1: cost of the new core is >=45212176
66.78/66.87	c lower bound updated to 3692494730496
66.88/66.92	c BCD2: 3696202128927 <= obj <= 11974896935277
66.88/66.92	c BCD2: #cores=261, #unrelaxed=174, #relaxed=1163, #hardened=0
66.88/66.92	c BCD2: #sat=1 #unsat=518 bias=518/519
66.88/66.93	c Solving starts ...
66.88/66.93	c ============================[ Search Statistics ]============================
66.88/66.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.88/66.93	c       |         |          |          |    Limit     GC | Var      | Constra 
66.88/66.93	c =============================================================================
66.88/66.94	c  0.0s |       0 |        0 |        0 |    28877      0 |     8291 |    15348
66.98/67.04	c  0.1s |       0 |      427 |        0 |    28877      0 |     8291 |    15348
66.98/67.04	c #cpu_time = 0.095s
66.98/67.04	c #wall_clock_time = 0.096s
66.98/67.04	c #decision = 427
66.98/67.04	c #random_decision = 0
66.98/67.04	c #conflict = 0
66.98/67.04	c #restart = 0
66.98/67.04	c BCD2: found a new core of size 2: cost of the new core is >=6724
66.98/67.04	c lower bound updated to 3692494737220
66.98/67.09	c BCD2: 3696202135651 <= obj <= 11974896935277
66.98/67.09	c BCD2: #cores=262, #unrelaxed=172, #relaxed=1165, #hardened=0
66.98/67.09	c BCD2: #sat=1 #unsat=519 bias=519/520
66.98/67.10	c Solving starts ...
66.98/67.10	c ============================[ Search Statistics ]============================
66.98/67.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.98/67.10	c       |         |          |          |    Limit     GC | Var      | Constra 
66.98/67.10	c =============================================================================
67.09/67.12	c  0.0s |       0 |        0 |        0 |    28877      0 |     8291 |    15348
67.19/67.21	c  0.1s |       0 |      732 |        1 |    28877      0 |     8291 |    15348
67.19/67.21	c #cpu_time = 0.097s
67.19/67.21	c #wall_clock_time = 0.097s
67.19/67.21	c #decision = 732
67.19/67.21	c #random_decision = 0
67.19/67.21	c #conflict = 1
67.19/67.21	c #restart = 0
67.19/67.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
67.19/67.21	c lower bound updated to 3692494737302
67.19/67.27	c BCD2: 3696202135733 <= obj <= 11974896935277
67.19/67.27	c BCD2: #cores=262, #unrelaxed=171, #relaxed=1166, #hardened=0
67.19/67.27	c BCD2: #sat=1 #unsat=520 bias=520/521
67.19/67.28	c Solving starts ...
67.19/67.28	c ============================[ Search Statistics ]============================
67.19/67.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.19/67.28	c       |         |          |          |    Limit     GC | Var      | Constra 
67.19/67.28	c =============================================================================
67.19/67.29	c  0.0s |       0 |        0 |        0 |    28877      0 |     8292 |    15348
67.28/67.39	c  0.1s |       0 |      732 |        1 |    28877      0 |     8292 |    15349
67.28/67.39	c #cpu_time = 0.101s
67.28/67.39	c #wall_clock_time = 0.101s
67.28/67.39	c #decision = 732
67.28/67.39	c #random_decision = 0
67.28/67.39	c #conflict = 1
67.28/67.39	c #restart = 0
67.28/67.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
67.28/67.39	c lower bound updated to 3692494737303
67.38/67.45	c BCD2: 3696202135734 <= obj <= 11974896935277
67.38/67.45	c BCD2: #cores=262, #unrelaxed=170, #relaxed=1167, #hardened=0
67.38/67.45	c BCD2: #sat=1 #unsat=521 bias=521/522
67.38/67.45	c Solving starts ...
67.38/67.45	c ============================[ Search Statistics ]============================
67.38/67.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.38/67.45	c       |         |          |          |    Limit     GC | Var      | Constra 
67.38/67.45	c =============================================================================
67.38/67.47	c  0.0s |       0 |        0 |        0 |    28877      0 |     8293 |    15349
67.48/67.56	c  0.1s |       0 |      427 |        0 |    28877      0 |     8293 |    15350
67.48/67.56	c #cpu_time = 0.092s
67.48/67.56	c #wall_clock_time = 0.092s
67.48/67.56	c #decision = 427
67.48/67.56	c #random_decision = 0
67.48/67.56	c #conflict = 0
67.48/67.56	c #restart = 0
67.48/67.56	c BCD2: found a new core of size 1: cost of the new core is >=45212176
67.48/67.56	c lower bound updated to 3692539949479
67.58/67.61	c BCD2: 3696247347910 <= obj <= 11974896935277
67.58/67.61	c BCD2: #cores=263, #unrelaxed=169, #relaxed=1168, #hardened=0
67.58/67.61	c BCD2: #sat=1 #unsat=522 bias=522/523
67.58/67.62	c Solving starts ...
67.58/67.62	c ============================[ Search Statistics ]============================
67.58/67.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.58/67.62	c       |         |          |          |    Limit     GC | Var      | Constra 
67.58/67.62	c =============================================================================
67.58/67.64	c  0.0s |       0 |        0 |        0 |    28877      0 |     8293 |    15350
67.68/67.74	c  0.1s |       0 |      429 |        0 |    28877      0 |     8293 |    15350
67.68/67.74	c #cpu_time = 0.096s
67.68/67.74	c #wall_clock_time = 0.097s
67.68/67.74	c #decision = 429
67.68/67.74	c #random_decision = 0
67.68/67.74	c #conflict = 0
67.68/67.74	c #restart = 0
67.68/67.74	c BCD2: found a new core of size 2: cost of the new core is >=6724
67.68/67.74	c lower bound updated to 3692539956203
67.68/67.79	c BCD2: 3696247354634 <= obj <= 11974896935277
67.68/67.79	c BCD2: #cores=264, #unrelaxed=167, #relaxed=1170, #hardened=0
67.68/67.79	c BCD2: #sat=1 #unsat=523 bias=523/524
67.78/67.80	c Solving starts ...
67.78/67.80	c ============================[ Search Statistics ]============================
67.78/67.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.78/67.80	c       |         |          |          |    Limit     GC | Var      | Constra 
67.78/67.80	c =============================================================================
67.78/67.81	c  0.0s |       0 |        0 |        0 |    28877      0 |     8293 |    15350
67.88/67.91	c  0.1s |       0 |      735 |        1 |    28877      0 |     8293 |    15350
67.88/67.91	c #cpu_time = 0.098s
67.88/67.91	c #wall_clock_time = 0.098s
67.88/67.91	c #decision = 735
67.88/67.91	c #random_decision = 0
67.88/67.91	c #conflict = 1
67.88/67.91	c #restart = 0
67.88/67.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=6806
67.88/67.91	c lower bound updated to 3692539956285
67.88/67.96	c BCD2: 3696247354716 <= obj <= 11974896935277
67.88/67.96	c BCD2: #cores=264, #unrelaxed=166, #relaxed=1171, #hardened=0
67.88/67.96	c BCD2: #sat=1 #unsat=524 bias=524/525
67.88/67.97	c Solving starts ...
67.88/67.97	c ============================[ Search Statistics ]============================
67.88/67.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.88/67.97	c       |         |          |          |    Limit     GC | Var      | Constra 
67.88/67.97	c =============================================================================
67.88/67.99	c  0.0s |       0 |        0 |        0 |    28877      0 |     8294 |    15350
67.98/68.09	c  0.1s |       0 |      735 |        1 |    28877      0 |     8294 |    15351
67.98/68.09	c #cpu_time = 0.101s
67.98/68.09	c #wall_clock_time = 0.102s
67.98/68.09	c #decision = 735
67.98/68.09	c #random_decision = 0
67.98/68.09	c #conflict = 1
67.98/68.09	c #restart = 0
67.98/68.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=6807
67.98/68.09	c lower bound updated to 3692539956286
68.08/68.14	c BCD2: 3696247354717 <= obj <= 11974896935277
68.08/68.14	c BCD2: #cores=264, #unrelaxed=165, #relaxed=1172, #hardened=0
68.08/68.14	c BCD2: #sat=1 #unsat=525 bias=525/526
68.08/68.15	c Solving starts ...
68.08/68.15	c ============================[ Search Statistics ]============================
68.08/68.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.08/68.15	c       |         |          |          |    Limit     GC | Var      | Constra 
68.08/68.15	c =============================================================================
68.08/68.16	c  0.0s |       0 |        0 |        0 |    28877      0 |     8295 |    15351
68.98/69.07	c  0.9s |       0 |     4976 |       32 |    31765      0 |     8295 |    15352
68.98/69.07	c #cpu_time = 0.895s
68.98/69.07	c #wall_clock_time = 0.898s
68.98/69.07	c #decision = 4976
68.98/69.07	c #random_decision = 5
68.98/69.07	c #conflict = 32
68.98/69.07	c #restart = 0
68.98/69.07	c BCD2: relaxing 12 and merging with 2 cores into a new core of size 18: cost of the new core is >=25951789024
68.98/69.07	c BCD2: refineLB: 22244390593 -> 25951789024
68.98/69.07	c lower bound updated to 3696247354718
69.08/69.12	c BCD2: 3699954753149 <= obj <= 11974896935277
69.08/69.12	c BCD2: #cores=263, #unrelaxed=153, #relaxed=1184, #hardened=0
69.08/69.12	c BCD2: #sat=1 #unsat=526 bias=526/527
69.08/69.13	c Solving starts ...
69.08/69.13	c ============================[ Search Statistics ]============================
69.08/69.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.08/69.13	c       |         |          |          |    Limit     GC | Var      | Constra 
69.08/69.13	c =============================================================================
69.08/69.17	c  0.0s |       0 |        0 |        0 |    31765      0 |     8820 |    15352
69.98/70.01	c  0.8s |       0 |    27367 |        9 |    31765      0 |     8820 |    16400
69.98/70.01	c #cpu_time = 0.713s
69.98/70.01	c #wall_clock_time = 0.715s
69.98/70.01	c #decision = 27367
69.98/70.01	c #random_decision = 52
69.98/70.01	c #conflict = 9
69.98/70.01	c #restart = 0
69.98/70.01	o 7222005955192

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

pid=29393
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.17 2.12 2.10 3/179 29396
/proc/meminfo: memFree=27294652/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=766396 CPUtime=0 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 2863 0 0 0 0 0 0 0 20 0 4 0 41985157 784789504 3735 33554432000 4194304 16246674 140735138943584 140735138943008 15002730 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 192111 3745 441 2943 0 189005 0
[pid=29396/tid=29397] ppid=29393 vsize=783804 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 802615296 3805 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=787900 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 806809600 3822 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=793020 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 812052480 3839 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100127 s]
/proc/loadavg: 2.17 2.12 2.10 3/179 29396
/proc/meminfo: memFree=27294652/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 27990 0 0 0 6 3 0 0 20 0 4 0 41985157 1250496512 28800 33554432000 4194304 16246674 140735138943584 140735138942896 4221016 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 305297 28806 800 2943 0 302191 0
[pid=29396/tid=29397] ppid=29393 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 1250496512 28810 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 1250496512 28814 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 1250496512 28819 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200477 s]
/proc/loadavg: 2.17 2.12 2.10 3/179 29396
/proc/meminfo: memFree=27294652/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 50226 0 0 0 12 7 0 0 20 0 4 0 41985157 1343819776 51546 33554432000 4194304 16246674 140735138943584 140735138925504 13967808 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 328081 51546 800 2943 0 324975 0
[pid=29396/tid=29397] ppid=29393 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 1343819776 51546 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 1343819776 51546 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 1343819776 51546 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300455 s]
/proc/loadavg: 2.17 2.12 2.10 3/179 29396
/proc/meminfo: memFree=27294652/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 60775 0 0 0 21 8 0 0 20 0 4 0 41985157 1344868352 62095 33554432000 4194304 16246674 140735138943584 140735138925504 13923665 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 328337 62095 800 2943 0 325231 0
[pid=29396/tid=29397] ppid=29393 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 1344868352 62095 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 1344868352 62095 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 1344868352 62095 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700363 s]
/proc/loadavg: 2.17 2.12 2.10 3/179 29396
/proc/meminfo: memFree=27294652/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=1313348 CPUtime=0.68 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 87029 0 0 0 57 11 0 0 20 0 4 0 41985157 1344868352 88349 33554432000 4194304 16246674 140735138943584 140735138925504 6972638 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 328337 88358 833 2943 0 325231 0
[pid=29396/tid=29397] ppid=29393 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 1344868352 88364 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 1344868352 88369 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 1344868352 88374 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.50036 s]
/proc/loadavg: 2.17 2.12 2.10 3/183 29400
/proc/meminfo: memFree=26651720/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=1343044 CPUtime=1.49 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 213324 0 0 0 121 28 0 0 20 0 4 0 41985157 1375277056 214644 33554432000 4194304 16246674 140735138943584 140735138925504 5532353 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 335761 214644 903 2943 0 332655 0
[pid=29396/tid=29397] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214644 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214644 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214644 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1343044

[startup+3.10037 s]
/proc/loadavg: 2.17 2.12 2.10 3/183 29400
/proc/meminfo: memFree=26436952/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=1343044 CPUtime=3.09 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 213346 0 0 0 281 28 0 0 20 0 4 0 41985157 1375277056 214666 33554432000 4194304 16246674 140735138943584 140735138925504 5863862 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 335761 214666 911 2943 0 332655 0
[pid=29396/tid=29397] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214666 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214666 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214666 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1343044

[startup+6.30037 s]
/proc/loadavg: 2.15 2.12 2.09 3/183 29400
/proc/meminfo: memFree=25997388/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=1343044 CPUtime=6.29 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 213346 0 0 0 600 29 0 0 20 0 4 0 41985157 1375277056 214666 33554432000 4194304 16246674 140735138943584 140735138925504 5991144 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 335761 214666 911 2943 0 332655 0
[pid=29396/tid=29397] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214666 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214666 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214666 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1343044

[startup+12.7004 s]
/proc/loadavg: 2.14 2.12 2.09 4/183 29400
/proc/meminfo: memFree=26309528/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=1343044 CPUtime=12.69 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 213347 0 0 0 1239 30 0 0 20 0 4 0 41985157 1375277056 214667 33554432000 4194304 16246674 140735138943584 140735138925504 12654533 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 335761 214667 912 2943 0 332655 0
[pid=29396/tid=29397] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214667 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214667 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214667 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1343044

[startup+25.5005 s]
/proc/loadavg: 2.18 2.13 2.10 3/183 29400
/proc/meminfo: memFree=25115292/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=1343044 CPUtime=25.49 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 213348 0 0 0 2518 31 0 0 20 0 4 0 41985157 1375277056 214668 33554432000 4194304 16246674 140735138943584 140735138925504 15015658 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 335761 214668 912 2943 0 332655 0
[pid=29396/tid=29397] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214668 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214668 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214668 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1343044

[startup+51.1005 s]
/proc/loadavg: 2.27 2.15 2.10 3/184 29403
/proc/meminfo: memFree=25249500/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=1343044 CPUtime=51.08 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 213351 0 0 0 5075 33 0 0 20 0 4 0 41985157 1375277056 214671 33554432000 4194304 16246674 140735138943584 140735138925504 12651748 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 335761 214671 915 2943 0 332655 0
[pid=29396/tid=29397] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214671 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214671 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 1375277056 214671 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1343044

[startup+102.3 s]
/proc/loadavg: 2.29 2.17 2.11 4/183 29404
/proc/meminfo: memFree=21327048/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=3097156 CPUtime=102.28 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 714990 0 0 0 10128 100 0 0 20 0 4 0 41985157 3171487744 716310 33554432000 4194304 16246674 140735138943584 140735138942680 4220495 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 774289 716310 915 2943 0 771183 0
[pid=29396/tid=29397] ppid=29393 vsize=3097156 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 3171487744 716310 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=3097156 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 3171487744 716310 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=3097156 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 3171487744 716310 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3097156


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


[startup+342.3 s]
/proc/loadavg: 2.10 2.12 2.09 3/183 29409
/proc/meminfo: memFree=6816744/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=12225092 CPUtime=342.23 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 3691767 0 0 0 33691 532 0 0 20 0 4 0 41985157 12518494208 2998303 33554432000 4194304 16246674 140735138943584 140735138942680 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 3056273 2998303 920 2943 0 3053167 0
[pid=29396/tid=29397] ppid=29393 vsize=12225092 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 12518494208 2998303 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=12225092 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 12518494208 2998303 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=12225092 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 12518494208 2998303 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 12225092

[startup+402.3 s]
/proc/loadavg: 2.03 2.09 2.08 3/183 29410
/proc/meminfo: memFree=4813976/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=13399620 CPUtime=402.22 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 3985400 0 0 0 39647 575 0 0 20 0 4 0 41985157 13721210880 3291936 33554432000 4194304 16246674 140735138943584 140735138941376 4220907 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 3349905 3291936 920 2943 0 3346799 0
[pid=29396/tid=29397] ppid=29393 vsize=13399620 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 13721210880 3291936 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=13399620 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 13721210880 3291936 33554432000 4194304 16246674 140735138943584 140064468212752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=13399620 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 13721210880 3291936 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 13399620

[startup+462.3 s]
/proc/loadavg: 2.14 2.10 2.09 4/183 29412
/proc/meminfo: memFree=4591056/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=13399620 CPUtime=462.21 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 3985400 0 0 0 45641 580 0 0 20 0 4 0 41985157 13721210880 3291936 33554432000 4194304 16246674 140735138943584 140735138942760 4206912 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 3349905 3291936 920 2943 0 3346799 0
[pid=29396/tid=29397] ppid=29393 vsize=13399620 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 13721210880 3291936 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=13399620 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 13721210880 3291936 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=13399620 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 13721210880 3291936 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 13399620

[startup+522.3 s]
/proc/loadavg: 2.10 2.10 2.09 3/183 29413
/proc/meminfo: memFree=5341088/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=13849156 CPUtime=522.2 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 4046173 0 0 0 51625 595 0 0 20 0 4 0 41985157 14181535744 3404320 33554432000 4194304 16246674 140735138943584 140735138941440 14013805 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 3462289 3404320 920 2943 0 3459183 0
[pid=29396/tid=29397] ppid=29393 vsize=13849156 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 14181535744 3404320 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=13849156 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 14181535744 3404320 33554432000 4194304 16246674 140735138943584 140064468212752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=13849156 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 14181535744 3404320 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 13849156

[startup+582.3 s]
/proc/loadavg: 2.16 2.11 2.09 3/183 29414
/proc/meminfo: memFree=4622664/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=14377540 CPUtime=582.19 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 4125125 0 0 0 57606 613 0 0 20 0 4 0 41985157 14722600960 3536416 33554432000 4194304 16246674 140735138943584 140735138942680 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 3594385 3536416 920 2943 0 3591279 0
[pid=29396/tid=29397] ppid=29393 vsize=14377540 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 14722600960 3536416 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=14377540 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 14722600960 3536416 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=14377540 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 14722600960 3536416 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 14377540

[startup+642.3 s]
/proc/loadavg: 2.22 2.13 2.10 4/183 29415
/proc/meminfo: memFree=3712848/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=14377540 CPUtime=642.19 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 4125125 0 0 0 63602 617 0 0 20 0 4 0 41985157 14722600960 3536416 33554432000 4194304 16246674 140735138943584 140735138941504 14016692 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 3594385 3536416 920 2943 0 3591279 0
[pid=29396/tid=29397] ppid=29393 vsize=14377540 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 14722600960 3536416 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=14377540 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 14722600960 3536416 33554432000 4194304 16246674 140735138943584 140064468212752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=14377540 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 14722600960 3536416 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 14377540

[startup+702.3 s]
/proc/loadavg: 2.08 2.10 2.09 3/183 29419
/proc/meminfo: memFree=2826072/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=14592580 CPUtime=702.17 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 4125230 0 0 0 69593 624 0 0 20 0 4 0 41985157 14942801920 3590176 33554432000 4194304 16246674 140735138943584 140735138942760 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 3648145 3590176 920 2943 0 3645039 0
[pid=29396/tid=29397] ppid=29393 vsize=14592580 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 14942801920 3590176 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=14592580 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 14942801920 3590176 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=14592580 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 14942801920 3590176 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 14592580



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+709.7 s]
/proc/loadavg: 2.06 2.10 2.09 3/183 29419
/proc/meminfo: memFree=1628348/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=15889988 CPUtime=709.58 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) R 29393 29396 27433 0 -1 4202496 4449400 0 0 0 70285 673 0 0 20 0 4 0 41985157 16271347712 3914346 33554432000 4194304 16246674 140735138943584 140735138942680 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 3972497 3914346 920 2943 0 3969391 0
[pid=29396/tid=29397] ppid=29393 vsize=15889988 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29397/stat : 29397 (toysat) S 29393 29396 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41985157 16271347712 3914346 33554432000 4194304 16246674 140735138943584 140064478702832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=15889988 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) S 29393 29396 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41985157 16271347712 3914346 33554432000 4194304 16246674 140735138943584 140064468212976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29396/tid=29399] ppid=29393 vsize=15889988 CPUtime=0 cores=1,3,5,7
/proc/29396/task/29399/stat : 29399 (toysat) S 29393 29396 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41985157 16271347712 3914346 33554432000 4194304 16246674 140735138943584 140064386444464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 709.58
Current children cumulated vsize (KiB) 15889988

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

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

[startup+710 s]
/proc/loadavg: 2.06 2.10 2.09 3/183 29419
/proc/meminfo: memFree=1628348/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=0 CPUtime=709.87 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) Z 29393 29396 27433 0 -1 4203532 4449974 0 0 0 70285 702 0 0 20 0 2 0 41985157 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 0 0 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) R 29393 29396 27433 0 -1 4203588 8 0 0 0 0 28 0 0 20 0 2 0 41985157 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 709.87
Current children cumulated vsize (KiB) 0

[startup+710.4 s]
/proc/loadavg: 2.06 2.10 2.09 3/183 29419
/proc/meminfo: memFree=1628348/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=0 CPUtime=710.27 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) Z 29393 29396 27433 0 -1 4203532 4449974 0 0 0 70285 742 0 0 20 0 2 0 41985157 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 0 0 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) R 29393 29396 27433 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 41985157 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 710.27
Current children cumulated vsize (KiB) 0

[startup+710.5 s]
/proc/loadavg: 2.06 2.10 2.09 3/183 29419
/proc/meminfo: memFree=1628348/32872528 swapFree=682476/737664
[pid=29396] ppid=29393 vsize=0 CPUtime=710.37 cores=1,3,5,7
/proc/29396/stat : 29396 (toysat) Z 29393 29396 27433 0 -1 4203532 4449974 0 0 0 70285 752 0 0 20 0 2 0 41985157 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29396/statm: 0 0 0 0 0 0 0
[pid=29396/tid=29398] ppid=29393 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/29396/task/29398/stat : 29398 (toysat) R 29393 29396 27433 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 41985157 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 710.37
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 710.514
CPU time (s): 710.386
CPU user time (s): 702.854
CPU system time (s): 7.53185
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 15889988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 702.854
system time used= 7.53185
maximum resident set size= 15659680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4449974
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= 179
involuntary context switches= 719

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.87771 second user time and 2.87256 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-20 07:09:19
IDJOB=4111164
IDBENCH=108942
IDSOLVER=2542
FILE ID=node112/4111164-1466399359
RUNJOBID= node112-1466384098-27450
PBS_JOBID= 19923269
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f56-FCS_FC1_order3_PB.seq-B-2-2-irEDCBA.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4111164-1466399359/watcher-4111164-1466399359 -o /tmp/evaluation-result-4111164-1466399359/solver-4111164-1466399359 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466384098-27450 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4111164-1466399359.opb

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

MD5SUM BENCH= d7f82becd5e440700e98af00c1ce8a31
RANDOM SEED=153875122

node112.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.734
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.46
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.734
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.734
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	: 5321.48
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.734
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.734
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.734
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.734
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.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27294932 kB
Buffers:           51472 kB
Cached:            90092 kB
SwapCached:          948 kB
Active:          4035088 kB
Inactive:          66344 kB
Active(anon):    3960908 kB
Inactive(anon):     1332 kB
Active(file):      74180 kB
Inactive(file):    65012 kB
Unevictable:      737664 kB
Mlocked:          682476 kB
SwapTotal:      67108856 kB
SwapFree:       67097688 kB
Dirty:             17872 kB
Writeback:             0 kB
AnonPages:       4813080 kB
Mapped:            10944 kB
Shmem:                 0 kB
Slab:             599504 kB
SReclaimable:      43464 kB
SUnreclaim:       556040 kB
KernelStack:        1520 kB
PageTables:        13408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4843416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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= 71676 MiB
End job on node112 at 2016-06-20 07:21:10