Trace number 4111476

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) 786.029 786.157

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f53-AC_FC1.seq-B-2-1-irEDCBA.opb
MD5SUM27191f9be97a7ec9f68773f84be965bf
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3479394257955
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21883
Total number of constraints63749
Number of constraints which are clauses63457
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints292
Minimum length of a constraint1
Maximum length of a constraint74
Number of terms in the objective function 1272
Biggest coefficient in the objective function 11095033120
Number of bits for the biggest coefficient in the objective function 34
Sum of the numbers in the objective function 10029909940479
Number of bits of the sum of numbers in the objective function 44
Biggest number in a constraint 11095033120
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 10029909940479
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-20T08:54:38+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-4111476-1466405678.opb"]
0.00/0.01	c use --random-gen="1659847603 282694979 1394933081 1491209726 2691920922 2719683260 2935253401 300273848 1480236049 410736057 3202058226 1018184472 4137544918 562646872 1909757419 3812646055 2157043008 3341530600 892162350 2421458324 341425432 664486897 4172761214 604470929 361030808 3069713456 2976576564 881992431 3357701224 3470275555 2497780781 3978746139 2594643594 3383635043 1345513172 3008415682 3923422096 948914781 3317490482 1826789126 234979573 1213629866 527059982 4180315109 662372795 568934745 373873216 2163119504 1678176428 1066664840 3670093548 197412345 2934084277 1610582045 3133909287 2075560489 4134536855 209086575 875357971 2750348424 3622801947 489779011 2239138819 282462759 709218180 2542850371 1666295288 253944075 1455234901 3921212636 124021098 208071932 366727956 1373539465 2181479747 3829720720 2428148389 2553602302 175971838 1584901934 1533605841 2751455331 73028897 3658886290 3649957681 3965732999 1146590953 1785055994 4121134637 272965175 1603582004 1752014995 15510731 2483945338 1777652501 3026726678 3359357067 3125599992 1710727067 4144552042 335964157 1007545558 2426395277 2134266499 2702108256 1701177826 181452589 3906739574 3341094938 2803582918 3431210957 580151165 2557035028 1365972994 3163864219 3578357463 1361377124 751078164 2606604804 2323599164 175877208 3500205154 4025141922 2524943851 2116246834 1856516394 3009277363 1705412737 1089328097 3522921042 107062420 4204739255 1123896611 2220040994 2621055220 2300550447 1030044512 1939956206 1574724546 3861769193 1493545740 2893848153 2514524160 274843735 3049719483 1543457055 4119027857 1644119643 1441424469 2003342514 2750824956 1503715503 296649125 2723474528 3676293559 3319857074 609490175 874377395 1480694908 4032021002 1451797276 1465493007 3707904779 501132124 3782230394 704478665 3014802334 2042374096 3066358350 2280670446 285520148 1531138814 1451759249 1764806937 3586624321 3853089108 2996550415 3810460710 4024857389 578475898 2322677351 4209064625 4070686640 4158257184 1501671889 428448675 1281664940 1083295503 2641744301 1637450237 2939481878 1983925070 3438705925 1800217052 2212108211 3206866912 3209066007 283480382 1082370515 2329468633 3079949756 4223938090 2123644747 1991694380 444485631 1855123825 756519797 1879363823 1621624582 1051509114 1636866418 3179178467 3732030878 1448310906 267037823 2683052565 3600727643 3022237066 3912576006 4150544973 383772088 2992546051 2571353363 4211422314 2666916070 120961802 3847625562 3072408099 3050877037 2920022557 712854483 750446472 2498268174 1538753736 1390538713 2421553016 2704607629 452608763 2578669672 2065541151 1555213886 1367029296 171049116 3639914631 1060099431 71533252 995990111 3808072140 3356365343 577481578 3512033146 2552948337 1772239460 2192457614 1115515220 1597959116 255 362436" option to reproduce the execution
0.29/0.37	c #vars 21883
0.29/0.37	c #constraints 63749
1.10/1.12	c BCD2: Hardening is enabled.
1.10/1.12	c BCD2: BiasedSearch is enabled.
1.10/1.12	c Solving starts ...
1.10/1.12	c ============================[ Search Statistics ]============================
1.10/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.12	c =============================================================================
1.20/1.25	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |        0
1.29/1.35	c  0.1s |       0 |     1450 |       29 |    27552      0 |      585 |      146
1.29/1.35	c #cpu_time = 0.091s
1.29/1.35	c #wall_clock_time = 0.091s
1.29/1.35	c #decision = 1450
1.29/1.35	c #random_decision = 1
1.29/1.35	c #conflict = 29
1.29/1.35	c #restart = 0
1.29/1.35	o 7043127024503
1.39/1.40	c BCD2: updating upper bound: 10029909940479 -> 7045346031125
1.39/1.45	c BCD2: 0 <= obj <= 7045346031125
1.39/1.45	c BCD2: #cores=0, #unrelaxed=1272, #relaxed=0, #hardened=0
1.39/1.45	c BCD2: #sat=1 #unsat=1 bias=1/2
1.39/1.45	c Solving starts ...
1.39/1.45	c ============================[ Search Statistics ]============================
1.39/1.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.45	c =============================================================================
1.39/1.45	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      146
1.39/1.48	c  0.0s |       0 |        3 |        1 |    27552      0 |      585 |      146
1.39/1.48	c #cpu_time = 0.033s
1.39/1.48	c #wall_clock_time = 0.034s
1.39/1.48	c #decision = 3
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 3: cost of the new core is >=2219006624
1.39/1.48	c lower bound updated to 1
1.49/1.53	c BCD2: 2219006624 <= obj <= 7045346031125
1.49/1.53	c BCD2: #cores=1, #unrelaxed=1269, #relaxed=3, #hardened=0
1.49/1.53	c BCD2: #sat=1 #unsat=2 bias=2/3
1.59/1.60	c Solving starts ...
1.59/1.60	c ============================[ Search Statistics ]============================
1.59/1.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.60	c =============================================================================
1.59/1.60	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      146
1.59/1.63	c  0.0s |       0 |      105 |        0 |    27552      0 |      585 |      146
1.59/1.63	c #cpu_time = 0.028s
1.59/1.63	c #wall_clock_time = 0.028s
1.59/1.63	c #decision = 105
1.59/1.63	c #random_decision = 0
1.59/1.63	c #conflict = 0
1.59/1.63	c #restart = 0
1.59/1.63	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
1.59/1.63	c lower bound updated to 11095033121
1.59/1.68	c BCD2: 13314039744 <= obj <= 7045346031125
1.59/1.68	c BCD2: #cores=2, #unrelaxed=1266, #relaxed=6, #hardened=0
1.59/1.68	c BCD2: #sat=1 #unsat=3 bias=3/4
1.59/1.68	c Solving starts ...
1.59/1.68	c ============================[ Search Statistics ]============================
1.59/1.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.68	c =============================================================================
1.69/1.75	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      147
1.69/1.78	c  0.0s |       0 |      140 |        0 |    27552      0 |      585 |      147
1.69/1.78	c #cpu_time = 0.028s
1.69/1.78	c #wall_clock_time = 0.028s
1.69/1.78	c #decision = 140
1.69/1.78	c #random_decision = 0
1.69/1.78	c #conflict = 0
1.69/1.78	c #restart = 0
1.69/1.78	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
1.69/1.78	c lower bound updated to 22190066241
1.79/1.83	c BCD2: 24409072864 <= obj <= 7045346031125
1.79/1.83	c BCD2: #cores=3, #unrelaxed=1263, #relaxed=9, #hardened=0
1.79/1.83	c BCD2: #sat=1 #unsat=4 bias=4/5
1.79/1.83	c Solving starts ...
1.79/1.83	c ============================[ Search Statistics ]============================
1.79/1.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.83	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.83	c =============================================================================
1.79/1.83	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      148
1.79/1.86	c  0.0s |       0 |      171 |        0 |    27552      0 |      585 |      148
1.79/1.86	c #cpu_time = 0.028s
1.79/1.86	c #wall_clock_time = 0.028s
1.79/1.86	c #decision = 171
1.79/1.86	c #random_decision = 0
1.79/1.86	c #conflict = 0
1.79/1.86	c #restart = 0
1.79/1.86	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
1.79/1.86	c lower bound updated to 33285099361
1.89/1.91	c BCD2: 35504105984 <= obj <= 7045346031125
1.89/1.91	c BCD2: #cores=4, #unrelaxed=1260, #relaxed=12, #hardened=0
1.89/1.91	c BCD2: #sat=1 #unsat=5 bias=5/6
1.89/1.91	c Solving starts ...
1.89/1.91	c ============================[ Search Statistics ]============================
1.89/1.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.91	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.91	c =============================================================================
1.89/1.91	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      149
1.89/1.94	c  0.0s |       0 |      189 |        0 |    27552      0 |      585 |      149
1.89/1.94	c #cpu_time = 0.028s
1.89/1.94	c #wall_clock_time = 0.028s
1.89/1.94	c #decision = 189
1.89/1.94	c #random_decision = 0
1.89/1.94	c #conflict = 0
1.89/1.94	c #restart = 0
1.89/1.94	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
1.89/1.94	c lower bound updated to 44380132481
1.89/1.99	c BCD2: 46599139104 <= obj <= 7045346031125
1.89/1.99	c BCD2: #cores=5, #unrelaxed=1257, #relaxed=15, #hardened=0
1.89/1.99	c BCD2: #sat=1 #unsat=6 bias=6/7
1.89/1.99	c Solving starts ...
1.89/1.99	c ============================[ Search Statistics ]============================
1.89/1.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.99	c =============================================================================
1.89/1.99	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      150
1.99/2.02	c  0.0s |       0 |      189 |        0 |    27552      0 |      585 |      150
1.99/2.02	c #cpu_time = 0.028s
1.99/2.02	c #wall_clock_time = 0.028s
1.99/2.02	c #decision = 189
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 0
1.99/2.02	c #restart = 0
1.99/2.02	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
1.99/2.02	c lower bound updated to 55475165601
1.99/2.08	c BCD2: 57694172224 <= obj <= 7045346031125
1.99/2.08	c BCD2: #cores=6, #unrelaxed=1254, #relaxed=18, #hardened=0
1.99/2.08	c BCD2: #sat=1 #unsat=7 bias=7/8
1.99/2.08	c Solving starts ...
1.99/2.08	c ============================[ Search Statistics ]============================
1.99/2.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.08	c =============================================================================
1.99/2.08	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      151
2.09/2.10	c  0.0s |       0 |      196 |        0 |    27552      0 |      585 |      151
2.09/2.10	c #cpu_time = 0.028s
2.09/2.10	c #wall_clock_time = 0.028s
2.09/2.10	c #decision = 196
2.09/2.10	c #random_decision = 0
2.09/2.10	c #conflict = 0
2.09/2.10	c #restart = 0
2.09/2.10	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.09/2.10	c lower bound updated to 66570198721
2.09/2.16	c BCD2: 68789205344 <= obj <= 7045346031125
2.09/2.16	c BCD2: #cores=7, #unrelaxed=1251, #relaxed=21, #hardened=0
2.09/2.16	c BCD2: #sat=1 #unsat=8 bias=8/9
2.09/2.16	c Solving starts ...
2.09/2.16	c ============================[ Search Statistics ]============================
2.09/2.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.16	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.16	c =============================================================================
2.09/2.16	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      152
2.09/2.19	c  0.0s |       0 |      206 |        0 |    27552      0 |      585 |      152
2.09/2.19	c #cpu_time = 0.028s
2.09/2.19	c #wall_clock_time = 0.028s
2.09/2.19	c #decision = 206
2.09/2.19	c #random_decision = 0
2.09/2.19	c #conflict = 0
2.09/2.19	c #restart = 0
2.09/2.19	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.09/2.19	c lower bound updated to 77665231841
2.20/2.24	c BCD2: 79884238464 <= obj <= 7045346031125
2.20/2.24	c BCD2: #cores=8, #unrelaxed=1248, #relaxed=24, #hardened=0
2.20/2.24	c BCD2: #sat=1 #unsat=9 bias=9/10
2.20/2.24	c Solving starts ...
2.20/2.24	c ============================[ Search Statistics ]============================
2.20/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.24	c =============================================================================
2.20/2.24	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      153
2.20/2.27	c  0.0s |       0 |      216 |        0 |    27552      0 |      585 |      153
2.20/2.27	c #cpu_time = 0.028s
2.20/2.27	c #wall_clock_time = 0.028s
2.20/2.27	c #decision = 216
2.20/2.27	c #random_decision = 0
2.20/2.27	c #conflict = 0
2.20/2.27	c #restart = 0
2.20/2.27	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.20/2.27	c lower bound updated to 88760264961
2.30/2.32	c BCD2: 90979271584 <= obj <= 7045346031125
2.30/2.32	c BCD2: #cores=9, #unrelaxed=1245, #relaxed=27, #hardened=0
2.30/2.32	c BCD2: #sat=1 #unsat=10 bias=10/11
2.30/2.32	c Solving starts ...
2.30/2.32	c ============================[ Search Statistics ]============================
2.30/2.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.32	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.32	c =============================================================================
2.30/2.32	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      154
2.30/2.35	c  0.0s |       0 |      215 |        0 |    27552      0 |      585 |      154
2.30/2.35	c #cpu_time = 0.028s
2.30/2.35	c #wall_clock_time = 0.028s
2.30/2.35	c #decision = 215
2.30/2.35	c #random_decision = 0
2.30/2.35	c #conflict = 0
2.30/2.35	c #restart = 0
2.30/2.35	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.30/2.35	c lower bound updated to 99855298081
2.39/2.40	c BCD2: 102074304704 <= obj <= 7045346031125
2.39/2.40	c BCD2: #cores=10, #unrelaxed=1242, #relaxed=30, #hardened=0
2.39/2.40	c BCD2: #sat=1 #unsat=11 bias=11/12
2.39/2.40	c Solving starts ...
2.39/2.40	c ============================[ Search Statistics ]============================
2.39/2.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.40	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.40	c =============================================================================
2.39/2.40	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      155
2.39/2.43	c  0.0s |       0 |      235 |        0 |    27552      0 |      585 |      155
2.39/2.43	c #cpu_time = 0.029s
2.39/2.43	c #wall_clock_time = 0.029s
2.39/2.43	c #decision = 235
2.39/2.43	c #random_decision = 0
2.39/2.43	c #conflict = 0
2.39/2.43	c #restart = 0
2.39/2.43	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.39/2.43	c lower bound updated to 110950331201
2.39/2.49	c BCD2: 113169337824 <= obj <= 7045346031125
2.39/2.49	c BCD2: #cores=11, #unrelaxed=1239, #relaxed=33, #hardened=0
2.39/2.49	c BCD2: #sat=1 #unsat=12 bias=12/13
2.39/2.49	c Solving starts ...
2.39/2.49	c ============================[ Search Statistics ]============================
2.39/2.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.49	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.49	c =============================================================================
2.39/2.49	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      156
2.49/2.52	c  0.0s |       0 |      241 |        0 |    27552      0 |      585 |      156
2.49/2.52	c #cpu_time = 0.029s
2.49/2.52	c #wall_clock_time = 0.029s
2.49/2.52	c #decision = 241
2.49/2.52	c #random_decision = 0
2.49/2.52	c #conflict = 0
2.49/2.52	c #restart = 0
2.49/2.52	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.49/2.52	c lower bound updated to 122045364321
2.49/2.57	c BCD2: 124264370944 <= obj <= 7045346031125
2.49/2.57	c BCD2: #cores=12, #unrelaxed=1236, #relaxed=36, #hardened=0
2.49/2.57	c BCD2: #sat=1 #unsat=13 bias=13/14
2.49/2.57	c Solving starts ...
2.49/2.57	c ============================[ Search Statistics ]============================
2.49/2.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.57	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.57	c =============================================================================
2.49/2.57	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      157
2.59/2.60	c  0.0s |       0 |      242 |        0 |    27552      0 |      585 |      157
2.59/2.60	c #cpu_time = 0.029s
2.59/2.60	c #wall_clock_time = 0.029s
2.59/2.60	c #decision = 242
2.59/2.60	c #random_decision = 0
2.59/2.60	c #conflict = 0
2.59/2.60	c #restart = 0
2.59/2.60	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.59/2.60	c lower bound updated to 133140397441
2.59/2.65	c BCD2: 135359404064 <= obj <= 7045346031125
2.59/2.65	c BCD2: #cores=13, #unrelaxed=1233, #relaxed=39, #hardened=0
2.59/2.65	c BCD2: #sat=1 #unsat=14 bias=14/15
2.59/2.65	c Solving starts ...
2.59/2.65	c ============================[ Search Statistics ]============================
2.59/2.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.65	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.65	c =============================================================================
2.59/2.65	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      158
2.59/2.68	c  0.0s |       0 |      245 |        0 |    27552      0 |      585 |      158
2.59/2.68	c #cpu_time = 0.029s
2.59/2.68	c #wall_clock_time = 0.029s
2.59/2.68	c #decision = 245
2.59/2.68	c #random_decision = 0
2.59/2.68	c #conflict = 0
2.59/2.68	c #restart = 0
2.59/2.68	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.59/2.68	c lower bound updated to 144235430561
2.69/2.73	c BCD2: 146454437184 <= obj <= 7045346031125
2.69/2.73	c BCD2: #cores=14, #unrelaxed=1230, #relaxed=42, #hardened=0
2.69/2.73	c BCD2: #sat=1 #unsat=15 bias=15/16
2.69/2.73	c Solving starts ...
2.69/2.73	c ============================[ Search Statistics ]============================
2.69/2.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.73	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.73	c =============================================================================
2.69/2.74	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      159
2.69/2.77	c  0.0s |       0 |      252 |        0 |    27552      0 |      585 |      159
2.69/2.77	c #cpu_time = 0.029s
2.69/2.77	c #wall_clock_time = 0.029s
2.69/2.77	c #decision = 252
2.69/2.77	c #random_decision = 0
2.69/2.77	c #conflict = 0
2.69/2.77	c #restart = 0
2.69/2.77	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.69/2.77	c lower bound updated to 155330463681
2.79/2.82	c BCD2: 157549470304 <= obj <= 7045346031125
2.79/2.82	c BCD2: #cores=15, #unrelaxed=1227, #relaxed=45, #hardened=0
2.79/2.82	c BCD2: #sat=1 #unsat=16 bias=16/17
2.79/2.82	c Solving starts ...
2.79/2.82	c ============================[ Search Statistics ]============================
2.79/2.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.82	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.82	c =============================================================================
2.79/2.82	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      160
2.79/2.85	c  0.0s |       0 |      254 |        0 |    27552      0 |      585 |      160
2.79/2.85	c #cpu_time = 0.029s
2.79/2.85	c #wall_clock_time = 0.029s
2.79/2.85	c #decision = 254
2.79/2.85	c #random_decision = 0
2.79/2.85	c #conflict = 0
2.79/2.85	c #restart = 0
2.79/2.85	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.79/2.85	c lower bound updated to 166425496801
2.89/2.90	c BCD2: 168644503424 <= obj <= 7045346031125
2.89/2.90	c BCD2: #cores=16, #unrelaxed=1224, #relaxed=48, #hardened=0
2.89/2.90	c BCD2: #sat=1 #unsat=17 bias=17/18
2.89/2.90	c Solving starts ...
2.89/2.90	c ============================[ Search Statistics ]============================
2.89/2.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.90	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.90	c =============================================================================
2.89/2.90	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      161
2.89/2.93	c  0.0s |       0 |      254 |        0 |    27552      0 |      585 |      161
2.89/2.93	c #cpu_time = 0.029s
2.89/2.93	c #wall_clock_time = 0.029s
2.89/2.93	c #decision = 254
2.89/2.93	c #random_decision = 0
2.89/2.93	c #conflict = 0
2.89/2.93	c #restart = 0
2.89/2.93	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.89/2.93	c lower bound updated to 177520529921
2.89/2.98	c BCD2: 179739536544 <= obj <= 7045346031125
2.89/2.98	c BCD2: #cores=17, #unrelaxed=1221, #relaxed=51, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=18 bias=18/19
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.99	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      162
2.99/3.02	c  0.0s |       0 |      263 |        0 |    27552      0 |      585 |      162
2.99/3.02	c #cpu_time = 0.029s
2.99/3.02	c #wall_clock_time = 0.029s
2.99/3.02	c #decision = 263
2.99/3.02	c #random_decision = 0
2.99/3.02	c #conflict = 0
2.99/3.02	c #restart = 0
2.99/3.02	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
2.99/3.02	c lower bound updated to 188615563041
2.99/3.07	c BCD2: 190834569664 <= obj <= 7045346031125
2.99/3.07	c BCD2: #cores=18, #unrelaxed=1218, #relaxed=54, #hardened=0
2.99/3.07	c BCD2: #sat=1 #unsat=19 bias=19/20
2.99/3.07	c Solving starts ...
2.99/3.07	c ============================[ Search Statistics ]============================
2.99/3.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.07	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.07	c =============================================================================
2.99/3.07	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      163
3.09/3.10	c  0.0s |       0 |      266 |        0 |    27552      0 |      585 |      163
3.09/3.10	c #cpu_time = 0.029s
3.09/3.10	c #wall_clock_time = 0.029s
3.09/3.10	c #decision = 266
3.09/3.10	c #random_decision = 0
3.09/3.10	c #conflict = 0
3.09/3.10	c #restart = 0
3.09/3.10	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.09/3.10	c lower bound updated to 199710596161
3.09/3.15	c BCD2: 201929602784 <= obj <= 7045346031125
3.09/3.15	c BCD2: #cores=19, #unrelaxed=1215, #relaxed=57, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=20 bias=20/21
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 |    27552      0 |      585 |      164
3.09/3.18	c  0.0s |       0 |      267 |        0 |    27552      0 |      585 |      164
3.09/3.18	c #cpu_time = 0.029s
3.09/3.18	c #wall_clock_time = 0.029s
3.09/3.18	c #decision = 267
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 >=11095033120
3.09/3.18	c lower bound updated to 210805629281
3.19/3.23	c BCD2: 213024635904 <= obj <= 7045346031125
3.19/3.23	c BCD2: #cores=20, #unrelaxed=1212, #relaxed=60, #hardened=0
3.19/3.23	c BCD2: #sat=1 #unsat=21 bias=21/22
3.19/3.23	c Solving starts ...
3.19/3.23	c ============================[ Search Statistics ]============================
3.19/3.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.23	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.23	c =============================================================================
3.19/3.24	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      165
3.19/3.27	c  0.0s |       0 |      278 |        0 |    27552      0 |      585 |      165
3.19/3.27	c #cpu_time = 0.029s
3.19/3.27	c #wall_clock_time = 0.029s
3.19/3.27	c #decision = 278
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 >=11095033120
3.19/3.27	c lower bound updated to 221900662401
3.30/3.32	c BCD2: 224119669024 <= obj <= 7045346031125
3.30/3.32	c BCD2: #cores=21, #unrelaxed=1209, #relaxed=63, #hardened=0
3.30/3.32	c BCD2: #sat=1 #unsat=22 bias=22/23
3.30/3.32	c Solving starts ...
3.30/3.32	c ============================[ Search Statistics ]============================
3.30/3.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.32	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.32	c =============================================================================
3.30/3.32	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      166
3.30/3.35	c  0.0s |       0 |      279 |        0 |    27552      0 |      585 |      166
3.30/3.35	c #cpu_time = 0.029s
3.30/3.35	c #wall_clock_time = 0.029s
3.30/3.35	c #decision = 279
3.30/3.35	c #random_decision = 0
3.30/3.35	c #conflict = 0
3.30/3.35	c #restart = 0
3.30/3.35	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.30/3.35	c lower bound updated to 232995695521
3.30/3.40	c BCD2: 235214702144 <= obj <= 7045346031125
3.30/3.40	c BCD2: #cores=22, #unrelaxed=1206, #relaxed=66, #hardened=0
3.30/3.40	c BCD2: #sat=1 #unsat=23 bias=23/24
3.39/3.40	c Solving starts ...
3.39/3.40	c ============================[ Search Statistics ]============================
3.39/3.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.40	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.40	c =============================================================================
3.39/3.40	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      167
3.39/3.43	c  0.0s |       0 |      278 |        0 |    27552      0 |      585 |      167
3.39/3.43	c #cpu_time = 0.029s
3.39/3.43	c #wall_clock_time = 0.029s
3.39/3.43	c #decision = 278
3.39/3.43	c #random_decision = 0
3.39/3.43	c #conflict = 0
3.39/3.43	c #restart = 0
3.39/3.43	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.39/3.43	c lower bound updated to 244090728641
3.39/3.48	c BCD2: 246309735264 <= obj <= 7045346031125
3.39/3.48	c BCD2: #cores=23, #unrelaxed=1203, #relaxed=69, #hardened=0
3.39/3.48	c BCD2: #sat=1 #unsat=24 bias=24/25
3.39/3.49	c Solving starts ...
3.39/3.49	c ============================[ Search Statistics ]============================
3.39/3.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.49	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.49	c =============================================================================
3.39/3.49	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      168
3.49/3.52	c  0.0s |       0 |      279 |        0 |    27552      0 |      585 |      168
3.49/3.52	c #cpu_time = 0.029s
3.49/3.52	c #wall_clock_time = 0.029s
3.49/3.52	c #decision = 279
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.49/3.52	c lower bound updated to 255185761761
3.49/3.57	c BCD2: 257404768384 <= obj <= 7045346031125
3.49/3.57	c BCD2: #cores=24, #unrelaxed=1200, #relaxed=72, #hardened=0
3.49/3.57	c BCD2: #sat=1 #unsat=25 bias=25/26
3.49/3.57	c Solving starts ...
3.49/3.57	c ============================[ Search Statistics ]============================
3.49/3.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.57	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.57	c =============================================================================
3.49/3.57	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      169
3.59/3.60	c  0.0s |       0 |      278 |        0 |    27552      0 |      585 |      169
3.59/3.60	c #cpu_time = 0.029s
3.59/3.60	c #wall_clock_time = 0.029s
3.59/3.60	c #decision = 278
3.59/3.60	c #random_decision = 0
3.59/3.60	c #conflict = 0
3.59/3.60	c #restart = 0
3.59/3.60	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.59/3.60	c lower bound updated to 266280794881
3.59/3.65	c BCD2: 268499801504 <= obj <= 7045346031125
3.59/3.65	c BCD2: #cores=25, #unrelaxed=1197, #relaxed=75, #hardened=0
3.59/3.65	c BCD2: #sat=1 #unsat=26 bias=26/27
3.59/3.65	c Solving starts ...
3.89/3.91	c ============================[ Search Statistics ]============================
3.89/3.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.91	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.91	c =============================================================================
3.89/3.91	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      170
3.89/3.91	c  0.0s |       0 |      280 |        0 |    27552      0 |      585 |      170
3.89/3.91	c #cpu_time = 0.029s
3.89/3.91	c #wall_clock_time = 0.029s
3.89/3.91	c #decision = 280
3.89/3.91	c #random_decision = 0
3.89/3.91	c #conflict = 0
3.89/3.91	c #restart = 0
3.89/3.91	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.89/3.91	c lower bound updated to 277375828001
3.89/3.91	c BCD2: 279594834624 <= obj <= 7045346031125
3.89/3.91	c BCD2: #cores=26, #unrelaxed=1194, #relaxed=78, #hardened=0
3.89/3.91	c BCD2: #sat=1 #unsat=27 bias=27/28
3.89/3.91	c Solving starts ...
3.89/3.91	c ============================[ Search Statistics ]============================
3.89/3.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.91	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.91	c =============================================================================
3.89/3.91	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      171
3.89/3.91	c  0.0s |       0 |      282 |        0 |    27552      0 |      585 |      171
3.89/3.91	c #cpu_time = 0.029s
3.89/3.91	c #wall_clock_time = 0.030s
3.89/3.91	c #decision = 282
3.89/3.91	c #random_decision = 0
3.89/3.91	c #conflict = 0
3.89/3.91	c #restart = 0
3.89/3.91	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.89/3.91	c lower bound updated to 288470861121
3.89/3.91	c BCD2: 290689867744 <= obj <= 7045346031125
3.89/3.91	c BCD2: #cores=27, #unrelaxed=1191, #relaxed=81, #hardened=0
3.89/3.91	c BCD2: #sat=1 #unsat=28 bias=28/29
3.89/3.91	c Solving starts ...
3.89/3.91	c ============================[ Search Statistics ]============================
3.89/3.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.91	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.91	c =============================================================================
3.89/3.91	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      172
3.89/3.91	c  0.0s |       0 |      282 |        0 |    27552      0 |      585 |      172
3.89/3.91	c #cpu_time = 0.029s
3.89/3.91	c #wall_clock_time = 0.029s
3.89/3.91	c #decision = 282
3.89/3.91	c #random_decision = 0
3.89/3.91	c #conflict = 0
3.89/3.91	c #restart = 0
3.89/3.91	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.89/3.91	c lower bound updated to 299565894241
3.89/3.91	c BCD2: 301784900864 <= obj <= 7045346031125
3.89/3.91	c BCD2: #cores=28, #unrelaxed=1188, #relaxed=84, #hardened=0
3.89/3.91	c BCD2: #sat=1 #unsat=29 bias=29/30
3.89/3.91	c Solving starts ...
3.89/3.91	c ============================[ Search Statistics ]============================
3.89/3.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.91	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.91	c =============================================================================
3.89/3.91	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      173
3.89/3.94	c  0.0s |       0 |      282 |        0 |    27552      0 |      585 |      173
3.89/3.94	c #cpu_time = 0.029s
3.89/3.94	c #wall_clock_time = 0.029s
3.89/3.94	c #decision = 282
3.89/3.94	c #random_decision = 0
3.89/3.94	c #conflict = 0
3.89/3.94	c #restart = 0
3.89/3.94	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.89/3.94	c lower bound updated to 310660927361
3.89/3.99	c BCD2: 312879933984 <= obj <= 7045346031125
3.89/3.99	c BCD2: #cores=29, #unrelaxed=1185, #relaxed=87, #hardened=0
3.89/3.99	c BCD2: #sat=1 #unsat=30 bias=30/31
3.89/3.99	c Solving starts ...
3.89/3.99	c ============================[ Search Statistics ]============================
3.89/3.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.99	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.99	c =============================================================================
3.89/3.99	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      174
3.99/4.02	c  0.0s |       0 |      284 |        0 |    27552      0 |      585 |      174
3.99/4.02	c #cpu_time = 0.029s
3.99/4.02	c #wall_clock_time = 0.029s
3.99/4.02	c #decision = 284
3.99/4.02	c #random_decision = 0
3.99/4.02	c #conflict = 0
3.99/4.02	c #restart = 0
3.99/4.02	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
3.99/4.02	c lower bound updated to 321755960481
3.99/4.08	c BCD2: 323974967104 <= obj <= 7045346031125
3.99/4.08	c BCD2: #cores=30, #unrelaxed=1182, #relaxed=90, #hardened=0
3.99/4.08	c BCD2: #sat=1 #unsat=31 bias=31/32
3.99/4.08	c Solving starts ...
3.99/4.08	c ============================[ Search Statistics ]============================
3.99/4.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.08	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.08	c =============================================================================
3.99/4.08	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      175
4.09/4.11	c  0.0s |       0 |      286 |        0 |    27552      0 |      585 |      175
4.09/4.11	c #cpu_time = 0.029s
4.09/4.11	c #wall_clock_time = 0.029s
4.09/4.11	c #decision = 286
4.09/4.11	c #random_decision = 0
4.09/4.11	c #conflict = 0
4.09/4.11	c #restart = 0
4.09/4.11	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.09/4.11	c lower bound updated to 332850993601
4.09/4.16	c BCD2: 335070000224 <= obj <= 7045346031125
4.09/4.16	c BCD2: #cores=31, #unrelaxed=1179, #relaxed=93, #hardened=0
4.09/4.16	c BCD2: #sat=1 #unsat=32 bias=32/33
4.09/4.16	c Solving starts ...
4.09/4.16	c ============================[ Search Statistics ]============================
4.09/4.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.16	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.16	c =============================================================================
4.09/4.16	c  0.0s |       0 |        0 |        0 |    27552      0 |      585 |      176
4.09/4.19	c  0.0s |       0 |      285 |        0 |    27552      0 |      585 |      176
4.09/4.19	c #cpu_time = 0.029s
4.09/4.19	c #wall_clock_time = 0.029s
4.09/4.19	c #decision = 285
4.09/4.19	c #random_decision = 0
4.09/4.19	c #conflict = 0
4.09/4.19	c #restart = 0
4.09/4.19	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=33285099360
4.09/4.19	c BCD2: refineLB: 32948886236 -> 33285099360
4.09/4.19	c lower bound updated to 343946026721
4.19/4.24	c BCD2: 346165033344 <= obj <= 7045346031125
4.19/4.24	c BCD2: #cores=30, #unrelaxed=1174, #relaxed=98, #hardened=0
4.19/4.24	c BCD2: #sat=1 #unsat=33 bias=33/34
4.19/4.24	c Solving starts ...
4.19/4.24	c ============================[ Search Statistics ]============================
4.19/4.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.24	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.24	c =============================================================================
4.19/4.24	c  0.0s |       0 |        0 |        0 |    27552      0 |      616 |      176
4.19/4.27	c  0.0s |       0 |      281 |        0 |    27552      0 |      616 |      236
4.19/4.27	c #cpu_time = 0.028s
4.19/4.27	c #wall_clock_time = 0.028s
4.19/4.27	c #decision = 281
4.19/4.27	c #random_decision = 0
4.19/4.27	c #conflict = 0
4.19/4.27	c #restart = 0
4.19/4.27	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.19/4.27	c lower bound updated to 355041059841
4.29/4.32	c BCD2: 357260066464 <= obj <= 7045346031125
4.29/4.32	c BCD2: #cores=31, #unrelaxed=1171, #relaxed=101, #hardened=0
4.29/4.32	c BCD2: #sat=1 #unsat=34 bias=34/35
4.29/4.32	c Solving starts ...
4.29/4.32	c ============================[ Search Statistics ]============================
4.29/4.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.32	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.32	c =============================================================================
4.29/4.32	c  0.0s |       0 |        0 |        0 |    27552      0 |      616 |      237
4.29/4.35	c  0.0s |       0 |      284 |        0 |    27552      0 |      616 |      237
4.29/4.35	c #cpu_time = 0.028s
4.29/4.35	c #wall_clock_time = 0.028s
4.29/4.35	c #decision = 284
4.29/4.35	c #random_decision = 0
4.29/4.35	c #conflict = 0
4.29/4.35	c #restart = 0
4.29/4.35	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.29/4.35	c lower bound updated to 366136092961
4.39/4.41	c BCD2: 368355099584 <= obj <= 7045346031125
4.39/4.41	c BCD2: #cores=32, #unrelaxed=1168, #relaxed=104, #hardened=0
4.39/4.41	c BCD2: #sat=1 #unsat=35 bias=35/36
4.39/4.41	c Solving starts ...
4.39/4.41	c ============================[ Search Statistics ]============================
4.39/4.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.41	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.41	c =============================================================================
4.39/4.41	c  0.0s |       0 |        0 |        0 |    27552      0 |      616 |      238
4.39/4.44	c  0.0s |       0 |      287 |        0 |    27552      0 |      616 |      238
4.39/4.44	c #cpu_time = 0.028s
4.39/4.44	c #wall_clock_time = 0.028s
4.39/4.44	c #decision = 287
4.39/4.44	c #random_decision = 0
4.39/4.44	c #conflict = 0
4.39/4.44	c #restart = 0
4.39/4.44	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.39/4.44	c lower bound updated to 377231126081
4.39/4.49	c BCD2: 379450132704 <= obj <= 7045346031125
4.39/4.49	c BCD2: #cores=33, #unrelaxed=1165, #relaxed=107, #hardened=0
4.39/4.49	c BCD2: #sat=1 #unsat=36 bias=36/37
4.39/4.49	c Solving starts ...
4.39/4.49	c ============================[ Search Statistics ]============================
4.39/4.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.49	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.49	c =============================================================================
4.39/4.49	c  0.0s |       0 |        0 |        0 |    27552      0 |      616 |      239
4.49/4.52	c  0.0s |       0 |      290 |        0 |    27552      0 |      616 |      239
4.49/4.52	c #cpu_time = 0.028s
4.49/4.52	c #wall_clock_time = 0.028s
4.49/4.52	c #decision = 290
4.49/4.52	c #random_decision = 0
4.49/4.52	c #conflict = 0
4.49/4.52	c #restart = 0
4.49/4.52	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.49/4.52	c lower bound updated to 388326159201
4.49/4.57	c BCD2: 390545165824 <= obj <= 7045346031125
4.49/4.57	c BCD2: #cores=34, #unrelaxed=1162, #relaxed=110, #hardened=0
4.49/4.57	c BCD2: #sat=1 #unsat=37 bias=37/38
4.49/4.57	c Solving starts ...
4.49/4.57	c ============================[ Search Statistics ]============================
4.49/4.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.57	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.57	c =============================================================================
4.49/4.57	c  0.0s |       0 |        0 |        0 |    27552      0 |      616 |      240
4.59/4.60	c  0.0s |       0 |      290 |        0 |    27552      0 |      616 |      240
4.59/4.60	c #cpu_time = 0.028s
4.59/4.60	c #wall_clock_time = 0.028s
4.59/4.60	c #decision = 290
4.59/4.60	c #random_decision = 0
4.59/4.60	c #conflict = 0
4.59/4.60	c #restart = 0
4.59/4.60	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.59/4.60	c lower bound updated to 399421192321
4.59/4.66	c BCD2: 401640198944 <= obj <= 7045346031125
4.59/4.66	c BCD2: #cores=35, #unrelaxed=1159, #relaxed=113, #hardened=0
4.59/4.66	c BCD2: #sat=1 #unsat=38 bias=38/39
4.59/4.66	c Solving starts ...
4.59/4.66	c ============================[ Search Statistics ]============================
4.59/4.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.66	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.66	c =============================================================================
4.59/4.66	c  0.0s |       0 |        0 |        0 |    27552      0 |      616 |      241
4.59/4.69	c  0.0s |       0 |      297 |        0 |    27552      0 |      616 |      241
4.59/4.69	c #cpu_time = 0.028s
4.59/4.69	c #wall_clock_time = 0.028s
4.59/4.69	c #decision = 297
4.59/4.69	c #random_decision = 0
4.59/4.69	c #conflict = 0
4.59/4.69	c #restart = 0
4.59/4.69	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.59/4.69	c lower bound updated to 410516225441
4.69/4.74	c BCD2: 412735232064 <= obj <= 7045346031125
4.69/4.74	c BCD2: #cores=36, #unrelaxed=1156, #relaxed=116, #hardened=0
4.69/4.74	c BCD2: #sat=1 #unsat=39 bias=39/40
4.69/4.74	c Solving starts ...
4.69/4.74	c ============================[ Search Statistics ]============================
4.69/4.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.74	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.74	c =============================================================================
4.69/4.74	c  0.0s |       0 |        0 |        0 |    27552      0 |      616 |      242
4.69/4.77	c  0.0s |       0 |      297 |        0 |    27552      0 |      616 |      242
4.69/4.77	c #cpu_time = 0.028s
4.69/4.77	c #wall_clock_time = 0.028s
4.69/4.77	c #decision = 297
4.69/4.77	c #random_decision = 0
4.69/4.77	c #conflict = 0
4.69/4.77	c #restart = 0
4.69/4.77	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.69/4.77	c lower bound updated to 421611258561
4.79/4.82	c BCD2: 423830265184 <= obj <= 7045346031125
4.79/4.82	c BCD2: #cores=37, #unrelaxed=1153, #relaxed=119, #hardened=0
4.79/4.82	c BCD2: #sat=1 #unsat=40 bias=40/41
4.79/4.82	c Solving starts ...
4.79/4.82	c ============================[ Search Statistics ]============================
4.79/4.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.82	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.82	c =============================================================================
4.79/4.82	c  0.0s |       0 |        0 |        0 |    27552      0 |      616 |      243
4.79/4.85	c  0.0s |       0 |      298 |        0 |    27552      0 |      616 |      243
4.79/4.85	c #cpu_time = 0.028s
4.79/4.85	c #wall_clock_time = 0.028s
4.79/4.85	c #decision = 298
4.79/4.85	c #random_decision = 0
4.79/4.85	c #conflict = 0
4.79/4.85	c #restart = 0
4.79/4.85	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.79/4.85	c lower bound updated to 432706291681
4.89/4.91	c BCD2: 434925298304 <= obj <= 7045346031125
4.89/4.91	c BCD2: #cores=38, #unrelaxed=1150, #relaxed=122, #hardened=0
4.89/4.91	c BCD2: #sat=1 #unsat=41 bias=41/42
4.89/4.91	c Solving starts ...
4.89/4.91	c ============================[ Search Statistics ]============================
4.89/4.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.91	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.91	c =============================================================================
4.89/4.91	c  0.0s |       0 |        0 |        0 |    27552      0 |      616 |      244
4.89/4.94	c  0.0s |       0 |      299 |        0 |    27552      0 |      616 |      244
4.89/4.94	c #cpu_time = 0.028s
4.89/4.94	c #wall_clock_time = 0.028s
4.89/4.94	c #decision = 299
4.89/4.94	c #random_decision = 0
4.89/4.94	c #conflict = 0
4.89/4.94	c #restart = 0
4.89/4.94	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
4.89/4.94	c lower bound updated to 443801324801
4.89/4.99	c BCD2: 446020331424 <= obj <= 7045346031125
4.89/4.99	c BCD2: #cores=39, #unrelaxed=1147, #relaxed=125, #hardened=0
4.89/4.99	c BCD2: #sat=1 #unsat=42 bias=42/43
4.89/4.99	c Solving starts ...
4.89/4.99	c ============================[ Search Statistics ]============================
4.89/4.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.99	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.99	c =============================================================================
4.89/4.99	c  0.0s |       0 |        0 |        0 |    27552      0 |      616 |      245
4.99/5.02	c  0.0s |       0 |      299 |        0 |    27552      0 |      616 |      245
4.99/5.02	c #cpu_time = 0.028s
4.99/5.02	c #wall_clock_time = 0.028s
4.99/5.02	c #decision = 299
4.99/5.02	c #random_decision = 0
4.99/5.02	c #conflict = 0
4.99/5.02	c #restart = 0
4.99/5.02	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
4.99/5.02	c BCD2: refineLB: 21932042214 -> 22190066240
4.99/5.02	c lower bound updated to 454896357921
4.99/5.07	c BCD2: 457115364544 <= obj <= 7045346031125
4.99/5.07	c BCD2: #cores=39, #unrelaxed=1143, #relaxed=129, #hardened=0
4.99/5.07	c BCD2: #sat=1 #unsat=43 bias=43/44
4.99/5.07	c Solving starts ...
4.99/5.07	c ============================[ Search Statistics ]============================
4.99/5.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.07	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.07	c =============================================================================
4.99/5.07	c  0.0s |       0 |        0 |        0 |    27552      0 |      617 |      245
5.09/5.10	c  0.0s |       0 |      299 |        0 |    27552      0 |      617 |      246
5.09/5.10	c #cpu_time = 0.032s
5.09/5.10	c #wall_clock_time = 0.032s
5.09/5.10	c #decision = 299
5.09/5.10	c #random_decision = 0
5.09/5.10	c #conflict = 0
5.09/5.10	c #restart = 0
5.09/5.10	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.09/5.10	c lower bound updated to 465991391041
5.09/5.16	c BCD2: 468210397664 <= obj <= 7045346031125
5.09/5.16	c BCD2: #cores=40, #unrelaxed=1140, #relaxed=132, #hardened=0
5.09/5.16	c BCD2: #sat=1 #unsat=44 bias=44/45
5.09/5.16	c Solving starts ...
5.09/5.16	c ============================[ Search Statistics ]============================
5.09/5.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.16	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.16	c =============================================================================
5.09/5.16	c  0.0s |       0 |        0 |        0 |    27552      0 |      617 |      247
5.09/5.19	c  0.0s |       0 |      299 |        0 |    27552      0 |      617 |      247
5.09/5.19	c #cpu_time = 0.030s
5.09/5.19	c #wall_clock_time = 0.030s
5.09/5.19	c #decision = 299
5.09/5.19	c #random_decision = 0
5.09/5.19	c #conflict = 0
5.09/5.19	c #restart = 0
5.09/5.19	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.09/5.19	c lower bound updated to 477086424161
5.19/5.24	c BCD2: 479305430784 <= obj <= 7045346031125
5.19/5.24	c BCD2: #cores=41, #unrelaxed=1137, #relaxed=135, #hardened=0
5.19/5.24	c BCD2: #sat=1 #unsat=45 bias=45/46
5.19/5.24	c Solving starts ...
5.19/5.24	c ============================[ Search Statistics ]============================
5.19/5.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.24	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.24	c =============================================================================
5.19/5.24	c  0.0s |       0 |        0 |        0 |    27552      0 |      617 |      248
5.19/5.28	c  0.0s |       0 |      304 |        0 |    27552      0 |      617 |      248
5.19/5.28	c #cpu_time = 0.030s
5.19/5.28	c #wall_clock_time = 0.030s
5.19/5.28	c #decision = 304
5.19/5.28	c #random_decision = 0
5.19/5.28	c #conflict = 0
5.19/5.28	c #restart = 0
5.19/5.28	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.19/5.28	c lower bound updated to 488181457281
5.29/5.33	c BCD2: 490400463904 <= obj <= 7045346031125
5.29/5.33	c BCD2: #cores=42, #unrelaxed=1134, #relaxed=138, #hardened=0
5.29/5.33	c BCD2: #sat=1 #unsat=46 bias=46/47
5.29/5.33	c Solving starts ...
5.29/5.33	c ============================[ Search Statistics ]============================
5.29/5.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.33	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.33	c =============================================================================
5.29/5.33	c  0.0s |       0 |        0 |        0 |    27552      0 |      617 |      249
5.29/5.36	c  0.0s |       0 |      305 |        0 |    27552      0 |      617 |      249
5.29/5.36	c #cpu_time = 0.030s
5.29/5.36	c #wall_clock_time = 0.030s
5.29/5.36	c #decision = 305
5.29/5.36	c #random_decision = 0
5.29/5.36	c #conflict = 0
5.29/5.36	c #restart = 0
5.29/5.36	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.29/5.36	c lower bound updated to 499276490401
5.39/5.41	c BCD2: 501495497024 <= obj <= 7045346031125
5.39/5.41	c BCD2: #cores=43, #unrelaxed=1131, #relaxed=141, #hardened=0
5.39/5.41	c BCD2: #sat=1 #unsat=47 bias=47/48
5.39/5.41	c Solving starts ...
5.39/5.41	c ============================[ Search Statistics ]============================
5.39/5.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.41	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.41	c =============================================================================
5.39/5.42	c  0.0s |       0 |        0 |        0 |    27552      0 |      617 |      250
5.39/5.45	c  0.0s |       0 |      304 |        0 |    27552      0 |      617 |      250
5.39/5.45	c #cpu_time = 0.030s
5.39/5.45	c #wall_clock_time = 0.030s
5.39/5.45	c #decision = 304
5.39/5.45	c #random_decision = 0
5.39/5.45	c #conflict = 0
5.39/5.45	c #restart = 0
5.39/5.45	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.39/5.45	c lower bound updated to 510371523521
5.39/5.50	c BCD2: 512590530144 <= obj <= 7045346031125
5.39/5.50	c BCD2: #cores=44, #unrelaxed=1128, #relaxed=144, #hardened=0
5.39/5.50	c BCD2: #sat=1 #unsat=48 bias=48/49
5.39/5.50	c Solving starts ...
5.39/5.50	c ============================[ Search Statistics ]============================
5.39/5.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.50	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.50	c =============================================================================
5.39/5.50	c  0.0s |       0 |        0 |        0 |    27552      0 |      617 |      251
5.49/5.53	c  0.0s |       0 |      304 |        0 |    27552      0 |      617 |      251
5.49/5.53	c #cpu_time = 0.030s
5.49/5.53	c #wall_clock_time = 0.030s
5.49/5.53	c #decision = 304
5.49/5.53	c #random_decision = 0
5.49/5.53	c #conflict = 0
5.49/5.53	c #restart = 0
5.49/5.53	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
5.49/5.53	c BCD2: refineLB: 21963636993 -> 22190066240
5.49/5.53	c lower bound updated to 521466556641
5.49/5.58	c BCD2: 523685563264 <= obj <= 7045346031125
5.49/5.58	c BCD2: #cores=44, #unrelaxed=1124, #relaxed=148, #hardened=0
5.49/5.58	c BCD2: #sat=1 #unsat=49 bias=49/50
5.49/5.58	c Solving starts ...
5.49/5.58	c ============================[ Search Statistics ]============================
5.49/5.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.58	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.58	c =============================================================================
5.49/5.58	c  0.0s |       0 |        0 |        0 |    27552      0 |      637 |      251
5.59/5.61	c  0.0s |       0 |      303 |        0 |    27552      0 |      637 |      290
5.59/5.61	c #cpu_time = 0.031s
5.59/5.61	c #wall_clock_time = 0.031s
5.59/5.61	c #decision = 303
5.59/5.61	c #random_decision = 0
5.59/5.61	c #conflict = 0
5.59/5.61	c #restart = 0
5.59/5.61	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=33285099360
5.59/5.61	c BCD2: refineLB: 33063198698 -> 33285099360
5.59/5.61	c lower bound updated to 532561589761
5.59/5.66	c BCD2: 534780596384 <= obj <= 7045346031125
5.59/5.66	c BCD2: #cores=43, #unrelaxed=1119, #relaxed=153, #hardened=0
5.59/5.66	c BCD2: #sat=1 #unsat=50 bias=50/51
5.59/5.66	c Solving starts ...
5.59/5.66	c ============================[ Search Statistics ]============================
5.59/5.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.66	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.66	c =============================================================================
5.59/5.67	c  0.0s |       0 |        0 |        0 |    27552      0 |      664 |      290
5.69/5.70	c  0.0s |       0 |      302 |        0 |    27552      0 |      664 |      342
5.69/5.70	c #cpu_time = 0.030s
5.69/5.70	c #wall_clock_time = 0.030s
5.69/5.70	c #decision = 302
5.69/5.70	c #random_decision = 0
5.69/5.70	c #conflict = 0
5.69/5.70	c #restart = 0
5.69/5.70	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.69/5.70	c lower bound updated to 543656622881
5.69/5.75	c BCD2: 545875629504 <= obj <= 7045346031125
5.69/5.75	c BCD2: #cores=44, #unrelaxed=1116, #relaxed=156, #hardened=0
5.69/5.75	c BCD2: #sat=1 #unsat=51 bias=51/52
5.69/5.75	c Solving starts ...
5.69/5.75	c ============================[ Search Statistics ]============================
5.69/5.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.75	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.75	c =============================================================================
5.69/5.75	c  0.0s |       0 |        0 |        0 |    27552      0 |      664 |      343
5.69/5.78	c  0.0s |       0 |      301 |        0 |    27552      0 |      664 |      343
5.69/5.78	c #cpu_time = 0.030s
5.69/5.78	c #wall_clock_time = 0.030s
5.69/5.78	c #decision = 301
5.69/5.78	c #random_decision = 0
5.69/5.78	c #conflict = 0
5.69/5.78	c #restart = 0
5.69/5.78	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.69/5.78	c lower bound updated to 554751656001
5.79/5.83	c BCD2: 556970662624 <= obj <= 7045346031125
5.79/5.83	c BCD2: #cores=45, #unrelaxed=1113, #relaxed=159, #hardened=0
5.79/5.83	c BCD2: #sat=1 #unsat=52 bias=52/53
5.79/5.84	c Solving starts ...
5.79/5.84	c ============================[ Search Statistics ]============================
5.79/5.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.84	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.84	c =============================================================================
5.79/5.84	c  0.0s |       0 |        0 |        0 |    27552      0 |      664 |      344
5.79/5.87	c  0.0s |       0 |      304 |        0 |    27552      0 |      664 |      344
5.79/5.87	c #cpu_time = 0.030s
5.79/5.87	c #wall_clock_time = 0.030s
5.79/5.87	c #decision = 304
5.79/5.87	c #random_decision = 0
5.79/5.87	c #conflict = 0
5.79/5.87	c #restart = 0
5.79/5.87	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.79/5.87	c lower bound updated to 565846689121
5.89/5.92	c BCD2: 568065695744 <= obj <= 7045346031125
5.89/5.92	c BCD2: #cores=46, #unrelaxed=1110, #relaxed=162, #hardened=0
5.89/5.92	c BCD2: #sat=1 #unsat=53 bias=53/54
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 |    27552      0 |      664 |      345
5.89/5.96	c  0.0s |       0 |      309 |        0 |    27552      0 |      664 |      345
5.89/5.96	c #cpu_time = 0.030s
5.89/5.96	c #wall_clock_time = 0.030s
5.89/5.96	c #decision = 309
5.89/5.96	c #random_decision = 0
5.89/5.96	c #conflict = 0
5.89/5.96	c #restart = 0
5.89/5.96	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
5.89/5.96	c lower bound updated to 576941722241
5.99/6.01	c BCD2: 579160728864 <= obj <= 7045346031125
5.99/6.01	c BCD2: #cores=47, #unrelaxed=1107, #relaxed=165, #hardened=0
5.99/6.01	c BCD2: #sat=1 #unsat=54 bias=54/55
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 |    27552      0 |      664 |      346
5.99/6.04	c  0.0s |       0 |      308 |        0 |    27552      0 |      664 |      346
5.99/6.04	c #cpu_time = 0.030s
5.99/6.04	c #wall_clock_time = 0.030s
5.99/6.04	c #decision = 308
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: found a new core of size 3: cost of the new core is >=11095033120
5.99/6.04	c lower bound updated to 588036755361
5.99/6.09	c BCD2: 590255761984 <= obj <= 7045346031125
5.99/6.09	c BCD2: #cores=48, #unrelaxed=1104, #relaxed=168, #hardened=0
5.99/6.09	c BCD2: #sat=1 #unsat=55 bias=55/56
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 |    27552      0 |      664 |      347
6.09/6.12	c  0.0s |       0 |      307 |        0 |    27552      0 |      664 |      347
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 = 307
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: found a new core of size 3: cost of the new core is >=11095033120
6.09/6.12	c lower bound updated to 599131788481
6.09/6.18	c BCD2: 601350795104 <= obj <= 7045346031125
6.09/6.18	c BCD2: #cores=49, #unrelaxed=1101, #relaxed=171, #hardened=0
6.09/6.18	c BCD2: #sat=1 #unsat=56 bias=56/57
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 |    27552      0 |      664 |      348
6.19/6.21	c  0.0s |       0 |      306 |        0 |    27552      0 |      664 |      348
6.19/6.21	c #cpu_time = 0.030s
6.19/6.21	c #wall_clock_time = 0.030s
6.19/6.21	c #decision = 306
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 >=11095033120
6.19/6.21	c lower bound updated to 610226821601
6.19/6.27	c BCD2: 612445828224 <= obj <= 7045346031125
6.19/6.27	c BCD2: #cores=50, #unrelaxed=1098, #relaxed=174, #hardened=0
6.19/6.27	c BCD2: #sat=1 #unsat=57 bias=57/58
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 |    27552      0 |      664 |      349
6.29/6.30	c  0.0s |       0 |      307 |        0 |    27552      0 |      664 |      349
6.29/6.30	c #cpu_time = 0.030s
6.29/6.30	c #wall_clock_time = 0.030s
6.29/6.30	c #decision = 307
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 >=22190066240
6.29/6.30	c BCD2: refineLB: 11095033121 -> 22190066240
6.29/6.30	c lower bound updated to 621321854721
6.29/6.35	c BCD2: 623540861344 <= obj <= 7045346031125
6.29/6.35	c BCD2: #cores=50, #unrelaxed=1094, #relaxed=178, #hardened=0
6.29/6.35	c BCD2: #sat=1 #unsat=58 bias=58/59
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 |    27552      0 |      665 |      349
6.29/6.38	c  0.0s |       0 |      306 |        0 |    27552      0 |      665 |      350
6.29/6.38	c #cpu_time = 0.031s
6.29/6.38	c #wall_clock_time = 0.031s
6.29/6.38	c #decision = 306
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: found a new core of size 3: cost of the new core is >=11095033120
6.29/6.38	c lower bound updated to 632416887841
6.39/6.43	c BCD2: 634635894464 <= obj <= 7045346031125
6.39/6.43	c BCD2: #cores=51, #unrelaxed=1091, #relaxed=181, #hardened=0
6.39/6.43	c BCD2: #sat=1 #unsat=59 bias=59/60
6.39/6.43	c Solving starts ...
6.39/6.43	c ============================[ Search Statistics ]============================
6.39/6.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.43	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.43	c =============================================================================
6.39/6.44	c  0.0s |       0 |        0 |        0 |    27552      0 |      665 |      351
6.39/6.47	c  0.0s |       0 |      311 |        0 |    27552      0 |      665 |      351
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 = 311
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 >=11095033120
6.39/6.47	c lower bound updated to 643511920961
6.49/6.52	c BCD2: 645730927584 <= obj <= 7045346031125
6.49/6.52	c BCD2: #cores=52, #unrelaxed=1088, #relaxed=184, #hardened=0
6.49/6.52	c BCD2: #sat=1 #unsat=60 bias=60/61
6.49/6.52	c Solving starts ...
6.49/6.52	c ============================[ Search Statistics ]============================
6.49/6.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.52	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.52	c =============================================================================
6.49/6.52	c  0.0s |       0 |        0 |        0 |    27552      0 |      665 |      352
6.49/6.55	c  0.0s |       0 |      313 |        0 |    27552      0 |      665 |      352
6.49/6.55	c #cpu_time = 0.029s
6.49/6.55	c #wall_clock_time = 0.029s
6.49/6.55	c #decision = 313
6.49/6.55	c #random_decision = 0
6.49/6.55	c #conflict = 0
6.49/6.55	c #restart = 0
6.49/6.55	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
6.49/6.55	c lower bound updated to 654606954081
6.59/6.60	c BCD2: 656825960704 <= obj <= 7045346031125
6.59/6.60	c BCD2: #cores=53, #unrelaxed=1085, #relaxed=187, #hardened=0
6.59/6.60	c BCD2: #sat=1 #unsat=61 bias=61/62
6.59/6.60	c Solving starts ...
6.59/6.60	c ============================[ Search Statistics ]============================
6.59/6.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.60	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.60	c =============================================================================
6.59/6.60	c  0.0s |       0 |        0 |        0 |    27552      0 |      665 |      353
6.59/6.64	c  0.0s |       0 |      313 |        0 |    27552      0 |      665 |      353
6.59/6.64	c #cpu_time = 0.029s
6.59/6.64	c #wall_clock_time = 0.030s
6.59/6.64	c #decision = 313
6.59/6.64	c #random_decision = 0
6.59/6.64	c #conflict = 0
6.59/6.64	c #restart = 0
6.59/6.64	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
6.59/6.64	c BCD2: refineLB: 22011114093 -> 22190066240
6.59/6.64	c lower bound updated to 665701987201
6.59/6.68	c BCD2: 667920993824 <= obj <= 7045346031125
6.59/6.68	c BCD2: #cores=53, #unrelaxed=1081, #relaxed=191, #hardened=0
6.59/6.68	c BCD2: #sat=1 #unsat=62 bias=62/63
6.59/6.68	c Solving starts ...
6.59/6.68	c ============================[ Search Statistics ]============================
6.59/6.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.68	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.68	c =============================================================================
6.59/6.69	c  0.0s |       0 |        0 |        0 |    27552      0 |      679 |      353
6.69/6.72	c  0.0s |       0 |      312 |        0 |    27552      0 |      679 |      380
6.69/6.72	c #cpu_time = 0.031s
6.69/6.72	c #wall_clock_time = 0.031s
6.69/6.72	c #decision = 312
6.69/6.72	c #random_decision = 0
6.69/6.72	c #conflict = 0
6.69/6.72	c #restart = 0
6.69/6.72	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
6.69/6.72	c lower bound updated to 676797020321
6.69/6.78	c BCD2: 679016026944 <= obj <= 7045346031125
6.69/6.78	c BCD2: #cores=54, #unrelaxed=1078, #relaxed=194, #hardened=0
6.69/6.78	c BCD2: #sat=1 #unsat=63 bias=63/64
6.69/6.78	c Solving starts ...
6.69/6.78	c ============================[ Search Statistics ]============================
6.69/6.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.69/6.78	c       |         |          |          |    Limit     GC | Var      | Constra 
6.69/6.78	c =============================================================================
6.69/6.78	c  0.0s |       0 |        0 |        0 |    27552      0 |      679 |      381
6.79/6.81	c  0.0s |       0 |      313 |        0 |    27552      0 |      679 |      381
6.79/6.81	c #cpu_time = 0.031s
6.79/6.81	c #wall_clock_time = 0.031s
6.79/6.81	c #decision = 313
6.79/6.81	c #random_decision = 0
6.79/6.81	c #conflict = 0
6.79/6.81	c #restart = 0
6.79/6.81	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
6.79/6.81	c BCD2: refineLB: 22016706348 -> 22190066240
6.79/6.81	c lower bound updated to 687892053441
6.79/6.86	c BCD2: 690111060064 <= obj <= 7045346031125
6.79/6.86	c BCD2: #cores=54, #unrelaxed=1074, #relaxed=198, #hardened=0
6.79/6.86	c BCD2: #sat=1 #unsat=64 bias=64/65
6.79/6.86	c Solving starts ...
6.79/6.86	c ============================[ Search Statistics ]============================
6.79/6.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.86	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.86	c =============================================================================
6.79/6.86	c  0.0s |       0 |        0 |        0 |    27552      0 |      692 |      381
6.79/6.89	c  0.0s |       0 |      311 |        0 |    27552      0 |      692 |      406
6.79/6.89	c #cpu_time = 0.032s
6.79/6.89	c #wall_clock_time = 0.032s
6.79/6.89	c #decision = 311
6.79/6.89	c #random_decision = 0
6.79/6.89	c #conflict = 0
6.79/6.89	c #restart = 0
6.79/6.89	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
6.79/6.89	c BCD2: refineLB: 22019373423 -> 22190066240
6.79/6.89	c lower bound updated to 698987086561
6.89/6.94	c BCD2: 701206093184 <= obj <= 7045346031125
6.89/6.94	c BCD2: #cores=54, #unrelaxed=1070, #relaxed=202, #hardened=0
6.89/6.94	c BCD2: #sat=1 #unsat=65 bias=65/66
6.89/6.94	c Solving starts ...
6.89/6.94	c ============================[ Search Statistics ]============================
6.89/6.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.94	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.94	c =============================================================================
6.89/6.95	c  0.0s |       0 |        0 |        0 |    27552      0 |      725 |      406
6.89/6.98	c  0.0s |       0 |      309 |        0 |    27552      0 |      725 |      471
6.89/6.98	c #cpu_time = 0.031s
6.89/6.98	c #wall_clock_time = 0.031s
6.89/6.98	c #decision = 309
6.89/6.98	c #random_decision = 0
6.89/6.98	c #conflict = 0
6.89/6.98	c #restart = 0
6.89/6.98	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
6.89/6.98	c lower bound updated to 710082119681
6.99/7.03	c BCD2: 712301126304 <= obj <= 7045346031125
6.99/7.03	c BCD2: #cores=55, #unrelaxed=1067, #relaxed=205, #hardened=0
6.99/7.03	c BCD2: #sat=1 #unsat=66 bias=66/67
6.99/7.03	c Solving starts ...
6.99/7.03	c ============================[ Search Statistics ]============================
6.99/7.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.03	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.03	c =============================================================================
6.99/7.03	c  0.0s |       0 |        0 |        0 |    27552      0 |      725 |      472
6.99/7.06	c  0.0s |       0 |      309 |        0 |    27552      0 |      725 |      472
6.99/7.06	c #cpu_time = 0.031s
6.99/7.06	c #wall_clock_time = 0.031s
6.99/7.06	c #decision = 309
6.99/7.06	c #random_decision = 0
6.99/7.06	c #conflict = 0
6.99/7.06	c #restart = 0
6.99/7.06	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
6.99/7.06	c lower bound updated to 721177152801
7.09/7.12	c BCD2: 723396159424 <= obj <= 7045346031125
7.09/7.12	c BCD2: #cores=56, #unrelaxed=1064, #relaxed=208, #hardened=0
7.09/7.12	c BCD2: #sat=1 #unsat=67 bias=67/68
7.09/7.12	c Solving starts ...
7.09/7.12	c ============================[ Search Statistics ]============================
7.09/7.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.12	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.12	c =============================================================================
7.09/7.12	c  0.0s |       0 |        0 |        0 |    27552      0 |      725 |      473
7.09/7.15	c  0.0s |       0 |      310 |        0 |    27552      0 |      725 |      473
7.09/7.15	c #cpu_time = 0.031s
7.09/7.15	c #wall_clock_time = 0.031s
7.09/7.15	c #decision = 310
7.09/7.15	c #random_decision = 0
7.09/7.15	c #conflict = 0
7.09/7.15	c #restart = 0
7.09/7.15	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.09/7.15	c lower bound updated to 732272185921
7.18/7.20	c BCD2: 734491192544 <= obj <= 7045346031125
7.18/7.20	c BCD2: #cores=57, #unrelaxed=1061, #relaxed=211, #hardened=0
7.18/7.20	c BCD2: #sat=1 #unsat=68 bias=68/69
7.18/7.20	c Solving starts ...
7.18/7.20	c ============================[ Search Statistics ]============================
7.18/7.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.18/7.20	c       |         |          |          |    Limit     GC | Var      | Constra 
7.18/7.20	c =============================================================================
7.18/7.21	c  0.0s |       0 |        0 |        0 |    27552      0 |      725 |      474
7.18/7.24	c  0.0s |       0 |      310 |        0 |    27552      0 |      725 |      474
7.18/7.24	c #cpu_time = 0.031s
7.18/7.24	c #wall_clock_time = 0.031s
7.18/7.24	c #decision = 310
7.18/7.24	c #random_decision = 0
7.18/7.24	c #conflict = 0
7.18/7.24	c #restart = 0
7.18/7.24	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.18/7.24	c lower bound updated to 743367219041
7.18/7.29	c BCD2: 745586225664 <= obj <= 7045346031125
7.18/7.29	c BCD2: #cores=58, #unrelaxed=1058, #relaxed=214, #hardened=0
7.18/7.29	c BCD2: #sat=1 #unsat=69 bias=69/70
7.18/7.29	c Solving starts ...
7.18/7.29	c ============================[ Search Statistics ]============================
7.18/7.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.18/7.29	c       |         |          |          |    Limit     GC | Var      | Constra 
7.18/7.29	c =============================================================================
7.18/7.29	c  0.0s |       0 |        0 |        0 |    27552      0 |      725 |      475
7.28/7.33	c  0.0s |       0 |      310 |        0 |    27552      0 |      725 |      475
7.28/7.33	c #cpu_time = 0.031s
7.28/7.33	c #wall_clock_time = 0.031s
7.28/7.33	c #decision = 310
7.28/7.33	c #random_decision = 0
7.28/7.33	c #conflict = 0
7.28/7.33	c #restart = 0
7.28/7.33	c BCD2: relaxing 10 and merging with 5 cores into a new core of size 29: cost of the new core is >=77665231840
7.28/7.33	c BCD2: refineLB: 66570198721 -> 77665231840
7.28/7.33	c lower bound updated to 754462252161
7.28/7.37	c BCD2: 756681258784 <= obj <= 7045346031125
7.28/7.37	c BCD2: #cores=54, #unrelaxed=1048, #relaxed=224, #hardened=0
7.28/7.37	c BCD2: #sat=1 #unsat=70 bias=70/71
7.28/7.38	c Solving starts ...
7.28/7.38	c ============================[ Search Statistics ]============================
7.28/7.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.28/7.38	c       |         |          |          |    Limit     GC | Var      | Constra 
7.28/7.38	c =============================================================================
7.28/7.38	c  0.0s |       0 |        0 |        0 |    27552      0 |      838 |      475
7.38/7.41	c  0.0s |       0 |      298 |        0 |    27552      0 |      838 |      696
7.38/7.41	c #cpu_time = 0.032s
7.38/7.41	c #wall_clock_time = 0.032s
7.38/7.41	c #decision = 298
7.38/7.41	c #random_decision = 0
7.38/7.41	c #conflict = 0
7.38/7.41	c #restart = 0
7.38/7.41	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.38/7.41	c lower bound updated to 765557285281
7.38/7.46	c BCD2: 767776291904 <= obj <= 7045346031125
7.38/7.46	c BCD2: #cores=55, #unrelaxed=1045, #relaxed=227, #hardened=0
7.38/7.46	c BCD2: #sat=1 #unsat=71 bias=71/72
7.38/7.47	c Solving starts ...
7.38/7.47	c ============================[ Search Statistics ]============================
7.38/7.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.38/7.47	c       |         |          |          |    Limit     GC | Var      | Constra 
7.38/7.47	c =============================================================================
7.38/7.47	c  0.0s |       0 |        0 |        0 |    27552      0 |      838 |      697
7.48/7.50	c  0.0s |       0 |      303 |        0 |    27552      0 |      838 |      697
7.48/7.50	c #cpu_time = 0.029s
7.48/7.50	c #wall_clock_time = 0.029s
7.48/7.50	c #decision = 303
7.48/7.50	c #random_decision = 0
7.48/7.50	c #conflict = 0
7.48/7.50	c #restart = 0
7.48/7.50	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.48/7.50	c lower bound updated to 776652318401
7.48/7.55	c BCD2: 778871325024 <= obj <= 7045346031125
7.48/7.55	c BCD2: #cores=56, #unrelaxed=1042, #relaxed=230, #hardened=0
7.48/7.55	c BCD2: #sat=1 #unsat=72 bias=72/73
7.48/7.55	c Solving starts ...
7.48/7.55	c ============================[ Search Statistics ]============================
7.48/7.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.48/7.55	c       |         |          |          |    Limit     GC | Var      | Constra 
7.48/7.55	c =============================================================================
7.48/7.55	c  0.0s |       0 |        0 |        0 |    27552      0 |      838 |      698
7.48/7.58	c  0.0s |       0 |      304 |        0 |    27552      0 |      838 |      698
7.48/7.58	c #cpu_time = 0.030s
7.48/7.58	c #wall_clock_time = 0.030s
7.48/7.58	c #decision = 304
7.48/7.58	c #random_decision = 0
7.48/7.58	c #conflict = 0
7.48/7.58	c #restart = 0
7.48/7.58	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.48/7.58	c lower bound updated to 787747351521
7.58/7.63	c BCD2: 789966358144 <= obj <= 7045346031125
7.58/7.63	c BCD2: #cores=57, #unrelaxed=1039, #relaxed=233, #hardened=0
7.58/7.63	c BCD2: #sat=1 #unsat=73 bias=73/74
7.58/7.64	c Solving starts ...
7.58/7.64	c ============================[ Search Statistics ]============================
7.58/7.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.58/7.64	c       |         |          |          |    Limit     GC | Var      | Constra 
7.58/7.64	c =============================================================================
7.58/7.64	c  0.0s |       0 |        0 |        0 |    27552      0 |      838 |      699
7.58/7.67	c  0.0s |       0 |      308 |        0 |    27552      0 |      838 |      699
7.58/7.67	c #cpu_time = 0.030s
7.58/7.67	c #wall_clock_time = 0.030s
7.58/7.67	c #decision = 308
7.58/7.67	c #random_decision = 0
7.58/7.67	c #conflict = 0
7.58/7.67	c #restart = 0
7.58/7.67	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.58/7.67	c lower bound updated to 798842384641
7.69/7.72	c BCD2: 801061391264 <= obj <= 7045346031125
7.69/7.72	c BCD2: #cores=58, #unrelaxed=1036, #relaxed=236, #hardened=0
7.69/7.72	c BCD2: #sat=1 #unsat=74 bias=74/75
7.69/7.73	c Solving starts ...
7.69/7.73	c ============================[ Search Statistics ]============================
7.69/7.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.69/7.73	c       |         |          |          |    Limit     GC | Var      | Constra 
7.69/7.73	c =============================================================================
7.69/7.73	c  0.0s |       0 |        0 |        0 |    27552      0 |      838 |      700
7.69/7.76	c  0.0s |       0 |      308 |        0 |    27552      0 |      838 |      700
7.69/7.76	c #cpu_time = 0.030s
7.69/7.76	c #wall_clock_time = 0.030s
7.69/7.76	c #decision = 308
7.69/7.76	c #random_decision = 0
7.69/7.76	c #conflict = 0
7.69/7.76	c #restart = 0
7.69/7.76	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.69/7.76	c lower bound updated to 809937417761
7.79/7.81	c BCD2: 812156424384 <= obj <= 7045346031125
7.79/7.81	c BCD2: #cores=59, #unrelaxed=1033, #relaxed=239, #hardened=0
7.79/7.81	c BCD2: #sat=1 #unsat=75 bias=75/76
7.79/7.81	c Solving starts ...
7.79/7.81	c ============================[ Search Statistics ]============================
7.79/7.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.81	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.81	c =============================================================================
7.79/7.81	c  0.0s |       0 |        0 |        0 |    27552      0 |      838 |      701
7.79/7.84	c  0.0s |       0 |      307 |        0 |    27552      0 |      838 |      701
7.79/7.84	c #cpu_time = 0.030s
7.79/7.84	c #wall_clock_time = 0.030s
7.79/7.84	c #decision = 307
7.79/7.84	c #random_decision = 0
7.79/7.84	c #conflict = 0
7.79/7.84	c #restart = 0
7.79/7.84	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
7.79/7.84	c BCD2: refineLB: 11095033121 -> 22190066240
7.79/7.84	c lower bound updated to 821032450881
7.79/7.89	c BCD2: 823251457504 <= obj <= 7045346031125
7.79/7.89	c BCD2: #cores=59, #unrelaxed=1029, #relaxed=243, #hardened=0
7.79/7.89	c BCD2: #sat=1 #unsat=76 bias=76/77
7.88/7.90	c Solving starts ...
7.88/7.90	c ============================[ Search Statistics ]============================
7.88/7.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.88/7.90	c       |         |          |          |    Limit     GC | Var      | Constra 
7.88/7.90	c =============================================================================
7.88/7.90	c  0.0s |       0 |        0 |        0 |    27552      0 |      839 |      701
7.88/7.93	c  0.0s |       0 |      315 |        0 |    27552      0 |      839 |      702
7.88/7.93	c #cpu_time = 0.032s
7.88/7.93	c #wall_clock_time = 0.032s
7.88/7.93	c #decision = 315
7.88/7.93	c #random_decision = 0
7.88/7.93	c #conflict = 0
7.88/7.93	c #restart = 0
7.88/7.93	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
7.88/7.93	c lower bound updated to 832127484001
7.88/7.98	c BCD2: 834346490624 <= obj <= 7045346031125
7.88/7.98	c BCD2: #cores=60, #unrelaxed=1026, #relaxed=246, #hardened=0
7.88/7.98	c BCD2: #sat=1 #unsat=77 bias=77/78
7.88/7.98	c Solving starts ...
7.88/7.98	c ============================[ Search Statistics ]============================
7.88/7.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.88/7.98	c       |         |          |          |    Limit     GC | Var      | Constra 
7.88/7.98	c =============================================================================
7.88/7.98	c  0.0s |       0 |        0 |        0 |    27552      0 |      839 |      703
7.98/8.02	c  0.0s |       0 |      316 |        0 |    27552      0 |      839 |      703
7.98/8.02	c #cpu_time = 0.032s
7.98/8.02	c #wall_clock_time = 0.032s
7.98/8.02	c #decision = 316
7.98/8.02	c #random_decision = 0
7.98/8.02	c #conflict = 0
7.98/8.02	c #restart = 0
7.98/8.02	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
7.98/8.02	c BCD2: refineLB: 11095033121 -> 22190066240
7.98/8.02	c lower bound updated to 843222517121
7.98/8.06	c BCD2: 845441523744 <= obj <= 7045346031125
7.98/8.06	c BCD2: #cores=60, #unrelaxed=1022, #relaxed=250, #hardened=0
7.98/8.06	c BCD2: #sat=1 #unsat=78 bias=78/79
7.98/8.07	c Solving starts ...
7.98/8.07	c ============================[ Search Statistics ]============================
7.98/8.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.98/8.07	c       |         |          |          |    Limit     GC | Var      | Constra 
7.98/8.07	c =============================================================================
7.98/8.07	c  0.0s |       0 |        0 |        0 |    27552      0 |      840 |      703
8.08/8.10	c  0.0s |       0 |      314 |        0 |    27552      0 |      840 |      704
8.08/8.10	c #cpu_time = 0.030s
8.08/8.10	c #wall_clock_time = 0.030s
8.08/8.10	c #decision = 314
8.08/8.10	c #random_decision = 0
8.08/8.10	c #conflict = 0
8.08/8.10	c #restart = 0
8.08/8.10	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
8.08/8.10	c BCD2: refineLB: 22049622783 -> 22190066240
8.08/8.10	c lower bound updated to 854317550241
8.08/8.15	c BCD2: 856536556864 <= obj <= 7045346031125
8.08/8.15	c BCD2: #cores=60, #unrelaxed=1018, #relaxed=254, #hardened=0
8.08/8.15	c BCD2: #sat=1 #unsat=79 bias=79/80
8.08/8.15	c Solving starts ...
8.08/8.15	c ============================[ Search Statistics ]============================
8.08/8.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.08/8.15	c       |         |          |          |    Limit     GC | Var      | Constra 
8.08/8.15	c =============================================================================
8.08/8.15	c  0.0s |       0 |        0 |        0 |    27552      0 |      862 |      704
8.08/8.19	c  0.0s |       0 |      312 |        1 |    27552      0 |      862 |      747
8.08/8.19	c #cpu_time = 0.034s
8.08/8.19	c #wall_clock_time = 0.034s
8.08/8.19	c #decision = 312
8.08/8.19	c #random_decision = 0
8.08/8.19	c #conflict = 1
8.08/8.19	c #restart = 0
8.08/8.19	c BCD2: relaxing 6 and merging with 2 cores into a new core of size 16: cost of the new core is >=44380132480
8.08/8.19	c BCD2: refineLB: 44241444567 -> 44380132480
8.08/8.19	c lower bound updated to 865412583361
8.19/8.23	c BCD2: 867631589984 <= obj <= 7045346031125
8.19/8.23	c BCD2: #cores=59, #unrelaxed=1012, #relaxed=260, #hardened=0
8.19/8.23	c BCD2: #sat=1 #unsat=80 bias=80/81
8.19/8.24	c Solving starts ...
8.19/8.24	c ============================[ Search Statistics ]============================
8.19/8.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.24	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.24	c =============================================================================
8.19/8.24	c  0.0s |       0 |        0 |        0 |    27552      0 |      908 |      747
8.19/8.27	c  0.0s |       0 |      310 |        0 |    27552      0 |      908 |      837
8.19/8.27	c #cpu_time = 0.032s
8.19/8.27	c #wall_clock_time = 0.032s
8.19/8.27	c #decision = 310
8.19/8.27	c #random_decision = 0
8.19/8.27	c #conflict = 0
8.19/8.27	c #restart = 0
8.19/8.27	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
8.19/8.27	c BCD2: refineLB: 11095033121 -> 22190066240
8.19/8.27	c lower bound updated to 876507616481
8.29/8.32	c BCD2: 878726623104 <= obj <= 7045346031125
8.29/8.32	c BCD2: #cores=59, #unrelaxed=1008, #relaxed=264, #hardened=0
8.29/8.32	c BCD2: #sat=1 #unsat=81 bias=81/82
8.29/8.33	c Solving starts ...
8.29/8.33	c ============================[ Search Statistics ]============================
8.29/8.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.33	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.33	c =============================================================================
8.29/8.33	c  0.0s |       0 |        0 |        0 |    27552      0 |      909 |      837
8.29/8.36	c  0.0s |       0 |      307 |        0 |    27552      0 |      909 |      838
8.29/8.36	c #cpu_time = 0.031s
8.29/8.36	c #wall_clock_time = 0.032s
8.29/8.36	c #decision = 307
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 >=11095033120
8.29/8.36	c lower bound updated to 887602649601
8.39/8.41	c BCD2: 889821656224 <= obj <= 7045346031125
8.39/8.41	c BCD2: #cores=60, #unrelaxed=1005, #relaxed=267, #hardened=0
8.39/8.41	c BCD2: #sat=1 #unsat=82 bias=82/83
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 |    27552      0 |      909 |      839
8.39/8.45	c  0.0s |       0 |      308 |        0 |    27552      0 |      909 |      839
8.39/8.45	c #cpu_time = 0.032s
8.39/8.45	c #wall_clock_time = 0.032s
8.39/8.45	c #decision = 308
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 >=22190066240
8.39/8.45	c BCD2: refineLB: 22056391143 -> 22190066240
8.39/8.45	c lower bound updated to 898697682721
8.39/8.49	c BCD2: 900916689344 <= obj <= 7045346031125
8.39/8.49	c BCD2: #cores=60, #unrelaxed=1001, #relaxed=271, #hardened=0
8.39/8.49	c BCD2: #sat=1 #unsat=83 bias=83/84
8.39/8.49	c Solving starts ...
8.39/8.49	c ============================[ Search Statistics ]============================
8.39/8.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.49	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.49	c =============================================================================
8.49/8.50	c  0.0s |       0 |        0 |        0 |    27552      0 |      982 |      839
8.49/8.53	c  0.0s |       0 |      309 |        0 |    27552      0 |      982 |      984
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 = 309
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 >=11095033120
8.49/8.53	c lower bound updated to 909792715841
8.49/8.59	c BCD2: 912011722464 <= obj <= 7045346031125
8.49/8.59	c BCD2: #cores=61, #unrelaxed=998, #relaxed=274, #hardened=0
8.49/8.59	c BCD2: #sat=1 #unsat=84 bias=84/85
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.59	c  0.0s |       0 |        0 |        0 |    27552      0 |      982 |      985
8.59/8.62	c  0.0s |       0 |      310 |        0 |    27552      0 |      982 |      985
8.59/8.62	c #cpu_time = 0.030s
8.59/8.62	c #wall_clock_time = 0.030s
8.59/8.62	c #decision = 310
8.59/8.62	c #random_decision = 0
8.59/8.62	c #conflict = 0
8.59/8.62	c #restart = 0
8.59/8.62	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
8.59/8.62	c lower bound updated to 920887748961
8.59/8.67	c BCD2: 923106755584 <= obj <= 7045346031125
8.59/8.67	c BCD2: #cores=62, #unrelaxed=995, #relaxed=277, #hardened=0
8.59/8.67	c BCD2: #sat=1 #unsat=85 bias=85/86
8.59/8.67	c Solving starts ...
8.59/8.67	c ============================[ Search Statistics ]============================
8.59/8.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.67	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.67	c =============================================================================
8.59/8.68	c  0.0s |       0 |        0 |        0 |    27552      0 |      982 |      986
8.69/8.70	c  0.0s |       0 |      310 |        0 |    27552      0 |      982 |      986
8.69/8.70	c #cpu_time = 0.030s
8.69/8.70	c #wall_clock_time = 0.030s
8.69/8.70	c #decision = 310
8.69/8.70	c #random_decision = 0
8.69/8.70	c #conflict = 0
8.69/8.70	c #restart = 0
8.69/8.70	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
8.69/8.70	c lower bound updated to 931982782081
8.69/8.76	c BCD2: 934201788704 <= obj <= 7045346031125
8.69/8.76	c BCD2: #cores=63, #unrelaxed=992, #relaxed=280, #hardened=0
8.69/8.76	c BCD2: #sat=1 #unsat=86 bias=86/87
8.69/8.76	c Solving starts ...
8.69/8.76	c ============================[ Search Statistics ]============================
8.69/8.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.76	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.76	c =============================================================================
8.69/8.76	c  0.0s |       0 |        0 |        0 |    27552      0 |      982 |      987
8.69/8.80	c  0.0s |       0 |      313 |        0 |    27552      0 |      982 |      987
8.69/8.80	c #cpu_time = 0.031s
8.69/8.80	c #wall_clock_time = 0.031s
8.69/8.80	c #decision = 313
8.69/8.80	c #random_decision = 0
8.69/8.80	c #conflict = 0
8.69/8.80	c #restart = 0
8.69/8.80	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
8.69/8.80	c lower bound updated to 943077815201
8.80/8.85	c BCD2: 945296821824 <= obj <= 7045346031125
8.80/8.85	c BCD2: #cores=64, #unrelaxed=989, #relaxed=283, #hardened=0
8.80/8.85	c BCD2: #sat=1 #unsat=87 bias=87/88
8.80/8.85	c Solving starts ...
8.80/8.85	c ============================[ Search Statistics ]============================
8.80/8.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.80/8.85	c       |         |          |          |    Limit     GC | Var      | Constra 
8.80/8.85	c =============================================================================
8.80/8.85	c  0.0s |       0 |        0 |        0 |    27552      0 |      982 |      988
8.80/8.88	c  0.0s |       0 |      313 |        0 |    27552      0 |      982 |      988
8.80/8.88	c #cpu_time = 0.031s
8.80/8.88	c #wall_clock_time = 0.031s
8.80/8.88	c #decision = 313
8.80/8.88	c #random_decision = 0
8.80/8.88	c #conflict = 0
8.80/8.88	c #restart = 0
8.80/8.88	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
8.80/8.88	c lower bound updated to 954172848321
8.90/8.94	c BCD2: 956391854944 <= obj <= 7045346031125
8.90/8.94	c BCD2: #cores=65, #unrelaxed=986, #relaxed=286, #hardened=0
8.90/8.94	c BCD2: #sat=1 #unsat=88 bias=88/89
8.90/8.94	c Solving starts ...
8.90/8.94	c ============================[ Search Statistics ]============================
8.90/8.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.90/8.94	c       |         |          |          |    Limit     GC | Var      | Constra 
8.90/8.94	c =============================================================================
8.90/8.94	c  0.0s |       0 |        0 |        0 |    27552      0 |      982 |      989
8.90/8.97	c  0.0s |       0 |      313 |        0 |    27552      0 |      982 |      989
8.90/8.97	c #cpu_time = 0.031s
8.90/8.97	c #wall_clock_time = 0.031s
8.90/8.97	c #decision = 313
8.90/8.97	c #random_decision = 0
8.90/8.97	c #conflict = 0
8.90/8.97	c #restart = 0
8.90/8.97	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
8.90/8.97	c BCD2: refineLB: 22065402947 -> 22190066240
8.90/8.97	c lower bound updated to 965267881441
8.99/9.02	c BCD2: 967486888064 <= obj <= 7045346031125
8.99/9.02	c BCD2: #cores=65, #unrelaxed=982, #relaxed=290, #hardened=0
8.99/9.02	c BCD2: #sat=1 #unsat=89 bias=89/90
8.99/9.02	c Solving starts ...
8.99/9.02	c ============================[ Search Statistics ]============================
8.99/9.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.99/9.02	c       |         |          |          |    Limit     GC | Var      | Constra 
8.99/9.02	c =============================================================================
8.99/9.03	c  0.0s |       0 |        0 |        0 |    27552      0 |      999 |      989
8.99/9.06	c  0.0s |       0 |      312 |        0 |    27552      0 |      999 |     1022
8.99/9.06	c #cpu_time = 0.032s
8.99/9.06	c #wall_clock_time = 0.032s
8.99/9.06	c #decision = 312
8.99/9.06	c #random_decision = 0
8.99/9.06	c #conflict = 0
8.99/9.06	c #restart = 0
8.99/9.06	c BCD2: relaxing 6 and merging with 3 cores into a new core of size 15: cost of the new core is >=44380132480
8.99/9.06	c BCD2: refineLB: 44256854335 -> 44380132480
8.99/9.06	c lower bound updated to 976362914561
9.09/9.11	c BCD2: 978581921184 <= obj <= 7045346031125
9.09/9.11	c BCD2: #cores=63, #unrelaxed=976, #relaxed=296, #hardened=0
9.09/9.11	c BCD2: #sat=1 #unsat=90 bias=90/91
9.09/9.11	c Solving starts ...
9.09/9.11	c ============================[ Search Statistics ]============================
9.09/9.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.11	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.11	c =============================================================================
9.09/9.11	c  0.0s |       0 |        0 |        0 |    27552      0 |     1101 |     1022
9.09/9.15	c  0.0s |       0 |      308 |        0 |    27552      0 |     1101 |     1223
9.09/9.15	c #cpu_time = 0.033s
9.09/9.15	c #wall_clock_time = 0.033s
9.09/9.15	c #decision = 308
9.09/9.15	c #random_decision = 0
9.09/9.15	c #conflict = 0
9.09/9.15	c #restart = 0
9.09/9.15	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
9.09/9.15	c lower bound updated to 987457947681
9.19/9.20	c BCD2: 989676954304 <= obj <= 7045346031125
9.19/9.20	c BCD2: #cores=64, #unrelaxed=973, #relaxed=299, #hardened=0
9.19/9.20	c BCD2: #sat=1 #unsat=91 bias=91/92
9.19/9.20	c Solving starts ...
9.19/9.20	c ============================[ Search Statistics ]============================
9.19/9.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.20	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.20	c =============================================================================
9.19/9.20	c  0.0s |       0 |        0 |        0 |    27552      0 |     1101 |     1224
9.19/9.24	c  0.0s |       0 |      316 |        0 |    27552      0 |     1101 |     1224
9.19/9.24	c #cpu_time = 0.031s
9.19/9.24	c #wall_clock_time = 0.031s
9.19/9.24	c #decision = 316
9.19/9.24	c #random_decision = 0
9.19/9.24	c #conflict = 0
9.19/9.24	c #restart = 0
9.19/9.24	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
9.19/9.24	c lower bound updated to 998552980801
9.19/9.29	c BCD2: 1000771987424 <= obj <= 7045346031125
9.19/9.29	c BCD2: #cores=65, #unrelaxed=970, #relaxed=302, #hardened=0
9.19/9.29	c BCD2: #sat=1 #unsat=92 bias=92/93
9.19/9.29	c Solving starts ...
9.19/9.29	c ============================[ Search Statistics ]============================
9.19/9.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.29	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.29	c =============================================================================
9.19/9.29	c  0.0s |       0 |        0 |        0 |    27552      0 |     1101 |     1225
9.29/9.32	c  0.0s |       0 |      316 |        0 |    27552      0 |     1101 |     1225
9.29/9.32	c #cpu_time = 0.031s
9.29/9.32	c #wall_clock_time = 0.031s
9.29/9.32	c #decision = 316
9.29/9.32	c #random_decision = 0
9.29/9.32	c #conflict = 0
9.29/9.32	c #restart = 0
9.29/9.32	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
9.29/9.32	c BCD2: refineLB: 22070764809 -> 22190066240
9.29/9.32	c lower bound updated to 1009648013921
9.29/9.37	c BCD2: 1011867020544 <= obj <= 7045346031125
9.29/9.37	c BCD2: #cores=65, #unrelaxed=966, #relaxed=306, #hardened=0
9.29/9.37	c BCD2: #sat=1 #unsat=93 bias=93/94
9.29/9.37	c Solving starts ...
9.29/9.37	c ============================[ Search Statistics ]============================
9.29/9.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.37	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.37	c =============================================================================
9.29/9.38	c  0.0s |       0 |        0 |        0 |    27552      0 |     1108 |     1225
9.39/9.41	c  0.0s |       0 |      315 |        0 |    27552      0 |     1108 |     1238
9.39/9.41	c #cpu_time = 0.033s
9.39/9.41	c #wall_clock_time = 0.033s
9.39/9.41	c #decision = 315
9.39/9.41	c #random_decision = 0
9.39/9.41	c #conflict = 0
9.39/9.41	c #restart = 0
9.39/9.41	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
9.39/9.41	c lower bound updated to 1020743047041
9.39/9.47	c BCD2: 1022962053664 <= obj <= 7045346031125
9.39/9.47	c BCD2: #cores=66, #unrelaxed=963, #relaxed=309, #hardened=0
9.39/9.47	c BCD2: #sat=1 #unsat=94 bias=94/95
9.39/9.47	c Solving starts ...
9.39/9.47	c ============================[ Search Statistics ]============================
9.39/9.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.39/9.47	c       |         |          |          |    Limit     GC | Var      | Constra 
9.39/9.47	c =============================================================================
9.39/9.47	c  0.0s |       0 |        0 |        0 |    27552      0 |     1108 |     1239
9.49/9.50	c  0.0s |       0 |      314 |        0 |    27552      0 |     1108 |     1239
9.49/9.50	c #cpu_time = 0.033s
9.49/9.50	c #wall_clock_time = 0.033s
9.49/9.50	c #decision = 314
9.49/9.50	c #random_decision = 0
9.49/9.50	c #conflict = 0
9.49/9.50	c #restart = 0
9.49/9.50	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
9.49/9.50	c lower bound updated to 1031838080161
9.49/9.56	c BCD2: 1034057086784 <= obj <= 7045346031125
9.49/9.56	c BCD2: #cores=67, #unrelaxed=960, #relaxed=312, #hardened=0
9.49/9.56	c BCD2: #sat=1 #unsat=95 bias=95/96
9.49/9.56	c Solving starts ...
9.49/9.56	c ============================[ Search Statistics ]============================
9.49/9.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.56	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.56	c =============================================================================
9.49/9.56	c  0.0s |       0 |        0 |        0 |    27552      0 |     1108 |     1240
9.49/9.60	c  0.0s |       0 |      314 |        0 |    27552      0 |     1108 |     1240
9.49/9.60	c #cpu_time = 0.033s
9.49/9.60	c #wall_clock_time = 0.033s
9.49/9.60	c #decision = 314
9.49/9.60	c #random_decision = 0
9.49/9.60	c #conflict = 0
9.49/9.60	c #restart = 0
9.49/9.60	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
9.49/9.60	c lower bound updated to 1042933113281
9.59/9.65	c BCD2: 1045152119904 <= obj <= 7045346031125
9.59/9.65	c BCD2: #cores=68, #unrelaxed=957, #relaxed=315, #hardened=0
9.59/9.65	c BCD2: #sat=1 #unsat=96 bias=96/97
9.59/9.65	c Solving starts ...
9.59/9.65	c ============================[ Search Statistics ]============================
9.59/9.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.65	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.65	c =============================================================================
9.59/9.65	c  0.0s |       0 |        0 |        0 |    27552      0 |     1108 |     1241
9.59/9.69	c  0.0s |       0 |      319 |        0 |    27552      0 |     1108 |     1241
9.59/9.69	c #cpu_time = 0.033s
9.59/9.69	c #wall_clock_time = 0.033s
9.59/9.69	c #decision = 319
9.59/9.69	c #random_decision = 0
9.59/9.69	c #conflict = 0
9.59/9.69	c #restart = 0
9.59/9.69	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
9.59/9.69	c lower bound updated to 1054028146401
9.69/9.74	c BCD2: 1056247153024 <= obj <= 7045346031125
9.69/9.74	c BCD2: #cores=69, #unrelaxed=954, #relaxed=318, #hardened=0
9.69/9.74	c BCD2: #sat=1 #unsat=97 bias=97/98
9.69/9.74	c Solving starts ...
9.69/9.74	c ============================[ Search Statistics ]============================
9.69/9.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.74	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.74	c =============================================================================
9.69/9.74	c  0.0s |       0 |        0 |        0 |    27552      0 |     1108 |     1242
9.69/9.78	c  0.0s |       0 |      321 |        0 |    27552      0 |     1108 |     1242
9.69/9.78	c #cpu_time = 0.033s
9.69/9.78	c #wall_clock_time = 0.033s
9.69/9.78	c #decision = 321
9.69/9.78	c #random_decision = 0
9.69/9.78	c #conflict = 0
9.69/9.78	c #restart = 0
9.69/9.78	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
9.69/9.78	c lower bound updated to 1065123179521
9.79/9.83	c BCD2: 1067342186144 <= obj <= 7045346031125
9.79/9.83	c BCD2: #cores=70, #unrelaxed=951, #relaxed=321, #hardened=0
9.79/9.83	c BCD2: #sat=1 #unsat=98 bias=98/99
9.79/9.83	c Solving starts ...
9.79/9.83	c ============================[ Search Statistics ]============================
9.79/9.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.83	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.83	c =============================================================================
9.79/9.83	c  0.0s |       0 |        0 |        0 |    27552      0 |     1108 |     1243
9.79/9.87	c  0.0s |       0 |      320 |        0 |    27552      0 |     1108 |     1243
9.79/9.87	c #cpu_time = 0.033s
9.79/9.87	c #wall_clock_time = 0.033s
9.79/9.87	c #decision = 320
9.79/9.87	c #random_decision = 0
9.79/9.87	c #conflict = 0
9.79/9.87	c #restart = 0
9.79/9.87	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
9.79/9.87	c BCD2: refineLB: 22077995199 -> 22190066240
9.79/9.87	c lower bound updated to 1076218212641
9.90/9.92	c BCD2: 1078437219264 <= obj <= 7045346031125
9.90/9.92	c BCD2: #cores=70, #unrelaxed=947, #relaxed=325, #hardened=0
9.90/9.92	c BCD2: #sat=1 #unsat=99 bias=99/100
9.90/9.92	c Solving starts ...
9.90/9.92	c ============================[ Search Statistics ]============================
9.90/9.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.90/9.92	c       |         |          |          |    Limit     GC | Var      | Constra 
9.90/9.92	c =============================================================================
9.90/9.92	c  0.0s |       0 |        0 |        0 |    27552      0 |     1163 |     1243
9.90/9.96	c  0.0s |       0 |      324 |        0 |    27552      0 |     1163 |     1352
9.90/9.96	c #cpu_time = 0.032s
9.90/9.96	c #wall_clock_time = 0.033s
9.90/9.96	c #decision = 324
9.90/9.96	c #random_decision = 0
9.90/9.96	c #conflict = 0
9.90/9.96	c #restart = 0
9.90/9.96	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
9.90/9.96	c BCD2: refineLB: 22079115909 -> 22190066240
9.90/9.96	c lower bound updated to 1087313245761
10.00/10.01	c BCD2: 1089532252384 <= obj <= 7045346031125
10.00/10.01	c BCD2: #cores=70, #unrelaxed=943, #relaxed=329, #hardened=0
10.00/10.01	c BCD2: #sat=1 #unsat=100 bias=100/101
10.00/10.01	c Solving starts ...
10.00/10.01	c ============================[ Search Statistics ]============================
10.00/10.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.00/10.01	c       |         |          |          |    Limit     GC | Var      | Constra 
10.00/10.01	c =============================================================================
10.00/10.01	c  0.0s |       0 |        0 |        0 |    27552      0 |     1241 |     1352
10.00/10.05	c  0.0s |       0 |      323 |        0 |    27552      0 |     1241 |     1507
10.00/10.05	c #cpu_time = 0.036s
10.00/10.05	c #wall_clock_time = 0.036s
10.00/10.05	c #decision = 323
10.00/10.05	c #random_decision = 0
10.00/10.05	c #conflict = 0
10.00/10.05	c #restart = 0
10.00/10.05	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.00/10.05	c lower bound updated to 1098408278881
10.09/10.10	c BCD2: 1100627285504 <= obj <= 7045346031125
10.09/10.10	c BCD2: #cores=71, #unrelaxed=940, #relaxed=332, #hardened=0
10.09/10.10	c BCD2: #sat=1 #unsat=101 bias=101/102
10.09/10.10	c Solving starts ...
10.09/10.10	c ============================[ Search Statistics ]============================
10.09/10.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.10	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.10	c =============================================================================
10.09/10.11	c  0.0s |       0 |        0 |        0 |    27552      0 |     1241 |     1508
10.09/10.14	c  0.0s |       0 |      322 |        0 |    27552      0 |     1241 |     1508
10.09/10.14	c #cpu_time = 0.033s
10.09/10.14	c #wall_clock_time = 0.033s
10.09/10.14	c #decision = 322
10.09/10.14	c #random_decision = 0
10.09/10.14	c #conflict = 0
10.09/10.14	c #restart = 0
10.09/10.14	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.09/10.14	c lower bound updated to 1109503312001
10.09/10.19	c BCD2: 1111722318624 <= obj <= 7045346031125
10.09/10.19	c BCD2: #cores=72, #unrelaxed=937, #relaxed=335, #hardened=0
10.09/10.19	c BCD2: #sat=1 #unsat=102 bias=102/103
10.09/10.19	c Solving starts ...
10.09/10.19	c ============================[ Search Statistics ]============================
10.09/10.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.19	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.19	c =============================================================================
10.09/10.20	c  0.0s |       0 |        0 |        0 |    27552      0 |     1241 |     1509
10.19/10.23	c  0.0s |       0 |      324 |        0 |    27552      0 |     1241 |     1509
10.19/10.23	c #cpu_time = 0.034s
10.19/10.23	c #wall_clock_time = 0.034s
10.19/10.23	c #decision = 324
10.19/10.23	c #random_decision = 0
10.19/10.23	c #conflict = 0
10.19/10.23	c #restart = 0
10.19/10.23	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.19/10.23	c lower bound updated to 1120598345121
10.19/10.28	c BCD2: 1122817351744 <= obj <= 7045346031125
10.19/10.28	c BCD2: #cores=73, #unrelaxed=934, #relaxed=338, #hardened=0
10.19/10.28	c BCD2: #sat=1 #unsat=103 bias=103/104
10.19/10.28	c Solving starts ...
10.19/10.28	c ============================[ Search Statistics ]============================
10.19/10.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.28	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.28	c =============================================================================
10.19/10.29	c  0.0s |       0 |        0 |        0 |    27552      0 |     1241 |     1510
10.29/10.32	c  0.0s |       0 |      323 |        0 |    27552      0 |     1241 |     1510
10.29/10.32	c #cpu_time = 0.034s
10.29/10.32	c #wall_clock_time = 0.034s
10.29/10.32	c #decision = 323
10.29/10.32	c #random_decision = 0
10.29/10.32	c #conflict = 0
10.29/10.32	c #restart = 0
10.29/10.32	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.29/10.32	c lower bound updated to 1131693378241
10.29/10.38	c BCD2: 1133912384864 <= obj <= 7045346031125
10.29/10.38	c BCD2: #cores=74, #unrelaxed=931, #relaxed=341, #hardened=0
10.29/10.38	c BCD2: #sat=1 #unsat=104 bias=104/105
10.29/10.38	c Solving starts ...
10.29/10.38	c ============================[ Search Statistics ]============================
10.29/10.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.38	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.38	c =============================================================================
10.29/10.38	c  0.0s |       0 |        0 |        0 |    27552      0 |     1241 |     1511
10.39/10.41	c  0.0s |       0 |      323 |        0 |    27552      0 |     1241 |     1511
10.39/10.41	c #cpu_time = 0.034s
10.39/10.41	c #wall_clock_time = 0.034s
10.39/10.41	c #decision = 323
10.39/10.41	c #random_decision = 0
10.39/10.41	c #conflict = 0
10.39/10.41	c #restart = 0
10.39/10.41	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=33285099360
10.39/10.41	c BCD2: refineLB: 22190066241 -> 33285099360
10.39/10.41	c lower bound updated to 1142788411361
10.39/10.46	c BCD2: 1145007417984 <= obj <= 7045346031125
10.39/10.46	c BCD2: #cores=73, #unrelaxed=927, #relaxed=345, #hardened=0
10.39/10.46	c BCD2: #sat=1 #unsat=105 bias=105/106
10.39/10.46	c Solving starts ...
10.39/10.46	c ============================[ Search Statistics ]============================
10.39/10.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.46	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.46	c =============================================================================
10.39/10.47	c  0.0s |       0 |        0 |        0 |    27552      0 |     1243 |     1511
10.49/10.50	c  0.0s |       0 |      321 |        0 |    27552      0 |     1243 |     1513
10.49/10.50	c #cpu_time = 0.032s
10.49/10.50	c #wall_clock_time = 0.032s
10.49/10.50	c #decision = 321
10.49/10.50	c #random_decision = 0
10.49/10.50	c #conflict = 0
10.49/10.50	c #restart = 0
10.49/10.50	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.49/10.50	c lower bound updated to 1153883444481
10.49/10.56	c BCD2: 1156102451104 <= obj <= 7045346031125
10.49/10.56	c BCD2: #cores=74, #unrelaxed=924, #relaxed=348, #hardened=0
10.49/10.56	c BCD2: #sat=1 #unsat=106 bias=106/107
10.49/10.56	c Solving starts ...
10.49/10.56	c ============================[ Search Statistics ]============================
10.49/10.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.56	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.56	c =============================================================================
10.49/10.56	c  0.0s |       0 |        0 |        0 |    27552      0 |     1243 |     1514
10.49/10.59	c  0.0s |       0 |      326 |        0 |    27552      0 |     1243 |     1514
10.49/10.59	c #cpu_time = 0.033s
10.49/10.59	c #wall_clock_time = 0.033s
10.49/10.59	c #decision = 326
10.49/10.59	c #random_decision = 0
10.49/10.59	c #conflict = 0
10.49/10.59	c #restart = 0
10.49/10.59	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.49/10.59	c lower bound updated to 1164978477601
10.59/10.65	c BCD2: 1167197484224 <= obj <= 7045346031125
10.59/10.65	c BCD2: #cores=75, #unrelaxed=921, #relaxed=351, #hardened=0
10.59/10.65	c BCD2: #sat=1 #unsat=107 bias=107/108
10.59/10.65	c Solving starts ...
10.59/10.65	c ============================[ Search Statistics ]============================
10.59/10.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.65	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.65	c =============================================================================
10.59/10.65	c  0.0s |       0 |        0 |        0 |    27552      0 |     1243 |     1515
10.59/10.69	c  0.0s |       0 |      328 |        0 |    27552      0 |     1243 |     1515
10.59/10.69	c #cpu_time = 0.033s
10.59/10.69	c #wall_clock_time = 0.033s
10.59/10.69	c #decision = 328
10.59/10.69	c #random_decision = 0
10.59/10.69	c #conflict = 0
10.59/10.69	c #restart = 0
10.59/10.69	c BCD2: relaxing 7 and merging with 3 cores into a new core of size 16: cost of the new core is >=44380132480
10.59/10.69	c BCD2: refineLB: 33285099361 -> 44380132480
10.59/10.69	c lower bound updated to 1176073510721
10.69/10.74	c BCD2: 1178292517344 <= obj <= 7045346031125
10.69/10.74	c BCD2: #cores=73, #unrelaxed=914, #relaxed=358, #hardened=0
10.69/10.74	c BCD2: #sat=1 #unsat=108 bias=108/109
10.69/10.74	c Solving starts ...
10.69/10.74	c ============================[ Search Statistics ]============================
10.69/10.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.74	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.74	c =============================================================================
10.69/10.74	c  0.0s |       0 |        0 |        0 |    27552      0 |     1365 |     1515
10.69/10.78	c  0.0s |       0 |      324 |        0 |    27552      0 |     1365 |     1756
10.69/10.78	c #cpu_time = 0.037s
10.69/10.78	c #wall_clock_time = 0.037s
10.69/10.78	c #decision = 324
10.69/10.78	c #random_decision = 0
10.69/10.78	c #conflict = 0
10.69/10.78	c #restart = 0
10.69/10.78	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.69/10.78	c lower bound updated to 1187168543841
10.79/10.83	c BCD2: 1189387550464 <= obj <= 7045346031125
10.79/10.83	c BCD2: #cores=74, #unrelaxed=911, #relaxed=361, #hardened=0
10.79/10.83	c BCD2: #sat=1 #unsat=109 bias=109/110
10.79/10.83	c Solving starts ...
10.79/10.83	c ============================[ Search Statistics ]============================
10.79/10.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.83	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.83	c =============================================================================
10.79/10.84	c  0.0s |       0 |        0 |        0 |    27552      0 |     1365 |     1757
10.79/10.87	c  0.0s |       0 |      326 |        0 |    27552      0 |     1365 |     1757
10.79/10.87	c #cpu_time = 0.034s
10.79/10.87	c #wall_clock_time = 0.034s
10.79/10.87	c #decision = 326
10.79/10.87	c #random_decision = 0
10.79/10.87	c #conflict = 0
10.79/10.87	c #restart = 0
10.79/10.87	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
10.79/10.87	c lower bound updated to 1198263576961
10.89/10.93	c BCD2: 1200482583584 <= obj <= 7045346031125
10.89/10.93	c BCD2: #cores=75, #unrelaxed=908, #relaxed=364, #hardened=0
10.89/10.93	c BCD2: #sat=1 #unsat=110 bias=110/111
10.89/10.93	c Solving starts ...
10.89/10.93	c ============================[ Search Statistics ]============================
10.89/10.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.89/10.93	c       |         |          |          |    Limit     GC | Var      | Constra 
10.89/10.93	c =============================================================================
10.89/10.93	c  0.0s |       0 |        0 |        0 |    27552      0 |     1365 |     1758
10.89/10.96	c  0.0s |       0 |      326 |        0 |    27552      0 |     1365 |     1758
10.89/10.96	c #cpu_time = 0.034s
10.89/10.96	c #wall_clock_time = 0.034s
10.89/10.96	c #decision = 326
10.89/10.96	c #random_decision = 0
10.89/10.96	c #conflict = 0
10.89/10.96	c #restart = 0
10.89/10.96	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
10.89/10.96	c BCD2: refineLB: 11095033121 -> 22190066240
10.89/10.96	c lower bound updated to 1209358610081
11.00/11.01	c BCD2: 1211577616704 <= obj <= 7045346031125
11.00/11.01	c BCD2: #cores=75, #unrelaxed=904, #relaxed=368, #hardened=0
11.00/11.01	c BCD2: #sat=1 #unsat=111 bias=111/112
11.00/11.01	c Solving starts ...
11.00/11.01	c ============================[ Search Statistics ]============================
11.00/11.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.00/11.01	c       |         |          |          |    Limit     GC | Var      | Constra 
11.00/11.01	c =============================================================================
11.00/11.02	c  0.0s |       0 |        0 |        0 |    27552      0 |     1366 |     1758
11.00/11.05	c  0.0s |       0 |      326 |        0 |    27552      0 |     1366 |     1759
11.00/11.05	c #cpu_time = 0.033s
11.00/11.05	c #wall_clock_time = 0.033s
11.00/11.05	c #decision = 326
11.00/11.05	c #random_decision = 0
11.00/11.05	c #conflict = 0
11.00/11.05	c #restart = 0
11.00/11.05	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
11.00/11.05	c BCD2: refineLB: 11095033121 -> 22190066240
11.00/11.05	c lower bound updated to 1220453643201
11.00/11.10	c BCD2: 1222672649824 <= obj <= 7045346031125
11.00/11.10	c BCD2: #cores=75, #unrelaxed=900, #relaxed=372, #hardened=0
11.00/11.10	c BCD2: #sat=1 #unsat=112 bias=112/113
11.10/11.10	c Solving starts ...
11.10/11.10	c ============================[ Search Statistics ]============================
11.10/11.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.10/11.10	c       |         |          |          |    Limit     GC | Var      | Constra 
11.10/11.10	c =============================================================================
11.10/11.10	c  0.0s |       0 |        0 |        0 |    27552      0 |     1367 |     1759
11.10/11.14	c  0.0s |       0 |      323 |        0 |    27552      0 |     1367 |     1760
11.10/11.14	c #cpu_time = 0.036s
11.10/11.14	c #wall_clock_time = 0.037s
11.10/11.14	c #decision = 323
11.10/11.14	c #random_decision = 0
11.10/11.14	c #conflict = 0
11.10/11.14	c #restart = 0
11.10/11.14	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=33285099360
11.10/11.14	c BCD2: refineLB: 22190066241 -> 33285099360
11.10/11.14	c lower bound updated to 1231548676321
11.10/11.19	c BCD2: 1233767682944 <= obj <= 7045346031125
11.10/11.19	c BCD2: #cores=74, #unrelaxed=895, #relaxed=377, #hardened=0
11.10/11.19	c BCD2: #sat=1 #unsat=113 bias=113/114
11.10/11.19	c Solving starts ...
11.10/11.19	c ============================[ Search Statistics ]============================
11.10/11.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.10/11.19	c       |         |          |          |    Limit     GC | Var      | Constra 
11.10/11.19	c =============================================================================
11.19/11.20	c  0.0s |       0 |        0 |        0 |    27552      0 |     1379 |     1760
11.19/11.23	c  0.0s |       0 |      322 |        0 |    27552      0 |     1379 |     1782
11.19/11.23	c #cpu_time = 0.033s
11.19/11.23	c #wall_clock_time = 0.033s
11.19/11.23	c #decision = 322
11.19/11.23	c #random_decision = 0
11.19/11.23	c #conflict = 0
11.19/11.23	c #restart = 0
11.19/11.23	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
11.19/11.23	c lower bound updated to 1242643709441
11.19/11.29	c BCD2: 1244862716064 <= obj <= 7045346031125
11.19/11.29	c BCD2: #cores=75, #unrelaxed=892, #relaxed=380, #hardened=0
11.19/11.29	c BCD2: #sat=1 #unsat=114 bias=114/115
11.19/11.29	c Solving starts ...
11.19/11.29	c ============================[ Search Statistics ]============================
11.19/11.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.29	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.29	c =============================================================================
11.19/11.29	c  0.0s |       0 |        0 |        0 |    27552      0 |     1379 |     1783
11.29/11.32	c  0.0s |       0 |      325 |        0 |    27552      0 |     1379 |     1783
11.29/11.32	c #cpu_time = 0.034s
11.29/11.32	c #wall_clock_time = 0.034s
11.29/11.32	c #decision = 325
11.29/11.32	c #random_decision = 0
11.29/11.32	c #conflict = 0
11.29/11.32	c #restart = 0
11.29/11.32	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
11.29/11.32	c lower bound updated to 1253738742561
11.29/11.38	c BCD2: 1255957749184 <= obj <= 7045346031125
11.29/11.38	c BCD2: #cores=76, #unrelaxed=889, #relaxed=383, #hardened=0
11.29/11.38	c BCD2: #sat=1 #unsat=115 bias=115/116
11.29/11.38	c Solving starts ...
11.29/11.38	c ============================[ Search Statistics ]============================
11.29/11.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.29/11.38	c       |         |          |          |    Limit     GC | Var      | Constra 
11.29/11.38	c =============================================================================
11.29/11.38	c  0.0s |       0 |        0 |        0 |    27552      0 |     1379 |     1784
11.39/11.42	c  0.0s |       0 |      324 |        0 |    27552      0 |     1379 |     1784
11.39/11.42	c #cpu_time = 0.034s
11.39/11.42	c #wall_clock_time = 0.034s
11.39/11.42	c #decision = 324
11.39/11.42	c #random_decision = 0
11.39/11.42	c #conflict = 0
11.39/11.42	c #restart = 0
11.39/11.42	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
11.39/11.42	c lower bound updated to 1264833775681
11.39/11.47	c BCD2: 1267052782304 <= obj <= 7045346031125
11.39/11.47	c BCD2: #cores=77, #unrelaxed=886, #relaxed=386, #hardened=0
11.39/11.47	c BCD2: #sat=1 #unsat=116 bias=116/117
11.39/11.47	c Solving starts ...
11.39/11.47	c ============================[ Search Statistics ]============================
11.39/11.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.39/11.47	c       |         |          |          |    Limit     GC | Var      | Constra 
11.39/11.47	c =============================================================================
11.39/11.47	c  0.0s |       0 |        0 |        0 |    27552      0 |     1379 |     1785
11.49/11.51	c  0.0s |       0 |      324 |        0 |    27552      0 |     1379 |     1785
11.49/11.51	c #cpu_time = 0.034s
11.49/11.51	c #wall_clock_time = 0.034s
11.49/11.51	c #decision = 324
11.49/11.51	c #random_decision = 0
11.49/11.51	c #conflict = 0
11.49/11.51	c #restart = 0
11.49/11.51	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
11.49/11.51	c lower bound updated to 1275928808801
11.49/11.56	c BCD2: 1278147815424 <= obj <= 7045346031125
11.49/11.56	c BCD2: #cores=78, #unrelaxed=883, #relaxed=389, #hardened=0
11.49/11.56	c BCD2: #sat=1 #unsat=117 bias=117/118
11.49/11.57	c Solving starts ...
11.49/11.57	c ============================[ Search Statistics ]============================
11.49/11.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.49/11.57	c       |         |          |          |    Limit     GC | Var      | Constra 
11.49/11.57	c =============================================================================
11.49/11.57	c  0.0s |       0 |        0 |        0 |    27552      0 |     1379 |     1786
11.59/11.61	c  0.0s |       0 |      327 |        1 |    27552      0 |     1379 |     1786
11.59/11.61	c #cpu_time = 0.034s
11.59/11.61	c #wall_clock_time = 0.034s
11.59/11.61	c #decision = 327
11.59/11.61	c #random_decision = 0
11.59/11.61	c #conflict = 1
11.59/11.61	c #restart = 0
11.59/11.61	c BCD2: relaxing 14 and merging with 4 cores into a new core of size 34: cost of the new core is >=77665231840
11.59/11.61	c BCD2: refineLB: 66570198721 -> 77665231840
11.59/11.61	c lower bound updated to 1287023841921
11.59/11.65	c BCD2: 1289242848544 <= obj <= 7045346031125
11.59/11.65	c BCD2: #cores=75, #unrelaxed=869, #relaxed=403, #hardened=0
11.59/11.65	c BCD2: #sat=1 #unsat=118 bias=118/119
11.59/11.66	c Solving starts ...
11.59/11.66	c ============================[ Search Statistics ]============================
11.59/11.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.59/11.66	c       |         |          |          |    Limit     GC | Var      | Constra 
11.59/11.66	c =============================================================================
11.59/11.66	c  0.0s |       0 |        0 |        0 |    27552      0 |     1525 |     1786
11.59/11.70	c  0.0s |       0 |      317 |        0 |    27552      0 |     1525 |     2074
11.59/11.70	c #cpu_time = 0.038s
11.59/11.70	c #wall_clock_time = 0.039s
11.59/11.70	c #decision = 317
11.59/11.70	c #random_decision = 0
11.59/11.70	c #conflict = 0
11.59/11.70	c #restart = 0
11.69/11.70	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
11.69/11.70	c lower bound updated to 1298118875041
11.69/11.75	c BCD2: 1300337881664 <= obj <= 7045346031125
11.69/11.75	c BCD2: #cores=76, #unrelaxed=866, #relaxed=406, #hardened=0
11.69/11.75	c BCD2: #sat=1 #unsat=119 bias=119/120
11.69/11.75	c Solving starts ...
11.69/11.75	c ============================[ Search Statistics ]============================
11.69/11.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.69/11.75	c       |         |          |          |    Limit     GC | Var      | Constra 
11.69/11.75	c =============================================================================
11.69/11.76	c  0.0s |       0 |        0 |        0 |    27552      0 |     1525 |     2075
11.69/11.79	c  0.0s |       0 |      318 |        0 |    27552      0 |     1525 |     2075
11.69/11.79	c #cpu_time = 0.035s
11.69/11.79	c #wall_clock_time = 0.036s
11.69/11.79	c #decision = 318
11.69/11.79	c #random_decision = 0
11.69/11.79	c #conflict = 0
11.69/11.79	c #restart = 0
11.69/11.79	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
11.69/11.79	c lower bound updated to 1309213908161
11.79/11.85	c BCD2: 1311432914784 <= obj <= 7045346031125
11.79/11.85	c BCD2: #cores=77, #unrelaxed=863, #relaxed=409, #hardened=0
11.79/11.85	c BCD2: #sat=1 #unsat=120 bias=120/121
11.79/11.85	c Solving starts ...
11.79/11.85	c ============================[ Search Statistics ]============================
11.79/11.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.79/11.85	c       |         |          |          |    Limit     GC | Var      | Constra 
11.79/11.85	c =============================================================================
11.79/11.85	c  0.0s |       0 |        0 |        0 |    27552      0 |     1525 |     2076
11.79/11.89	c  0.0s |       0 |      317 |        0 |    27552      0 |     1525 |     2076
11.79/11.89	c #cpu_time = 0.035s
11.79/11.89	c #wall_clock_time = 0.035s
11.79/11.89	c #decision = 317
11.79/11.89	c #random_decision = 0
11.79/11.89	c #conflict = 0
11.79/11.89	c #restart = 0
11.79/11.89	c BCD2: relaxing 6 and merging with 3 cores into a new core of size 15: cost of the new core is >=44380132480
11.79/11.89	c BCD2: refineLB: 44288437992 -> 44380132480
11.79/11.89	c lower bound updated to 1320308941281
11.89/11.93	c BCD2: 1322527947904 <= obj <= 7045346031125
11.89/11.93	c BCD2: #cores=75, #unrelaxed=857, #relaxed=415, #hardened=0
11.89/11.93	c BCD2: #sat=1 #unsat=121 bias=121/122
11.89/11.94	c Solving starts ...
11.89/11.94	c ============================[ Search Statistics ]============================
11.89/11.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.89/11.94	c       |         |          |          |    Limit     GC | Var      | Constra 
11.89/11.94	c =============================================================================
11.89/11.94	c  0.0s |       0 |        0 |        0 |    27552      0 |     1669 |     2076
11.89/11.98	c  0.0s |       0 |      312 |        0 |    27552      0 |     1669 |     2361
11.89/11.98	c #cpu_time = 0.034s
11.89/11.98	c #wall_clock_time = 0.034s
11.89/11.98	c #decision = 312
11.89/11.98	c #random_decision = 0
11.89/11.98	c #conflict = 0
11.89/11.98	c #restart = 0
11.89/11.98	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
11.89/11.98	c BCD2: refineLB: 11095033121 -> 22190066240
11.89/11.98	c lower bound updated to 1331403974401
11.99/12.03	c BCD2: 1333622981024 <= obj <= 7045346031125
11.99/12.03	c BCD2: #cores=75, #unrelaxed=853, #relaxed=419, #hardened=0
11.99/12.03	c BCD2: #sat=1 #unsat=122 bias=122/123
11.99/12.03	c Solving starts ...
11.99/12.03	c ============================[ Search Statistics ]============================
11.99/12.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.99/12.03	c       |         |          |          |    Limit     GC | Var      | Constra 
11.99/12.03	c =============================================================================
11.99/12.03	c  0.0s |       0 |        0 |        0 |    27552      0 |     1670 |     2361
11.99/12.07	c  0.0s |       0 |      310 |        0 |    27552      0 |     1670 |     2362
11.99/12.07	c #cpu_time = 0.037s
11.99/12.07	c #wall_clock_time = 0.037s
11.99/12.07	c #decision = 310
11.99/12.07	c #random_decision = 0
11.99/12.07	c #conflict = 0
11.99/12.07	c #restart = 0
11.99/12.07	c BCD2: relaxing 7 and merging with 5 cores into a new core of size 22: cost of the new core is >=66570198720
11.99/12.07	c BCD2: refineLB: 55475165601 -> 66570198720
11.99/12.07	c lower bound updated to 1342499007521
12.10/12.12	c BCD2: 1344718014144 <= obj <= 7045346031125
12.10/12.12	c BCD2: #cores=71, #unrelaxed=846, #relaxed=426, #hardened=0
12.10/12.12	c BCD2: #sat=1 #unsat=123 bias=123/124
12.10/12.12	c Solving starts ...
12.10/12.12	c ============================[ Search Statistics ]============================
12.10/12.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.10/12.12	c       |         |          |          |    Limit     GC | Var      | Constra 
12.10/12.12	c =============================================================================
12.10/12.13	c  0.0s |       0 |        0 |        0 |    27552      0 |     1777 |     2362
12.10/12.16	c  0.0s |       0 |      306 |        0 |    27552      0 |     1777 |     2571
12.10/12.16	c #cpu_time = 0.034s
12.10/12.16	c #wall_clock_time = 0.035s
12.10/12.16	c #decision = 306
12.10/12.16	c #random_decision = 0
12.10/12.16	c #conflict = 0
12.10/12.16	c #restart = 0
12.10/12.16	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
12.10/12.16	c lower bound updated to 1353594040641
12.20/12.22	c BCD2: 1355813047264 <= obj <= 7045346031125
12.20/12.22	c BCD2: #cores=72, #unrelaxed=843, #relaxed=429, #hardened=0
12.20/12.22	c BCD2: #sat=1 #unsat=124 bias=124/125
12.20/12.22	c Solving starts ...
12.20/12.22	c ============================[ Search Statistics ]============================
12.20/12.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.20/12.22	c       |         |          |          |    Limit     GC | Var      | Constra 
12.20/12.22	c =============================================================================
12.20/12.22	c  0.0s |       0 |        0 |        0 |    27552      0 |     1777 |     2572
12.20/12.25	c  0.0s |       0 |      308 |        0 |    27552      0 |     1777 |     2572
12.20/12.25	c #cpu_time = 0.034s
12.20/12.25	c #wall_clock_time = 0.034s
12.20/12.25	c #decision = 308
12.20/12.25	c #random_decision = 0
12.20/12.25	c #conflict = 0
12.20/12.25	c #restart = 0
12.20/12.25	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
12.20/12.25	c lower bound updated to 1364689073761
12.29/12.31	c BCD2: 1366908080384 <= obj <= 7045346031125
12.29/12.31	c BCD2: #cores=73, #unrelaxed=840, #relaxed=432, #hardened=0
12.29/12.31	c BCD2: #sat=1 #unsat=125 bias=125/126
12.29/12.31	c Solving starts ...
12.29/12.31	c ============================[ Search Statistics ]============================
12.29/12.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.29/12.31	c       |         |          |          |    Limit     GC | Var      | Constra 
12.29/12.31	c =============================================================================
12.29/12.32	c  0.0s |       0 |        0 |        0 |    27552      0 |     1777 |     2573
12.29/12.35	c  0.0s |       0 |      312 |        0 |    27552      0 |     1777 |     2573
12.29/12.35	c #cpu_time = 0.034s
12.29/12.35	c #wall_clock_time = 0.034s
12.29/12.35	c #decision = 312
12.29/12.35	c #random_decision = 0
12.29/12.35	c #conflict = 0
12.29/12.35	c #restart = 0
12.29/12.35	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
12.29/12.35	c BCD2: refineLB: 22102010422 -> 22190066240
12.29/12.35	c lower bound updated to 1375784106881
12.39/12.40	c BCD2: 1378003113504 <= obj <= 7045346031125
12.39/12.40	c BCD2: #cores=73, #unrelaxed=836, #relaxed=436, #hardened=0
12.39/12.40	c BCD2: #sat=1 #unsat=126 bias=126/127
12.39/12.40	c Solving starts ...
12.39/12.40	c ============================[ Search Statistics ]============================
12.39/12.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.39/12.40	c       |         |          |          |    Limit     GC | Var      | Constra 
12.39/12.40	c =============================================================================
12.39/12.40	c  0.0s |       0 |        0 |        0 |    27552      0 |     1789 |     2573
12.39/12.44	c  0.0s |       0 |      309 |        0 |    27552      0 |     1789 |     2596
12.39/12.44	c #cpu_time = 0.038s
12.39/12.44	c #wall_clock_time = 0.038s
12.39/12.44	c #decision = 309
12.39/12.44	c #random_decision = 0
12.39/12.44	c #conflict = 0
12.39/12.44	c #restart = 0
12.39/12.44	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
12.39/12.44	c lower bound updated to 1386879140001
12.39/12.49	c BCD2: 1389098146624 <= obj <= 7045346031125
12.39/12.49	c BCD2: #cores=74, #unrelaxed=833, #relaxed=439, #hardened=0
12.39/12.49	c BCD2: #sat=1 #unsat=127 bias=127/128
12.49/12.50	c Solving starts ...
12.49/12.50	c ============================[ Search Statistics ]============================
12.49/12.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.49/12.50	c       |         |          |          |    Limit     GC | Var      | Constra 
12.49/12.50	c =============================================================================
12.49/12.50	c  0.0s |       0 |        0 |        0 |    27552      0 |     1789 |     2597
12.49/12.54	c  0.0s |       0 |      308 |        0 |    27552      0 |     1789 |     2597
12.49/12.54	c #cpu_time = 0.035s
12.49/12.54	c #wall_clock_time = 0.035s
12.49/12.54	c #decision = 308
12.49/12.54	c #random_decision = 0
12.49/12.54	c #conflict = 0
12.49/12.54	c #restart = 0
12.49/12.54	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
12.49/12.54	c lower bound updated to 1397974173121
12.49/12.59	c BCD2: 1400193179744 <= obj <= 7045346031125
12.49/12.59	c BCD2: #cores=75, #unrelaxed=830, #relaxed=442, #hardened=0
12.49/12.59	c BCD2: #sat=1 #unsat=128 bias=128/129
12.49/12.59	c Solving starts ...
12.49/12.59	c ============================[ Search Statistics ]============================
12.49/12.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.49/12.59	c       |         |          |          |    Limit     GC | Var      | Constra 
12.49/12.59	c =============================================================================
12.49/12.59	c  0.0s |       0 |        0 |        0 |    27552      0 |     1789 |     2598
12.59/12.63	c  0.0s |       0 |      309 |        0 |    27552      0 |     1789 |     2598
12.59/12.63	c #cpu_time = 0.036s
12.59/12.63	c #wall_clock_time = 0.036s
12.59/12.63	c #decision = 309
12.59/12.63	c #random_decision = 0
12.59/12.63	c #conflict = 0
12.59/12.63	c #restart = 0
12.59/12.63	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
12.59/12.63	c lower bound updated to 1409069206241
12.59/12.68	c BCD2: 1411288212864 <= obj <= 7045346031125
12.59/12.68	c BCD2: #cores=76, #unrelaxed=827, #relaxed=445, #hardened=0
12.59/12.68	c BCD2: #sat=1 #unsat=129 bias=129/130
12.59/12.69	c Solving starts ...
12.59/12.69	c ============================[ Search Statistics ]============================
12.59/12.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.59/12.69	c       |         |          |          |    Limit     GC | Var      | Constra 
12.59/12.69	c =============================================================================
12.59/12.69	c  0.0s |       0 |        0 |        0 |    27552      0 |     1789 |     2599
12.69/12.73	c  0.0s |       0 |      309 |        0 |    27552      0 |     1789 |     2599
12.69/12.73	c #cpu_time = 0.036s
12.69/12.73	c #wall_clock_time = 0.036s
12.69/12.73	c #decision = 309
12.69/12.73	c #random_decision = 0
12.69/12.73	c #conflict = 0
12.69/12.73	c #restart = 0
12.69/12.73	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
12.69/12.73	c lower bound updated to 1420164239361
12.69/12.78	c BCD2: 1422383245984 <= obj <= 7045346031125
12.69/12.78	c BCD2: #cores=77, #unrelaxed=824, #relaxed=448, #hardened=0
12.69/12.78	c BCD2: #sat=1 #unsat=130 bias=130/131
12.69/12.78	c Solving starts ...
12.69/12.78	c ============================[ Search Statistics ]============================
12.69/12.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.69/12.78	c       |         |          |          |    Limit     GC | Var      | Constra 
12.69/12.78	c =============================================================================
12.69/12.79	c  0.0s |       0 |        0 |        0 |    27552      0 |     1789 |     2600
12.79/12.82	c  0.0s |       0 |      311 |        0 |    27552      0 |     1789 |     2600
12.79/12.82	c #cpu_time = 0.036s
12.79/12.82	c #wall_clock_time = 0.036s
12.79/12.82	c #decision = 311
12.79/12.82	c #random_decision = 0
12.79/12.82	c #conflict = 0
12.79/12.82	c #restart = 0
12.79/12.82	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
12.79/12.82	c lower bound updated to 1431259272481
12.79/12.88	c BCD2: 1433478279104 <= obj <= 7045346031125
12.79/12.88	c BCD2: #cores=78, #unrelaxed=821, #relaxed=451, #hardened=0
12.79/12.88	c BCD2: #sat=1 #unsat=131 bias=131/132
12.79/12.88	c Solving starts ...
12.79/12.88	c ============================[ Search Statistics ]============================
12.79/12.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.79/12.88	c       |         |          |          |    Limit     GC | Var      | Constra 
12.79/12.88	c =============================================================================
12.79/12.88	c  0.0s |       0 |        0 |        0 |    27552      0 |     1789 |     2601
12.89/12.92	c  0.0s |       0 |      315 |        0 |    27552      0 |     1789 |     2601
12.89/12.92	c #cpu_time = 0.037s
12.89/12.92	c #wall_clock_time = 0.037s
12.89/12.92	c #decision = 315
12.89/12.92	c #random_decision = 0
12.89/12.92	c #conflict = 0
12.89/12.92	c #restart = 0
12.89/12.92	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
12.89/12.92	c BCD2: refineLB: 22106012959 -> 22190066240
12.89/12.92	c lower bound updated to 1442354305601
12.89/12.97	c BCD2: 1444573312224 <= obj <= 7045346031125
12.89/12.97	c BCD2: #cores=78, #unrelaxed=817, #relaxed=455, #hardened=0
12.89/12.97	c BCD2: #sat=1 #unsat=132 bias=132/133
12.89/12.97	c Solving starts ...
12.89/12.97	c ============================[ Search Statistics ]============================
12.89/12.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.89/12.97	c       |         |          |          |    Limit     GC | Var      | Constra 
12.89/12.97	c =============================================================================
12.89/12.97	c  0.0s |       0 |        0 |        0 |    27552      0 |     1791 |     2601
12.99/13.01	c  0.0s |       0 |      312 |        0 |    27552      0 |     1791 |     2604
12.99/13.01	c #cpu_time = 0.038s
12.99/13.01	c #wall_clock_time = 0.038s
12.99/13.01	c #decision = 312
12.99/13.01	c #random_decision = 0
12.99/13.01	c #conflict = 0
12.99/13.01	c #restart = 0
12.99/13.01	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
12.99/13.01	c lower bound updated to 1453449338721
12.99/13.06	c BCD2: 1455668345344 <= obj <= 7045346031125
12.99/13.06	c BCD2: #cores=79, #unrelaxed=814, #relaxed=458, #hardened=0
12.99/13.06	c BCD2: #sat=1 #unsat=133 bias=133/134
12.99/13.07	c Solving starts ...
12.99/13.07	c ============================[ Search Statistics ]============================
12.99/13.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.99/13.07	c       |         |          |          |    Limit     GC | Var      | Constra 
12.99/13.07	c =============================================================================
12.99/13.07	c  0.0s |       0 |        0 |        0 |    27552      0 |     1791 |     2605
13.09/13.11	c  0.0s |       0 |      313 |        0 |    27552      0 |     1791 |     2605
13.09/13.11	c #cpu_time = 0.036s
13.09/13.11	c #wall_clock_time = 0.036s
13.09/13.11	c #decision = 313
13.09/13.11	c #random_decision = 0
13.09/13.11	c #conflict = 0
13.09/13.11	c #restart = 0
13.09/13.11	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
13.09/13.11	c lower bound updated to 1464544371841
13.09/13.16	c BCD2: 1466763378464 <= obj <= 7045346031125
13.09/13.16	c BCD2: #cores=80, #unrelaxed=811, #relaxed=461, #hardened=0
13.09/13.16	c BCD2: #sat=1 #unsat=134 bias=134/135
13.09/13.17	c Solving starts ...
13.09/13.17	c ============================[ Search Statistics ]============================
13.09/13.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.09/13.17	c       |         |          |          |    Limit     GC | Var      | Constra 
13.09/13.17	c =============================================================================
13.09/13.17	c  0.0s |       0 |        0 |        0 |    27552      0 |     1791 |     2606
13.20/13.20	c  0.0s |       0 |      313 |        0 |    27552      0 |     1791 |     2606
13.20/13.20	c #cpu_time = 0.036s
13.20/13.20	c #wall_clock_time = 0.036s
13.20/13.20	c #decision = 313
13.20/13.20	c #random_decision = 0
13.20/13.20	c #conflict = 0
13.20/13.20	c #restart = 0
13.20/13.20	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
13.20/13.20	c lower bound updated to 1475639404961
13.20/13.26	c BCD2: 1477858411584 <= obj <= 7045346031125
13.20/13.26	c BCD2: #cores=81, #unrelaxed=808, #relaxed=464, #hardened=0
13.20/13.26	c BCD2: #sat=1 #unsat=135 bias=135/136
13.20/13.26	c Solving starts ...
13.20/13.26	c ============================[ Search Statistics ]============================
13.20/13.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.20/13.26	c       |         |          |          |    Limit     GC | Var      | Constra 
13.20/13.26	c =============================================================================
13.20/13.27	c  0.0s |       0 |        0 |        0 |    27552      0 |     1791 |     2607
13.20/13.30	c  0.0s |       0 |      315 |        0 |    27552      0 |     1791 |     2607
13.20/13.30	c #cpu_time = 0.036s
13.20/13.30	c #wall_clock_time = 0.036s
13.20/13.30	c #decision = 315
13.20/13.30	c #random_decision = 0
13.20/13.30	c #conflict = 0
13.20/13.30	c #restart = 0
13.20/13.30	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
13.20/13.30	c lower bound updated to 1486734438081
13.30/13.36	c BCD2: 1488953444704 <= obj <= 7045346031125
13.30/13.36	c BCD2: #cores=82, #unrelaxed=805, #relaxed=467, #hardened=0
13.30/13.36	c BCD2: #sat=1 #unsat=136 bias=136/137
13.30/13.36	c Solving starts ...
13.30/13.36	c ============================[ Search Statistics ]============================
13.30/13.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.30/13.36	c       |         |          |          |    Limit     GC | Var      | Constra 
13.30/13.36	c =============================================================================
13.30/13.36	c  0.0s |       0 |        0 |        0 |    27552      0 |     1791 |     2608
13.39/13.40	c  0.0s |       0 |      316 |        0 |    27552      0 |     1791 |     2608
13.39/13.40	c #cpu_time = 0.036s
13.39/13.40	c #wall_clock_time = 0.036s
13.39/13.40	c #decision = 316
13.39/13.40	c #random_decision = 0
13.39/13.40	c #conflict = 0
13.39/13.40	c #restart = 0
13.39/13.40	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
13.39/13.40	c lower bound updated to 1497829471201
13.39/13.45	c BCD2: 1500048477824 <= obj <= 7045346031125
13.39/13.45	c BCD2: #cores=83, #unrelaxed=802, #relaxed=470, #hardened=0
13.39/13.45	c BCD2: #sat=1 #unsat=137 bias=137/138
13.39/13.45	c Solving starts ...
13.39/13.45	c ============================[ Search Statistics ]============================
13.39/13.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.39/13.45	c       |         |          |          |    Limit     GC | Var      | Constra 
13.39/13.45	c =============================================================================
13.39/13.46	c  0.0s |       0 |        0 |        0 |    27552      0 |     1791 |     2609
13.49/13.50	c  0.0s |       0 |      316 |        0 |    27552      0 |     1791 |     2609
13.49/13.50	c #cpu_time = 0.036s
13.49/13.50	c #wall_clock_time = 0.036s
13.49/13.50	c #decision = 316
13.49/13.50	c #random_decision = 0
13.49/13.50	c #conflict = 0
13.49/13.50	c #restart = 0
13.49/13.50	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
13.49/13.50	c lower bound updated to 1508924504321
13.49/13.55	c BCD2: 1511143510944 <= obj <= 7045346031125
13.49/13.55	c BCD2: #cores=84, #unrelaxed=799, #relaxed=473, #hardened=0
13.49/13.55	c BCD2: #sat=1 #unsat=138 bias=138/139
13.49/13.55	c Solving starts ...
13.49/13.55	c ============================[ Search Statistics ]============================
13.49/13.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.49/13.55	c       |         |          |          |    Limit     GC | Var      | Constra 
13.49/13.55	c =============================================================================
13.49/13.55	c  0.0s |       0 |        0 |        0 |    27552      0 |     1791 |     2610
13.49/13.59	c  0.0s |       0 |      316 |        0 |    27552      0 |     1791 |     2610
13.49/13.59	c #cpu_time = 0.036s
13.49/13.59	c #wall_clock_time = 0.036s
13.49/13.59	c #decision = 316
13.49/13.59	c #random_decision = 0
13.49/13.59	c #conflict = 0
13.49/13.59	c #restart = 0
13.49/13.59	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
13.49/13.59	c lower bound updated to 1520019537441
13.59/13.64	c BCD2: 1522238544064 <= obj <= 7045346031125
13.59/13.64	c BCD2: #cores=85, #unrelaxed=796, #relaxed=476, #hardened=0
13.59/13.64	c BCD2: #sat=1 #unsat=139 bias=139/140
13.59/13.65	c Solving starts ...
13.59/13.65	c ============================[ Search Statistics ]============================
13.59/13.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.59/13.65	c       |         |          |          |    Limit     GC | Var      | Constra 
13.59/13.65	c =============================================================================
13.59/13.65	c  0.0s |       0 |        0 |        0 |    27552      0 |     1791 |     2611
13.59/13.69	c  0.0s |       0 |      317 |        0 |    27552      0 |     1791 |     2611
13.59/13.69	c #cpu_time = 0.036s
13.59/13.69	c #wall_clock_time = 0.036s
13.59/13.69	c #decision = 317
13.59/13.69	c #random_decision = 0
13.59/13.69	c #conflict = 0
13.59/13.69	c #restart = 0
13.59/13.69	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
13.59/13.69	c lower bound updated to 1531114570561
13.69/13.74	c BCD2: 1533333577184 <= obj <= 7045346031125
13.69/13.74	c BCD2: #cores=86, #unrelaxed=793, #relaxed=479, #hardened=0
13.69/13.74	c BCD2: #sat=1 #unsat=140 bias=140/141
13.69/13.75	c Solving starts ...
13.69/13.75	c ============================[ Search Statistics ]============================
13.69/13.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.69/13.75	c       |         |          |          |    Limit     GC | Var      | Constra 
13.69/13.75	c =============================================================================
13.69/13.75	c  0.0s |       0 |        0 |        0 |    27552      0 |     1791 |     2612
13.69/13.79	c  0.0s |       0 |      320 |        0 |    27552      0 |     1791 |     2612
13.69/13.79	c #cpu_time = 0.037s
13.69/13.79	c #wall_clock_time = 0.037s
13.69/13.79	c #decision = 320
13.69/13.79	c #random_decision = 0
13.69/13.79	c #conflict = 0
13.69/13.79	c #restart = 0
13.69/13.79	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
13.69/13.79	c lower bound updated to 1542209603681
13.79/13.84	c BCD2: 1544428610304 <= obj <= 7045346031125
13.79/13.84	c BCD2: #cores=87, #unrelaxed=790, #relaxed=482, #hardened=0
13.79/13.84	c BCD2: #sat=1 #unsat=141 bias=141/142
13.79/13.84	c Solving starts ...
13.79/13.84	c ============================[ Search Statistics ]============================
13.79/13.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.79/13.84	c       |         |          |          |    Limit     GC | Var      | Constra 
13.79/13.84	c =============================================================================
13.79/13.85	c  0.0s |       0 |        0 |        0 |    27552      0 |     1791 |     2613
13.79/13.89	c  0.0s |       0 |      321 |        0 |    27552      0 |     1791 |     2613
13.79/13.89	c #cpu_time = 0.037s
13.79/13.89	c #wall_clock_time = 0.037s
13.79/13.89	c #decision = 321
13.79/13.89	c #random_decision = 0
13.79/13.89	c #conflict = 0
13.79/13.89	c #restart = 0
13.79/13.89	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
13.79/13.89	c lower bound updated to 1553304636801
13.89/13.94	c BCD2: 1555523643424 <= obj <= 7045346031125
13.89/13.94	c BCD2: #cores=88, #unrelaxed=787, #relaxed=485, #hardened=0
13.89/13.94	c BCD2: #sat=1 #unsat=142 bias=142/143
13.89/13.94	c Solving starts ...
13.89/13.94	c ============================[ Search Statistics ]============================
13.89/13.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.89/13.94	c       |         |          |          |    Limit     GC | Var      | Constra 
13.89/13.94	c =============================================================================
13.89/13.94	c  0.0s |       0 |        0 |        0 |    27552      0 |     1791 |     2614
13.89/13.98	c  0.0s |       0 |      320 |        0 |    27552      0 |     1791 |     2614
13.89/13.98	c #cpu_time = 0.037s
13.89/13.98	c #wall_clock_time = 0.037s
13.89/13.98	c #decision = 320
13.89/13.98	c #random_decision = 0
13.89/13.98	c #conflict = 0
13.89/13.98	c #restart = 0
13.89/13.98	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
13.89/13.98	c lower bound updated to 1564399669921
13.99/14.04	c BCD2: 1566618676544 <= obj <= 7045346031125
13.99/14.04	c BCD2: #cores=89, #unrelaxed=784, #relaxed=488, #hardened=0
13.99/14.04	c BCD2: #sat=1 #unsat=143 bias=143/144
13.99/14.04	c Solving starts ...
13.99/14.04	c ============================[ Search Statistics ]============================
13.99/14.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.99/14.04	c       |         |          |          |    Limit     GC | Var      | Constra 
13.99/14.04	c =============================================================================
13.99/14.04	c  0.0s |       0 |        0 |        0 |    27552      0 |     1791 |     2615
13.99/14.08	c  0.0s |       0 |      321 |        0 |    27552      0 |     1791 |     2615
13.99/14.08	c #cpu_time = 0.038s
13.99/14.08	c #wall_clock_time = 0.038s
13.99/14.08	c #decision = 321
13.99/14.08	c #random_decision = 0
13.99/14.08	c #conflict = 0
13.99/14.08	c #restart = 0
13.99/14.08	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=33285099360
13.99/14.08	c BCD2: refineLB: 33208050519 -> 33285099360
13.99/14.08	c lower bound updated to 1575494703041
14.09/14.13	c BCD2: 1577713709664 <= obj <= 7045346031125
14.09/14.13	c BCD2: #cores=88, #unrelaxed=779, #relaxed=493, #hardened=0
14.09/14.13	c BCD2: #sat=1 #unsat=144 bias=144/145
14.09/14.13	c Solving starts ...
14.09/14.13	c ============================[ Search Statistics ]============================
14.09/14.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.09/14.13	c       |         |          |          |    Limit     GC | Var      | Constra 
14.09/14.13	c =============================================================================
14.09/14.13	c  0.0s |       0 |        0 |        0 |    27552      0 |     1917 |     2615
14.09/14.18	c  0.0s |       0 |      320 |        0 |    27552      0 |     1917 |     2865
14.09/14.18	c #cpu_time = 0.042s
14.09/14.18	c #wall_clock_time = 0.042s
14.09/14.18	c #decision = 320
14.09/14.18	c #random_decision = 0
14.09/14.18	c #conflict = 0
14.09/14.18	c #restart = 0
14.09/14.18	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
14.09/14.18	c lower bound updated to 1586589736161
14.19/14.23	c BCD2: 1588808742784 <= obj <= 7045346031125
14.19/14.23	c BCD2: #cores=89, #unrelaxed=776, #relaxed=496, #hardened=0
14.19/14.23	c BCD2: #sat=1 #unsat=145 bias=145/146
14.19/14.23	c Solving starts ...
14.19/14.23	c ============================[ Search Statistics ]============================
14.19/14.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.19/14.23	c       |         |          |          |    Limit     GC | Var      | Constra 
14.19/14.23	c =============================================================================
14.19/14.24	c  0.0s |       0 |        0 |        0 |    27552      0 |     1917 |     2866
14.19/14.28	c  0.0s |       0 |      324 |        0 |    27552      0 |     1917 |     2866
14.19/14.28	c #cpu_time = 0.039s
14.19/14.28	c #wall_clock_time = 0.039s
14.19/14.28	c #decision = 324
14.19/14.28	c #random_decision = 0
14.19/14.28	c #conflict = 0
14.19/14.28	c #restart = 0
14.19/14.28	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
14.19/14.28	c lower bound updated to 1597684769281
14.29/14.34	c BCD2: 1599903775904 <= obj <= 7045346031125
14.29/14.34	c BCD2: #cores=90, #unrelaxed=773, #relaxed=499, #hardened=0
14.29/14.34	c BCD2: #sat=1 #unsat=146 bias=146/147
14.29/14.34	c Solving starts ...
14.29/14.34	c ============================[ Search Statistics ]============================
14.29/14.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.29/14.34	c       |         |          |          |    Limit     GC | Var      | Constra 
14.29/14.34	c =============================================================================
14.29/14.34	c  0.0s |       0 |        0 |        0 |    27552      0 |     1917 |     2867
14.29/14.38	c  0.0s |       0 |      329 |        0 |    27552      0 |     1917 |     2867
14.29/14.38	c #cpu_time = 0.041s
14.29/14.38	c #wall_clock_time = 0.041s
14.29/14.38	c #decision = 329
14.29/14.38	c #random_decision = 0
14.29/14.38	c #conflict = 0
14.29/14.38	c #restart = 0
14.29/14.38	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
14.29/14.38	c lower bound updated to 1608779802401
14.39/14.43	c BCD2: 1610998809024 <= obj <= 7045346031125
14.39/14.43	c BCD2: #cores=91, #unrelaxed=770, #relaxed=502, #hardened=0
14.39/14.43	c BCD2: #sat=1 #unsat=147 bias=147/148
14.39/14.44	c Solving starts ...
14.39/14.44	c ============================[ Search Statistics ]============================
14.39/14.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.39/14.44	c       |         |          |          |    Limit     GC | Var      | Constra 
14.39/14.44	c =============================================================================
14.39/14.44	c  0.0s |       0 |        0 |        0 |    27552      0 |     1917 |     2868
14.39/14.49	c  0.0s |       0 |      328 |        0 |    27552      0 |     1917 |     2868
14.39/14.49	c #cpu_time = 0.040s
14.39/14.49	c #wall_clock_time = 0.040s
14.39/14.49	c #decision = 328
14.39/14.49	c #random_decision = 0
14.39/14.49	c #conflict = 0
14.39/14.49	c #restart = 0
14.39/14.49	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
14.39/14.49	c BCD2: refineLB: 22115099801 -> 22190066240
14.39/14.49	c lower bound updated to 1619874835521
14.49/14.53	c BCD2: 1622093842144 <= obj <= 7045346031125
14.49/14.53	c BCD2: #cores=91, #unrelaxed=766, #relaxed=506, #hardened=0
14.49/14.53	c BCD2: #sat=1 #unsat=148 bias=148/149
14.49/14.54	c Solving starts ...
14.49/14.54	c ============================[ Search Statistics ]============================
14.49/14.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.49/14.54	c       |         |          |          |    Limit     GC | Var      | Constra 
14.49/14.54	c =============================================================================
14.49/14.54	c  0.0s |       0 |        0 |        0 |    27552      0 |     1967 |     2868
14.49/14.58	c  0.0s |       0 |      328 |        0 |    27552      0 |     1967 |     2967
14.49/14.58	c #cpu_time = 0.041s
14.49/14.58	c #wall_clock_time = 0.042s
14.49/14.58	c #decision = 328
14.49/14.58	c #random_decision = 0
14.49/14.58	c #conflict = 0
14.49/14.58	c #restart = 0
14.49/14.58	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
14.49/14.58	c lower bound updated to 1630969868641
14.59/14.63	c BCD2: 1633188875264 <= obj <= 7045346031125
14.59/14.63	c BCD2: #cores=92, #unrelaxed=763, #relaxed=509, #hardened=0
14.59/14.63	c BCD2: #sat=1 #unsat=149 bias=149/150
14.59/14.64	c Solving starts ...
14.59/14.64	c ============================[ Search Statistics ]============================
14.59/14.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.59/14.64	c       |         |          |          |    Limit     GC | Var      | Constra 
14.59/14.64	c =============================================================================
14.59/14.64	c  0.0s |       0 |        0 |        0 |    27552      0 |     1967 |     2968
14.59/14.68	c  0.0s |       0 |      328 |        0 |    27552      0 |     1967 |     2968
14.59/14.68	c #cpu_time = 0.038s
14.59/14.68	c #wall_clock_time = 0.038s
14.59/14.68	c #decision = 328
14.59/14.68	c #random_decision = 0
14.59/14.68	c #conflict = 0
14.59/14.68	c #restart = 0
14.59/14.68	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
14.59/14.68	c BCD2: refineLB: 11095033121 -> 22190066240
14.59/14.68	c lower bound updated to 1642064901761
14.69/14.73	c BCD2: 1644283908384 <= obj <= 7045346031125
14.69/14.73	c BCD2: #cores=92, #unrelaxed=759, #relaxed=513, #hardened=0
14.69/14.73	c BCD2: #sat=1 #unsat=150 bias=150/151
14.69/14.73	c Solving starts ...
14.69/14.73	c ============================[ Search Statistics ]============================
14.69/14.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.69/14.73	c       |         |          |          |    Limit     GC | Var      | Constra 
14.69/14.73	c =============================================================================
14.69/14.74	c  0.0s |       0 |        0 |        0 |    27552      0 |     1968 |     2968
14.69/14.78	c  0.0s |       0 |      327 |        0 |    27552      0 |     1968 |     2969
14.69/14.78	c #cpu_time = 0.039s
14.69/14.78	c #wall_clock_time = 0.039s
14.69/14.78	c #decision = 327
14.69/14.78	c #random_decision = 0
14.69/14.78	c #conflict = 0
14.69/14.78	c #restart = 0
14.69/14.78	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
14.69/14.78	c lower bound updated to 1653159934881
14.79/14.84	c BCD2: 1655378941504 <= obj <= 7045346031125
14.79/14.84	c BCD2: #cores=93, #unrelaxed=756, #relaxed=516, #hardened=0
14.79/14.84	c BCD2: #sat=1 #unsat=151 bias=151/152
14.79/14.84	c Solving starts ...
14.79/14.84	c ============================[ Search Statistics ]============================
14.79/14.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.79/14.84	c       |         |          |          |    Limit     GC | Var      | Constra 
14.79/14.84	c =============================================================================
14.79/14.84	c  0.0s |       0 |        0 |        0 |    27552      0 |     1968 |     2970
14.79/14.88	c  0.0s |       0 |      328 |        0 |    27552      0 |     1968 |     2970
14.79/14.88	c #cpu_time = 0.039s
14.79/14.88	c #wall_clock_time = 0.039s
14.79/14.88	c #decision = 328
14.79/14.88	c #random_decision = 0
14.79/14.88	c #conflict = 0
14.79/14.88	c #restart = 0
14.79/14.88	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
14.79/14.88	c BCD2: refineLB: 22117072602 -> 22190066240
14.79/14.88	c lower bound updated to 1664254968001
14.89/14.93	c BCD2: 1666473974624 <= obj <= 7045346031125
14.89/14.93	c BCD2: #cores=93, #unrelaxed=752, #relaxed=520, #hardened=0
14.89/14.93	c BCD2: #sat=1 #unsat=152 bias=152/153
14.89/14.93	c Solving starts ...
14.89/14.93	c ============================[ Search Statistics ]============================
14.89/14.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.89/14.93	c       |         |          |          |    Limit     GC | Var      | Constra 
14.89/14.93	c =============================================================================
14.89/14.94	c  0.0s |       0 |        0 |        0 |    27552      0 |     1969 |     2970
14.89/14.98	c  0.0s |       0 |      328 |        0 |    27552      0 |     1969 |     2971
14.89/14.98	c #cpu_time = 0.038s
14.89/14.98	c #wall_clock_time = 0.038s
14.89/14.98	c #decision = 328
14.89/14.98	c #random_decision = 0
14.89/14.98	c #conflict = 0
14.89/14.98	c #restart = 0
14.89/14.98	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
14.89/14.98	c BCD2: refineLB: 22117549684 -> 22190066240
14.89/14.98	c lower bound updated to 1675350001121
14.99/15.03	c BCD2: 1677569007744 <= obj <= 7045346031125
14.99/15.03	c BCD2: #cores=93, #unrelaxed=748, #relaxed=524, #hardened=0
14.99/15.03	c BCD2: #sat=1 #unsat=153 bias=153/154
14.99/15.03	c Solving starts ...
14.99/15.03	c ============================[ Search Statistics ]============================
14.99/15.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.99/15.03	c       |         |          |          |    Limit     GC | Var      | Constra 
14.99/15.03	c =============================================================================
14.99/15.03	c  0.0s |       0 |        0 |        0 |    27552      0 |     1983 |     2971
14.99/15.07	c  0.0s |       0 |      327 |        0 |    27552      0 |     1983 |     2998
14.99/15.07	c #cpu_time = 0.042s
14.99/15.07	c #wall_clock_time = 0.042s
14.99/15.07	c #decision = 327
14.99/15.07	c #random_decision = 0
14.99/15.07	c #conflict = 0
14.99/15.07	c #restart = 0
14.99/15.07	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
14.99/15.07	c BCD2: refineLB: 22118020571 -> 22190066240
14.99/15.07	c lower bound updated to 1686445034241
15.09/15.12	c BCD2: 1688664040864 <= obj <= 7045346031125
15.09/15.12	c BCD2: #cores=93, #unrelaxed=744, #relaxed=528, #hardened=0
15.09/15.12	c BCD2: #sat=1 #unsat=154 bias=154/155
15.09/15.12	c Solving starts ...
15.09/15.12	c ============================[ Search Statistics ]============================
15.09/15.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.09/15.12	c       |         |          |          |    Limit     GC | Var      | Constra 
15.09/15.12	c =============================================================================
15.09/15.13	c  0.0s |       0 |        0 |        0 |    27552      0 |     1997 |     2998
15.09/15.17	c  0.0s |       0 |      324 |        0 |    27552      0 |     1997 |     3025
15.09/15.17	c #cpu_time = 0.038s
15.09/15.17	c #wall_clock_time = 0.038s
15.09/15.17	c #decision = 324
15.09/15.17	c #random_decision = 0
15.09/15.17	c #conflict = 0
15.09/15.17	c #restart = 0
15.09/15.17	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.09/15.17	c lower bound updated to 1697540067361
15.19/15.23	c BCD2: 1699759073984 <= obj <= 7045346031125
15.19/15.23	c BCD2: #cores=94, #unrelaxed=741, #relaxed=531, #hardened=0
15.19/15.23	c BCD2: #sat=1 #unsat=155 bias=155/156
15.19/15.23	c Solving starts ...
15.19/15.23	c ============================[ Search Statistics ]============================
15.19/15.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.19/15.23	c       |         |          |          |    Limit     GC | Var      | Constra 
15.19/15.23	c =============================================================================
15.19/15.23	c  0.0s |       0 |        0 |        0 |    27552      0 |     1997 |     3026
15.19/15.27	c  0.0s |       0 |      324 |        0 |    27552      0 |     1997 |     3026
15.19/15.27	c #cpu_time = 0.038s
15.19/15.27	c #wall_clock_time = 0.038s
15.19/15.27	c #decision = 324
15.19/15.27	c #random_decision = 0
15.19/15.27	c #conflict = 0
15.19/15.27	c #restart = 0
15.19/15.27	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.19/15.27	c lower bound updated to 1708635100481
15.29/15.32	c BCD2: 1710854107104 <= obj <= 7045346031125
15.29/15.32	c BCD2: #cores=95, #unrelaxed=738, #relaxed=534, #hardened=0
15.29/15.32	c BCD2: #sat=1 #unsat=156 bias=156/157
15.29/15.33	c Solving starts ...
15.29/15.33	c ============================[ Search Statistics ]============================
15.29/15.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.29/15.33	c       |         |          |          |    Limit     GC | Var      | Constra 
15.29/15.33	c =============================================================================
15.29/15.33	c  0.0s |       0 |        0 |        0 |    27552      0 |     1997 |     3027
15.29/15.37	c  0.0s |       0 |      324 |        0 |    27552      0 |     1997 |     3027
15.29/15.37	c #cpu_time = 0.038s
15.29/15.37	c #wall_clock_time = 0.038s
15.29/15.37	c #decision = 324
15.29/15.37	c #random_decision = 0
15.29/15.37	c #conflict = 0
15.29/15.37	c #restart = 0
15.29/15.37	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.29/15.37	c lower bound updated to 1719730133601
15.39/15.42	c BCD2: 1721949140224 <= obj <= 7045346031125
15.39/15.42	c BCD2: #cores=96, #unrelaxed=735, #relaxed=537, #hardened=0
15.39/15.42	c BCD2: #sat=1 #unsat=157 bias=157/158
15.39/15.43	c Solving starts ...
15.39/15.43	c ============================[ Search Statistics ]============================
15.39/15.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.39/15.43	c       |         |          |          |    Limit     GC | Var      | Constra 
15.39/15.43	c =============================================================================
15.39/15.43	c  0.0s |       0 |        0 |        0 |    27552      0 |     1997 |     3028
15.39/15.47	c  0.0s |       0 |      325 |        0 |    27552      0 |     1997 |     3028
15.39/15.47	c #cpu_time = 0.038s
15.39/15.47	c #wall_clock_time = 0.038s
15.39/15.47	c #decision = 325
15.39/15.47	c #random_decision = 0
15.39/15.47	c #conflict = 0
15.39/15.47	c #restart = 0
15.39/15.47	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
15.39/15.47	c BCD2: refineLB: 22119844512 -> 22190066240
15.39/15.47	c lower bound updated to 1730825166721
15.49/15.52	c BCD2: 1733044173344 <= obj <= 7045346031125
15.49/15.52	c BCD2: #cores=96, #unrelaxed=731, #relaxed=541, #hardened=0
15.49/15.52	c BCD2: #sat=1 #unsat=158 bias=158/159
15.49/15.53	c Solving starts ...
15.49/15.53	c ============================[ Search Statistics ]============================
15.49/15.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.49/15.53	c       |         |          |          |    Limit     GC | Var      | Constra 
15.49/15.53	c =============================================================================
15.49/15.53	c  0.0s |       0 |        0 |        0 |    27552      0 |     1998 |     3028
15.49/15.57	c  0.0s |       0 |      324 |        0 |    27552      0 |     1998 |     3029
15.49/15.57	c #cpu_time = 0.040s
15.49/15.57	c #wall_clock_time = 0.040s
15.49/15.57	c #decision = 324
15.49/15.57	c #random_decision = 0
15.49/15.57	c #conflict = 0
15.49/15.57	c #restart = 0
15.49/15.57	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.49/15.57	c lower bound updated to 1741920199841
15.59/15.62	c BCD2: 1744139206464 <= obj <= 7045346031125
15.59/15.62	c BCD2: #cores=97, #unrelaxed=728, #relaxed=544, #hardened=0
15.59/15.62	c BCD2: #sat=1 #unsat=159 bias=159/160
15.59/15.63	c Solving starts ...
15.59/15.63	c ============================[ Search Statistics ]============================
15.59/15.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.59/15.63	c       |         |          |          |    Limit     GC | Var      | Constra 
15.59/15.63	c =============================================================================
15.59/15.63	c  0.0s |       0 |        0 |        0 |    27552      0 |     1998 |     3030
15.59/15.67	c  0.0s |       0 |      326 |        0 |    27552      0 |     1998 |     3030
15.59/15.67	c #cpu_time = 0.040s
15.59/15.67	c #wall_clock_time = 0.040s
15.59/15.67	c #decision = 326
15.59/15.67	c #random_decision = 0
15.59/15.67	c #conflict = 0
15.59/15.67	c #restart = 0
15.59/15.67	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.59/15.67	c lower bound updated to 1753015232961
15.69/15.73	c BCD2: 1755234239584 <= obj <= 7045346031125
15.69/15.73	c BCD2: #cores=98, #unrelaxed=725, #relaxed=547, #hardened=0
15.69/15.73	c BCD2: #sat=1 #unsat=160 bias=160/161
15.69/15.73	c Solving starts ...
15.69/15.73	c ============================[ Search Statistics ]============================
15.69/15.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.69/15.73	c       |         |          |          |    Limit     GC | Var      | Constra 
15.69/15.73	c =============================================================================
15.69/15.73	c  0.0s |       0 |        0 |        0 |    27552      0 |     1998 |     3031
15.69/15.77	c  0.0s |       0 |      331 |        0 |    27552      0 |     1998 |     3031
15.69/15.77	c #cpu_time = 0.041s
15.69/15.77	c #wall_clock_time = 0.041s
15.69/15.77	c #decision = 331
15.69/15.77	c #random_decision = 0
15.69/15.77	c #conflict = 0
15.69/15.77	c #restart = 0
15.69/15.77	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.69/15.77	c lower bound updated to 1764110266081
15.79/15.83	c BCD2: 1766329272704 <= obj <= 7045346031125
15.79/15.83	c BCD2: #cores=99, #unrelaxed=722, #relaxed=550, #hardened=0
15.79/15.83	c BCD2: #sat=1 #unsat=161 bias=161/162
15.79/15.83	c Solving starts ...
15.79/15.83	c ============================[ Search Statistics ]============================
15.79/15.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.79/15.83	c       |         |          |          |    Limit     GC | Var      | Constra 
15.79/15.83	c =============================================================================
15.79/15.84	c  0.0s |       0 |        0 |        0 |    27552      0 |     1998 |     3032
15.79/15.88	c  0.0s |       0 |      334 |        0 |    27552      0 |     1998 |     3032
15.79/15.88	c #cpu_time = 0.041s
15.79/15.88	c #wall_clock_time = 0.041s
15.79/15.88	c #decision = 334
15.79/15.88	c #random_decision = 0
15.79/15.88	c #conflict = 0
15.79/15.88	c #restart = 0
15.79/15.88	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.79/15.88	c lower bound updated to 1775205299201
15.89/15.93	c BCD2: 1777424305824 <= obj <= 7045346031125
15.89/15.93	c BCD2: #cores=100, #unrelaxed=719, #relaxed=553, #hardened=0
15.89/15.93	c BCD2: #sat=1 #unsat=162 bias=162/163
15.89/15.94	c Solving starts ...
15.89/15.94	c ============================[ Search Statistics ]============================
15.89/15.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.89/15.94	c       |         |          |          |    Limit     GC | Var      | Constra 
15.89/15.94	c =============================================================================
15.89/15.94	c  0.0s |       0 |        0 |        0 |    27552      0 |     1998 |     3033
15.89/15.98	c  0.0s |       0 |      333 |        0 |    27552      0 |     1998 |     3033
15.89/15.98	c #cpu_time = 0.041s
15.89/15.98	c #wall_clock_time = 0.041s
15.89/15.98	c #decision = 333
15.89/15.98	c #random_decision = 0
15.89/15.98	c #conflict = 0
15.89/15.98	c #restart = 0
15.89/15.98	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.89/15.98	c lower bound updated to 1786300332321
15.99/16.03	c BCD2: 1788519338944 <= obj <= 7045346031125
15.99/16.03	c BCD2: #cores=101, #unrelaxed=716, #relaxed=556, #hardened=0
15.99/16.03	c BCD2: #sat=1 #unsat=163 bias=163/164
15.99/16.04	c Solving starts ...
15.99/16.04	c ============================[ Search Statistics ]============================
15.99/16.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.99/16.04	c       |         |          |          |    Limit     GC | Var      | Constra 
15.99/16.04	c =============================================================================
15.99/16.04	c  0.0s |       0 |        0 |        0 |    27552      0 |     1998 |     3034
15.99/16.09	c  0.0s |       0 |      333 |        0 |    27552      0 |     1998 |     3034
15.99/16.09	c #cpu_time = 0.041s
15.99/16.09	c #wall_clock_time = 0.042s
15.99/16.09	c #decision = 333
15.99/16.09	c #random_decision = 0
15.99/16.09	c #conflict = 0
15.99/16.09	c #restart = 0
15.99/16.09	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
15.99/16.09	c lower bound updated to 1797395365441
16.09/16.14	c BCD2: 1799614372064 <= obj <= 7045346031125
16.09/16.14	c BCD2: #cores=102, #unrelaxed=713, #relaxed=559, #hardened=0
16.09/16.14	c BCD2: #sat=1 #unsat=164 bias=164/165
16.09/16.14	c Solving starts ...
16.09/16.14	c ============================[ Search Statistics ]============================
16.09/16.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.09/16.14	c       |         |          |          |    Limit     GC | Var      | Constra 
16.09/16.14	c =============================================================================
16.09/16.14	c  0.0s |       0 |        0 |        0 |    27552      0 |     1998 |     3035
16.09/16.19	c  0.0s |       0 |      334 |        0 |    27552      0 |     1998 |     3035
16.09/16.19	c #cpu_time = 0.043s
16.09/16.19	c #wall_clock_time = 0.043s
16.09/16.19	c #decision = 334
16.09/16.19	c #random_decision = 0
16.09/16.19	c #conflict = 0
16.09/16.19	c #restart = 0
16.09/16.19	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
16.09/16.19	c lower bound updated to 1808490398561
16.19/16.24	c BCD2: 1810709405184 <= obj <= 7045346031125
16.19/16.24	c BCD2: #cores=103, #unrelaxed=710, #relaxed=562, #hardened=0
16.19/16.24	c BCD2: #sat=1 #unsat=165 bias=165/166
16.19/16.25	c Solving starts ...
16.19/16.25	c ============================[ Search Statistics ]============================
16.19/16.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.19/16.25	c       |         |          |          |    Limit     GC | Var      | Constra 
16.19/16.25	c =============================================================================
16.19/16.25	c  0.0s |       0 |        0 |        0 |    27552      0 |     1998 |     3036
16.19/16.29	c  0.0s |       0 |      335 |        0 |    27552      0 |     1998 |     3036
16.19/16.29	c #cpu_time = 0.042s
16.19/16.29	c #wall_clock_time = 0.042s
16.19/16.29	c #decision = 335
16.19/16.29	c #random_decision = 0
16.19/16.29	c #conflict = 0
16.19/16.29	c #restart = 0
16.19/16.29	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
16.19/16.29	c lower bound updated to 1819585431681
16.29/16.35	c BCD2: 1821804438304 <= obj <= 7045346031125
16.29/16.35	c BCD2: #cores=104, #unrelaxed=707, #relaxed=565, #hardened=0
16.29/16.35	c BCD2: #sat=1 #unsat=166 bias=166/167
16.29/16.35	c Solving starts ...
16.29/16.35	c ============================[ Search Statistics ]============================
16.29/16.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.29/16.35	c       |         |          |          |    Limit     GC | Var      | Constra 
16.29/16.35	c =============================================================================
16.29/16.35	c  0.0s |       0 |        0 |        0 |    27552      0 |     1998 |     3037
16.39/16.40	c  0.0s |       0 |      336 |        0 |    27552      0 |     1998 |     3037
16.39/16.40	c #cpu_time = 0.042s
16.39/16.40	c #wall_clock_time = 0.042s
16.39/16.40	c #decision = 336
16.39/16.40	c #random_decision = 0
16.39/16.40	c #conflict = 0
16.39/16.40	c #restart = 0
16.39/16.40	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
16.39/16.40	c lower bound updated to 1830680464801
16.39/16.45	c BCD2: 1832899471424 <= obj <= 7045346031125
16.39/16.45	c BCD2: #cores=105, #unrelaxed=704, #relaxed=568, #hardened=0
16.39/16.45	c BCD2: #sat=1 #unsat=167 bias=167/168
16.39/16.45	c Solving starts ...
16.39/16.45	c ============================[ Search Statistics ]============================
16.39/16.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.39/16.45	c       |         |          |          |    Limit     GC | Var      | Constra 
16.39/16.45	c =============================================================================
16.39/16.46	c  0.0s |       0 |        0 |        0 |    27552      0 |     1998 |     3038
16.49/16.50	c  0.0s |       0 |      339 |        0 |    27552      0 |     1998 |     3038
16.49/16.50	c #cpu_time = 0.043s
16.49/16.50	c #wall_clock_time = 0.043s
16.49/16.50	c #decision = 339
16.49/16.50	c #random_decision = 0
16.49/16.50	c #conflict = 0
16.49/16.50	c #restart = 0
16.49/16.50	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
16.49/16.50	c lower bound updated to 1841775497921
16.49/16.56	c BCD2: 1843994504544 <= obj <= 7045346031125
16.49/16.56	c BCD2: #cores=106, #unrelaxed=701, #relaxed=571, #hardened=0
16.49/16.56	c BCD2: #sat=1 #unsat=168 bias=168/169
16.49/16.56	c Solving starts ...
16.49/16.56	c ============================[ Search Statistics ]============================
16.49/16.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.49/16.56	c       |         |          |          |    Limit     GC | Var      | Constra 
16.49/16.56	c =============================================================================
16.49/16.56	c  0.0s |       0 |        0 |        0 |    27552      0 |     1998 |     3039
16.59/16.61	c  0.0s |       0 |      338 |        0 |    27552      0 |     1998 |     3039
16.59/16.61	c #cpu_time = 0.042s
16.59/16.61	c #wall_clock_time = 0.042s
16.59/16.61	c #decision = 338
16.59/16.61	c #random_decision = 0
16.59/16.61	c #conflict = 0
16.59/16.61	c #restart = 0
16.59/16.61	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
16.59/16.61	c lower bound updated to 1852870531041
16.59/16.66	c BCD2: 1855089537664 <= obj <= 7045346031125
16.59/16.66	c BCD2: #cores=107, #unrelaxed=698, #relaxed=574, #hardened=0
16.59/16.66	c BCD2: #sat=1 #unsat=169 bias=169/170
16.59/16.66	c Solving starts ...
16.59/16.66	c ============================[ Search Statistics ]============================
16.59/16.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.59/16.66	c       |         |          |          |    Limit     GC | Var      | Constra 
16.59/16.66	c =============================================================================
16.59/16.67	c  0.0s |       0 |        0 |        0 |    27552      0 |     1998 |     3040
16.69/16.71	c  0.0s |       0 |      341 |        0 |    27552      0 |     1998 |     3040
16.69/16.71	c #cpu_time = 0.043s
16.69/16.71	c #wall_clock_time = 0.043s
16.69/16.71	c #decision = 341
16.69/16.71	c #random_decision = 0
16.69/16.71	c #conflict = 0
16.69/16.71	c #restart = 0
16.69/16.71	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
16.69/16.71	c lower bound updated to 1863965564161
16.69/16.77	c BCD2: 1866184570784 <= obj <= 7045346031125
16.69/16.77	c BCD2: #cores=108, #unrelaxed=695, #relaxed=577, #hardened=0
16.69/16.77	c BCD2: #sat=1 #unsat=170 bias=170/171
16.69/16.77	c Solving starts ...
16.69/16.77	c ============================[ Search Statistics ]============================
16.69/16.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.69/16.77	c       |         |          |          |    Limit     GC | Var      | Constra 
16.69/16.77	c =============================================================================
16.69/16.77	c  0.0s |       0 |        0 |        0 |    27552      0 |     1998 |     3041
16.79/16.82	c  0.0s |       0 |      340 |        0 |    27552      0 |     1998 |     3041
16.79/16.82	c #cpu_time = 0.043s
16.79/16.82	c #wall_clock_time = 0.043s
16.79/16.82	c #decision = 340
16.79/16.82	c #random_decision = 0
16.79/16.82	c #conflict = 0
16.79/16.82	c #restart = 0
16.79/16.82	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
16.79/16.82	c BCD2: refineLB: 11095033121 -> 22190066240
16.79/16.82	c lower bound updated to 1875060597281
16.79/16.86	c BCD2: 1877279603904 <= obj <= 7045346031125
16.79/16.86	c BCD2: #cores=108, #unrelaxed=691, #relaxed=581, #hardened=0
16.79/16.86	c BCD2: #sat=1 #unsat=171 bias=171/172
16.79/16.87	c Solving starts ...
16.79/16.87	c ============================[ Search Statistics ]============================
16.79/16.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.79/16.87	c       |         |          |          |    Limit     GC | Var      | Constra 
16.79/16.87	c =============================================================================
16.79/16.88	c  0.0s |       0 |        0 |        0 |    27552      0 |     1999 |     3041
16.89/16.92	c  0.0s |       0 |      339 |        0 |    27552      0 |     1999 |     3042
16.89/16.92	c #cpu_time = 0.042s
16.89/16.92	c #wall_clock_time = 0.042s
16.89/16.92	c #decision = 339
16.89/16.92	c #random_decision = 0
16.89/16.92	c #conflict = 0
16.89/16.92	c #restart = 0
16.89/16.92	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
16.89/16.92	c lower bound updated to 1886155630401
16.89/16.98	c BCD2: 1888374637024 <= obj <= 7045346031125
16.89/16.98	c BCD2: #cores=109, #unrelaxed=688, #relaxed=584, #hardened=0
16.89/16.98	c BCD2: #sat=1 #unsat=172 bias=172/173
16.89/16.98	c Solving starts ...
16.89/16.98	c ============================[ Search Statistics ]============================
16.89/16.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.89/16.98	c       |         |          |          |    Limit     GC | Var      | Constra 
16.89/16.98	c =============================================================================
16.89/16.98	c  0.0s |       0 |        0 |        0 |    27552      0 |     1999 |     3043
16.99/17.02	c  0.0s |       0 |      340 |        0 |    27552      0 |     1999 |     3043
16.99/17.02	c #cpu_time = 0.042s
16.99/17.02	c #wall_clock_time = 0.042s
16.99/17.02	c #decision = 340
16.99/17.02	c #random_decision = 0
16.99/17.02	c #conflict = 0
16.99/17.02	c #restart = 0
16.99/17.02	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
16.99/17.02	c BCD2: refineLB: 22125933101 -> 22190066240
16.99/17.02	c lower bound updated to 1897250663521
16.99/17.07	c BCD2: 1899469670144 <= obj <= 7045346031125
16.99/17.07	c BCD2: #cores=109, #unrelaxed=684, #relaxed=588, #hardened=0
16.99/17.07	c BCD2: #sat=1 #unsat=173 bias=173/174
16.99/17.07	c Solving starts ...
16.99/17.07	c ============================[ Search Statistics ]============================
16.99/17.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.99/17.07	c       |         |          |          |    Limit     GC | Var      | Constra 
16.99/17.07	c =============================================================================
16.99/17.08	c  0.0s |       0 |        0 |        0 |    27552      0 |     2011 |     3043
17.09/17.13	c  0.0s |       0 |      339 |        0 |    27552      0 |     2011 |     3066
17.09/17.13	c #cpu_time = 0.043s
17.09/17.13	c #wall_clock_time = 0.044s
17.09/17.13	c #decision = 339
17.09/17.13	c #random_decision = 0
17.09/17.13	c #conflict = 0
17.09/17.13	c #restart = 0
17.09/17.13	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
17.09/17.13	c BCD2: refineLB: 22126301682 -> 22190066240
17.09/17.13	c lower bound updated to 1908345696641
17.09/17.18	c BCD2: 1910564703264 <= obj <= 7045346031125
17.09/17.18	c BCD2: #cores=109, #unrelaxed=680, #relaxed=592, #hardened=0
17.09/17.18	c BCD2: #sat=1 #unsat=174 bias=174/175
17.09/17.18	c Solving starts ...
17.09/17.18	c ============================[ Search Statistics ]============================
17.09/17.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.09/17.18	c       |         |          |          |    Limit     GC | Var      | Constra 
17.09/17.18	c =============================================================================
17.09/17.18	c  0.0s |       0 |        0 |        0 |    27552      0 |     2060 |     3066
17.19/17.23	c  0.0s |       0 |      340 |        0 |    27552      0 |     2060 |     3163
17.19/17.23	c #cpu_time = 0.047s
17.19/17.23	c #wall_clock_time = 0.047s
17.19/17.23	c #decision = 340
17.19/17.23	c #random_decision = 0
17.19/17.23	c #conflict = 0
17.19/17.23	c #restart = 0
17.19/17.23	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
17.19/17.23	c lower bound updated to 1919440729761
17.19/17.28	c BCD2: 1921659736384 <= obj <= 7045346031125
17.19/17.28	c BCD2: #cores=110, #unrelaxed=677, #relaxed=595, #hardened=0
17.19/17.28	c BCD2: #sat=1 #unsat=175 bias=175/176
17.19/17.29	c Solving starts ...
17.19/17.29	c ============================[ Search Statistics ]============================
17.19/17.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.19/17.29	c       |         |          |          |    Limit     GC | Var      | Constra 
17.19/17.29	c =============================================================================
17.19/17.29	c  0.0s |       0 |        0 |        0 |    27552      0 |     2060 |     3164
17.29/17.34	c  0.0s |       0 |      340 |        0 |    27552      0 |     2060 |     3164
17.29/17.34	c #cpu_time = 0.042s
17.29/17.34	c #wall_clock_time = 0.043s
17.29/17.34	c #decision = 340
17.29/17.34	c #random_decision = 0
17.29/17.34	c #conflict = 0
17.29/17.34	c #restart = 0
17.29/17.34	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
17.29/17.34	c lower bound updated to 1930535762881
17.29/17.39	c BCD2: 1932754769504 <= obj <= 7045346031125
17.29/17.39	c BCD2: #cores=111, #unrelaxed=674, #relaxed=598, #hardened=0
17.29/17.39	c BCD2: #sat=1 #unsat=176 bias=176/177
17.39/17.40	c Solving starts ...
17.39/17.40	c ============================[ Search Statistics ]============================
17.39/17.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.39/17.40	c       |         |          |          |    Limit     GC | Var      | Constra 
17.39/17.40	c =============================================================================
17.39/17.40	c  0.0s |       0 |        0 |        0 |    27552      0 |     2060 |     3165
17.39/17.44	c  0.0s |       0 |      339 |        0 |    27552      0 |     2060 |     3165
17.39/17.44	c #cpu_time = 0.043s
17.39/17.44	c #wall_clock_time = 0.043s
17.39/17.44	c #decision = 339
17.39/17.44	c #random_decision = 0
17.39/17.44	c #conflict = 0
17.39/17.44	c #restart = 0
17.39/17.44	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
17.39/17.44	c lower bound updated to 1941630796001
17.39/17.50	c BCD2: 1943849802624 <= obj <= 7045346031125
17.39/17.50	c BCD2: #cores=112, #unrelaxed=671, #relaxed=601, #hardened=0
17.39/17.50	c BCD2: #sat=1 #unsat=177 bias=177/178
17.49/17.50	c Solving starts ...
17.49/17.50	c ============================[ Search Statistics ]============================
17.49/17.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.49/17.50	c       |         |          |          |    Limit     GC | Var      | Constra 
17.49/17.50	c =============================================================================
17.49/17.51	c  0.0s |       0 |        0 |        0 |    27552      0 |     2060 |     3166
17.49/17.55	c  0.0s |       0 |      340 |        0 |    27552      0 |     2060 |     3166
17.49/17.55	c #cpu_time = 0.044s
17.49/17.55	c #wall_clock_time = 0.044s
17.49/17.55	c #decision = 340
17.49/17.55	c #random_decision = 0
17.49/17.55	c #conflict = 0
17.49/17.55	c #restart = 0
17.49/17.55	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
17.49/17.55	c BCD2: refineLB: 22127734594 -> 22190066240
17.49/17.55	c lower bound updated to 1952725829121
17.49/17.60	c BCD2: 1954944835744 <= obj <= 7045346031125
17.49/17.60	c BCD2: #cores=112, #unrelaxed=667, #relaxed=605, #hardened=0
17.49/17.60	c BCD2: #sat=1 #unsat=178 bias=178/179
17.59/17.60	c Solving starts ...
17.59/17.60	c ============================[ Search Statistics ]============================
17.59/17.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.59/17.60	c       |         |          |          |    Limit     GC | Var      | Constra 
17.59/17.60	c =============================================================================
17.59/17.60	c  0.0s |       0 |        0 |        0 |    27552      0 |     2183 |     3166
17.59/17.65	c  0.0s |       0 |      337 |        0 |    27552      0 |     2183 |     3411
17.59/17.65	c #cpu_time = 0.047s
17.59/17.65	c #wall_clock_time = 0.048s
17.59/17.65	c #decision = 337
17.59/17.65	c #random_decision = 0
17.59/17.65	c #conflict = 0
17.59/17.65	c #restart = 0
17.59/17.65	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
17.59/17.65	c BCD2: refineLB: 22128082815 -> 22190066240
17.59/17.65	c lower bound updated to 1963820862241
17.59/17.70	c BCD2: 1966039868864 <= obj <= 7045346031125
17.59/17.70	c BCD2: #cores=112, #unrelaxed=663, #relaxed=609, #hardened=0
17.59/17.70	c BCD2: #sat=1 #unsat=179 bias=179/180
17.69/17.71	c Solving starts ...
17.69/17.71	c ============================[ Search Statistics ]============================
17.69/17.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.69/17.71	c       |         |          |          |    Limit     GC | Var      | Constra 
17.69/17.71	c =============================================================================
17.69/17.72	c  0.0s |       0 |        0 |        0 |    27552      0 |     2200 |     3411
17.69/17.76	c  0.0s |       0 |      338 |        0 |    27552      0 |     2200 |     3444
17.69/17.76	c #cpu_time = 0.044s
17.69/17.76	c #wall_clock_time = 0.044s
17.69/17.76	c #decision = 338
17.69/17.76	c #random_decision = 0
17.69/17.76	c #conflict = 0
17.69/17.76	c #restart = 0
17.69/17.76	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
17.69/17.76	c lower bound updated to 1974915895361
17.79/17.82	c BCD2: 1977134901984 <= obj <= 7045346031125
17.79/17.82	c BCD2: #cores=113, #unrelaxed=660, #relaxed=612, #hardened=0
17.79/17.82	c BCD2: #sat=1 #unsat=180 bias=180/181
17.79/17.82	c Solving starts ...
17.79/17.82	c ============================[ Search Statistics ]============================
17.79/17.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.79/17.82	c       |         |          |          |    Limit     GC | Var      | Constra 
17.79/17.82	c =============================================================================
17.79/17.82	c  0.0s |       0 |        0 |        0 |    27552      0 |     2200 |     3445
17.79/17.87	c  0.0s |       0 |      341 |        0 |    27552      0 |     2200 |     3445
17.79/17.87	c #cpu_time = 0.044s
17.79/17.87	c #wall_clock_time = 0.044s
17.79/17.87	c #decision = 341
17.79/17.87	c #random_decision = 0
17.79/17.87	c #conflict = 0
17.79/17.87	c #restart = 0
17.79/17.87	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
17.79/17.87	c lower bound updated to 1986010928481
17.89/17.92	c BCD2: 1988229935104 <= obj <= 7045346031125
17.89/17.92	c BCD2: #cores=114, #unrelaxed=657, #relaxed=615, #hardened=0
17.89/17.92	c BCD2: #sat=1 #unsat=181 bias=181/182
17.89/17.92	c Solving starts ...
17.89/17.92	c ============================[ Search Statistics ]============================
17.89/17.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.89/17.92	c       |         |          |          |    Limit     GC | Var      | Constra 
17.89/17.92	c =============================================================================
17.89/17.93	c  0.0s |       0 |        0 |        0 |    27552      0 |     2200 |     3446
17.89/17.98	c  0.0s |       0 |      343 |        1 |    27552      0 |     2200 |     3446
17.89/17.98	c #cpu_time = 0.047s
17.89/17.98	c #wall_clock_time = 0.047s
17.89/17.98	c #decision = 343
17.89/17.98	c #random_decision = 0
17.89/17.98	c #conflict = 1
17.89/17.98	c #restart = 0
17.89/17.98	c BCD2: relaxing 8 and merging with 7 cores into a new core of size 29: cost of the new core is >=88760264960
17.89/17.98	c BCD2: refineLB: 77665231841 -> 88760264960
17.89/17.98	c lower bound updated to 1997105961601
17.99/18.03	c BCD2: 1999324968224 <= obj <= 7045346031125
17.99/18.03	c BCD2: #cores=108, #unrelaxed=649, #relaxed=623, #hardened=0
17.99/18.03	c BCD2: #sat=1 #unsat=182 bias=182/183
17.99/18.03	c Solving starts ...
17.99/18.03	c ============================[ Search Statistics ]============================
17.99/18.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.99/18.03	c       |         |          |          |    Limit     GC | Var      | Constra 
17.99/18.03	c =============================================================================
17.99/18.03	c  0.0s |       0 |        0 |        0 |    27552      0 |     2822 |     3446
17.99/18.09	c  0.1s |       0 |      332 |        0 |    27552      0 |     2822 |     4683
17.99/18.09	c #cpu_time = 0.050s
17.99/18.09	c #wall_clock_time = 0.050s
17.99/18.09	c #decision = 332
17.99/18.09	c #random_decision = 0
17.99/18.09	c #conflict = 0
17.99/18.09	c #restart = 0
17.99/18.09	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
17.99/18.09	c lower bound updated to 2008200994721
18.09/18.14	c BCD2: 2010420001344 <= obj <= 7045346031125
18.09/18.14	c BCD2: #cores=109, #unrelaxed=646, #relaxed=626, #hardened=0
18.09/18.14	c BCD2: #sat=1 #unsat=183 bias=183/184
18.09/18.14	c Solving starts ...
18.09/18.14	c ============================[ Search Statistics ]============================
18.09/18.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.09/18.14	c       |         |          |          |    Limit     GC | Var      | Constra 
18.09/18.14	c =============================================================================
18.09/18.15	c  0.0s |       0 |        0 |        0 |    27552      0 |     2822 |     4684
18.19/18.20	c  0.0s |       0 |      331 |        0 |    27552      0 |     2822 |     4684
18.19/18.20	c #cpu_time = 0.045s
18.19/18.20	c #wall_clock_time = 0.045s
18.19/18.20	c #decision = 331
18.19/18.20	c #random_decision = 0
18.19/18.20	c #conflict = 0
18.19/18.20	c #restart = 0
18.19/18.20	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
18.19/18.20	c lower bound updated to 2019296027841
18.19/18.25	c BCD2: 2021515034464 <= obj <= 7045346031125
18.19/18.25	c BCD2: #cores=110, #unrelaxed=643, #relaxed=629, #hardened=0
18.19/18.25	c BCD2: #sat=1 #unsat=184 bias=184/185
18.19/18.26	c Solving starts ...
18.19/18.26	c ============================[ Search Statistics ]============================
18.19/18.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.19/18.26	c       |         |          |          |    Limit     GC | Var      | Constra 
18.19/18.26	c =============================================================================
18.19/18.26	c  0.0s |       0 |        0 |        0 |    27552      0 |     2822 |     4685
18.29/18.31	c  0.0s |       0 |      334 |        0 |    27552      0 |     2822 |     4685
18.29/18.31	c #cpu_time = 0.046s
18.29/18.31	c #wall_clock_time = 0.046s
18.29/18.31	c #decision = 334
18.29/18.31	c #random_decision = 0
18.29/18.31	c #conflict = 0
18.29/18.31	c #restart = 0
18.29/18.31	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
18.29/18.31	c lower bound updated to 2030391060961
18.29/18.36	c BCD2: 2032610067584 <= obj <= 7045346031125
18.29/18.36	c BCD2: #cores=111, #unrelaxed=640, #relaxed=632, #hardened=0
18.29/18.36	c BCD2: #sat=1 #unsat=185 bias=185/186
18.29/18.36	c Solving starts ...
18.29/18.36	c ============================[ Search Statistics ]============================
18.29/18.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.29/18.36	c       |         |          |          |    Limit     GC | Var      | Constra 
18.29/18.36	c =============================================================================
18.29/18.37	c  0.0s |       0 |        0 |        0 |    27552      0 |     2822 |     4686
18.39/18.42	c  0.0s |       0 |      333 |        0 |    27552      0 |     2822 |     4686
18.39/18.42	c #cpu_time = 0.045s
18.39/18.42	c #wall_clock_time = 0.045s
18.39/18.42	c #decision = 333
18.39/18.42	c #random_decision = 0
18.39/18.42	c #conflict = 0
18.39/18.42	c #restart = 0
18.39/18.42	c BCD2: relaxing 6 and merging with 3 cores into a new core of size 15: cost of the new core is >=44380132480
18.39/18.42	c BCD2: refineLB: 33285099361 -> 44380132480
18.39/18.42	c lower bound updated to 2041486094081
18.39/18.47	c BCD2: 2043705100704 <= obj <= 7045346031125
18.39/18.47	c BCD2: #cores=109, #unrelaxed=634, #relaxed=638, #hardened=0
18.39/18.47	c BCD2: #sat=1 #unsat=186 bias=186/187
18.39/18.47	c Solving starts ...
18.39/18.47	c ============================[ Search Statistics ]============================
18.39/18.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.39/18.47	c       |         |          |          |    Limit     GC | Var      | Constra 
18.39/18.47	c =============================================================================
18.39/18.47	c  0.0s |       0 |        0 |        0 |    27552      0 |     2853 |     4686
18.49/18.52	c  0.0s |       0 |      326 |        0 |    27552      0 |     2853 |     4745
18.49/18.52	c #cpu_time = 0.046s
18.49/18.52	c #wall_clock_time = 0.046s
18.49/18.52	c #decision = 326
18.49/18.52	c #random_decision = 0
18.49/18.52	c #conflict = 0
18.49/18.52	c #restart = 0
18.49/18.52	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
18.49/18.52	c lower bound updated to 2052581127201
18.49/18.57	c BCD2: 2054800133824 <= obj <= 7045346031125
18.49/18.57	c BCD2: #cores=110, #unrelaxed=631, #relaxed=641, #hardened=0
18.49/18.57	c BCD2: #sat=1 #unsat=187 bias=187/188
18.49/18.58	c Solving starts ...
18.49/18.58	c ============================[ Search Statistics ]============================
18.49/18.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.49/18.58	c       |         |          |          |    Limit     GC | Var      | Constra 
18.49/18.58	c =============================================================================
18.49/18.58	c  0.0s |       0 |        0 |        0 |    27552      0 |     2853 |     4746
18.59/18.63	c  0.0s |       0 |      328 |        0 |    27552      0 |     2853 |     4746
18.59/18.63	c #cpu_time = 0.044s
18.59/18.63	c #wall_clock_time = 0.044s
18.59/18.63	c #decision = 328
18.59/18.63	c #random_decision = 0
18.59/18.63	c #conflict = 0
18.59/18.63	c #restart = 0
18.59/18.63	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
18.59/18.63	c lower bound updated to 2063676160321
18.59/18.68	c BCD2: 2065895166944 <= obj <= 7045346031125
18.59/18.68	c BCD2: #cores=111, #unrelaxed=628, #relaxed=644, #hardened=0
18.59/18.68	c BCD2: #sat=1 #unsat=188 bias=188/189
18.59/18.69	c Solving starts ...
18.59/18.69	c ============================[ Search Statistics ]============================
18.59/18.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.59/18.69	c       |         |          |          |    Limit     GC | Var      | Constra 
18.59/18.69	c =============================================================================
18.59/18.69	c  0.0s |       0 |        0 |        0 |    27552      0 |     2853 |     4747
18.69/18.73	c  0.0s |       0 |      329 |        0 |    27552      0 |     2853 |     4747
18.69/18.73	c #cpu_time = 0.044s
18.69/18.73	c #wall_clock_time = 0.044s
18.69/18.73	c #decision = 329
18.69/18.73	c #random_decision = 0
18.69/18.73	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 >=11095033120
18.69/18.74	c lower bound updated to 2074771193441
18.69/18.79	c BCD2: 2076990200064 <= obj <= 7045346031125
18.69/18.79	c BCD2: #cores=112, #unrelaxed=625, #relaxed=647, #hardened=0
18.69/18.79	c BCD2: #sat=1 #unsat=189 bias=189/190
18.69/18.79	c Solving starts ...
18.69/18.79	c ============================[ Search Statistics ]============================
18.69/18.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.69/18.79	c       |         |          |          |    Limit     GC | Var      | Constra 
18.69/18.79	c =============================================================================
18.69/18.80	c  0.0s |       0 |        0 |        0 |    27552      0 |     2853 |     4748
18.79/18.85	c  0.0s |       0 |      329 |        0 |    27552      0 |     2853 |     4748
18.79/18.85	c #cpu_time = 0.044s
18.79/18.85	c #wall_clock_time = 0.044s
18.79/18.85	c #decision = 329
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 >=11095033120
18.79/18.85	c lower bound updated to 2085866226561
18.89/18.90	c BCD2: 2088085233184 <= obj <= 7045346031125
18.89/18.90	c BCD2: #cores=113, #unrelaxed=622, #relaxed=650, #hardened=0
18.89/18.90	c BCD2: #sat=1 #unsat=190 bias=190/191
18.89/18.90	c Solving starts ...
18.89/18.90	c ============================[ Search Statistics ]============================
18.89/18.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.89/18.90	c       |         |          |          |    Limit     GC | Var      | Constra 
18.89/18.90	c =============================================================================
18.89/18.90	c  0.0s |       0 |        0 |        0 |    27552      0 |     2853 |     4749
18.89/18.95	c  0.0s |       0 |      334 |        1 |    27552      0 |     2853 |     4749
18.89/18.95	c #cpu_time = 0.045s
18.89/18.95	c #wall_clock_time = 0.045s
18.89/18.95	c #decision = 334
18.89/18.95	c #random_decision = 0
18.89/18.95	c #conflict = 1
18.89/18.95	c #restart = 0
18.89/18.95	c BCD2: relaxing 5 and merging with 3 cores into a new core of size 18: cost of the new core is >=55475165600
18.89/18.95	c BCD2: refineLB: 55417076422 -> 55475165600
18.89/18.95	c lower bound updated to 2096961259681
18.99/19.00	c BCD2: 2099180266304 <= obj <= 7045346031125
18.99/19.00	c BCD2: #cores=111, #unrelaxed=617, #relaxed=655, #hardened=0
18.99/19.00	c BCD2: #sat=1 #unsat=191 bias=191/192
18.99/19.01	c Solving starts ...
18.99/19.01	c ============================[ Search Statistics ]============================
18.99/19.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.99/19.01	c       |         |          |          |    Limit     GC | Var      | Constra 
18.99/19.01	c =============================================================================
18.99/19.02	c  0.0s |       0 |        0 |        0 |    27552      0 |     3003 |     4749
18.99/19.07	c  0.0s |       0 |      326 |        0 |    27552      0 |     3003 |     5046
18.99/19.07	c #cpu_time = 0.046s
18.99/19.07	c #wall_clock_time = 0.047s
18.99/19.07	c #decision = 326
18.99/19.07	c #random_decision = 0
18.99/19.07	c #conflict = 0
18.99/19.07	c #restart = 0
18.99/19.07	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
18.99/19.07	c BCD2: refineLB: 22132279610 -> 22190066240
18.99/19.07	c lower bound updated to 2108056292801
19.08/19.11	c BCD2: 2110275299424 <= obj <= 7045346031125
19.08/19.11	c BCD2: #cores=111, #unrelaxed=613, #relaxed=659, #hardened=0
19.08/19.11	c BCD2: #sat=1 #unsat=192 bias=192/193
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 |    27552      0 |     3079 |     5046
19.08/19.17	c  0.0s |       0 |      326 |        0 |    27552      0 |     3079 |     5197
19.08/19.17	c #cpu_time = 0.048s
19.08/19.17	c #wall_clock_time = 0.048s
19.08/19.17	c #decision = 326
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 >=11095033120
19.08/19.17	c lower bound updated to 2119151325921
19.18/19.22	c BCD2: 2121370332544 <= obj <= 7045346031125
19.18/19.22	c BCD2: #cores=112, #unrelaxed=610, #relaxed=662, #hardened=0
19.18/19.22	c BCD2: #sat=1 #unsat=193 bias=193/194
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 |    27552      0 |     3079 |     5198
19.18/19.28	c  0.0s |       0 |      327 |        0 |    27552      0 |     3079 |     5198
19.18/19.28	c #cpu_time = 0.044s
19.18/19.28	c #wall_clock_time = 0.044s
19.18/19.28	c #decision = 327
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 >=11095033120
19.18/19.28	c lower bound updated to 2130246359041
19.28/19.33	c BCD2: 2132465365664 <= obj <= 7045346031125
19.28/19.33	c BCD2: #cores=113, #unrelaxed=607, #relaxed=665, #hardened=0
19.28/19.33	c BCD2: #sat=1 #unsat=194 bias=194/195
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 |    27552      0 |     3079 |     5199
19.28/19.38	c  0.0s |       0 |      327 |        0 |    27552      0 |     3079 |     5199
19.28/19.38	c #cpu_time = 0.045s
19.28/19.38	c #wall_clock_time = 0.045s
19.28/19.38	c #decision = 327
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 >=22190066240
19.28/19.38	c BCD2: refineLB: 22133168635 -> 22190066240
19.28/19.38	c lower bound updated to 2141341392161
19.38/19.43	c BCD2: 2143560398784 <= obj <= 7045346031125
19.38/19.43	c BCD2: #cores=113, #unrelaxed=603, #relaxed=669, #hardened=0
19.38/19.43	c BCD2: #sat=1 #unsat=195 bias=195/196
19.38/19.44	c Solving starts ...
19.38/19.44	c ============================[ Search Statistics ]============================
19.38/19.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.38/19.44	c       |         |          |          |    Limit     GC | Var      | Constra 
19.38/19.44	c =============================================================================
19.38/19.45	c  0.0s |       0 |        0 |        0 |    27552      0 |     3081 |     5199
19.38/19.50	c  0.0s |       0 |      327 |        0 |    27552      0 |     3081 |     5202
19.38/19.50	c #cpu_time = 0.047s
19.38/19.50	c #wall_clock_time = 0.047s
19.38/19.50	c #decision = 327
19.38/19.50	c #random_decision = 0
19.38/19.50	c #conflict = 0
19.38/19.50	c #restart = 0
19.38/19.50	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
19.38/19.50	c lower bound updated to 2152436425281
19.48/19.55	c BCD2: 2154655431904 <= obj <= 7045346031125
19.48/19.55	c BCD2: #cores=114, #unrelaxed=600, #relaxed=672, #hardened=0
19.48/19.55	c BCD2: #sat=1 #unsat=196 bias=196/197
19.58/19.67	c Solving starts ...
19.58/19.67	c ============================[ Search Statistics ]============================
19.58/19.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.58/19.67	c       |         |          |          |    Limit     GC | Var      | Constra 
19.58/19.67	c =============================================================================
19.58/19.67	c  0.0s |       0 |        0 |        0 |    27552      0 |     3081 |     5203
19.68/19.71	c  0.0s |       0 |      326 |        0 |    27552      0 |     3081 |     5203
19.68/19.71	c #cpu_time = 0.046s
19.68/19.71	c #wall_clock_time = 0.046s
19.68/19.71	c #decision = 326
19.68/19.71	c #random_decision = 0
19.68/19.71	c #conflict = 0
19.68/19.71	c #restart = 0
19.68/19.71	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
19.68/19.71	c lower bound updated to 2163531458401
19.68/19.77	c BCD2: 2165750465024 <= obj <= 7045346031125
19.68/19.77	c BCD2: #cores=115, #unrelaxed=597, #relaxed=675, #hardened=0
19.68/19.77	c BCD2: #sat=1 #unsat=197 bias=197/198
19.68/19.77	c Solving starts ...
19.68/19.77	c ============================[ Search Statistics ]============================
19.68/19.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.68/19.77	c       |         |          |          |    Limit     GC | Var      | Constra 
19.68/19.77	c =============================================================================
19.68/19.78	c  0.0s |       0 |        0 |        0 |    27552      0 |     3081 |     5204
19.79/19.82	c  0.0s |       0 |      329 |        0 |    27552      0 |     3081 |     5204
19.79/19.82	c #cpu_time = 0.046s
19.79/19.82	c #wall_clock_time = 0.046s
19.79/19.82	c #decision = 329
19.79/19.82	c #random_decision = 0
19.79/19.82	c #conflict = 0
19.79/19.82	c #restart = 0
19.79/19.83	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
19.79/19.83	c lower bound updated to 2174626491521
19.79/19.88	c BCD2: 2176845498144 <= obj <= 7045346031125
19.79/19.88	c BCD2: #cores=116, #unrelaxed=594, #relaxed=678, #hardened=0
19.79/19.88	c BCD2: #sat=1 #unsat=198 bias=198/199
19.79/19.88	c Solving starts ...
19.79/19.88	c ============================[ Search Statistics ]============================
19.79/19.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.79/19.88	c       |         |          |          |    Limit     GC | Var      | Constra 
19.79/19.88	c =============================================================================
19.79/19.88	c  0.0s |       0 |        0 |        0 |    27552      0 |     3081 |     5205
19.89/19.93	c  0.0s |       0 |      330 |        0 |    27552      0 |     3081 |     5205
19.89/19.93	c #cpu_time = 0.047s
19.89/19.93	c #wall_clock_time = 0.047s
19.89/19.93	c #decision = 330
19.89/19.93	c #random_decision = 0
19.89/19.93	c #conflict = 0
19.89/19.93	c #restart = 0
19.89/19.93	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
19.89/19.93	c lower bound updated to 2185721524641
19.89/19.99	c BCD2: 2187940531264 <= obj <= 7045346031125
19.89/19.99	c BCD2: #cores=117, #unrelaxed=591, #relaxed=681, #hardened=0
19.89/19.99	c BCD2: #sat=1 #unsat=199 bias=199/200
19.98/20.00	c Solving starts ...
19.98/20.00	c ============================[ Search Statistics ]============================
19.98/20.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.98/20.00	c       |         |          |          |    Limit     GC | Var      | Constra 
19.98/20.00	c =============================================================================
19.98/20.00	c  0.0s |       0 |        0 |        0 |    27552      0 |     3081 |     5206
19.98/20.05	c  0.0s |       0 |      332 |        0 |    27552      0 |     3081 |     5206
19.98/20.05	c #cpu_time = 0.047s
19.98/20.05	c #wall_clock_time = 0.047s
19.98/20.05	c #decision = 332
19.98/20.05	c #random_decision = 0
19.98/20.05	c #conflict = 0
19.98/20.05	c #restart = 0
19.98/20.05	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
19.98/20.05	c BCD2: refineLB: 22134591075 -> 22190066240
19.98/20.05	c lower bound updated to 2196816557761
19.98/20.09	c BCD2: 2199035564384 <= obj <= 7045346031125
19.98/20.09	c BCD2: #cores=117, #unrelaxed=587, #relaxed=685, #hardened=0
19.98/20.09	c BCD2: #sat=1 #unsat=200 bias=200/201
20.08/20.10	c Solving starts ...
20.08/20.10	c ============================[ Search Statistics ]============================
20.08/20.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.08/20.10	c       |         |          |          |    Limit     GC | Var      | Constra 
20.08/20.10	c =============================================================================
20.08/20.11	c  0.0s |       0 |        0 |        0 |    27552      0 |     3092 |     5206
20.08/20.15	c  0.0s |       0 |      332 |        0 |    27552      0 |     3092 |     5227
20.08/20.15	c #cpu_time = 0.045s
20.08/20.15	c #wall_clock_time = 0.046s
20.08/20.15	c #decision = 332
20.08/20.15	c #random_decision = 0
20.08/20.15	c #conflict = 0
20.08/20.15	c #restart = 0
20.08/20.15	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
20.08/20.15	c lower bound updated to 2207911590881
20.18/20.21	c BCD2: 2210130597504 <= obj <= 7045346031125
20.18/20.21	c BCD2: #cores=118, #unrelaxed=584, #relaxed=688, #hardened=0
20.18/20.21	c BCD2: #sat=1 #unsat=201 bias=201/202
20.18/20.21	c Solving starts ...
20.18/20.21	c ============================[ Search Statistics ]============================
20.18/20.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.18/20.21	c       |         |          |          |    Limit     GC | Var      | Constra 
20.18/20.21	c =============================================================================
20.18/20.21	c  0.0s |       0 |        0 |        0 |    27552      0 |     3092 |     5228
20.18/20.26	c  0.0s |       0 |      331 |        0 |    27552      0 |     3092 |     5228
20.18/20.26	c #cpu_time = 0.046s
20.18/20.26	c #wall_clock_time = 0.046s
20.18/20.26	c #decision = 331
20.18/20.26	c #random_decision = 0
20.18/20.26	c #conflict = 0
20.18/20.26	c #restart = 0
20.18/20.26	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=22190066240
20.18/20.26	c BCD2: refineLB: 22135140334 -> 22190066240
20.18/20.26	c lower bound updated to 2219006624001
20.28/20.31	c BCD2: 2221225630624 <= obj <= 7045346031125
20.28/20.31	c BCD2: #cores=118, #unrelaxed=580, #relaxed=692, #hardened=0
20.28/20.31	c BCD2: #sat=1 #unsat=202 bias=202/203
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.32	c  0.0s |       0 |        0 |        0 |    27552      0 |     3097 |     5228
20.28/20.37	c  0.0s |       0 |      332 |        0 |    27552      0 |     3097 |     5237
20.28/20.37	c #cpu_time = 0.047s
20.28/20.37	c #wall_clock_time = 0.047s
20.28/20.37	c #decision = 332
20.28/20.37	c #random_decision = 0
20.28/20.37	c #conflict = 0
20.28/20.37	c #restart = 0
20.28/20.37	c BCD2: found a new core of size 3: cost of the new core is >=11095033120
20.28/20.37	c lower bound updated to 2230101657121
20.38/20.43	c BCD2: 2232320663744 <= obj <= 7045346031125
20.38/20.43	c BCD2: #cores=119, #unrelaxed=577, #relaxed=695, #hardened=0
20.38/20.43	c BCD2: #sat=1 #unsat=203 bias=203/204
20.38/20.43	c Solving starts ...
20.38/20.43	c ============================[ Search Statistics ]============================
20.38/20.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.38/20.43	c       |         |          |          |    Limit     GC | Var      | Constra 
20.38/20.43	c =============================================================================
20.38/20.43	c  0.0s |       0 |        0 |        0 |    27552      0 |     3097 |     5238
20.38/20.48	c  0.0s |       0 |      331 |        0 |    27552      0 |     3097 |     5238
20.38/20.48	c #cpu_time = 0.047s
20.38/20.48	c #wall_clock_time = 0.047s
20.38/20.48	c #decision = 331
20.38/20.48	c #random_decision = 0
20.38/20.48	c #conflict = 0
20.38/20.48	c #restart = 0
20.38/20.48	c BCD2: found a new core of size 1: cost of the new core is >=29986576
20.38/20.48	c lower bound updated to 2230131643697
20.48/20.53	c BCD2: 2232350650320 <= obj <= 7045346031125
20.48/20.53	c BCD2: #cores=120, #unrelaxed=576, #relaxed=696, #hardened=0
20.48/20.53	c BCD2: #sat=1 #unsat=204 bias=204/205
20.48/20.54	c Solving starts ...
20.48/20.54	c ============================[ Search Statistics ]============================
20.48/20.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.48/20.54	c       |         |          |          |    Limit     GC | Var      | Constra 
20.48/20.54	c =============================================================================
20.48/20.54	c  0.0s |       0 |        0 |        0 |    27552      0 |     3097 |     5238
20.48/20.59	c  0.0s |       0 |      333 |        0 |    27552      0 |     3097 |     5238
20.48/20.59	c #cpu_time = 0.046s
20.48/20.59	c #wall_clock_time = 0.046s
20.48/20.59	c #decision = 333
20.48/20.59	c #random_decision = 0
20.48/20.59	c #conflict = 0
20.48/20.59	c #restart = 0
20.48/20.59	c BCD2: found a new core of size 2: cost of the new core is >=5476
20.48/20.59	c lower bound updated to 2230131649173
20.58/20.64	c BCD2: 2232350655796 <= obj <= 7045346031125
20.58/20.64	c BCD2: #cores=121, #unrelaxed=574, #relaxed=698, #hardened=0
20.58/20.64	c BCD2: #sat=1 #unsat=205 bias=205/206
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 |    27552      0 |     3097 |     5238
20.68/20.70	c  0.1s |       0 |      659 |        1 |    27552      0 |     3097 |     5238
20.68/20.70	c #cpu_time = 0.053s
20.68/20.70	c #wall_clock_time = 0.053s
20.68/20.70	c #decision = 659
20.68/20.70	c #random_decision = 0
20.68/20.70	c #conflict = 1
20.68/20.70	c #restart = 0
20.68/20.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
20.68/20.70	c lower bound updated to 2230131649247
20.68/20.75	c BCD2: 2232350655870 <= obj <= 7045346031125
20.68/20.75	c BCD2: #cores=121, #unrelaxed=573, #relaxed=699, #hardened=0
20.68/20.75	c BCD2: #sat=1 #unsat=206 bias=206/207
20.68/20.76	c Solving starts ...
20.68/20.76	c ============================[ Search Statistics ]============================
20.68/20.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.68/20.76	c       |         |          |          |    Limit     GC | Var      | Constra 
20.68/20.76	c =============================================================================
20.68/20.76	c  0.0s |       0 |        0 |        0 |    27552      0 |     3098 |     5238
20.78/20.81	c  0.1s |       0 |      659 |        1 |    27552      0 |     3098 |     5239
20.78/20.81	c #cpu_time = 0.055s
20.78/20.81	c #wall_clock_time = 0.056s
20.78/20.81	c #decision = 659
20.78/20.81	c #random_decision = 0
20.78/20.81	c #conflict = 1
20.78/20.81	c #restart = 0
20.78/20.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
20.78/20.81	c lower bound updated to 2230131649248
20.78/20.86	c BCD2: 2232350655871 <= obj <= 7045346031125
20.78/20.86	c BCD2: #cores=121, #unrelaxed=572, #relaxed=700, #hardened=0
20.78/20.86	c BCD2: #sat=1 #unsat=207 bias=207/208
20.78/20.88	c Solving starts ...
20.78/20.88	c ============================[ Search Statistics ]============================
20.78/20.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.78/20.88	c       |         |          |          |    Limit     GC | Var      | Constra 
20.78/20.88	c =============================================================================
20.78/20.88	c  0.0s |       0 |        0 |        0 |    27552      0 |     3099 |     5239
20.89/20.92	c  0.0s |       0 |      333 |        0 |    27552      0 |     3099 |     5240
20.89/20.92	c #cpu_time = 0.048s
20.89/20.92	c #wall_clock_time = 0.048s
20.89/20.92	c #decision = 333
20.89/20.92	c #random_decision = 0
20.89/20.92	c #conflict = 0
20.89/20.92	c #restart = 0
20.89/20.92	c BCD2: found a new core of size 1: cost of the new core is >=29986576
20.89/20.92	c lower bound updated to 2230161635824
20.89/20.97	c BCD2: 2232380642447 <= obj <= 7045346031125
20.89/20.97	c BCD2: #cores=122, #unrelaxed=571, #relaxed=701, #hardened=0
20.89/20.97	c BCD2: #sat=1 #unsat=208 bias=208/209
20.89/20.98	c Solving starts ...
20.89/20.98	c ============================[ Search Statistics ]============================
20.89/20.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.89/20.98	c       |         |          |          |    Limit     GC | Var      | Constra 
20.89/20.98	c =============================================================================
20.89/20.99	c  0.0s |       0 |        0 |        0 |    27552      0 |     3099 |     5240
20.99/21.04	c  0.0s |       0 |      335 |        0 |    27552      0 |     3099 |     5240
20.99/21.04	c #cpu_time = 0.047s
20.99/21.04	c #wall_clock_time = 0.047s
20.99/21.04	c #decision = 335
20.99/21.04	c #random_decision = 0
20.99/21.04	c #conflict = 0
20.99/21.04	c #restart = 0
20.99/21.04	c BCD2: found a new core of size 2: cost of the new core is >=5476
20.99/21.04	c lower bound updated to 2230161641300
20.99/21.08	c BCD2: 2232380647923 <= obj <= 7045346031125
20.99/21.08	c BCD2: #cores=123, #unrelaxed=569, #relaxed=703, #hardened=0
20.99/21.08	c BCD2: #sat=1 #unsat=209 bias=209/210
20.99/21.09	c Solving starts ...
20.99/21.09	c ============================[ Search Statistics ]============================
20.99/21.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.99/21.09	c       |         |          |          |    Limit     GC | Var      | Constra 
20.99/21.09	c =============================================================================
20.99/21.09	c  0.0s |       0 |        0 |        0 |    27552      0 |     3099 |     5240
21.08/21.15	c  0.1s |       0 |      662 |        1 |    27552      0 |     3099 |     5240
21.08/21.15	c #cpu_time = 0.057s
21.08/21.15	c #wall_clock_time = 0.058s
21.08/21.15	c #decision = 662
21.08/21.15	c #random_decision = 0
21.08/21.15	c #conflict = 1
21.08/21.15	c #restart = 0
21.08/21.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
21.08/21.15	c lower bound updated to 2230161641374
21.08/21.19	c BCD2: 2232380647997 <= obj <= 7045346031125
21.08/21.19	c BCD2: #cores=123, #unrelaxed=568, #relaxed=704, #hardened=0
21.08/21.19	c BCD2: #sat=1 #unsat=210 bias=210/211
21.18/21.20	c Solving starts ...
21.18/21.20	c ============================[ Search Statistics ]============================
21.18/21.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.18/21.20	c       |         |          |          |    Limit     GC | Var      | Constra 
21.18/21.20	c =============================================================================
21.18/21.21	c  0.0s |       0 |        0 |        0 |    27552      0 |     3100 |     5240
21.18/21.26	c  0.1s |       0 |      662 |        1 |    27552      0 |     3100 |     5241
21.18/21.26	c #cpu_time = 0.053s
21.18/21.26	c #wall_clock_time = 0.053s
21.18/21.26	c #decision = 662
21.18/21.26	c #random_decision = 0
21.18/21.26	c #conflict = 1
21.18/21.26	c #restart = 0
21.18/21.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
21.18/21.26	c lower bound updated to 2230161641375
21.28/21.31	c BCD2: 2232380647998 <= obj <= 7045346031125
21.28/21.31	c BCD2: #cores=123, #unrelaxed=567, #relaxed=705, #hardened=0
21.28/21.31	c BCD2: #sat=1 #unsat=211 bias=211/212
21.28/21.32	c Solving starts ...
21.28/21.32	c ============================[ Search Statistics ]============================
21.28/21.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.28/21.32	c       |         |          |          |    Limit     GC | Var      | Constra 
21.28/21.32	c =============================================================================
21.28/21.32	c  0.0s |       0 |        0 |        0 |    27552      0 |     3101 |     5241
21.28/21.37	c  0.1s |       0 |      335 |        0 |    27552      0 |     3101 |     5242
21.28/21.37	c #cpu_time = 0.052s
21.28/21.37	c #wall_clock_time = 0.052s
21.28/21.37	c #decision = 335
21.28/21.37	c #random_decision = 0
21.28/21.37	c #conflict = 0
21.28/21.37	c #restart = 0
21.28/21.37	c BCD2: found a new core of size 1: cost of the new core is >=29986576
21.28/21.37	c lower bound updated to 2230191627951
21.38/21.42	c BCD2: 2232410634574 <= obj <= 7045346031125
21.38/21.42	c BCD2: #cores=124, #unrelaxed=566, #relaxed=706, #hardened=0
21.38/21.42	c BCD2: #sat=1 #unsat=212 bias=212/213
21.38/21.42	c Solving starts ...
21.38/21.42	c ============================[ Search Statistics ]============================
21.38/21.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.38/21.42	c       |         |          |          |    Limit     GC | Var      | Constra 
21.38/21.42	c =============================================================================
21.38/21.43	c  0.0s |       0 |        0 |        0 |    27552      0 |     3101 |     5242
21.38/21.48	c  0.0s |       0 |      337 |        0 |    27552      0 |     3101 |     5242
21.38/21.48	c #cpu_time = 0.048s
21.38/21.48	c #wall_clock_time = 0.048s
21.38/21.48	c #decision = 337
21.38/21.48	c #random_decision = 0
21.38/21.48	c #conflict = 0
21.38/21.48	c #restart = 0
21.38/21.48	c BCD2: found a new core of size 2: cost of the new core is >=5476
21.38/21.48	c lower bound updated to 2230191633427
21.48/21.53	c BCD2: 2232410640050 <= obj <= 7045346031125
21.48/21.53	c BCD2: #cores=125, #unrelaxed=564, #relaxed=708, #hardened=0
21.48/21.53	c BCD2: #sat=1 #unsat=213 bias=213/214
21.48/21.53	c Solving starts ...
21.48/21.53	c ============================[ Search Statistics ]============================
21.48/21.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.48/21.53	c       |         |          |          |    Limit     GC | Var      | Constra 
21.48/21.53	c =============================================================================
21.48/21.54	c  0.0s |       0 |        0 |        0 |    27552      0 |     3101 |     5242
21.48/21.60	c  0.1s |       0 |      665 |        1 |    27552      0 |     3101 |     5242
21.48/21.60	c #cpu_time = 0.059s
21.48/21.60	c #wall_clock_time = 0.059s
21.48/21.60	c #decision = 665
21.48/21.60	c #random_decision = 0
21.48/21.60	c #conflict = 1
21.48/21.60	c #restart = 0
21.48/21.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
21.48/21.60	c lower bound updated to 2230191633501
21.58/21.64	c BCD2: 2232410640124 <= obj <= 7045346031125
21.58/21.64	c BCD2: #cores=125, #unrelaxed=563, #relaxed=709, #hardened=0
21.58/21.64	c BCD2: #sat=1 #unsat=214 bias=214/215
21.58/21.65	c Solving starts ...
21.58/21.65	c ============================[ Search Statistics ]============================
21.58/21.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.58/21.65	c       |         |          |          |    Limit     GC | Var      | Constra 
21.58/21.65	c =============================================================================
21.58/21.66	c  0.0s |       0 |        0 |        0 |    27552      0 |     3102 |     5242
21.68/21.71	c  0.1s |       0 |      665 |        1 |    27552      0 |     3102 |     5243
21.68/21.71	c #cpu_time = 0.055s
21.68/21.71	c #wall_clock_time = 0.055s
21.68/21.71	c #decision = 665
21.68/21.71	c #random_decision = 0
21.68/21.71	c #conflict = 1
21.68/21.71	c #restart = 0
21.68/21.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
21.68/21.71	c lower bound updated to 2230191633502
21.68/21.76	c BCD2: 2232410640125 <= obj <= 7045346031125
21.68/21.76	c BCD2: #cores=125, #unrelaxed=562, #relaxed=710, #hardened=0
21.68/21.76	c BCD2: #sat=1 #unsat=215 bias=215/216
21.68/21.77	c Solving starts ...
21.68/21.77	c ============================[ Search Statistics ]============================
21.68/21.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.68/21.77	c       |         |          |          |    Limit     GC | Var      | Constra 
21.68/21.77	c =============================================================================
21.68/21.77	c  0.0s |       0 |        0 |        0 |    27552      0 |     3103 |     5243
21.78/21.82	c  0.1s |       0 |      337 |        0 |    27552      0 |     3103 |     5244
21.78/21.82	c #cpu_time = 0.053s
21.78/21.82	c #wall_clock_time = 0.053s
21.78/21.82	c #decision = 337
21.78/21.82	c #random_decision = 0
21.78/21.82	c #conflict = 0
21.78/21.82	c #restart = 0
21.78/21.82	c BCD2: found a new core of size 1: cost of the new core is >=29986576
21.78/21.82	c lower bound updated to 2230221620078
21.78/21.87	c BCD2: 2232440626701 <= obj <= 7045346031125
21.78/21.87	c BCD2: #cores=126, #unrelaxed=561, #relaxed=711, #hardened=0
21.78/21.87	c BCD2: #sat=1 #unsat=216 bias=216/217
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.88	c  0.0s |       0 |        0 |        0 |    27552      0 |     3103 |     5244
21.88/21.93	c  0.1s |       0 |      339 |        0 |    27552      0 |     3103 |     5244
21.88/21.93	c #cpu_time = 0.049s
21.88/21.93	c #wall_clock_time = 0.049s
21.88/21.93	c #decision = 339
21.88/21.93	c #random_decision = 0
21.88/21.93	c #conflict = 0
21.88/21.93	c #restart = 0
21.88/21.93	c BCD2: found a new core of size 2: cost of the new core is >=5476
21.88/21.93	c lower bound updated to 2230221625554
21.88/21.98	c BCD2: 2232440632177 <= obj <= 7045346031125
21.88/21.98	c BCD2: #cores=127, #unrelaxed=559, #relaxed=713, #hardened=0
21.88/21.98	c BCD2: #sat=1 #unsat=217 bias=217/218
21.88/21.99	c Solving starts ...
21.88/21.99	c ============================[ Search Statistics ]============================
21.88/21.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.88/21.99	c       |         |          |          |    Limit     GC | Var      | Constra 
21.88/21.99	c =============================================================================
21.88/21.99	c  0.0s |       0 |        0 |        0 |    27552      0 |     3103 |     5244
21.99/22.05	c  0.1s |       0 |      668 |        1 |    27552      0 |     3103 |     5244
21.99/22.05	c #cpu_time = 0.060s
21.99/22.05	c #wall_clock_time = 0.060s
21.99/22.05	c #decision = 668
21.99/22.05	c #random_decision = 0
21.99/22.05	c #conflict = 1
21.99/22.05	c #restart = 0
21.99/22.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
21.99/22.05	c lower bound updated to 2230221625628
21.99/22.10	c BCD2: 2232440632251 <= obj <= 7045346031125
21.99/22.10	c BCD2: #cores=127, #unrelaxed=558, #relaxed=714, #hardened=0
21.99/22.10	c BCD2: #sat=1 #unsat=218 bias=218/219
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 =============================================================================
22.09/22.11	c  0.0s |       0 |        0 |        0 |    27552      0 |     3104 |     5244
22.09/22.17	c  0.1s |       0 |      668 |        1 |    27552      0 |     3104 |     5245
22.09/22.17	c #cpu_time = 0.056s
22.09/22.17	c #wall_clock_time = 0.056s
22.09/22.17	c #decision = 668
22.09/22.17	c #random_decision = 0
22.09/22.17	c #conflict = 1
22.09/22.17	c #restart = 0
22.09/22.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
22.09/22.17	c lower bound updated to 2230221625629
22.18/22.22	c BCD2: 2232440632252 <= obj <= 7045346031125
22.18/22.22	c BCD2: #cores=127, #unrelaxed=557, #relaxed=715, #hardened=0
22.18/22.22	c BCD2: #sat=1 #unsat=219 bias=219/220
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 |    27552      0 |     3105 |     5245
22.18/22.28	c  0.1s |       0 |      339 |        0 |    27552      0 |     3105 |     5246
22.18/22.28	c #cpu_time = 0.054s
22.18/22.28	c #wall_clock_time = 0.054s
22.18/22.28	c #decision = 339
22.18/22.28	c #random_decision = 0
22.18/22.28	c #conflict = 0
22.18/22.28	c #restart = 0
22.18/22.28	c BCD2: found a new core of size 1: cost of the new core is >=29986576
22.18/22.28	c lower bound updated to 2230251612205
22.28/22.33	c BCD2: 2232470618828 <= obj <= 7045346031125
22.28/22.33	c BCD2: #cores=128, #unrelaxed=556, #relaxed=716, #hardened=0
22.28/22.33	c BCD2: #sat=1 #unsat=220 bias=220/221
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 |    27552      0 |     3105 |     5246
22.28/22.39	c  0.1s |       0 |      341 |        0 |    27552      0 |     3105 |     5246
22.28/22.39	c #cpu_time = 0.050s
22.28/22.39	c #wall_clock_time = 0.050s
22.28/22.39	c #decision = 341
22.28/22.39	c #random_decision = 0
22.28/22.39	c #conflict = 0
22.28/22.39	c #restart = 0
22.28/22.39	c BCD2: found a new core of size 2: cost of the new core is >=5476
22.28/22.39	c lower bound updated to 2230251617681
22.38/22.44	c BCD2: 2232470624304 <= obj <= 7045346031125
22.38/22.44	c BCD2: #cores=129, #unrelaxed=554, #relaxed=718, #hardened=0
22.38/22.44	c BCD2: #sat=1 #unsat=221 bias=221/222
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 |    27552      0 |     3105 |     5246
22.48/22.51	c  0.1s |       0 |      671 |        1 |    27552      0 |     3105 |     5246
22.48/22.51	c #cpu_time = 0.061s
22.48/22.51	c #wall_clock_time = 0.062s
22.48/22.51	c #decision = 671
22.48/22.51	c #random_decision = 0
22.48/22.51	c #conflict = 1
22.48/22.51	c #restart = 0
22.48/22.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
22.48/22.51	c lower bound updated to 2230251617755
22.48/22.56	c BCD2: 2232470624378 <= obj <= 7045346031125
22.48/22.56	c BCD2: #cores=129, #unrelaxed=553, #relaxed=719, #hardened=0
22.48/22.56	c BCD2: #sat=1 #unsat=222 bias=222/223
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 |    27552      0 |     3106 |     5246
22.58/22.63	c  0.1s |       0 |      671 |        1 |    27552      0 |     3106 |     5247
22.58/22.63	c #cpu_time = 0.057s
22.58/22.63	c #wall_clock_time = 0.057s
22.58/22.63	c #decision = 671
22.58/22.63	c #random_decision = 0
22.58/22.63	c #conflict = 1
22.58/22.63	c #restart = 0
22.58/22.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
22.58/22.63	c lower bound updated to 2230251617756
22.58/22.68	c BCD2: 2232470624379 <= obj <= 7045346031125
22.58/22.68	c BCD2: #cores=129, #unrelaxed=552, #relaxed=720, #hardened=0
22.58/22.68	c BCD2: #sat=1 #unsat=223 bias=223/224
22.58/22.69	c Solving starts ...
22.58/22.69	c ============================[ Search Statistics ]============================
22.58/22.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.58/22.69	c       |         |          |          |    Limit     GC | Var      | Constra 
22.58/22.69	c =============================================================================
22.58/22.69	c  0.0s |       0 |        0 |        0 |    27552      0 |     3107 |     5247
22.68/22.75	c  0.1s |       0 |      341 |        0 |    27552      0 |     3107 |     5248
22.68/22.75	c #cpu_time = 0.051s
22.68/22.75	c #wall_clock_time = 0.052s
22.68/22.75	c #decision = 341
22.68/22.75	c #random_decision = 0
22.68/22.75	c #conflict = 0
22.68/22.75	c #restart = 0
22.68/22.75	c BCD2: found a new core of size 1: cost of the new core is >=29986576
22.68/22.75	c lower bound updated to 2230281604332
22.78/22.80	c BCD2: 2232500610955 <= obj <= 7045346031125
22.78/22.80	c BCD2: #cores=130, #unrelaxed=551, #relaxed=721, #hardened=0
22.78/22.80	c BCD2: #sat=1 #unsat=224 bias=224/225
22.78/22.80	c Solving starts ...
22.78/22.80	c ============================[ Search Statistics ]============================
22.78/22.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.78/22.80	c       |         |          |          |    Limit     GC | Var      | Constra 
22.78/22.80	c =============================================================================
22.78/22.81	c  0.0s |       0 |        0 |        0 |    27552      0 |     3107 |     5248
22.78/22.86	c  0.1s |       0 |      343 |        0 |    27552      0 |     3107 |     5248
22.78/22.86	c #cpu_time = 0.051s
22.78/22.86	c #wall_clock_time = 0.051s
22.78/22.86	c #decision = 343
22.78/22.86	c #random_decision = 0
22.78/22.86	c #conflict = 0
22.78/22.86	c #restart = 0
22.78/22.86	c BCD2: found a new core of size 2: cost of the new core is >=5476
22.78/22.86	c lower bound updated to 2230281609808
22.88/22.91	c BCD2: 2232500616431 <= obj <= 7045346031125
22.88/22.91	c BCD2: #cores=131, #unrelaxed=549, #relaxed=723, #hardened=0
22.88/22.91	c BCD2: #sat=1 #unsat=225 bias=225/226
22.88/22.92	c Solving starts ...
22.88/22.92	c ============================[ Search Statistics ]============================
22.88/22.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.88/22.92	c       |         |          |          |    Limit     GC | Var      | Constra 
22.88/22.92	c =============================================================================
22.88/22.92	c  0.0s |       0 |        0 |        0 |    27552      0 |     3107 |     5248
22.88/22.98	c  0.1s |       0 |      674 |        1 |    27552      0 |     3107 |     5248
22.88/22.98	c #cpu_time = 0.062s
22.88/22.98	c #wall_clock_time = 0.063s
22.88/22.98	c #decision = 674
22.88/22.98	c #random_decision = 0
22.88/22.98	c #conflict = 1
22.88/22.98	c #restart = 0
22.88/22.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
22.88/22.98	c lower bound updated to 2230281609882
22.98/23.03	c BCD2: 2232500616505 <= obj <= 7045346031125
22.98/23.03	c BCD2: #cores=131, #unrelaxed=548, #relaxed=724, #hardened=0
22.98/23.03	c BCD2: #sat=1 #unsat=226 bias=226/227
22.98/23.04	c Solving starts ...
22.98/23.04	c ============================[ Search Statistics ]============================
22.98/23.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.98/23.04	c       |         |          |          |    Limit     GC | Var      | Constra 
22.98/23.04	c =============================================================================
22.98/23.04	c  0.0s |       0 |        0 |        0 |    27552      0 |     3108 |     5248
22.98/23.10	c  0.1s |       0 |      674 |        1 |    27552      0 |     3108 |     5249
22.98/23.10	c #cpu_time = 0.059s
22.98/23.10	c #wall_clock_time = 0.059s
22.98/23.10	c #decision = 674
22.98/23.10	c #random_decision = 0
22.98/23.10	c #conflict = 1
22.98/23.10	c #restart = 0
22.98/23.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
22.98/23.10	c lower bound updated to 2230281609883
23.09/23.15	c BCD2: 2232500616506 <= obj <= 7045346031125
23.09/23.15	c BCD2: #cores=131, #unrelaxed=547, #relaxed=725, #hardened=0
23.09/23.15	c BCD2: #sat=1 #unsat=227 bias=227/228
23.09/23.17	c Solving starts ...
23.09/23.17	c ============================[ Search Statistics ]============================
23.09/23.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.09/23.17	c       |         |          |          |    Limit     GC | Var      | Constra 
23.09/23.17	c =============================================================================
23.09/23.17	c  0.0s |       0 |        0 |        0 |    27552      0 |     3109 |     5249
23.19/23.22	c  0.1s |       0 |      343 |        0 |    27552      0 |     3109 |     5250
23.19/23.22	c #cpu_time = 0.052s
23.19/23.22	c #wall_clock_time = 0.053s
23.19/23.22	c #decision = 343
23.19/23.22	c #random_decision = 0
23.19/23.22	c #conflict = 0
23.19/23.22	c #restart = 0
23.19/23.22	c BCD2: found a new core of size 1: cost of the new core is >=29986576
23.19/23.22	c lower bound updated to 2230311596459
23.19/23.27	c BCD2: 2232530603082 <= obj <= 7045346031125
23.19/23.27	c BCD2: #cores=132, #unrelaxed=546, #relaxed=726, #hardened=0
23.19/23.27	c BCD2: #sat=1 #unsat=228 bias=228/229
23.19/23.27	c Solving starts ...
23.19/23.27	c ============================[ Search Statistics ]============================
23.19/23.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.19/23.27	c       |         |          |          |    Limit     GC | Var      | Constra 
23.19/23.27	c =============================================================================
23.19/23.28	c  0.0s |       0 |        0 |        0 |    27552      0 |     3109 |     5250
23.28/23.34	c  0.1s |       0 |      345 |        0 |    27552      0 |     3109 |     5250
23.28/23.34	c #cpu_time = 0.052s
23.28/23.34	c #wall_clock_time = 0.052s
23.28/23.34	c #decision = 345
23.28/23.34	c #random_decision = 0
23.28/23.34	c #conflict = 0
23.28/23.34	c #restart = 0
23.28/23.34	c BCD2: found a new core of size 2: cost of the new core is >=5476
23.28/23.34	c lower bound updated to 2230311601935
23.28/23.39	c BCD2: 2232530608558 <= obj <= 7045346031125
23.28/23.39	c BCD2: #cores=133, #unrelaxed=544, #relaxed=728, #hardened=0
23.28/23.39	c BCD2: #sat=1 #unsat=229 bias=229/230
23.28/23.39	c Solving starts ...
23.28/23.39	c ============================[ Search Statistics ]============================
23.28/23.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.28/23.39	c       |         |          |          |    Limit     GC | Var      | Constra 
23.28/23.39	c =============================================================================
23.28/23.39	c  0.0s |       0 |        0 |        0 |    27552      0 |     3109 |     5250
23.38/23.46	c  0.1s |       0 |      677 |        1 |    27552      0 |     3109 |     5250
23.38/23.46	c #cpu_time = 0.064s
23.38/23.46	c #wall_clock_time = 0.064s
23.38/23.46	c #decision = 677
23.38/23.46	c #random_decision = 0
23.38/23.46	c #conflict = 1
23.38/23.46	c #restart = 0
23.38/23.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
23.38/23.46	c lower bound updated to 2230311602009
23.48/23.51	c BCD2: 2232530608632 <= obj <= 7045346031125
23.48/23.51	c BCD2: #cores=133, #unrelaxed=543, #relaxed=729, #hardened=0
23.48/23.51	c BCD2: #sat=1 #unsat=230 bias=230/231
23.48/23.52	c Solving starts ...
23.48/23.52	c ============================[ Search Statistics ]============================
23.48/23.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.48/23.52	c       |         |          |          |    Limit     GC | Var      | Constra 
23.48/23.52	c =============================================================================
23.48/23.52	c  0.0s |       0 |        0 |        0 |    27552      0 |     3110 |     5250
23.48/23.58	c  0.1s |       0 |      677 |        1 |    27552      0 |     3110 |     5251
23.48/23.58	c #cpu_time = 0.060s
23.48/23.58	c #wall_clock_time = 0.061s
23.48/23.58	c #decision = 677
23.48/23.58	c #random_decision = 0
23.48/23.58	c #conflict = 1
23.48/23.58	c #restart = 0
23.48/23.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
23.48/23.58	c lower bound updated to 2230311602010
23.58/23.63	c BCD2: 2232530608633 <= obj <= 7045346031125
23.58/23.63	c BCD2: #cores=133, #unrelaxed=542, #relaxed=730, #hardened=0
23.58/23.63	c BCD2: #sat=1 #unsat=231 bias=231/232
23.58/23.64	c Solving starts ...
23.58/23.64	c ============================[ Search Statistics ]============================
23.58/23.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.58/23.64	c       |         |          |          |    Limit     GC | Var      | Constra 
23.58/23.64	c =============================================================================
23.58/23.64	c  0.0s |       0 |        0 |        0 |    27552      0 |     3111 |     5251
23.68/23.70	c  0.1s |       0 |      345 |        0 |    27552      0 |     3111 |     5252
23.68/23.70	c #cpu_time = 0.055s
23.68/23.70	c #wall_clock_time = 0.055s
23.68/23.70	c #decision = 345
23.68/23.70	c #random_decision = 0
23.68/23.70	c #conflict = 0
23.68/23.70	c #restart = 0
23.68/23.70	c BCD2: found a new core of size 1: cost of the new core is >=29986576
23.68/23.70	c lower bound updated to 2230341588586
23.68/23.75	c BCD2: 2232560595209 <= obj <= 7045346031125
23.68/23.75	c BCD2: #cores=134, #unrelaxed=541, #relaxed=731, #hardened=0
23.68/23.75	c BCD2: #sat=1 #unsat=232 bias=232/233
23.68/23.75	c Solving starts ...
23.68/23.75	c ============================[ Search Statistics ]============================
23.68/23.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.68/23.75	c       |         |          |          |    Limit     GC | Var      | Constra 
23.68/23.75	c =============================================================================
23.68/23.76	c  0.0s |       0 |        0 |        0 |    27552      0 |     3111 |     5252
23.78/23.82	c  0.1s |       0 |      347 |        0 |    27552      0 |     3111 |     5252
23.78/23.82	c #cpu_time = 0.053s
23.78/23.82	c #wall_clock_time = 0.053s
23.78/23.82	c #decision = 347
23.78/23.82	c #random_decision = 0
23.78/23.82	c #conflict = 0
23.78/23.82	c #restart = 0
23.78/23.82	c BCD2: found a new core of size 2: cost of the new core is >=5476
23.78/23.82	c lower bound updated to 2230341594062
23.78/23.87	c BCD2: 2232560600685 <= obj <= 7045346031125
23.78/23.87	c BCD2: #cores=135, #unrelaxed=539, #relaxed=733, #hardened=0
23.78/23.87	c BCD2: #sat=1 #unsat=233 bias=233/234
23.78/23.87	c Solving starts ...
23.78/23.87	c ============================[ Search Statistics ]============================
23.78/23.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.78/23.87	c       |         |          |          |    Limit     GC | Var      | Constra 
23.78/23.87	c =============================================================================
23.78/23.87	c  0.0s |       0 |        0 |        0 |    27552      0 |     3111 |     5252
23.88/23.94	c  0.1s |       0 |      680 |        1 |    27552      0 |     3111 |     5252
23.88/23.94	c #cpu_time = 0.066s
23.88/23.94	c #wall_clock_time = 0.066s
23.88/23.94	c #decision = 680
23.88/23.94	c #random_decision = 0
23.88/23.94	c #conflict = 1
23.88/23.94	c #restart = 0
23.88/23.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
23.88/23.94	c lower bound updated to 2230341594136
23.88/23.99	c BCD2: 2232560600759 <= obj <= 7045346031125
23.88/23.99	c BCD2: #cores=135, #unrelaxed=538, #relaxed=734, #hardened=0
23.88/23.99	c BCD2: #sat=1 #unsat=234 bias=234/235
23.98/24.00	c Solving starts ...
23.98/24.00	c ============================[ Search Statistics ]============================
23.98/24.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.98/24.00	c       |         |          |          |    Limit     GC | Var      | Constra 
23.98/24.00	c =============================================================================
23.98/24.00	c  0.0s |       0 |        0 |        0 |    27552      0 |     3112 |     5252
23.98/24.06	c  0.1s |       0 |      680 |        1 |    27552      0 |     3112 |     5253
23.98/24.06	c #cpu_time = 0.061s
23.98/24.06	c #wall_clock_time = 0.061s
23.98/24.06	c #decision = 680
23.98/24.06	c #random_decision = 0
23.98/24.06	c #conflict = 1
23.98/24.06	c #restart = 0
23.98/24.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
23.98/24.06	c lower bound updated to 2230341594137
24.08/24.11	c BCD2: 2232560600760 <= obj <= 7045346031125
24.08/24.11	c BCD2: #cores=135, #unrelaxed=537, #relaxed=735, #hardened=0
24.08/24.11	c BCD2: #sat=1 #unsat=235 bias=235/236
24.08/24.12	c Solving starts ...
24.08/24.12	c ============================[ Search Statistics ]============================
24.08/24.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.08/24.12	c       |         |          |          |    Limit     GC | Var      | Constra 
24.08/24.12	c =============================================================================
24.08/24.13	c  0.0s |       0 |        0 |        0 |    27552      0 |     3113 |     5253
24.08/24.18	c  0.1s |       0 |      347 |        0 |    27552      0 |     3113 |     5254
24.08/24.18	c #cpu_time = 0.054s
24.08/24.18	c #wall_clock_time = 0.055s
24.08/24.18	c #decision = 347
24.08/24.18	c #random_decision = 0
24.08/24.18	c #conflict = 0
24.08/24.18	c #restart = 0
24.08/24.18	c BCD2: found a new core of size 1: cost of the new core is >=29986576
24.08/24.18	c lower bound updated to 2230371580713
24.19/24.23	c BCD2: 2232590587336 <= obj <= 7045346031125
24.19/24.23	c BCD2: #cores=136, #unrelaxed=536, #relaxed=736, #hardened=0
24.19/24.23	c BCD2: #sat=1 #unsat=236 bias=236/237
24.19/24.24	c Solving starts ...
24.19/24.24	c ============================[ Search Statistics ]============================
24.19/24.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.19/24.24	c       |         |          |          |    Limit     GC | Var      | Constra 
24.19/24.24	c =============================================================================
24.19/24.24	c  0.0s |       0 |        0 |        0 |    27552      0 |     3113 |     5254
24.19/24.30	c  0.1s |       0 |      349 |        0 |    27552      0 |     3113 |     5254
24.19/24.30	c #cpu_time = 0.057s
24.19/24.30	c #wall_clock_time = 0.057s
24.19/24.30	c #decision = 349
24.19/24.30	c #random_decision = 0
24.19/24.30	c #conflict = 0
24.19/24.30	c #restart = 0
24.19/24.30	c BCD2: found a new core of size 2: cost of the new core is >=5476
24.19/24.30	c lower bound updated to 2230371586189
24.29/24.35	c BCD2: 2232590592812 <= obj <= 7045346031125
24.29/24.35	c BCD2: #cores=137, #unrelaxed=534, #relaxed=738, #hardened=0
24.29/24.35	c BCD2: #sat=1 #unsat=237 bias=237/238
24.29/24.36	c Solving starts ...
24.29/24.36	c ============================[ Search Statistics ]============================
24.29/24.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.29/24.36	c       |         |          |          |    Limit     GC | Var      | Constra 
24.29/24.36	c =============================================================================
24.29/24.36	c  0.0s |       0 |        0 |        0 |    27552      0 |     3113 |     5254
24.38/24.42	c  0.1s |       0 |      683 |        1 |    27552      0 |     3113 |     5254
24.38/24.42	c #cpu_time = 0.063s
24.38/24.42	c #wall_clock_time = 0.063s
24.38/24.42	c #decision = 683
24.38/24.42	c #random_decision = 0
24.38/24.42	c #conflict = 1
24.38/24.42	c #restart = 0
24.38/24.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
24.38/24.42	c lower bound updated to 2230371586263
24.38/24.47	c BCD2: 2232590592886 <= obj <= 7045346031125
24.38/24.47	c BCD2: #cores=137, #unrelaxed=533, #relaxed=739, #hardened=0
24.38/24.47	c BCD2: #sat=1 #unsat=238 bias=238/239
24.38/24.49	c Solving starts ...
24.38/24.49	c ============================[ Search Statistics ]============================
24.38/24.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.38/24.49	c       |         |          |          |    Limit     GC | Var      | Constra 
24.38/24.49	c =============================================================================
24.38/24.49	c  0.0s |       0 |        0 |        0 |    27552      0 |     3114 |     5254
24.48/24.55	c  0.1s |       0 |      683 |        1 |    27552      0 |     3114 |     5255
24.48/24.55	c #cpu_time = 0.062s
24.48/24.55	c #wall_clock_time = 0.062s
24.48/24.55	c #decision = 683
24.48/24.55	c #random_decision = 0
24.48/24.55	c #conflict = 1
24.48/24.55	c #restart = 0
24.48/24.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
24.48/24.55	c lower bound updated to 2230371586264
24.58/24.60	c BCD2: 2232590592887 <= obj <= 7045346031125
24.58/24.60	c BCD2: #cores=137, #unrelaxed=532, #relaxed=740, #hardened=0
24.58/24.60	c BCD2: #sat=1 #unsat=239 bias=239/240
24.58/24.62	c Solving starts ...
24.58/24.62	c ============================[ Search Statistics ]============================
24.58/24.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.58/24.62	c       |         |          |          |    Limit     GC | Var      | Constra 
24.58/24.62	c =============================================================================
24.58/24.62	c  0.0s |       0 |        0 |        0 |    27552      0 |     3115 |     5255
24.58/24.67	c  0.1s |       0 |      349 |        0 |    27552      0 |     3115 |     5256
24.58/24.67	c #cpu_time = 0.055s
24.58/24.67	c #wall_clock_time = 0.056s
24.58/24.67	c #decision = 349
24.58/24.67	c #random_decision = 0
24.58/24.67	c #conflict = 0
24.58/24.67	c #restart = 0
24.58/24.67	c BCD2: found a new core of size 1: cost of the new core is >=29986576
24.58/24.67	c lower bound updated to 2230401572840
24.68/24.72	c BCD2: 2232620579463 <= obj <= 7045346031125
24.68/24.72	c BCD2: #cores=138, #unrelaxed=531, #relaxed=741, #hardened=0
24.68/24.72	c BCD2: #sat=1 #unsat=240 bias=240/241
24.68/24.73	c Solving starts ...
24.68/24.73	c ============================[ Search Statistics ]============================
24.68/24.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.68/24.73	c       |         |          |          |    Limit     GC | Var      | Constra 
24.68/24.73	c =============================================================================
24.68/24.74	c  0.0s |       0 |        0 |        0 |    27552      0 |     3115 |     5256
24.68/24.79	c  0.1s |       0 |      351 |        0 |    27552      0 |     3115 |     5256
24.68/24.79	c #cpu_time = 0.055s
24.68/24.79	c #wall_clock_time = 0.055s
24.68/24.79	c #decision = 351
24.68/24.79	c #random_decision = 0
24.68/24.79	c #conflict = 0
24.68/24.79	c #restart = 0
24.68/24.79	c BCD2: found a new core of size 2: cost of the new core is >=5476
24.68/24.79	c lower bound updated to 2230401578316
24.78/24.84	c BCD2: 2232620584939 <= obj <= 7045346031125
24.78/24.84	c BCD2: #cores=139, #unrelaxed=529, #relaxed=743, #hardened=0
24.78/24.84	c BCD2: #sat=1 #unsat=241 bias=241/242
24.78/24.85	c Solving starts ...
24.78/24.85	c ============================[ Search Statistics ]============================
24.78/24.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.78/24.85	c       |         |          |          |    Limit     GC | Var      | Constra 
24.78/24.85	c =============================================================================
24.78/24.85	c  0.0s |       0 |        0 |        0 |    27552      0 |     3115 |     5256
24.88/24.92	c  0.1s |       0 |      686 |        1 |    27552      0 |     3115 |     5256
24.88/24.92	c #cpu_time = 0.068s
24.88/24.92	c #wall_clock_time = 0.068s
24.88/24.92	c #decision = 686
24.88/24.92	c #random_decision = 0
24.88/24.92	c #conflict = 1
24.88/24.92	c #restart = 0
24.88/24.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
24.88/24.92	c lower bound updated to 2230401578390
24.88/24.97	c BCD2: 2232620585013 <= obj <= 7045346031125
24.88/24.97	c BCD2: #cores=139, #unrelaxed=528, #relaxed=744, #hardened=0
24.88/24.97	c BCD2: #sat=1 #unsat=242 bias=242/243
24.88/24.98	c Solving starts ...
24.88/24.98	c ============================[ Search Statistics ]============================
24.88/24.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.88/24.98	c       |         |          |          |    Limit     GC | Var      | Constra 
24.88/24.98	c =============================================================================
24.88/24.98	c  0.0s |       0 |        0 |        0 |    27552      0 |     3116 |     5256
24.98/25.04	c  0.1s |       0 |      686 |        1 |    27552      0 |     3116 |     5257
24.98/25.04	c #cpu_time = 0.063s
24.98/25.04	c #wall_clock_time = 0.063s
24.98/25.04	c #decision = 686
24.98/25.04	c #random_decision = 0
24.98/25.04	c #conflict = 1
24.98/25.04	c #restart = 0
24.98/25.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
24.98/25.04	c lower bound updated to 2230401578391
24.98/25.09	c BCD2: 2232620585014 <= obj <= 7045346031125
24.98/25.09	c BCD2: #cores=139, #unrelaxed=527, #relaxed=745, #hardened=0
24.98/25.09	c BCD2: #sat=1 #unsat=243 bias=243/244
25.08/25.11	c Solving starts ...
25.08/25.11	c ============================[ Search Statistics ]============================
25.08/25.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.08/25.11	c       |         |          |          |    Limit     GC | Var      | Constra 
25.08/25.11	c =============================================================================
25.08/25.11	c  0.0s |       0 |        0 |        0 |    27552      0 |     3117 |     5257
25.08/25.16	c  0.1s |       0 |      351 |        0 |    27552      0 |     3117 |     5258
25.08/25.16	c #cpu_time = 0.056s
25.08/25.16	c #wall_clock_time = 0.056s
25.08/25.16	c #decision = 351
25.08/25.16	c #random_decision = 0
25.08/25.16	c #conflict = 0
25.08/25.16	c #restart = 0
25.08/25.16	c BCD2: found a new core of size 1: cost of the new core is >=29986576
25.08/25.16	c lower bound updated to 2230431564967
25.18/25.21	c BCD2: 2232650571590 <= obj <= 7045346031125
25.18/25.21	c BCD2: #cores=140, #unrelaxed=526, #relaxed=746, #hardened=0
25.18/25.21	c BCD2: #sat=1 #unsat=244 bias=244/245
25.18/25.23	c Solving starts ...
25.18/25.23	c ============================[ Search Statistics ]============================
25.18/25.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.18/25.23	c       |         |          |          |    Limit     GC | Var      | Constra 
25.18/25.23	c =============================================================================
25.18/25.23	c  0.0s |       0 |        0 |        0 |    27552      0 |     3117 |     5258
25.18/25.29	c  0.1s |       0 |      353 |        0 |    27552      0 |     3117 |     5258
25.18/25.29	c #cpu_time = 0.056s
25.18/25.29	c #wall_clock_time = 0.056s
25.18/25.29	c #decision = 353
25.18/25.29	c #random_decision = 0
25.18/25.29	c #conflict = 0
25.18/25.29	c #restart = 0
25.18/25.29	c BCD2: found a new core of size 2: cost of the new core is >=5476
25.18/25.29	c lower bound updated to 2230431570443
25.29/25.34	c BCD2: 2232650577066 <= obj <= 7045346031125
25.29/25.34	c BCD2: #cores=141, #unrelaxed=524, #relaxed=748, #hardened=0
25.29/25.34	c BCD2: #sat=1 #unsat=245 bias=245/246
25.29/25.35	c Solving starts ...
25.29/25.35	c ============================[ Search Statistics ]============================
25.29/25.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.29/25.35	c       |         |          |          |    Limit     GC | Var      | Constra 
25.29/25.35	c =============================================================================
25.29/25.35	c  0.0s |       0 |        0 |        0 |    27552      0 |     3117 |     5258
25.39/25.42	c  0.1s |       0 |      689 |        1 |    27552      0 |     3117 |     5258
25.39/25.42	c #cpu_time = 0.065s
25.39/25.42	c #wall_clock_time = 0.065s
25.39/25.42	c #decision = 689
25.39/25.42	c #random_decision = 0
25.39/25.42	c #conflict = 1
25.39/25.42	c #restart = 0
25.39/25.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
25.39/25.42	c lower bound updated to 2230431570517
25.39/25.47	c BCD2: 2232650577140 <= obj <= 7045346031125
25.39/25.47	c BCD2: #cores=141, #unrelaxed=523, #relaxed=749, #hardened=0
25.39/25.47	c BCD2: #sat=1 #unsat=246 bias=246/247
25.39/25.47	c Solving starts ...
25.39/25.47	c ============================[ Search Statistics ]============================
25.39/25.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.39/25.47	c       |         |          |          |    Limit     GC | Var      | Constra 
25.39/25.47	c =============================================================================
25.39/25.48	c  0.0s |       0 |        0 |        0 |    27552      0 |     3118 |     5258
25.48/25.55	c  0.1s |       0 |      689 |        1 |    27552      0 |     3118 |     5259
25.48/25.55	c #cpu_time = 0.064s
25.48/25.55	c #wall_clock_time = 0.065s
25.48/25.55	c #decision = 689
25.48/25.55	c #random_decision = 0
25.48/25.55	c #conflict = 1
25.48/25.55	c #restart = 0
25.48/25.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
25.48/25.55	c lower bound updated to 2230431570518
25.58/25.60	c BCD2: 2232650577141 <= obj <= 7045346031125
25.58/25.60	c BCD2: #cores=141, #unrelaxed=522, #relaxed=750, #hardened=0
25.58/25.60	c BCD2: #sat=1 #unsat=247 bias=247/248
25.58/25.60	c Solving starts ...
25.58/25.60	c ============================[ Search Statistics ]============================
25.58/25.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.58/25.60	c       |         |          |          |    Limit     GC | Var      | Constra 
25.58/25.60	c =============================================================================
25.58/25.60	c  0.0s |       0 |        0 |        0 |    27552      0 |     3119 |     5259
25.58/25.67	c  0.1s |       0 |      353 |        0 |    27552      0 |     3119 |     5260
25.58/25.67	c #cpu_time = 0.061s
25.58/25.67	c #wall_clock_time = 0.061s
25.58/25.67	c #decision = 353
25.58/25.67	c #random_decision = 0
25.58/25.67	c #conflict = 0
25.58/25.67	c #restart = 0
25.58/25.67	c BCD2: found a new core of size 1: cost of the new core is >=29986576
25.58/25.67	c lower bound updated to 2230461557094
25.68/25.71	c BCD2: 2232680563717 <= obj <= 7045346031125
25.68/25.71	c BCD2: #cores=142, #unrelaxed=521, #relaxed=751, #hardened=0
25.68/25.71	c BCD2: #sat=1 #unsat=248 bias=248/249
25.68/25.73	c Solving starts ...
25.68/25.73	c ============================[ Search Statistics ]============================
25.68/25.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.68/25.73	c       |         |          |          |    Limit     GC | Var      | Constra 
25.68/25.73	c =============================================================================
25.68/25.73	c  0.0s |       0 |        0 |        0 |    27552      0 |     3119 |     5260
25.68/25.79	c  0.1s |       0 |      355 |        0 |    27552      0 |     3119 |     5260
25.68/25.79	c #cpu_time = 0.057s
25.68/25.79	c #wall_clock_time = 0.057s
25.68/25.79	c #decision = 355
25.68/25.79	c #random_decision = 0
25.68/25.79	c #conflict = 0
25.68/25.79	c #restart = 0
25.68/25.79	c BCD2: found a new core of size 2: cost of the new core is >=5476
25.68/25.79	c lower bound updated to 2230461562570
25.78/25.84	c BCD2: 2232680569193 <= obj <= 7045346031125
25.78/25.84	c BCD2: #cores=143, #unrelaxed=519, #relaxed=753, #hardened=0
25.78/25.84	c BCD2: #sat=1 #unsat=249 bias=249/250
25.78/25.85	c Solving starts ...
25.78/25.85	c ============================[ Search Statistics ]============================
25.78/25.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.78/25.85	c       |         |          |          |    Limit     GC | Var      | Constra 
25.78/25.85	c =============================================================================
25.78/25.85	c  0.0s |       0 |        0 |        0 |    27552      0 |     3119 |     5260
25.88/25.92	c  0.1s |       0 |      692 |        1 |    27552      0 |     3119 |     5260
25.88/25.92	c #cpu_time = 0.066s
25.88/25.92	c #wall_clock_time = 0.066s
25.88/25.92	c #decision = 692
25.88/25.92	c #random_decision = 0
25.88/25.92	c #conflict = 1
25.88/25.92	c #restart = 0
25.88/25.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
25.88/25.92	c lower bound updated to 2230461562644
25.88/25.97	c BCD2: 2232680569267 <= obj <= 7045346031125
25.88/25.97	c BCD2: #cores=143, #unrelaxed=518, #relaxed=754, #hardened=0
25.88/25.97	c BCD2: #sat=1 #unsat=250 bias=250/251
25.88/25.98	c Solving starts ...
25.88/25.98	c ============================[ Search Statistics ]============================
25.88/25.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.88/25.98	c       |         |          |          |    Limit     GC | Var      | Constra 
25.88/25.98	c =============================================================================
25.88/25.99	c  0.0s |       0 |        0 |        0 |    27552      0 |     3120 |     5260
25.98/26.05	c  0.1s |       0 |      692 |        1 |    27552      0 |     3120 |     5261
25.98/26.05	c #cpu_time = 0.065s
25.98/26.05	c #wall_clock_time = 0.065s
25.98/26.05	c #decision = 692
25.98/26.05	c #random_decision = 0
25.98/26.05	c #conflict = 1
25.98/26.05	c #restart = 0
25.98/26.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
25.98/26.05	c lower bound updated to 2230461562645
26.08/26.10	c BCD2: 2232680569268 <= obj <= 7045346031125
26.08/26.10	c BCD2: #cores=143, #unrelaxed=517, #relaxed=755, #hardened=0
26.08/26.10	c BCD2: #sat=1 #unsat=251 bias=251/252
26.08/26.11	c Solving starts ...
26.08/26.11	c ============================[ Search Statistics ]============================
26.08/26.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.08/26.11	c       |         |          |          |    Limit     GC | Var      | Constra 
26.08/26.11	c =============================================================================
26.08/26.11	c  0.0s |       0 |        0 |        0 |    27552      0 |     3121 |     5261
26.08/26.17	c  0.1s |       0 |      355 |        0 |    27552      0 |     3121 |     5262
26.08/26.17	c #cpu_time = 0.062s
26.08/26.17	c #wall_clock_time = 0.062s
26.08/26.17	c #decision = 355
26.08/26.17	c #random_decision = 0
26.08/26.17	c #conflict = 0
26.08/26.17	c #restart = 0
26.08/26.17	c BCD2: found a new core of size 1: cost of the new core is >=29986576
26.08/26.17	c lower bound updated to 2230491549221
26.18/26.22	c BCD2: 2232710555844 <= obj <= 7045346031125
26.18/26.22	c BCD2: #cores=144, #unrelaxed=516, #relaxed=756, #hardened=0
26.18/26.22	c BCD2: #sat=1 #unsat=252 bias=252/253
26.18/26.23	c Solving starts ...
26.18/26.23	c ============================[ Search Statistics ]============================
26.18/26.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.18/26.23	c       |         |          |          |    Limit     GC | Var      | Constra 
26.18/26.23	c =============================================================================
26.18/26.23	c  0.0s |       0 |        0 |        0 |    27552      0 |     3121 |     5262
26.18/26.29	c  0.1s |       0 |      357 |        0 |    27552      0 |     3121 |     5262
26.18/26.29	c #cpu_time = 0.058s
26.18/26.29	c #wall_clock_time = 0.058s
26.18/26.29	c #decision = 357
26.18/26.29	c #random_decision = 0
26.18/26.29	c #conflict = 0
26.18/26.29	c #restart = 0
26.18/26.29	c BCD2: found a new core of size 2: cost of the new core is >=5476
26.18/26.29	c lower bound updated to 2230491554697
26.28/26.34	c BCD2: 2232710561320 <= obj <= 7045346031125
26.28/26.34	c BCD2: #cores=145, #unrelaxed=514, #relaxed=758, #hardened=0
26.28/26.34	c BCD2: #sat=1 #unsat=253 bias=253/254
26.28/26.36	c Solving starts ...
26.28/26.36	c ============================[ Search Statistics ]============================
26.28/26.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.28/26.36	c       |         |          |          |    Limit     GC | Var      | Constra 
26.28/26.36	c =============================================================================
26.28/26.36	c  0.0s |       0 |        0 |        0 |    27552      0 |     3121 |     5262
26.39/26.43	c  0.1s |       0 |      695 |        1 |    27552      0 |     3121 |     5262
26.39/26.43	c #cpu_time = 0.068s
26.39/26.43	c #wall_clock_time = 0.068s
26.39/26.43	c #decision = 695
26.39/26.43	c #random_decision = 0
26.39/26.43	c #conflict = 1
26.39/26.43	c #restart = 0
26.39/26.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
26.39/26.43	c lower bound updated to 2230491554771
26.39/26.48	c BCD2: 2232710561394 <= obj <= 7045346031125
26.39/26.48	c BCD2: #cores=145, #unrelaxed=513, #relaxed=759, #hardened=0
26.39/26.48	c BCD2: #sat=1 #unsat=254 bias=254/255
26.39/26.49	c Solving starts ...
26.39/26.49	c ============================[ Search Statistics ]============================
26.39/26.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.39/26.49	c       |         |          |          |    Limit     GC | Var      | Constra 
26.39/26.49	c =============================================================================
26.39/26.49	c  0.0s |       0 |        0 |        0 |    27552      0 |     3122 |     5262
26.49/26.56	c  0.1s |       0 |      695 |        1 |    27552      0 |     3122 |     5263
26.49/26.56	c #cpu_time = 0.067s
26.49/26.56	c #wall_clock_time = 0.067s
26.49/26.56	c #decision = 695
26.49/26.56	c #random_decision = 0
26.49/26.56	c #conflict = 1
26.49/26.56	c #restart = 0
26.49/26.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
26.49/26.56	c lower bound updated to 2230491554772
26.58/26.61	c BCD2: 2232710561395 <= obj <= 7045346031125
26.58/26.61	c BCD2: #cores=145, #unrelaxed=512, #relaxed=760, #hardened=0
26.58/26.61	c BCD2: #sat=1 #unsat=255 bias=255/256
26.58/26.63	c Solving starts ...
26.58/26.63	c ============================[ Search Statistics ]============================
26.58/26.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.58/26.63	c       |         |          |          |    Limit     GC | Var      | Constra 
26.58/26.63	c =============================================================================
26.58/26.63	c  0.0s |       0 |        0 |        0 |    27552      0 |     3123 |     5263
26.58/26.69	c  0.1s |       0 |      357 |        0 |    27552      0 |     3123 |     5264
26.58/26.69	c #cpu_time = 0.059s
26.58/26.69	c #wall_clock_time = 0.059s
26.58/26.69	c #decision = 357
26.58/26.69	c #random_decision = 0
26.58/26.69	c #conflict = 0
26.58/26.69	c #restart = 0
26.58/26.69	c BCD2: found a new core of size 1: cost of the new core is >=29986576
26.58/26.69	c lower bound updated to 2230521541348
26.68/26.74	c BCD2: 2232740547971 <= obj <= 7045346031125
26.68/26.74	c BCD2: #cores=146, #unrelaxed=511, #relaxed=761, #hardened=0
26.68/26.74	c BCD2: #sat=1 #unsat=256 bias=256/257
26.68/26.74	c Solving starts ...
26.68/26.74	c ============================[ Search Statistics ]============================
26.68/26.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.68/26.74	c       |         |          |          |    Limit     GC | Var      | Constra 
26.68/26.74	c =============================================================================
26.68/26.75	c  0.0s |       0 |        0 |        0 |    27552      0 |     3123 |     5264
26.78/26.81	c  0.1s |       0 |      359 |        0 |    27552      0 |     3123 |     5264
26.78/26.81	c #cpu_time = 0.058s
26.78/26.81	c #wall_clock_time = 0.059s
26.78/26.81	c #decision = 359
26.78/26.81	c #random_decision = 0
26.78/26.81	c #conflict = 0
26.78/26.81	c #restart = 0
26.78/26.81	c BCD2: found a new core of size 2: cost of the new core is >=5476
26.78/26.81	c lower bound updated to 2230521546824
26.78/26.86	c BCD2: 2232740553447 <= obj <= 7045346031125
26.78/26.86	c BCD2: #cores=147, #unrelaxed=509, #relaxed=763, #hardened=0
26.78/26.86	c BCD2: #sat=1 #unsat=257 bias=257/258
26.78/26.87	c Solving starts ...
26.78/26.87	c ============================[ Search Statistics ]============================
26.78/26.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.78/26.87	c       |         |          |          |    Limit     GC | Var      | Constra 
26.78/26.87	c =============================================================================
26.78/26.87	c  0.0s |       0 |        0 |        0 |    27552      0 |     3123 |     5264
26.88/26.94	c  0.1s |       0 |      698 |        1 |    27552      0 |     3123 |     5264
26.88/26.94	c #cpu_time = 0.073s
26.88/26.94	c #wall_clock_time = 0.073s
26.88/26.94	c #decision = 698
26.88/26.94	c #random_decision = 0
26.88/26.94	c #conflict = 1
26.88/26.94	c #restart = 0
26.88/26.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
26.88/26.94	c lower bound updated to 2230521546898
26.98/27.00	c BCD2: 2232740553521 <= obj <= 7045346031125
26.98/27.00	c BCD2: #cores=147, #unrelaxed=508, #relaxed=764, #hardened=0
26.98/27.00	c BCD2: #sat=1 #unsat=258 bias=258/259
26.98/27.01	c Solving starts ...
26.98/27.01	c ============================[ Search Statistics ]============================
26.98/27.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.98/27.01	c       |         |          |          |    Limit     GC | Var      | Constra 
26.98/27.01	c =============================================================================
26.98/27.01	c  0.0s |       0 |        0 |        0 |    27552      0 |     3124 |     5264
26.98/27.08	c  0.1s |       0 |      698 |        1 |    27552      0 |     3124 |     5265
26.98/27.08	c #cpu_time = 0.068s
26.98/27.08	c #wall_clock_time = 0.068s
26.98/27.08	c #decision = 698
26.98/27.08	c #random_decision = 0
26.98/27.08	c #conflict = 1
26.98/27.08	c #restart = 0
26.98/27.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
26.98/27.08	c lower bound updated to 2230521546899
27.08/27.13	c BCD2: 2232740553522 <= obj <= 7045346031125
27.08/27.13	c BCD2: #cores=147, #unrelaxed=507, #relaxed=765, #hardened=0
27.08/27.13	c BCD2: #sat=1 #unsat=259 bias=259/260
27.08/27.14	c Solving starts ...
27.08/27.14	c ============================[ Search Statistics ]============================
27.08/27.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.08/27.14	c       |         |          |          |    Limit     GC | Var      | Constra 
27.08/27.14	c =============================================================================
27.08/27.14	c  0.0s |       0 |        0 |        0 |    27552      0 |     3125 |     5265
27.18/27.20	c  0.1s |       0 |      359 |        0 |    27552      0 |     3125 |     5266
27.18/27.20	c #cpu_time = 0.060s
27.18/27.20	c #wall_clock_time = 0.060s
27.18/27.20	c #decision = 359
27.18/27.20	c #random_decision = 0
27.18/27.20	c #conflict = 0
27.18/27.20	c #restart = 0
27.18/27.20	c BCD2: found a new core of size 1: cost of the new core is >=29986576
27.18/27.20	c lower bound updated to 2230551533475
27.18/27.25	c BCD2: 2232770540098 <= obj <= 7045346031125
27.18/27.25	c BCD2: #cores=148, #unrelaxed=506, #relaxed=766, #hardened=0
27.18/27.25	c BCD2: #sat=1 #unsat=260 bias=260/261
27.18/27.27	c Solving starts ...
27.18/27.27	c ============================[ Search Statistics ]============================
27.18/27.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.18/27.27	c       |         |          |          |    Limit     GC | Var      | Constra 
27.18/27.27	c =============================================================================
27.18/27.27	c  0.0s |       0 |        0 |        0 |    27552      0 |     3125 |     5266
27.28/27.33	c  0.1s |       0 |      361 |        0 |    27552      0 |     3125 |     5266
27.28/27.33	c #cpu_time = 0.061s
27.28/27.33	c #wall_clock_time = 0.061s
27.28/27.33	c #decision = 361
27.28/27.33	c #random_decision = 0
27.28/27.33	c #conflict = 0
27.28/27.33	c #restart = 0
27.28/27.33	c BCD2: found a new core of size 2: cost of the new core is >=5476
27.28/27.33	c lower bound updated to 2230551538951
27.28/27.38	c BCD2: 2232770545574 <= obj <= 7045346031125
27.28/27.38	c BCD2: #cores=149, #unrelaxed=504, #relaxed=768, #hardened=0
27.28/27.38	c BCD2: #sat=1 #unsat=261 bias=261/262
27.28/27.39	c Solving starts ...
27.28/27.39	c ============================[ Search Statistics ]============================
27.28/27.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.28/27.39	c       |         |          |          |    Limit     GC | Var      | Constra 
27.28/27.39	c =============================================================================
27.28/27.39	c  0.0s |       0 |        0 |        0 |    27552      0 |     3125 |     5266
27.38/27.47	c  0.1s |       0 |      701 |        1 |    27552      0 |     3125 |     5266
27.38/27.47	c #cpu_time = 0.070s
27.38/27.47	c #wall_clock_time = 0.070s
27.38/27.47	c #decision = 701
27.38/27.47	c #random_decision = 0
27.38/27.47	c #conflict = 1
27.38/27.47	c #restart = 0
27.38/27.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
27.38/27.47	c lower bound updated to 2230551539025
27.49/27.52	c BCD2: 2232770545648 <= obj <= 7045346031125
27.49/27.52	c BCD2: #cores=149, #unrelaxed=503, #relaxed=769, #hardened=0
27.49/27.52	c BCD2: #sat=1 #unsat=262 bias=262/263
27.49/27.53	c Solving starts ...
27.49/27.53	c ============================[ Search Statistics ]============================
27.49/27.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.49/27.53	c       |         |          |          |    Limit     GC | Var      | Constra 
27.49/27.53	c =============================================================================
27.49/27.53	c  0.0s |       0 |        0 |        0 |    27552      0 |     3126 |     5266
27.49/27.60	c  0.1s |       0 |      701 |        1 |    27552      0 |     3126 |     5267
27.49/27.60	c #cpu_time = 0.069s
27.49/27.60	c #wall_clock_time = 0.069s
27.49/27.60	c #decision = 701
27.49/27.60	c #random_decision = 0
27.49/27.60	c #conflict = 1
27.49/27.60	c #restart = 0
27.49/27.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
27.49/27.60	c lower bound updated to 2230551539026
27.59/27.65	c BCD2: 2232770545649 <= obj <= 7045346031125
27.59/27.65	c BCD2: #cores=149, #unrelaxed=502, #relaxed=770, #hardened=0
27.59/27.65	c BCD2: #sat=1 #unsat=263 bias=263/264
27.59/27.67	c Solving starts ...
27.59/27.67	c ============================[ Search Statistics ]============================
27.59/27.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.59/27.67	c       |         |          |          |    Limit     GC | Var      | Constra 
27.59/27.67	c =============================================================================
27.59/27.67	c  0.0s |       0 |        0 |        0 |    27552      0 |     3127 |     5267
27.68/27.73	c  0.1s |       0 |      361 |        0 |    27552      0 |     3127 |     5268
27.68/27.73	c #cpu_time = 0.061s
27.68/27.73	c #wall_clock_time = 0.061s
27.68/27.73	c #decision = 361
27.68/27.73	c #random_decision = 0
27.68/27.73	c #conflict = 0
27.68/27.73	c #restart = 0
27.68/27.73	c BCD2: found a new core of size 1: cost of the new core is >=29986576
27.68/27.73	c lower bound updated to 2230581525602
27.68/27.78	c BCD2: 2232800532225 <= obj <= 7045346031125
27.68/27.78	c BCD2: #cores=150, #unrelaxed=501, #relaxed=771, #hardened=0
27.68/27.78	c BCD2: #sat=1 #unsat=264 bias=264/265
27.68/27.80	c Solving starts ...
27.68/27.80	c ============================[ Search Statistics ]============================
27.68/27.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.68/27.80	c       |         |          |          |    Limit     GC | Var      | Constra 
27.68/27.80	c =============================================================================
27.68/27.80	c  0.0s |       0 |        0 |        0 |    27552      0 |     3127 |     5268
27.78/27.86	c  0.1s |       0 |      363 |        0 |    27552      0 |     3127 |     5268
27.78/27.86	c #cpu_time = 0.061s
27.78/27.86	c #wall_clock_time = 0.061s
27.78/27.86	c #decision = 363
27.78/27.86	c #random_decision = 0
27.78/27.86	c #conflict = 0
27.78/27.86	c #restart = 0
27.78/27.86	c BCD2: found a new core of size 2: cost of the new core is >=5476
27.78/27.86	c lower bound updated to 2230581531078
27.88/27.91	c BCD2: 2232800537701 <= obj <= 7045346031125
27.88/27.91	c BCD2: #cores=151, #unrelaxed=499, #relaxed=773, #hardened=0
27.88/27.91	c BCD2: #sat=1 #unsat=265 bias=265/266
27.88/27.92	c Solving starts ...
27.88/27.92	c ============================[ Search Statistics ]============================
27.88/27.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.88/27.92	c       |         |          |          |    Limit     GC | Var      | Constra 
27.88/27.92	c =============================================================================
27.88/27.92	c  0.0s |       0 |        0 |        0 |    27552      0 |     3127 |     5268
27.98/28.00	c  0.1s |       0 |      704 |        1 |    27552      0 |     3127 |     5268
27.98/28.00	c #cpu_time = 0.072s
27.98/28.00	c #wall_clock_time = 0.072s
27.98/28.00	c #decision = 704
27.98/28.00	c #random_decision = 0
27.98/28.00	c #conflict = 1
27.98/28.00	c #restart = 0
27.98/28.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
27.98/28.00	c lower bound updated to 2230581531152
27.98/28.05	c BCD2: 2232800537775 <= obj <= 7045346031125
27.98/28.05	c BCD2: #cores=151, #unrelaxed=498, #relaxed=774, #hardened=0
27.98/28.05	c BCD2: #sat=1 #unsat=266 bias=266/267
27.98/28.06	c Solving starts ...
27.98/28.06	c ============================[ Search Statistics ]============================
27.98/28.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.98/28.06	c       |         |          |          |    Limit     GC | Var      | Constra 
27.98/28.06	c =============================================================================
27.98/28.06	c  0.0s |       0 |        0 |        0 |    27552      0 |     3128 |     5268
28.08/28.14	c  0.1s |       0 |      704 |        1 |    27552      0 |     3128 |     5269
28.08/28.14	c #cpu_time = 0.071s
28.08/28.14	c #wall_clock_time = 0.071s
28.08/28.14	c #decision = 704
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 4: cost of the new core is >=5551
28.08/28.14	c lower bound updated to 2230581531153
28.08/28.19	c BCD2: 2232800537776 <= obj <= 7045346031125
28.08/28.19	c BCD2: #cores=151, #unrelaxed=497, #relaxed=775, #hardened=0
28.08/28.19	c BCD2: #sat=1 #unsat=267 bias=267/268
28.18/28.20	c Solving starts ...
28.18/28.20	c ============================[ Search Statistics ]============================
28.18/28.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.18/28.20	c       |         |          |          |    Limit     GC | Var      | Constra 
28.18/28.20	c =============================================================================
28.18/28.20	c  0.0s |       0 |        0 |        0 |    27552      0 |     3129 |     5269
28.18/28.27	c  0.1s |       0 |      363 |        0 |    27552      0 |     3129 |     5270
28.18/28.27	c #cpu_time = 0.062s
28.18/28.27	c #wall_clock_time = 0.062s
28.18/28.27	c #decision = 363
28.18/28.27	c #random_decision = 0
28.18/28.27	c #conflict = 0
28.18/28.27	c #restart = 0
28.18/28.27	c BCD2: found a new core of size 1: cost of the new core is >=29986576
28.18/28.27	c lower bound updated to 2230611517729
28.28/28.32	c BCD2: 2232830524352 <= obj <= 7045346031125
28.28/28.32	c BCD2: #cores=152, #unrelaxed=496, #relaxed=776, #hardened=0
28.28/28.32	c BCD2: #sat=1 #unsat=268 bias=268/269
28.28/28.33	c Solving starts ...
28.28/28.33	c ============================[ Search Statistics ]============================
28.28/28.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.28/28.33	c       |         |          |          |    Limit     GC | Var      | Constra 
28.28/28.33	c =============================================================================
28.28/28.33	c  0.0s |       0 |        0 |        0 |    27552      0 |     3129 |     5270
28.38/28.40	c  0.1s |       0 |      365 |        0 |    27552      0 |     3129 |     5270
28.38/28.40	c #cpu_time = 0.061s
28.38/28.40	c #wall_clock_time = 0.062s
28.38/28.40	c #decision = 365
28.38/28.40	c #random_decision = 0
28.38/28.40	c #conflict = 0
28.38/28.40	c #restart = 0
28.38/28.40	c BCD2: found a new core of size 2: cost of the new core is >=5476
28.38/28.40	c lower bound updated to 2230611523205
28.38/28.45	c BCD2: 2232830529828 <= obj <= 7045346031125
28.38/28.45	c BCD2: #cores=153, #unrelaxed=494, #relaxed=778, #hardened=0
28.38/28.45	c BCD2: #sat=1 #unsat=269 bias=269/270
28.38/28.45	c Solving starts ...
28.38/28.45	c ============================[ Search Statistics ]============================
28.38/28.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.38/28.45	c       |         |          |          |    Limit     GC | Var      | Constra 
28.38/28.45	c =============================================================================
28.38/28.46	c  0.0s |       0 |        0 |        0 |    27552      0 |     3129 |     5270
28.48/28.54	c  0.1s |       0 |      707 |        1 |    27552      0 |     3129 |     5270
28.48/28.54	c #cpu_time = 0.072s
28.48/28.54	c #wall_clock_time = 0.073s
28.48/28.54	c #decision = 707
28.48/28.54	c #random_decision = 0
28.48/28.54	c #conflict = 1
28.48/28.54	c #restart = 0
28.48/28.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
28.48/28.54	c lower bound updated to 2230611523279
28.48/28.59	c BCD2: 2232830529902 <= obj <= 7045346031125
28.48/28.59	c BCD2: #cores=153, #unrelaxed=493, #relaxed=779, #hardened=0
28.48/28.59	c BCD2: #sat=1 #unsat=270 bias=270/271
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.59	c  0.0s |       0 |        0 |        0 |    27552      0 |     3130 |     5270
28.59/28.67	c  0.1s |       0 |      707 |        1 |    27552      0 |     3130 |     5271
28.59/28.67	c #cpu_time = 0.076s
28.59/28.67	c #wall_clock_time = 0.076s
28.59/28.67	c #decision = 707
28.59/28.67	c #random_decision = 0
28.59/28.67	c #conflict = 1
28.59/28.67	c #restart = 0
28.59/28.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
28.59/28.67	c lower bound updated to 2230611523280
28.69/28.73	c BCD2: 2232830529903 <= obj <= 7045346031125
28.69/28.73	c BCD2: #cores=153, #unrelaxed=492, #relaxed=780, #hardened=0
28.69/28.73	c BCD2: #sat=1 #unsat=271 bias=271/272
28.69/28.73	c Solving starts ...
28.69/28.73	c ============================[ Search Statistics ]============================
28.69/28.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.69/28.73	c       |         |          |          |    Limit     GC | Var      | Constra 
28.69/28.73	c =============================================================================
28.69/28.73	c  0.0s |       0 |        0 |        0 |    27552      0 |     3131 |     5271
28.78/28.80	c  0.1s |       0 |      365 |        0 |    27552      0 |     3131 |     5272
28.78/28.80	c #cpu_time = 0.064s
28.78/28.80	c #wall_clock_time = 0.064s
28.78/28.80	c #decision = 365
28.78/28.80	c #random_decision = 0
28.78/28.80	c #conflict = 0
28.78/28.80	c #restart = 0
28.78/28.80	c BCD2: found a new core of size 1: cost of the new core is >=29986576
28.78/28.80	c lower bound updated to 2230641509856
28.78/28.85	c BCD2: 2232860516479 <= obj <= 7045346031125
28.78/28.85	c BCD2: #cores=154, #unrelaxed=491, #relaxed=781, #hardened=0
28.78/28.85	c BCD2: #sat=1 #unsat=272 bias=272/273
28.78/28.86	c Solving starts ...
28.78/28.86	c ============================[ Search Statistics ]============================
28.78/28.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.78/28.86	c       |         |          |          |    Limit     GC | Var      | Constra 
28.78/28.86	c =============================================================================
28.78/28.86	c  0.0s |       0 |        0 |        0 |    27552      0 |     3131 |     5272
28.88/28.93	c  0.1s |       0 |      367 |        0 |    27552      0 |     3131 |     5272
28.88/28.93	c #cpu_time = 0.063s
28.88/28.93	c #wall_clock_time = 0.063s
28.88/28.93	c #decision = 367
28.88/28.93	c #random_decision = 0
28.88/28.93	c #conflict = 0
28.88/28.93	c #restart = 0
28.88/28.93	c BCD2: found a new core of size 2: cost of the new core is >=5476
28.88/28.93	c lower bound updated to 2230641515332
28.88/28.98	c BCD2: 2232860521955 <= obj <= 7045346031125
28.88/28.98	c BCD2: #cores=155, #unrelaxed=489, #relaxed=783, #hardened=0
28.88/28.98	c BCD2: #sat=1 #unsat=273 bias=273/274
28.88/29.00	c Solving starts ...
28.88/29.00	c ============================[ Search Statistics ]============================
28.88/29.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.88/29.00	c       |         |          |          |    Limit     GC | Var      | Constra 
28.88/29.00	c =============================================================================
28.88/29.00	c  0.0s |       0 |        0 |        0 |    27552      0 |     3131 |     5272
28.98/29.07	c  0.1s |       0 |      710 |        1 |    27552      0 |     3131 |     5272
28.98/29.07	c #cpu_time = 0.074s
28.98/29.07	c #wall_clock_time = 0.074s
28.98/29.07	c #decision = 710
28.98/29.07	c #random_decision = 0
28.98/29.07	c #conflict = 1
28.98/29.07	c #restart = 0
28.98/29.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
28.98/29.07	c lower bound updated to 2230641515406
29.08/29.12	c BCD2: 2232860522029 <= obj <= 7045346031125
29.08/29.12	c BCD2: #cores=155, #unrelaxed=488, #relaxed=784, #hardened=0
29.08/29.12	c BCD2: #sat=1 #unsat=274 bias=274/275
29.08/29.14	c Solving starts ...
29.08/29.14	c ============================[ Search Statistics ]============================
29.08/29.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.08/29.14	c       |         |          |          |    Limit     GC | Var      | Constra 
29.08/29.14	c =============================================================================
29.08/29.14	c  0.0s |       0 |        0 |        0 |    27552      0 |     3132 |     5272
29.18/29.21	c  0.1s |       0 |      710 |        1 |    27552      0 |     3132 |     5273
29.18/29.21	c #cpu_time = 0.073s
29.18/29.21	c #wall_clock_time = 0.073s
29.18/29.21	c #decision = 710
29.18/29.21	c #random_decision = 0
29.18/29.21	c #conflict = 1
29.18/29.21	c #restart = 0
29.18/29.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
29.18/29.21	c lower bound updated to 2230641515407
29.18/29.26	c BCD2: 2232860522030 <= obj <= 7045346031125
29.18/29.26	c BCD2: #cores=155, #unrelaxed=487, #relaxed=785, #hardened=0
29.18/29.26	c BCD2: #sat=1 #unsat=275 bias=275/276
29.18/29.28	c Solving starts ...
29.18/29.28	c ============================[ Search Statistics ]============================
29.18/29.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.18/29.28	c       |         |          |          |    Limit     GC | Var      | Constra 
29.18/29.28	c =============================================================================
29.18/29.28	c  0.0s |       0 |        0 |        0 |    27552      0 |     3133 |     5273
29.28/29.35	c  0.1s |       0 |      367 |        0 |    27552      0 |     3133 |     5274
29.28/29.35	c #cpu_time = 0.064s
29.28/29.35	c #wall_clock_time = 0.065s
29.28/29.35	c #decision = 367
29.28/29.35	c #random_decision = 0
29.28/29.35	c #conflict = 0
29.28/29.35	c #restart = 0
29.28/29.35	c BCD2: found a new core of size 1: cost of the new core is >=29986576
29.28/29.35	c lower bound updated to 2230671501983
29.28/29.40	c BCD2: 2232890508606 <= obj <= 7045346031125
29.28/29.40	c BCD2: #cores=156, #unrelaxed=486, #relaxed=786, #hardened=0
29.28/29.40	c BCD2: #sat=1 #unsat=276 bias=276/277
29.38/29.41	c Solving starts ...
29.38/29.41	c ============================[ Search Statistics ]============================
29.38/29.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.38/29.41	c       |         |          |          |    Limit     GC | Var      | Constra 
29.38/29.41	c =============================================================================
29.38/29.41	c  0.0s |       0 |        0 |        0 |    27552      0 |     3133 |     5274
29.38/29.48	c  0.1s |       0 |      369 |        0 |    27552      0 |     3133 |     5274
29.38/29.48	c #cpu_time = 0.064s
29.38/29.48	c #wall_clock_time = 0.064s
29.38/29.48	c #decision = 369
29.38/29.48	c #random_decision = 0
29.38/29.48	c #conflict = 0
29.38/29.48	c #restart = 0
29.38/29.48	c BCD2: found a new core of size 2: cost of the new core is >=5476
29.38/29.48	c lower bound updated to 2230671507459
29.48/29.54	c BCD2: 2232890514082 <= obj <= 7045346031125
29.48/29.54	c BCD2: #cores=157, #unrelaxed=484, #relaxed=788, #hardened=0
29.48/29.54	c BCD2: #sat=1 #unsat=277 bias=277/278
29.48/29.54	c Solving starts ...
29.48/29.54	c ============================[ Search Statistics ]============================
29.48/29.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.48/29.54	c       |         |          |          |    Limit     GC | Var      | Constra 
29.48/29.54	c =============================================================================
29.48/29.55	c  0.0s |       0 |        0 |        0 |    27552      0 |     3133 |     5274
29.58/29.63	c  0.1s |       0 |      713 |        1 |    27552      0 |     3133 |     5274
29.58/29.63	c #cpu_time = 0.076s
29.58/29.63	c #wall_clock_time = 0.076s
29.58/29.63	c #decision = 713
29.58/29.63	c #random_decision = 0
29.58/29.63	c #conflict = 1
29.58/29.63	c #restart = 0
29.58/29.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
29.58/29.63	c lower bound updated to 2230671507533
29.58/29.68	c BCD2: 2232890514156 <= obj <= 7045346031125
29.58/29.68	c BCD2: #cores=157, #unrelaxed=483, #relaxed=789, #hardened=0
29.58/29.68	c BCD2: #sat=1 #unsat=278 bias=278/279
29.58/29.68	c Solving starts ...
29.58/29.68	c ============================[ Search Statistics ]============================
29.58/29.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.58/29.68	c       |         |          |          |    Limit     GC | Var      | Constra 
29.58/29.68	c =============================================================================
29.58/29.69	c  0.0s |       0 |        0 |        0 |    27552      0 |     3134 |     5274
29.69/29.77	c  0.1s |       0 |      713 |        1 |    27552      0 |     3134 |     5275
29.69/29.77	c #cpu_time = 0.075s
29.69/29.77	c #wall_clock_time = 0.075s
29.69/29.77	c #decision = 713
29.69/29.77	c #random_decision = 0
29.69/29.77	c #conflict = 1
29.69/29.77	c #restart = 0
29.69/29.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
29.69/29.77	c lower bound updated to 2230671507534
29.79/29.82	c BCD2: 2232890514157 <= obj <= 7045346031125
29.79/29.82	c BCD2: #cores=157, #unrelaxed=482, #relaxed=790, #hardened=0
29.79/29.82	c BCD2: #sat=1 #unsat=279 bias=279/280
29.79/29.82	c Solving starts ...
29.79/29.82	c ============================[ Search Statistics ]============================
29.79/29.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.79/29.82	c       |         |          |          |    Limit     GC | Var      | Constra 
29.79/29.82	c =============================================================================
29.79/29.84	c  0.0s |       0 |        0 |        0 |    27552      0 |     3135 |     5275
29.88/29.90	c  0.1s |       0 |      369 |        0 |    27552      0 |     3135 |     5276
29.88/29.90	c #cpu_time = 0.065s
29.88/29.90	c #wall_clock_time = 0.066s
29.88/29.90	c #decision = 369
29.88/29.90	c #random_decision = 0
29.88/29.90	c #conflict = 0
29.88/29.90	c #restart = 0
29.88/29.90	c BCD2: found a new core of size 1: cost of the new core is >=29986576
29.88/29.90	c lower bound updated to 2230701494110
29.88/29.95	c BCD2: 2232920500733 <= obj <= 7045346031125
29.88/29.95	c BCD2: #cores=158, #unrelaxed=481, #relaxed=791, #hardened=0
29.88/29.95	c BCD2: #sat=1 #unsat=280 bias=280/281
29.88/29.96	c Solving starts ...
29.88/29.96	c ============================[ Search Statistics ]============================
29.88/29.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.88/29.96	c       |         |          |          |    Limit     GC | Var      | Constra 
29.88/29.96	c =============================================================================
29.88/29.97	c  0.0s |       0 |        0 |        0 |    27552      0 |     3135 |     5276
29.98/30.04	c  0.1s |       0 |      371 |        0 |    27552      0 |     3135 |     5276
29.98/30.04	c #cpu_time = 0.065s
29.98/30.04	c #wall_clock_time = 0.065s
29.98/30.04	c #decision = 371
29.98/30.04	c #random_decision = 0
29.98/30.04	c #conflict = 0
29.98/30.04	c #restart = 0
29.98/30.04	c BCD2: found a new core of size 2: cost of the new core is >=5476
29.98/30.04	c lower bound updated to 2230701499586
29.98/30.09	c BCD2: 2232920506209 <= obj <= 7045346031125
29.98/30.09	c BCD2: #cores=159, #unrelaxed=479, #relaxed=793, #hardened=0
29.98/30.09	c BCD2: #sat=1 #unsat=281 bias=281/282
29.98/30.09	c Solving starts ...
29.98/30.09	c ============================[ Search Statistics ]============================
29.98/30.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.98/30.09	c       |         |          |          |    Limit     GC | Var      | Constra 
29.98/30.09	c =============================================================================
29.98/30.09	c  0.0s |       0 |        0 |        0 |    27552      0 |     3135 |     5276
30.08/30.18	c  0.1s |       0 |      716 |        1 |    27552      0 |     3135 |     5276
30.08/30.18	c #cpu_time = 0.081s
30.08/30.18	c #wall_clock_time = 0.081s
30.08/30.18	c #decision = 716
30.08/30.18	c #random_decision = 0
30.08/30.18	c #conflict = 1
30.08/30.18	c #restart = 0
30.08/30.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
30.08/30.18	c lower bound updated to 2230701499660
30.18/30.24	c BCD2: 2232920506283 <= obj <= 7045346031125
30.18/30.24	c BCD2: #cores=159, #unrelaxed=478, #relaxed=794, #hardened=0
30.18/30.24	c BCD2: #sat=1 #unsat=282 bias=282/283
30.18/30.24	c Solving starts ...
30.18/30.24	c ============================[ Search Statistics ]============================
30.18/30.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.18/30.24	c       |         |          |          |    Limit     GC | Var      | Constra 
30.18/30.24	c =============================================================================
30.18/30.24	c  0.0s |       0 |        0 |        0 |    27552      0 |     3136 |     5276
30.28/30.32	c  0.1s |       0 |      716 |        1 |    27552      0 |     3136 |     5277
30.28/30.32	c #cpu_time = 0.076s
30.28/30.32	c #wall_clock_time = 0.076s
30.28/30.32	c #decision = 716
30.28/30.32	c #random_decision = 0
30.28/30.32	c #conflict = 1
30.28/30.32	c #restart = 0
30.28/30.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
30.28/30.32	c lower bound updated to 2230701499661
30.28/30.37	c BCD2: 2232920506284 <= obj <= 7045346031125
30.28/30.37	c BCD2: #cores=159, #unrelaxed=477, #relaxed=795, #hardened=0
30.28/30.37	c BCD2: #sat=1 #unsat=283 bias=283/284
30.28/30.38	c Solving starts ...
30.28/30.38	c ============================[ Search Statistics ]============================
30.28/30.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.28/30.38	c       |         |          |          |    Limit     GC | Var      | Constra 
30.28/30.38	c =============================================================================
30.28/30.38	c  0.0s |       0 |        0 |        0 |    27552      0 |     3137 |     5277
30.38/30.45	c  0.1s |       0 |      371 |        0 |    27552      0 |     3137 |     5278
30.38/30.45	c #cpu_time = 0.067s
30.38/30.45	c #wall_clock_time = 0.067s
30.38/30.45	c #decision = 371
30.38/30.45	c #random_decision = 0
30.38/30.45	c #conflict = 0
30.38/30.45	c #restart = 0
30.38/30.45	c BCD2: found a new core of size 1: cost of the new core is >=29986576
30.38/30.45	c lower bound updated to 2230731486237
30.48/30.50	c BCD2: 2232950492860 <= obj <= 7045346031125
30.48/30.50	c BCD2: #cores=160, #unrelaxed=476, #relaxed=796, #hardened=0
30.48/30.50	c BCD2: #sat=1 #unsat=284 bias=284/285
30.48/30.52	c Solving starts ...
30.48/30.52	c ============================[ Search Statistics ]============================
30.48/30.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.48/30.52	c       |         |          |          |    Limit     GC | Var      | Constra 
30.48/30.52	c =============================================================================
30.48/30.52	c  0.0s |       0 |        0 |        0 |    27552      0 |     3137 |     5278
30.48/30.59	c  0.1s |       0 |      373 |        0 |    27552      0 |     3137 |     5278
30.48/30.59	c #cpu_time = 0.066s
30.48/30.59	c #wall_clock_time = 0.066s
30.48/30.59	c #decision = 373
30.48/30.59	c #random_decision = 0
30.48/30.59	c #conflict = 0
30.48/30.59	c #restart = 0
30.48/30.59	c BCD2: found a new core of size 2: cost of the new core is >=5476
30.48/30.59	c lower bound updated to 2230731491713
30.58/30.64	c BCD2: 2232950498336 <= obj <= 7045346031125
30.58/30.64	c BCD2: #cores=161, #unrelaxed=474, #relaxed=798, #hardened=0
30.58/30.64	c BCD2: #sat=1 #unsat=285 bias=285/286
30.58/30.65	c Solving starts ...
30.58/30.65	c ============================[ Search Statistics ]============================
30.58/30.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.58/30.65	c       |         |          |          |    Limit     GC | Var      | Constra 
30.58/30.65	c =============================================================================
30.58/30.65	c  0.0s |       0 |        0 |        0 |    27552      0 |     3137 |     5278
30.68/30.73	c  0.1s |       0 |      719 |        1 |    27552      0 |     3137 |     5278
30.68/30.73	c #cpu_time = 0.078s
30.68/30.73	c #wall_clock_time = 0.078s
30.68/30.73	c #decision = 719
30.68/30.73	c #random_decision = 0
30.68/30.73	c #conflict = 1
30.68/30.73	c #restart = 0
30.68/30.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
30.68/30.73	c lower bound updated to 2230731491787
30.68/30.78	c BCD2: 2232950498410 <= obj <= 7045346031125
30.68/30.78	c BCD2: #cores=161, #unrelaxed=473, #relaxed=799, #hardened=0
30.68/30.78	c BCD2: #sat=1 #unsat=286 bias=286/287
30.68/30.80	c Solving starts ...
30.68/30.80	c ============================[ Search Statistics ]============================
30.68/30.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.68/30.80	c       |         |          |          |    Limit     GC | Var      | Constra 
30.68/30.80	c =============================================================================
30.68/30.80	c  0.0s |       0 |        0 |        0 |    27552      0 |     3138 |     5278
30.79/30.88	c  0.1s |       0 |      719 |        1 |    27552      0 |     3138 |     5279
30.79/30.88	c #cpu_time = 0.077s
30.79/30.88	c #wall_clock_time = 0.077s
30.79/30.88	c #decision = 719
30.79/30.88	c #random_decision = 0
30.79/30.88	c #conflict = 1
30.79/30.88	c #restart = 0
30.79/30.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
30.79/30.88	c lower bound updated to 2230731491788
30.89/30.93	c BCD2: 2232950498411 <= obj <= 7045346031125
30.89/30.93	c BCD2: #cores=161, #unrelaxed=472, #relaxed=800, #hardened=0
30.89/30.93	c BCD2: #sat=1 #unsat=287 bias=287/288
30.89/30.94	c Solving starts ...
30.89/30.94	c ============================[ Search Statistics ]============================
30.89/30.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.89/30.94	c       |         |          |          |    Limit     GC | Var      | Constra 
30.89/30.94	c =============================================================================
30.89/30.95	c  0.0s |       0 |        0 |        0 |    27552      0 |     3139 |     5279
30.98/31.02	c  0.1s |       0 |      373 |        0 |    27552      0 |     3139 |     5280
30.98/31.02	c #cpu_time = 0.068s
30.98/31.02	c #wall_clock_time = 0.068s
30.98/31.02	c #decision = 373
30.98/31.02	c #random_decision = 0
30.98/31.02	c #conflict = 0
30.98/31.02	c #restart = 0
30.98/31.02	c BCD2: found a new core of size 1: cost of the new core is >=29986576
30.98/31.02	c lower bound updated to 2230761478364
30.98/31.07	c BCD2: 2232980484987 <= obj <= 7045346031125
30.98/31.07	c BCD2: #cores=162, #unrelaxed=471, #relaxed=801, #hardened=0
30.98/31.07	c BCD2: #sat=1 #unsat=288 bias=288/289
30.98/31.08	c Solving starts ...
30.98/31.08	c ============================[ Search Statistics ]============================
30.98/31.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.98/31.08	c       |         |          |          |    Limit     GC | Var      | Constra 
30.98/31.08	c =============================================================================
30.98/31.08	c  0.0s |       0 |        0 |        0 |    27552      0 |     3139 |     5280
31.08/31.15	c  0.1s |       0 |      375 |        0 |    27552      0 |     3139 |     5280
31.08/31.15	c #cpu_time = 0.067s
31.08/31.15	c #wall_clock_time = 0.067s
31.08/31.15	c #decision = 375
31.08/31.15	c #random_decision = 0
31.08/31.15	c #conflict = 0
31.08/31.15	c #restart = 0
31.08/31.15	c BCD2: found a new core of size 2: cost of the new core is >=5476
31.08/31.15	c lower bound updated to 2230761483840
31.18/31.20	c BCD2: 2232980490463 <= obj <= 7045346031125
31.18/31.20	c BCD2: #cores=163, #unrelaxed=469, #relaxed=803, #hardened=0
31.18/31.20	c BCD2: #sat=1 #unsat=289 bias=289/290
31.18/31.22	c Solving starts ...
31.18/31.22	c ============================[ Search Statistics ]============================
31.18/31.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.18/31.22	c       |         |          |          |    Limit     GC | Var      | Constra 
31.18/31.22	c =============================================================================
31.18/31.22	c  0.0s |       0 |        0 |        0 |    27552      0 |     3139 |     5280
31.28/31.30	c  0.1s |       0 |      722 |        1 |    27552      0 |     3139 |     5280
31.28/31.30	c #cpu_time = 0.079s
31.28/31.30	c #wall_clock_time = 0.079s
31.28/31.30	c #decision = 722
31.28/31.30	c #random_decision = 0
31.28/31.30	c #conflict = 1
31.28/31.30	c #restart = 0
31.28/31.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
31.28/31.30	c lower bound updated to 2230761483914
31.28/31.35	c BCD2: 2232980490537 <= obj <= 7045346031125
31.28/31.35	c BCD2: #cores=163, #unrelaxed=468, #relaxed=804, #hardened=0
31.28/31.35	c BCD2: #sat=1 #unsat=290 bias=290/291
31.28/31.37	c Solving starts ...
31.28/31.37	c ============================[ Search Statistics ]============================
31.28/31.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.28/31.37	c       |         |          |          |    Limit     GC | Var      | Constra 
31.28/31.37	c =============================================================================
31.28/31.37	c  0.0s |       0 |        0 |        0 |    27552      0 |     3140 |     5280
31.38/31.45	c  0.1s |       0 |      722 |        1 |    27552      0 |     3140 |     5281
31.38/31.45	c #cpu_time = 0.078s
31.38/31.45	c #wall_clock_time = 0.079s
31.38/31.45	c #decision = 722
31.38/31.45	c #random_decision = 0
31.38/31.45	c #conflict = 1
31.38/31.45	c #restart = 0
31.38/31.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
31.38/31.45	c lower bound updated to 2230761483915
31.49/31.50	c BCD2: 2232980490538 <= obj <= 7045346031125
31.49/31.50	c BCD2: #cores=163, #unrelaxed=467, #relaxed=805, #hardened=0
31.49/31.50	c BCD2: #sat=1 #unsat=291 bias=291/292
31.49/31.51	c Solving starts ...
31.49/31.51	c ============================[ Search Statistics ]============================
31.49/31.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.49/31.51	c       |         |          |          |    Limit     GC | Var      | Constra 
31.49/31.51	c =============================================================================
31.49/31.51	c  0.0s |       0 |        0 |        0 |    27552      0 |     3141 |     5281
31.49/31.59	c  0.1s |       0 |      375 |        0 |    27552      0 |     3141 |     5282
31.49/31.59	c #cpu_time = 0.069s
31.49/31.59	c #wall_clock_time = 0.069s
31.49/31.59	c #decision = 375
31.49/31.59	c #random_decision = 0
31.49/31.59	c #conflict = 0
31.49/31.59	c #restart = 0
31.49/31.59	c BCD2: found a new core of size 1: cost of the new core is >=29986576
31.49/31.59	c lower bound updated to 2230791470491
31.59/31.64	c BCD2: 2233010477114 <= obj <= 7045346031125
31.59/31.64	c BCD2: #cores=164, #unrelaxed=466, #relaxed=806, #hardened=0
31.59/31.64	c BCD2: #sat=1 #unsat=292 bias=292/293
31.59/31.65	c Solving starts ...
31.59/31.65	c ============================[ Search Statistics ]============================
31.59/31.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.59/31.65	c       |         |          |          |    Limit     GC | Var      | Constra 
31.59/31.65	c =============================================================================
31.59/31.65	c  0.0s |       0 |        0 |        0 |    27552      0 |     3141 |     5282
31.69/31.72	c  0.1s |       0 |      377 |        0 |    27552      0 |     3141 |     5282
31.69/31.72	c #cpu_time = 0.068s
31.69/31.72	c #wall_clock_time = 0.068s
31.69/31.72	c #decision = 377
31.69/31.72	c #random_decision = 0
31.69/31.72	c #conflict = 0
31.69/31.72	c #restart = 0
31.69/31.72	c BCD2: found a new core of size 2: cost of the new core is >=5476
31.69/31.72	c lower bound updated to 2230791475967
31.69/31.77	c BCD2: 2233010482590 <= obj <= 7045346031125
31.69/31.77	c BCD2: #cores=165, #unrelaxed=464, #relaxed=808, #hardened=0
31.69/31.77	c BCD2: #sat=1 #unsat=293 bias=293/294
31.69/31.79	c Solving starts ...
31.69/31.79	c ============================[ Search Statistics ]============================
31.69/31.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.69/31.79	c       |         |          |          |    Limit     GC | Var      | Constra 
31.69/31.79	c =============================================================================
31.69/31.79	c  0.0s |       0 |        0 |        0 |    27552      0 |     3141 |     5282
31.79/31.87	c  0.1s |       0 |      725 |        1 |    27552      0 |     3141 |     5282
31.79/31.87	c #cpu_time = 0.081s
31.79/31.87	c #wall_clock_time = 0.081s
31.79/31.87	c #decision = 725
31.79/31.87	c #random_decision = 0
31.79/31.87	c #conflict = 1
31.79/31.87	c #restart = 0
31.79/31.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
31.79/31.87	c lower bound updated to 2230791476041
31.90/31.92	c BCD2: 2233010482664 <= obj <= 7045346031125
31.90/31.92	c BCD2: #cores=165, #unrelaxed=463, #relaxed=809, #hardened=0
31.90/31.92	c BCD2: #sat=1 #unsat=294 bias=294/295
31.90/31.94	c Solving starts ...
31.90/31.94	c ============================[ Search Statistics ]============================
31.90/31.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.90/31.94	c       |         |          |          |    Limit     GC | Var      | Constra 
31.90/31.94	c =============================================================================
31.90/31.94	c  0.0s |       0 |        0 |        0 |    27552      0 |     3142 |     5282
32.00/32.02	c  0.1s |       0 |      725 |        1 |    27552      0 |     3142 |     5283
32.00/32.02	c #cpu_time = 0.080s
32.00/32.02	c #wall_clock_time = 0.080s
32.00/32.02	c #decision = 725
32.00/32.02	c #random_decision = 0
32.00/32.02	c #conflict = 1
32.00/32.02	c #restart = 0
32.00/32.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
32.00/32.02	c lower bound updated to 2230791476042
32.00/32.07	c BCD2: 2233010482665 <= obj <= 7045346031125
32.00/32.07	c BCD2: #cores=165, #unrelaxed=462, #relaxed=810, #hardened=0
32.00/32.07	c BCD2: #sat=1 #unsat=295 bias=295/296
32.00/32.09	c Solving starts ...
32.00/32.09	c ============================[ Search Statistics ]============================
32.00/32.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.00/32.09	c       |         |          |          |    Limit     GC | Var      | Constra 
32.00/32.09	c =============================================================================
32.00/32.09	c  0.0s |       0 |        0 |        0 |    27552      0 |     3143 |     5283
32.09/32.16	c  0.1s |       0 |      377 |        0 |    27552      0 |     3143 |     5284
32.09/32.16	c #cpu_time = 0.071s
32.09/32.16	c #wall_clock_time = 0.072s
32.09/32.16	c #decision = 377
32.09/32.16	c #random_decision = 0
32.09/32.16	c #conflict = 0
32.09/32.16	c #restart = 0
32.09/32.16	c BCD2: found a new core of size 1: cost of the new core is >=29986576
32.09/32.16	c lower bound updated to 2230821462618
32.19/32.21	c BCD2: 2233040469241 <= obj <= 7045346031125
32.19/32.21	c BCD2: #cores=166, #unrelaxed=461, #relaxed=811, #hardened=0
32.19/32.21	c BCD2: #sat=1 #unsat=296 bias=296/297
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 |    27552      0 |     3143 |     5284
32.29/32.30	c  0.1s |       0 |      379 |        0 |    27552      0 |     3143 |     5284
32.29/32.30	c #cpu_time = 0.069s
32.29/32.30	c #wall_clock_time = 0.069s
32.29/32.30	c #decision = 379
32.29/32.30	c #random_decision = 0
32.29/32.30	c #conflict = 0
32.29/32.30	c #restart = 0
32.29/32.30	c BCD2: found a new core of size 2: cost of the new core is >=5476
32.29/32.30	c lower bound updated to 2230821468094
32.29/32.35	c BCD2: 2233040474717 <= obj <= 7045346031125
32.29/32.35	c BCD2: #cores=167, #unrelaxed=459, #relaxed=813, #hardened=0
32.29/32.35	c BCD2: #sat=1 #unsat=297 bias=297/298
32.29/32.37	c Solving starts ...
32.29/32.37	c ============================[ Search Statistics ]============================
32.29/32.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.29/32.37	c       |         |          |          |    Limit     GC | Var      | Constra 
32.29/32.37	c =============================================================================
32.29/32.37	c  0.0s |       0 |        0 |        0 |    27552      0 |     3143 |     5284
32.39/32.45	c  0.1s |       0 |      728 |        1 |    27552      0 |     3143 |     5284
32.39/32.45	c #cpu_time = 0.082s
32.39/32.45	c #wall_clock_time = 0.082s
32.39/32.45	c #decision = 728
32.39/32.45	c #random_decision = 0
32.39/32.45	c #conflict = 1
32.39/32.45	c #restart = 0
32.39/32.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
32.39/32.45	c lower bound updated to 2230821468168
32.49/32.50	c BCD2: 2233040474791 <= obj <= 7045346031125
32.49/32.50	c BCD2: #cores=167, #unrelaxed=458, #relaxed=814, #hardened=0
32.49/32.50	c BCD2: #sat=1 #unsat=298 bias=298/299
32.49/32.52	c Solving starts ...
32.49/32.52	c ============================[ Search Statistics ]============================
32.49/32.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.49/32.52	c       |         |          |          |    Limit     GC | Var      | Constra 
32.49/32.52	c =============================================================================
32.49/32.52	c  0.0s |       0 |        0 |        0 |    27552      0 |     3144 |     5284
32.59/32.60	c  0.1s |       0 |      728 |        1 |    27552      0 |     3144 |     5285
32.59/32.60	c #cpu_time = 0.081s
32.59/32.60	c #wall_clock_time = 0.081s
32.59/32.60	c #decision = 728
32.59/32.60	c #random_decision = 0
32.59/32.60	c #conflict = 1
32.59/32.60	c #restart = 0
32.59/32.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
32.59/32.60	c lower bound updated to 2230821468169
32.59/32.65	c BCD2: 2233040474792 <= obj <= 7045346031125
32.59/32.65	c BCD2: #cores=167, #unrelaxed=457, #relaxed=815, #hardened=0
32.59/32.65	c BCD2: #sat=1 #unsat=299 bias=299/300
32.59/32.67	c Solving starts ...
32.59/32.67	c ============================[ Search Statistics ]============================
32.59/32.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.59/32.67	c       |         |          |          |    Limit     GC | Var      | Constra 
32.59/32.67	c =============================================================================
32.59/32.67	c  0.0s |       0 |        0 |        0 |    27552      0 |     3145 |     5285
32.69/32.74	c  0.1s |       0 |      379 |        0 |    27552      0 |     3145 |     5286
32.69/32.74	c #cpu_time = 0.071s
32.69/32.74	c #wall_clock_time = 0.071s
32.69/32.74	c #decision = 379
32.69/32.74	c #random_decision = 0
32.69/32.74	c #conflict = 0
32.69/32.74	c #restart = 0
32.69/32.74	c BCD2: found a new core of size 1: cost of the new core is >=29986576
32.69/32.74	c lower bound updated to 2230851454745
32.69/32.79	c BCD2: 2233070461368 <= obj <= 7045346031125
32.69/32.79	c BCD2: #cores=168, #unrelaxed=456, #relaxed=816, #hardened=0
32.69/32.79	c BCD2: #sat=1 #unsat=300 bias=300/301
32.79/32.81	c Solving starts ...
32.79/32.81	c ============================[ Search Statistics ]============================
32.79/32.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.79/32.81	c       |         |          |          |    Limit     GC | Var      | Constra 
32.79/32.81	c =============================================================================
32.79/32.81	c  0.0s |       0 |        0 |        0 |    27552      0 |     3145 |     5286
32.79/32.88	c  0.1s |       0 |      381 |        0 |    27552      0 |     3145 |     5286
32.79/32.88	c #cpu_time = 0.070s
32.79/32.88	c #wall_clock_time = 0.071s
32.79/32.88	c #decision = 381
32.79/32.88	c #random_decision = 0
32.79/32.88	c #conflict = 0
32.79/32.88	c #restart = 0
32.79/32.88	c BCD2: found a new core of size 2: cost of the new core is >=5476
32.79/32.88	c lower bound updated to 2230851460221
32.89/32.93	c BCD2: 2233070466844 <= obj <= 7045346031125
32.89/32.93	c BCD2: #cores=169, #unrelaxed=454, #relaxed=818, #hardened=0
32.89/32.93	c BCD2: #sat=1 #unsat=301 bias=301/302
32.89/32.95	c Solving starts ...
32.89/32.95	c ============================[ Search Statistics ]============================
32.89/32.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.89/32.95	c       |         |          |          |    Limit     GC | Var      | Constra 
32.89/32.95	c =============================================================================
32.89/32.95	c  0.0s |       0 |        0 |        0 |    27552      0 |     3145 |     5286
33.00/33.04	c  0.1s |       0 |      731 |        1 |    27552      0 |     3145 |     5286
33.00/33.04	c #cpu_time = 0.083s
33.00/33.04	c #wall_clock_time = 0.083s
33.00/33.04	c #decision = 731
33.00/33.04	c #random_decision = 0
33.00/33.04	c #conflict = 1
33.00/33.04	c #restart = 0
33.00/33.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
33.00/33.04	c lower bound updated to 2230851460295
33.00/33.09	c BCD2: 2233070466918 <= obj <= 7045346031125
33.00/33.09	c BCD2: #cores=169, #unrelaxed=453, #relaxed=819, #hardened=0
33.00/33.09	c BCD2: #sat=1 #unsat=302 bias=302/303
33.00/33.10	c Solving starts ...
33.00/33.10	c ============================[ Search Statistics ]============================
33.00/33.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.00/33.10	c       |         |          |          |    Limit     GC | Var      | Constra 
33.00/33.10	c =============================================================================
33.00/33.10	c  0.0s |       0 |        0 |        0 |    27552      0 |     3146 |     5286
33.10/33.19	c  0.1s |       0 |      731 |        1 |    27552      0 |     3146 |     5287
33.10/33.19	c #cpu_time = 0.082s
33.10/33.19	c #wall_clock_time = 0.083s
33.10/33.19	c #decision = 731
33.10/33.19	c #random_decision = 0
33.10/33.19	c #conflict = 1
33.10/33.19	c #restart = 0
33.10/33.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
33.10/33.19	c lower bound updated to 2230851460296
33.19/33.24	c BCD2: 2233070466919 <= obj <= 7045346031125
33.19/33.24	c BCD2: #cores=169, #unrelaxed=452, #relaxed=820, #hardened=0
33.19/33.24	c BCD2: #sat=1 #unsat=303 bias=303/304
33.19/33.25	c Solving starts ...
33.19/33.25	c ============================[ Search Statistics ]============================
33.19/33.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.19/33.25	c       |         |          |          |    Limit     GC | Var      | Constra 
33.19/33.25	c =============================================================================
33.19/33.25	c  0.0s |       0 |        0 |        0 |    27552      0 |     3147 |     5287
33.29/33.33	c  0.1s |       0 |      381 |        0 |    27552      0 |     3147 |     5288
33.29/33.33	c #cpu_time = 0.072s
33.29/33.33	c #wall_clock_time = 0.072s
33.29/33.33	c #decision = 381
33.29/33.33	c #random_decision = 0
33.29/33.33	c #conflict = 0
33.29/33.33	c #restart = 0
33.29/33.33	c BCD2: found a new core of size 1: cost of the new core is >=29986576
33.29/33.33	c lower bound updated to 2230881446872
33.29/33.38	c BCD2: 2233100453495 <= obj <= 7045346031125
33.29/33.38	c BCD2: #cores=170, #unrelaxed=451, #relaxed=821, #hardened=0
33.29/33.38	c BCD2: #sat=1 #unsat=304 bias=304/305
33.39/33.40	c Solving starts ...
33.39/33.40	c ============================[ Search Statistics ]============================
33.39/33.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.39/33.40	c       |         |          |          |    Limit     GC | Var      | Constra 
33.39/33.40	c =============================================================================
33.39/33.40	c  0.0s |       0 |        0 |        0 |    27552      0 |     3147 |     5288
33.39/33.47	c  0.1s |       0 |      383 |        0 |    27552      0 |     3147 |     5288
33.39/33.47	c #cpu_time = 0.071s
33.39/33.47	c #wall_clock_time = 0.072s
33.39/33.47	c #decision = 383
33.39/33.47	c #random_decision = 0
33.39/33.47	c #conflict = 0
33.39/33.47	c #restart = 0
33.39/33.47	c BCD2: found a new core of size 2: cost of the new core is >=5476
33.39/33.47	c lower bound updated to 2230881452348
33.49/33.52	c BCD2: 2233100458971 <= obj <= 7045346031125
33.49/33.52	c BCD2: #cores=171, #unrelaxed=449, #relaxed=823, #hardened=0
33.49/33.52	c BCD2: #sat=1 #unsat=305 bias=305/306
33.49/33.54	c Solving starts ...
33.49/33.54	c ============================[ Search Statistics ]============================
33.49/33.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.49/33.54	c       |         |          |          |    Limit     GC | Var      | Constra 
33.49/33.54	c =============================================================================
33.49/33.54	c  0.0s |       0 |        0 |        0 |    27552      0 |     3147 |     5288
33.59/33.63	c  0.1s |       0 |      734 |        1 |    27552      0 |     3147 |     5288
33.59/33.63	c #cpu_time = 0.084s
33.59/33.63	c #wall_clock_time = 0.084s
33.59/33.63	c #decision = 734
33.59/33.63	c #random_decision = 0
33.59/33.63	c #conflict = 1
33.59/33.63	c #restart = 0
33.59/33.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
33.59/33.63	c lower bound updated to 2230881452422
33.59/33.68	c BCD2: 2233100459045 <= obj <= 7045346031125
33.59/33.68	c BCD2: #cores=171, #unrelaxed=448, #relaxed=824, #hardened=0
33.59/33.68	c BCD2: #sat=1 #unsat=306 bias=306/307
33.59/33.68	c Solving starts ...
33.59/33.68	c ============================[ Search Statistics ]============================
33.59/33.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.59/33.68	c       |         |          |          |    Limit     GC | Var      | Constra 
33.59/33.68	c =============================================================================
33.59/33.69	c  0.0s |       0 |        0 |        0 |    27552      0 |     3148 |     5288
33.69/33.78	c  0.1s |       0 |      734 |        1 |    27552      0 |     3148 |     5289
33.69/33.78	c #cpu_time = 0.083s
33.69/33.78	c #wall_clock_time = 0.084s
33.69/33.78	c #decision = 734
33.69/33.78	c #random_decision = 0
33.69/33.78	c #conflict = 1
33.69/33.78	c #restart = 0
33.69/33.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
33.69/33.78	c lower bound updated to 2230881452423
33.79/33.83	c BCD2: 2233100459046 <= obj <= 7045346031125
33.79/33.83	c BCD2: #cores=171, #unrelaxed=447, #relaxed=825, #hardened=0
33.79/33.83	c BCD2: #sat=1 #unsat=307 bias=307/308
33.79/33.83	c Solving starts ...
33.79/33.83	c ============================[ Search Statistics ]============================
33.79/33.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.79/33.83	c       |         |          |          |    Limit     GC | Var      | Constra 
33.79/33.83	c =============================================================================
33.79/33.83	c  0.0s |       0 |        0 |        0 |    27552      0 |     3149 |     5289
33.89/33.92	c  0.1s |       0 |      383 |        0 |    27552      0 |     3149 |     5290
33.89/33.92	c #cpu_time = 0.078s
33.89/33.92	c #wall_clock_time = 0.078s
33.89/33.92	c #decision = 383
33.89/33.92	c #random_decision = 0
33.89/33.92	c #conflict = 0
33.89/33.92	c #restart = 0
33.89/33.92	c BCD2: found a new core of size 1: cost of the new core is >=29986576
33.89/33.92	c lower bound updated to 2230911438999
33.89/33.98	c BCD2: 2233130445622 <= obj <= 7045346031125
33.89/33.98	c BCD2: #cores=172, #unrelaxed=446, #relaxed=826, #hardened=0
33.89/33.98	c BCD2: #sat=1 #unsat=308 bias=308/309
33.89/33.98	c Solving starts ...
33.89/33.98	c ============================[ Search Statistics ]============================
33.89/33.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.89/33.98	c       |         |          |          |    Limit     GC | Var      | Constra 
33.89/33.98	c =============================================================================
33.89/33.98	c  0.0s |       0 |        0 |        0 |    27552      0 |     3149 |     5290
33.99/34.06	c  0.1s |       0 |      385 |        0 |    27552      0 |     3149 |     5290
33.99/34.06	c #cpu_time = 0.072s
33.99/34.06	c #wall_clock_time = 0.072s
33.99/34.06	c #decision = 385
33.99/34.06	c #random_decision = 0
33.99/34.06	c #conflict = 0
33.99/34.06	c #restart = 0
33.99/34.06	c BCD2: found a new core of size 2: cost of the new core is >=5476
33.99/34.06	c lower bound updated to 2230911444475
34.10/34.12	c BCD2: 2233130451098 <= obj <= 7045346031125
34.10/34.12	c BCD2: #cores=173, #unrelaxed=444, #relaxed=828, #hardened=0
34.10/34.12	c BCD2: #sat=1 #unsat=309 bias=309/310
34.10/34.12	c Solving starts ...
34.10/34.12	c ============================[ Search Statistics ]============================
34.10/34.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.10/34.12	c       |         |          |          |    Limit     GC | Var      | Constra 
34.10/34.12	c =============================================================================
34.10/34.13	c  0.0s |       0 |        0 |        0 |    27552      0 |     3149 |     5290
34.20/34.22	c  0.1s |       0 |      737 |        1 |    27552      0 |     3149 |     5290
34.20/34.22	c #cpu_time = 0.086s
34.20/34.22	c #wall_clock_time = 0.086s
34.20/34.22	c #decision = 737
34.20/34.22	c #random_decision = 0
34.20/34.22	c #conflict = 1
34.20/34.22	c #restart = 0
34.20/34.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
34.20/34.22	c lower bound updated to 2230911444549
34.20/34.27	c BCD2: 2233130451172 <= obj <= 7045346031125
34.20/34.27	c BCD2: #cores=173, #unrelaxed=443, #relaxed=829, #hardened=0
34.20/34.27	c BCD2: #sat=1 #unsat=310 bias=310/311
34.20/34.27	c Solving starts ...
34.20/34.27	c ============================[ Search Statistics ]============================
34.20/34.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.20/34.27	c       |         |          |          |    Limit     GC | Var      | Constra 
34.20/34.27	c =============================================================================
34.20/34.29	c  0.0s |       0 |        0 |        0 |    27552      0 |     3150 |     5290
34.29/34.38	c  0.1s |       0 |      737 |        1 |    27552      0 |     3150 |     5291
34.29/34.38	c #cpu_time = 0.085s
34.29/34.38	c #wall_clock_time = 0.085s
34.29/34.38	c #decision = 737
34.29/34.38	c #random_decision = 0
34.29/34.38	c #conflict = 1
34.29/34.38	c #restart = 0
34.29/34.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
34.29/34.38	c lower bound updated to 2230911444550
34.39/34.43	c BCD2: 2233130451173 <= obj <= 7045346031125
34.39/34.43	c BCD2: #cores=173, #unrelaxed=442, #relaxed=830, #hardened=0
34.39/34.43	c BCD2: #sat=1 #unsat=311 bias=311/312
34.39/34.43	c Solving starts ...
34.39/34.43	c ============================[ Search Statistics ]============================
34.39/34.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.39/34.43	c       |         |          |          |    Limit     GC | Var      | Constra 
34.39/34.43	c =============================================================================
34.39/34.44	c  0.0s |       0 |        0 |        0 |    27552      0 |     3151 |     5291
34.49/34.52	c  0.1s |       0 |      385 |        0 |    27552      0 |     3151 |     5292
34.49/34.52	c #cpu_time = 0.074s
34.49/34.52	c #wall_clock_time = 0.075s
34.49/34.52	c #decision = 385
34.49/34.52	c #random_decision = 0
34.49/34.52	c #conflict = 0
34.49/34.52	c #restart = 0
34.49/34.52	c BCD2: found a new core of size 1: cost of the new core is >=29986576
34.49/34.52	c lower bound updated to 2230941431126
34.49/34.57	c BCD2: 2233160437749 <= obj <= 7045346031125
34.49/34.57	c BCD2: #cores=174, #unrelaxed=441, #relaxed=831, #hardened=0
34.49/34.57	c BCD2: #sat=1 #unsat=312 bias=312/313
34.49/34.58	c Solving starts ...
34.49/34.58	c ============================[ Search Statistics ]============================
34.49/34.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.49/34.58	c       |         |          |          |    Limit     GC | Var      | Constra 
34.49/34.58	c =============================================================================
34.49/34.59	c  0.0s |       0 |        0 |        0 |    27552      0 |     3151 |     5292
34.59/34.67	c  0.1s |       0 |      387 |        0 |    27552      0 |     3151 |     5292
34.59/34.67	c #cpu_time = 0.074s
34.59/34.67	c #wall_clock_time = 0.074s
34.59/34.67	c #decision = 387
34.59/34.67	c #random_decision = 0
34.59/34.67	c #conflict = 0
34.59/34.67	c #restart = 0
34.59/34.67	c BCD2: found a new core of size 2: cost of the new core is >=5476
34.59/34.67	c lower bound updated to 2230941436602
34.69/34.71	c BCD2: 2233160443225 <= obj <= 7045346031125
34.69/34.71	c BCD2: #cores=175, #unrelaxed=439, #relaxed=833, #hardened=0
34.69/34.71	c BCD2: #sat=1 #unsat=313 bias=313/314
34.69/34.72	c Solving starts ...
34.69/34.72	c ============================[ Search Statistics ]============================
34.69/34.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.69/34.72	c       |         |          |          |    Limit     GC | Var      | Constra 
34.69/34.72	c =============================================================================
34.69/34.73	c  0.0s |       0 |        0 |        0 |    27552      0 |     3151 |     5292
34.79/34.82	c  0.1s |       0 |      740 |        1 |    27552      0 |     3151 |     5292
34.79/34.82	c #cpu_time = 0.087s
34.79/34.82	c #wall_clock_time = 0.087s
34.79/34.82	c #decision = 740
34.79/34.82	c #random_decision = 0
34.79/34.82	c #conflict = 1
34.79/34.82	c #restart = 0
34.79/34.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
34.79/34.82	c lower bound updated to 2230941436676
34.79/34.87	c BCD2: 2233160443299 <= obj <= 7045346031125
34.79/34.87	c BCD2: #cores=175, #unrelaxed=438, #relaxed=834, #hardened=0
34.79/34.87	c BCD2: #sat=1 #unsat=314 bias=314/315
34.79/34.88	c Solving starts ...
34.79/34.88	c ============================[ Search Statistics ]============================
34.79/34.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.79/34.88	c       |         |          |          |    Limit     GC | Var      | Constra 
34.79/34.88	c =============================================================================
34.79/34.89	c  0.0s |       0 |        0 |        0 |    27552      0 |     3152 |     5292
34.89/34.98	c  0.1s |       0 |      740 |        1 |    27552      0 |     3152 |     5293
34.89/34.98	c #cpu_time = 0.086s
34.89/34.98	c #wall_clock_time = 0.086s
34.89/34.98	c #decision = 740
34.89/34.98	c #random_decision = 0
34.89/34.98	c #conflict = 1
34.89/34.98	c #restart = 0
34.89/34.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
34.89/34.98	c lower bound updated to 2230941436677
34.99/35.03	c BCD2: 2233160443300 <= obj <= 7045346031125
34.99/35.03	c BCD2: #cores=175, #unrelaxed=437, #relaxed=835, #hardened=0
34.99/35.03	c BCD2: #sat=1 #unsat=315 bias=315/316
34.99/35.03	c Solving starts ...
34.99/35.03	c ============================[ Search Statistics ]============================
34.99/35.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.99/35.03	c       |         |          |          |    Limit     GC | Var      | Constra 
34.99/35.03	c =============================================================================
34.99/35.05	c  0.0s |       0 |        0 |        0 |    27552      0 |     3153 |     5293
35.09/35.13	c  0.1s |       0 |      387 |        0 |    27552      0 |     3153 |     5294
35.09/35.13	c #cpu_time = 0.075s
35.09/35.13	c #wall_clock_time = 0.076s
35.09/35.13	c #decision = 387
35.09/35.13	c #random_decision = 0
35.09/35.13	c #conflict = 0
35.09/35.13	c #restart = 0
35.09/35.13	c BCD2: found a new core of size 1: cost of the new core is >=29986576
35.09/35.13	c lower bound updated to 2230971423253
35.09/35.17	c BCD2: 2233190429876 <= obj <= 7045346031125
35.09/35.17	c BCD2: #cores=176, #unrelaxed=436, #relaxed=836, #hardened=0
35.09/35.17	c BCD2: #sat=1 #unsat=316 bias=316/317
35.09/35.18	c Solving starts ...
35.09/35.18	c ============================[ Search Statistics ]============================
35.09/35.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.09/35.18	c       |         |          |          |    Limit     GC | Var      | Constra 
35.09/35.18	c =============================================================================
35.09/35.19	c  0.0s |       0 |        0 |        0 |    27552      0 |     3153 |     5294
35.19/35.27	c  0.1s |       0 |      389 |        0 |    27552      0 |     3153 |     5294
35.19/35.27	c #cpu_time = 0.075s
35.19/35.27	c #wall_clock_time = 0.075s
35.19/35.27	c #decision = 389
35.19/35.27	c #random_decision = 0
35.19/35.27	c #conflict = 0
35.19/35.27	c #restart = 0
35.19/35.27	c BCD2: found a new core of size 2: cost of the new core is >=5476
35.19/35.27	c lower bound updated to 2230971428729
35.30/35.32	c BCD2: 2233190435352 <= obj <= 7045346031125
35.30/35.32	c BCD2: #cores=177, #unrelaxed=434, #relaxed=838, #hardened=0
35.30/35.32	c BCD2: #sat=1 #unsat=317 bias=317/318
35.30/35.33	c Solving starts ...
35.30/35.33	c ============================[ Search Statistics ]============================
35.30/35.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.30/35.33	c       |         |          |          |    Limit     GC | Var      | Constra 
35.30/35.33	c =============================================================================
35.30/35.34	c  0.0s |       0 |        0 |        0 |    27552      0 |     3153 |     5294
35.39/35.43	c  0.1s |       0 |      743 |        1 |    27552      0 |     3153 |     5294
35.39/35.43	c #cpu_time = 0.089s
35.39/35.43	c #wall_clock_time = 0.089s
35.39/35.43	c #decision = 743
35.39/35.43	c #random_decision = 0
35.39/35.43	c #conflict = 1
35.39/35.43	c #restart = 0
35.39/35.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
35.39/35.43	c lower bound updated to 2230971428803
35.39/35.48	c BCD2: 2233190435426 <= obj <= 7045346031125
35.39/35.48	c BCD2: #cores=177, #unrelaxed=433, #relaxed=839, #hardened=0
35.39/35.48	c BCD2: #sat=1 #unsat=318 bias=318/319
35.39/35.49	c Solving starts ...
35.39/35.49	c ============================[ Search Statistics ]============================
35.39/35.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.39/35.49	c       |         |          |          |    Limit     GC | Var      | Constra 
35.39/35.49	c =============================================================================
35.49/35.50	c  0.0s |       0 |        0 |        0 |    27552      0 |     3154 |     5294
35.49/35.59	c  0.1s |       0 |      743 |        1 |    27552      0 |     3154 |     5295
35.49/35.59	c #cpu_time = 0.088s
35.49/35.59	c #wall_clock_time = 0.088s
35.49/35.59	c #decision = 743
35.49/35.59	c #random_decision = 0
35.49/35.59	c #conflict = 1
35.49/35.59	c #restart = 0
35.49/35.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
35.49/35.59	c lower bound updated to 2230971428804
35.59/35.64	c BCD2: 2233190435427 <= obj <= 7045346031125
35.59/35.64	c BCD2: #cores=177, #unrelaxed=432, #relaxed=840, #hardened=0
35.59/35.64	c BCD2: #sat=1 #unsat=319 bias=319/320
35.59/35.64	c Solving starts ...
35.59/35.64	c ============================[ Search Statistics ]============================
35.59/35.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.59/35.64	c       |         |          |          |    Limit     GC | Var      | Constra 
35.59/35.64	c =============================================================================
35.59/35.66	c  0.0s |       0 |        0 |        0 |    27552      0 |     3155 |     5295
35.69/35.74	c  0.1s |       0 |      389 |        0 |    27552      0 |     3155 |     5296
35.69/35.74	c #cpu_time = 0.077s
35.69/35.74	c #wall_clock_time = 0.077s
35.69/35.74	c #decision = 389
35.69/35.74	c #random_decision = 0
35.69/35.74	c #conflict = 0
35.69/35.74	c #restart = 0
35.69/35.74	c BCD2: found a new core of size 1: cost of the new core is >=29986576
35.69/35.74	c lower bound updated to 2231001415380
35.69/35.79	c BCD2: 2233220422003 <= obj <= 7045346031125
35.69/35.79	c BCD2: #cores=178, #unrelaxed=431, #relaxed=841, #hardened=0
35.69/35.79	c BCD2: #sat=1 #unsat=320 bias=320/321
35.69/35.79	c Solving starts ...
35.69/35.79	c ============================[ Search Statistics ]============================
35.69/35.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.69/35.79	c       |         |          |          |    Limit     GC | Var      | Constra 
35.69/35.79	c =============================================================================
35.79/35.80	c  0.0s |       0 |        0 |        0 |    27552      0 |     3155 |     5296
35.79/35.89	c  0.1s |       0 |      391 |        0 |    27552      0 |     3155 |     5296
35.79/35.89	c #cpu_time = 0.076s
35.79/35.89	c #wall_clock_time = 0.076s
35.79/35.89	c #decision = 391
35.79/35.89	c #random_decision = 0
35.79/35.89	c #conflict = 0
35.79/35.89	c #restart = 0
35.79/35.89	c BCD2: found a new core of size 2: cost of the new core is >=5476
35.79/35.89	c lower bound updated to 2231001420856
35.89/35.93	c BCD2: 2233220427479 <= obj <= 7045346031125
35.89/35.93	c BCD2: #cores=179, #unrelaxed=429, #relaxed=843, #hardened=0
35.89/35.93	c BCD2: #sat=1 #unsat=321 bias=321/322
35.89/35.96	c Solving starts ...
35.89/35.96	c ============================[ Search Statistics ]============================
35.89/35.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.89/35.96	c       |         |          |          |    Limit     GC | Var      | Constra 
35.89/35.96	c =============================================================================
36.09/36.13	c  0.0s |       0 |        0 |        0 |    27552      0 |     3155 |     5296
36.19/36.23	c  0.1s |       0 |      746 |        1 |    27552      0 |     3155 |     5296
36.19/36.23	c #cpu_time = 0.091s
36.19/36.23	c #wall_clock_time = 0.091s
36.19/36.23	c #decision = 746
36.19/36.23	c #random_decision = 0
36.19/36.23	c #conflict = 1
36.19/36.23	c #restart = 0
36.19/36.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
36.19/36.23	c lower bound updated to 2231001420930
36.19/36.28	c BCD2: 2233220427553 <= obj <= 7045346031125
36.19/36.28	c BCD2: #cores=179, #unrelaxed=428, #relaxed=844, #hardened=0
36.19/36.28	c BCD2: #sat=1 #unsat=322 bias=322/323
36.19/36.28	c Solving starts ...
36.19/36.28	c ============================[ Search Statistics ]============================
36.19/36.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.19/36.28	c       |         |          |          |    Limit     GC | Var      | Constra 
36.19/36.28	c =============================================================================
36.19/36.30	c  0.0s |       0 |        0 |        0 |    27552      0 |     3156 |     5296
36.29/36.39	c  0.1s |       0 |      746 |        1 |    27552      0 |     3156 |     5297
36.29/36.39	c #cpu_time = 0.090s
36.29/36.39	c #wall_clock_time = 0.090s
36.29/36.39	c #decision = 746
36.29/36.39	c #random_decision = 0
36.29/36.39	c #conflict = 1
36.29/36.39	c #restart = 0
36.29/36.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
36.29/36.39	c lower bound updated to 2231001420931
36.39/36.44	c BCD2: 2233220427554 <= obj <= 7045346031125
36.39/36.44	c BCD2: #cores=179, #unrelaxed=427, #relaxed=845, #hardened=0
36.39/36.44	c BCD2: #sat=1 #unsat=323 bias=323/324
36.39/36.44	c Solving starts ...
36.39/36.44	c ============================[ Search Statistics ]============================
36.39/36.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.39/36.44	c       |         |          |          |    Limit     GC | Var      | Constra 
36.39/36.44	c =============================================================================
36.39/36.45	c  0.0s |       0 |        0 |        0 |    27552      0 |     3157 |     5297
36.49/36.54	c  0.1s |       0 |      391 |        0 |    27552      0 |     3157 |     5298
36.49/36.54	c #cpu_time = 0.078s
36.49/36.54	c #wall_clock_time = 0.078s
36.49/36.54	c #decision = 391
36.49/36.54	c #random_decision = 0
36.49/36.54	c #conflict = 0
36.49/36.54	c #restart = 0
36.49/36.54	c BCD2: found a new core of size 1: cost of the new core is >=29986576
36.49/36.54	c lower bound updated to 2231031407507
36.49/36.58	c BCD2: 2233250414130 <= obj <= 7045346031125
36.49/36.58	c BCD2: #cores=180, #unrelaxed=426, #relaxed=846, #hardened=0
36.49/36.58	c BCD2: #sat=1 #unsat=324 bias=324/325
36.49/36.59	c Solving starts ...
36.49/36.59	c ============================[ Search Statistics ]============================
36.49/36.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.49/36.59	c       |         |          |          |    Limit     GC | Var      | Constra 
36.49/36.59	c =============================================================================
36.59/36.60	c  0.0s |       0 |        0 |        0 |    27552      0 |     3157 |     5298
36.59/36.68	c  0.1s |       0 |      393 |        0 |    27552      0 |     3157 |     5298
36.59/36.68	c #cpu_time = 0.077s
36.59/36.68	c #wall_clock_time = 0.077s
36.59/36.68	c #decision = 393
36.59/36.68	c #random_decision = 0
36.59/36.68	c #conflict = 0
36.59/36.68	c #restart = 0
36.59/36.68	c BCD2: found a new core of size 2: cost of the new core is >=5476
36.59/36.68	c lower bound updated to 2231031412983
36.69/36.73	c BCD2: 2233250419606 <= obj <= 7045346031125
36.69/36.73	c BCD2: #cores=181, #unrelaxed=424, #relaxed=848, #hardened=0
36.69/36.73	c BCD2: #sat=1 #unsat=325 bias=325/326
36.69/36.75	c Solving starts ...
36.69/36.75	c ============================[ Search Statistics ]============================
36.69/36.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.69/36.75	c       |         |          |          |    Limit     GC | Var      | Constra 
36.69/36.75	c =============================================================================
36.69/36.75	c  0.0s |       0 |        0 |        0 |    27552      0 |     3157 |     5298
36.79/36.85	c  0.1s |       0 |      749 |        1 |    27552      0 |     3157 |     5298
36.79/36.85	c #cpu_time = 0.092s
36.79/36.85	c #wall_clock_time = 0.092s
36.79/36.85	c #decision = 749
36.79/36.85	c #random_decision = 0
36.79/36.85	c #conflict = 1
36.79/36.85	c #restart = 0
36.79/36.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
36.79/36.85	c lower bound updated to 2231031413057
36.89/36.90	c BCD2: 2233250419680 <= obj <= 7045346031125
36.89/36.90	c BCD2: #cores=181, #unrelaxed=423, #relaxed=849, #hardened=0
36.89/36.90	c BCD2: #sat=1 #unsat=326 bias=326/327
36.89/36.90	c Solving starts ...
36.89/36.90	c ============================[ Search Statistics ]============================
36.89/36.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.89/36.90	c       |         |          |          |    Limit     GC | Var      | Constra 
36.89/36.90	c =============================================================================
36.89/36.92	c  0.0s |       0 |        0 |        0 |    27552      0 |     3158 |     5298
36.99/37.01	c  0.1s |       0 |      749 |        1 |    27552      0 |     3158 |     5299
36.99/37.01	c #cpu_time = 0.091s
36.99/37.01	c #wall_clock_time = 0.091s
36.99/37.01	c #decision = 749
36.99/37.01	c #random_decision = 0
36.99/37.01	c #conflict = 1
36.99/37.01	c #restart = 0
36.99/37.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
36.99/37.01	c lower bound updated to 2231031413058
36.99/37.06	c BCD2: 2233250419681 <= obj <= 7045346031125
36.99/37.06	c BCD2: #cores=181, #unrelaxed=422, #relaxed=850, #hardened=0
36.99/37.06	c BCD2: #sat=1 #unsat=327 bias=327/328
36.99/37.07	c Solving starts ...
36.99/37.07	c ============================[ Search Statistics ]============================
36.99/37.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.99/37.07	c       |         |          |          |    Limit     GC | Var      | Constra 
36.99/37.07	c =============================================================================
36.99/37.08	c  0.0s |       0 |        0 |        0 |    27552      0 |     3159 |     5299
37.09/37.16	c  0.1s |       0 |      393 |        0 |    27552      0 |     3159 |     5300
37.09/37.16	c #cpu_time = 0.079s
37.09/37.16	c #wall_clock_time = 0.079s
37.09/37.16	c #decision = 393
37.09/37.16	c #random_decision = 0
37.09/37.16	c #conflict = 0
37.09/37.16	c #restart = 0
37.09/37.16	c BCD2: found a new core of size 1: cost of the new core is >=29986576
37.09/37.16	c lower bound updated to 2231061399634
37.19/37.21	c BCD2: 2233280406257 <= obj <= 7045346031125
37.19/37.21	c BCD2: #cores=182, #unrelaxed=421, #relaxed=851, #hardened=0
37.19/37.21	c BCD2: #sat=1 #unsat=328 bias=328/329
37.19/37.21	c Solving starts ...
37.19/37.21	c ============================[ Search Statistics ]============================
37.19/37.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.19/37.21	c       |         |          |          |    Limit     GC | Var      | Constra 
37.19/37.21	c =============================================================================
37.19/37.23	c  0.0s |       0 |        0 |        0 |    27552      0 |     3159 |     5300
37.29/37.31	c  0.1s |       0 |      395 |        0 |    27552      0 |     3159 |     5300
37.29/37.31	c #cpu_time = 0.078s
37.29/37.31	c #wall_clock_time = 0.078s
37.29/37.31	c #decision = 395
37.29/37.31	c #random_decision = 0
37.29/37.31	c #conflict = 0
37.29/37.31	c #restart = 0
37.29/37.31	c BCD2: found a new core of size 2: cost of the new core is >=5476
37.29/37.31	c lower bound updated to 2231061405110
37.29/37.36	c BCD2: 2233280411733 <= obj <= 7045346031125
37.29/37.36	c BCD2: #cores=183, #unrelaxed=419, #relaxed=853, #hardened=0
37.29/37.36	c BCD2: #sat=1 #unsat=329 bias=329/330
37.29/37.36	c Solving starts ...
37.29/37.36	c ============================[ Search Statistics ]============================
37.29/37.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.29/37.36	c       |         |          |          |    Limit     GC | Var      | Constra 
37.29/37.36	c =============================================================================
37.29/37.38	c  0.0s |       0 |        0 |        0 |    27552      0 |     3159 |     5300
37.39/37.47	c  0.1s |       0 |      752 |        1 |    27552      0 |     3159 |     5300
37.39/37.47	c #cpu_time = 0.093s
37.39/37.47	c #wall_clock_time = 0.093s
37.39/37.47	c #decision = 752
37.39/37.47	c #random_decision = 0
37.39/37.47	c #conflict = 1
37.39/37.47	c #restart = 0
37.39/37.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
37.39/37.47	c lower bound updated to 2231061405184
37.49/37.52	c BCD2: 2233280411807 <= obj <= 7045346031125
37.49/37.52	c BCD2: #cores=183, #unrelaxed=418, #relaxed=854, #hardened=0
37.49/37.52	c BCD2: #sat=1 #unsat=330 bias=330/331
37.49/37.53	c Solving starts ...
37.49/37.53	c ============================[ Search Statistics ]============================
37.49/37.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.49/37.53	c       |         |          |          |    Limit     GC | Var      | Constra 
37.49/37.53	c =============================================================================
37.49/37.54	c  0.0s |       0 |        0 |        0 |    27552      0 |     3160 |     5300
37.59/37.64	c  0.1s |       0 |      752 |        1 |    27552      0 |     3160 |     5301
37.59/37.64	c #cpu_time = 0.092s
37.59/37.64	c #wall_clock_time = 0.092s
37.59/37.64	c #decision = 752
37.59/37.64	c #random_decision = 0
37.59/37.64	c #conflict = 1
37.59/37.64	c #restart = 0
37.59/37.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
37.59/37.64	c lower bound updated to 2231061405185
37.59/37.68	c BCD2: 2233280411808 <= obj <= 7045346031125
37.59/37.68	c BCD2: #cores=183, #unrelaxed=417, #relaxed=855, #hardened=0
37.59/37.68	c BCD2: #sat=1 #unsat=331 bias=331/332
37.59/37.69	c Solving starts ...
37.59/37.69	c ============================[ Search Statistics ]============================
37.59/37.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.59/37.69	c       |         |          |          |    Limit     GC | Var      | Constra 
37.59/37.69	c =============================================================================
37.69/37.70	c  0.0s |       0 |        0 |        0 |    27552      0 |     3161 |     5301
37.69/37.79	c  0.1s |       0 |      395 |        0 |    27552      0 |     3161 |     5302
37.69/37.79	c #cpu_time = 0.080s
37.69/37.79	c #wall_clock_time = 0.080s
37.69/37.79	c #decision = 395
37.69/37.79	c #random_decision = 0
37.69/37.79	c #conflict = 0
37.69/37.79	c #restart = 0
37.69/37.79	c BCD2: found a new core of size 1: cost of the new core is >=29986576
37.69/37.79	c lower bound updated to 2231091391761
37.79/37.83	c BCD2: 2233310398384 <= obj <= 7045346031125
37.79/37.83	c BCD2: #cores=184, #unrelaxed=416, #relaxed=856, #hardened=0
37.79/37.83	c BCD2: #sat=1 #unsat=332 bias=332/333
37.79/37.84	c Solving starts ...
37.79/37.84	c ============================[ Search Statistics ]============================
37.79/37.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.79/37.84	c       |         |          |          |    Limit     GC | Var      | Constra 
37.79/37.84	c =============================================================================
37.79/37.85	c  0.0s |       0 |        0 |        0 |    27552      0 |     3161 |     5302
37.89/37.94	c  0.1s |       0 |      397 |        0 |    27552      0 |     3161 |     5302
37.89/37.94	c #cpu_time = 0.079s
37.89/37.94	c #wall_clock_time = 0.079s
37.89/37.94	c #decision = 397
37.89/37.94	c #random_decision = 0
37.89/37.94	c #conflict = 0
37.89/37.94	c #restart = 0
37.89/37.94	c BCD2: found a new core of size 2: cost of the new core is >=5476
37.89/37.94	c lower bound updated to 2231091397237
37.89/37.98	c BCD2: 2233310403860 <= obj <= 7045346031125
37.89/37.98	c BCD2: #cores=185, #unrelaxed=414, #relaxed=858, #hardened=0
37.89/37.98	c BCD2: #sat=1 #unsat=333 bias=333/334
37.89/37.99	c Solving starts ...
37.89/37.99	c ============================[ Search Statistics ]============================
37.89/37.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.89/37.99	c       |         |          |          |    Limit     GC | Var      | Constra 
37.89/37.99	c =============================================================================
37.99/38.00	c  0.0s |       0 |        0 |        0 |    27552      0 |     3161 |     5302
38.09/38.10	c  0.1s |       0 |      755 |        1 |    27552      0 |     3161 |     5302
38.09/38.10	c #cpu_time = 0.094s
38.09/38.10	c #wall_clock_time = 0.094s
38.09/38.10	c #decision = 755
38.09/38.10	c #random_decision = 0
38.09/38.10	c #conflict = 1
38.09/38.10	c #restart = 0
38.09/38.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
38.09/38.10	c lower bound updated to 2231091397311
38.09/38.15	c BCD2: 2233310403934 <= obj <= 7045346031125
38.09/38.15	c BCD2: #cores=185, #unrelaxed=413, #relaxed=859, #hardened=0
38.09/38.15	c BCD2: #sat=1 #unsat=334 bias=334/335
38.09/38.15	c Solving starts ...
38.09/38.15	c ============================[ Search Statistics ]============================
38.09/38.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.09/38.15	c       |         |          |          |    Limit     GC | Var      | Constra 
38.09/38.15	c =============================================================================
38.09/38.17	c  0.0s |       0 |        0 |        0 |    27552      0 |     3162 |     5302
38.19/38.26	c  0.1s |       0 |      755 |        1 |    27552      0 |     3162 |     5303
38.19/38.26	c #cpu_time = 0.093s
38.19/38.26	c #wall_clock_time = 0.093s
38.19/38.26	c #decision = 755
38.19/38.26	c #random_decision = 0
38.19/38.26	c #conflict = 1
38.19/38.26	c #restart = 0
38.19/38.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
38.19/38.26	c lower bound updated to 2231091397312
38.29/38.31	c BCD2: 2233310403935 <= obj <= 7045346031125
38.29/38.31	c BCD2: #cores=185, #unrelaxed=412, #relaxed=860, #hardened=0
38.29/38.31	c BCD2: #sat=1 #unsat=335 bias=335/336
38.29/38.32	c Solving starts ...
38.29/38.32	c ============================[ Search Statistics ]============================
38.29/38.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.29/38.32	c       |         |          |          |    Limit     GC | Var      | Constra 
38.29/38.32	c =============================================================================
38.29/38.33	c  0.0s |       0 |        0 |        0 |    27552      0 |     3163 |     5303
38.39/38.42	c  0.1s |       0 |      397 |        0 |    27552      0 |     3163 |     5304
38.39/38.42	c #cpu_time = 0.081s
38.39/38.42	c #wall_clock_time = 0.081s
38.39/38.42	c #decision = 397
38.39/38.42	c #random_decision = 0
38.39/38.42	c #conflict = 0
38.39/38.42	c #restart = 0
38.39/38.42	c BCD2: found a new core of size 1: cost of the new core is >=29986576
38.39/38.42	c lower bound updated to 2231121383888
38.39/38.46	c BCD2: 2233340390511 <= obj <= 7045346031125
38.39/38.46	c BCD2: #cores=186, #unrelaxed=411, #relaxed=861, #hardened=0
38.39/38.46	c BCD2: #sat=1 #unsat=336 bias=336/337
38.39/38.47	c Solving starts ...
38.39/38.47	c ============================[ Search Statistics ]============================
38.39/38.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.39/38.47	c       |         |          |          |    Limit     GC | Var      | Constra 
38.39/38.47	c =============================================================================
38.39/38.48	c  0.0s |       0 |        0 |        0 |    27552      0 |     3163 |     5304
38.49/38.57	c  0.1s |       0 |      399 |        0 |    27552      0 |     3163 |     5304
38.49/38.57	c #cpu_time = 0.080s
38.49/38.57	c #wall_clock_time = 0.080s
38.49/38.57	c #decision = 399
38.49/38.57	c #random_decision = 0
38.49/38.57	c #conflict = 0
38.49/38.57	c #restart = 0
38.49/38.57	c BCD2: found a new core of size 2: cost of the new core is >=5476
38.49/38.57	c lower bound updated to 2231121389364
38.59/38.62	c BCD2: 2233340395987 <= obj <= 7045346031125
38.59/38.62	c BCD2: #cores=187, #unrelaxed=409, #relaxed=863, #hardened=0
38.59/38.62	c BCD2: #sat=1 #unsat=337 bias=337/338
38.59/38.62	c Solving starts ...
38.59/38.62	c ============================[ Search Statistics ]============================
38.59/38.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.59/38.62	c       |         |          |          |    Limit     GC | Var      | Constra 
38.59/38.62	c =============================================================================
38.59/38.63	c  0.0s |       0 |        0 |        0 |    27552      0 |     3163 |     5304
38.69/38.73	c  0.1s |       0 |      758 |        1 |    30308      0 |     3163 |     5304
38.69/38.73	c #cpu_time = 0.096s
38.69/38.73	c #wall_clock_time = 0.096s
38.69/38.73	c #decision = 758
38.69/38.73	c #random_decision = 0
38.69/38.73	c #conflict = 1
38.69/38.73	c #restart = 0
38.69/38.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
38.69/38.73	c lower bound updated to 2231121389438
38.69/38.78	c BCD2: 2233340396061 <= obj <= 7045346031125
38.69/38.78	c BCD2: #cores=187, #unrelaxed=408, #relaxed=864, #hardened=0
38.69/38.78	c BCD2: #sat=1 #unsat=338 bias=338/339
38.69/38.79	c Solving starts ...
38.69/38.79	c ============================[ Search Statistics ]============================
38.69/38.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.69/38.79	c       |         |          |          |    Limit     GC | Var      | Constra 
38.69/38.79	c =============================================================================
38.79/38.80	c  0.0s |       0 |        0 |        0 |    30308      0 |     3164 |     5304
38.89/38.90	c  0.1s |       0 |      758 |        1 |    30308      0 |     3164 |     5305
38.89/38.90	c #cpu_time = 0.095s
38.89/38.90	c #wall_clock_time = 0.095s
38.89/38.90	c #decision = 758
38.89/38.90	c #random_decision = 0
38.89/38.90	c #conflict = 1
38.89/38.90	c #restart = 0
38.89/38.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
38.89/38.90	c lower bound updated to 2231121389439
38.89/38.95	c BCD2: 2233340396062 <= obj <= 7045346031125
38.89/38.95	c BCD2: #cores=187, #unrelaxed=407, #relaxed=865, #hardened=0
38.89/38.95	c BCD2: #sat=1 #unsat=339 bias=339/340
38.89/38.95	c Solving starts ...
38.89/38.95	c ============================[ Search Statistics ]============================
38.89/38.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.89/38.95	c       |         |          |          |    Limit     GC | Var      | Constra 
38.89/38.95	c =============================================================================
38.89/38.97	c  0.0s |       0 |        0 |        0 |    30308      0 |     3165 |     5305
38.99/39.05	c  0.1s |       0 |      399 |        0 |    30308      0 |     3165 |     5306
38.99/39.05	c #cpu_time = 0.082s
38.99/39.05	c #wall_clock_time = 0.082s
38.99/39.05	c #decision = 399
38.99/39.05	c #random_decision = 0
38.99/39.05	c #conflict = 0
38.99/39.05	c #restart = 0
38.99/39.05	c BCD2: found a new core of size 1: cost of the new core is >=29986576
38.99/39.05	c lower bound updated to 2231151376015
39.09/39.10	c BCD2: 2233370382638 <= obj <= 7045346031125
39.09/39.10	c BCD2: #cores=188, #unrelaxed=406, #relaxed=866, #hardened=0
39.09/39.10	c BCD2: #sat=1 #unsat=340 bias=340/341
39.09/39.11	c Solving starts ...
39.09/39.11	c ============================[ Search Statistics ]============================
39.09/39.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.09/39.11	c       |         |          |          |    Limit     GC | Var      | Constra 
39.09/39.11	c =============================================================================
39.09/39.12	c  0.0s |       0 |        0 |        0 |    30308      0 |     3165 |     5306
39.19/39.21	c  0.1s |       0 |      401 |        0 |    30308      0 |     3165 |     5306
39.19/39.21	c #cpu_time = 0.081s
39.19/39.21	c #wall_clock_time = 0.081s
39.19/39.21	c #decision = 401
39.19/39.21	c #random_decision = 0
39.19/39.21	c #conflict = 0
39.19/39.21	c #restart = 0
39.19/39.21	c BCD2: found a new core of size 2: cost of the new core is >=5476
39.19/39.21	c lower bound updated to 2231151381491
39.19/39.25	c BCD2: 2233370388114 <= obj <= 7045346031125
39.19/39.25	c BCD2: #cores=189, #unrelaxed=404, #relaxed=868, #hardened=0
39.19/39.25	c BCD2: #sat=1 #unsat=341 bias=341/342
39.19/39.26	c Solving starts ...
39.19/39.26	c ============================[ Search Statistics ]============================
39.19/39.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.19/39.26	c       |         |          |          |    Limit     GC | Var      | Constra 
39.19/39.26	c =============================================================================
39.19/39.27	c  0.0s |       0 |        0 |        0 |    30308      0 |     3165 |     5306
39.29/39.37	c  0.1s |       0 |      761 |        1 |    30308      0 |     3165 |     5306
39.29/39.37	c #cpu_time = 0.097s
39.29/39.37	c #wall_clock_time = 0.097s
39.29/39.37	c #decision = 761
39.29/39.37	c #random_decision = 0
39.29/39.37	c #conflict = 1
39.29/39.37	c #restart = 0
39.29/39.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
39.29/39.37	c lower bound updated to 2231151381565
39.39/39.42	c BCD2: 2233370388188 <= obj <= 7045346031125
39.39/39.42	c BCD2: #cores=189, #unrelaxed=403, #relaxed=869, #hardened=0
39.39/39.42	c BCD2: #sat=1 #unsat=342 bias=342/343
39.39/39.43	c Solving starts ...
39.39/39.43	c ============================[ Search Statistics ]============================
39.39/39.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.39/39.43	c       |         |          |          |    Limit     GC | Var      | Constra 
39.39/39.43	c =============================================================================
39.39/39.44	c  0.0s |       0 |        0 |        0 |    30308      0 |     3166 |     5306
39.49/39.54	c  0.1s |       0 |      761 |        1 |    30308      0 |     3166 |     5307
39.49/39.54	c #cpu_time = 0.096s
39.49/39.54	c #wall_clock_time = 0.096s
39.49/39.54	c #decision = 761
39.49/39.54	c #random_decision = 0
39.49/39.54	c #conflict = 1
39.49/39.54	c #restart = 0
39.49/39.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
39.49/39.54	c lower bound updated to 2231151381566
39.49/39.59	c BCD2: 2233370388189 <= obj <= 7045346031125
39.49/39.59	c BCD2: #cores=189, #unrelaxed=402, #relaxed=870, #hardened=0
39.49/39.59	c BCD2: #sat=1 #unsat=343 bias=343/344
39.49/39.59	c Solving starts ...
39.49/39.59	c ============================[ Search Statistics ]============================
39.49/39.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.49/39.59	c       |         |          |          |    Limit     GC | Var      | Constra 
39.49/39.59	c =============================================================================
39.59/39.61	c  0.0s |       0 |        0 |        0 |    30308      0 |     3167 |     5307
39.59/39.70	c  0.1s |       0 |      401 |        0 |    30308      0 |     3167 |     5308
39.59/39.70	c #cpu_time = 0.083s
39.59/39.70	c #wall_clock_time = 0.083s
39.59/39.70	c #decision = 401
39.59/39.70	c #random_decision = 0
39.59/39.70	c #conflict = 0
39.59/39.70	c #restart = 0
39.59/39.70	c BCD2: found a new core of size 1: cost of the new core is >=29986576
39.59/39.70	c lower bound updated to 2231181368142
39.69/39.74	c BCD2: 2233400374765 <= obj <= 7045346031125
39.69/39.74	c BCD2: #cores=190, #unrelaxed=401, #relaxed=871, #hardened=0
39.69/39.74	c BCD2: #sat=1 #unsat=344 bias=344/345
39.69/39.75	c Solving starts ...
39.69/39.75	c ============================[ Search Statistics ]============================
39.69/39.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.69/39.75	c       |         |          |          |    Limit     GC | Var      | Constra 
39.69/39.75	c =============================================================================
39.69/39.76	c  0.0s |       0 |        0 |        0 |    30308      0 |     3167 |     5308
39.79/39.85	c  0.1s |       0 |      403 |        0 |    30308      0 |     3167 |     5308
39.79/39.85	c #cpu_time = 0.083s
39.79/39.85	c #wall_clock_time = 0.083s
39.79/39.85	c #decision = 403
39.79/39.85	c #random_decision = 0
39.79/39.85	c #conflict = 0
39.79/39.85	c #restart = 0
39.79/39.85	c BCD2: found a new core of size 2: cost of the new core is >=5476
39.79/39.85	c lower bound updated to 2231181373618
39.89/39.90	c BCD2: 2233400380241 <= obj <= 7045346031125
39.89/39.90	c BCD2: #cores=191, #unrelaxed=399, #relaxed=873, #hardened=0
39.89/39.90	c BCD2: #sat=1 #unsat=345 bias=345/346
39.89/39.90	c Solving starts ...
39.89/39.90	c ============================[ Search Statistics ]============================
39.89/39.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.89/39.90	c       |         |          |          |    Limit     GC | Var      | Constra 
39.89/39.90	c =============================================================================
39.89/39.92	c  0.0s |       0 |        0 |        0 |    30308      0 |     3167 |     5308
39.99/40.02	c  0.1s |       0 |      764 |        1 |    30308      0 |     3167 |     5308
39.99/40.02	c #cpu_time = 0.099s
39.99/40.02	c #wall_clock_time = 0.099s
39.99/40.02	c #decision = 764
39.99/40.02	c #random_decision = 0
39.99/40.02	c #conflict = 1
39.99/40.02	c #restart = 0
39.99/40.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
39.99/40.02	c lower bound updated to 2231181373692
39.99/40.07	c BCD2: 2233400380315 <= obj <= 7045346031125
39.99/40.07	c BCD2: #cores=191, #unrelaxed=398, #relaxed=874, #hardened=0
39.99/40.07	c BCD2: #sat=1 #unsat=346 bias=346/347
39.99/40.08	c Solving starts ...
39.99/40.08	c ============================[ Search Statistics ]============================
39.99/40.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.99/40.08	c       |         |          |          |    Limit     GC | Var      | Constra 
39.99/40.08	c =============================================================================
39.99/40.09	c  0.0s |       0 |        0 |        0 |    30308      0 |     3168 |     5308
40.09/40.19	c  0.1s |       0 |      764 |        1 |    30308      0 |     3168 |     5309
40.09/40.19	c #cpu_time = 0.098s
40.09/40.19	c #wall_clock_time = 0.098s
40.09/40.19	c #decision = 764
40.09/40.19	c #random_decision = 0
40.09/40.19	c #conflict = 1
40.09/40.19	c #restart = 0
40.09/40.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
40.09/40.19	c lower bound updated to 2231181373693
40.19/40.24	c BCD2: 2233400380316 <= obj <= 7045346031125
40.19/40.24	c BCD2: #cores=191, #unrelaxed=397, #relaxed=875, #hardened=0
40.19/40.24	c BCD2: #sat=1 #unsat=347 bias=347/348
40.19/40.24	c Solving starts ...
40.19/40.24	c ============================[ Search Statistics ]============================
40.19/40.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.19/40.24	c       |         |          |          |    Limit     GC | Var      | Constra 
40.19/40.24	c =============================================================================
40.19/40.26	c  0.0s |       0 |        0 |        0 |    30308      0 |     3169 |     5309
40.29/40.35	c  0.1s |       0 |      403 |        0 |    30308      0 |     3169 |     5310
40.29/40.35	c #cpu_time = 0.084s
40.29/40.35	c #wall_clock_time = 0.084s
40.29/40.35	c #decision = 403
40.29/40.35	c #random_decision = 0
40.29/40.35	c #conflict = 0
40.29/40.35	c #restart = 0
40.29/40.35	c BCD2: found a new core of size 1: cost of the new core is >=29986576
40.29/40.35	c lower bound updated to 2231211360269
40.29/40.40	c BCD2: 2233430366892 <= obj <= 7045346031125
40.29/40.40	c BCD2: #cores=192, #unrelaxed=396, #relaxed=876, #hardened=0
40.29/40.40	c BCD2: #sat=1 #unsat=348 bias=348/349
40.39/40.40	c Solving starts ...
40.39/40.40	c ============================[ Search Statistics ]============================
40.39/40.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.39/40.40	c       |         |          |          |    Limit     GC | Var      | Constra 
40.39/40.40	c =============================================================================
40.39/40.41	c  0.0s |       0 |        0 |        0 |    30308      0 |     3169 |     5310
40.49/40.50	c  0.1s |       0 |      405 |        0 |    30308      0 |     3169 |     5310
40.49/40.50	c #cpu_time = 0.084s
40.49/40.50	c #wall_clock_time = 0.084s
40.49/40.50	c #decision = 405
40.49/40.50	c #random_decision = 0
40.49/40.50	c #conflict = 0
40.49/40.50	c #restart = 0
40.49/40.50	c BCD2: found a new core of size 2: cost of the new core is >=5476
40.49/40.50	c lower bound updated to 2231211365745
40.49/40.55	c BCD2: 2233430372368 <= obj <= 7045346031125
40.49/40.55	c BCD2: #cores=193, #unrelaxed=394, #relaxed=878, #hardened=0
40.49/40.55	c BCD2: #sat=1 #unsat=349 bias=349/350
40.49/40.56	c Solving starts ...
40.49/40.56	c ============================[ Search Statistics ]============================
40.49/40.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.49/40.56	c       |         |          |          |    Limit     GC | Var      | Constra 
40.49/40.56	c =============================================================================
40.49/40.57	c  0.0s |       0 |        0 |        0 |    30308      0 |     3169 |     5310
40.59/40.67	c  0.1s |       0 |      767 |        1 |    30308      0 |     3169 |     5310
40.59/40.67	c #cpu_time = 0.100s
40.59/40.67	c #wall_clock_time = 0.100s
40.59/40.67	c #decision = 767
40.59/40.67	c #random_decision = 0
40.59/40.67	c #conflict = 1
40.59/40.67	c #restart = 0
40.59/40.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
40.59/40.67	c lower bound updated to 2231211365819
40.69/40.72	c BCD2: 2233430372442 <= obj <= 7045346031125
40.69/40.72	c BCD2: #cores=193, #unrelaxed=393, #relaxed=879, #hardened=0
40.69/40.72	c BCD2: #sat=1 #unsat=350 bias=350/351
40.69/40.73	c Solving starts ...
40.69/40.73	c ============================[ Search Statistics ]============================
40.69/40.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.69/40.73	c       |         |          |          |    Limit     GC | Var      | Constra 
40.69/40.73	c =============================================================================
40.69/40.74	c  0.0s |       0 |        0 |        0 |    30308      0 |     3170 |     5310
40.79/40.85	c  0.1s |       0 |      767 |        1 |    30308      0 |     3170 |     5311
40.79/40.85	c #cpu_time = 0.099s
40.79/40.85	c #wall_clock_time = 0.099s
40.79/40.85	c #decision = 767
40.79/40.85	c #random_decision = 0
40.79/40.85	c #conflict = 1
40.79/40.85	c #restart = 0
40.79/40.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
40.79/40.85	c lower bound updated to 2231211365820
40.79/40.89	c BCD2: 2233430372443 <= obj <= 7045346031125
40.79/40.89	c BCD2: #cores=193, #unrelaxed=392, #relaxed=880, #hardened=0
40.79/40.89	c BCD2: #sat=1 #unsat=351 bias=351/352
40.89/40.90	c Solving starts ...
40.89/40.90	c ============================[ Search Statistics ]============================
40.89/40.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.89/40.90	c       |         |          |          |    Limit     GC | Var      | Constra 
40.89/40.90	c =============================================================================
40.89/40.91	c  0.0s |       0 |        0 |        0 |    30308      0 |     3171 |     5311
40.99/41.00	c  0.1s |       0 |      405 |        0 |    30308      0 |     3171 |     5312
40.99/41.00	c #cpu_time = 0.085s
40.99/41.00	c #wall_clock_time = 0.086s
40.99/41.00	c #decision = 405
40.99/41.00	c #random_decision = 0
40.99/41.00	c #conflict = 0
40.99/41.00	c #restart = 0
40.99/41.00	c BCD2: found a new core of size 1: cost of the new core is >=29986576
40.99/41.00	c lower bound updated to 2231241352396
40.99/41.05	c BCD2: 2233460359019 <= obj <= 7045346031125
40.99/41.05	c BCD2: #cores=194, #unrelaxed=391, #relaxed=881, #hardened=0
40.99/41.05	c BCD2: #sat=1 #unsat=352 bias=352/353
40.99/41.06	c Solving starts ...
40.99/41.06	c ============================[ Search Statistics ]============================
40.99/41.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.99/41.06	c       |         |          |          |    Limit     GC | Var      | Constra 
40.99/41.06	c =============================================================================
40.99/41.07	c  0.0s |       0 |        0 |        0 |    30308      0 |     3171 |     5312
41.09/41.16	c  0.1s |       0 |      407 |        0 |    30308      0 |     3171 |     5312
41.09/41.16	c #cpu_time = 0.085s
41.09/41.16	c #wall_clock_time = 0.085s
41.09/41.16	c #decision = 407
41.09/41.16	c #random_decision = 0
41.09/41.16	c #conflict = 0
41.09/41.16	c #restart = 0
41.09/41.16	c BCD2: found a new core of size 2: cost of the new core is >=5476
41.09/41.16	c lower bound updated to 2231241357872
41.19/41.21	c BCD2: 2233460364495 <= obj <= 7045346031125
41.19/41.21	c BCD2: #cores=195, #unrelaxed=389, #relaxed=883, #hardened=0
41.19/41.21	c BCD2: #sat=1 #unsat=353 bias=353/354
41.19/41.21	c Solving starts ...
41.19/41.21	c ============================[ Search Statistics ]============================
41.19/41.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.19/41.21	c       |         |          |          |    Limit     GC | Var      | Constra 
41.19/41.21	c =============================================================================
41.19/41.23	c  0.0s |       0 |        0 |        0 |    30308      0 |     3171 |     5312
41.29/41.33	c  0.1s |       0 |      770 |        1 |    30308      0 |     3171 |     5312
41.29/41.33	c #cpu_time = 0.102s
41.29/41.33	c #wall_clock_time = 0.102s
41.29/41.33	c #decision = 770
41.29/41.33	c #random_decision = 0
41.29/41.33	c #conflict = 1
41.29/41.33	c #restart = 0
41.29/41.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
41.29/41.33	c lower bound updated to 2231241357946
41.29/41.38	c BCD2: 2233460364569 <= obj <= 7045346031125
41.29/41.38	c BCD2: #cores=195, #unrelaxed=388, #relaxed=884, #hardened=0
41.29/41.38	c BCD2: #sat=1 #unsat=354 bias=354/355
41.29/41.39	c Solving starts ...
41.29/41.39	c ============================[ Search Statistics ]============================
41.29/41.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.29/41.39	c       |         |          |          |    Limit     GC | Var      | Constra 
41.29/41.39	c =============================================================================
41.39/41.40	c  0.0s |       0 |        0 |        0 |    30308      0 |     3172 |     5312
41.49/41.51	c  0.1s |       0 |      770 |        1 |    30308      0 |     3172 |     5313
41.49/41.51	c #cpu_time = 0.101s
41.49/41.51	c #wall_clock_time = 0.101s
41.49/41.51	c #decision = 770
41.49/41.51	c #random_decision = 0
41.49/41.51	c #conflict = 1
41.49/41.51	c #restart = 0
41.49/41.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
41.49/41.51	c lower bound updated to 2231241357947
41.49/41.56	c BCD2: 2233460364570 <= obj <= 7045346031125
41.49/41.56	c BCD2: #cores=195, #unrelaxed=387, #relaxed=885, #hardened=0
41.49/41.56	c BCD2: #sat=1 #unsat=355 bias=355/356
41.49/41.56	c Solving starts ...
41.49/41.56	c ============================[ Search Statistics ]============================
41.49/41.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.49/41.56	c       |         |          |          |    Limit     GC | Var      | Constra 
41.49/41.56	c =============================================================================
41.49/41.57	c  0.0s |       0 |        0 |        0 |    30308      0 |     3173 |     5313
41.59/41.67	c  0.1s |       0 |      407 |        0 |    30308      0 |     3173 |     5314
41.59/41.67	c #cpu_time = 0.086s
41.59/41.67	c #wall_clock_time = 0.087s
41.59/41.67	c #decision = 407
41.59/41.67	c #random_decision = 0
41.59/41.67	c #conflict = 0
41.59/41.67	c #restart = 0
41.59/41.67	c BCD2: found a new core of size 1: cost of the new core is >=29986576
41.59/41.67	c lower bound updated to 2231271344523
41.69/41.71	c BCD2: 2233490351146 <= obj <= 7045346031125
41.69/41.71	c BCD2: #cores=196, #unrelaxed=386, #relaxed=886, #hardened=0
41.69/41.71	c BCD2: #sat=1 #unsat=356 bias=356/357
41.69/41.72	c Solving starts ...
41.69/41.72	c ============================[ Search Statistics ]============================
41.69/41.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.69/41.72	c       |         |          |          |    Limit     GC | Var      | Constra 
41.69/41.72	c =============================================================================
41.69/41.73	c  0.0s |       0 |        0 |        0 |    30308      0 |     3173 |     5314
41.79/41.82	c  0.1s |       0 |      409 |        0 |    30308      0 |     3173 |     5314
41.79/41.82	c #cpu_time = 0.086s
41.79/41.82	c #wall_clock_time = 0.086s
41.79/41.82	c #decision = 409
41.79/41.82	c #random_decision = 0
41.79/41.82	c #conflict = 0
41.79/41.82	c #restart = 0
41.79/41.82	c BCD2: found a new core of size 2: cost of the new core is >=5476
41.79/41.82	c lower bound updated to 2231271349999
41.79/41.87	c BCD2: 2233490356622 <= obj <= 7045346031125
41.79/41.87	c BCD2: #cores=197, #unrelaxed=384, #relaxed=888, #hardened=0
41.79/41.87	c BCD2: #sat=1 #unsat=357 bias=357/358
41.79/41.88	c Solving starts ...
41.79/41.88	c ============================[ Search Statistics ]============================
41.79/41.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.79/41.88	c       |         |          |          |    Limit     GC | Var      | Constra 
41.79/41.88	c =============================================================================
41.79/41.89	c  0.0s |       0 |        0 |        0 |    30308      0 |     3173 |     5314
41.99/42.00	c  0.1s |       0 |      773 |        1 |    30308      0 |     3173 |     5314
41.99/42.00	c #cpu_time = 0.103s
41.99/42.00	c #wall_clock_time = 0.103s
41.99/42.00	c #decision = 773
41.99/42.00	c #random_decision = 0
41.99/42.00	c #conflict = 1
41.99/42.00	c #restart = 0
41.99/42.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
41.99/42.00	c lower bound updated to 2231271350073
41.99/42.05	c BCD2: 2233490356696 <= obj <= 7045346031125
41.99/42.05	c BCD2: #cores=197, #unrelaxed=383, #relaxed=889, #hardened=0
41.99/42.05	c BCD2: #sat=1 #unsat=358 bias=358/359
41.99/42.05	c Solving starts ...
41.99/42.05	c ============================[ Search Statistics ]============================
41.99/42.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.99/42.05	c       |         |          |          |    Limit     GC | Var      | Constra 
41.99/42.05	c =============================================================================
41.99/42.07	c  0.0s |       0 |        0 |        0 |    30308      0 |     3174 |     5314
42.09/42.18	c  0.1s |       0 |      773 |        1 |    30308      0 |     3174 |     5315
42.09/42.18	c #cpu_time = 0.102s
42.09/42.18	c #wall_clock_time = 0.102s
42.09/42.18	c #decision = 773
42.09/42.18	c #random_decision = 0
42.09/42.18	c #conflict = 1
42.09/42.18	c #restart = 0
42.09/42.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
42.09/42.18	c lower bound updated to 2231271350074
42.19/42.22	c BCD2: 2233490356697 <= obj <= 7045346031125
42.19/42.22	c BCD2: #cores=197, #unrelaxed=382, #relaxed=890, #hardened=0
42.19/42.22	c BCD2: #sat=1 #unsat=359 bias=359/360
42.19/42.23	c Solving starts ...
42.19/42.23	c ============================[ Search Statistics ]============================
42.19/42.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.19/42.23	c       |         |          |          |    Limit     GC | Var      | Constra 
42.19/42.23	c =============================================================================
42.19/42.24	c  0.0s |       0 |        0 |        0 |    30308      0 |     3175 |     5315
42.29/42.34	c  0.1s |       0 |      409 |        0 |    30308      0 |     3175 |     5316
42.29/42.34	c #cpu_time = 0.088s
42.29/42.34	c #wall_clock_time = 0.088s
42.29/42.34	c #decision = 409
42.29/42.34	c #random_decision = 0
42.29/42.34	c #conflict = 0
42.29/42.34	c #restart = 0
42.29/42.34	c BCD2: found a new core of size 1: cost of the new core is >=29986576
42.29/42.34	c lower bound updated to 2231301336650
42.29/42.38	c BCD2: 2233520343273 <= obj <= 7045346031125
42.29/42.38	c BCD2: #cores=198, #unrelaxed=381, #relaxed=891, #hardened=0
42.29/42.38	c BCD2: #sat=1 #unsat=360 bias=360/361
42.29/42.39	c Solving starts ...
42.29/42.39	c ============================[ Search Statistics ]============================
42.29/42.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.29/42.39	c       |         |          |          |    Limit     GC | Var      | Constra 
42.29/42.39	c =============================================================================
42.39/42.40	c  0.0s |       0 |        0 |        0 |    30308      0 |     3175 |     5316
42.39/42.50	c  0.1s |       0 |      411 |        0 |    30308      0 |     3175 |     5316
42.39/42.50	c #cpu_time = 0.087s
42.39/42.50	c #wall_clock_time = 0.087s
42.39/42.50	c #decision = 411
42.39/42.50	c #random_decision = 0
42.39/42.50	c #conflict = 0
42.39/42.50	c #restart = 0
42.39/42.50	c BCD2: found a new core of size 2: cost of the new core is >=5476
42.39/42.50	c lower bound updated to 2231301342126
42.49/42.54	c BCD2: 2233520348749 <= obj <= 7045346031125
42.49/42.54	c BCD2: #cores=199, #unrelaxed=379, #relaxed=893, #hardened=0
42.49/42.54	c BCD2: #sat=1 #unsat=361 bias=361/362
42.49/42.55	c Solving starts ...
42.49/42.55	c ============================[ Search Statistics ]============================
42.49/42.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.49/42.55	c       |         |          |          |    Limit     GC | Var      | Constra 
42.49/42.55	c =============================================================================
42.49/42.56	c  0.0s |       0 |        0 |        0 |    30308      0 |     3175 |     5316
42.59/42.67	c  0.1s |       0 |      776 |        1 |    30308      0 |     3175 |     5316
42.59/42.67	c #cpu_time = 0.104s
42.59/42.67	c #wall_clock_time = 0.104s
42.59/42.67	c #decision = 776
42.59/42.67	c #random_decision = 0
42.59/42.67	c #conflict = 1
42.59/42.67	c #restart = 0
42.59/42.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
42.59/42.67	c lower bound updated to 2231301342200
42.69/42.72	c BCD2: 2233520348823 <= obj <= 7045346031125
42.69/42.72	c BCD2: #cores=199, #unrelaxed=378, #relaxed=894, #hardened=0
42.69/42.72	c BCD2: #sat=1 #unsat=362 bias=362/363
42.69/42.73	c Solving starts ...
42.69/42.73	c ============================[ Search Statistics ]============================
42.69/42.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.69/42.73	c       |         |          |          |    Limit     GC | Var      | Constra 
42.69/42.73	c =============================================================================
42.69/42.74	c  0.0s |       0 |        0 |        0 |    30308      0 |     3176 |     5316
42.79/42.85	c  0.1s |       0 |      776 |        1 |    30308      0 |     3176 |     5317
42.79/42.85	c #cpu_time = 0.103s
42.79/42.85	c #wall_clock_time = 0.103s
42.79/42.85	c #decision = 776
42.79/42.85	c #random_decision = 0
42.79/42.85	c #conflict = 1
42.79/42.85	c #restart = 0
42.79/42.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
42.79/42.85	c lower bound updated to 2231301342201
42.79/42.90	c BCD2: 2233520348824 <= obj <= 7045346031125
42.79/42.90	c BCD2: #cores=199, #unrelaxed=377, #relaxed=895, #hardened=0
42.79/42.90	c BCD2: #sat=1 #unsat=363 bias=363/364
42.79/42.90	c Solving starts ...
42.79/42.90	c ============================[ Search Statistics ]============================
42.79/42.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.79/42.90	c       |         |          |          |    Limit     GC | Var      | Constra 
42.79/42.90	c =============================================================================
42.89/42.92	c  0.0s |       0 |        0 |        0 |    30308      0 |     3177 |     5317
42.99/43.01	c  0.1s |       0 |      411 |        0 |    30308      0 |     3177 |     5318
42.99/43.01	c #cpu_time = 0.089s
42.99/43.01	c #wall_clock_time = 0.089s
42.99/43.01	c #decision = 411
42.99/43.01	c #random_decision = 0
42.99/43.01	c #conflict = 0
42.99/43.01	c #restart = 0
42.99/43.01	c BCD2: found a new core of size 1: cost of the new core is >=29986576
42.99/43.01	c lower bound updated to 2231331328777
42.99/43.06	c BCD2: 2233550335400 <= obj <= 7045346031125
42.99/43.06	c BCD2: #cores=200, #unrelaxed=376, #relaxed=896, #hardened=0
42.99/43.06	c BCD2: #sat=1 #unsat=364 bias=364/365
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.08	c  0.0s |       0 |        0 |        0 |    30308      0 |     3177 |     5318
43.08/43.17	c  0.1s |       0 |      413 |        0 |    30308      0 |     3177 |     5318
43.08/43.17	c #cpu_time = 0.088s
43.08/43.17	c #wall_clock_time = 0.088s
43.08/43.17	c #decision = 413
43.08/43.17	c #random_decision = 0
43.08/43.17	c #conflict = 0
43.08/43.17	c #restart = 0
43.08/43.17	c BCD2: found a new core of size 2: cost of the new core is >=5476
43.08/43.17	c lower bound updated to 2231331334253
43.18/43.22	c BCD2: 2233550340876 <= obj <= 7045346031125
43.18/43.22	c BCD2: #cores=201, #unrelaxed=374, #relaxed=898, #hardened=0
43.18/43.22	c BCD2: #sat=1 #unsat=365 bias=365/366
43.18/43.22	c Solving starts ...
43.18/43.22	c ============================[ Search Statistics ]============================
43.18/43.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.18/43.22	c       |         |          |          |    Limit     GC | Var      | Constra 
43.18/43.22	c =============================================================================
43.18/43.24	c  0.0s |       0 |        0 |        0 |    30308      0 |     3177 |     5318
43.28/43.35	c  0.1s |       0 |      779 |        1 |    30308      0 |     3177 |     5318
43.28/43.35	c #cpu_time = 0.105s
43.28/43.35	c #wall_clock_time = 0.105s
43.28/43.35	c #decision = 779
43.28/43.35	c #random_decision = 0
43.28/43.35	c #conflict = 1
43.28/43.35	c #restart = 0
43.28/43.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
43.28/43.35	c lower bound updated to 2231331334327
43.38/43.40	c BCD2: 2233550340950 <= obj <= 7045346031125
43.38/43.40	c BCD2: #cores=201, #unrelaxed=373, #relaxed=899, #hardened=0
43.38/43.40	c BCD2: #sat=1 #unsat=366 bias=366/367
43.38/43.40	c Solving starts ...
43.38/43.40	c ============================[ Search Statistics ]============================
43.38/43.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.38/43.40	c       |         |          |          |    Limit     GC | Var      | Constra 
43.38/43.40	c =============================================================================
43.38/43.42	c  0.0s |       0 |        0 |        0 |    30308      0 |     3178 |     5318
43.48/43.53	c  0.1s |       0 |      779 |        1 |    30308      0 |     3178 |     5319
43.48/43.53	c #cpu_time = 0.104s
43.48/43.53	c #wall_clock_time = 0.105s
43.48/43.53	c #decision = 779
43.48/43.53	c #random_decision = 0
43.48/43.53	c #conflict = 1
43.48/43.53	c #restart = 0
43.48/43.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
43.48/43.53	c lower bound updated to 2231331334328
43.48/43.58	c BCD2: 2233550340951 <= obj <= 7045346031125
43.48/43.58	c BCD2: #cores=201, #unrelaxed=372, #relaxed=900, #hardened=0
43.48/43.58	c BCD2: #sat=1 #unsat=367 bias=367/368
43.48/43.58	c Solving starts ...
43.48/43.58	c ============================[ Search Statistics ]============================
43.48/43.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.48/43.58	c       |         |          |          |    Limit     GC | Var      | Constra 
43.48/43.58	c =============================================================================
43.48/43.59	c  0.0s |       0 |        0 |        0 |    30308      0 |     3179 |     5319
43.58/43.69	c  0.1s |       0 |      413 |        0 |    30308      0 |     3179 |     5320
43.58/43.69	c #cpu_time = 0.090s
43.58/43.69	c #wall_clock_time = 0.090s
43.58/43.69	c #decision = 413
43.58/43.69	c #random_decision = 0
43.58/43.69	c #conflict = 0
43.58/43.69	c #restart = 0
43.58/43.69	c BCD2: found a new core of size 1: cost of the new core is >=29986576
43.58/43.69	c lower bound updated to 2231361320904
43.68/43.74	c BCD2: 2233580327527 <= obj <= 7045346031125
43.68/43.74	c BCD2: #cores=202, #unrelaxed=371, #relaxed=901, #hardened=0
43.68/43.74	c BCD2: #sat=1 #unsat=368 bias=368/369
43.68/43.74	c Solving starts ...
43.68/43.74	c ============================[ Search Statistics ]============================
43.68/43.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.68/43.74	c       |         |          |          |    Limit     GC | Var      | Constra 
43.68/43.74	c =============================================================================
43.68/43.76	c  0.0s |       0 |        0 |        0 |    30308      0 |     3179 |     5320
43.78/43.85	c  0.1s |       0 |      415 |        0 |    30308      0 |     3179 |     5320
43.78/43.85	c #cpu_time = 0.089s
43.78/43.85	c #wall_clock_time = 0.090s
43.78/43.85	c #decision = 415
43.78/43.85	c #random_decision = 0
43.78/43.85	c #conflict = 0
43.78/43.85	c #restart = 0
43.78/43.85	c BCD2: found a new core of size 2: cost of the new core is >=5476
43.78/43.85	c lower bound updated to 2231361326380
43.88/43.90	c BCD2: 2233580333003 <= obj <= 7045346031125
43.88/43.90	c BCD2: #cores=203, #unrelaxed=369, #relaxed=903, #hardened=0
43.88/43.90	c BCD2: #sat=1 #unsat=369 bias=369/370
43.88/43.91	c Solving starts ...
43.88/43.91	c ============================[ Search Statistics ]============================
43.88/43.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.88/43.91	c       |         |          |          |    Limit     GC | Var      | Constra 
43.88/43.91	c =============================================================================
43.88/43.92	c  0.0s |       0 |        0 |        0 |    30308      0 |     3179 |     5320
43.99/44.03	c  0.1s |       0 |      782 |        1 |    30308      0 |     3179 |     5320
43.99/44.03	c #cpu_time = 0.107s
43.99/44.03	c #wall_clock_time = 0.107s
43.99/44.03	c #decision = 782
43.99/44.03	c #random_decision = 0
43.99/44.03	c #conflict = 1
43.99/44.03	c #restart = 0
43.99/44.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
43.99/44.03	c lower bound updated to 2231361326454
43.99/44.08	c BCD2: 2233580333077 <= obj <= 7045346031125
43.99/44.08	c BCD2: #cores=203, #unrelaxed=368, #relaxed=904, #hardened=0
43.99/44.08	c BCD2: #sat=1 #unsat=370 bias=370/371
43.99/44.09	c Solving starts ...
43.99/44.09	c ============================[ Search Statistics ]============================
43.99/44.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.99/44.09	c       |         |          |          |    Limit     GC | Var      | Constra 
43.99/44.09	c =============================================================================
43.99/44.10	c  0.0s |       0 |        0 |        0 |    30308      0 |     3180 |     5320
44.18/44.21	c  0.1s |       0 |      782 |        1 |    30308      0 |     3180 |     5321
44.18/44.21	c #cpu_time = 0.106s
44.18/44.21	c #wall_clock_time = 0.107s
44.18/44.21	c #decision = 782
44.18/44.21	c #random_decision = 0
44.18/44.21	c #conflict = 1
44.18/44.21	c #restart = 0
44.18/44.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
44.18/44.21	c lower bound updated to 2231361326455
44.18/44.26	c BCD2: 2233580333078 <= obj <= 7045346031125
44.18/44.26	c BCD2: #cores=203, #unrelaxed=367, #relaxed=905, #hardened=0
44.18/44.26	c BCD2: #sat=1 #unsat=371 bias=371/372
44.18/44.27	c Solving starts ...
44.18/44.27	c ============================[ Search Statistics ]============================
44.18/44.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.18/44.27	c       |         |          |          |    Limit     GC | Var      | Constra 
44.18/44.27	c =============================================================================
44.18/44.28	c  0.0s |       0 |        0 |        0 |    30308      0 |     3181 |     5321
44.28/44.38	c  0.1s |       0 |      415 |        0 |    30308      0 |     3181 |     5322
44.28/44.38	c #cpu_time = 0.091s
44.28/44.38	c #wall_clock_time = 0.091s
44.28/44.38	c #decision = 415
44.28/44.38	c #random_decision = 0
44.28/44.38	c #conflict = 0
44.28/44.38	c #restart = 0
44.28/44.38	c BCD2: found a new core of size 1: cost of the new core is >=29986576
44.28/44.38	c lower bound updated to 2231391313031
44.38/44.43	c BCD2: 2233610319654 <= obj <= 7045346031125
44.38/44.43	c BCD2: #cores=204, #unrelaxed=366, #relaxed=906, #hardened=0
44.38/44.43	c BCD2: #sat=1 #unsat=372 bias=372/373
44.38/44.43	c Solving starts ...
44.38/44.43	c ============================[ Search Statistics ]============================
44.38/44.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.38/44.43	c       |         |          |          |    Limit     GC | Var      | Constra 
44.38/44.43	c =============================================================================
44.38/44.45	c  0.0s |       0 |        0 |        0 |    30308      0 |     3181 |     5322
44.48/44.54	c  0.1s |       0 |      417 |        0 |    30308      0 |     3181 |     5322
44.48/44.54	c #cpu_time = 0.090s
44.48/44.54	c #wall_clock_time = 0.091s
44.48/44.54	c #decision = 417
44.48/44.54	c #random_decision = 0
44.48/44.54	c #conflict = 0
44.48/44.54	c #restart = 0
44.48/44.54	c BCD2: found a new core of size 2: cost of the new core is >=5476
44.48/44.54	c lower bound updated to 2231391318507
44.48/44.59	c BCD2: 2233610325130 <= obj <= 7045346031125
44.48/44.59	c BCD2: #cores=205, #unrelaxed=364, #relaxed=908, #hardened=0
44.48/44.59	c BCD2: #sat=1 #unsat=373 bias=373/374
44.58/44.60	c Solving starts ...
44.58/44.60	c ============================[ Search Statistics ]============================
44.58/44.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.58/44.60	c       |         |          |          |    Limit     GC | Var      | Constra 
44.58/44.60	c =============================================================================
44.58/44.61	c  0.0s |       0 |        0 |        0 |    30308      0 |     3181 |     5322
44.68/44.73	c  0.1s |       0 |      785 |        1 |    30308      0 |     3181 |     5322
44.68/44.73	c #cpu_time = 0.108s
44.68/44.73	c #wall_clock_time = 0.109s
44.68/44.73	c #decision = 785
44.68/44.73	c #random_decision = 0
44.68/44.73	c #conflict = 1
44.68/44.73	c #restart = 0
44.68/44.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
44.68/44.73	c lower bound updated to 2231391318581
44.68/44.77	c BCD2: 2233610325204 <= obj <= 7045346031125
44.68/44.77	c BCD2: #cores=205, #unrelaxed=363, #relaxed=909, #hardened=0
44.68/44.77	c BCD2: #sat=1 #unsat=374 bias=374/375
44.68/44.78	c Solving starts ...
44.68/44.78	c ============================[ Search Statistics ]============================
44.68/44.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.68/44.78	c       |         |          |          |    Limit     GC | Var      | Constra 
44.68/44.78	c =============================================================================
44.68/44.79	c  0.0s |       0 |        0 |        0 |    30308      0 |     3182 |     5322
44.88/44.91	c  0.1s |       0 |      785 |        1 |    30308      0 |     3182 |     5323
44.88/44.91	c #cpu_time = 0.107s
44.88/44.91	c #wall_clock_time = 0.108s
44.88/44.91	c #decision = 785
44.88/44.91	c #random_decision = 0
44.88/44.91	c #conflict = 1
44.88/44.91	c #restart = 0
44.88/44.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
44.88/44.91	c lower bound updated to 2231391318582
44.88/44.96	c BCD2: 2233610325205 <= obj <= 7045346031125
44.88/44.96	c BCD2: #cores=205, #unrelaxed=362, #relaxed=910, #hardened=0
44.88/44.96	c BCD2: #sat=1 #unsat=375 bias=375/376
44.88/44.96	c Solving starts ...
44.88/44.96	c ============================[ Search Statistics ]============================
44.88/44.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.88/44.96	c       |         |          |          |    Limit     GC | Var      | Constra 
44.88/44.96	c =============================================================================
44.88/44.98	c  0.0s |       0 |        0 |        0 |    30308      0 |     3183 |     5323
44.98/45.07	c  0.1s |       0 |      417 |        0 |    30308      0 |     3183 |     5324
44.98/45.07	c #cpu_time = 0.093s
44.98/45.07	c #wall_clock_time = 0.093s
44.98/45.07	c #decision = 417
44.98/45.07	c #random_decision = 0
44.98/45.07	c #conflict = 0
44.98/45.07	c #restart = 0
44.98/45.07	c BCD2: found a new core of size 1: cost of the new core is >=29986576
44.98/45.07	c lower bound updated to 2231421305158
45.09/45.12	c BCD2: 2233640311781 <= obj <= 7045346031125
45.09/45.12	c BCD2: #cores=206, #unrelaxed=361, #relaxed=911, #hardened=0
45.09/45.12	c BCD2: #sat=1 #unsat=376 bias=376/377
45.09/45.13	c Solving starts ...
45.09/45.13	c ============================[ Search Statistics ]============================
45.09/45.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.09/45.13	c       |         |          |          |    Limit     GC | Var      | Constra 
45.09/45.13	c =============================================================================
45.09/45.14	c  0.0s |       0 |        0 |        0 |    30308      0 |     3183 |     5324
45.19/45.24	c  0.1s |       0 |      419 |        0 |    30308      0 |     3183 |     5324
45.19/45.24	c #cpu_time = 0.092s
45.19/45.24	c #wall_clock_time = 0.092s
45.19/45.24	c #decision = 419
45.19/45.24	c #random_decision = 0
45.19/45.24	c #conflict = 0
45.19/45.24	c #restart = 0
45.19/45.24	c BCD2: found a new core of size 2: cost of the new core is >=5476
45.19/45.24	c lower bound updated to 2231421310634
45.19/45.29	c BCD2: 2233640317257 <= obj <= 7045346031125
45.19/45.29	c BCD2: #cores=207, #unrelaxed=359, #relaxed=913, #hardened=0
45.19/45.29	c BCD2: #sat=1 #unsat=377 bias=377/378
45.19/45.29	c Solving starts ...
45.19/45.29	c ============================[ Search Statistics ]============================
45.19/45.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.19/45.29	c       |         |          |          |    Limit     GC | Var      | Constra 
45.19/45.29	c =============================================================================
45.28/45.31	c  0.0s |       0 |        0 |        0 |    30308      0 |     3183 |     5324
45.38/45.42	c  0.1s |       0 |      788 |        1 |    30308      0 |     3183 |     5324
45.38/45.42	c #cpu_time = 0.110s
45.38/45.42	c #wall_clock_time = 0.110s
45.38/45.42	c #decision = 788
45.38/45.42	c #random_decision = 0
45.38/45.42	c #conflict = 1
45.38/45.42	c #restart = 0
45.38/45.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
45.38/45.42	c lower bound updated to 2231421310708
45.38/45.47	c BCD2: 2233640317331 <= obj <= 7045346031125
45.38/45.47	c BCD2: #cores=207, #unrelaxed=358, #relaxed=914, #hardened=0
45.38/45.47	c BCD2: #sat=1 #unsat=378 bias=378/379
45.38/45.48	c Solving starts ...
45.38/45.48	c ============================[ Search Statistics ]============================
45.38/45.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.38/45.48	c       |         |          |          |    Limit     GC | Var      | Constra 
45.38/45.48	c =============================================================================
45.38/45.49	c  0.0s |       0 |        0 |        0 |    30308      0 |     3184 |     5324
45.58/45.61	c  0.1s |       0 |      788 |        1 |    30308      0 |     3184 |     5325
45.58/45.61	c #cpu_time = 0.109s
45.58/45.61	c #wall_clock_time = 0.109s
45.58/45.61	c #decision = 788
45.58/45.61	c #random_decision = 0
45.58/45.61	c #conflict = 1
45.58/45.61	c #restart = 0
45.58/45.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
45.58/45.61	c lower bound updated to 2231421310709
45.58/45.66	c BCD2: 2233640317332 <= obj <= 7045346031125
45.58/45.66	c BCD2: #cores=207, #unrelaxed=357, #relaxed=915, #hardened=0
45.58/45.66	c BCD2: #sat=1 #unsat=379 bias=379/380
45.58/45.66	c Solving starts ...
45.58/45.66	c ============================[ Search Statistics ]============================
45.58/45.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.58/45.66	c       |         |          |          |    Limit     GC | Var      | Constra 
45.58/45.66	c =============================================================================
45.58/45.68	c  0.0s |       0 |        0 |        0 |    30308      0 |     3185 |     5325
45.68/45.78	c  0.1s |       0 |      419 |        0 |    30308      0 |     3185 |     5326
45.68/45.78	c #cpu_time = 0.094s
45.68/45.78	c #wall_clock_time = 0.094s
45.68/45.78	c #decision = 419
45.68/45.78	c #random_decision = 0
45.68/45.78	c #conflict = 0
45.68/45.78	c #restart = 0
45.68/45.78	c BCD2: found a new core of size 1: cost of the new core is >=29986576
45.68/45.78	c lower bound updated to 2231451297285
45.78/45.82	c BCD2: 2233670303908 <= obj <= 7045346031125
45.78/45.82	c BCD2: #cores=208, #unrelaxed=356, #relaxed=916, #hardened=0
45.78/45.82	c BCD2: #sat=1 #unsat=380 bias=380/381
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 |    30308      0 |     3185 |     5326
45.88/45.94	c  0.1s |       0 |      421 |        0 |    30308      0 |     3185 |     5326
45.88/45.94	c #cpu_time = 0.093s
45.88/45.94	c #wall_clock_time = 0.093s
45.88/45.94	c #decision = 421
45.88/45.94	c #random_decision = 0
45.88/45.94	c #conflict = 0
45.88/45.94	c #restart = 0
45.88/45.94	c BCD2: found a new core of size 2: cost of the new core is >=5476
45.88/45.94	c lower bound updated to 2231451302761
45.88/45.99	c BCD2: 2233670309384 <= obj <= 7045346031125
45.88/45.99	c BCD2: #cores=209, #unrelaxed=354, #relaxed=918, #hardened=0
45.88/45.99	c BCD2: #sat=1 #unsat=381 bias=381/382
45.98/46.00	c Solving starts ...
45.98/46.00	c ============================[ Search Statistics ]============================
45.98/46.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.98/46.00	c       |         |          |          |    Limit     GC | Var      | Constra 
45.98/46.00	c =============================================================================
45.98/46.01	c  0.0s |       0 |        0 |        0 |    30308      0 |     3185 |     5326
46.08/46.13	c  0.1s |       0 |      791 |        1 |    30308      0 |     3185 |     5326
46.08/46.13	c #cpu_time = 0.111s
46.08/46.13	c #wall_clock_time = 0.111s
46.08/46.13	c #decision = 791
46.08/46.13	c #random_decision = 0
46.08/46.13	c #conflict = 1
46.08/46.13	c #restart = 0
46.08/46.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
46.08/46.13	c lower bound updated to 2231451302835
46.08/46.18	c BCD2: 2233670309458 <= obj <= 7045346031125
46.08/46.18	c BCD2: #cores=209, #unrelaxed=353, #relaxed=919, #hardened=0
46.08/46.18	c BCD2: #sat=1 #unsat=382 bias=382/383
46.08/46.18	c Solving starts ...
46.08/46.18	c ============================[ Search Statistics ]============================
46.08/46.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.08/46.18	c       |         |          |          |    Limit     GC | Var      | Constra 
46.08/46.18	c =============================================================================
46.08/46.20	c  0.0s |       0 |        0 |        0 |    30308      0 |     3186 |     5326
46.29/46.31	c  0.1s |       0 |      791 |        1 |    30308      0 |     3186 |     5327
46.29/46.31	c #cpu_time = 0.110s
46.29/46.31	c #wall_clock_time = 0.110s
46.29/46.31	c #decision = 791
46.29/46.31	c #random_decision = 0
46.29/46.31	c #conflict = 1
46.29/46.31	c #restart = 0
46.29/46.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
46.29/46.31	c lower bound updated to 2231451302836
46.29/46.36	c BCD2: 2233670309459 <= obj <= 7045346031125
46.29/46.36	c BCD2: #cores=209, #unrelaxed=352, #relaxed=920, #hardened=0
46.29/46.36	c BCD2: #sat=1 #unsat=383 bias=383/384
46.29/46.37	c Solving starts ...
46.29/46.37	c ============================[ Search Statistics ]============================
46.29/46.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.29/46.37	c       |         |          |          |    Limit     GC | Var      | Constra 
46.29/46.37	c =============================================================================
46.29/46.38	c  0.0s |       0 |        0 |        0 |    30308      0 |     3187 |     5327
46.38/46.48	c  0.1s |       0 |      421 |        0 |    30308      0 |     3187 |     5328
46.38/46.48	c #cpu_time = 0.095s
46.38/46.48	c #wall_clock_time = 0.095s
46.38/46.48	c #decision = 421
46.38/46.48	c #random_decision = 0
46.38/46.48	c #conflict = 0
46.38/46.48	c #restart = 0
46.38/46.48	c BCD2: found a new core of size 1: cost of the new core is >=29986576
46.38/46.48	c lower bound updated to 2231481289412
46.48/46.53	c BCD2: 2233700296035 <= obj <= 7045346031125
46.48/46.53	c BCD2: #cores=210, #unrelaxed=351, #relaxed=921, #hardened=0
46.48/46.53	c BCD2: #sat=1 #unsat=384 bias=384/385
46.48/46.54	c Solving starts ...
46.48/46.54	c ============================[ Search Statistics ]============================
46.48/46.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.48/46.54	c       |         |          |          |    Limit     GC | Var      | Constra 
46.48/46.54	c =============================================================================
46.48/46.55	c  0.0s |       0 |        0 |        0 |    30308      0 |     3187 |     5328
46.58/46.65	c  0.1s |       0 |      423 |        0 |    30308      0 |     3187 |     5328
46.58/46.65	c #cpu_time = 0.094s
46.58/46.65	c #wall_clock_time = 0.094s
46.58/46.65	c #decision = 423
46.58/46.65	c #random_decision = 0
46.58/46.65	c #conflict = 0
46.58/46.65	c #restart = 0
46.58/46.65	c BCD2: found a new core of size 2: cost of the new core is >=5476
46.58/46.65	c lower bound updated to 2231481294888
46.68/46.70	c BCD2: 2233700301511 <= obj <= 7045346031125
46.68/46.70	c BCD2: #cores=211, #unrelaxed=349, #relaxed=923, #hardened=0
46.68/46.70	c BCD2: #sat=1 #unsat=385 bias=385/386
46.68/46.71	c Solving starts ...
46.68/46.71	c ============================[ Search Statistics ]============================
46.68/46.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.68/46.71	c       |         |          |          |    Limit     GC | Var      | Constra 
46.68/46.71	c =============================================================================
46.68/46.72	c  0.0s |       0 |        0 |        0 |    30308      0 |     3187 |     5328
46.78/46.84	c  0.1s |       0 |      794 |        1 |    30308      0 |     3187 |     5328
46.78/46.84	c #cpu_time = 0.113s
46.78/46.84	c #wall_clock_time = 0.113s
46.78/46.84	c #decision = 794
46.78/46.84	c #random_decision = 0
46.78/46.84	c #conflict = 1
46.78/46.84	c #restart = 0
46.78/46.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
46.78/46.84	c lower bound updated to 2231481294962
46.78/46.89	c BCD2: 2233700301585 <= obj <= 7045346031125
46.78/46.89	c BCD2: #cores=211, #unrelaxed=348, #relaxed=924, #hardened=0
46.78/46.89	c BCD2: #sat=1 #unsat=386 bias=386/387
46.78/46.89	c Solving starts ...
46.78/46.89	c ============================[ Search Statistics ]============================
46.78/46.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.78/46.89	c       |         |          |          |    Limit     GC | Var      | Constra 
46.78/46.89	c =============================================================================
46.88/46.91	c  0.0s |       0 |        0 |        0 |    30308      0 |     3188 |     5328
46.98/47.03	c  0.1s |       0 |      794 |        1 |    30308      0 |     3188 |     5329
46.98/47.03	c #cpu_time = 0.112s
46.98/47.03	c #wall_clock_time = 0.112s
46.98/47.03	c #decision = 794
46.98/47.03	c #random_decision = 0
46.98/47.03	c #conflict = 1
46.98/47.03	c #restart = 0
46.98/47.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
46.98/47.03	c lower bound updated to 2231481294963
46.98/47.08	c BCD2: 2233700301586 <= obj <= 7045346031125
46.98/47.08	c BCD2: #cores=211, #unrelaxed=347, #relaxed=925, #hardened=0
46.98/47.08	c BCD2: #sat=1 #unsat=387 bias=387/388
46.98/47.08	c Solving starts ...
46.98/47.08	c ============================[ Search Statistics ]============================
46.98/47.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.98/47.08	c       |         |          |          |    Limit     GC | Var      | Constra 
46.98/47.08	c =============================================================================
47.08/47.10	c  0.0s |       0 |        0 |        0 |    30308      0 |     3189 |     5329
47.18/47.20	c  0.1s |       0 |      423 |        0 |    30308      0 |     3189 |     5330
47.18/47.20	c #cpu_time = 0.096s
47.18/47.20	c #wall_clock_time = 0.096s
47.18/47.20	c #decision = 423
47.18/47.20	c #random_decision = 0
47.18/47.20	c #conflict = 0
47.18/47.20	c #restart = 0
47.18/47.20	c BCD2: found a new core of size 1: cost of the new core is >=29986576
47.18/47.20	c lower bound updated to 2231511281539
47.18/47.25	c BCD2: 2233730288162 <= obj <= 7045346031125
47.18/47.25	c BCD2: #cores=212, #unrelaxed=346, #relaxed=926, #hardened=0
47.18/47.25	c BCD2: #sat=1 #unsat=388 bias=388/389
47.18/47.25	c Solving starts ...
47.18/47.25	c ============================[ Search Statistics ]============================
47.18/47.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.18/47.25	c       |         |          |          |    Limit     GC | Var      | Constra 
47.18/47.25	c =============================================================================
47.18/47.27	c  0.0s |       0 |        0 |        0 |    30308      0 |     3189 |     5330
47.29/47.37	c  0.1s |       0 |      425 |        0 |    30308      0 |     3189 |     5330
47.29/47.37	c #cpu_time = 0.095s
47.29/47.37	c #wall_clock_time = 0.095s
47.29/47.37	c #decision = 425
47.29/47.37	c #random_decision = 0
47.29/47.37	c #conflict = 0
47.29/47.37	c #restart = 0
47.29/47.37	c BCD2: found a new core of size 2: cost of the new core is >=5476
47.29/47.37	c lower bound updated to 2231511287015
47.39/47.42	c BCD2: 2233730293638 <= obj <= 7045346031125
47.39/47.42	c BCD2: #cores=213, #unrelaxed=344, #relaxed=928, #hardened=0
47.39/47.42	c BCD2: #sat=1 #unsat=389 bias=389/390
47.39/47.42	c Solving starts ...
47.39/47.42	c ============================[ Search Statistics ]============================
47.39/47.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.39/47.42	c       |         |          |          |    Limit     GC | Var      | Constra 
47.39/47.42	c =============================================================================
47.39/47.44	c  0.0s |       0 |        0 |        0 |    30308      0 |     3189 |     5330
47.48/47.56	c  0.1s |       0 |      797 |        1 |    30308      0 |     3189 |     5330
47.48/47.56	c #cpu_time = 0.114s
47.48/47.56	c #wall_clock_time = 0.114s
47.48/47.56	c #decision = 797
47.48/47.56	c #random_decision = 0
47.48/47.56	c #conflict = 1
47.48/47.56	c #restart = 0
47.48/47.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
47.48/47.56	c lower bound updated to 2231511287089
47.58/47.61	c BCD2: 2233730293712 <= obj <= 7045346031125
47.58/47.61	c BCD2: #cores=213, #unrelaxed=343, #relaxed=929, #hardened=0
47.58/47.61	c BCD2: #sat=1 #unsat=390 bias=390/391
47.58/47.61	c Solving starts ...
47.58/47.61	c ============================[ Search Statistics ]============================
47.58/47.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.58/47.61	c       |         |          |          |    Limit     GC | Var      | Constra 
47.58/47.61	c =============================================================================
47.58/47.63	c  0.0s |       0 |        0 |        0 |    30308      0 |     3190 |     5330
47.68/47.75	c  0.1s |       0 |      797 |        1 |    30308      0 |     3190 |     5331
47.68/47.75	c #cpu_time = 0.113s
47.68/47.75	c #wall_clock_time = 0.114s
47.68/47.75	c #decision = 797
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 4: cost of the new core is >=5551
47.68/47.75	c lower bound updated to 2231511287090
47.68/47.80	c BCD2: 2233730293713 <= obj <= 7045346031125
47.68/47.80	c BCD2: #cores=213, #unrelaxed=342, #relaxed=930, #hardened=0
47.68/47.80	c BCD2: #sat=1 #unsat=391 bias=391/392
47.78/47.80	c Solving starts ...
47.78/47.80	c ============================[ Search Statistics ]============================
47.78/47.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.78/47.80	c       |         |          |          |    Limit     GC | Var      | Constra 
47.78/47.80	c =============================================================================
47.78/47.82	c  0.0s |       0 |        0 |        0 |    30308      0 |     3191 |     5331
47.88/47.92	c  0.1s |       0 |      425 |        0 |    30308      0 |     3191 |     5332
47.88/47.92	c #cpu_time = 0.097s
47.88/47.92	c #wall_clock_time = 0.097s
47.88/47.92	c #decision = 425
47.88/47.92	c #random_decision = 0
47.88/47.92	c #conflict = 0
47.88/47.92	c #restart = 0
47.88/47.92	c BCD2: found a new core of size 1: cost of the new core is >=29986576
47.88/47.92	c lower bound updated to 2231541273666
47.88/47.97	c BCD2: 2233760280289 <= obj <= 7045346031125
47.88/47.97	c BCD2: #cores=214, #unrelaxed=341, #relaxed=931, #hardened=0
47.88/47.97	c BCD2: #sat=1 #unsat=392 bias=392/393
47.88/47.97	c Solving starts ...
47.88/47.97	c ============================[ Search Statistics ]============================
47.88/47.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.88/47.97	c       |         |          |          |    Limit     GC | Var      | Constra 
47.88/47.97	c =============================================================================
47.88/47.99	c  0.0s |       0 |        0 |        0 |    30308      0 |     3191 |     5332
47.98/48.09	c  0.1s |       0 |      427 |        0 |    30308      0 |     3191 |     5332
47.98/48.09	c #cpu_time = 0.096s
47.98/48.09	c #wall_clock_time = 0.096s
47.98/48.09	c #decision = 427
47.98/48.09	c #random_decision = 0
47.98/48.09	c #conflict = 0
47.98/48.09	c #restart = 0
47.98/48.09	c BCD2: found a new core of size 2: cost of the new core is >=5476
47.98/48.09	c lower bound updated to 2231541279142
48.08/48.14	c BCD2: 2233760285765 <= obj <= 7045346031125
48.08/48.14	c BCD2: #cores=215, #unrelaxed=339, #relaxed=933, #hardened=0
48.08/48.14	c BCD2: #sat=1 #unsat=393 bias=393/394
48.08/48.14	c Solving starts ...
48.08/48.14	c ============================[ Search Statistics ]============================
48.08/48.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.08/48.14	c       |         |          |          |    Limit     GC | Var      | Constra 
48.08/48.14	c =============================================================================
48.08/48.16	c  0.0s |       0 |        0 |        0 |    30308      0 |     3191 |     5332
48.18/48.28	c  0.1s |       0 |      800 |        1 |    30308      0 |     3191 |     5332
48.18/48.28	c #cpu_time = 0.115s
48.18/48.28	c #wall_clock_time = 0.116s
48.18/48.28	c #decision = 800
48.18/48.28	c #random_decision = 0
48.18/48.28	c #conflict = 1
48.18/48.28	c #restart = 0
48.18/48.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
48.18/48.28	c lower bound updated to 2231541279216
48.28/48.33	c BCD2: 2233760285839 <= obj <= 7045346031125
48.28/48.33	c BCD2: #cores=215, #unrelaxed=338, #relaxed=934, #hardened=0
48.28/48.33	c BCD2: #sat=1 #unsat=394 bias=394/395
48.28/48.34	c Solving starts ...
48.28/48.34	c ============================[ Search Statistics ]============================
48.28/48.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.28/48.34	c       |         |          |          |    Limit     GC | Var      | Constra 
48.28/48.34	c =============================================================================
48.28/48.35	c  0.0s |       0 |        0 |        0 |    30308      0 |     3192 |     5332
48.39/48.47	c  0.1s |       0 |      800 |        1 |    30308      0 |     3192 |     5333
48.39/48.47	c #cpu_time = 0.115s
48.39/48.47	c #wall_clock_time = 0.115s
48.39/48.47	c #decision = 800
48.39/48.47	c #random_decision = 0
48.39/48.47	c #conflict = 1
48.39/48.47	c #restart = 0
48.39/48.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
48.39/48.47	c lower bound updated to 2231541279217
48.49/48.52	c BCD2: 2233760285840 <= obj <= 7045346031125
48.49/48.52	c BCD2: #cores=215, #unrelaxed=337, #relaxed=935, #hardened=0
48.49/48.52	c BCD2: #sat=1 #unsat=395 bias=395/396
48.49/48.53	c Solving starts ...
48.49/48.53	c ============================[ Search Statistics ]============================
48.49/48.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.49/48.53	c       |         |          |          |    Limit     GC | Var      | Constra 
48.49/48.53	c =============================================================================
48.49/48.54	c  0.0s |       0 |        0 |        0 |    30308      0 |     3193 |     5333
48.58/48.65	c  0.1s |       0 |      427 |        0 |    30308      0 |     3193 |     5334
48.58/48.65	c #cpu_time = 0.098s
48.58/48.65	c #wall_clock_time = 0.098s
48.58/48.65	c #decision = 427
48.58/48.65	c #random_decision = 0
48.58/48.65	c #conflict = 0
48.58/48.65	c #restart = 0
48.58/48.65	c BCD2: found a new core of size 1: cost of the new core is >=29986576
48.58/48.65	c lower bound updated to 2231571265793
48.58/48.69	c BCD2: 2233790272416 <= obj <= 7045346031125
48.58/48.69	c BCD2: #cores=216, #unrelaxed=336, #relaxed=936, #hardened=0
48.58/48.69	c BCD2: #sat=1 #unsat=396 bias=396/397
48.68/48.70	c Solving starts ...
48.68/48.70	c ============================[ Search Statistics ]============================
48.68/48.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.68/48.70	c       |         |          |          |    Limit     GC | Var      | Constra 
48.68/48.70	c =============================================================================
48.68/48.71	c  0.0s |       0 |        0 |        0 |    30308      0 |     3193 |     5334
48.78/48.82	c  0.1s |       0 |      429 |        0 |    30308      0 |     3193 |     5334
48.78/48.82	c #cpu_time = 0.098s
48.78/48.82	c #wall_clock_time = 0.098s
48.78/48.82	c #decision = 429
48.78/48.82	c #random_decision = 0
48.78/48.82	c #conflict = 0
48.78/48.82	c #restart = 0
48.78/48.82	c BCD2: found a new core of size 2: cost of the new core is >=5476
48.78/48.82	c lower bound updated to 2231571271269
48.78/48.87	c BCD2: 2233790277892 <= obj <= 7045346031125
48.78/48.87	c BCD2: #cores=217, #unrelaxed=334, #relaxed=938, #hardened=0
48.78/48.87	c BCD2: #sat=1 #unsat=397 bias=397/398
48.78/48.87	c Solving starts ...
48.78/48.87	c ============================[ Search Statistics ]============================
48.78/48.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.78/48.87	c       |         |          |          |    Limit     GC | Var      | Constra 
48.78/48.87	c =============================================================================
48.78/48.89	c  0.0s |       0 |        0 |        0 |    30308      0 |     3193 |     5334
48.98/49.01	c  0.1s |       0 |      803 |        1 |    30308      0 |     3193 |     5334
48.98/49.01	c #cpu_time = 0.117s
48.98/49.01	c #wall_clock_time = 0.118s
48.98/49.01	c #decision = 803
48.98/49.01	c #random_decision = 0
48.98/49.01	c #conflict = 1
48.98/49.01	c #restart = 0
48.98/49.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
48.98/49.01	c lower bound updated to 2231571271343
48.98/49.06	c BCD2: 2233790277966 <= obj <= 7045346031125
48.98/49.06	c BCD2: #cores=217, #unrelaxed=333, #relaxed=939, #hardened=0
48.98/49.06	c BCD2: #sat=1 #unsat=398 bias=398/399
48.98/49.07	c Solving starts ...
48.98/49.07	c ============================[ Search Statistics ]============================
48.98/49.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.98/49.07	c       |         |          |          |    Limit     GC | Var      | Constra 
48.98/49.07	c =============================================================================
48.98/49.08	c  0.0s |       0 |        0 |        0 |    30308      0 |     3194 |     5334
49.18/49.21	c  0.1s |       0 |      803 |        1 |    30308      0 |     3194 |     5335
49.18/49.21	c #cpu_time = 0.117s
49.18/49.21	c #wall_clock_time = 0.117s
49.18/49.21	c #decision = 803
49.18/49.21	c #random_decision = 0
49.18/49.21	c #conflict = 1
49.18/49.21	c #restart = 0
49.18/49.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
49.18/49.21	c lower bound updated to 2231571271344
49.18/49.25	c BCD2: 2233790277967 <= obj <= 7045346031125
49.18/49.25	c BCD2: #cores=217, #unrelaxed=332, #relaxed=940, #hardened=0
49.18/49.25	c BCD2: #sat=1 #unsat=399 bias=399/400
49.18/49.26	c Solving starts ...
49.18/49.26	c ============================[ Search Statistics ]============================
49.18/49.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.18/49.26	c       |         |          |          |    Limit     GC | Var      | Constra 
49.18/49.26	c =============================================================================
49.18/49.28	c  0.0s |       0 |        0 |        0 |    30308      0 |     3195 |     5335
49.28/49.38	c  0.1s |       0 |      429 |        0 |    30308      0 |     3195 |     5336
49.28/49.38	c #cpu_time = 0.099s
49.28/49.38	c #wall_clock_time = 0.100s
49.28/49.38	c #decision = 429
49.28/49.38	c #random_decision = 0
49.28/49.38	c #conflict = 0
49.28/49.38	c #restart = 0
49.28/49.38	c BCD2: found a new core of size 1: cost of the new core is >=29986576
49.28/49.38	c lower bound updated to 2231601257920
49.38/49.43	c BCD2: 2233820264543 <= obj <= 7045346031125
49.38/49.43	c BCD2: #cores=218, #unrelaxed=331, #relaxed=941, #hardened=0
49.38/49.43	c BCD2: #sat=1 #unsat=400 bias=400/401
49.38/49.44	c Solving starts ...
49.38/49.44	c ============================[ Search Statistics ]============================
49.38/49.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.38/49.44	c       |         |          |          |    Limit     GC | Var      | Constra 
49.38/49.44	c =============================================================================
49.38/49.45	c  0.0s |       0 |        0 |        0 |    30308      0 |     3195 |     5336
49.49/49.56	c  0.1s |       0 |      431 |        0 |    30308      0 |     3195 |     5336
49.49/49.56	c #cpu_time = 0.099s
49.49/49.56	c #wall_clock_time = 0.099s
49.49/49.56	c #decision = 431
49.49/49.56	c #random_decision = 0
49.49/49.56	c #conflict = 0
49.49/49.56	c #restart = 0
49.49/49.56	c BCD2: found a new core of size 2: cost of the new core is >=5476
49.49/49.56	c lower bound updated to 2231601263396
49.59/49.60	c BCD2: 2233820270019 <= obj <= 7045346031125
49.59/49.60	c BCD2: #cores=219, #unrelaxed=329, #relaxed=943, #hardened=0
49.59/49.60	c BCD2: #sat=1 #unsat=401 bias=401/402
49.59/49.61	c Solving starts ...
49.59/49.61	c ============================[ Search Statistics ]============================
49.59/49.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.59/49.61	c       |         |          |          |    Limit     GC | Var      | Constra 
49.59/49.61	c =============================================================================
49.59/49.63	c  0.0s |       0 |        0 |        0 |    30308      0 |     3195 |     5336
49.68/49.75	c  0.1s |       0 |      806 |        1 |    30308      0 |     3195 |     5336
49.68/49.75	c #cpu_time = 0.119s
49.68/49.75	c #wall_clock_time = 0.119s
49.68/49.75	c #decision = 806
49.68/49.75	c #random_decision = 0
49.68/49.75	c #conflict = 1
49.68/49.75	c #restart = 0
49.68/49.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
49.68/49.75	c lower bound updated to 2231601263470
49.78/49.80	c BCD2: 2233820270093 <= obj <= 7045346031125
49.78/49.80	c BCD2: #cores=219, #unrelaxed=328, #relaxed=944, #hardened=0
49.78/49.80	c BCD2: #sat=1 #unsat=402 bias=402/403
49.78/49.81	c Solving starts ...
49.78/49.81	c ============================[ Search Statistics ]============================
49.78/49.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.78/49.81	c       |         |          |          |    Limit     GC | Var      | Constra 
49.78/49.81	c =============================================================================
49.78/49.82	c  0.0s |       0 |        0 |        0 |    30308      0 |     3196 |     5336
49.88/49.95	c  0.1s |       0 |      806 |        1 |    30308      0 |     3196 |     5337
49.88/49.95	c #cpu_time = 0.118s
49.88/49.95	c #wall_clock_time = 0.119s
49.88/49.95	c #decision = 806
49.88/49.95	c #random_decision = 0
49.88/49.95	c #conflict = 1
49.88/49.95	c #restart = 0
49.88/49.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
49.88/49.95	c lower bound updated to 2231601263471
49.88/49.99	c BCD2: 2233820270094 <= obj <= 7045346031125
49.88/49.99	c BCD2: #cores=219, #unrelaxed=327, #relaxed=945, #hardened=0
49.88/49.99	c BCD2: #sat=1 #unsat=403 bias=403/404
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.02	c  0.0s |       0 |        0 |        0 |    30308      0 |     3197 |     5337
50.08/50.12	c  0.1s |       0 |      431 |        0 |    30308      0 |     3197 |     5338
50.08/50.12	c #cpu_time = 0.101s
50.08/50.12	c #wall_clock_time = 0.101s
50.08/50.12	c #decision = 431
50.08/50.12	c #random_decision = 0
50.08/50.12	c #conflict = 0
50.08/50.12	c #restart = 0
50.08/50.12	c BCD2: found a new core of size 1: cost of the new core is >=29986576
50.08/50.12	c lower bound updated to 2231631250047
50.08/50.17	c BCD2: 2233850256670 <= obj <= 7045346031125
50.08/50.17	c BCD2: #cores=220, #unrelaxed=326, #relaxed=946, #hardened=0
50.08/50.17	c BCD2: #sat=1 #unsat=404 bias=404/405
50.08/50.18	c Solving starts ...
50.08/50.18	c ============================[ Search Statistics ]============================
50.08/50.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.08/50.18	c       |         |          |          |    Limit     GC | Var      | Constra 
50.08/50.18	c =============================================================================
50.08/50.19	c  0.0s |       0 |        0 |        0 |    30308      0 |     3197 |     5338
50.28/50.30	c  0.1s |       0 |      433 |        0 |    30308      0 |     3197 |     5338
50.28/50.30	c #cpu_time = 0.100s
50.28/50.30	c #wall_clock_time = 0.100s
50.28/50.30	c #decision = 433
50.28/50.30	c #random_decision = 0
50.28/50.30	c #conflict = 0
50.28/50.30	c #restart = 0
50.28/50.30	c BCD2: found a new core of size 2: cost of the new core is >=5476
50.28/50.30	c lower bound updated to 2231631255523
50.28/50.35	c BCD2: 2233850262146 <= obj <= 7045346031125
50.28/50.35	c BCD2: #cores=221, #unrelaxed=324, #relaxed=948, #hardened=0
50.28/50.35	c BCD2: #sat=1 #unsat=405 bias=405/406
50.28/50.35	c Solving starts ...
50.28/50.35	c ============================[ Search Statistics ]============================
50.28/50.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.28/50.35	c       |         |          |          |    Limit     GC | Var      | Constra 
50.28/50.35	c =============================================================================
50.28/50.37	c  0.0s |       0 |        0 |        0 |    30308      0 |     3197 |     5338
50.38/50.50	c  0.1s |       0 |      809 |        1 |    30308      0 |     3197 |     5338
50.38/50.50	c #cpu_time = 0.120s
50.38/50.50	c #wall_clock_time = 0.120s
50.38/50.50	c #decision = 809
50.38/50.50	c #random_decision = 0
50.38/50.50	c #conflict = 1
50.48/50.50	c #restart = 0
50.48/50.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
50.48/50.50	c lower bound updated to 2231631255597
50.48/50.54	c BCD2: 2233850262220 <= obj <= 7045346031125
50.48/50.54	c BCD2: #cores=221, #unrelaxed=323, #relaxed=949, #hardened=0
50.48/50.54	c BCD2: #sat=1 #unsat=406 bias=406/407
50.48/50.55	c Solving starts ...
50.48/50.55	c ============================[ Search Statistics ]============================
50.48/50.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.48/50.55	c       |         |          |          |    Limit     GC | Var      | Constra 
50.48/50.55	c =============================================================================
50.48/50.57	c  0.0s |       0 |        0 |        0 |    30308      0 |     3198 |     5338
50.59/50.69	c  0.1s |       0 |      809 |        1 |    30308      0 |     3198 |     5339
50.59/50.69	c #cpu_time = 0.119s
50.59/50.69	c #wall_clock_time = 0.119s
50.59/50.69	c #decision = 809
50.59/50.69	c #random_decision = 0
50.59/50.69	c #conflict = 1
50.59/50.69	c #restart = 0
50.59/50.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
50.59/50.69	c lower bound updated to 2231631255598
50.69/50.74	c BCD2: 2233850262221 <= obj <= 7045346031125
50.69/50.74	c BCD2: #cores=221, #unrelaxed=322, #relaxed=950, #hardened=0
50.69/50.74	c BCD2: #sat=1 #unsat=407 bias=407/408
50.69/50.75	c Solving starts ...
50.69/50.75	c ============================[ Search Statistics ]============================
50.69/50.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.69/50.75	c       |         |          |          |    Limit     GC | Var      | Constra 
50.69/50.75	c =============================================================================
50.69/50.76	c  0.0s |       0 |        0 |        0 |    30308      0 |     3199 |     5339
50.78/50.87	c  0.1s |       0 |      433 |        0 |    30308      0 |     3199 |     5340
50.78/50.87	c #cpu_time = 0.102s
50.78/50.87	c #wall_clock_time = 0.102s
50.78/50.87	c #decision = 433
50.78/50.87	c #random_decision = 0
50.78/50.87	c #conflict = 0
50.78/50.87	c #restart = 0
50.78/50.87	c BCD2: found a new core of size 1: cost of the new core is >=29986576
50.78/50.87	c lower bound updated to 2231661242174
50.88/50.92	c BCD2: 2233880248797 <= obj <= 7045346031125
50.88/50.92	c BCD2: #cores=222, #unrelaxed=321, #relaxed=951, #hardened=0
50.88/50.92	c BCD2: #sat=1 #unsat=408 bias=408/409
50.88/50.92	c Solving starts ...
50.88/50.92	c ============================[ Search Statistics ]============================
50.88/50.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.88/50.92	c       |         |          |          |    Limit     GC | Var      | Constra 
50.88/50.92	c =============================================================================
50.88/50.94	c  0.0s |       0 |        0 |        0 |    30308      0 |     3199 |     5340
50.98/51.05	c  0.1s |       0 |      435 |        0 |    30308      0 |     3199 |     5340
50.98/51.05	c #cpu_time = 0.101s
50.98/51.05	c #wall_clock_time = 0.101s
50.98/51.05	c #decision = 435
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 2: cost of the new core is >=5476
50.98/51.05	c lower bound updated to 2231661247650
51.08/51.10	c BCD2: 2233880254273 <= obj <= 7045346031125
51.08/51.10	c BCD2: #cores=223, #unrelaxed=319, #relaxed=953, #hardened=0
51.08/51.10	c BCD2: #sat=1 #unsat=409 bias=409/410
51.08/51.10	c Solving starts ...
51.08/51.10	c ============================[ Search Statistics ]============================
51.08/51.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.08/51.10	c       |         |          |          |    Limit     GC | Var      | Constra 
51.08/51.10	c =============================================================================
51.08/51.12	c  0.0s |       0 |        0 |        0 |    30308      0 |     3199 |     5340
51.18/51.25	c  0.1s |       0 |      812 |        1 |    30308      0 |     3199 |     5340
51.18/51.25	c #cpu_time = 0.121s
51.18/51.25	c #wall_clock_time = 0.122s
51.18/51.25	c #decision = 812
51.18/51.25	c #random_decision = 0
51.18/51.25	c #conflict = 1
51.18/51.25	c #restart = 0
51.18/51.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
51.18/51.25	c lower bound updated to 2231661247724
51.18/51.29	c BCD2: 2233880254347 <= obj <= 7045346031125
51.18/51.29	c BCD2: #cores=223, #unrelaxed=318, #relaxed=954, #hardened=0
51.18/51.29	c BCD2: #sat=1 #unsat=410 bias=410/411
51.28/51.30	c Solving starts ...
51.28/51.30	c ============================[ Search Statistics ]============================
51.28/51.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.28/51.30	c       |         |          |          |    Limit     GC | Var      | Constra 
51.28/51.30	c =============================================================================
51.28/51.32	c  0.0s |       0 |        0 |        0 |    30308      0 |     3200 |     5340
51.38/51.44	c  0.1s |       0 |      812 |        1 |    30308      0 |     3200 |     5341
51.38/51.44	c #cpu_time = 0.120s
51.38/51.44	c #wall_clock_time = 0.121s
51.38/51.44	c #decision = 812
51.38/51.44	c #random_decision = 0
51.38/51.44	c #conflict = 1
51.38/51.44	c #restart = 0
51.38/51.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
51.38/51.44	c lower bound updated to 2231661247725
51.38/51.49	c BCD2: 2233880254348 <= obj <= 7045346031125
51.38/51.49	c BCD2: #cores=223, #unrelaxed=317, #relaxed=955, #hardened=0
51.38/51.49	c BCD2: #sat=1 #unsat=411 bias=411/412
51.48/51.50	c Solving starts ...
51.48/51.50	c ============================[ Search Statistics ]============================
51.48/51.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.48/51.50	c       |         |          |          |    Limit     GC | Var      | Constra 
51.48/51.50	c =============================================================================
51.48/51.51	c  0.0s |       0 |        0 |        0 |    30308      0 |     3201 |     5341
51.58/51.62	c  0.1s |       0 |      435 |        0 |    30308      0 |     3201 |     5342
51.58/51.62	c #cpu_time = 0.103s
51.58/51.62	c #wall_clock_time = 0.103s
51.58/51.62	c #decision = 435
51.58/51.62	c #random_decision = 0
51.58/51.62	c #conflict = 0
51.58/51.62	c #restart = 0
51.58/51.62	c BCD2: found a new core of size 1: cost of the new core is >=29986576
51.58/51.62	c lower bound updated to 2231691234301
51.58/51.67	c BCD2: 2233910240924 <= obj <= 7045346031125
51.58/51.67	c BCD2: #cores=224, #unrelaxed=316, #relaxed=956, #hardened=0
51.58/51.67	c BCD2: #sat=1 #unsat=412 bias=412/413
51.58/51.68	c Solving starts ...
51.58/51.68	c ============================[ Search Statistics ]============================
51.58/51.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.58/51.68	c       |         |          |          |    Limit     GC | Var      | Constra 
51.58/51.68	c =============================================================================
51.58/51.69	c  0.0s |       0 |        0 |        0 |    30308      0 |     3201 |     5342
51.79/51.80	c  0.1s |       0 |      437 |        0 |    30308      0 |     3201 |     5342
51.79/51.80	c #cpu_time = 0.103s
51.79/51.80	c #wall_clock_time = 0.103s
51.79/51.80	c #decision = 437
51.79/51.80	c #random_decision = 0
51.79/51.80	c #conflict = 0
51.79/51.80	c #restart = 0
51.79/51.80	c BCD2: found a new core of size 2: cost of the new core is >=5476
51.79/51.80	c lower bound updated to 2231691239777
51.79/51.85	c BCD2: 2233910246400 <= obj <= 7045346031125
51.79/51.85	c BCD2: #cores=225, #unrelaxed=314, #relaxed=958, #hardened=0
51.79/51.85	c BCD2: #sat=1 #unsat=413 bias=413/414
51.79/51.86	c Solving starts ...
51.79/51.86	c ============================[ Search Statistics ]============================
51.79/51.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.79/51.86	c       |         |          |          |    Limit     GC | Var      | Constra 
51.79/51.86	c =============================================================================
51.79/51.87	c  0.0s |       0 |        0 |        0 |    30308      0 |     3201 |     5342
51.98/52.00	c  0.1s |       0 |      815 |        1 |    30308      0 |     3201 |     5342
51.98/52.00	c #cpu_time = 0.123s
51.98/52.00	c #wall_clock_time = 0.124s
51.98/52.00	c #decision = 815
51.98/52.00	c #random_decision = 0
51.98/52.00	c #conflict = 1
51.98/52.00	c #restart = 0
51.98/52.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
51.98/52.01	c lower bound updated to 2231691239851
51.98/52.05	c BCD2: 2233910246474 <= obj <= 7045346031125
51.98/52.05	c BCD2: #cores=225, #unrelaxed=313, #relaxed=959, #hardened=0
51.98/52.05	c BCD2: #sat=1 #unsat=414 bias=414/415
51.98/52.06	c Solving starts ...
51.98/52.06	c ============================[ Search Statistics ]============================
51.98/52.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.98/52.06	c       |         |          |          |    Limit     GC | Var      | Constra 
51.98/52.06	c =============================================================================
51.98/52.08	c  0.0s |       0 |        0 |        0 |    30308      0 |     3202 |     5342
52.18/52.21	c  0.1s |       0 |      815 |        1 |    30308      0 |     3202 |     5343
52.18/52.21	c #cpu_time = 0.123s
52.18/52.21	c #wall_clock_time = 0.123s
52.18/52.21	c #decision = 815
52.18/52.21	c #random_decision = 0
52.18/52.21	c #conflict = 1
52.18/52.21	c #restart = 0
52.18/52.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
52.18/52.21	c lower bound updated to 2231691239852
52.18/52.25	c BCD2: 2233910246475 <= obj <= 7045346031125
52.18/52.25	c BCD2: #cores=225, #unrelaxed=312, #relaxed=960, #hardened=0
52.18/52.25	c BCD2: #sat=1 #unsat=415 bias=415/416
52.18/52.26	c Solving starts ...
52.18/52.26	c ============================[ Search Statistics ]============================
52.18/52.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.18/52.26	c       |         |          |          |    Limit     GC | Var      | Constra 
52.18/52.26	c =============================================================================
52.18/52.28	c  0.0s |       0 |        0 |        0 |    30308      0 |     3203 |     5343
52.28/52.39	c  0.1s |       0 |      437 |        0 |    30308      0 |     3203 |     5344
52.28/52.39	c #cpu_time = 0.104s
52.28/52.39	c #wall_clock_time = 0.104s
52.28/52.39	c #decision = 437
52.28/52.39	c #random_decision = 0
52.28/52.39	c #conflict = 0
52.28/52.39	c #restart = 0
52.28/52.39	c BCD2: found a new core of size 1: cost of the new core is >=29986576
52.28/52.39	c lower bound updated to 2231721226428
52.38/52.44	c BCD2: 2233940233051 <= obj <= 7045346031125
52.38/52.44	c BCD2: #cores=226, #unrelaxed=311, #relaxed=961, #hardened=0
52.38/52.44	c BCD2: #sat=1 #unsat=416 bias=416/417
52.38/52.44	c Solving starts ...
52.38/52.44	c ============================[ Search Statistics ]============================
52.38/52.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.38/52.44	c       |         |          |          |    Limit     GC | Var      | Constra 
52.38/52.44	c =============================================================================
52.38/52.46	c  0.0s |       0 |        0 |        0 |    30308      0 |     3203 |     5344
52.48/52.57	c  0.1s |       0 |      439 |        0 |    30308      0 |     3203 |     5344
52.48/52.57	c #cpu_time = 0.104s
52.48/52.57	c #wall_clock_time = 0.104s
52.48/52.57	c #decision = 439
52.48/52.57	c #random_decision = 0
52.48/52.57	c #conflict = 0
52.48/52.57	c #restart = 0
52.48/52.57	c BCD2: found a new core of size 2: cost of the new core is >=5476
52.48/52.57	c lower bound updated to 2231721231904
52.58/52.62	c BCD2: 2233940238527 <= obj <= 7045346031125
52.58/52.62	c BCD2: #cores=227, #unrelaxed=309, #relaxed=963, #hardened=0
52.58/52.62	c BCD2: #sat=1 #unsat=417 bias=417/418
52.58/52.62	c Solving starts ...
52.58/52.62	c ============================[ Search Statistics ]============================
52.58/52.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.58/52.62	c       |         |          |          |    Limit     GC | Var      | Constra 
52.58/52.62	c =============================================================================
52.58/52.64	c  0.0s |       0 |        0 |        0 |    30308      0 |     3203 |     5344
52.68/52.77	c  0.1s |       0 |      818 |        1 |    30308      0 |     3203 |     5344
52.68/52.77	c #cpu_time = 0.125s
52.68/52.77	c #wall_clock_time = 0.125s
52.68/52.77	c #decision = 818
52.68/52.77	c #random_decision = 0
52.68/52.77	c #conflict = 1
52.68/52.77	c #restart = 0
52.68/52.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
52.68/52.77	c lower bound updated to 2231721231978
52.79/52.82	c BCD2: 2233940238601 <= obj <= 7045346031125
52.79/52.82	c BCD2: #cores=227, #unrelaxed=308, #relaxed=964, #hardened=0
52.79/52.82	c BCD2: #sat=1 #unsat=418 bias=418/419
52.79/52.83	c Solving starts ...
52.79/52.83	c ============================[ Search Statistics ]============================
52.79/52.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.79/52.83	c       |         |          |          |    Limit     GC | Var      | Constra 
52.79/52.83	c =============================================================================
52.79/52.84	c  0.0s |       0 |        0 |        0 |    30308      0 |     3204 |     5344
52.89/52.97	c  0.1s |       0 |      818 |        1 |    30308      0 |     3204 |     5345
52.89/52.97	c #cpu_time = 0.124s
52.89/52.97	c #wall_clock_time = 0.124s
52.89/52.97	c #decision = 818
52.89/52.97	c #random_decision = 0
52.89/52.97	c #conflict = 1
52.89/52.97	c #restart = 0
52.89/52.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
52.89/52.97	c lower bound updated to 2231721231979
52.98/53.02	c BCD2: 2233940238602 <= obj <= 7045346031125
52.98/53.02	c BCD2: #cores=227, #unrelaxed=307, #relaxed=965, #hardened=0
52.98/53.02	c BCD2: #sat=1 #unsat=419 bias=419/420
52.98/53.03	c Solving starts ...
52.98/53.03	c ============================[ Search Statistics ]============================
52.98/53.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.98/53.03	c       |         |          |          |    Limit     GC | Var      | Constra 
52.98/53.03	c =============================================================================
52.98/53.05	c  0.0s |       0 |        0 |        0 |    30308      0 |     3205 |     5345
53.08/53.16	c  0.1s |       0 |      439 |        0 |    30308      0 |     3205 |     5346
53.08/53.16	c #cpu_time = 0.106s
53.08/53.16	c #wall_clock_time = 0.106s
53.08/53.16	c #decision = 439
53.08/53.16	c #random_decision = 0
53.08/53.16	c #conflict = 0
53.08/53.16	c #restart = 0
53.08/53.16	c BCD2: found a new core of size 1: cost of the new core is >=29986576
53.08/53.16	c lower bound updated to 2231751218555
53.18/53.21	c BCD2: 2233970225178 <= obj <= 7045346031125
53.18/53.21	c BCD2: #cores=228, #unrelaxed=306, #relaxed=966, #hardened=0
53.18/53.21	c BCD2: #sat=1 #unsat=420 bias=420/421
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 |    30308      0 |     3205 |     5346
53.28/53.34	c  0.1s |       0 |      441 |        0 |    30308      0 |     3205 |     5346
53.28/53.34	c #cpu_time = 0.105s
53.28/53.34	c #wall_clock_time = 0.105s
53.28/53.34	c #decision = 441
53.28/53.34	c #random_decision = 0
53.28/53.34	c #conflict = 0
53.28/53.34	c #restart = 0
53.28/53.34	c BCD2: found a new core of size 2: cost of the new core is >=5476
53.28/53.34	c lower bound updated to 2231751224031
53.28/53.39	c BCD2: 2233970230654 <= obj <= 7045346031125
53.28/53.39	c BCD2: #cores=229, #unrelaxed=304, #relaxed=968, #hardened=0
53.28/53.39	c BCD2: #sat=1 #unsat=421 bias=421/422
53.28/53.39	c Solving starts ...
53.28/53.39	c ============================[ Search Statistics ]============================
53.28/53.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.28/53.39	c       |         |          |          |    Limit     GC | Var      | Constra 
53.28/53.39	c =============================================================================
53.38/53.41	c  0.0s |       0 |        0 |        0 |    30308      0 |     3205 |     5346
53.48/53.54	c  0.1s |       0 |      821 |        1 |    30308      0 |     3205 |     5346
53.48/53.54	c #cpu_time = 0.126s
53.48/53.54	c #wall_clock_time = 0.126s
53.48/53.54	c #decision = 821
53.48/53.54	c #random_decision = 0
53.48/53.54	c #conflict = 1
53.48/53.54	c #restart = 0
53.48/53.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
53.48/53.54	c lower bound updated to 2231751224105
53.48/53.59	c BCD2: 2233970230728 <= obj <= 7045346031125
53.48/53.59	c BCD2: #cores=229, #unrelaxed=303, #relaxed=969, #hardened=0
53.48/53.59	c BCD2: #sat=1 #unsat=422 bias=422/423
53.58/53.60	c Solving starts ...
53.58/53.60	c ============================[ Search Statistics ]============================
53.58/53.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.58/53.60	c       |         |          |          |    Limit     GC | Var      | Constra 
53.58/53.60	c =============================================================================
53.58/53.62	c  0.0s |       0 |        0 |        0 |    30308      0 |     3206 |     5346
53.68/53.75	c  0.1s |       0 |      821 |        1 |    30308      0 |     3206 |     5347
53.68/53.75	c #cpu_time = 0.125s
53.68/53.75	c #wall_clock_time = 0.126s
53.68/53.75	c #decision = 821
53.68/53.75	c #random_decision = 0
53.68/53.75	c #conflict = 1
53.68/53.75	c #restart = 0
53.68/53.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
53.68/53.75	c lower bound updated to 2231751224106
53.78/53.80	c BCD2: 2233970230729 <= obj <= 7045346031125
53.78/53.80	c BCD2: #cores=229, #unrelaxed=302, #relaxed=970, #hardened=0
53.78/53.80	c BCD2: #sat=1 #unsat=423 bias=423/424
53.78/53.80	c Solving starts ...
53.78/53.80	c ============================[ Search Statistics ]============================
53.78/53.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.78/53.80	c       |         |          |          |    Limit     GC | Var      | Constra 
53.78/53.80	c =============================================================================
53.78/53.82	c  0.0s |       0 |        0 |        0 |    30308      0 |     3207 |     5347
53.89/53.93	c  0.1s |       0 |      441 |        0 |    30308      0 |     3207 |     5348
53.89/53.93	c #cpu_time = 0.107s
53.89/53.93	c #wall_clock_time = 0.107s
53.89/53.93	c #decision = 441
53.89/53.93	c #random_decision = 0
53.89/53.93	c #conflict = 0
53.89/53.93	c #restart = 0
53.89/53.93	c BCD2: found a new core of size 1: cost of the new core is >=29986576
53.89/53.93	c lower bound updated to 2231781210682
53.89/53.98	c BCD2: 2234000217305 <= obj <= 7045346031125
53.89/53.98	c BCD2: #cores=230, #unrelaxed=301, #relaxed=971, #hardened=0
53.89/53.98	c BCD2: #sat=1 #unsat=424 bias=424/425
53.89/53.99	c Solving starts ...
53.89/53.99	c ============================[ Search Statistics ]============================
53.89/53.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.89/53.99	c       |         |          |          |    Limit     GC | Var      | Constra 
53.89/53.99	c =============================================================================
53.99/54.00	c  0.0s |       0 |        0 |        0 |    30308      0 |     3207 |     5348
54.08/54.12	c  0.1s |       0 |      443 |        0 |    30308      0 |     3207 |     5348
54.08/54.12	c #cpu_time = 0.106s
54.08/54.12	c #wall_clock_time = 0.106s
54.08/54.12	c #decision = 443
54.08/54.12	c #random_decision = 0
54.08/54.12	c #conflict = 0
54.08/54.12	c #restart = 0
54.08/54.12	c BCD2: found a new core of size 2: cost of the new core is >=5476
54.08/54.12	c lower bound updated to 2231781216158
54.08/54.17	c BCD2: 2234000222781 <= obj <= 7045346031125
54.08/54.17	c BCD2: #cores=231, #unrelaxed=299, #relaxed=973, #hardened=0
54.08/54.17	c BCD2: #sat=1 #unsat=425 bias=425/426
54.08/54.17	c Solving starts ...
54.08/54.17	c ============================[ Search Statistics ]============================
54.08/54.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.08/54.17	c       |         |          |          |    Limit     GC | Var      | Constra 
54.08/54.17	c =============================================================================
54.08/54.19	c  0.0s |       0 |        0 |        0 |    30308      0 |     3207 |     5348
54.28/54.32	c  0.1s |       0 |      824 |        1 |    30308      0 |     3207 |     5348
54.28/54.32	c #cpu_time = 0.127s
54.28/54.32	c #wall_clock_time = 0.128s
54.28/54.32	c #decision = 824
54.28/54.32	c #random_decision = 0
54.28/54.32	c #conflict = 1
54.28/54.32	c #restart = 0
54.28/54.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
54.28/54.32	c lower bound updated to 2231781216232
54.28/54.37	c BCD2: 2234000222855 <= obj <= 7045346031125
54.28/54.37	c BCD2: #cores=231, #unrelaxed=298, #relaxed=974, #hardened=0
54.28/54.37	c BCD2: #sat=1 #unsat=426 bias=426/427
54.28/54.38	c Solving starts ...
54.28/54.38	c ============================[ Search Statistics ]============================
54.28/54.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.28/54.38	c       |         |          |          |    Limit     GC | Var      | Constra 
54.28/54.38	c =============================================================================
54.28/54.39	c  0.0s |       0 |        0 |        0 |    30308      0 |     3208 |     5348
54.48/54.53	c  0.1s |       0 |      824 |        1 |    30308      0 |     3208 |     5349
54.48/54.53	c #cpu_time = 0.127s
54.48/54.53	c #wall_clock_time = 0.127s
54.48/54.53	c #decision = 824
54.48/54.53	c #random_decision = 0
54.48/54.53	c #conflict = 1
54.48/54.53	c #restart = 0
54.48/54.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
54.48/54.53	c lower bound updated to 2231781216233
54.48/54.58	c BCD2: 2234000222856 <= obj <= 7045346031125
54.48/54.58	c BCD2: #cores=231, #unrelaxed=297, #relaxed=975, #hardened=0
54.48/54.58	c BCD2: #sat=1 #unsat=427 bias=427/428
54.48/54.58	c Solving starts ...
54.48/54.58	c ============================[ Search Statistics ]============================
54.48/54.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.48/54.58	c       |         |          |          |    Limit     GC | Var      | Constra 
54.48/54.58	c =============================================================================
54.58/54.60	c  0.0s |       0 |        0 |        0 |    30308      0 |     3209 |     5349
54.68/54.71	c  0.1s |       0 |      443 |        0 |    30308      0 |     3209 |     5350
54.68/54.71	c #cpu_time = 0.108s
54.68/54.71	c #wall_clock_time = 0.108s
54.68/54.71	c #decision = 443
54.68/54.71	c #random_decision = 0
54.68/54.71	c #conflict = 0
54.68/54.71	c #restart = 0
54.68/54.71	c BCD2: found a new core of size 1: cost of the new core is >=29986576
54.68/54.71	c lower bound updated to 2231811202809
54.68/54.76	c BCD2: 2234030209432 <= obj <= 7045346031125
54.68/54.76	c BCD2: #cores=232, #unrelaxed=296, #relaxed=976, #hardened=0
54.68/54.76	c BCD2: #sat=1 #unsat=428 bias=428/429
54.68/54.77	c Solving starts ...
54.68/54.77	c ============================[ Search Statistics ]============================
54.68/54.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.68/54.77	c       |         |          |          |    Limit     GC | Var      | Constra 
54.68/54.77	c =============================================================================
54.68/54.79	c  0.0s |       0 |        0 |        0 |    30308      0 |     3209 |     5350
54.88/54.90	c  0.1s |       0 |      445 |        0 |    30308      0 |     3209 |     5350
54.88/54.90	c #cpu_time = 0.107s
54.88/54.90	c #wall_clock_time = 0.107s
54.88/54.90	c #decision = 445
54.88/54.90	c #random_decision = 0
54.88/54.90	c #conflict = 0
54.88/54.90	c #restart = 0
54.88/54.90	c BCD2: found a new core of size 2: cost of the new core is >=5476
54.88/54.90	c lower bound updated to 2231811208285
54.88/54.95	c BCD2: 2234030214908 <= obj <= 7045346031125
54.88/54.95	c BCD2: #cores=233, #unrelaxed=294, #relaxed=978, #hardened=0
54.88/54.95	c BCD2: #sat=1 #unsat=429 bias=429/430
54.88/54.95	c Solving starts ...
54.88/54.95	c ============================[ Search Statistics ]============================
54.88/54.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.88/54.95	c       |         |          |          |    Limit     GC | Var      | Constra 
54.88/54.95	c =============================================================================
54.88/54.97	c  0.0s |       0 |        0 |        0 |    30308      0 |     3209 |     5350
55.09/55.11	c  0.1s |       0 |      827 |        1 |    30308      0 |     3209 |     5350
55.09/55.11	c #cpu_time = 0.129s
55.09/55.11	c #wall_clock_time = 0.129s
55.09/55.11	c #decision = 827
55.09/55.11	c #random_decision = 0
55.09/55.11	c #conflict = 1
55.09/55.11	c #restart = 0
55.09/55.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
55.09/55.11	c lower bound updated to 2231811208359
55.09/55.16	c BCD2: 2234030214982 <= obj <= 7045346031125
55.09/55.16	c BCD2: #cores=233, #unrelaxed=293, #relaxed=979, #hardened=0
55.09/55.16	c BCD2: #sat=1 #unsat=430 bias=430/431
55.09/55.16	c Solving starts ...
55.09/55.16	c ============================[ Search Statistics ]============================
55.09/55.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.09/55.16	c       |         |          |          |    Limit     GC | Var      | Constra 
55.09/55.16	c =============================================================================
55.09/55.18	c  0.0s |       0 |        0 |        0 |    30308      0 |     3210 |     5350
55.28/55.31	c  0.1s |       0 |      827 |        1 |    30308      0 |     3210 |     5351
55.28/55.31	c #cpu_time = 0.128s
55.28/55.31	c #wall_clock_time = 0.128s
55.28/55.31	c #decision = 827
55.28/55.31	c #random_decision = 0
55.28/55.31	c #conflict = 1
55.28/55.31	c #restart = 0
55.28/55.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
55.28/55.31	c lower bound updated to 2231811208360
55.28/55.36	c BCD2: 2234030214983 <= obj <= 7045346031125
55.28/55.36	c BCD2: #cores=233, #unrelaxed=292, #relaxed=980, #hardened=0
55.28/55.36	c BCD2: #sat=1 #unsat=431 bias=431/432
55.28/55.37	c Solving starts ...
55.28/55.37	c ============================[ Search Statistics ]============================
55.28/55.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.28/55.37	c       |         |          |          |    Limit     GC | Var      | Constra 
55.28/55.37	c =============================================================================
55.28/55.39	c  0.0s |       0 |        0 |        0 |    30308      0 |     3211 |     5351
55.48/55.50	c  0.1s |       0 |      445 |        0 |    30308      0 |     3211 |     5352
55.48/55.50	c #cpu_time = 0.109s
55.48/55.50	c #wall_clock_time = 0.109s
55.48/55.50	c #decision = 445
55.48/55.50	c #random_decision = 0
55.48/55.50	c #conflict = 0
55.48/55.50	c #restart = 0
55.48/55.50	c BCD2: found a new core of size 1: cost of the new core is >=29986576
55.48/55.50	c lower bound updated to 2231841194936
55.48/55.55	c BCD2: 2234060201559 <= obj <= 7045346031125
55.48/55.55	c BCD2: #cores=234, #unrelaxed=291, #relaxed=981, #hardened=0
55.48/55.55	c BCD2: #sat=1 #unsat=432 bias=432/433
55.48/55.56	c Solving starts ...
55.48/55.56	c ============================[ Search Statistics ]============================
55.48/55.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.48/55.56	c       |         |          |          |    Limit     GC | Var      | Constra 
55.48/55.56	c =============================================================================
55.48/55.57	c  0.0s |       0 |        0 |        0 |    30308      0 |     3211 |     5352
55.58/55.69	c  0.1s |       0 |      447 |        0 |    30308      0 |     3211 |     5352
55.58/55.69	c #cpu_time = 0.109s
55.58/55.69	c #wall_clock_time = 0.109s
55.58/55.69	c #decision = 447
55.58/55.69	c #random_decision = 0
55.58/55.69	c #conflict = 0
55.58/55.69	c #restart = 0
55.58/55.69	c BCD2: found a new core of size 2: cost of the new core is >=5476
55.58/55.69	c lower bound updated to 2231841200412
55.68/55.74	c BCD2: 2234060207035 <= obj <= 7045346031125
55.68/55.74	c BCD2: #cores=235, #unrelaxed=289, #relaxed=983, #hardened=0
55.68/55.74	c BCD2: #sat=1 #unsat=433 bias=433/434
55.68/55.75	c Solving starts ...
55.68/55.75	c ============================[ Search Statistics ]============================
55.68/55.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.68/55.75	c       |         |          |          |    Limit     GC | Var      | Constra 
55.68/55.75	c =============================================================================
55.68/55.76	c  0.0s |       0 |        0 |        0 |    30308      0 |     3211 |     5352
55.88/55.90	c  0.1s |       0 |      830 |        1 |    30308      0 |     3211 |     5352
55.88/55.90	c #cpu_time = 0.131s
55.88/55.90	c #wall_clock_time = 0.131s
55.88/55.90	c #decision = 830
55.88/55.90	c #random_decision = 0
55.88/55.90	c #conflict = 1
55.88/55.90	c #restart = 0
55.88/55.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
55.88/55.90	c lower bound updated to 2231841200486
55.88/55.95	c BCD2: 2234060207109 <= obj <= 7045346031125
55.88/55.95	c BCD2: #cores=235, #unrelaxed=288, #relaxed=984, #hardened=0
55.88/55.95	c BCD2: #sat=1 #unsat=434 bias=434/435
55.88/55.96	c Solving starts ...
55.88/55.96	c ============================[ Search Statistics ]============================
55.88/55.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.88/55.96	c       |         |          |          |    Limit     GC | Var      | Constra 
55.88/55.96	c =============================================================================
55.88/55.97	c  0.0s |       0 |        0 |        0 |    30308      0 |     3212 |     5352
56.09/56.11	c  0.1s |       0 |      830 |        1 |    30308      0 |     3212 |     5353
56.09/56.11	c #cpu_time = 0.130s
56.09/56.11	c #wall_clock_time = 0.130s
56.09/56.11	c #decision = 830
56.09/56.11	c #random_decision = 0
56.09/56.11	c #conflict = 1
56.09/56.11	c #restart = 0
56.09/56.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
56.09/56.11	c lower bound updated to 2231841200487
56.09/56.16	c BCD2: 2234060207110 <= obj <= 7045346031125
56.09/56.16	c BCD2: #cores=235, #unrelaxed=287, #relaxed=985, #hardened=0
56.09/56.16	c BCD2: #sat=1 #unsat=435 bias=435/436
56.09/56.17	c Solving starts ...
56.09/56.17	c ============================[ Search Statistics ]============================
56.09/56.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.09/56.17	c       |         |          |          |    Limit     GC | Var      | Constra 
56.09/56.17	c =============================================================================
56.09/56.18	c  0.0s |       0 |        0 |        0 |    30308      0 |     3213 |     5353
56.28/56.30	c  0.1s |       0 |      447 |        0 |    30308      0 |     3213 |     5354
56.28/56.30	c #cpu_time = 0.110s
56.28/56.30	c #wall_clock_time = 0.111s
56.28/56.30	c #decision = 447
56.28/56.30	c #random_decision = 0
56.28/56.30	c #conflict = 0
56.28/56.30	c #restart = 0
56.28/56.30	c BCD2: found a new core of size 1: cost of the new core is >=29986576
56.28/56.30	c lower bound updated to 2231871187063
56.28/56.35	c BCD2: 2234090193686 <= obj <= 7045346031125
56.28/56.35	c BCD2: #cores=236, #unrelaxed=286, #relaxed=986, #hardened=0
56.28/56.35	c BCD2: #sat=1 #unsat=436 bias=436/437
56.28/56.35	c Solving starts ...
56.28/56.35	c ============================[ Search Statistics ]============================
56.28/56.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.28/56.35	c       |         |          |          |    Limit     GC | Var      | Constra 
56.28/56.35	c =============================================================================
56.28/56.37	c  0.0s |       0 |        0 |        0 |    30308      0 |     3213 |     5354
56.38/56.49	c  0.1s |       0 |      449 |        0 |    30308      0 |     3213 |     5354
56.38/56.49	c #cpu_time = 0.109s
56.38/56.49	c #wall_clock_time = 0.110s
56.38/56.49	c #decision = 449
56.38/56.49	c #random_decision = 0
56.38/56.49	c #conflict = 0
56.38/56.49	c #restart = 0
56.38/56.49	c BCD2: found a new core of size 2: cost of the new core is >=5476
56.38/56.49	c lower bound updated to 2231871192539
56.48/56.54	c BCD2: 2234090199162 <= obj <= 7045346031125
56.48/56.54	c BCD2: #cores=237, #unrelaxed=284, #relaxed=988, #hardened=0
56.48/56.54	c BCD2: #sat=1 #unsat=437 bias=437/438
56.48/56.54	c Solving starts ...
56.48/56.54	c ============================[ Search Statistics ]============================
56.48/56.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.48/56.54	c       |         |          |          |    Limit     GC | Var      | Constra 
56.48/56.54	c =============================================================================
56.48/56.56	c  0.0s |       0 |        0 |        0 |    30308      0 |     3213 |     5354
56.68/56.70	c  0.1s |       0 |      833 |        1 |    30308      0 |     3213 |     5354
56.68/56.70	c #cpu_time = 0.131s
56.68/56.70	c #wall_clock_time = 0.132s
56.68/56.70	c #decision = 833
56.68/56.70	c #random_decision = 0
56.68/56.70	c #conflict = 1
56.68/56.70	c #restart = 0
56.68/56.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
56.68/56.70	c lower bound updated to 2231871192613
56.68/56.75	c BCD2: 2234090199236 <= obj <= 7045346031125
56.68/56.75	c BCD2: #cores=237, #unrelaxed=283, #relaxed=989, #hardened=0
56.68/56.75	c BCD2: #sat=1 #unsat=438 bias=438/439
56.68/56.76	c Solving starts ...
56.68/56.76	c ============================[ Search Statistics ]============================
56.68/56.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.68/56.76	c       |         |          |          |    Limit     GC | Var      | Constra 
56.68/56.76	c =============================================================================
56.68/56.77	c  0.0s |       0 |        0 |        0 |    30308      0 |     3214 |     5354
56.88/56.91	c  0.1s |       0 |      833 |        1 |    30308      0 |     3214 |     5355
56.88/56.91	c #cpu_time = 0.131s
56.88/56.91	c #wall_clock_time = 0.131s
56.88/56.91	c #decision = 833
56.88/56.91	c #random_decision = 0
56.88/56.91	c #conflict = 1
56.88/56.91	c #restart = 0
56.88/56.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
56.88/56.91	c lower bound updated to 2231871192614
56.88/56.96	c BCD2: 2234090199237 <= obj <= 7045346031125
56.88/56.96	c BCD2: #cores=237, #unrelaxed=282, #relaxed=990, #hardened=0
56.88/56.96	c BCD2: #sat=1 #unsat=439 bias=439/440
56.88/56.97	c Solving starts ...
56.88/56.97	c ============================[ Search Statistics ]============================
56.88/56.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.88/56.97	c       |         |          |          |    Limit     GC | Var      | Constra 
56.88/56.97	c =============================================================================
56.88/56.98	c  0.0s |       0 |        0 |        0 |    30308      0 |     3215 |     5355
57.08/57.10	c  0.1s |       0 |      449 |        0 |    30308      0 |     3215 |     5356
57.08/57.10	c #cpu_time = 0.112s
57.08/57.10	c #wall_clock_time = 0.112s
57.08/57.10	c #decision = 449
57.08/57.10	c #random_decision = 0
57.08/57.10	c #conflict = 0
57.08/57.10	c #restart = 0
57.08/57.10	c BCD2: found a new core of size 1: cost of the new core is >=29986576
57.08/57.10	c lower bound updated to 2231901179190
57.08/57.15	c BCD2: 2234120185813 <= obj <= 7045346031125
57.08/57.15	c BCD2: #cores=238, #unrelaxed=281, #relaxed=991, #hardened=0
57.08/57.15	c BCD2: #sat=1 #unsat=440 bias=440/441
57.08/57.16	c Solving starts ...
57.08/57.16	c ============================[ Search Statistics ]============================
57.08/57.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.08/57.16	c       |         |          |          |    Limit     GC | Var      | Constra 
57.08/57.16	c =============================================================================
57.08/57.17	c  0.0s |       0 |        0 |        0 |    30308      0 |     3215 |     5356
57.18/57.29	c  0.1s |       0 |      451 |        0 |    30308      0 |     3215 |     5356
57.18/57.29	c #cpu_time = 0.112s
57.18/57.29	c #wall_clock_time = 0.112s
57.18/57.29	c #decision = 451
57.18/57.29	c #random_decision = 0
57.18/57.29	c #conflict = 0
57.18/57.29	c #restart = 0
57.18/57.29	c BCD2: found a new core of size 2: cost of the new core is >=5476
57.18/57.29	c lower bound updated to 2231901184666
57.28/57.34	c BCD2: 2234120191289 <= obj <= 7045346031125
57.28/57.34	c BCD2: #cores=239, #unrelaxed=279, #relaxed=993, #hardened=0
57.28/57.34	c BCD2: #sat=1 #unsat=441 bias=441/442
57.28/57.35	c Solving starts ...
57.28/57.35	c ============================[ Search Statistics ]============================
57.28/57.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.28/57.35	c       |         |          |          |    Limit     GC | Var      | Constra 
57.28/57.35	c =============================================================================
57.28/57.37	c  0.0s |       0 |        0 |        0 |    30308      0 |     3215 |     5356
57.48/57.51	c  0.1s |       0 |      836 |        1 |    30308      0 |     3215 |     5356
57.48/57.51	c #cpu_time = 0.134s
57.48/57.51	c #wall_clock_time = 0.135s
57.48/57.51	c #decision = 836
57.48/57.51	c #random_decision = 0
57.48/57.51	c #conflict = 1
57.48/57.51	c #restart = 0
57.48/57.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
57.48/57.51	c lower bound updated to 2231901184740
57.48/57.56	c BCD2: 2234120191363 <= obj <= 7045346031125
57.48/57.56	c BCD2: #cores=239, #unrelaxed=278, #relaxed=994, #hardened=0
57.48/57.56	c BCD2: #sat=1 #unsat=442 bias=442/443
57.48/57.56	c Solving starts ...
57.48/57.56	c ============================[ Search Statistics ]============================
57.48/57.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.48/57.56	c       |         |          |          |    Limit     GC | Var      | Constra 
57.48/57.56	c =============================================================================
57.48/57.58	c  0.0s |       0 |        0 |        0 |    30308      0 |     3216 |     5356
57.68/57.72	c  0.1s |       0 |      836 |        1 |    30308      0 |     3216 |     5357
57.68/57.72	c #cpu_time = 0.134s
57.68/57.72	c #wall_clock_time = 0.134s
57.68/57.72	c #decision = 836
57.68/57.72	c #random_decision = 0
57.68/57.72	c #conflict = 1
57.68/57.72	c #restart = 0
57.68/57.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
57.68/57.72	c lower bound updated to 2231901184741
57.68/57.77	c BCD2: 2234120191364 <= obj <= 7045346031125
57.68/57.77	c BCD2: #cores=239, #unrelaxed=277, #relaxed=995, #hardened=0
57.68/57.77	c BCD2: #sat=1 #unsat=443 bias=443/444
57.68/57.78	c Solving starts ...
57.68/57.78	c ============================[ Search Statistics ]============================
57.68/57.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.68/57.78	c       |         |          |          |    Limit     GC | Var      | Constra 
57.68/57.78	c =============================================================================
57.68/57.79	c  0.0s |       0 |        0 |        0 |    30308      0 |     3217 |     5357
57.88/57.91	c  0.1s |       0 |      451 |        0 |    30308      0 |     3217 |     5358
57.88/57.91	c #cpu_time = 0.113s
57.88/57.91	c #wall_clock_time = 0.113s
57.88/57.91	c #decision = 451
57.88/57.91	c #random_decision = 0
57.88/57.91	c #conflict = 0
57.88/57.91	c #restart = 0
57.88/57.91	c BCD2: found a new core of size 1: cost of the new core is >=29986576
57.88/57.91	c lower bound updated to 2231931171317
57.88/57.96	c BCD2: 2234150177940 <= obj <= 7045346031125
57.88/57.96	c BCD2: #cores=240, #unrelaxed=276, #relaxed=996, #hardened=0
57.88/57.96	c BCD2: #sat=1 #unsat=444 bias=444/445
57.88/57.97	c Solving starts ...
57.88/57.97	c ============================[ Search Statistics ]============================
57.88/57.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.88/57.97	c       |         |          |          |    Limit     GC | Var      | Constra 
57.88/57.97	c =============================================================================
57.88/57.99	c  0.0s |       0 |        0 |        0 |    30308      0 |     3217 |     5358
58.08/58.11	c  0.1s |       0 |      453 |        0 |    30308      0 |     3217 |     5358
58.08/58.11	c #cpu_time = 0.112s
58.08/58.11	c #wall_clock_time = 0.112s
58.08/58.11	c #decision = 453
58.08/58.11	c #random_decision = 0
58.08/58.11	c #conflict = 0
58.08/58.11	c #restart = 0
58.08/58.11	c BCD2: found a new core of size 2: cost of the new core is >=5476
58.08/58.11	c lower bound updated to 2231931176793
58.08/58.16	c BCD2: 2234150183416 <= obj <= 7045346031125
58.08/58.16	c BCD2: #cores=241, #unrelaxed=274, #relaxed=998, #hardened=0
58.08/58.16	c BCD2: #sat=1 #unsat=445 bias=445/446
58.08/58.16	c Solving starts ...
58.08/58.16	c ============================[ Search Statistics ]============================
58.08/58.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.08/58.16	c       |         |          |          |    Limit     GC | Var      | Constra 
58.08/58.16	c =============================================================================
58.08/58.18	c  0.0s |       0 |        0 |        0 |    30308      0 |     3217 |     5358
58.28/58.32	c  0.1s |       0 |      839 |        1 |    30308      0 |     3217 |     5358
58.28/58.32	c #cpu_time = 0.135s
58.28/58.32	c #wall_clock_time = 0.136s
58.28/58.32	c #decision = 839
58.28/58.32	c #random_decision = 0
58.28/58.32	c #conflict = 1
58.28/58.32	c #restart = 0
58.28/58.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
58.28/58.32	c lower bound updated to 2231931176867
58.28/58.37	c BCD2: 2234150183490 <= obj <= 7045346031125
58.28/58.37	c BCD2: #cores=241, #unrelaxed=273, #relaxed=999, #hardened=0
58.28/58.37	c BCD2: #sat=1 #unsat=446 bias=446/447
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.39	c  0.0s |       0 |        0 |        0 |    30308      0 |     3218 |     5358
58.48/58.54	c  0.1s |       0 |      839 |        1 |    30308      0 |     3218 |     5359
58.48/58.54	c #cpu_time = 0.134s
58.48/58.54	c #wall_clock_time = 0.135s
58.48/58.54	c #decision = 839
58.48/58.54	c #random_decision = 0
58.48/58.54	c #conflict = 1
58.48/58.54	c #restart = 0
58.48/58.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
58.48/58.54	c lower bound updated to 2231931176868
58.48/58.58	c BCD2: 2234150183491 <= obj <= 7045346031125
58.48/58.58	c BCD2: #cores=241, #unrelaxed=272, #relaxed=1000, #hardened=0
58.48/58.58	c BCD2: #sat=1 #unsat=447 bias=447/448
58.48/58.59	c Solving starts ...
58.48/58.59	c ============================[ Search Statistics ]============================
58.48/58.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.48/58.59	c       |         |          |          |    Limit     GC | Var      | Constra 
58.48/58.59	c =============================================================================
58.58/58.61	c  0.0s |       0 |        0 |        0 |    30308      0 |     3219 |     5359
58.68/58.73	c  0.1s |       0 |      453 |        0 |    30308      0 |     3219 |     5360
58.68/58.73	c #cpu_time = 0.114s
58.68/58.73	c #wall_clock_time = 0.114s
58.68/58.73	c #decision = 453
58.68/58.73	c #random_decision = 0
58.68/58.73	c #conflict = 0
58.68/58.73	c #restart = 0
58.68/58.73	c BCD2: found a new core of size 1: cost of the new core is >=29986576
58.68/58.73	c lower bound updated to 2231961163444
58.68/58.78	c BCD2: 2234180170067 <= obj <= 7045346031125
58.68/58.78	c BCD2: #cores=242, #unrelaxed=271, #relaxed=1001, #hardened=0
58.68/58.78	c BCD2: #sat=1 #unsat=448 bias=448/449
58.68/58.79	c Solving starts ...
58.68/58.79	c ============================[ Search Statistics ]============================
58.68/58.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.68/58.79	c       |         |          |          |    Limit     GC | Var      | Constra 
58.68/58.79	c =============================================================================
58.78/58.80	c  0.0s |       0 |        0 |        0 |    30308      0 |     3219 |     5360
58.88/58.92	c  0.1s |       0 |      455 |        0 |    30308      0 |     3219 |     5360
58.88/58.92	c #cpu_time = 0.113s
58.88/58.92	c #wall_clock_time = 0.114s
58.88/58.92	c #decision = 455
58.88/58.92	c #random_decision = 0
58.88/58.92	c #conflict = 0
58.88/58.92	c #restart = 0
58.88/58.92	c BCD2: found a new core of size 2: cost of the new core is >=5476
58.88/58.92	c lower bound updated to 2231961168920
58.88/58.97	c BCD2: 2234180175543 <= obj <= 7045346031125
58.88/58.97	c BCD2: #cores=243, #unrelaxed=269, #relaxed=1003, #hardened=0
58.88/58.97	c BCD2: #sat=1 #unsat=449 bias=449/450
58.88/58.98	c Solving starts ...
58.88/58.98	c ============================[ Search Statistics ]============================
58.88/58.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.88/58.98	c       |         |          |          |    Limit     GC | Var      | Constra 
58.88/58.98	c =============================================================================
58.98/59.00	c  0.0s |       0 |        0 |        0 |    30308      0 |     3219 |     5360
59.08/59.14	c  0.1s |       0 |      842 |        1 |    30308      0 |     3219 |     5360
59.08/59.14	c #cpu_time = 0.136s
59.08/59.14	c #wall_clock_time = 0.137s
59.08/59.14	c #decision = 842
59.08/59.14	c #random_decision = 0
59.08/59.14	c #conflict = 1
59.08/59.14	c #restart = 0
59.08/59.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
59.08/59.14	c lower bound updated to 2231961168994
59.08/59.19	c BCD2: 2234180175617 <= obj <= 7045346031125
59.08/59.19	c BCD2: #cores=243, #unrelaxed=268, #relaxed=1004, #hardened=0
59.08/59.19	c BCD2: #sat=1 #unsat=450 bias=450/451
59.08/59.20	c Solving starts ...
59.08/59.20	c ============================[ Search Statistics ]============================
59.08/59.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.08/59.20	c       |         |          |          |    Limit     GC | Var      | Constra 
59.08/59.20	c =============================================================================
59.18/59.21	c  0.0s |       0 |        0 |        0 |    30308      0 |     3220 |     5360
59.28/59.36	c  0.1s |       0 |      842 |        1 |    30308      0 |     3220 |     5361
59.28/59.36	c #cpu_time = 0.135s
59.28/59.36	c #wall_clock_time = 0.136s
59.28/59.36	c #decision = 842
59.28/59.36	c #random_decision = 0
59.28/59.36	c #conflict = 1
59.28/59.36	c #restart = 0
59.28/59.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
59.28/59.36	c lower bound updated to 2231961168995
59.38/59.41	c BCD2: 2234180175618 <= obj <= 7045346031125
59.38/59.41	c BCD2: #cores=243, #unrelaxed=267, #relaxed=1005, #hardened=0
59.38/59.41	c BCD2: #sat=1 #unsat=451 bias=451/452
59.38/59.41	c Solving starts ...
59.38/59.41	c ============================[ Search Statistics ]============================
59.38/59.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.38/59.41	c       |         |          |          |    Limit     GC | Var      | Constra 
59.38/59.41	c =============================================================================
59.38/59.43	c  0.0s |       0 |        0 |        0 |    30308      0 |     3221 |     5361
59.48/59.55	c  0.1s |       0 |      455 |        0 |    30308      0 |     3221 |     5362
59.48/59.55	c #cpu_time = 0.115s
59.48/59.55	c #wall_clock_time = 0.116s
59.48/59.55	c #decision = 455
59.48/59.55	c #random_decision = 0
59.48/59.55	c #conflict = 0
59.48/59.55	c #restart = 0
59.48/59.55	c BCD2: found a new core of size 1: cost of the new core is >=29986576
59.48/59.55	c lower bound updated to 2231991155571
59.58/59.60	c BCD2: 2234210162194 <= obj <= 7045346031125
59.58/59.60	c BCD2: #cores=244, #unrelaxed=266, #relaxed=1006, #hardened=0
59.58/59.60	c BCD2: #sat=1 #unsat=452 bias=452/453
59.58/59.61	c Solving starts ...
59.58/59.61	c ============================[ Search Statistics ]============================
59.58/59.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.58/59.61	c       |         |          |          |    Limit     GC | Var      | Constra 
59.58/59.61	c =============================================================================
59.58/59.62	c  0.0s |       0 |        0 |        0 |    30308      0 |     3221 |     5362
59.68/59.75	c  0.1s |       0 |      457 |        0 |    30308      0 |     3221 |     5362
59.68/59.75	c #cpu_time = 0.115s
59.68/59.75	c #wall_clock_time = 0.115s
59.68/59.75	c #decision = 457
59.68/59.75	c #random_decision = 0
59.68/59.75	c #conflict = 0
59.68/59.75	c #restart = 0
59.68/59.75	c BCD2: found a new core of size 2: cost of the new core is >=5476
59.68/59.75	c lower bound updated to 2231991161047
59.78/59.80	c BCD2: 2234210167670 <= obj <= 7045346031125
59.78/59.80	c BCD2: #cores=245, #unrelaxed=264, #relaxed=1008, #hardened=0
59.78/59.80	c BCD2: #sat=1 #unsat=453 bias=453/454
59.78/59.80	c Solving starts ...
59.78/59.80	c ============================[ Search Statistics ]============================
59.78/59.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.78/59.80	c       |         |          |          |    Limit     GC | Var      | Constra 
59.78/59.80	c =============================================================================
59.78/59.82	c  0.0s |       0 |        0 |        0 |    30308      0 |     3221 |     5362
59.88/59.97	c  0.1s |       0 |      845 |        1 |    30308      0 |     3221 |     5362
59.88/59.97	c #cpu_time = 0.138s
59.88/59.97	c #wall_clock_time = 0.138s
59.88/59.97	c #decision = 845
59.88/59.97	c #random_decision = 0
59.88/59.97	c #conflict = 1
59.88/59.97	c #restart = 0
59.88/59.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
59.88/59.97	c lower bound updated to 2231991161121
59.98/60.02	c BCD2: 2234210167744 <= obj <= 7045346031125
59.98/60.02	c BCD2: #cores=245, #unrelaxed=263, #relaxed=1009, #hardened=0
59.98/60.02	c BCD2: #sat=1 #unsat=454 bias=454/455
59.98/60.02	c Solving starts ...
59.98/60.02	c ============================[ Search Statistics ]============================
59.98/60.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.98/60.02	c       |         |          |          |    Limit     GC | Var      | Constra 
59.98/60.02	c =============================================================================
59.98/60.04	c  0.0s |       0 |        0 |        0 |    30308      0 |     3222 |     5362
60.08/60.19	c  0.1s |       0 |      845 |        1 |    30308      0 |     3222 |     5363
60.08/60.19	c #cpu_time = 0.137s
60.08/60.19	c #wall_clock_time = 0.138s
60.08/60.19	c #decision = 845
60.08/60.19	c #random_decision = 0
60.08/60.19	c #conflict = 1
60.08/60.19	c #restart = 0
60.08/60.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
60.08/60.19	c lower bound updated to 2231991161122
60.18/60.23	c BCD2: 2234210167745 <= obj <= 7045346031125
60.18/60.23	c BCD2: #cores=245, #unrelaxed=262, #relaxed=1010, #hardened=0
60.18/60.23	c BCD2: #sat=1 #unsat=455 bias=455/456
60.18/60.24	c Solving starts ...
60.18/60.24	c ============================[ Search Statistics ]============================
60.18/60.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.18/60.24	c       |         |          |          |    Limit     GC | Var      | Constra 
60.18/60.24	c =============================================================================
60.18/60.26	c  0.0s |       0 |        0 |        0 |    30308      0 |     3223 |     5363
60.28/60.38	c  0.1s |       0 |      457 |        0 |    30308      0 |     3223 |     5364
60.28/60.38	c #cpu_time = 0.117s
60.28/60.38	c #wall_clock_time = 0.117s
60.28/60.38	c #decision = 457
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 >=29986576
60.28/60.38	c lower bound updated to 2232021147698
60.38/60.43	c BCD2: 2234240154321 <= obj <= 7045346031125
60.38/60.43	c BCD2: #cores=246, #unrelaxed=261, #relaxed=1011, #hardened=0
60.38/60.43	c BCD2: #sat=1 #unsat=456 bias=456/457
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.46	c  0.0s |       0 |        0 |        0 |    30308      0 |     3223 |     5364
60.48/60.58	c  0.1s |       0 |      459 |        0 |    30308      0 |     3223 |     5364
60.48/60.58	c #cpu_time = 0.116s
60.48/60.58	c #wall_clock_time = 0.117s
60.48/60.58	c #decision = 459
60.48/60.58	c #random_decision = 0
60.48/60.58	c #conflict = 0
60.48/60.58	c #restart = 0
60.48/60.58	c BCD2: found a new core of size 2: cost of the new core is >=5476
60.48/60.58	c lower bound updated to 2232021153174
60.58/60.63	c BCD2: 2234240159797 <= obj <= 7045346031125
60.58/60.63	c BCD2: #cores=247, #unrelaxed=259, #relaxed=1013, #hardened=0
60.58/60.63	c BCD2: #sat=1 #unsat=457 bias=457/458
60.58/60.64	c Solving starts ...
60.58/60.64	c ============================[ Search Statistics ]============================
60.58/60.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.58/60.64	c       |         |          |          |    Limit     GC | Var      | Constra 
60.58/60.64	c =============================================================================
60.58/60.65	c  0.0s |       0 |        0 |        0 |    30308      0 |     3223 |     5364
60.78/60.80	c  0.1s |       0 |      848 |        1 |    30308      0 |     3223 |     5364
60.78/60.80	c #cpu_time = 0.140s
60.78/60.80	c #wall_clock_time = 0.140s
60.78/60.80	c #decision = 848
60.78/60.80	c #random_decision = 0
60.78/60.80	c #conflict = 1
60.78/60.80	c #restart = 0
60.78/60.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
60.78/60.80	c lower bound updated to 2232021153248
60.78/60.85	c BCD2: 2234240159871 <= obj <= 7045346031125
60.78/60.85	c BCD2: #cores=247, #unrelaxed=258, #relaxed=1014, #hardened=0
60.78/60.85	c BCD2: #sat=1 #unsat=458 bias=458/459
60.78/60.86	c Solving starts ...
60.78/60.86	c ============================[ Search Statistics ]============================
60.78/60.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.78/60.86	c       |         |          |          |    Limit     GC | Var      | Constra 
60.78/60.86	c =============================================================================
60.78/60.87	c  0.0s |       0 |        0 |        0 |    30308      0 |     3224 |     5364
60.98/61.02	c  0.1s |       0 |      848 |        1 |    30308      0 |     3224 |     5365
60.98/61.02	c #cpu_time = 0.139s
60.98/61.02	c #wall_clock_time = 0.140s
60.98/61.02	c #decision = 848
60.98/61.02	c #random_decision = 0
60.98/61.02	c #conflict = 1
60.98/61.02	c #restart = 0
60.98/61.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
60.98/61.02	c lower bound updated to 2232021153249
60.98/61.07	c BCD2: 2234240159872 <= obj <= 7045346031125
60.98/61.07	c BCD2: #cores=247, #unrelaxed=257, #relaxed=1015, #hardened=0
60.98/61.07	c BCD2: #sat=1 #unsat=459 bias=459/460
60.98/61.08	c Solving starts ...
60.98/61.08	c ============================[ Search Statistics ]============================
60.98/61.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.98/61.08	c       |         |          |          |    Limit     GC | Var      | Constra 
60.98/61.08	c =============================================================================
60.98/61.10	c  0.0s |       0 |        0 |        0 |    30308      0 |     3225 |     5365
61.18/61.22	c  0.1s |       0 |      459 |        0 |    30308      0 |     3225 |     5366
61.18/61.22	c #cpu_time = 0.118s
61.18/61.22	c #wall_clock_time = 0.118s
61.18/61.22	c #decision = 459
61.18/61.22	c #random_decision = 0
61.18/61.22	c #conflict = 0
61.18/61.22	c #restart = 0
61.18/61.22	c BCD2: found a new core of size 1: cost of the new core is >=29986576
61.18/61.22	c lower bound updated to 2232051139825
61.18/61.27	c BCD2: 2234270146448 <= obj <= 7045346031125
61.18/61.27	c BCD2: #cores=248, #unrelaxed=256, #relaxed=1016, #hardened=0
61.18/61.27	c BCD2: #sat=1 #unsat=460 bias=460/461
61.18/61.28	c Solving starts ...
61.18/61.28	c ============================[ Search Statistics ]============================
61.18/61.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.18/61.28	c       |         |          |          |    Limit     GC | Var      | Constra 
61.18/61.28	c =============================================================================
61.18/61.29	c  0.0s |       0 |        0 |        0 |    30308      0 |     3225 |     5366
61.38/61.42	c  0.1s |       0 |      461 |        0 |    30308      0 |     3225 |     5366
61.38/61.42	c #cpu_time = 0.117s
61.38/61.42	c #wall_clock_time = 0.118s
61.38/61.42	c #decision = 461
61.38/61.42	c #random_decision = 0
61.38/61.42	c #conflict = 0
61.38/61.42	c #restart = 0
61.38/61.42	c BCD2: found a new core of size 2: cost of the new core is >=5476
61.38/61.42	c lower bound updated to 2232051145301
61.38/61.47	c BCD2: 2234270151924 <= obj <= 7045346031125
61.38/61.47	c BCD2: #cores=249, #unrelaxed=254, #relaxed=1018, #hardened=0
61.38/61.47	c BCD2: #sat=1 #unsat=461 bias=461/462
61.38/61.48	c Solving starts ...
61.38/61.48	c ============================[ Search Statistics ]============================
61.38/61.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.38/61.48	c       |         |          |          |    Limit     GC | Var      | Constra 
61.38/61.48	c =============================================================================
61.38/61.49	c  0.0s |       0 |        0 |        0 |    30308      0 |     3225 |     5366
61.58/61.64	c  0.1s |       0 |      851 |        1 |    30308      0 |     3225 |     5366
61.58/61.64	c #cpu_time = 0.141s
61.58/61.64	c #wall_clock_time = 0.142s
61.58/61.64	c #decision = 851
61.58/61.64	c #random_decision = 0
61.58/61.64	c #conflict = 1
61.58/61.64	c #restart = 0
61.58/61.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
61.58/61.64	c lower bound updated to 2232051145375
61.58/61.69	c BCD2: 2234270151998 <= obj <= 7045346031125
61.58/61.69	c BCD2: #cores=249, #unrelaxed=253, #relaxed=1019, #hardened=0
61.58/61.69	c BCD2: #sat=1 #unsat=462 bias=462/463
61.58/61.70	c Solving starts ...
61.58/61.70	c ============================[ Search Statistics ]============================
61.58/61.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.58/61.70	c       |         |          |          |    Limit     GC | Var      | Constra 
61.58/61.70	c =============================================================================
61.68/61.72	c  0.0s |       0 |        0 |        0 |    30308      0 |     3226 |     5366
61.78/61.86	c  0.1s |       0 |      851 |        1 |    30308      0 |     3226 |     5367
61.78/61.86	c #cpu_time = 0.140s
61.78/61.86	c #wall_clock_time = 0.141s
61.78/61.86	c #decision = 851
61.78/61.86	c #random_decision = 0
61.78/61.86	c #conflict = 1
61.78/61.86	c #restart = 0
61.78/61.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
61.78/61.86	c lower bound updated to 2232051145376
61.88/61.91	c BCD2: 2234270151999 <= obj <= 7045346031125
61.88/61.91	c BCD2: #cores=249, #unrelaxed=252, #relaxed=1020, #hardened=0
61.88/61.91	c BCD2: #sat=1 #unsat=463 bias=463/464
61.88/61.92	c Solving starts ...
61.88/61.92	c ============================[ Search Statistics ]============================
61.88/61.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.88/61.92	c       |         |          |          |    Limit     GC | Var      | Constra 
61.88/61.92	c =============================================================================
61.88/61.94	c  0.0s |       0 |        0 |        0 |    30308      0 |     3227 |     5367
61.98/62.06	c  0.1s |       0 |      461 |        0 |    30308      0 |     3227 |     5368
61.98/62.06	c #cpu_time = 0.119s
61.98/62.06	c #wall_clock_time = 0.119s
61.98/62.06	c #decision = 461
61.98/62.06	c #random_decision = 0
61.98/62.06	c #conflict = 0
61.98/62.06	c #restart = 0
61.98/62.06	c BCD2: found a new core of size 1: cost of the new core is >=29986576
61.98/62.07	c lower bound updated to 2232081131952
62.08/62.11	c BCD2: 2234300138575 <= obj <= 7045346031125
62.08/62.11	c BCD2: #cores=250, #unrelaxed=251, #relaxed=1021, #hardened=0
62.08/62.11	c BCD2: #sat=1 #unsat=464 bias=464/465
62.08/62.12	c Solving starts ...
62.08/62.12	c ============================[ Search Statistics ]============================
62.08/62.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.08/62.12	c       |         |          |          |    Limit     GC | Var      | Constra 
62.08/62.12	c =============================================================================
62.08/62.14	c  0.0s |       0 |        0 |        0 |    30308      0 |     3227 |     5368
62.18/62.26	c  0.1s |       0 |      463 |        0 |    30308      0 |     3227 |     5368
62.18/62.26	c #cpu_time = 0.118s
62.18/62.26	c #wall_clock_time = 0.119s
62.18/62.26	c #decision = 463
62.18/62.26	c #random_decision = 0
62.18/62.26	c #conflict = 0
62.18/62.26	c #restart = 0
62.18/62.26	c BCD2: found a new core of size 2: cost of the new core is >=5476
62.18/62.26	c lower bound updated to 2232081137428
62.28/62.31	c BCD2: 2234300144051 <= obj <= 7045346031125
62.28/62.31	c BCD2: #cores=251, #unrelaxed=249, #relaxed=1023, #hardened=0
62.28/62.31	c BCD2: #sat=1 #unsat=465 bias=465/466
62.28/62.32	c Solving starts ...
62.28/62.32	c ============================[ Search Statistics ]============================
62.28/62.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.28/62.32	c       |         |          |          |    Limit     GC | Var      | Constra 
62.28/62.32	c =============================================================================
62.28/62.34	c  0.0s |       0 |        0 |        0 |    30308      0 |     3227 |     5368
62.38/62.49	c  0.2s |       0 |      854 |        1 |    30308      0 |     3227 |     5368
62.38/62.49	c #cpu_time = 0.142s
62.38/62.49	c #wall_clock_time = 0.143s
62.38/62.49	c #decision = 854
62.38/62.49	c #random_decision = 0
62.38/62.49	c #conflict = 1
62.38/62.49	c #restart = 0
62.38/62.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
62.38/62.49	c lower bound updated to 2232081137502
62.48/62.54	c BCD2: 2234300144125 <= obj <= 7045346031125
62.48/62.54	c BCD2: #cores=251, #unrelaxed=248, #relaxed=1024, #hardened=0
62.48/62.54	c BCD2: #sat=1 #unsat=466 bias=466/467
62.48/62.54	c Solving starts ...
62.48/62.54	c ============================[ Search Statistics ]============================
62.48/62.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.48/62.54	c       |         |          |          |    Limit     GC | Var      | Constra 
62.48/62.54	c =============================================================================
62.48/62.56	c  0.0s |       0 |        0 |        0 |    30308      0 |     3228 |     5368
62.68/62.71	c  0.2s |       0 |      854 |        1 |    30308      0 |     3228 |     5369
62.68/62.71	c #cpu_time = 0.142s
62.68/62.71	c #wall_clock_time = 0.142s
62.68/62.71	c #decision = 854
62.68/62.71	c #random_decision = 0
62.68/62.71	c #conflict = 1
62.68/62.71	c #restart = 0
62.68/62.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
62.68/62.71	c lower bound updated to 2232081137503
62.68/62.76	c BCD2: 2234300144126 <= obj <= 7045346031125
62.68/62.76	c BCD2: #cores=251, #unrelaxed=247, #relaxed=1025, #hardened=0
62.68/62.76	c BCD2: #sat=1 #unsat=467 bias=467/468
62.68/62.77	c Solving starts ...
62.68/62.77	c ============================[ Search Statistics ]============================
62.68/62.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.68/62.77	c       |         |          |          |    Limit     GC | Var      | Constra 
62.68/62.77	c =============================================================================
62.68/62.79	c  0.0s |       0 |        0 |        0 |    30308      0 |     3229 |     5369
62.88/62.92	c  0.1s |       0 |      463 |        0 |    30308      0 |     3229 |     5370
62.88/62.92	c #cpu_time = 0.121s
62.88/62.92	c #wall_clock_time = 0.122s
62.88/62.92	c #decision = 463
62.88/62.92	c #random_decision = 0
62.88/62.92	c #conflict = 0
62.88/62.92	c #restart = 0
62.88/62.92	c BCD2: found a new core of size 1: cost of the new core is >=29986576
62.88/62.92	c lower bound updated to 2232111124079
62.88/62.96	c BCD2: 2234330130702 <= obj <= 7045346031125
62.88/62.96	c BCD2: #cores=252, #unrelaxed=246, #relaxed=1026, #hardened=0
62.88/62.96	c BCD2: #sat=1 #unsat=468 bias=468/469
62.88/62.97	c Solving starts ...
62.88/62.97	c ============================[ Search Statistics ]============================
62.88/62.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.88/62.97	c       |         |          |          |    Limit     GC | Var      | Constra 
62.88/62.97	c =============================================================================
62.88/62.99	c  0.0s |       0 |        0 |        0 |    30308      0 |     3229 |     5370
63.08/63.12	c  0.1s |       0 |      465 |        0 |    30308      0 |     3229 |     5370
63.08/63.12	c #cpu_time = 0.120s
63.08/63.12	c #wall_clock_time = 0.120s
63.08/63.12	c #decision = 465
63.08/63.12	c #random_decision = 0
63.08/63.12	c #conflict = 0
63.08/63.12	c #restart = 0
63.08/63.12	c BCD2: found a new core of size 2: cost of the new core is >=5476
63.08/63.12	c lower bound updated to 2232111129555
63.08/63.17	c BCD2: 2234330136178 <= obj <= 7045346031125
63.08/63.17	c BCD2: #cores=253, #unrelaxed=244, #relaxed=1028, #hardened=0
63.08/63.17	c BCD2: #sat=1 #unsat=469 bias=469/470
63.08/63.17	c Solving starts ...
63.08/63.17	c ============================[ Search Statistics ]============================
63.08/63.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.08/63.17	c       |         |          |          |    Limit     GC | Var      | Constra 
63.08/63.17	c =============================================================================
63.08/63.19	c  0.0s |       0 |        0 |        0 |    30308      0 |     3229 |     5370
63.28/63.34	c  0.2s |       0 |      857 |        1 |    30308      0 |     3229 |     5370
63.28/63.34	c #cpu_time = 0.144s
63.28/63.34	c #wall_clock_time = 0.144s
63.28/63.34	c #decision = 857
63.28/63.34	c #random_decision = 0
63.28/63.34	c #conflict = 1
63.28/63.34	c #restart = 0
63.28/63.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
63.28/63.34	c lower bound updated to 2232111129629
63.28/63.39	c BCD2: 2234330136252 <= obj <= 7045346031125
63.28/63.39	c BCD2: #cores=253, #unrelaxed=243, #relaxed=1029, #hardened=0
63.28/63.39	c BCD2: #sat=1 #unsat=470 bias=470/471
63.38/63.40	c Solving starts ...
63.38/63.40	c ============================[ Search Statistics ]============================
63.38/63.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.38/63.40	c       |         |          |          |    Limit     GC | Var      | Constra 
63.38/63.40	c =============================================================================
63.38/63.42	c  0.0s |       0 |        0 |        0 |    30308      0 |     3230 |     5370
63.48/63.57	c  0.2s |       0 |      857 |        1 |    30308      0 |     3230 |     5371
63.48/63.57	c #cpu_time = 0.143s
63.48/63.57	c #wall_clock_time = 0.144s
63.48/63.57	c #decision = 857
63.48/63.57	c #random_decision = 0
63.48/63.57	c #conflict = 1
63.48/63.57	c #restart = 0
63.48/63.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
63.48/63.57	c lower bound updated to 2232111129630
63.58/63.62	c BCD2: 2234330136253 <= obj <= 7045346031125
63.58/63.62	c BCD2: #cores=253, #unrelaxed=242, #relaxed=1030, #hardened=0
63.58/63.62	c BCD2: #sat=1 #unsat=471 bias=471/472
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 |    30308      0 |     3231 |     5371
63.68/63.77	c  0.1s |       0 |      465 |        0 |    30308      0 |     3231 |     5372
63.68/63.77	c #cpu_time = 0.122s
63.68/63.77	c #wall_clock_time = 0.122s
63.68/63.77	c #decision = 465
63.68/63.77	c #random_decision = 0
63.68/63.77	c #conflict = 0
63.68/63.77	c #restart = 0
63.68/63.77	c BCD2: found a new core of size 1: cost of the new core is >=29986576
63.68/63.77	c lower bound updated to 2232141116206
63.78/63.82	c BCD2: 2234360122829 <= obj <= 7045346031125
63.78/63.82	c BCD2: #cores=254, #unrelaxed=241, #relaxed=1031, #hardened=0
63.78/63.82	c BCD2: #sat=1 #unsat=472 bias=472/473
63.78/63.83	c Solving starts ...
63.78/63.83	c ============================[ Search Statistics ]============================
63.78/63.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.78/63.83	c       |         |          |          |    Limit     GC | Var      | Constra 
63.78/63.83	c =============================================================================
63.78/63.85	c  0.0s |       0 |        0 |        0 |    30308      0 |     3231 |     5372
63.88/63.98	c  0.1s |       0 |      467 |        0 |    30308      0 |     3231 |     5372
63.88/63.98	c #cpu_time = 0.121s
63.88/63.98	c #wall_clock_time = 0.121s
63.88/63.98	c #decision = 467
63.88/63.98	c #random_decision = 0
63.88/63.98	c #conflict = 0
63.88/63.98	c #restart = 0
63.88/63.98	c BCD2: found a new core of size 2: cost of the new core is >=5476
63.88/63.98	c lower bound updated to 2232141121682
63.98/64.03	c BCD2: 2234360128305 <= obj <= 7045346031125
63.98/64.03	c BCD2: #cores=255, #unrelaxed=239, #relaxed=1033, #hardened=0
63.98/64.03	c BCD2: #sat=1 #unsat=473 bias=473/474
63.98/64.06	c Solving starts ...
63.98/64.06	c ============================[ Search Statistics ]============================
63.98/64.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.98/64.06	c       |         |          |          |    Limit     GC | Var      | Constra 
63.98/64.06	c =============================================================================
63.98/64.06	c  0.0s |       0 |        0 |        0 |    30308      0 |     3231 |     5372
64.18/64.22	c  0.2s |       0 |      860 |        1 |    30308      0 |     3231 |     5372
64.18/64.22	c #cpu_time = 0.146s
64.18/64.22	c #wall_clock_time = 0.147s
64.18/64.22	c #decision = 860
64.18/64.22	c #random_decision = 0
64.18/64.22	c #conflict = 1
64.18/64.22	c #restart = 0
64.18/64.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
64.18/64.22	c lower bound updated to 2232141121756
64.18/64.27	c BCD2: 2234360128379 <= obj <= 7045346031125
64.18/64.27	c BCD2: #cores=255, #unrelaxed=238, #relaxed=1034, #hardened=0
64.18/64.27	c BCD2: #sat=1 #unsat=474 bias=474/475
64.18/64.27	c Solving starts ...
64.18/64.27	c ============================[ Search Statistics ]============================
64.18/64.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.18/64.27	c       |         |          |          |    Limit     GC | Var      | Constra 
64.18/64.27	c =============================================================================
64.18/64.29	c  0.0s |       0 |        0 |        0 |    30308      0 |     3232 |     5372
64.38/64.44	c  0.2s |       0 |      860 |        1 |    30308      0 |     3232 |     5373
64.38/64.44	c #cpu_time = 0.145s
64.38/64.44	c #wall_clock_time = 0.146s
64.38/64.44	c #decision = 860
64.38/64.44	c #random_decision = 0
64.38/64.44	c #conflict = 1
64.38/64.44	c #restart = 0
64.38/64.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
64.38/64.44	c lower bound updated to 2232141121757
64.38/64.49	c BCD2: 2234360128380 <= obj <= 7045346031125
64.38/64.49	c BCD2: #cores=255, #unrelaxed=237, #relaxed=1035, #hardened=0
64.38/64.49	c BCD2: #sat=1 #unsat=475 bias=475/476
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.52	c  0.0s |       0 |        0 |        0 |    30308      0 |     3233 |     5373
64.58/64.65	c  0.1s |       0 |      467 |        0 |    30308      0 |     3233 |     5374
64.58/64.65	c #cpu_time = 0.124s
64.58/64.65	c #wall_clock_time = 0.124s
64.58/64.65	c #decision = 467
64.58/64.65	c #random_decision = 0
64.58/64.65	c #conflict = 0
64.58/64.65	c #restart = 0
64.58/64.65	c BCD2: found a new core of size 1: cost of the new core is >=29986576
64.58/64.65	c lower bound updated to 2232171108333
64.68/64.70	c BCD2: 2234390114956 <= obj <= 7045346031125
64.68/64.70	c BCD2: #cores=256, #unrelaxed=236, #relaxed=1036, #hardened=0
64.68/64.70	c BCD2: #sat=1 #unsat=476 bias=476/477
64.68/64.72	c Solving starts ...
64.68/64.72	c ============================[ Search Statistics ]============================
64.68/64.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.68/64.72	c       |         |          |          |    Limit     GC | Var      | Constra 
64.68/64.72	c =============================================================================
64.68/64.73	c  0.0s |       0 |        0 |        0 |    30308      0 |     3233 |     5374
64.78/64.86	c  0.1s |       0 |      469 |        0 |    30308      0 |     3233 |     5374
64.78/64.86	c #cpu_time = 0.123s
64.78/64.86	c #wall_clock_time = 0.123s
64.78/64.86	c #decision = 469
64.78/64.86	c #random_decision = 0
64.78/64.86	c #conflict = 0
64.78/64.86	c #restart = 0
64.78/64.86	c BCD2: found a new core of size 2: cost of the new core is >=5476
64.78/64.86	c lower bound updated to 2232171113809
64.89/64.91	c BCD2: 2234390120432 <= obj <= 7045346031125
64.89/64.91	c BCD2: #cores=257, #unrelaxed=234, #relaxed=1038, #hardened=0
64.89/64.91	c BCD2: #sat=1 #unsat=477 bias=477/478
64.89/64.92	c Solving starts ...
64.89/64.92	c ============================[ Search Statistics ]============================
64.89/64.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.89/64.92	c       |         |          |          |    Limit     GC | Var      | Constra 
64.89/64.92	c =============================================================================
64.89/64.94	c  0.0s |       0 |        0 |        0 |    30308      0 |     3233 |     5374
64.99/65.09	c  0.2s |       0 |      863 |        1 |    30308      0 |     3233 |     5374
64.99/65.09	c #cpu_time = 0.148s
64.99/65.09	c #wall_clock_time = 0.148s
64.99/65.09	c #decision = 863
64.99/65.09	c #random_decision = 0
64.99/65.09	c #conflict = 1
64.99/65.09	c #restart = 0
64.99/65.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
64.99/65.09	c lower bound updated to 2232171113883
65.08/65.14	c BCD2: 2234390120506 <= obj <= 7045346031125
65.08/65.14	c BCD2: #cores=257, #unrelaxed=233, #relaxed=1039, #hardened=0
65.08/65.14	c BCD2: #sat=1 #unsat=478 bias=478/479
65.08/65.15	c Solving starts ...
65.08/65.15	c ============================[ Search Statistics ]============================
65.08/65.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.08/65.15	c       |         |          |          |    Limit     GC | Var      | Constra 
65.08/65.15	c =============================================================================
65.08/65.17	c  0.0s |       0 |        0 |        0 |    30308      0 |     3234 |     5374
65.28/65.32	c  0.2s |       0 |      863 |        1 |    30308      0 |     3234 |     5375
65.28/65.32	c #cpu_time = 0.147s
65.28/65.32	c #wall_clock_time = 0.147s
65.28/65.32	c #decision = 863
65.28/65.32	c #random_decision = 0
65.28/65.32	c #conflict = 1
65.28/65.32	c #restart = 0
65.28/65.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
65.28/65.32	c lower bound updated to 2232171113884
65.28/65.37	c BCD2: 2234390120507 <= obj <= 7045346031125
65.28/65.37	c BCD2: #cores=257, #unrelaxed=232, #relaxed=1040, #hardened=0
65.28/65.37	c BCD2: #sat=1 #unsat=479 bias=479/480
65.28/65.38	c Solving starts ...
65.28/65.38	c ============================[ Search Statistics ]============================
65.28/65.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.28/65.38	c       |         |          |          |    Limit     GC | Var      | Constra 
65.28/65.38	c =============================================================================
65.28/65.40	c  0.0s |       0 |        0 |        0 |    30308      0 |     3235 |     5375
65.48/65.53	c  0.1s |       0 |      469 |        0 |    30308      0 |     3235 |     5376
65.48/65.53	c #cpu_time = 0.125s
65.48/65.53	c #wall_clock_time = 0.125s
65.48/65.53	c #decision = 469
65.48/65.53	c #random_decision = 0
65.48/65.53	c #conflict = 0
65.48/65.53	c #restart = 0
65.48/65.53	c BCD2: found a new core of size 1: cost of the new core is >=29986576
65.48/65.53	c lower bound updated to 2232201100460
65.48/65.58	c BCD2: 2234420107083 <= obj <= 7045346031125
65.48/65.58	c BCD2: #cores=258, #unrelaxed=231, #relaxed=1041, #hardened=0
65.48/65.58	c BCD2: #sat=1 #unsat=480 bias=480/481
65.48/65.58	c Solving starts ...
65.48/65.58	c ============================[ Search Statistics ]============================
65.48/65.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.48/65.58	c       |         |          |          |    Limit     GC | Var      | Constra 
65.48/65.58	c =============================================================================
65.58/65.60	c  0.0s |       0 |        0 |        0 |    30308      0 |     3235 |     5376
65.68/65.74	c  0.1s |       0 |      471 |        0 |    30308      0 |     3235 |     5376
65.68/65.74	c #cpu_time = 0.124s
65.68/65.74	c #wall_clock_time = 0.125s
65.68/65.74	c #decision = 471
65.68/65.74	c #random_decision = 0
65.68/65.74	c #conflict = 0
65.68/65.74	c #restart = 0
65.68/65.74	c BCD2: found a new core of size 2: cost of the new core is >=5476
65.68/65.74	c lower bound updated to 2232201105936
65.68/65.78	c BCD2: 2234420112559 <= obj <= 7045346031125
65.68/65.78	c BCD2: #cores=259, #unrelaxed=229, #relaxed=1043, #hardened=0
65.68/65.78	c BCD2: #sat=1 #unsat=481 bias=481/482
65.68/65.79	c Solving starts ...
65.68/65.79	c ============================[ Search Statistics ]============================
65.68/65.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.68/65.79	c       |         |          |          |    Limit     GC | Var      | Constra 
65.68/65.79	c =============================================================================
65.78/65.81	c  0.0s |       0 |        0 |        0 |    30308      0 |     3235 |     5376
65.88/65.97	c  0.2s |       0 |      866 |        1 |    30308      0 |     3235 |     5376
65.88/65.97	c #cpu_time = 0.149s
65.88/65.97	c #wall_clock_time = 0.150s
65.88/65.97	c #decision = 866
65.88/65.97	c #random_decision = 0
65.88/65.97	c #conflict = 1
65.88/65.97	c #restart = 0
65.88/65.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
65.88/65.97	c lower bound updated to 2232201106010
65.99/66.02	c BCD2: 2234420112633 <= obj <= 7045346031125
65.99/66.02	c BCD2: #cores=259, #unrelaxed=228, #relaxed=1044, #hardened=0
65.99/66.02	c BCD2: #sat=1 #unsat=482 bias=482/483
65.99/66.02	c Solving starts ...
65.99/66.02	c ============================[ Search Statistics ]============================
65.99/66.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.99/66.02	c       |         |          |          |    Limit     GC | Var      | Constra 
65.99/66.02	c =============================================================================
65.99/66.04	c  0.0s |       0 |        0 |        0 |    30308      0 |     3236 |     5376
66.18/66.20	c  0.2s |       0 |      866 |        1 |    30308      0 |     3236 |     5377
66.18/66.20	c #cpu_time = 0.149s
66.18/66.20	c #wall_clock_time = 0.150s
66.18/66.20	c #decision = 866
66.18/66.20	c #random_decision = 0
66.18/66.20	c #conflict = 1
66.18/66.20	c #restart = 0
66.18/66.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
66.18/66.20	c lower bound updated to 2232201106011
66.18/66.25	c BCD2: 2234420112634 <= obj <= 7045346031125
66.18/66.25	c BCD2: #cores=259, #unrelaxed=227, #relaxed=1045, #hardened=0
66.18/66.25	c BCD2: #sat=1 #unsat=483 bias=483/484
66.18/66.25	c Solving starts ...
66.18/66.25	c ============================[ Search Statistics ]============================
66.18/66.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.18/66.25	c       |         |          |          |    Limit     GC | Var      | Constra 
66.18/66.25	c =============================================================================
66.18/66.27	c  0.0s |       0 |        0 |        0 |    30308      0 |     3237 |     5377
66.38/66.41	c  0.1s |       0 |      471 |        0 |    30308      0 |     3237 |     5378
66.38/66.41	c #cpu_time = 0.126s
66.38/66.41	c #wall_clock_time = 0.127s
66.38/66.41	c #decision = 471
66.38/66.41	c #random_decision = 0
66.38/66.41	c #conflict = 0
66.38/66.41	c #restart = 0
66.38/66.41	c BCD2: found a new core of size 1: cost of the new core is >=29986576
66.38/66.41	c lower bound updated to 2232231092587
66.38/66.46	c BCD2: 2234450099210 <= obj <= 7045346031125
66.38/66.46	c BCD2: #cores=260, #unrelaxed=226, #relaxed=1046, #hardened=0
66.38/66.46	c BCD2: #sat=1 #unsat=484 bias=484/485
66.38/66.46	c Solving starts ...
66.38/66.46	c ============================[ Search Statistics ]============================
66.38/66.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.38/66.46	c       |         |          |          |    Limit     GC | Var      | Constra 
66.38/66.46	c =============================================================================
66.38/66.48	c  0.0s |       0 |        0 |        0 |    30308      0 |     3237 |     5378
66.58/66.62	c  0.1s |       0 |      473 |        0 |    30308      0 |     3237 |     5378
66.58/66.62	c #cpu_time = 0.126s
66.58/66.62	c #wall_clock_time = 0.126s
66.58/66.62	c #decision = 473
66.58/66.62	c #random_decision = 0
66.58/66.62	c #conflict = 0
66.58/66.62	c #restart = 0
66.58/66.62	c BCD2: found a new core of size 2: cost of the new core is >=5476
66.58/66.62	c lower bound updated to 2232231098063
66.58/66.66	c BCD2: 2234450104686 <= obj <= 7045346031125
66.58/66.66	c BCD2: #cores=261, #unrelaxed=224, #relaxed=1048, #hardened=0
66.58/66.66	c BCD2: #sat=1 #unsat=485 bias=485/486
66.58/66.67	c Solving starts ...
66.58/66.67	c ============================[ Search Statistics ]============================
66.58/66.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.58/66.67	c       |         |          |          |    Limit     GC | Var      | Constra 
66.58/66.67	c =============================================================================
66.58/66.69	c  0.0s |       0 |        0 |        0 |    30308      0 |     3237 |     5378
66.78/66.85	c  0.2s |       0 |      869 |        1 |    30308      0 |     3237 |     5378
66.78/66.85	c #cpu_time = 0.151s
66.78/66.85	c #wall_clock_time = 0.152s
66.78/66.85	c #decision = 869
66.78/66.85	c #random_decision = 0
66.78/66.85	c #conflict = 1
66.78/66.85	c #restart = 0
66.78/66.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
66.78/66.85	c lower bound updated to 2232231098137
66.88/66.90	c BCD2: 2234450104760 <= obj <= 7045346031125
66.88/66.90	c BCD2: #cores=261, #unrelaxed=223, #relaxed=1049, #hardened=0
66.88/66.90	c BCD2: #sat=1 #unsat=486 bias=486/487
66.88/66.90	c Solving starts ...
66.88/66.90	c ============================[ Search Statistics ]============================
66.88/66.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.88/66.90	c       |         |          |          |    Limit     GC | Var      | Constra 
66.88/66.90	c =============================================================================
66.88/66.93	c  0.0s |       0 |        0 |        0 |    30308      0 |     3238 |     5378
66.98/67.09	c  0.2s |       0 |      869 |        1 |    30308      0 |     3238 |     5379
66.98/67.09	c #cpu_time = 0.150s
66.98/67.09	c #wall_clock_time = 0.151s
66.98/67.09	c #decision = 869
66.98/67.09	c #random_decision = 0
66.98/67.09	c #conflict = 1
66.98/67.09	c #restart = 0
66.98/67.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
66.98/67.09	c lower bound updated to 2232231098138
67.09/67.13	c BCD2: 2234450104761 <= obj <= 7045346031125
67.09/67.13	c BCD2: #cores=261, #unrelaxed=222, #relaxed=1050, #hardened=0
67.09/67.13	c BCD2: #sat=1 #unsat=487 bias=487/488
67.09/67.14	c Solving starts ...
67.09/67.14	c ============================[ Search Statistics ]============================
67.09/67.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.09/67.14	c       |         |          |          |    Limit     GC | Var      | Constra 
67.09/67.14	c =============================================================================
67.38/67.43	c  0.0s |       0 |        0 |        0 |    30308      0 |     3239 |     5379
67.48/67.57	c  0.1s |       0 |      473 |        0 |    30308      0 |     3239 |     5380
67.48/67.57	c #cpu_time = 0.127s
67.48/67.57	c #wall_clock_time = 0.127s
67.48/67.57	c #decision = 473
67.48/67.57	c #random_decision = 0
67.48/67.57	c #conflict = 0
67.48/67.57	c #restart = 0
67.48/67.57	c BCD2: found a new core of size 1: cost of the new core is >=29986576
67.48/67.57	c lower bound updated to 2232261084714
67.58/67.61	c BCD2: 2234480091337 <= obj <= 7045346031125
67.58/67.61	c BCD2: #cores=262, #unrelaxed=221, #relaxed=1051, #hardened=0
67.58/67.61	c BCD2: #sat=1 #unsat=488 bias=488/489
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 |    30308      0 |     3239 |     5380
67.68/67.77	c  0.1s |       0 |      475 |        0 |    30308      0 |     3239 |     5380
67.68/67.77	c #cpu_time = 0.124s
67.68/67.77	c #wall_clock_time = 0.125s
67.68/67.77	c #decision = 475
67.68/67.77	c #random_decision = 0
67.68/67.77	c #conflict = 0
67.68/67.77	c #restart = 0
67.68/67.77	c BCD2: found a new core of size 2: cost of the new core is >=5476
67.68/67.77	c lower bound updated to 2232261090190
67.78/67.82	c BCD2: 2234480096813 <= obj <= 7045346031125
67.78/67.82	c BCD2: #cores=263, #unrelaxed=219, #relaxed=1053, #hardened=0
67.78/67.82	c BCD2: #sat=1 #unsat=489 bias=489/490
67.78/67.83	c Solving starts ...
67.78/67.83	c ============================[ Search Statistics ]============================
67.78/67.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.78/67.83	c       |         |          |          |    Limit     GC | Var      | Constra 
67.78/67.83	c =============================================================================
67.78/67.84	c  0.0s |       0 |        0 |        0 |    30308      0 |     3239 |     5380
67.98/68.00	c  0.2s |       0 |      872 |        1 |    30308      0 |     3239 |     5380
67.98/68.00	c #cpu_time = 0.149s
67.98/68.00	c #wall_clock_time = 0.150s
67.98/68.00	c #decision = 872
67.98/68.00	c #random_decision = 0
67.98/68.00	c #conflict = 1
67.98/68.00	c #restart = 0
67.98/68.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
67.98/68.00	c lower bound updated to 2232261090264
67.98/68.05	c BCD2: 2234480096887 <= obj <= 7045346031125
67.98/68.05	c BCD2: #cores=263, #unrelaxed=218, #relaxed=1054, #hardened=0
67.98/68.05	c BCD2: #sat=1 #unsat=490 bias=490/491
67.98/68.06	c Solving starts ...
67.98/68.06	c ============================[ Search Statistics ]============================
67.98/68.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.98/68.06	c       |         |          |          |    Limit     GC | Var      | Constra 
67.98/68.06	c =============================================================================
67.98/68.07	c  0.0s |       0 |        0 |        0 |    30308      0 |     3240 |     5380
68.19/68.23	c  0.2s |       0 |      872 |        1 |    30308      0 |     3240 |     5381
68.19/68.23	c #cpu_time = 0.149s
68.19/68.23	c #wall_clock_time = 0.149s
68.19/68.23	c #decision = 872
68.19/68.23	c #random_decision = 0
68.19/68.23	c #conflict = 1
68.19/68.23	c #restart = 0
68.19/68.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
68.19/68.23	c lower bound updated to 2232261090265
68.19/68.28	c BCD2: 2234480096888 <= obj <= 7045346031125
68.19/68.28	c BCD2: #cores=263, #unrelaxed=217, #relaxed=1055, #hardened=0
68.19/68.28	c BCD2: #sat=1 #unsat=491 bias=491/492
68.19/68.29	c Solving starts ...
68.19/68.29	c ============================[ Search Statistics ]============================
68.19/68.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.19/68.29	c       |         |          |          |    Limit     GC | Var      | Constra 
68.19/68.29	c =============================================================================
68.29/68.30	c  0.0s |       0 |        0 |        0 |    30308      0 |     3241 |     5381
68.38/68.44	c  0.1s |       0 |      475 |        0 |    30308      0 |     3241 |     5382
68.38/68.44	c #cpu_time = 0.126s
68.38/68.44	c #wall_clock_time = 0.127s
68.38/68.44	c #decision = 475
68.38/68.44	c #random_decision = 0
68.38/68.44	c #conflict = 0
68.38/68.44	c #restart = 0
68.38/68.44	c BCD2: found a new core of size 1: cost of the new core is >=29986576
68.38/68.44	c lower bound updated to 2232291076841
68.38/68.49	c BCD2: 2234510083464 <= obj <= 7045346031125
68.38/68.49	c BCD2: #cores=264, #unrelaxed=216, #relaxed=1056, #hardened=0
68.38/68.49	c BCD2: #sat=1 #unsat=492 bias=492/493
68.38/68.49	c Solving starts ...
68.38/68.49	c ============================[ Search Statistics ]============================
68.38/68.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.38/68.49	c       |         |          |          |    Limit     GC | Var      | Constra 
68.38/68.49	c =============================================================================
68.48/68.51	c  0.0s |       0 |        0 |        0 |    30308      0 |     3241 |     5382
68.58/68.65	c  0.1s |       0 |      477 |        0 |    30308      0 |     3241 |     5382
68.58/68.65	c #cpu_time = 0.126s
68.58/68.65	c #wall_clock_time = 0.126s
68.58/68.65	c #decision = 477
68.58/68.65	c #random_decision = 0
68.58/68.65	c #conflict = 0
68.58/68.65	c #restart = 0
68.58/68.65	c BCD2: found a new core of size 2: cost of the new core is >=5476
68.58/68.65	c lower bound updated to 2232291082317
68.58/68.69	c BCD2: 2234510088940 <= obj <= 7045346031125
68.58/68.69	c BCD2: #cores=265, #unrelaxed=214, #relaxed=1058, #hardened=0
68.58/68.69	c BCD2: #sat=1 #unsat=493 bias=493/494
68.68/68.70	c Solving starts ...
68.68/68.70	c ============================[ Search Statistics ]============================
68.68/68.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.68/68.70	c       |         |          |          |    Limit     GC | Var      | Constra 
68.68/68.70	c =============================================================================
68.68/68.72	c  0.0s |       0 |        0 |        0 |    30308      0 |     3241 |     5382
68.78/68.88	c  0.2s |       0 |      875 |        1 |    30308      0 |     3241 |     5382
68.78/68.88	c #cpu_time = 0.151s
68.78/68.88	c #wall_clock_time = 0.151s
68.78/68.88	c #decision = 875
68.78/68.88	c #random_decision = 0
68.78/68.88	c #conflict = 1
68.78/68.88	c #restart = 0
68.78/68.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=5550
68.78/68.88	c lower bound updated to 2232291082391
68.88/68.93	c BCD2: 2234510089014 <= obj <= 7045346031125
68.88/68.93	c BCD2: #cores=265, #unrelaxed=213, #relaxed=1059, #hardened=0
68.88/68.93	c BCD2: #sat=1 #unsat=494 bias=494/495
68.88/68.93	c Solving starts ...
68.88/68.93	c ============================[ Search Statistics ]============================
68.88/68.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.88/68.93	c       |         |          |          |    Limit     GC | Var      | Constra 
68.88/68.93	c =============================================================================
68.88/68.95	c  0.0s |       0 |        0 |        0 |    30308      0 |     3242 |     5382
69.08/69.11	c  0.2s |       0 |      875 |        1 |    30308      0 |     3242 |     5383
69.08/69.11	c #cpu_time = 0.150s
69.08/69.11	c #wall_clock_time = 0.151s
69.08/69.11	c #decision = 875
69.08/69.11	c #random_decision = 0
69.08/69.11	c #conflict = 1
69.08/69.11	c #restart = 0
69.08/69.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=5551
69.08/69.11	c lower bound updated to 2232291082392
69.08/69.16	c BCD2: 2234510089015 <= obj <= 7045346031125
69.08/69.16	c BCD2: #cores=265, #unrelaxed=212, #relaxed=1060, #hardened=0
69.08/69.16	c BCD2: #sat=1 #unsat=495 bias=495/496
69.08/69.17	c Solving starts ...
69.08/69.17	c ============================[ Search Statistics ]============================
69.08/69.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.08/69.17	c       |         |          |          |    Limit     GC | Var      | Constra 
69.08/69.17	c =============================================================================
69.08/69.19	c  0.0s |       0 |        0 |        0 |    30308      0 |     3243 |     5383
69.29/69.35	c  0.2s |       0 |     1176 |        5 |    30308      0 |     3243 |     5384
69.29/69.35	c #cpu_time = 0.168s
69.29/69.35	c #wall_clock_time = 0.169s
69.29/69.35	c #decision = 1176
69.29/69.35	c #random_decision = 0
69.29/69.35	c #conflict = 5
69.29/69.35	c #restart = 0
69.29/69.36	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
69.29/69.36	c BCD2: refineLB: 421060 -> 421652
69.29/69.36	c lower bound updated to 2232291487391
69.39/69.40	c BCD2: 2234510494014 <= obj <= 7045346031125
69.39/69.40	c BCD2: #cores=263, #unrelaxed=212, #relaxed=1060, #hardened=0
69.39/69.40	c BCD2: #sat=1 #unsat=496 bias=496/497
69.39/69.41	c Solving starts ...
69.39/69.41	c ============================[ Search Statistics ]============================
69.39/69.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.39/69.41	c       |         |          |          |    Limit     GC | Var      | Constra 
69.39/69.41	c =============================================================================
69.39/69.43	c  0.0s |       0 |        0 |        0 |    30308      0 |     3570 |     5384
69.58/69.65	c  0.2s |       0 |     1288 |        8 |    30308      0 |     3570 |     6035
69.58/69.65	c #cpu_time = 0.223s
69.58/69.65	c #wall_clock_time = 0.223s
69.58/69.65	c #decision = 1288
69.58/69.65	c #random_decision = 0
69.58/69.65	c #conflict = 8
69.58/69.65	c #restart = 0
69.58/69.65	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
69.58/69.65	c BCD2: refineLB: 421061 -> 421652
69.58/69.65	c lower bound updated to 2232291892390
69.68/69.70	c BCD2: 2234510899013 <= obj <= 7045346031125
69.68/69.70	c BCD2: #cores=261, #unrelaxed=212, #relaxed=1060, #hardened=0
69.68/69.70	c BCD2: #sat=1 #unsat=497 bias=497/498
69.68/69.71	c Solving starts ...
69.68/69.71	c ============================[ Search Statistics ]============================
69.68/69.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.68/69.71	c       |         |          |          |    Limit     GC | Var      | Constra 
69.68/69.71	c =============================================================================
69.68/69.73	c  0.0s |       0 |        0 |        0 |    30308      0 |     4004 |     6035
69.88/69.98	c  0.2s |       0 |     1918 |        8 |    30308      0 |     4004 |     6900
69.88/69.98	c #cpu_time = 0.248s
69.88/69.98	c #wall_clock_time = 0.248s
69.88/69.98	c #decision = 1918
69.88/69.98	c #random_decision = 0
69.88/69.98	c #conflict = 8
69.88/69.98	c #restart = 0
69.88/69.98	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
69.88/69.98	c BCD2: refineLB: 421063 -> 421652
69.88/69.98	c lower bound updated to 2232292297389
69.98/70.03	c BCD2: 2234511304012 <= obj <= 7045346031125
69.98/70.03	c BCD2: #cores=259, #unrelaxed=212, #relaxed=1060, #hardened=0
69.98/70.03	c BCD2: #sat=1 #unsat=498 bias=498/499
69.98/70.03	c Solving starts ...
69.98/70.03	c ============================[ Search Statistics ]============================
69.98/70.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.98/70.03	c       |         |          |          |    Limit     GC | Var      | Constra 
69.98/70.03	c =============================================================================
69.98/70.05	c  0.0s |       0 |        0 |        0 |    30308      0 |     4261 |     6900
70.18/70.23	c  0.2s |       0 |     1241 |        6 |    30308      0 |     4261 |     7411
70.18/70.23	c #cpu_time = 0.180s
70.18/70.23	c #wall_clock_time = 0.180s
70.18/70.23	c #decision = 1241
70.18/70.23	c #random_decision = 0
70.18/70.23	c #conflict = 6
70.18/70.23	c #restart = 0
70.18/70.23	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
70.18/70.23	c BCD2: refineLB: 421064 -> 421652
70.18/70.23	c lower bound updated to 2232292702388
70.18/70.28	c BCD2: 2234511709011 <= obj <= 7045346031125
70.18/70.28	c BCD2: #cores=257, #unrelaxed=212, #relaxed=1060, #hardened=0
70.18/70.28	c BCD2: #sat=1 #unsat=499 bias=499/500
70.18/70.29	c Solving starts ...
70.18/70.29	c ============================[ Search Statistics ]============================
70.18/70.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.18/70.29	c       |         |          |          |    Limit     GC | Var      | Constra 
70.18/70.29	c =============================================================================
70.28/70.31	c  0.0s |       0 |        0 |        0 |    30308      0 |     4457 |     7411
70.39/70.49	c  0.2s |       0 |     1151 |        4 |    30308      0 |     4457 |     7800
70.39/70.49	c #cpu_time = 0.180s
70.39/70.49	c #wall_clock_time = 0.180s
70.39/70.49	c #decision = 1151
70.39/70.49	c #random_decision = 0
70.39/70.49	c #conflict = 4
70.39/70.49	c #restart = 0
70.39/70.49	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
70.39/70.49	c BCD2: refineLB: 421066 -> 421652
70.39/70.49	c lower bound updated to 2232293107387
70.49/70.54	c BCD2: 2234512114010 <= obj <= 7045346031125
70.49/70.54	c BCD2: #cores=255, #unrelaxed=212, #relaxed=1060, #hardened=0
70.49/70.54	c BCD2: #sat=1 #unsat=500 bias=500/501
70.49/70.55	c Solving starts ...
70.49/70.55	c ============================[ Search Statistics ]============================
70.49/70.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.49/70.55	c       |         |          |          |    Limit     GC | Var      | Constra 
70.49/70.55	c =============================================================================
70.49/70.57	c  0.0s |       0 |        0 |        0 |    30308      0 |     5108 |     7800
70.68/70.76	c  0.2s |       0 |     1226 |        6 |    30308      0 |     5108 |     9099
70.68/70.76	c #cpu_time = 0.194s
70.68/70.76	c #wall_clock_time = 0.194s
70.68/70.76	c #decision = 1226
70.68/70.76	c #random_decision = 0
70.68/70.76	c #conflict = 6
70.68/70.76	c #restart = 0
70.68/70.76	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
70.68/70.76	c BCD2: refineLB: 421068 -> 421652
70.68/70.76	c lower bound updated to 2232293512386
70.78/70.81	c BCD2: 2234512519009 <= obj <= 7045346031125
70.78/70.81	c BCD2: #cores=253, #unrelaxed=212, #relaxed=1060, #hardened=0
70.78/70.81	c BCD2: #sat=1 #unsat=501 bias=501/502
70.78/70.82	c Solving starts ...
70.78/70.82	c ============================[ Search Statistics ]============================
70.78/70.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.78/70.82	c       |         |          |          |    Limit     GC | Var      | Constra 
70.78/70.82	c =============================================================================
70.78/70.84	c  0.0s |       0 |        0 |        0 |    30308      0 |     5526 |     9099
71.08/71.10	c  0.3s |       0 |     1624 |       13 |    30308      0 |     5526 |     9932
71.08/71.10	c #cpu_time = 0.263s
71.08/71.10	c #wall_clock_time = 0.264s
71.08/71.10	c #decision = 1624
71.08/71.10	c #random_decision = 0
71.08/71.10	c #conflict = 13
71.08/71.10	c #restart = 0
71.08/71.10	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
71.08/71.10	c BCD2: refineLB: 421069 -> 421652
71.08/71.10	c lower bound updated to 2232293917385
71.08/71.15	c BCD2: 2234512924008 <= obj <= 7045346031125
71.08/71.15	c BCD2: #cores=251, #unrelaxed=212, #relaxed=1060, #hardened=0
71.08/71.15	c BCD2: #sat=1 #unsat=502 bias=502/503
71.08/71.16	c Solving starts ...
71.08/71.16	c ============================[ Search Statistics ]============================
71.08/71.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.08/71.16	c       |         |          |          |    Limit     GC | Var      | Constra 
71.08/71.16	c =============================================================================
71.08/71.18	c  0.0s |       0 |        0 |        0 |    30308      0 |     6083 |     9932
71.49/71.50	c  0.3s |       0 |     1632 |        9 |    30308      0 |     6083 |    11043
71.49/71.50	c #cpu_time = 0.318s
71.49/71.50	c #wall_clock_time = 0.318s
71.49/71.50	c #decision = 1632
71.49/71.50	c #random_decision = 2
71.49/71.50	c #conflict = 9
71.49/71.50	c #restart = 0
71.49/71.50	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 10: cost of the new core is >=416176
71.49/71.50	c BCD2: refineLB: 415520 -> 416176
71.49/71.50	c lower bound updated to 2232294322459
71.49/71.55	c BCD2: 2234513329082 <= obj <= 7045346031125
71.49/71.55	c BCD2: #cores=250, #unrelaxed=210, #relaxed=1062, #hardened=0
71.49/71.55	c BCD2: #sat=1 #unsat=503 bias=503/504
71.49/71.56	c Solving starts ...
71.49/71.56	c ============================[ Search Statistics ]============================
71.49/71.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.49/71.56	c       |         |          |          |    Limit     GC | Var      | Constra 
71.49/71.56	c =============================================================================
71.49/71.58	c  0.0s |       0 |        0 |        0 |    30308      0 |     6351 |    11043
71.88/71.95	c  0.4s |       0 |     1932 |       11 |    30308      0 |     6351 |    11577
71.88/71.95	c #cpu_time = 0.363s
71.88/71.95	c #wall_clock_time = 0.365s
71.88/71.95	c #decision = 1932
71.88/71.95	c #random_decision = 0
71.88/71.95	c #conflict = 11
71.88/71.95	c #restart = 0
71.88/71.95	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
71.88/71.95	c BCD2: refineLB: 421072 -> 421652
71.88/71.95	c lower bound updated to 2232294727458
71.98/72.00	c BCD2: 2234513734081 <= obj <= 7045346031125
71.98/72.00	c BCD2: #cores=248, #unrelaxed=210, #relaxed=1062, #hardened=0
71.98/72.00	c BCD2: #sat=1 #unsat=504 bias=504/505
71.98/72.01	c Solving starts ...
71.98/72.01	c ============================[ Search Statistics ]============================
71.98/72.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.98/72.01	c       |         |          |          |    Limit     GC | Var      | Constra 
71.98/72.01	c =============================================================================
71.98/72.03	c  0.0s |       0 |        0 |        0 |    30308      0 |     6922 |    11577
72.18/72.24	c  0.2s |       0 |     1144 |        5 |    33339      0 |     6922 |    12716
72.18/72.24	c #cpu_time = 0.209s
72.18/72.24	c #wall_clock_time = 0.209s
72.18/72.24	c #decision = 1144
72.18/72.24	c #random_decision = 0
72.18/72.24	c #conflict = 5
72.18/72.24	c #restart = 0
72.18/72.24	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
72.18/72.24	c BCD2: refineLB: 421074 -> 421652
72.18/72.24	c lower bound updated to 2232295132457
72.18/72.29	c BCD2: 2234514139080 <= obj <= 7045346031125
72.18/72.29	c BCD2: #cores=246, #unrelaxed=210, #relaxed=1062, #hardened=0
72.18/72.29	c BCD2: #sat=1 #unsat=505 bias=505/506
72.28/72.30	c Solving starts ...
72.28/72.30	c ============================[ Search Statistics ]============================
72.28/72.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.28/72.30	c       |         |          |          |    Limit     GC | Var      | Constra 
72.28/72.30	c =============================================================================
72.28/72.32	c  0.0s |       0 |        0 |        0 |    33339      0 |     7316 |    12716
72.59/72.61	c  0.3s |       0 |     1564 |       12 |    33339      0 |     7316 |    13501
72.59/72.61	c #cpu_time = 0.292s
72.59/72.61	c #wall_clock_time = 0.292s
72.59/72.61	c #decision = 1564
72.59/72.61	c #random_decision = 1
72.59/72.61	c #conflict = 12
72.59/72.61	c #restart = 0
72.59/72.61	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
72.59/72.61	c BCD2: refineLB: 421076 -> 421652
72.59/72.61	c lower bound updated to 2232295537456
72.59/72.66	c BCD2: 2234514544079 <= obj <= 7045346031125
72.59/72.66	c BCD2: #cores=244, #unrelaxed=210, #relaxed=1062, #hardened=0
72.59/72.66	c BCD2: #sat=1 #unsat=506 bias=506/507
72.59/72.67	c Solving starts ...
72.59/72.67	c ============================[ Search Statistics ]============================
72.59/72.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.59/72.67	c       |         |          |          |    Limit     GC | Var      | Constra 
72.59/72.67	c =============================================================================
72.59/72.70	c  0.0s |       0 |        0 |        0 |    33339      0 |     7741 |    13501
72.78/72.88	c  0.2s |       0 |     1168 |        4 |    33339      0 |     7741 |    14348
72.78/72.88	c #cpu_time = 0.188s
72.78/72.88	c #wall_clock_time = 0.188s
72.78/72.88	c #decision = 1168
72.78/72.88	c #random_decision = 0
72.78/72.88	c #conflict = 4
72.78/72.88	c #restart = 0
72.78/72.89	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
72.78/72.89	c BCD2: refineLB: 421077 -> 421652
72.78/72.89	c lower bound updated to 2232295942455
72.88/72.93	c BCD2: 2234514949078 <= obj <= 7045346031125
72.88/72.93	c BCD2: #cores=242, #unrelaxed=210, #relaxed=1062, #hardened=0
72.88/72.93	c BCD2: #sat=1 #unsat=507 bias=507/508
72.88/72.94	c Solving starts ...
72.88/72.94	c ============================[ Search Statistics ]============================
72.88/72.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.88/72.94	c       |         |          |          |    Limit     GC | Var      | Constra 
72.88/72.94	c =============================================================================
72.88/72.96	c  0.0s |       0 |        0 |        0 |    33339      0 |     8021 |    14348
73.08/73.15	c  0.2s |       0 |     1106 |        6 |    33339      0 |     8021 |    14905
73.08/73.15	c #cpu_time = 0.187s
73.08/73.15	c #wall_clock_time = 0.188s
73.08/73.15	c #decision = 1106
73.08/73.15	c #random_decision = 0
73.08/73.15	c #conflict = 6
73.08/73.15	c #restart = 0
73.08/73.15	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
73.08/73.15	c BCD2: refineLB: 421079 -> 421652
73.08/73.15	c lower bound updated to 2232296347454
73.18/73.20	c BCD2: 2234515354077 <= obj <= 7045346031125
73.18/73.20	c BCD2: #cores=240, #unrelaxed=210, #relaxed=1062, #hardened=0
73.18/73.20	c BCD2: #sat=1 #unsat=508 bias=508/509
73.18/73.21	c Solving starts ...
73.18/73.21	c ============================[ Search Statistics ]============================
73.18/73.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.18/73.21	c       |         |          |          |    Limit     GC | Var      | Constra 
73.18/73.21	c =============================================================================
73.18/73.23	c  0.0s |       0 |        0 |        0 |    33339      0 |     8648 |    14905
73.38/73.49	c  0.3s |       0 |     1154 |       11 |    33339      0 |     8648 |    16156
73.38/73.49	c #cpu_time = 0.255s
73.38/73.49	c #wall_clock_time = 0.255s
73.38/73.49	c #decision = 1154
73.38/73.49	c #random_decision = 0
73.38/73.49	c #conflict = 11
73.38/73.49	c #restart = 0
73.38/73.49	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
73.38/73.49	c BCD2: refineLB: 421080 -> 421652
73.38/73.49	c lower bound updated to 2232296752453
73.48/73.54	c BCD2: 2234515759076 <= obj <= 7045346031125
73.48/73.54	c BCD2: #cores=238, #unrelaxed=210, #relaxed=1062, #hardened=0
73.48/73.54	c BCD2: #sat=1 #unsat=509 bias=509/510
73.48/73.54	c Solving starts ...
73.48/73.54	c ============================[ Search Statistics ]============================
73.48/73.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.48/73.54	c       |         |          |          |    Limit     GC | Var      | Constra 
73.48/73.54	c =============================================================================
73.48/73.57	c  0.0s |       0 |        0 |        0 |    33339      0 |     9310 |    16156
73.88/73.93	c  0.4s |       0 |     1714 |        6 |    33339      0 |     9310 |    17477
73.88/73.93	c #cpu_time = 0.360s
73.88/73.93	c #wall_clock_time = 0.361s
73.88/73.93	c #decision = 1714
73.88/73.93	c #random_decision = 4
73.88/73.93	c #conflict = 6
73.88/73.93	c #restart = 0
73.88/73.93	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
73.88/73.93	c BCD2: refineLB: 421082 -> 421652
73.88/73.93	c lower bound updated to 2232297157452
73.88/73.98	c BCD2: 2234516164075 <= obj <= 7045346031125
73.88/73.98	c BCD2: #cores=236, #unrelaxed=210, #relaxed=1062, #hardened=0
73.88/73.98	c BCD2: #sat=1 #unsat=510 bias=510/511
73.88/73.99	c Solving starts ...
73.88/73.99	c ============================[ Search Statistics ]============================
73.88/73.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.88/73.99	c       |         |          |          |    Limit     GC | Var      | Constra 
73.88/73.99	c =============================================================================
73.98/74.01	c  0.0s |       0 |        0 |        0 |    33339      0 |     9747 |    17477
74.18/74.26	c  0.2s |       0 |     1507 |        9 |    33339      0 |     9747 |    18348
74.18/74.26	c #cpu_time = 0.245s
74.18/74.26	c #wall_clock_time = 0.245s
74.18/74.26	c #decision = 1507
74.18/74.26	c #random_decision = 0
74.18/74.26	c #conflict = 9
74.18/74.26	c #restart = 0
74.18/74.26	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
74.18/74.26	c BCD2: refineLB: 421084 -> 421652
74.18/74.26	c lower bound updated to 2232297562451
74.28/74.31	c BCD2: 2234516569074 <= obj <= 7045346031125
74.28/74.31	c BCD2: #cores=234, #unrelaxed=210, #relaxed=1062, #hardened=0
74.28/74.31	c BCD2: #sat=1 #unsat=511 bias=511/512
74.28/74.32	c Solving starts ...
74.28/74.32	c ============================[ Search Statistics ]============================
74.28/74.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.28/74.32	c       |         |          |          |    Limit     GC | Var      | Constra 
74.28/74.32	c =============================================================================
74.28/74.34	c  0.0s |       0 |        0 |        0 |    33339      0 |    10223 |    18348
74.68/74.72	c  0.4s |       0 |     1965 |        9 |    33339      0 |    10223 |    19297
74.68/74.72	c #cpu_time = 0.378s
74.68/74.72	c #wall_clock_time = 0.379s
74.68/74.72	c #decision = 1965
74.68/74.72	c #random_decision = 0
74.68/74.72	c #conflict = 9
74.68/74.72	c #restart = 0
74.68/74.72	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 12: cost of the new core is >=421652
74.68/74.72	c BCD2: refineLB: 421085 -> 421652
74.68/74.72	c lower bound updated to 2232297967450
74.68/74.77	c BCD2: 2234516974073 <= obj <= 7045346031125
74.68/74.77	c BCD2: #cores=232, #unrelaxed=210, #relaxed=1062, #hardened=0
74.68/74.77	c BCD2: #sat=1 #unsat=512 bias=512/513
74.68/74.78	c Solving starts ...
74.68/74.78	c ============================[ Search Statistics ]============================
74.68/74.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.68/74.78	c       |         |          |          |    Limit     GC | Var      | Constra 
74.68/74.78	c =============================================================================
74.79/74.81	c  0.0s |       0 |        0 |        0 |    33339      0 |    10842 |    19297
75.68/75.78	c  1.0s |       0 |    15790 |       24 |    33339      0 |    10842 |    20532
75.68/75.78	c #cpu_time = 0.840s
75.68/75.78	c #wall_clock_time = 0.842s
75.68/75.78	c #decision = 15790
75.68/75.78	c #random_decision = 15
75.68/75.78	c #conflict = 24
75.68/75.78	c #restart = 0
75.68/75.78	o 3443888864981

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 21880
/proc/meminfo: memFree=30051300/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=713148 CPUtime=0 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 2659 0 0 0 0 0 0 0 20 0 4 0 42612594 730263552 3019 33554432000 4194304 16246674 140734721259056 140734721258480 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 179055 3031 441 2943 0 175949 0
[pid=21880/tid=21881] ppid=21877 vsize=730556 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 748089344 3090 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=734652 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 752283648 3106 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=739772 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 757526528 3123 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 21880
/proc/meminfo: memFree=30051300/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=1221188 CPUtime=0.08 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 28028 0 0 0 5 3 0 0 20 0 4 0 42612594 1250496512 28326 33554432000 4194304 16246674 140734721259056 140734721258368 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 305297 28332 800 2943 0 302191 0
[pid=21880/tid=21881] ppid=21877 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 1250496512 28336 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 1250496512 28340 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 1250496512 28345 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1221188

[startup+0.200478 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 21880
/proc/meminfo: memFree=30051300/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 50449 0 0 0 12 7 0 0 20 0 4 0 42612594 1344868352 51258 33554432000 4194304 16246674 140734721259056 140734721258368 8058840 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 328337 51258 800 2943 0 325231 0
[pid=21880/tid=21881] ppid=21877 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 1344868352 51258 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 1344868352 51258 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 1344868352 51258 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300486 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 21880
/proc/meminfo: memFree=30051300/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 57653 0 0 0 22 7 0 0 20 0 4 0 42612594 1344868352 58462 33554432000 4194304 16246674 140734721259056 140734721258368 7440740 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 328337 58462 800 2943 0 325231 0
[pid=21880/tid=21881] ppid=21877 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 1344868352 58462 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 1344868352 58462 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 1344868352 58462 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700437 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 21880
/proc/meminfo: memFree=30051300/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 84402 0 0 0 58 11 0 0 20 0 4 0 42612594 1344868352 85212 33554432000 4194304 16246674 140734721259056 140734721258368 5589077 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 328337 85220 833 2943 0 325231 0
[pid=21880/tid=21881] ppid=21877 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 1344868352 85225 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 1344868352 85230 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 1344868352 85235 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50046 s]
/proc/loadavg: 1.92 1.98 1.99 3/183 21884
/proc/meminfo: memFree=29416864/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=1344068 CPUtime=1.49 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 170528 0 0 0 125 24 0 0 20 0 4 0 42612594 1376325632 171337 33554432000 4194304 16246674 140734721259056 140734721240960 12429080 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 336017 171337 909 2943 0 332911 0
[pid=21880/tid=21881] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171337 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171337 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171337 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1344068

[startup+3.10045 s]
/proc/loadavg: 1.92 1.98 1.99 3/183 21884
/proc/meminfo: memFree=29366388/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=1344068 CPUtime=3.09 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 170535 0 0 0 285 24 0 0 20 0 4 0 42612594 1376325632 171344 33554432000 4194304 16246674 140734721259056 140734721240960 5531312 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 336017 171344 913 2943 0 332911 0
[pid=21880/tid=21881] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171344 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171344 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171344 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1344068

[startup+6.30045 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 21884
/proc/meminfo: memFree=29218208/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=1344068 CPUtime=6.29 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 170535 0 0 0 605 24 0 0 20 0 4 0 42612594 1376325632 171344 33554432000 4194304 16246674 140734721259056 140734721242048 5827966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 336017 171344 913 2943 0 332911 0
[pid=21880/tid=21881] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171344 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171344 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171344 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1344068

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 21884
/proc/meminfo: memFree=29064344/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=1344068 CPUtime=12.69 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 170535 0 0 0 1244 25 0 0 20 0 4 0 42612594 1376325632 171344 33554432000 4194304 16246674 140734721259056 140734721258152 5991508 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 336017 171344 913 2943 0 332911 0
[pid=21880/tid=21881] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171344 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171344 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171344 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1344068

[startup+25.5005 s]
/proc/loadavg: 1.95 1.98 1.99 3/183 21884
/proc/meminfo: memFree=29022948/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=1344068 CPUtime=25.48 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 170536 0 0 0 2523 25 0 0 20 0 4 0 42612594 1376325632 171345 33554432000 4194304 16246674 140734721259056 140734721240960 5531308 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 336017 171345 913 2943 0 332911 0
[pid=21880/tid=21881] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171345 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171345 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171345 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1344068

[startup+51.1005 s]
/proc/loadavg: 1.96 1.98 1.99 3/183 21884
/proc/meminfo: memFree=28536664/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=1344068 CPUtime=51.08 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 170537 0 0 0 5082 26 0 0 20 0 4 0 42612594 1376325632 171346 33554432000 4194304 16246674 140734721259056 140734721257024 6955584 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 336017 171346 914 2943 0 332911 0
[pid=21880/tid=21881] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171346 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171346 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 1376325632 171346 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1344068

[startup+102.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/183 21885
/proc/meminfo: memFree=25662364/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=2935364 CPUtime=102.28 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 674546 0 0 0 10133 95 0 0 20 0 4 0 42612594 3005812736 675355 33554432000 4194304 16246674 140734721259056 140734721258152 4206916 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 733841 675355 915 2943 0 730735 0
[pid=21880/tid=21881] ppid=21877 vsize=2935364 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 3005812736 675355 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=2935364 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 3005812736 675355 33554432000 4194304 16246674 140734721259056 140537488186384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=2935364 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 3005812736 675355 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2935364


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


[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 21917
/proc/meminfo: memFree=10125688/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=13819460 CPUtime=402.23 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 3962106 0 0 0 39653 570 0 0 20 0 4 0 42612594 14151127040 3396387 33554432000 4194304 16246674 140734721259056 140734721258368 4207001 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 3454865 3396387 919 2943 0 3451759 0
[pid=21880/tid=21881] ppid=21877 vsize=13819460 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 14151127040 3396387 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=13819460 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 14151127040 3396387 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=13819460 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 14151127040 3396387 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 13819460

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21919
/proc/meminfo: memFree=7145308/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=13819460 CPUtime=462.22 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 3962106 0 0 0 45648 574 0 0 20 0 4 0 42612594 14151127040 3396387 33554432000 4194304 16246674 140734721259056 140734721258232 4206604 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 3454865 3396387 919 2943 0 3451759 0
[pid=21880/tid=21881] ppid=21877 vsize=13819460 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 14151127040 3396387 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=13819460 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 14151127040 3396387 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=13819460 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 14151127040 3396387 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 13819460

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21920
/proc/meminfo: memFree=4791552/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=14376516 CPUtime=522.21 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 4047919 0 0 0 51629 592 0 0 20 0 4 0 42612594 14721552384 3535344 33554432000 4194304 16246674 140734721259056 140734721256896 14013920 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 3594129 3535344 919 2943 0 3591023 0
[pid=21880/tid=21881] ppid=21877 vsize=14376516 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 14721552384 3535344 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=14376516 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 14721552384 3535344 33554432000 4194304 16246674 140734721259056 140537488186384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=14376516 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 14721552384 3535344 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 14376516

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21921
/proc/meminfo: memFree=4249688/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=14376516 CPUtime=582.19 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 4048226 0 0 0 57623 596 0 0 20 0 4 0 42612594 14721552384 3535651 33554432000 4194304 16246674 140734721259056 140734721257024 14013533 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 3594129 3535651 919 2943 0 3591023 0
[pid=21880/tid=21881] ppid=21877 vsize=14376516 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 14721552384 3535651 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=14376516 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 14721552384 3535651 33554432000 4194304 16246674 140734721259056 140537488186384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=14376516 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 14721552384 3535651 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 14376516

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21922
/proc/meminfo: memFree=3931292/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=14693956 CPUtime=642.19 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 4072909 0 0 0 63609 610 0 0 20 0 4 0 42612594 15046610944 3615011 33554432000 4194304 16246674 140734721259056 140734721258232 4206615 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 3673489 3615011 919 2943 0 3670383 0
[pid=21880/tid=21881] ppid=21877 vsize=14693956 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 15046610944 3615011 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=14693956 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 15046610944 3615011 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=14693956 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 15046610944 3615011 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 14693956

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21923
/proc/meminfo: memFree=3287272/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=15336004 CPUtime=702.18 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 4176189 0 0 0 69587 631 0 0 20 0 4 0 42612594 15704068096 3775523 33554432000 4194304 16246674 140734721259056 140734721256896 14003117 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 3834001 3775523 919 2943 0 3830895 0
[pid=21880/tid=21881] ppid=21877 vsize=15336004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 15704068096 3775523 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=15336004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 15704068096 3775523 33554432000 4194304 16246674 140734721259056 140537488186384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=15336004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 15704068096 3775523 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 15336004

[startup+762.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21925
/proc/meminfo: memFree=2778568/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=15566404 CPUtime=762.18 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 4176393 0 0 0 75578 640 0 0 20 0 4 0 42612594 15939997696 3832959 33554432000 4194304 16246674 140734721259056 140734721257024 14014083 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 3891601 3832959 919 2943 0 3888495 0
[pid=21880/tid=21881] ppid=21877 vsize=15566404 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 15939997696 3832959 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=15566404 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 15939997696 3832959 33554432000 4194304 16246674 140734721259056 140537488186384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=15566404 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 15939997696 3832959 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 762.18
Current children cumulated vsize (KiB) 15566404



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+785.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21926
/proc/meminfo: memFree=2778324/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=15894084 CPUtime=785.17 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) R 21877 21880 17450 0 -1 4202496 4258318 0 0 0 77865 652 0 0 20 0 4 0 42612594 16275542016 3914884 33554432000 4194304 16246674 140734721259056 140734721258152 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 3973521 3914894 919 2943 0 3970415 0
[pid=21880/tid=21881] ppid=21877 vsize=15894084 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21881/stat : 21881 (toysat) S 21877 21880 17450 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42612594 16275542016 3914900 33554432000 4194304 16246674 140734721259056 140537498676464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=15894084 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) S 21877 21880 17450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42612594 16275542016 3914906 33554432000 4194304 16246674 140734721259056 140537488186608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21883] ppid=21877 vsize=15894084 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21883/stat : 21883 (toysat) S 21877 21880 17450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42612594 16275542016 3914908 33554432000 4194304 16246674 140734721259056 140537369717936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 785.17
Current children cumulated vsize (KiB) 15894084

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 21880 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21926
/proc/meminfo: memFree=4190500/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=0 CPUtime=785.47 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) Z 21877 21880 17450 0 -1 4203532 4258942 0 0 0 77865 682 0 0 20 0 2 0 42612594 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 0 0 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) R 21877 21880 17450 0 -1 4203588 8 0 0 0 0 28 0 0 20 0 2 0 42612594 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 785.47
Current children cumulated vsize (KiB) 0

[startup+786 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21926
/proc/meminfo: memFree=4190500/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=0 CPUtime=785.87 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) Z 21877 21880 17450 0 -1 4203532 4258942 0 0 0 77865 722 0 0 20 0 2 0 42612594 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 0 0 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) R 21877 21880 17450 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 42612594 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 785.87
Current children cumulated vsize (KiB) 0

[startup+786.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21926
/proc/meminfo: memFree=4190500/32872528 swapFree=8292/8292
[pid=21880] ppid=21877 vsize=0 CPUtime=785.97 cores=0,2,4,6
/proc/21880/stat : 21880 (toysat) Z 21877 21880 17450 0 -1 4203532 4258942 0 0 0 77865 732 0 0 20 0 2 0 42612594 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21880/statm: 0 0 0 0 0 0 0
[pid=21880/tid=21882] ppid=21877 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/21880/task/21882/stat : 21882 (toysat) R 21877 21880 17450 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 42612594 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 785.97
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 786.157
CPU time (s): 786.029
CPU user time (s): 778.655
CPU system time (s): 7.37488
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 15894084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 778.655
system time used= 7.37488
maximum resident set size= 15662032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4258942
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= 187
involuntary context switches= 803

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.23005 second user time and 4.28835 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-20 08:54:38
IDJOB=4111476
IDBENCH=109367
IDSOLVER=2542
FILE ID=node151/4111476-1466405678
RUNJOBID= node151-1466384055-17466
PBS_JOBID= 19923260
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 27191f9be97a7ec9f68773f84be965bf
RANDOM SEED=1500597349

node151.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		: 2667.103
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	: 5334.20
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		: 2667.103
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		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30051308 kB
Buffers:           38400 kB
Cached:           201216 kB
SwapCached:          652 kB
Active:          1911832 kB
Inactive:         152436 kB
Active(anon):    1823688 kB
Inactive(anon):     2836 kB
Active(file):      88144 kB
Inactive(file):   149600 kB
Unevictable:        8292 kB
Mlocked:            8292 kB
SwapTotal:      67108856 kB
SwapFree:       67099852 kB
Dirty:             18260 kB
Writeback:            16 kB
AnonPages:       1832024 kB
Mapped:            10684 kB
Shmem:                 0 kB
Slab:             613092 kB
SReclaimable:      56556 kB
SUnreclaim:       556536 kB
KernelStack:        1456 kB
PageTables:         7616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1978852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node151 at 2016-06-20 09:07:44