Trace number 4110944

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.69 1801.03

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f56-FCS_FC1_order3_PB.seq-A-2-2-EDCBAir.opb
MD5SUM551ed634116d1f6d8991f26dc393f1c6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1264934517
Best CPU time to get the best result obtained on this benchmark3.24351
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20516
Total number of constraints59535
Number of constraints which are clauses59211
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints324
Minimum length of a constraint1
Maximum length of a constraint82
Number of terms in the objective function 1337
Biggest coefficient in the objective function 210010557520
Number of bits for the biggest coefficient in the objective function 38
Sum of the numbers in the objective function 17220865716639
Number of bits of the sum of numbers in the objective function 44
Biggest number in a constraint 210010557520
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 17220865716639
Number of bits of the biggest sum of numbers44
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-20T05:31:22+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-4110944-1466393482.opb"]
0.00/0.01	c use --random-gen="3005966438 3255521671 3775234163 1047090200 3393801228 2087634734 2744365137 1387696964 90116125 250848197 2491458112 1616928817 145169868 2233332343 1256024566 616907636 2956498966 3580081733 3070847183 623181213 582780535 1338560621 1864436872 1721654481 4180082518 42384097 941888863 666003362 820020655 4023411408 1844531017 3556671506 1697185304 573671515 952280589 1613155014 1973401628 3607591566 711251196 3231016778 3937559723 2598489011 2713762713 98654439 3941873969 3606485965 3000483099 1696439967 819544972 3930845574 265614121 125420843 713573118 1053081991 3891103276 693912492 3353686341 2199054441 2347309659 2682050132 913801932 3436523240 1806659047 2462717663 2692203112 1707761763 1819973123 1287589553 1236468085 2276447359 763190095 2246001393 3605213824 1904230480 2924074552 3386532342 3566483916 3961896668 491079537 3128254784 203590679 567627321 3781765797 1672373564 3313425727 1723136920 2990913637 2976966344 1204914527 357109826 2749094377 136041869 639793401 1951131816 2242920857 3217307585 2426957318 43081780 1711392418 78121149 49927397 1464073393 3984643454 4282786532 4027275158 2771703161 1020829690 3450160710 3706787258 983997805 2628067548 962810026 886772954 2128582954 2641116902 239615603 2421127071 769840612 3408973192 2650231383 752640554 989952967 1514465051 673100994 1454750150 2475539138 816508429 425824619 557478849 3643192269 3829700008 2328248227 7136646 956819133 1534326305 955316088 2130702188 2670534402 4104537728 4222243147 4129309227 3961633435 1340299396 2481630725 1230598084 2129768897 910950519 3853006913 106075300 187220691 3848277126 1938711574 845970623 4025586784 3424999813 379515566 3827937971 74731172 3399142632 3769070625 2155857392 1956845988 1124570193 761475583 1634987619 1497950277 223006715 2374062007 1445486096 844961455 313860567 745362835 56402493 558281482 2322953703 2842862958 1146741195 4060956391 527301001 1013508288 2281611231 349246317 90681292 548195927 750802794 1591558740 3085931866 1697918124 2556520116 3016918885 1808948515 1045630656 1470567590 2822231321 1606078978 1155260175 168621812 410105487 3784402004 599762459 4126370955 1018913729 2276499530 3949046984 3823461458 2276136664 1875298752 1133001453 689941303 757396867 2567361632 2203948430 179069297 2125121518 3167590297 738839364 3433801389 2136005548 3217804097 3691781672 1027884041 1757634647 3733975980 3678000575 723186258 3222245515 2013558454 4247670941 715735980 660803762 2471513147 1377874343 3083538858 1069372662 3659347588 1796822910 403333161 1991092757 2440650330 114474791 583350531 1660846892 1594743615 3816571134 3516109887 48827034 1597109703 1087607006 2858335215 3216704455 1502939373 413022217 1219059082 2425453603 3022403863 1776813209 255 362436" option to reproduce the execution
0.29/0.36	c #vars 20516
0.29/0.36	c #constraints 59535
0.99/1.07	c BCD2: Hardening is enabled.
0.99/1.07	c BCD2: BiasedSearch is enabled.
0.99/1.07	c Solving starts ...
0.99/1.07	c ============================[ Search Statistics ]============================
0.99/1.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.07	c =============================================================================
0.99/1.08	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |        0
1.20/1.23	c  0.2s |       0 |     2067 |       38 |    26089      0 |      892 |      162
1.20/1.23	c #cpu_time = 0.143s
1.20/1.23	c #wall_clock_time = 0.143s
1.20/1.23	c #decision = 2067
1.20/1.23	c #random_decision = 3
1.20/1.23	c #conflict = 38
1.20/1.23	c #restart = 0
1.20/1.23	o -373006
1.89/1.94	c BCD2: updating upper bound: 17220865716639 -> 17220865338988
2.39/2.45	c BCD2: 0 <= obj <= 17220865338988
2.39/2.45	c BCD2: #cores=0, #unrelaxed=1337, #relaxed=0, #hardened=0
2.39/2.45	c BCD2: #sat=1 #unsat=1 bias=1/2
2.39/2.45	c Solving starts ...
2.39/2.45	c ============================[ Search Statistics ]============================
2.39/2.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.45	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.45	c =============================================================================
2.39/2.45	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      162
2.39/2.48	c  0.0s |       0 |        3 |        1 |    26089      0 |      892 |      162
2.39/2.48	c #cpu_time = 0.030s
2.39/2.48	c #wall_clock_time = 0.030s
2.39/2.48	c #decision = 3
2.39/2.48	c #random_decision = 0
2.39/2.48	c #conflict = 1
2.39/2.48	c #restart = 0
2.39/2.48	c BCD2: found a new core of size 3: cost of the new core is >=1
2.39/2.48	c lower bound updated to -17220865711994
2.99/3.02	c BCD2: 1 <= obj <= 17220865338988
2.99/3.02	c BCD2: #cores=1, #unrelaxed=1334, #relaxed=3, #hardened=0
2.99/3.02	c BCD2: #sat=1 #unsat=2 bias=2/3
2.99/3.02	c Solving starts ...
2.99/3.02	c ============================[ Search Statistics ]============================
2.99/3.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.02	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.02	c =============================================================================
2.99/3.02	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      162
2.99/3.05	c  0.0s |       0 |      117 |        0 |    26089      0 |      892 |      162
2.99/3.05	c #cpu_time = 0.027s
2.99/3.05	c #wall_clock_time = 0.027s
2.99/3.05	c #decision = 117
2.99/3.05	c #random_decision = 0
2.99/3.05	c #conflict = 0
2.99/3.05	c #restart = 0
2.99/3.05	c BCD2: found a new core of size 3: cost of the new core is >=5
2.99/3.05	c lower bound updated to -17220865711989
3.49/3.54	c BCD2: 6 <= obj <= 17220865338988
3.49/3.54	c BCD2: #cores=2, #unrelaxed=1331, #relaxed=6, #hardened=0
3.49/3.54	c BCD2: #sat=1 #unsat=3 bias=3/4
3.49/3.54	c Solving starts ...
3.49/3.54	c ============================[ Search Statistics ]============================
3.49/3.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.54	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.54	c =============================================================================
3.49/3.54	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      163
3.49/3.57	c  0.0s |       0 |      136 |        0 |    26089      0 |      892 |      163
3.49/3.57	c #cpu_time = 0.027s
3.49/3.57	c #wall_clock_time = 0.027s
3.49/3.57	c #decision = 136
3.49/3.57	c #random_decision = 0
3.49/3.57	c #conflict = 0
3.49/3.57	c #restart = 0
3.49/3.57	c BCD2: found a new core of size 3: cost of the new core is >=5
3.49/3.57	c lower bound updated to -17220865711984
3.99/4.06	c BCD2: 11 <= obj <= 17220865338988
3.99/4.06	c BCD2: #cores=3, #unrelaxed=1328, #relaxed=9, #hardened=0
3.99/4.06	c BCD2: #sat=1 #unsat=4 bias=4/5
3.99/4.06	c Solving starts ...
3.99/4.06	c ============================[ Search Statistics ]============================
3.99/4.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.06	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.06	c =============================================================================
4.09/4.19	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      164
4.09/4.19	c  0.0s |       0 |      160 |        0 |    26089      0 |      892 |      164
4.09/4.19	c #cpu_time = 0.027s
4.09/4.19	c #wall_clock_time = 0.027s
4.09/4.19	c #decision = 160
4.09/4.19	c #random_decision = 0
4.09/4.19	c #conflict = 0
4.09/4.19	c #restart = 0
4.09/4.19	c BCD2: found a new core of size 3: cost of the new core is >=5
4.09/4.19	c lower bound updated to -17220865711979
4.49/4.58	c BCD2: 16 <= obj <= 17220865338988
4.49/4.58	c BCD2: #cores=4, #unrelaxed=1325, #relaxed=12, #hardened=0
4.49/4.58	c BCD2: #sat=1 #unsat=5 bias=5/6
4.49/4.58	c Solving starts ...
4.49/4.58	c ============================[ Search Statistics ]============================
4.49/4.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.58	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.58	c =============================================================================
4.49/4.58	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      165
4.59/4.61	c  0.0s |       0 |      184 |        0 |    26089      0 |      892 |      165
4.59/4.61	c #cpu_time = 0.028s
4.59/4.61	c #wall_clock_time = 0.028s
4.59/4.61	c #decision = 184
4.59/4.61	c #random_decision = 0
4.59/4.61	c #conflict = 0
4.59/4.61	c #restart = 0
4.59/4.61	c BCD2: found a new core of size 3: cost of the new core is >=5
4.59/4.61	c lower bound updated to -17220865711974
5.09/5.11	c BCD2: 21 <= obj <= 17220865338988
5.09/5.11	c BCD2: #cores=5, #unrelaxed=1322, #relaxed=15, #hardened=0
5.09/5.11	c BCD2: #sat=1 #unsat=6 bias=6/7
5.09/5.11	c Solving starts ...
5.09/5.11	c ============================[ Search Statistics ]============================
5.09/5.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.11	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.11	c =============================================================================
5.09/5.11	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      166
5.09/5.13	c  0.0s |       0 |      184 |        0 |    26089      0 |      892 |      166
5.09/5.13	c #cpu_time = 0.027s
5.09/5.13	c #wall_clock_time = 0.027s
5.09/5.13	c #decision = 184
5.09/5.13	c #random_decision = 0
5.09/5.13	c #conflict = 0
5.09/5.13	c #restart = 0
5.09/5.13	c BCD2: found a new core of size 3: cost of the new core is >=5
5.09/5.13	c lower bound updated to -17220865711969
5.59/5.62	c BCD2: 26 <= obj <= 17220865338988
5.59/5.62	c BCD2: #cores=6, #unrelaxed=1319, #relaxed=18, #hardened=0
5.59/5.62	c BCD2: #sat=1 #unsat=7 bias=7/8
5.59/5.62	c Solving starts ...
5.59/5.62	c ============================[ Search Statistics ]============================
5.59/5.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.62	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.62	c =============================================================================
5.59/5.62	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      167
5.59/5.65	c  0.0s |       0 |      197 |        0 |    26089      0 |      892 |      167
5.59/5.65	c #cpu_time = 0.028s
5.59/5.65	c #wall_clock_time = 0.028s
5.59/5.65	c #decision = 197
5.59/5.65	c #random_decision = 0
5.59/5.65	c #conflict = 0
5.59/5.65	c #restart = 0
5.59/5.65	c BCD2: found a new core of size 3: cost of the new core is >=5
5.59/5.65	c lower bound updated to -17220865711964
6.09/6.14	c BCD2: 31 <= obj <= 17220865338988
6.09/6.14	c BCD2: #cores=7, #unrelaxed=1316, #relaxed=21, #hardened=0
6.09/6.14	c BCD2: #sat=1 #unsat=8 bias=8/9
6.09/6.14	c Solving starts ...
6.09/6.14	c ============================[ Search Statistics ]============================
6.09/6.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.14	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.14	c =============================================================================
6.09/6.14	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      168
6.09/6.17	c  0.0s |       0 |      197 |        0 |    26089      0 |      892 |      168
6.09/6.17	c #cpu_time = 0.028s
6.09/6.17	c #wall_clock_time = 0.028s
6.09/6.17	c #decision = 197
6.09/6.17	c #random_decision = 0
6.09/6.17	c #conflict = 0
6.09/6.17	c #restart = 0
6.09/6.17	c BCD2: found a new core of size 3: cost of the new core is >=5
6.09/6.17	c lower bound updated to -17220865711959
6.59/6.65	c BCD2: 36 <= obj <= 17220865338988
6.59/6.65	c BCD2: #cores=8, #unrelaxed=1313, #relaxed=24, #hardened=0
6.59/6.65	c BCD2: #sat=1 #unsat=9 bias=9/10
6.59/6.65	c Solving starts ...
6.59/6.65	c ============================[ Search Statistics ]============================
6.59/6.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.65	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.65	c =============================================================================
6.59/6.65	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      169
6.59/6.68	c  0.0s |       0 |      213 |        0 |    26089      0 |      892 |      169
6.59/6.68	c #cpu_time = 0.027s
6.59/6.68	c #wall_clock_time = 0.027s
6.59/6.68	c #decision = 213
6.59/6.68	c #random_decision = 0
6.59/6.68	c #conflict = 0
6.59/6.68	c #restart = 0
6.59/6.68	c BCD2: found a new core of size 3: cost of the new core is >=5
6.59/6.68	c lower bound updated to -17220865711954
7.08/7.16	c BCD2: 41 <= obj <= 17220865338988
7.08/7.16	c BCD2: #cores=9, #unrelaxed=1310, #relaxed=27, #hardened=0
7.08/7.16	c BCD2: #sat=1 #unsat=10 bias=10/11
7.08/7.16	c Solving starts ...
7.08/7.16	c ============================[ Search Statistics ]============================
7.08/7.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.08/7.16	c       |         |          |          |    Limit     GC | Var      | Constra 
7.08/7.16	c =============================================================================
7.08/7.16	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      170
7.08/7.19	c  0.0s |       0 |      236 |        0 |    26089      0 |      892 |      170
7.08/7.19	c #cpu_time = 0.027s
7.08/7.19	c #wall_clock_time = 0.027s
7.08/7.19	c #decision = 236
7.08/7.19	c #random_decision = 0
7.08/7.19	c #conflict = 0
7.08/7.19	c #restart = 0
7.08/7.19	c BCD2: found a new core of size 3: cost of the new core is >=5
7.08/7.19	c lower bound updated to -17220865711949
7.58/7.67	c BCD2: 46 <= obj <= 17220865338988
7.58/7.67	c BCD2: #cores=10, #unrelaxed=1307, #relaxed=30, #hardened=0
7.58/7.67	c BCD2: #sat=1 #unsat=11 bias=11/12
7.58/7.67	c Solving starts ...
7.58/7.67	c ============================[ Search Statistics ]============================
7.58/7.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.58/7.67	c       |         |          |          |    Limit     GC | Var      | Constra 
7.58/7.67	c =============================================================================
7.58/7.67	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      171
7.58/7.70	c  0.0s |       0 |      239 |        0 |    26089      0 |      892 |      171
7.58/7.70	c #cpu_time = 0.027s
7.58/7.70	c #wall_clock_time = 0.027s
7.58/7.70	c #decision = 239
7.58/7.70	c #random_decision = 0
7.58/7.70	c #conflict = 0
7.58/7.70	c #restart = 0
7.58/7.70	c BCD2: found a new core of size 3: cost of the new core is >=5
7.58/7.70	c lower bound updated to -17220865711944
8.08/8.18	c BCD2: 51 <= obj <= 17220865338988
8.08/8.18	c BCD2: #cores=11, #unrelaxed=1304, #relaxed=33, #hardened=0
8.08/8.18	c BCD2: #sat=1 #unsat=12 bias=12/13
8.08/8.18	c Solving starts ...
8.08/8.18	c ============================[ Search Statistics ]============================
8.08/8.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.08/8.18	c       |         |          |          |    Limit     GC | Var      | Constra 
8.08/8.18	c =============================================================================
8.08/8.18	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      172
8.18/8.21	c  0.0s |       0 |      239 |        0 |    26089      0 |      892 |      172
8.18/8.21	c #cpu_time = 0.028s
8.18/8.21	c #wall_clock_time = 0.028s
8.18/8.21	c #decision = 239
8.18/8.21	c #random_decision = 0
8.18/8.21	c #conflict = 0
8.18/8.21	c #restart = 0
8.18/8.21	c BCD2: found a new core of size 3: cost of the new core is >=5
8.18/8.21	c lower bound updated to -17220865711939
8.58/8.69	c BCD2: 56 <= obj <= 17220865338988
8.58/8.69	c BCD2: #cores=12, #unrelaxed=1301, #relaxed=36, #hardened=0
8.58/8.69	c BCD2: #sat=1 #unsat=13 bias=13/14
8.58/8.69	c Solving starts ...
8.58/8.69	c ============================[ Search Statistics ]============================
8.58/8.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.58/8.69	c       |         |          |          |    Limit     GC | Var      | Constra 
8.58/8.69	c =============================================================================
8.58/8.69	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      173
8.68/8.72	c  0.0s |       0 |      248 |        0 |    26089      0 |      892 |      173
8.68/8.72	c #cpu_time = 0.028s
8.68/8.72	c #wall_clock_time = 0.028s
8.68/8.72	c #decision = 248
8.68/8.72	c #random_decision = 0
8.68/8.72	c #conflict = 0
8.68/8.72	c #restart = 0
8.68/8.72	c BCD2: found a new core of size 3: cost of the new core is >=5
8.68/8.72	c lower bound updated to -17220865711934
9.18/9.20	c BCD2: 61 <= obj <= 17220865338988
9.18/9.20	c BCD2: #cores=13, #unrelaxed=1298, #relaxed=39, #hardened=0
9.18/9.20	c BCD2: #sat=1 #unsat=14 bias=14/15
9.18/9.20	c Solving starts ...
9.18/9.20	c ============================[ Search Statistics ]============================
9.18/9.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.18/9.20	c       |         |          |          |    Limit     GC | Var      | Constra 
9.18/9.20	c =============================================================================
9.18/9.20	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      174
9.18/9.23	c  0.0s |       0 |      247 |        0 |    26089      0 |      892 |      174
9.18/9.23	c #cpu_time = 0.028s
9.18/9.23	c #wall_clock_time = 0.028s
9.18/9.23	c #decision = 247
9.18/9.23	c #random_decision = 0
9.18/9.23	c #conflict = 0
9.18/9.23	c #restart = 0
9.18/9.23	c BCD2: found a new core of size 3: cost of the new core is >=5
9.18/9.23	c lower bound updated to -17220865711929
9.68/9.71	c BCD2: 66 <= obj <= 17220865338988
9.68/9.71	c BCD2: #cores=14, #unrelaxed=1295, #relaxed=42, #hardened=0
9.68/9.71	c BCD2: #sat=1 #unsat=15 bias=15/16
9.68/9.71	c Solving starts ...
9.68/9.71	c ============================[ Search Statistics ]============================
9.68/9.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.68/9.71	c       |         |          |          |    Limit     GC | Var      | Constra 
9.68/9.71	c =============================================================================
9.68/9.71	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      175
9.68/9.74	c  0.0s |       0 |      250 |        0 |    26089      0 |      892 |      175
9.68/9.74	c #cpu_time = 0.032s
9.68/9.74	c #wall_clock_time = 0.032s
9.68/9.74	c #decision = 250
9.68/9.74	c #random_decision = 0
9.68/9.74	c #conflict = 0
9.68/9.74	c #restart = 0
9.68/9.74	c BCD2: found a new core of size 3: cost of the new core is >=5
9.68/9.74	c lower bound updated to -17220865711924
10.18/10.24	c BCD2: 71 <= obj <= 17220865338988
10.18/10.24	c BCD2: #cores=15, #unrelaxed=1292, #relaxed=45, #hardened=0
10.18/10.24	c BCD2: #sat=1 #unsat=16 bias=16/17
10.18/10.24	c Solving starts ...
10.18/10.24	c ============================[ Search Statistics ]============================
10.18/10.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.18/10.24	c       |         |          |          |    Limit     GC | Var      | Constra 
10.18/10.24	c =============================================================================
10.18/10.24	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      176
10.18/10.27	c  0.0s |       0 |      255 |        0 |    26089      0 |      892 |      176
10.18/10.27	c #cpu_time = 0.028s
10.18/10.27	c #wall_clock_time = 0.028s
10.18/10.27	c #decision = 255
10.18/10.27	c #random_decision = 0
10.18/10.27	c #conflict = 0
10.18/10.27	c #restart = 0
10.18/10.27	c BCD2: found a new core of size 3: cost of the new core is >=5
10.18/10.27	c lower bound updated to -17220865711919
10.68/10.76	c BCD2: 76 <= obj <= 17220865338988
10.68/10.76	c BCD2: #cores=16, #unrelaxed=1289, #relaxed=48, #hardened=0
10.68/10.76	c BCD2: #sat=1 #unsat=17 bias=17/18
10.68/10.76	c Solving starts ...
10.68/10.76	c ============================[ Search Statistics ]============================
10.68/10.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.68/10.76	c       |         |          |          |    Limit     GC | Var      | Constra 
10.68/10.76	c =============================================================================
10.68/10.76	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      177
10.68/10.79	c  0.0s |       0 |      257 |        0 |    26089      0 |      892 |      177
10.68/10.79	c #cpu_time = 0.028s
10.68/10.79	c #wall_clock_time = 0.028s
10.68/10.79	c #decision = 257
10.68/10.79	c #random_decision = 0
10.68/10.79	c #conflict = 0
10.68/10.79	c #restart = 0
10.68/10.79	c BCD2: found a new core of size 3: cost of the new core is >=5
10.68/10.79	c lower bound updated to -17220865711914
11.18/11.28	c BCD2: 81 <= obj <= 17220865338988
11.18/11.28	c BCD2: #cores=17, #unrelaxed=1286, #relaxed=51, #hardened=0
11.18/11.28	c BCD2: #sat=1 #unsat=18 bias=18/19
11.18/11.28	c Solving starts ...
11.18/11.28	c ============================[ Search Statistics ]============================
11.18/11.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.18/11.28	c       |         |          |          |    Limit     GC | Var      | Constra 
11.18/11.28	c =============================================================================
11.18/11.28	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      178
11.28/11.31	c  0.0s |       0 |      262 |        0 |    26089      0 |      892 |      178
11.28/11.31	c #cpu_time = 0.028s
11.28/11.31	c #wall_clock_time = 0.028s
11.28/11.31	c #decision = 262
11.28/11.31	c #random_decision = 0
11.28/11.31	c #conflict = 0
11.28/11.31	c #restart = 0
11.28/11.31	c BCD2: found a new core of size 3: cost of the new core is >=5
11.28/11.31	c lower bound updated to -17220865711909
11.78/11.80	c BCD2: 86 <= obj <= 17220865338988
11.78/11.80	c BCD2: #cores=18, #unrelaxed=1283, #relaxed=54, #hardened=0
11.78/11.80	c BCD2: #sat=1 #unsat=19 bias=19/20
11.78/11.80	c Solving starts ...
11.78/11.80	c ============================[ Search Statistics ]============================
11.78/11.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.78/11.80	c       |         |          |          |    Limit     GC | Var      | Constra 
11.78/11.80	c =============================================================================
11.78/11.80	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      179
11.78/11.83	c  0.0s |       0 |      265 |        0 |    26089      0 |      892 |      179
11.78/11.83	c #cpu_time = 0.028s
11.78/11.83	c #wall_clock_time = 0.028s
11.78/11.83	c #decision = 265
11.78/11.83	c #random_decision = 0
11.78/11.83	c #conflict = 0
11.78/11.83	c #restart = 0
11.78/11.83	c BCD2: found a new core of size 3: cost of the new core is >=5
11.78/11.83	c lower bound updated to -17220865711904
12.28/12.32	c BCD2: 91 <= obj <= 17220865338988
12.28/12.32	c BCD2: #cores=19, #unrelaxed=1280, #relaxed=57, #hardened=0
12.28/12.32	c BCD2: #sat=1 #unsat=20 bias=20/21
12.28/12.32	c Solving starts ...
12.28/12.32	c ============================[ Search Statistics ]============================
12.28/12.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.28/12.32	c       |         |          |          |    Limit     GC | Var      | Constra 
12.28/12.32	c =============================================================================
12.28/12.32	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      180
12.28/12.35	c  0.0s |       0 |      279 |        0 |    26089      0 |      892 |      180
12.28/12.35	c #cpu_time = 0.028s
12.28/12.35	c #wall_clock_time = 0.028s
12.28/12.35	c #decision = 279
12.28/12.35	c #random_decision = 0
12.28/12.35	c #conflict = 0
12.28/12.35	c #restart = 0
12.28/12.35	c BCD2: found a new core of size 3: cost of the new core is >=5
12.28/12.35	c lower bound updated to -17220865711899
12.78/12.83	c BCD2: 96 <= obj <= 17220865338988
12.78/12.83	c BCD2: #cores=20, #unrelaxed=1277, #relaxed=60, #hardened=0
12.78/12.83	c BCD2: #sat=1 #unsat=21 bias=21/22
12.78/12.83	c Solving starts ...
12.78/12.83	c ============================[ Search Statistics ]============================
12.78/12.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.78/12.83	c       |         |          |          |    Limit     GC | Var      | Constra 
12.78/12.83	c =============================================================================
12.78/12.83	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      181
12.78/12.86	c  0.0s |       0 |      278 |        0 |    26089      0 |      892 |      181
12.78/12.86	c #cpu_time = 0.028s
12.78/12.86	c #wall_clock_time = 0.028s
12.78/12.86	c #decision = 278
12.78/12.86	c #random_decision = 0
12.78/12.86	c #conflict = 0
12.78/12.86	c #restart = 0
12.78/12.86	c BCD2: found a new core of size 3: cost of the new core is >=5
12.78/12.86	c lower bound updated to -17220865711894
13.29/13.34	c BCD2: 101 <= obj <= 17220865338988
13.29/13.34	c BCD2: #cores=21, #unrelaxed=1274, #relaxed=63, #hardened=0
13.29/13.34	c BCD2: #sat=1 #unsat=22 bias=22/23
13.29/13.34	c Solving starts ...
13.29/13.34	c ============================[ Search Statistics ]============================
13.29/13.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.29/13.34	c       |         |          |          |    Limit     GC | Var      | Constra 
13.29/13.34	c =============================================================================
13.29/13.34	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      182
13.29/13.37	c  0.0s |       0 |      279 |        0 |    26089      0 |      892 |      182
13.29/13.37	c #cpu_time = 0.028s
13.29/13.37	c #wall_clock_time = 0.028s
13.29/13.37	c #decision = 279
13.29/13.37	c #random_decision = 0
13.29/13.37	c #conflict = 0
13.29/13.37	c #restart = 0
13.29/13.37	c BCD2: found a new core of size 3: cost of the new core is >=5
13.29/13.37	c lower bound updated to -17220865711889
13.78/13.85	c BCD2: 106 <= obj <= 17220865338988
13.78/13.85	c BCD2: #cores=22, #unrelaxed=1271, #relaxed=66, #hardened=0
13.78/13.85	c BCD2: #sat=1 #unsat=23 bias=23/24
13.78/13.85	c Solving starts ...
13.78/13.85	c ============================[ Search Statistics ]============================
13.78/13.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.78/13.85	c       |         |          |          |    Limit     GC | Var      | Constra 
13.78/13.85	c =============================================================================
13.78/13.86	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      183
13.78/13.88	c  0.0s |       0 |      284 |        0 |    26089      0 |      892 |      183
13.78/13.88	c #cpu_time = 0.028s
13.78/13.88	c #wall_clock_time = 0.028s
13.78/13.88	c #decision = 284
13.78/13.88	c #random_decision = 0
13.78/13.88	c #conflict = 0
13.78/13.88	c #restart = 0
13.78/13.88	c BCD2: found a new core of size 3: cost of the new core is >=5
13.78/13.88	c lower bound updated to -17220865711884
14.29/14.36	c BCD2: 111 <= obj <= 17220865338988
14.29/14.36	c BCD2: #cores=23, #unrelaxed=1268, #relaxed=69, #hardened=0
14.29/14.36	c BCD2: #sat=1 #unsat=24 bias=24/25
14.29/14.36	c Solving starts ...
14.29/14.36	c ============================[ Search Statistics ]============================
14.29/14.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.29/14.36	c       |         |          |          |    Limit     GC | Var      | Constra 
14.29/14.36	c =============================================================================
14.29/14.37	c  0.0s |       0 |        0 |        0 |    26089      0 |      892 |      184
14.29/14.39	c  0.0s |       0 |      288 |        0 |    26089      0 |      892 |      184
14.29/14.39	c #cpu_time = 0.028s
14.29/14.39	c #wall_clock_time = 0.028s
14.29/14.39	c #decision = 288
14.29/14.39	c #random_decision = 0
14.29/14.39	c #conflict = 0
14.29/14.39	c #restart = 0
14.29/14.39	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
14.29/14.39	c lower bound updated to -17220865711879
14.78/14.87	c BCD2: 116 <= obj <= 17220865338988
14.78/14.87	c BCD2: #cores=23, #unrelaxed=1264, #relaxed=73, #hardened=0
14.78/14.87	c BCD2: #sat=1 #unsat=25 bias=25/26
14.78/14.87	c Solving starts ...
14.78/14.87	c ============================[ Search Statistics ]============================
14.78/14.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.78/14.87	c       |         |          |          |    Limit     GC | Var      | Constra 
14.78/14.87	c =============================================================================
14.78/14.87	c  0.0s |       0 |        0 |        0 |    26089      0 |      893 |      184
14.88/14.90	c  0.0s |       0 |      291 |        0 |    26089      0 |      893 |      185
14.88/14.90	c #cpu_time = 0.026s
14.88/14.90	c #wall_clock_time = 0.026s
14.88/14.90	c #decision = 291
14.88/14.90	c #random_decision = 0
14.88/14.90	c #conflict = 0
14.88/14.90	c #restart = 0
14.88/14.90	c BCD2: found a new core of size 3: cost of the new core is >=5
14.88/14.90	c lower bound updated to -17220865711874
15.28/15.38	c BCD2: 121 <= obj <= 17220865338988
15.28/15.38	c BCD2: #cores=24, #unrelaxed=1261, #relaxed=76, #hardened=0
15.28/15.38	c BCD2: #sat=1 #unsat=26 bias=26/27
15.28/15.38	c Solving starts ...
15.28/15.38	c ============================[ Search Statistics ]============================
15.28/15.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.28/15.38	c       |         |          |          |    Limit     GC | Var      | Constra 
15.28/15.38	c =============================================================================
15.28/15.38	c  0.0s |       0 |        0 |        0 |    26089      0 |      893 |      186
15.39/15.41	c  0.0s |       0 |      292 |        0 |    26089      0 |      893 |      186
15.39/15.41	c #cpu_time = 0.026s
15.39/15.41	c #wall_clock_time = 0.026s
15.39/15.41	c #decision = 292
15.39/15.41	c #random_decision = 0
15.39/15.41	c #conflict = 0
15.39/15.41	c #restart = 0
15.39/15.41	c BCD2: found a new core of size 3: cost of the new core is >=5
15.39/15.41	c lower bound updated to -17220865711869
15.78/15.89	c BCD2: 126 <= obj <= 17220865338988
15.78/15.89	c BCD2: #cores=25, #unrelaxed=1258, #relaxed=79, #hardened=0
15.78/15.89	c BCD2: #sat=1 #unsat=27 bias=27/28
15.78/15.89	c Solving starts ...
15.78/15.89	c ============================[ Search Statistics ]============================
15.78/15.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.78/15.89	c       |         |          |          |    Limit     GC | Var      | Constra 
15.78/15.89	c =============================================================================
15.78/15.89	c  0.0s |       0 |        0 |        0 |    26089      0 |      893 |      187
15.88/15.91	c  0.0s |       0 |      295 |        0 |    26089      0 |      893 |      187
15.88/15.91	c #cpu_time = 0.027s
15.88/15.91	c #wall_clock_time = 0.027s
15.88/15.91	c #decision = 295
15.88/15.91	c #random_decision = 0
15.88/15.91	c #conflict = 0
15.88/15.91	c #restart = 0
15.88/15.91	c BCD2: found a new core of size 3: cost of the new core is >=5
15.88/15.91	c lower bound updated to -17220865711864
16.38/16.40	c BCD2: 131 <= obj <= 17220865338988
16.38/16.40	c BCD2: #cores=26, #unrelaxed=1255, #relaxed=82, #hardened=0
16.38/16.40	c BCD2: #sat=1 #unsat=28 bias=28/29
16.38/16.40	c Solving starts ...
16.38/16.40	c ============================[ Search Statistics ]============================
16.38/16.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.38/16.40	c       |         |          |          |    Limit     GC | Var      | Constra 
16.38/16.40	c =============================================================================
16.38/16.40	c  0.0s |       0 |        0 |        0 |    26089      0 |      893 |      188
16.38/16.43	c  0.0s |       0 |      294 |        0 |    26089      0 |      893 |      188
16.38/16.43	c #cpu_time = 0.029s
16.38/16.43	c #wall_clock_time = 0.029s
16.38/16.43	c #decision = 294
16.38/16.43	c #random_decision = 0
16.38/16.43	c #conflict = 0
16.38/16.43	c #restart = 0
16.38/16.43	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
16.38/16.43	c lower bound updated to -17220865711859
16.88/16.92	c BCD2: 136 <= obj <= 17220865338988
16.88/16.92	c BCD2: #cores=26, #unrelaxed=1251, #relaxed=86, #hardened=0
16.88/16.92	c BCD2: #sat=1 #unsat=29 bias=29/30
16.88/16.92	c Solving starts ...
16.88/16.92	c ============================[ Search Statistics ]============================
16.88/16.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.88/16.92	c       |         |          |          |    Limit     GC | Var      | Constra 
16.88/16.92	c =============================================================================
16.88/16.92	c  0.0s |       0 |        0 |        0 |    26089      0 |      894 |      188
16.88/16.95	c  0.0s |       0 |      291 |        0 |    26089      0 |      894 |      189
16.88/16.95	c #cpu_time = 0.028s
16.88/16.95	c #wall_clock_time = 0.028s
16.88/16.95	c #decision = 291
16.88/16.95	c #random_decision = 0
16.88/16.95	c #conflict = 0
16.88/16.95	c #restart = 0
16.88/16.95	c BCD2: found a new core of size 3: cost of the new core is >=5
16.88/16.95	c lower bound updated to -17220865711854
17.38/17.45	c BCD2: 141 <= obj <= 17220865338988
17.38/17.45	c BCD2: #cores=27, #unrelaxed=1248, #relaxed=89, #hardened=0
17.38/17.45	c BCD2: #sat=1 #unsat=30 bias=30/31
17.38/17.45	c Solving starts ...
17.38/17.45	c ============================[ Search Statistics ]============================
17.38/17.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.38/17.45	c       |         |          |          |    Limit     GC | Var      | Constra 
17.38/17.45	c =============================================================================
17.38/17.45	c  0.0s |       0 |        0 |        0 |    26089      0 |      894 |      190
17.38/17.48	c  0.0s |       0 |      290 |        0 |    26089      0 |      894 |      190
17.38/17.48	c #cpu_time = 0.028s
17.38/17.48	c #wall_clock_time = 0.028s
17.38/17.48	c #decision = 290
17.38/17.48	c #random_decision = 0
17.38/17.48	c #conflict = 0
17.38/17.48	c #restart = 0
17.38/17.48	c BCD2: found a new core of size 3: cost of the new core is >=5
17.38/17.48	c lower bound updated to -17220865711849
17.88/17.97	c BCD2: 146 <= obj <= 17220865338988
17.88/17.97	c BCD2: #cores=28, #unrelaxed=1245, #relaxed=92, #hardened=0
17.88/17.97	c BCD2: #sat=1 #unsat=31 bias=31/32
17.88/17.97	c Solving starts ...
17.88/17.97	c ============================[ Search Statistics ]============================
17.88/17.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.88/17.97	c       |         |          |          |    Limit     GC | Var      | Constra 
17.88/17.97	c =============================================================================
17.88/17.97	c  0.0s |       0 |        0 |        0 |    26089      0 |      894 |      191
17.88/17.99	c  0.0s |       0 |      289 |        0 |    26089      0 |      894 |      191
17.88/17.99	c #cpu_time = 0.028s
17.88/17.99	c #wall_clock_time = 0.028s
17.88/17.99	c #decision = 289
17.88/17.99	c #random_decision = 0
17.88/17.99	c #conflict = 0
17.88/17.99	c #restart = 0
17.88/17.99	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
17.88/17.99	c lower bound updated to -17220865711844
18.38/18.48	c BCD2: 151 <= obj <= 17220865338988
18.38/18.48	c BCD2: #cores=28, #unrelaxed=1241, #relaxed=96, #hardened=0
18.38/18.48	c BCD2: #sat=1 #unsat=32 bias=32/33
18.38/18.48	c Solving starts ...
18.38/18.48	c ============================[ Search Statistics ]============================
18.38/18.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.38/18.48	c       |         |          |          |    Limit     GC | Var      | Constra 
18.38/18.48	c =============================================================================
18.38/18.48	c  0.0s |       0 |        0 |        0 |    26089      0 |      895 |      191
18.48/18.51	c  0.0s |       0 |      299 |        0 |    26089      0 |      895 |      192
18.48/18.51	c #cpu_time = 0.027s
18.48/18.51	c #wall_clock_time = 0.027s
18.48/18.51	c #decision = 299
18.48/18.51	c #random_decision = 0
18.48/18.51	c #conflict = 0
18.48/18.51	c #restart = 0
18.48/18.51	c BCD2: found a new core of size 3: cost of the new core is >=5
18.48/18.51	c lower bound updated to -17220865711839
18.98/19.00	c BCD2: 156 <= obj <= 17220865338988
18.98/19.00	c BCD2: #cores=29, #unrelaxed=1238, #relaxed=99, #hardened=0
18.98/19.00	c BCD2: #sat=1 #unsat=33 bias=33/34
18.98/19.00	c Solving starts ...
18.98/19.00	c ============================[ Search Statistics ]============================
18.98/19.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.98/19.00	c       |         |          |          |    Limit     GC | Var      | Constra 
18.98/19.00	c =============================================================================
18.98/19.00	c  0.0s |       0 |        0 |        0 |    26089      0 |      895 |      193
18.98/19.02	c  0.0s |       0 |      299 |        0 |    26089      0 |      895 |      193
18.98/19.02	c #cpu_time = 0.027s
18.98/19.02	c #wall_clock_time = 0.027s
18.98/19.02	c #decision = 299
18.98/19.02	c #random_decision = 0
18.98/19.02	c #conflict = 0
18.98/19.02	c #restart = 0
18.98/19.02	c BCD2: found a new core of size 3: cost of the new core is >=5
18.98/19.02	c lower bound updated to -17220865711834
19.48/19.51	c BCD2: 161 <= obj <= 17220865338988
19.48/19.51	c BCD2: #cores=30, #unrelaxed=1235, #relaxed=102, #hardened=0
19.48/19.51	c BCD2: #sat=1 #unsat=34 bias=34/35
19.48/19.51	c Solving starts ...
19.48/19.51	c ============================[ Search Statistics ]============================
19.48/19.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.48/19.51	c       |         |          |          |    Limit     GC | Var      | Constra 
19.48/19.51	c =============================================================================
19.48/19.51	c  0.0s |       0 |        0 |        0 |    26089      0 |      895 |      194
19.48/19.54	c  0.0s |       0 |      302 |        0 |    26089      0 |      895 |      194
19.48/19.54	c #cpu_time = 0.027s
19.48/19.54	c #wall_clock_time = 0.027s
19.48/19.54	c #decision = 302
19.48/19.54	c #random_decision = 0
19.48/19.54	c #conflict = 0
19.48/19.54	c #restart = 0
19.48/19.54	c BCD2: found a new core of size 3: cost of the new core is >=5
19.48/19.54	c lower bound updated to -17220865711829
19.98/20.02	c BCD2: 166 <= obj <= 17220865338988
19.98/20.02	c BCD2: #cores=31, #unrelaxed=1232, #relaxed=105, #hardened=0
19.98/20.02	c BCD2: #sat=1 #unsat=35 bias=35/36
19.98/20.02	c Solving starts ...
19.98/20.02	c ============================[ Search Statistics ]============================
19.98/20.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.98/20.02	c       |         |          |          |    Limit     GC | Var      | Constra 
19.98/20.02	c =============================================================================
19.98/20.02	c  0.0s |       0 |        0 |        0 |    26089      0 |      895 |      195
19.98/20.05	c  0.0s |       0 |      301 |        0 |    26089      0 |      895 |      195
19.98/20.05	c #cpu_time = 0.027s
19.98/20.05	c #wall_clock_time = 0.027s
19.98/20.05	c #decision = 301
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 6 and merging with 2 cores into a new core of size 12: cost of the new core is >=15
19.98/20.05	c lower bound updated to -17220865711824
20.48/20.53	c BCD2: 171 <= obj <= 17220865338988
20.48/20.53	c BCD2: #cores=30, #unrelaxed=1226, #relaxed=111, #hardened=0
20.48/20.53	c BCD2: #sat=1 #unsat=36 bias=36/37
20.48/20.53	c Solving starts ...
20.48/20.53	c ============================[ Search Statistics ]============================
20.48/20.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.48/20.53	c       |         |          |          |    Limit     GC | Var      | Constra 
20.48/20.53	c =============================================================================
20.48/20.53	c  0.0s |       0 |        0 |        0 |    26089      0 |      897 |      195
20.48/20.56	c  0.0s |       0 |      295 |        0 |    26089      0 |      897 |      197
20.48/20.56	c #cpu_time = 0.028s
20.48/20.56	c #wall_clock_time = 0.028s
20.48/20.56	c #decision = 295
20.48/20.56	c #random_decision = 0
20.48/20.56	c #conflict = 0
20.48/20.56	c #restart = 0
20.48/20.56	c BCD2: found a new core of size 3: cost of the new core is >=5
20.48/20.56	c lower bound updated to -17220865711819
20.99/21.04	c BCD2: 176 <= obj <= 17220865338988
20.99/21.04	c BCD2: #cores=31, #unrelaxed=1223, #relaxed=114, #hardened=0
20.99/21.04	c BCD2: #sat=1 #unsat=37 bias=37/38
20.99/21.04	c Solving starts ...
20.99/21.04	c ============================[ Search Statistics ]============================
20.99/21.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.99/21.04	c       |         |          |          |    Limit     GC | Var      | Constra 
20.99/21.04	c =============================================================================
20.99/21.04	c  0.0s |       0 |        0 |        0 |    26089      0 |      897 |      198
20.99/21.07	c  0.0s |       0 |      294 |        0 |    26089      0 |      897 |      198
20.99/21.07	c #cpu_time = 0.028s
20.99/21.07	c #wall_clock_time = 0.028s
20.99/21.07	c #decision = 294
20.99/21.07	c #random_decision = 0
20.99/21.07	c #conflict = 0
20.99/21.07	c #restart = 0
20.99/21.07	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=15
20.99/21.07	c lower bound updated to -17220865711814
21.48/21.55	c BCD2: 181 <= obj <= 17220865338988
21.48/21.55	c BCD2: #cores=30, #unrelaxed=1218, #relaxed=119, #hardened=0
21.48/21.55	c BCD2: #sat=1 #unsat=38 bias=38/39
21.48/21.55	c Solving starts ...
21.48/21.55	c ============================[ Search Statistics ]============================
21.48/21.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.48/21.55	c       |         |          |          |    Limit     GC | Var      | Constra 
21.48/21.55	c =============================================================================
21.48/21.55	c  0.0s |       0 |        0 |        0 |    26089      0 |      899 |      198
21.48/21.57	c  0.0s |       0 |      291 |        0 |    26089      0 |      899 |      200
21.48/21.57	c #cpu_time = 0.026s
21.48/21.57	c #wall_clock_time = 0.026s
21.48/21.57	c #decision = 291
21.48/21.57	c #random_decision = 0
21.48/21.57	c #conflict = 0
21.48/21.57	c #restart = 0
21.48/21.57	c BCD2: found a new core of size 3: cost of the new core is >=5
21.48/21.57	c lower bound updated to -17220865711809
21.99/22.05	c BCD2: 186 <= obj <= 17220865338988
21.99/22.05	c BCD2: #cores=31, #unrelaxed=1215, #relaxed=122, #hardened=0
21.99/22.05	c BCD2: #sat=1 #unsat=39 bias=39/40
21.99/22.05	c Solving starts ...
21.99/22.05	c ============================[ Search Statistics ]============================
21.99/22.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.99/22.05	c       |         |          |          |    Limit     GC | Var      | Constra 
21.99/22.05	c =============================================================================
21.99/22.05	c  0.0s |       0 |        0 |        0 |    26089      0 |      899 |      201
21.99/22.08	c  0.0s |       0 |      292 |        0 |    26089      0 |      899 |      201
21.99/22.08	c #cpu_time = 0.026s
21.99/22.08	c #wall_clock_time = 0.026s
21.99/22.08	c #decision = 292
21.99/22.08	c #random_decision = 0
21.99/22.08	c #conflict = 0
21.99/22.08	c #restart = 0
21.99/22.08	c BCD2: found a new core of size 3: cost of the new core is >=5
21.99/22.08	c lower bound updated to -17220865711804
22.48/22.56	c BCD2: 191 <= obj <= 17220865338988
22.48/22.56	c BCD2: #cores=32, #unrelaxed=1212, #relaxed=125, #hardened=0
22.48/22.56	c BCD2: #sat=1 #unsat=40 bias=40/41
22.48/22.56	c Solving starts ...
22.48/22.56	c ============================[ Search Statistics ]============================
22.48/22.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.48/22.56	c       |         |          |          |    Limit     GC | Var      | Constra 
22.48/22.56	c =============================================================================
22.48/22.56	c  0.0s |       0 |        0 |        0 |    26089      0 |      899 |      202
22.48/22.59	c  0.0s |       0 |      295 |        0 |    26089      0 |      899 |      202
22.48/22.59	c #cpu_time = 0.026s
22.48/22.59	c #wall_clock_time = 0.026s
22.48/22.59	c #decision = 295
22.48/22.59	c #random_decision = 0
22.48/22.59	c #conflict = 0
22.48/22.59	c #restart = 0
22.48/22.59	c BCD2: found a new core of size 3: cost of the new core is >=5
22.48/22.59	c lower bound updated to -17220865711799
22.98/23.08	c BCD2: 196 <= obj <= 17220865338988
22.98/23.08	c BCD2: #cores=33, #unrelaxed=1209, #relaxed=128, #hardened=0
22.98/23.08	c BCD2: #sat=1 #unsat=41 bias=41/42
22.98/23.08	c Solving starts ...
22.98/23.08	c ============================[ Search Statistics ]============================
22.98/23.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.98/23.08	c       |         |          |          |    Limit     GC | Var      | Constra 
22.98/23.08	c =============================================================================
22.98/23.08	c  0.0s |       0 |        0 |        0 |    26089      0 |      899 |      203
23.09/23.11	c  0.0s |       0 |      296 |        0 |    26089      0 |      899 |      203
23.09/23.11	c #cpu_time = 0.026s
23.09/23.11	c #wall_clock_time = 0.026s
23.09/23.11	c #decision = 296
23.09/23.11	c #random_decision = 0
23.09/23.11	c #conflict = 0
23.09/23.11	c #restart = 0
23.09/23.11	c BCD2: found a new core of size 3: cost of the new core is >=5
23.09/23.11	c lower bound updated to -17220865711794
23.58/23.60	c BCD2: 201 <= obj <= 17220865338988
23.58/23.60	c BCD2: #cores=34, #unrelaxed=1206, #relaxed=131, #hardened=0
23.58/23.60	c BCD2: #sat=1 #unsat=42 bias=42/43
23.58/23.60	c Solving starts ...
23.58/23.60	c ============================[ Search Statistics ]============================
23.58/23.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.58/23.60	c       |         |          |          |    Limit     GC | Var      | Constra 
23.58/23.60	c =============================================================================
23.58/23.60	c  0.0s |       0 |        0 |        0 |    26089      0 |      899 |      204
23.58/23.63	c  0.0s |       0 |      297 |        0 |    26089      0 |      899 |      204
23.58/23.63	c #cpu_time = 0.026s
23.58/23.63	c #wall_clock_time = 0.026s
23.58/23.63	c #decision = 297
23.58/23.63	c #random_decision = 0
23.58/23.63	c #conflict = 0
23.58/23.63	c #restart = 0
23.58/23.63	c BCD2: found a new core of size 3: cost of the new core is >=5
23.58/23.63	c lower bound updated to -17220865711789
24.08/24.12	c BCD2: 206 <= obj <= 17220865338988
24.08/24.12	c BCD2: #cores=35, #unrelaxed=1203, #relaxed=134, #hardened=0
24.08/24.12	c BCD2: #sat=1 #unsat=43 bias=43/44
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.12	c  0.0s |       0 |        0 |        0 |    26089      0 |      899 |      205
24.08/24.15	c  0.0s |       0 |      296 |        0 |    26089      0 |      899 |      205
24.08/24.15	c #cpu_time = 0.026s
24.08/24.15	c #wall_clock_time = 0.026s
24.08/24.15	c #decision = 296
24.08/24.15	c #random_decision = 0
24.08/24.15	c #conflict = 0
24.08/24.15	c #restart = 0
24.08/24.15	c BCD2: found a new core of size 3: cost of the new core is >=5
24.08/24.15	c lower bound updated to -17220865711784
24.58/24.64	c BCD2: 211 <= obj <= 17220865338988
24.58/24.64	c BCD2: #cores=36, #unrelaxed=1200, #relaxed=137, #hardened=0
24.58/24.64	c BCD2: #sat=1 #unsat=44 bias=44/45
24.58/24.64	c Solving starts ...
24.58/24.64	c ============================[ Search Statistics ]============================
24.58/24.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.58/24.64	c       |         |          |          |    Limit     GC | Var      | Constra 
24.58/24.64	c =============================================================================
24.58/24.64	c  0.0s |       0 |        0 |        0 |    26089      0 |      899 |      206
24.58/24.67	c  0.0s |       0 |      298 |        0 |    26089      0 |      899 |      206
24.58/24.67	c #cpu_time = 0.026s
24.58/24.67	c #wall_clock_time = 0.026s
24.58/24.67	c #decision = 298
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 3: cost of the new core is >=5
24.58/24.67	c lower bound updated to -17220865711779
25.08/25.15	c BCD2: 216 <= obj <= 17220865338988
25.08/25.15	c BCD2: #cores=37, #unrelaxed=1197, #relaxed=140, #hardened=0
25.08/25.15	c BCD2: #sat=1 #unsat=45 bias=45/46
25.08/25.15	c Solving starts ...
25.08/25.15	c ============================[ Search Statistics ]============================
25.08/25.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.08/25.15	c       |         |          |          |    Limit     GC | Var      | Constra 
25.08/25.15	c =============================================================================
25.08/25.15	c  0.0s |       0 |        0 |        0 |    26089      0 |      899 |      207
25.08/25.18	c  0.0s |       0 |      310 |        0 |    26089      0 |      899 |      207
25.08/25.18	c #cpu_time = 0.027s
25.08/25.18	c #wall_clock_time = 0.027s
25.08/25.18	c #decision = 310
25.08/25.18	c #random_decision = 0
25.08/25.18	c #conflict = 0
25.08/25.18	c #restart = 0
25.08/25.18	c BCD2: found a new core of size 3: cost of the new core is >=5
25.08/25.18	c lower bound updated to -17220865711774
25.58/25.67	c BCD2: 221 <= obj <= 17220865338988
25.58/25.67	c BCD2: #cores=38, #unrelaxed=1194, #relaxed=143, #hardened=0
25.58/25.67	c BCD2: #sat=1 #unsat=46 bias=46/47
25.58/25.67	c Solving starts ...
25.58/25.67	c ============================[ Search Statistics ]============================
25.58/25.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.58/25.67	c       |         |          |          |    Limit     GC | Var      | Constra 
25.58/25.67	c =============================================================================
25.58/25.67	c  0.0s |       0 |        0 |        0 |    26089      0 |      899 |      208
25.68/25.70	c  0.0s |       0 |      313 |        0 |    26089      0 |      899 |      208
25.68/25.70	c #cpu_time = 0.027s
25.68/25.70	c #wall_clock_time = 0.027s
25.68/25.70	c #decision = 313
25.68/25.70	c #random_decision = 0
25.68/25.70	c #conflict = 0
25.68/25.70	c #restart = 0
25.68/25.70	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
25.68/25.70	c lower bound updated to -17220865711769
26.08/26.18	c BCD2: 226 <= obj <= 17220865338988
26.08/26.18	c BCD2: #cores=38, #unrelaxed=1190, #relaxed=147, #hardened=0
26.08/26.18	c BCD2: #sat=1 #unsat=47 bias=47/48
26.08/26.18	c Solving starts ...
26.08/26.18	c ============================[ Search Statistics ]============================
26.08/26.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.08/26.18	c       |         |          |          |    Limit     GC | Var      | Constra 
26.08/26.18	c =============================================================================
26.08/26.18	c  0.0s |       0 |        0 |        0 |    26089      0 |      900 |      208
26.18/26.21	c  0.0s |       0 |      311 |        0 |    26089      0 |      900 |      209
26.18/26.21	c #cpu_time = 0.028s
26.18/26.21	c #wall_clock_time = 0.028s
26.18/26.21	c #decision = 311
26.18/26.21	c #random_decision = 0
26.18/26.21	c #conflict = 0
26.18/26.21	c #restart = 0
26.18/26.21	c BCD2: found a new core of size 3: cost of the new core is >=5
26.18/26.21	c lower bound updated to -17220865711764
26.58/26.69	c BCD2: 231 <= obj <= 17220865338988
26.58/26.69	c BCD2: #cores=39, #unrelaxed=1187, #relaxed=150, #hardened=0
26.58/26.69	c BCD2: #sat=1 #unsat=48 bias=48/49
26.58/26.69	c Solving starts ...
26.58/26.69	c ============================[ Search Statistics ]============================
26.58/26.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.58/26.69	c       |         |          |          |    Limit     GC | Var      | Constra 
26.58/26.69	c =============================================================================
26.58/26.69	c  0.0s |       0 |        0 |        0 |    26089      0 |      900 |      210
26.68/26.72	c  0.0s |       0 |      310 |        0 |    26089      0 |      900 |      210
26.68/26.72	c #cpu_time = 0.028s
26.68/26.72	c #wall_clock_time = 0.028s
26.68/26.72	c #decision = 310
26.68/26.72	c #random_decision = 0
26.68/26.72	c #conflict = 0
26.68/26.72	c #restart = 0
26.68/26.72	c BCD2: found a new core of size 3: cost of the new core is >=5
26.68/26.72	c lower bound updated to -17220865711759
27.18/27.20	c BCD2: 236 <= obj <= 17220865338988
27.18/27.20	c BCD2: #cores=40, #unrelaxed=1184, #relaxed=153, #hardened=0
27.18/27.20	c BCD2: #sat=1 #unsat=49 bias=49/50
27.18/27.20	c Solving starts ...
27.18/27.20	c ============================[ Search Statistics ]============================
27.18/27.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.18/27.20	c       |         |          |          |    Limit     GC | Var      | Constra 
27.18/27.20	c =============================================================================
27.18/27.20	c  0.0s |       0 |        0 |        0 |    26089      0 |      900 |      211
27.18/27.23	c  0.0s |       0 |      315 |        0 |    26089      0 |      900 |      211
27.18/27.23	c #cpu_time = 0.028s
27.18/27.23	c #wall_clock_time = 0.028s
27.18/27.23	c #decision = 315
27.18/27.23	c #random_decision = 0
27.18/27.23	c #conflict = 0
27.18/27.23	c #restart = 0
27.18/27.23	c BCD2: found a new core of size 3: cost of the new core is >=5
27.18/27.23	c lower bound updated to -17220865711754
27.68/27.71	c BCD2: 241 <= obj <= 17220865338988
27.68/27.71	c BCD2: #cores=41, #unrelaxed=1181, #relaxed=156, #hardened=0
27.68/27.71	c BCD2: #sat=1 #unsat=50 bias=50/51
27.68/27.71	c Solving starts ...
27.68/27.71	c ============================[ Search Statistics ]============================
27.68/27.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.68/27.71	c       |         |          |          |    Limit     GC | Var      | Constra 
27.68/27.71	c =============================================================================
27.68/27.71	c  0.0s |       0 |        0 |        0 |    26089      0 |      900 |      212
27.68/27.74	c  0.0s |       0 |      315 |        0 |    26089      0 |      900 |      212
27.68/27.74	c #cpu_time = 0.028s
27.68/27.74	c #wall_clock_time = 0.028s
27.68/27.74	c #decision = 315
27.68/27.74	c #random_decision = 0
27.68/27.74	c #conflict = 0
27.68/27.74	c #restart = 0
27.68/27.74	c BCD2: found a new core of size 3: cost of the new core is >=5
27.68/27.74	c lower bound updated to -17220865711749
28.18/28.22	c BCD2: 246 <= obj <= 17220865338988
28.18/28.22	c BCD2: #cores=42, #unrelaxed=1178, #relaxed=159, #hardened=0
28.18/28.22	c BCD2: #sat=1 #unsat=51 bias=51/52
28.18/28.22	c Solving starts ...
28.18/28.22	c ============================[ Search Statistics ]============================
28.18/28.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.18/28.22	c       |         |          |          |    Limit     GC | Var      | Constra 
28.18/28.22	c =============================================================================
28.18/28.22	c  0.0s |       0 |        0 |        0 |    26089      0 |      900 |      213
28.18/28.24	c  0.0s |       0 |      316 |        0 |    26089      0 |      900 |      213
28.18/28.24	c #cpu_time = 0.028s
28.18/28.24	c #wall_clock_time = 0.028s
28.18/28.24	c #decision = 316
28.18/28.24	c #random_decision = 0
28.18/28.24	c #conflict = 0
28.18/28.24	c #restart = 0
28.18/28.24	c BCD2: found a new core of size 3: cost of the new core is >=5
28.18/28.24	c lower bound updated to -17220865711744
28.69/28.73	c BCD2: 251 <= obj <= 17220865338988
28.69/28.73	c BCD2: #cores=43, #unrelaxed=1175, #relaxed=162, #hardened=0
28.69/28.73	c BCD2: #sat=1 #unsat=52 bias=52/53
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 |    26089      0 |      900 |      214
28.69/28.75	c  0.0s |       0 |      321 |        0 |    26089      0 |      900 |      214
28.69/28.75	c #cpu_time = 0.028s
28.69/28.75	c #wall_clock_time = 0.028s
28.69/28.75	c #decision = 321
28.69/28.75	c #random_decision = 0
28.69/28.75	c #conflict = 0
28.69/28.75	c #restart = 0
28.69/28.75	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
28.69/28.75	c lower bound updated to -17220865711739
29.18/29.24	c BCD2: 256 <= obj <= 17220865338988
29.18/29.24	c BCD2: #cores=43, #unrelaxed=1171, #relaxed=166, #hardened=0
29.18/29.24	c BCD2: #sat=1 #unsat=53 bias=53/54
29.18/29.24	c Solving starts ...
29.18/29.24	c ============================[ Search Statistics ]============================
29.18/29.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.18/29.24	c       |         |          |          |    Limit     GC | Var      | Constra 
29.18/29.24	c =============================================================================
29.18/29.24	c  0.0s |       0 |        0 |        0 |    26089      0 |      901 |      214
29.18/29.27	c  0.0s |       0 |      320 |        0 |    26089      0 |      901 |      215
29.18/29.27	c #cpu_time = 0.026s
29.18/29.27	c #wall_clock_time = 0.026s
29.18/29.27	c #decision = 320
29.18/29.27	c #random_decision = 0
29.18/29.27	c #conflict = 0
29.18/29.27	c #restart = 0
29.18/29.27	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=15
29.18/29.27	c BCD2: refineLB: 11 -> 15
29.18/29.27	c lower bound updated to -17220865711734
29.69/29.76	c BCD2: 261 <= obj <= 17220865338988
29.69/29.76	c BCD2: #cores=42, #unrelaxed=1166, #relaxed=171, #hardened=0
29.69/29.76	c BCD2: #sat=1 #unsat=54 bias=54/55
29.88/29.97	c Solving starts ...
29.88/29.97	c ============================[ Search Statistics ]============================
29.88/29.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.88/29.97	c       |         |          |          |    Limit     GC | Var      | Constra 
29.88/29.97	c =============================================================================
29.88/29.97	c  0.0s |       0 |        0 |        0 |    26089      0 |      903 |      215
29.88/29.97	c  0.0s |       0 |      318 |        0 |    26089      0 |      903 |      217
29.88/29.97	c #cpu_time = 0.028s
29.88/29.97	c #wall_clock_time = 0.028s
29.88/29.97	c #decision = 318
29.88/29.97	c #random_decision = 0
29.88/29.97	c #conflict = 0
29.88/29.97	c #restart = 0
29.88/29.97	c BCD2: found a new core of size 3: cost of the new core is >=5
29.88/29.97	c lower bound updated to -17220865711729
30.18/30.28	c BCD2: 266 <= obj <= 17220865338988
30.18/30.28	c BCD2: #cores=43, #unrelaxed=1163, #relaxed=174, #hardened=0
30.18/30.28	c BCD2: #sat=1 #unsat=55 bias=55/56
30.18/30.28	c Solving starts ...
30.18/30.28	c ============================[ Search Statistics ]============================
30.18/30.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.18/30.28	c       |         |          |          |    Limit     GC | Var      | Constra 
30.18/30.28	c =============================================================================
30.18/30.28	c  0.0s |       0 |        0 |        0 |    26089      0 |      903 |      218
30.28/30.31	c  0.0s |       0 |      317 |        0 |    26089      0 |      903 |      218
30.28/30.31	c #cpu_time = 0.028s
30.28/30.31	c #wall_clock_time = 0.028s
30.28/30.31	c #decision = 317
30.28/30.31	c #random_decision = 0
30.28/30.31	c #conflict = 0
30.28/30.31	c #restart = 0
30.28/30.31	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
30.28/30.31	c lower bound updated to -17220865711724
30.68/30.80	c BCD2: 271 <= obj <= 17220865338988
30.68/30.80	c BCD2: #cores=43, #unrelaxed=1159, #relaxed=178, #hardened=0
30.68/30.80	c BCD2: #sat=1 #unsat=56 bias=56/57
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 |    26089      0 |      904 |      218
30.79/30.83	c  0.0s |       0 |      318 |        0 |    26089      0 |      904 |      219
30.79/30.83	c #cpu_time = 0.027s
30.79/30.83	c #wall_clock_time = 0.027s
30.79/30.83	c #decision = 318
30.79/30.83	c #random_decision = 0
30.79/30.83	c #conflict = 0
30.79/30.83	c #restart = 0
30.79/30.83	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
30.79/30.83	c lower bound updated to -17220865711719
31.28/31.31	c BCD2: 276 <= obj <= 17220865338988
31.28/31.31	c BCD2: #cores=43, #unrelaxed=1155, #relaxed=182, #hardened=0
31.28/31.31	c BCD2: #sat=1 #unsat=57 bias=57/58
31.28/31.31	c Solving starts ...
31.28/31.31	c ============================[ Search Statistics ]============================
31.28/31.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.28/31.31	c       |         |          |          |    Limit     GC | Var      | Constra 
31.28/31.31	c =============================================================================
31.28/31.31	c  0.0s |       0 |        0 |        0 |    26089      0 |      905 |      219
31.28/31.34	c  0.0s |       0 |      317 |        0 |    26089      0 |      905 |      220
31.28/31.34	c #cpu_time = 0.028s
31.28/31.34	c #wall_clock_time = 0.028s
31.28/31.34	c #decision = 317
31.28/31.34	c #random_decision = 0
31.28/31.34	c #conflict = 0
31.28/31.34	c #restart = 0
31.28/31.34	c BCD2: found a new core of size 3: cost of the new core is >=5
31.28/31.34	c lower bound updated to -17220865711714
31.78/31.83	c BCD2: 281 <= obj <= 17220865338988
31.78/31.83	c BCD2: #cores=44, #unrelaxed=1152, #relaxed=185, #hardened=0
31.78/31.83	c BCD2: #sat=1 #unsat=58 bias=58/59
31.78/31.83	c Solving starts ...
31.78/31.83	c ============================[ Search Statistics ]============================
31.78/31.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.78/31.83	c       |         |          |          |    Limit     GC | Var      | Constra 
31.78/31.83	c =============================================================================
31.78/31.83	c  0.0s |       0 |        0 |        0 |    26089      0 |      905 |      221
31.78/31.86	c  0.0s |       0 |      319 |        0 |    26089      0 |      905 |      221
31.78/31.86	c #cpu_time = 0.028s
31.78/31.86	c #wall_clock_time = 0.028s
31.78/31.86	c #decision = 319
31.78/31.86	c #random_decision = 0
31.78/31.86	c #conflict = 0
31.78/31.86	c #restart = 0
31.78/31.86	c BCD2: found a new core of size 3: cost of the new core is >=5
31.78/31.86	c lower bound updated to -17220865711709
32.28/32.34	c BCD2: 286 <= obj <= 17220865338988
32.28/32.34	c BCD2: #cores=45, #unrelaxed=1149, #relaxed=188, #hardened=0
32.28/32.34	c BCD2: #sat=1 #unsat=59 bias=59/60
32.28/32.34	c Solving starts ...
32.28/32.34	c ============================[ Search Statistics ]============================
32.28/32.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.28/32.34	c       |         |          |          |    Limit     GC | Var      | Constra 
32.28/32.34	c =============================================================================
32.28/32.34	c  0.0s |       0 |        0 |        0 |    26089      0 |      905 |      222
32.28/32.37	c  0.0s |       0 |      319 |        0 |    26089      0 |      905 |      222
32.28/32.37	c #cpu_time = 0.028s
32.28/32.37	c #wall_clock_time = 0.028s
32.28/32.37	c #decision = 319
32.28/32.37	c #random_decision = 0
32.28/32.37	c #conflict = 0
32.28/32.37	c #restart = 0
32.28/32.37	c BCD2: found a new core of size 3: cost of the new core is >=5
32.28/32.37	c lower bound updated to -17220865711704
32.78/32.85	c BCD2: 291 <= obj <= 17220865338988
32.78/32.85	c BCD2: #cores=46, #unrelaxed=1146, #relaxed=191, #hardened=0
32.78/32.85	c BCD2: #sat=1 #unsat=60 bias=60/61
32.78/32.85	c Solving starts ...
32.78/32.85	c ============================[ Search Statistics ]============================
32.78/32.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.78/32.85	c       |         |          |          |    Limit     GC | Var      | Constra 
32.78/32.85	c =============================================================================
32.78/32.85	c  0.0s |       0 |        0 |        0 |    26089      0 |      905 |      223
32.78/32.88	c  0.0s |       0 |      325 |        0 |    26089      0 |      905 |      223
32.78/32.88	c #cpu_time = 0.028s
32.78/32.88	c #wall_clock_time = 0.028s
32.78/32.88	c #decision = 325
32.78/32.88	c #random_decision = 0
32.78/32.88	c #conflict = 0
32.78/32.88	c #restart = 0
32.78/32.88	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
32.78/32.88	c lower bound updated to -17220865711699
33.28/33.36	c BCD2: 296 <= obj <= 17220865338988
33.28/33.36	c BCD2: #cores=46, #unrelaxed=1142, #relaxed=195, #hardened=0
33.28/33.36	c BCD2: #sat=1 #unsat=61 bias=61/62
33.28/33.36	c Solving starts ...
33.28/33.36	c ============================[ Search Statistics ]============================
33.28/33.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.28/33.36	c       |         |          |          |    Limit     GC | Var      | Constra 
33.28/33.36	c =============================================================================
33.28/33.36	c  0.0s |       0 |        0 |        0 |    26089      0 |      906 |      223
33.28/33.39	c  0.0s |       0 |      326 |        0 |    26089      0 |      906 |      224
33.28/33.39	c #cpu_time = 0.026s
33.28/33.39	c #wall_clock_time = 0.026s
33.28/33.39	c #decision = 326
33.28/33.39	c #random_decision = 0
33.28/33.39	c #conflict = 0
33.28/33.39	c #restart = 0
33.28/33.39	c BCD2: found a new core of size 3: cost of the new core is >=5
33.28/33.39	c lower bound updated to -17220865711694
33.78/33.87	c BCD2: 301 <= obj <= 17220865338988
33.78/33.87	c BCD2: #cores=47, #unrelaxed=1139, #relaxed=198, #hardened=0
33.78/33.87	c BCD2: #sat=1 #unsat=62 bias=62/63
33.78/33.87	c Solving starts ...
33.78/33.87	c ============================[ Search Statistics ]============================
33.78/33.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.78/33.87	c       |         |          |          |    Limit     GC | Var      | Constra 
33.78/33.87	c =============================================================================
33.78/33.87	c  0.0s |       0 |        0 |        0 |    26089      0 |      906 |      225
33.78/33.90	c  0.0s |       0 |      326 |        0 |    26089      0 |      906 |      225
33.78/33.90	c #cpu_time = 0.027s
33.78/33.90	c #wall_clock_time = 0.027s
33.78/33.90	c #decision = 326
33.78/33.90	c #random_decision = 0
33.78/33.90	c #conflict = 0
33.78/33.90	c #restart = 0
33.78/33.90	c BCD2: found a new core of size 3: cost of the new core is >=5
33.78/33.90	c lower bound updated to -17220865711689
34.28/34.37	c BCD2: 306 <= obj <= 17220865338988
34.28/34.37	c BCD2: #cores=48, #unrelaxed=1136, #relaxed=201, #hardened=0
34.28/34.37	c BCD2: #sat=1 #unsat=63 bias=63/64
34.28/34.38	c Solving starts ...
34.28/34.38	c ============================[ Search Statistics ]============================
34.28/34.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.28/34.38	c       |         |          |          |    Limit     GC | Var      | Constra 
34.28/34.38	c =============================================================================
34.28/34.38	c  0.0s |       0 |        0 |        0 |    26089      0 |      906 |      226
34.38/34.40	c  0.0s |       0 |      338 |        0 |    26089      0 |      906 |      226
34.38/34.40	c #cpu_time = 0.027s
34.38/34.40	c #wall_clock_time = 0.027s
34.38/34.40	c #decision = 338
34.38/34.40	c #random_decision = 0
34.38/34.40	c #conflict = 0
34.38/34.40	c #restart = 0
34.38/34.40	c BCD2: found a new core of size 3: cost of the new core is >=5
34.38/34.40	c lower bound updated to -17220865711684
34.78/34.88	c BCD2: 311 <= obj <= 17220865338988
34.78/34.88	c BCD2: #cores=49, #unrelaxed=1133, #relaxed=204, #hardened=0
34.78/34.88	c BCD2: #sat=1 #unsat=64 bias=64/65
34.78/34.88	c Solving starts ...
34.78/34.88	c ============================[ Search Statistics ]============================
34.78/34.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.78/34.88	c       |         |          |          |    Limit     GC | Var      | Constra 
34.78/34.88	c =============================================================================
34.78/34.89	c  0.0s |       0 |        0 |        0 |    26089      0 |      906 |      227
34.88/34.91	c  0.0s |       0 |      340 |        0 |    26089      0 |      906 |      227
34.88/34.91	c #cpu_time = 0.027s
34.88/34.91	c #wall_clock_time = 0.027s
34.88/34.91	c #decision = 340
34.88/34.91	c #random_decision = 0
34.88/34.91	c #conflict = 0
34.88/34.91	c #restart = 0
34.88/34.91	c BCD2: found a new core of size 3: cost of the new core is >=5
34.88/34.91	c lower bound updated to -17220865711679
35.38/35.40	c BCD2: 316 <= obj <= 17220865338988
35.38/35.40	c BCD2: #cores=50, #unrelaxed=1130, #relaxed=207, #hardened=0
35.38/35.40	c BCD2: #sat=1 #unsat=65 bias=65/66
35.38/35.40	c Solving starts ...
35.38/35.40	c ============================[ Search Statistics ]============================
35.38/35.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.38/35.40	c       |         |          |          |    Limit     GC | Var      | Constra 
35.38/35.40	c =============================================================================
35.38/35.40	c  0.0s |       0 |        0 |        0 |    26089      0 |      906 |      228
35.38/35.43	c  0.0s |       0 |      341 |        0 |    26089      0 |      906 |      228
35.38/35.43	c #cpu_time = 0.026s
35.38/35.43	c #wall_clock_time = 0.026s
35.38/35.43	c #decision = 341
35.38/35.43	c #random_decision = 0
35.38/35.43	c #conflict = 0
35.38/35.43	c #restart = 0
35.38/35.43	c BCD2: found a new core of size 3: cost of the new core is >=5
35.38/35.43	c lower bound updated to -17220865711674
35.88/35.93	c BCD2: 321 <= obj <= 17220865338988
35.88/35.93	c BCD2: #cores=51, #unrelaxed=1127, #relaxed=210, #hardened=0
35.88/35.93	c BCD2: #sat=1 #unsat=66 bias=66/67
35.88/35.93	c Solving starts ...
35.88/35.93	c ============================[ Search Statistics ]============================
35.88/35.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.88/35.93	c       |         |          |          |    Limit     GC | Var      | Constra 
35.88/35.93	c =============================================================================
35.88/35.93	c  0.0s |       0 |        0 |        0 |    26089      0 |      906 |      229
35.88/35.96	c  0.0s |       0 |      340 |        0 |    26089      0 |      906 |      229
35.88/35.96	c #cpu_time = 0.028s
35.88/35.96	c #wall_clock_time = 0.028s
35.88/35.96	c #decision = 340
35.88/35.96	c #random_decision = 0
35.88/35.96	c #conflict = 0
35.88/35.96	c #restart = 0
35.88/35.96	c BCD2: found a new core of size 3: cost of the new core is >=5
35.88/35.96	c lower bound updated to -17220865711669
36.39/36.45	c BCD2: 326 <= obj <= 17220865338988
36.39/36.45	c BCD2: #cores=52, #unrelaxed=1124, #relaxed=213, #hardened=0
36.39/36.45	c BCD2: #sat=1 #unsat=67 bias=67/68
36.39/36.45	c Solving starts ...
36.39/36.45	c ============================[ Search Statistics ]============================
36.39/36.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.39/36.45	c       |         |          |          |    Limit     GC | Var      | Constra 
36.39/36.45	c =============================================================================
36.39/36.45	c  0.0s |       0 |        0 |        0 |    26089      0 |      906 |      230
36.39/36.48	c  0.0s |       0 |      339 |        0 |    26089      0 |      906 |      230
36.39/36.48	c #cpu_time = 0.027s
36.39/36.48	c #wall_clock_time = 0.027s
36.39/36.48	c #decision = 339
36.39/36.48	c #random_decision = 0
36.39/36.48	c #conflict = 0
36.39/36.48	c #restart = 0
36.39/36.48	c BCD2: found a new core of size 3: cost of the new core is >=5
36.39/36.48	c lower bound updated to -17220865711664
36.88/36.97	c BCD2: 331 <= obj <= 17220865338988
36.88/36.97	c BCD2: #cores=53, #unrelaxed=1121, #relaxed=216, #hardened=0
36.88/36.97	c BCD2: #sat=1 #unsat=68 bias=68/69
36.88/36.97	c Solving starts ...
36.88/36.97	c ============================[ Search Statistics ]============================
36.88/36.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.88/36.97	c       |         |          |          |    Limit     GC | Var      | Constra 
36.88/36.97	c =============================================================================
36.88/36.97	c  0.0s |       0 |        0 |        0 |    26089      0 |      906 |      231
36.98/37.00	c  0.0s |       0 |      341 |        0 |    26089      0 |      906 |      231
36.98/37.00	c #cpu_time = 0.027s
36.98/37.00	c #wall_clock_time = 0.027s
36.98/37.00	c #decision = 341
36.98/37.00	c #random_decision = 0
36.98/37.00	c #conflict = 0
36.98/37.00	c #restart = 0
36.98/37.00	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
36.98/37.00	c BCD2: refineLB: 6 -> 10
36.98/37.00	c lower bound updated to -17220865711659
37.38/37.48	c BCD2: 336 <= obj <= 17220865338988
37.38/37.48	c BCD2: #cores=53, #unrelaxed=1117, #relaxed=220, #hardened=0
37.38/37.48	c BCD2: #sat=1 #unsat=69 bias=69/70
37.38/37.48	c Solving starts ...
37.38/37.48	c ============================[ Search Statistics ]============================
37.38/37.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.38/37.48	c       |         |          |          |    Limit     GC | Var      | Constra 
37.38/37.48	c =============================================================================
37.38/37.48	c  0.0s |       0 |        0 |        0 |    26089      0 |      907 |      231
37.49/37.51	c  0.0s |       0 |      338 |        0 |    26089      0 |      907 |      232
37.49/37.51	c #cpu_time = 0.028s
37.49/37.51	c #wall_clock_time = 0.028s
37.49/37.51	c #decision = 338
37.49/37.51	c #random_decision = 0
37.49/37.51	c #conflict = 0
37.49/37.51	c #restart = 0
37.49/37.51	c BCD2: found a new core of size 3: cost of the new core is >=5
37.49/37.51	c lower bound updated to -17220865711654
37.98/38.00	c BCD2: 341 <= obj <= 17220865338988
37.98/38.00	c BCD2: #cores=54, #unrelaxed=1114, #relaxed=223, #hardened=0
37.98/38.00	c BCD2: #sat=1 #unsat=70 bias=70/71
37.98/38.00	c Solving starts ...
37.98/38.00	c ============================[ Search Statistics ]============================
37.98/38.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.98/38.00	c       |         |          |          |    Limit     GC | Var      | Constra 
37.98/38.00	c =============================================================================
37.98/38.00	c  0.0s |       0 |        0 |        0 |    26089      0 |      907 |      233
37.98/38.03	c  0.0s |       0 |      337 |        0 |    26089      0 |      907 |      233
37.98/38.03	c #cpu_time = 0.028s
37.98/38.03	c #wall_clock_time = 0.028s
37.98/38.03	c #decision = 337
37.98/38.03	c #random_decision = 0
37.98/38.03	c #conflict = 0
37.98/38.03	c #restart = 0
37.98/38.03	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
37.98/38.03	c lower bound updated to -17220865711649
38.49/38.51	c BCD2: 346 <= obj <= 17220865338988
38.49/38.51	c BCD2: #cores=54, #unrelaxed=1110, #relaxed=227, #hardened=0
38.49/38.51	c BCD2: #sat=1 #unsat=71 bias=71/72
38.49/38.51	c Solving starts ...
38.49/38.51	c ============================[ Search Statistics ]============================
38.49/38.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.49/38.51	c       |         |          |          |    Limit     GC | Var      | Constra 
38.49/38.51	c =============================================================================
38.49/38.51	c  0.0s |       0 |        0 |        0 |    26089      0 |      908 |      233
38.49/38.54	c  0.0s |       0 |      338 |        0 |    26089      0 |      908 |      234
38.49/38.54	c #cpu_time = 0.027s
38.49/38.54	c #wall_clock_time = 0.027s
38.49/38.54	c #decision = 338
38.49/38.54	c #random_decision = 0
38.49/38.54	c #conflict = 0
38.49/38.54	c #restart = 0
38.49/38.54	c BCD2: found a new core of size 3: cost of the new core is >=5
38.49/38.54	c lower bound updated to -17220865711644
38.99/39.02	c BCD2: 351 <= obj <= 17220865338988
38.99/39.02	c BCD2: #cores=55, #unrelaxed=1107, #relaxed=230, #hardened=0
38.99/39.02	c BCD2: #sat=1 #unsat=72 bias=72/73
38.99/39.02	c Solving starts ...
38.99/39.02	c ============================[ Search Statistics ]============================
38.99/39.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.99/39.02	c       |         |          |          |    Limit     GC | Var      | Constra 
38.99/39.02	c =============================================================================
38.99/39.02	c  0.0s |       0 |        0 |        0 |    26089      0 |      908 |      235
38.99/39.05	c  0.0s |       0 |      337 |        0 |    26089      0 |      908 |      235
38.99/39.05	c #cpu_time = 0.027s
38.99/39.05	c #wall_clock_time = 0.027s
38.99/39.05	c #decision = 337
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 3: cost of the new core is >=5
38.99/39.05	c lower bound updated to -17220865711639
39.49/39.53	c BCD2: 356 <= obj <= 17220865338988
39.49/39.53	c BCD2: #cores=56, #unrelaxed=1104, #relaxed=233, #hardened=0
39.49/39.53	c BCD2: #sat=1 #unsat=73 bias=73/74
39.49/39.53	c Solving starts ...
39.49/39.53	c ============================[ Search Statistics ]============================
39.49/39.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.49/39.53	c       |         |          |          |    Limit     GC | Var      | Constra 
39.49/39.53	c =============================================================================
39.49/39.53	c  0.0s |       0 |        0 |        0 |    26089      0 |      908 |      236
39.49/39.56	c  0.0s |       0 |      338 |        0 |    26089      0 |      908 |      236
39.49/39.56	c #cpu_time = 0.027s
39.49/39.56	c #wall_clock_time = 0.027s
39.49/39.56	c #decision = 338
39.49/39.56	c #random_decision = 0
39.49/39.56	c #conflict = 0
39.49/39.56	c #restart = 0
39.49/39.56	c BCD2: found a new core of size 3: cost of the new core is >=5
39.49/39.56	c lower bound updated to -17220865711634
39.99/40.04	c BCD2: 361 <= obj <= 17220865338988
39.99/40.04	c BCD2: #cores=57, #unrelaxed=1101, #relaxed=236, #hardened=0
39.99/40.04	c BCD2: #sat=1 #unsat=74 bias=74/75
39.99/40.04	c Solving starts ...
39.99/40.04	c ============================[ Search Statistics ]============================
39.99/40.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.99/40.04	c       |         |          |          |    Limit     GC | Var      | Constra 
39.99/40.04	c =============================================================================
39.99/40.04	c  0.0s |       0 |        0 |        0 |    26089      0 |      908 |      237
39.99/40.07	c  0.0s |       0 |      350 |        1 |    26089      0 |      908 |      237
39.99/40.07	c #cpu_time = 0.027s
39.99/40.07	c #wall_clock_time = 0.027s
39.99/40.07	c #decision = 350
39.99/40.07	c #random_decision = 0
39.99/40.07	c #conflict = 1
39.99/40.07	c #restart = 0
39.99/40.07	c BCD2: relaxing 16 and merging with 4 cores into a new core of size 36: cost of the new core is >=35
39.99/40.07	c lower bound updated to -17220865711629
40.49/40.54	c BCD2: 366 <= obj <= 17220865338988
40.49/40.54	c BCD2: #cores=54, #unrelaxed=1085, #relaxed=252, #hardened=0
40.49/40.54	c BCD2: #sat=1 #unsat=75 bias=75/76
40.49/40.54	c Solving starts ...
40.49/40.54	c ============================[ Search Statistics ]============================
40.49/40.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.49/40.54	c       |         |          |          |    Limit     GC | Var      | Constra 
40.49/40.54	c =============================================================================
40.49/40.54	c  0.0s |       0 |        0 |        0 |    26089      0 |      912 |      237
40.49/40.57	c  0.0s |       0 |      324 |        0 |    26089      0 |      912 |      241
40.49/40.57	c #cpu_time = 0.028s
40.49/40.57	c #wall_clock_time = 0.028s
40.49/40.57	c #decision = 324
40.49/40.57	c #random_decision = 0
40.49/40.57	c #conflict = 0
40.49/40.57	c #restart = 0
40.49/40.57	c BCD2: found a new core of size 3: cost of the new core is >=5
40.49/40.57	c lower bound updated to -17220865711624
40.99/41.06	c BCD2: 371 <= obj <= 17220865338988
40.99/41.06	c BCD2: #cores=55, #unrelaxed=1082, #relaxed=255, #hardened=0
40.99/41.06	c BCD2: #sat=1 #unsat=76 bias=76/77
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.06	c  0.0s |       0 |        0 |        0 |    26089      0 |      912 |      242
40.99/41.09	c  0.0s |       0 |      324 |        0 |    26089      0 |      912 |      242
40.99/41.09	c #cpu_time = 0.028s
40.99/41.09	c #wall_clock_time = 0.028s
40.99/41.09	c #decision = 324
40.99/41.09	c #random_decision = 0
40.99/41.09	c #conflict = 0
40.99/41.09	c #restart = 0
40.99/41.09	c BCD2: found a new core of size 3: cost of the new core is >=5
40.99/41.09	c lower bound updated to -17220865711619
41.49/41.58	c BCD2: 376 <= obj <= 17220865338988
41.49/41.58	c BCD2: #cores=56, #unrelaxed=1079, #relaxed=258, #hardened=0
41.49/41.58	c BCD2: #sat=1 #unsat=77 bias=77/78
41.49/41.58	c Solving starts ...
41.49/41.58	c ============================[ Search Statistics ]============================
41.49/41.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.49/41.58	c       |         |          |          |    Limit     GC | Var      | Constra 
41.49/41.58	c =============================================================================
41.49/41.58	c  0.0s |       0 |        0 |        0 |    26089      0 |      912 |      243
41.59/41.61	c  0.0s |       0 |      323 |        0 |    26089      0 |      912 |      243
41.59/41.61	c #cpu_time = 0.028s
41.59/41.61	c #wall_clock_time = 0.028s
41.59/41.61	c #decision = 323
41.59/41.61	c #random_decision = 0
41.59/41.61	c #conflict = 0
41.59/41.61	c #restart = 0
41.59/41.61	c BCD2: found a new core of size 3: cost of the new core is >=5
41.59/41.61	c lower bound updated to -17220865711614
42.09/42.11	c BCD2: 381 <= obj <= 17220865338988
42.09/42.11	c BCD2: #cores=57, #unrelaxed=1076, #relaxed=261, #hardened=0
42.09/42.11	c BCD2: #sat=1 #unsat=78 bias=78/79
42.09/42.11	c Solving starts ...
42.09/42.11	c ============================[ Search Statistics ]============================
42.09/42.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.09/42.11	c       |         |          |          |    Limit     GC | Var      | Constra 
42.09/42.11	c =============================================================================
42.09/42.11	c  0.0s |       0 |        0 |        0 |    26089      0 |      912 |      244
42.09/42.13	c  0.0s |       0 |      322 |        0 |    26089      0 |      912 |      244
42.09/42.13	c #cpu_time = 0.028s
42.09/42.13	c #wall_clock_time = 0.028s
42.09/42.13	c #decision = 322
42.09/42.13	c #random_decision = 0
42.09/42.13	c #conflict = 0
42.09/42.13	c #restart = 0
42.09/42.13	c BCD2: found a new core of size 3: cost of the new core is >=5
42.09/42.13	c lower bound updated to -17220865711609
42.58/42.63	c BCD2: 386 <= obj <= 17220865338988
42.58/42.63	c BCD2: #cores=58, #unrelaxed=1073, #relaxed=264, #hardened=0
42.58/42.63	c BCD2: #sat=1 #unsat=79 bias=79/80
42.58/42.63	c Solving starts ...
42.58/42.63	c ============================[ Search Statistics ]============================
42.58/42.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.58/42.63	c       |         |          |          |    Limit     GC | Var      | Constra 
42.58/42.63	c =============================================================================
42.58/42.63	c  0.0s |       0 |        0 |        0 |    26089      0 |      912 |      245
42.58/42.65	c  0.0s |       0 |      323 |        0 |    26089      0 |      912 |      245
42.58/42.65	c #cpu_time = 0.028s
42.58/42.65	c #wall_clock_time = 0.028s
42.58/42.65	c #decision = 323
42.58/42.65	c #random_decision = 0
42.58/42.65	c #conflict = 0
42.58/42.65	c #restart = 0
42.58/42.65	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
42.58/42.65	c lower bound updated to -17220865711604
43.08/43.14	c BCD2: 391 <= obj <= 17220865338988
43.08/43.14	c BCD2: #cores=58, #unrelaxed=1069, #relaxed=268, #hardened=0
43.08/43.14	c BCD2: #sat=1 #unsat=80 bias=80/81
43.08/43.14	c Solving starts ...
43.08/43.14	c ============================[ Search Statistics ]============================
43.08/43.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.08/43.14	c       |         |          |          |    Limit     GC | Var      | Constra 
43.08/43.14	c =============================================================================
43.08/43.14	c  0.0s |       0 |        0 |        0 |    26089      0 |      913 |      245
43.08/43.17	c  0.0s |       0 |      321 |        0 |    26089      0 |      913 |      246
43.08/43.17	c #cpu_time = 0.027s
43.08/43.17	c #wall_clock_time = 0.027s
43.08/43.17	c #decision = 321
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 3: cost of the new core is >=5
43.08/43.17	c lower bound updated to -17220865711599
43.58/43.65	c BCD2: 396 <= obj <= 17220865338988
43.58/43.65	c BCD2: #cores=59, #unrelaxed=1066, #relaxed=271, #hardened=0
43.58/43.65	c BCD2: #sat=1 #unsat=81 bias=81/82
43.58/43.65	c Solving starts ...
43.58/43.65	c ============================[ Search Statistics ]============================
43.58/43.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.58/43.65	c       |         |          |          |    Limit     GC | Var      | Constra 
43.58/43.65	c =============================================================================
43.58/43.65	c  0.0s |       0 |        0 |        0 |    26089      0 |      913 |      247
43.58/43.68	c  0.0s |       0 |      326 |        0 |    26089      0 |      913 |      247
43.58/43.68	c #cpu_time = 0.027s
43.58/43.68	c #wall_clock_time = 0.027s
43.58/43.68	c #decision = 326
43.58/43.68	c #random_decision = 0
43.58/43.68	c #conflict = 0
43.58/43.68	c #restart = 0
43.58/43.68	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
43.58/43.68	c BCD2: refineLB: 6 -> 10
43.58/43.68	c lower bound updated to -17220865711594
44.09/44.16	c BCD2: 401 <= obj <= 17220865338988
44.09/44.16	c BCD2: #cores=59, #unrelaxed=1062, #relaxed=275, #hardened=0
44.09/44.16	c BCD2: #sat=1 #unsat=82 bias=82/83
44.09/44.16	c Solving starts ...
44.09/44.16	c ============================[ Search Statistics ]============================
44.09/44.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.09/44.16	c       |         |          |          |    Limit     GC | Var      | Constra 
44.09/44.16	c =============================================================================
44.09/44.16	c  0.0s |       0 |        0 |        0 |    26089      0 |      914 |      247
44.09/44.19	c  0.0s |       0 |      325 |        0 |    26089      0 |      914 |      248
44.09/44.19	c #cpu_time = 0.028s
44.09/44.19	c #wall_clock_time = 0.028s
44.09/44.19	c #decision = 325
44.09/44.19	c #random_decision = 0
44.09/44.19	c #conflict = 0
44.09/44.19	c #restart = 0
44.09/44.19	c BCD2: found a new core of size 3: cost of the new core is >=5
44.09/44.19	c lower bound updated to -17220865711589
44.58/44.68	c BCD2: 406 <= obj <= 17220865338988
44.58/44.68	c BCD2: #cores=60, #unrelaxed=1059, #relaxed=278, #hardened=0
44.58/44.68	c BCD2: #sat=1 #unsat=83 bias=83/84
44.58/44.68	c Solving starts ...
44.58/44.68	c ============================[ Search Statistics ]============================
44.58/44.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.58/44.68	c       |         |          |          |    Limit     GC | Var      | Constra 
44.58/44.68	c =============================================================================
44.58/44.68	c  0.0s |       0 |        0 |        0 |    26089      0 |      914 |      249
44.68/44.71	c  0.0s |       0 |      324 |        0 |    26089      0 |      914 |      249
44.68/44.71	c #cpu_time = 0.028s
44.68/44.71	c #wall_clock_time = 0.028s
44.68/44.71	c #decision = 324
44.68/44.71	c #random_decision = 0
44.68/44.71	c #conflict = 0
44.68/44.71	c #restart = 0
44.68/44.71	c BCD2: found a new core of size 3: cost of the new core is >=5
44.68/44.71	c lower bound updated to -17220865711584
45.09/45.19	c BCD2: 411 <= obj <= 17220865338988
45.09/45.19	c BCD2: #cores=61, #unrelaxed=1056, #relaxed=281, #hardened=0
45.09/45.19	c BCD2: #sat=1 #unsat=84 bias=84/85
45.09/45.19	c Solving starts ...
45.09/45.19	c ============================[ Search Statistics ]============================
45.09/45.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.09/45.19	c       |         |          |          |    Limit     GC | Var      | Constra 
45.09/45.19	c =============================================================================
45.09/45.19	c  0.0s |       0 |        0 |        0 |    26089      0 |      914 |      250
45.19/45.22	c  0.0s |       0 |      325 |        0 |    26089      0 |      914 |      250
45.19/45.22	c #cpu_time = 0.028s
45.19/45.22	c #wall_clock_time = 0.028s
45.19/45.22	c #decision = 325
45.19/45.22	c #random_decision = 0
45.19/45.22	c #conflict = 0
45.19/45.22	c #restart = 0
45.19/45.22	c BCD2: found a new core of size 3: cost of the new core is >=5
45.19/45.22	c lower bound updated to -17220865711579
45.58/45.70	c BCD2: 416 <= obj <= 17220865338988
45.58/45.70	c BCD2: #cores=62, #unrelaxed=1053, #relaxed=284, #hardened=0
45.58/45.70	c BCD2: #sat=1 #unsat=85 bias=85/86
45.58/45.70	c Solving starts ...
45.58/45.70	c ============================[ Search Statistics ]============================
45.58/45.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.58/45.70	c       |         |          |          |    Limit     GC | Var      | Constra 
45.58/45.70	c =============================================================================
45.68/45.70	c  0.0s |       0 |        0 |        0 |    26089      0 |      914 |      251
45.68/45.72	c  0.0s |       0 |      326 |        0 |    26089      0 |      914 |      251
45.68/45.72	c #cpu_time = 0.028s
45.68/45.72	c #wall_clock_time = 0.028s
45.68/45.72	c #decision = 326
45.68/45.72	c #random_decision = 0
45.68/45.72	c #conflict = 0
45.68/45.72	c #restart = 0
45.68/45.72	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
45.68/45.72	c lower bound updated to -17220865711574
46.08/46.20	c BCD2: 421 <= obj <= 17220865338988
46.08/46.20	c BCD2: #cores=62, #unrelaxed=1049, #relaxed=288, #hardened=0
46.08/46.20	c BCD2: #sat=1 #unsat=86 bias=86/87
46.08/46.20	c Solving starts ...
46.08/46.20	c ============================[ Search Statistics ]============================
46.08/46.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.08/46.20	c       |         |          |          |    Limit     GC | Var      | Constra 
46.08/46.20	c =============================================================================
46.08/46.20	c  0.0s |       0 |        0 |        0 |    26089      0 |      915 |      251
46.19/46.23	c  0.0s |       0 |      329 |        0 |    26089      0 |      915 |      252
46.19/46.23	c #cpu_time = 0.027s
46.19/46.23	c #wall_clock_time = 0.027s
46.19/46.23	c #decision = 329
46.19/46.23	c #random_decision = 0
46.19/46.23	c #conflict = 0
46.19/46.23	c #restart = 0
46.19/46.23	c BCD2: found a new core of size 3: cost of the new core is >=5
46.19/46.23	c lower bound updated to -17220865711569
46.68/46.71	c BCD2: 426 <= obj <= 17220865338988
46.68/46.71	c BCD2: #cores=63, #unrelaxed=1046, #relaxed=291, #hardened=0
46.68/46.71	c BCD2: #sat=1 #unsat=87 bias=87/88
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.71	c  0.0s |       0 |        0 |        0 |    26089      0 |      915 |      253
46.68/46.74	c  0.0s |       0 |      328 |        0 |    26089      0 |      915 |      253
46.68/46.74	c #cpu_time = 0.027s
46.68/46.74	c #wall_clock_time = 0.027s
46.68/46.74	c #decision = 328
46.68/46.74	c #random_decision = 0
46.68/46.74	c #conflict = 0
46.68/46.74	c #restart = 0
46.68/46.74	c BCD2: found a new core of size 3: cost of the new core is >=5
46.68/46.74	c lower bound updated to -17220865711564
47.18/47.23	c BCD2: 431 <= obj <= 17220865338988
47.18/47.23	c BCD2: #cores=64, #unrelaxed=1043, #relaxed=294, #hardened=0
47.18/47.23	c BCD2: #sat=1 #unsat=88 bias=88/89
47.18/47.23	c Solving starts ...
47.18/47.23	c ============================[ Search Statistics ]============================
47.18/47.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.18/47.23	c       |         |          |          |    Limit     GC | Var      | Constra 
47.18/47.23	c =============================================================================
47.18/47.23	c  0.0s |       0 |        0 |        0 |    26089      0 |      915 |      254
47.18/47.26	c  0.0s |       0 |      329 |        0 |    26089      0 |      915 |      254
47.18/47.26	c #cpu_time = 0.027s
47.18/47.26	c #wall_clock_time = 0.027s
47.18/47.26	c #decision = 329
47.18/47.26	c #random_decision = 0
47.18/47.26	c #conflict = 0
47.18/47.26	c #restart = 0
47.18/47.26	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=15
47.18/47.26	c lower bound updated to -17220865711559
47.68/47.75	c BCD2: 436 <= obj <= 17220865338988
47.68/47.75	c BCD2: #cores=63, #unrelaxed=1038, #relaxed=299, #hardened=0
47.68/47.75	c BCD2: #sat=1 #unsat=89 bias=89/90
47.68/47.75	c Solving starts ...
47.68/47.75	c ============================[ Search Statistics ]============================
47.68/47.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.68/47.75	c       |         |          |          |    Limit     GC | Var      | Constra 
47.68/47.75	c =============================================================================
47.68/47.75	c  0.0s |       0 |        0 |        0 |    26089      0 |      917 |      254
47.68/47.78	c  0.0s |       0 |      325 |        0 |    26089      0 |      917 |      256
47.68/47.78	c #cpu_time = 0.028s
47.68/47.78	c #wall_clock_time = 0.028s
47.68/47.78	c #decision = 325
47.68/47.78	c #random_decision = 0
47.68/47.78	c #conflict = 0
47.68/47.78	c #restart = 0
47.68/47.78	c BCD2: found a new core of size 3: cost of the new core is >=5
47.68/47.78	c lower bound updated to -17220865711554
48.18/48.27	c BCD2: 441 <= obj <= 17220865338988
48.18/48.27	c BCD2: #cores=64, #unrelaxed=1035, #relaxed=302, #hardened=0
48.18/48.27	c BCD2: #sat=1 #unsat=90 bias=90/91
48.18/48.27	c Solving starts ...
48.18/48.27	c ============================[ Search Statistics ]============================
48.18/48.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.18/48.27	c       |         |          |          |    Limit     GC | Var      | Constra 
48.18/48.27	c =============================================================================
48.18/48.27	c  0.0s |       0 |        0 |        0 |    26089      0 |      917 |      257
48.28/48.30	c  0.0s |       0 |      328 |        0 |    26089      0 |      917 |      257
48.28/48.30	c #cpu_time = 0.028s
48.28/48.30	c #wall_clock_time = 0.028s
48.28/48.30	c #decision = 328
48.28/48.30	c #random_decision = 0
48.28/48.30	c #conflict = 0
48.28/48.30	c #restart = 0
48.28/48.30	c BCD2: found a new core of size 3: cost of the new core is >=5
48.28/48.30	c lower bound updated to -17220865711549
48.68/48.79	c BCD2: 446 <= obj <= 17220865338988
48.68/48.79	c BCD2: #cores=65, #unrelaxed=1032, #relaxed=305, #hardened=0
48.68/48.79	c BCD2: #sat=1 #unsat=91 bias=91/92
48.68/48.79	c Solving starts ...
48.68/48.79	c ============================[ Search Statistics ]============================
48.68/48.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.68/48.79	c       |         |          |          |    Limit     GC | Var      | Constra 
48.68/48.79	c =============================================================================
48.68/48.79	c  0.0s |       0 |        0 |        0 |    26089      0 |      917 |      258
48.78/48.82	c  0.0s |       0 |      330 |        0 |    26089      0 |      917 |      258
48.78/48.82	c #cpu_time = 0.028s
48.78/48.82	c #wall_clock_time = 0.028s
48.78/48.82	c #decision = 330
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 3: cost of the new core is >=5
48.78/48.82	c lower bound updated to -17220865711544
49.28/49.31	c BCD2: 451 <= obj <= 17220865338988
49.28/49.31	c BCD2: #cores=66, #unrelaxed=1029, #relaxed=308, #hardened=0
49.28/49.31	c BCD2: #sat=1 #unsat=92 bias=92/93
49.28/49.31	c Solving starts ...
49.28/49.31	c ============================[ Search Statistics ]============================
49.28/49.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.28/49.31	c       |         |          |          |    Limit     GC | Var      | Constra 
49.28/49.31	c =============================================================================
49.28/49.31	c  0.0s |       0 |        0 |        0 |    26089      0 |      917 |      259
49.28/49.34	c  0.0s |       0 |      332 |        0 |    26089      0 |      917 |      259
49.28/49.34	c #cpu_time = 0.029s
49.28/49.34	c #wall_clock_time = 0.029s
49.28/49.34	c #decision = 332
49.28/49.34	c #random_decision = 0
49.28/49.34	c #conflict = 0
49.28/49.34	c #restart = 0
49.28/49.34	c BCD2: found a new core of size 3: cost of the new core is >=5
49.28/49.34	c lower bound updated to -17220865711539
49.78/49.82	c BCD2: 456 <= obj <= 17220865338988
49.78/49.82	c BCD2: #cores=67, #unrelaxed=1026, #relaxed=311, #hardened=0
49.78/49.82	c BCD2: #sat=1 #unsat=93 bias=93/94
49.78/49.82	c Solving starts ...
49.78/49.82	c ============================[ Search Statistics ]============================
49.78/49.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.78/49.82	c       |         |          |          |    Limit     GC | Var      | Constra 
49.78/49.82	c =============================================================================
49.78/49.82	c  0.0s |       0 |        0 |        0 |    26089      0 |      917 |      260
49.78/49.85	c  0.0s |       0 |      332 |        0 |    26089      0 |      917 |      260
49.78/49.85	c #cpu_time = 0.028s
49.78/49.85	c #wall_clock_time = 0.028s
49.78/49.85	c #decision = 332
49.78/49.85	c #random_decision = 0
49.78/49.85	c #conflict = 0
49.78/49.85	c #restart = 0
49.78/49.85	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 14: cost of the new core is >=15
49.78/49.85	c lower bound updated to -17220865711534
50.28/50.33	c BCD2: 461 <= obj <= 17220865338988
50.28/50.33	c BCD2: #cores=67, #unrelaxed=1019, #relaxed=318, #hardened=0
50.28/50.33	c BCD2: #sat=1 #unsat=94 bias=94/95
50.28/50.33	c Solving starts ...
50.28/50.33	c ============================[ Search Statistics ]============================
50.28/50.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.28/50.33	c       |         |          |          |    Limit     GC | Var      | Constra 
50.28/50.33	c =============================================================================
50.28/50.33	c  0.0s |       0 |        0 |        0 |    26089      0 |      918 |      260
50.28/50.36	c  0.0s |       0 |      328 |        0 |    26089      0 |      918 |      261
50.28/50.36	c #cpu_time = 0.027s
50.28/50.36	c #wall_clock_time = 0.027s
50.28/50.36	c #decision = 328
50.28/50.36	c #random_decision = 0
50.28/50.36	c #conflict = 0
50.28/50.36	c #restart = 0
50.28/50.36	c BCD2: found a new core of size 3: cost of the new core is >=5
50.28/50.36	c lower bound updated to -17220865711529
50.78/50.84	c BCD2: 466 <= obj <= 17220865338988
50.78/50.84	c BCD2: #cores=68, #unrelaxed=1016, #relaxed=321, #hardened=0
50.78/50.84	c BCD2: #sat=1 #unsat=95 bias=95/96
50.78/50.84	c Solving starts ...
50.78/50.84	c ============================[ Search Statistics ]============================
50.78/50.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.78/50.84	c       |         |          |          |    Limit     GC | Var      | Constra 
50.78/50.84	c =============================================================================
50.78/50.84	c  0.0s |       0 |        0 |        0 |    26089      0 |      918 |      262
50.78/50.87	c  0.0s |       0 |      334 |        0 |    26089      0 |      918 |      262
50.78/50.87	c #cpu_time = 0.027s
50.78/50.87	c #wall_clock_time = 0.027s
50.78/50.87	c #decision = 334
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 3: cost of the new core is >=5
50.78/50.87	c lower bound updated to -17220865711524
51.28/51.35	c BCD2: 471 <= obj <= 17220865338988
51.28/51.35	c BCD2: #cores=69, #unrelaxed=1013, #relaxed=324, #hardened=0
51.28/51.35	c BCD2: #sat=1 #unsat=96 bias=96/97
51.28/51.35	c Solving starts ...
51.28/51.35	c ============================[ Search Statistics ]============================
51.28/51.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
51.28/51.35	c       |         |          |          |    Limit     GC | Var      | Constra 
51.28/51.35	c =============================================================================
51.28/51.35	c  0.0s |       0 |        0 |        0 |    26089      0 |      918 |      263
51.28/51.38	c  0.0s |       0 |      335 |        0 |    26089      0 |      918 |      263
51.28/51.38	c #cpu_time = 0.027s
51.28/51.38	c #wall_clock_time = 0.027s
51.28/51.38	c #decision = 335
51.28/51.38	c #random_decision = 0
51.28/51.38	c #conflict = 0
51.28/51.38	c #restart = 0
51.28/51.38	c BCD2: found a new core of size 3: cost of the new core is >=5
51.28/51.38	c lower bound updated to -17220865711519
51.79/51.86	c BCD2: 476 <= obj <= 17220865338988
51.79/51.86	c BCD2: #cores=70, #unrelaxed=1010, #relaxed=327, #hardened=0
51.79/51.86	c BCD2: #sat=1 #unsat=97 bias=97/98
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.86	c  0.0s |       0 |        0 |        0 |    26089      0 |      918 |      264
51.79/51.88	c  0.0s |       0 |      338 |        0 |    26089      0 |      918 |      264
51.79/51.88	c #cpu_time = 0.026s
51.79/51.88	c #wall_clock_time = 0.026s
51.79/51.88	c #decision = 338
51.79/51.88	c #random_decision = 0
51.79/51.88	c #conflict = 0
51.79/51.88	c #restart = 0
51.79/51.88	c BCD2: found a new core of size 3: cost of the new core is >=5
51.79/51.88	c lower bound updated to -17220865711514
52.28/52.36	c BCD2: 481 <= obj <= 17220865338988
52.28/52.36	c BCD2: #cores=71, #unrelaxed=1007, #relaxed=330, #hardened=0
52.28/52.36	c BCD2: #sat=1 #unsat=98 bias=98/99
52.28/52.36	c Solving starts ...
52.28/52.36	c ============================[ Search Statistics ]============================
52.28/52.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.28/52.36	c       |         |          |          |    Limit     GC | Var      | Constra 
52.28/52.36	c =============================================================================
52.28/52.36	c  0.0s |       0 |        0 |        0 |    26089      0 |      918 |      265
52.28/52.39	c  0.0s |       0 |      337 |        0 |    26089      0 |      918 |      265
52.28/52.39	c #cpu_time = 0.027s
52.28/52.39	c #wall_clock_time = 0.027s
52.28/52.39	c #decision = 337
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 3: cost of the new core is >=5
52.28/52.39	c lower bound updated to -17220865711509
52.79/52.88	c BCD2: 486 <= obj <= 17220865338988
52.79/52.88	c BCD2: #cores=72, #unrelaxed=1004, #relaxed=333, #hardened=0
52.79/52.88	c BCD2: #sat=1 #unsat=99 bias=99/100
52.79/52.88	c Solving starts ...
52.79/52.88	c ============================[ Search Statistics ]============================
52.79/52.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.79/52.88	c       |         |          |          |    Limit     GC | Var      | Constra 
52.79/52.88	c =============================================================================
52.79/52.88	c  0.0s |       0 |        0 |        0 |    26089      0 |      918 |      266
52.89/52.91	c  0.0s |       0 |      341 |        0 |    26089      0 |      918 |      266
52.89/52.91	c #cpu_time = 0.027s
52.89/52.91	c #wall_clock_time = 0.027s
52.89/52.91	c #decision = 341
52.89/52.91	c #random_decision = 0
52.89/52.91	c #conflict = 0
52.89/52.91	c #restart = 0
52.89/52.91	c BCD2: found a new core of size 3: cost of the new core is >=5
52.89/52.91	c lower bound updated to -17220865711504
53.38/53.40	c BCD2: 491 <= obj <= 17220865338988
53.38/53.40	c BCD2: #cores=73, #unrelaxed=1001, #relaxed=336, #hardened=0
53.38/53.40	c BCD2: #sat=1 #unsat=100 bias=100/101
53.38/53.40	c Solving starts ...
53.38/53.40	c ============================[ Search Statistics ]============================
53.38/53.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.38/53.40	c       |         |          |          |    Limit     GC | Var      | Constra 
53.38/53.40	c =============================================================================
53.38/53.41	c  0.0s |       0 |        0 |        0 |    26089      0 |      918 |      267
53.38/53.43	c  0.0s |       0 |      341 |        0 |    26089      0 |      918 |      267
53.38/53.43	c #cpu_time = 0.027s
53.38/53.43	c #wall_clock_time = 0.027s
53.38/53.43	c #decision = 341
53.38/53.43	c #random_decision = 0
53.38/53.43	c #conflict = 0
53.38/53.43	c #restart = 0
53.38/53.43	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 13: cost of the new core is >=15
53.38/53.43	c BCD2: refineLB: 11 -> 15
53.38/53.43	c lower bound updated to -17220865711499
53.89/53.92	c BCD2: 496 <= obj <= 17220865338988
53.89/53.92	c BCD2: #cores=72, #unrelaxed=994, #relaxed=343, #hardened=0
53.89/53.92	c BCD2: #sat=1 #unsat=101 bias=101/102
53.89/53.92	c Solving starts ...
53.89/53.92	c ============================[ Search Statistics ]============================
53.89/53.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.89/53.92	c       |         |          |          |    Limit     GC | Var      | Constra 
53.89/53.92	c =============================================================================
53.89/53.92	c  0.0s |       0 |        0 |        0 |    26089      0 |      921 |      267
53.89/53.95	c  0.0s |       0 |      336 |        0 |    26089      0 |      921 |      271
53.89/53.95	c #cpu_time = 0.028s
53.89/53.95	c #wall_clock_time = 0.028s
53.89/53.95	c #decision = 336
53.89/53.95	c #random_decision = 0
53.89/53.95	c #conflict = 0
53.89/53.95	c #restart = 0
53.89/53.95	c BCD2: found a new core of size 3: cost of the new core is >=5
53.89/53.95	c lower bound updated to -17220865711494
54.38/54.44	c BCD2: 501 <= obj <= 17220865338988
54.38/54.44	c BCD2: #cores=73, #unrelaxed=991, #relaxed=346, #hardened=0
54.38/54.44	c BCD2: #sat=1 #unsat=102 bias=102/103
54.38/54.44	c Solving starts ...
54.38/54.44	c ============================[ Search Statistics ]============================
54.38/54.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.38/54.44	c       |         |          |          |    Limit     GC | Var      | Constra 
54.38/54.44	c =============================================================================
54.38/54.44	c  0.0s |       0 |        0 |        0 |    26089      0 |      921 |      272
54.38/54.47	c  0.0s |       0 |      341 |        0 |    26089      0 |      921 |      272
54.38/54.47	c #cpu_time = 0.028s
54.38/54.47	c #wall_clock_time = 0.028s
54.38/54.47	c #decision = 341
54.38/54.47	c #random_decision = 0
54.38/54.47	c #conflict = 0
54.38/54.47	c #restart = 0
54.38/54.47	c BCD2: found a new core of size 3: cost of the new core is >=5
54.38/54.47	c lower bound updated to -17220865711489
54.88/54.96	c BCD2: 506 <= obj <= 17220865338988
54.88/54.96	c BCD2: #cores=74, #unrelaxed=988, #relaxed=349, #hardened=0
54.88/54.96	c BCD2: #sat=1 #unsat=103 bias=103/104
54.88/54.96	c Solving starts ...
54.88/54.96	c ============================[ Search Statistics ]============================
54.88/54.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
54.88/54.96	c       |         |          |          |    Limit     GC | Var      | Constra 
54.88/54.96	c =============================================================================
54.88/54.96	c  0.0s |       0 |        0 |        0 |    26089      0 |      921 |      273
54.88/54.99	c  0.0s |       0 |      342 |        0 |    26089      0 |      921 |      273
54.88/54.99	c #cpu_time = 0.029s
54.88/54.99	c #wall_clock_time = 0.028s
54.88/54.99	c #decision = 342
54.88/54.99	c #random_decision = 0
54.88/54.99	c #conflict = 0
54.88/54.99	c #restart = 0
54.88/54.99	c BCD2: found a new core of size 3: cost of the new core is >=5
54.88/54.99	c lower bound updated to -17220865711484
55.38/55.47	c BCD2: 511 <= obj <= 17220865338988
55.38/55.47	c BCD2: #cores=75, #unrelaxed=985, #relaxed=352, #hardened=0
55.38/55.47	c BCD2: #sat=1 #unsat=104 bias=104/105
55.38/55.47	c Solving starts ...
55.38/55.47	c ============================[ Search Statistics ]============================
55.38/55.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.38/55.47	c       |         |          |          |    Limit     GC | Var      | Constra 
55.38/55.47	c =============================================================================
55.38/55.47	c  0.0s |       0 |        0 |        0 |    26089      0 |      921 |      274
55.48/55.50	c  0.0s |       0 |      344 |        0 |    26089      0 |      921 |      274
55.48/55.50	c #cpu_time = 0.029s
55.48/55.50	c #wall_clock_time = 0.029s
55.48/55.50	c #decision = 344
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 3: cost of the new core is >=5
55.48/55.50	c lower bound updated to -17220865711479
55.88/55.99	c BCD2: 516 <= obj <= 17220865338988
55.88/55.99	c BCD2: #cores=76, #unrelaxed=982, #relaxed=355, #hardened=0
55.88/55.99	c BCD2: #sat=1 #unsat=105 bias=105/106
55.88/55.99	c Solving starts ...
55.88/55.99	c ============================[ Search Statistics ]============================
55.88/55.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
55.88/55.99	c       |         |          |          |    Limit     GC | Var      | Constra 
55.88/55.99	c =============================================================================
55.88/55.99	c  0.0s |       0 |        0 |        0 |    26089      0 |      921 |      275
55.98/56.02	c  0.0s |       0 |      343 |        0 |    26089      0 |      921 |      275
55.98/56.02	c #cpu_time = 0.028s
55.98/56.02	c #wall_clock_time = 0.028s
55.98/56.02	c #decision = 343
55.98/56.02	c #random_decision = 0
55.98/56.02	c #conflict = 0
55.98/56.02	c #restart = 0
55.98/56.02	c BCD2: relaxing 27 and merging with 11 cores into a new core of size 79: cost of the new core is >=80
55.98/56.02	c BCD2: refineLB: 76 -> 80
55.98/56.02	c lower bound updated to -17220865711474
56.48/56.50	c BCD2: 521 <= obj <= 17220865338988
56.48/56.50	c BCD2: #cores=66, #unrelaxed=955, #relaxed=382, #hardened=0
56.48/56.50	c BCD2: #sat=1 #unsat=106 bias=106/107
56.48/56.50	c Solving starts ...
56.48/56.50	c ============================[ Search Statistics ]============================
56.48/56.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.48/56.50	c       |         |          |          |    Limit     GC | Var      | Constra 
56.48/56.50	c =============================================================================
56.48/56.50	c  0.0s |       0 |        0 |        0 |    26089      0 |      932 |      275
56.48/56.52	c  0.0s |       0 |      310 |        0 |    26089      0 |      932 |      286
56.48/56.52	c #cpu_time = 0.026s
56.48/56.52	c #wall_clock_time = 0.026s
56.48/56.52	c #decision = 310
56.48/56.52	c #random_decision = 0
56.48/56.52	c #conflict = 0
56.48/56.52	c #restart = 0
56.48/56.52	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
56.48/56.52	c lower bound updated to -17220865711469
56.98/57.00	c BCD2: 526 <= obj <= 17220865338988
56.98/57.00	c BCD2: #cores=66, #unrelaxed=951, #relaxed=386, #hardened=0
56.98/57.00	c BCD2: #sat=1 #unsat=107 bias=107/108
56.98/57.00	c Solving starts ...
56.98/57.00	c ============================[ Search Statistics ]============================
56.98/57.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.98/57.00	c       |         |          |          |    Limit     GC | Var      | Constra 
56.98/57.00	c =============================================================================
56.98/57.00	c  0.0s |       0 |        0 |        0 |    26089      0 |      933 |      286
56.98/57.03	c  0.0s |       0 |      308 |        0 |    26089      0 |      933 |      287
56.98/57.03	c #cpu_time = 0.027s
56.98/57.03	c #wall_clock_time = 0.027s
56.98/57.03	c #decision = 308
56.98/57.03	c #random_decision = 0
56.98/57.03	c #conflict = 0
56.98/57.03	c #restart = 0
56.98/57.03	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
56.98/57.03	c BCD2: refineLB: 6 -> 10
56.98/57.03	c lower bound updated to -17220865711464
57.48/57.51	c BCD2: 531 <= obj <= 17220865338988
57.48/57.51	c BCD2: #cores=66, #unrelaxed=947, #relaxed=390, #hardened=0
57.48/57.51	c BCD2: #sat=1 #unsat=108 bias=108/109
57.48/57.51	c Solving starts ...
57.48/57.51	c ============================[ Search Statistics ]============================
57.48/57.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.48/57.51	c       |         |          |          |    Limit     GC | Var      | Constra 
57.48/57.51	c =============================================================================
57.48/57.51	c  0.0s |       0 |        0 |        0 |    26089      0 |      934 |      287
57.48/57.53	c  0.0s |       0 |      310 |        0 |    26089      0 |      934 |      288
57.48/57.53	c #cpu_time = 0.026s
57.48/57.53	c #wall_clock_time = 0.026s
57.48/57.53	c #decision = 310
57.48/57.53	c #random_decision = 0
57.48/57.53	c #conflict = 0
57.48/57.53	c #restart = 0
57.48/57.53	c BCD2: found a new core of size 3: cost of the new core is >=5
57.48/57.53	c lower bound updated to -17220865711459
57.98/58.01	c BCD2: 536 <= obj <= 17220865338988
57.98/58.01	c BCD2: #cores=67, #unrelaxed=944, #relaxed=393, #hardened=0
57.98/58.01	c BCD2: #sat=1 #unsat=109 bias=109/110
57.98/58.01	c Solving starts ...
57.98/58.01	c ============================[ Search Statistics ]============================
57.98/58.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
57.98/58.01	c       |         |          |          |    Limit     GC | Var      | Constra 
57.98/58.01	c =============================================================================
57.98/58.01	c  0.0s |       0 |        0 |        0 |    26089      0 |      934 |      289
57.98/58.04	c  0.0s |       0 |      313 |        0 |    26089      0 |      934 |      289
57.98/58.04	c #cpu_time = 0.026s
57.98/58.04	c #wall_clock_time = 0.026s
57.98/58.04	c #decision = 313
57.98/58.04	c #random_decision = 0
57.98/58.04	c #conflict = 0
57.98/58.04	c #restart = 0
57.98/58.04	c BCD2: found a new core of size 3: cost of the new core is >=5
57.98/58.04	c lower bound updated to -17220865711454
58.48/58.53	c BCD2: 541 <= obj <= 17220865338988
58.48/58.53	c BCD2: #cores=68, #unrelaxed=941, #relaxed=396, #hardened=0
58.48/58.53	c BCD2: #sat=1 #unsat=110 bias=110/111
58.48/58.53	c Solving starts ...
58.48/58.53	c ============================[ Search Statistics ]============================
58.48/58.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.48/58.53	c       |         |          |          |    Limit     GC | Var      | Constra 
58.48/58.53	c =============================================================================
58.48/58.53	c  0.0s |       0 |        0 |        0 |    26089      0 |      934 |      290
58.48/58.56	c  0.0s |       0 |      316 |        0 |    26089      0 |      934 |      290
58.48/58.56	c #cpu_time = 0.026s
58.48/58.56	c #wall_clock_time = 0.026s
58.48/58.56	c #decision = 316
58.48/58.56	c #random_decision = 0
58.48/58.56	c #conflict = 0
58.48/58.56	c #restart = 0
58.48/58.56	c BCD2: found a new core of size 3: cost of the new core is >=5
58.48/58.56	c lower bound updated to -17220865711449
58.98/59.05	c BCD2: 546 <= obj <= 17220865338988
58.98/59.05	c BCD2: #cores=69, #unrelaxed=938, #relaxed=399, #hardened=0
58.98/59.05	c BCD2: #sat=1 #unsat=111 bias=111/112
58.98/59.05	c Solving starts ...
58.98/59.05	c ============================[ Search Statistics ]============================
58.98/59.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.98/59.05	c       |         |          |          |    Limit     GC | Var      | Constra 
58.98/59.05	c =============================================================================
58.98/59.05	c  0.0s |       0 |        0 |        0 |    26089      0 |      934 |      291
58.98/59.08	c  0.0s |       0 |      315 |        0 |    26089      0 |      934 |      291
58.98/59.08	c #cpu_time = 0.026s
58.98/59.08	c #wall_clock_time = 0.026s
58.98/59.08	c #decision = 315
58.98/59.08	c #random_decision = 0
58.98/59.08	c #conflict = 0
58.98/59.08	c #restart = 0
58.98/59.08	c BCD2: found a new core of size 3: cost of the new core is >=5
58.98/59.08	c lower bound updated to -17220865711444
59.49/59.57	c BCD2: 551 <= obj <= 17220865338988
59.49/59.57	c BCD2: #cores=70, #unrelaxed=935, #relaxed=402, #hardened=0
59.49/59.57	c BCD2: #sat=1 #unsat=112 bias=112/113
59.49/59.57	c Solving starts ...
59.49/59.57	c ============================[ Search Statistics ]============================
59.49/59.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.49/59.57	c       |         |          |          |    Limit     GC | Var      | Constra 
59.49/59.57	c =============================================================================
59.49/59.57	c  0.0s |       0 |        0 |        0 |    26089      0 |      934 |      292
59.58/59.60	c  0.0s |       0 |      319 |        0 |    26089      0 |      934 |      292
59.58/59.60	c #cpu_time = 0.027s
59.58/59.60	c #wall_clock_time = 0.027s
59.58/59.60	c #decision = 319
59.58/59.60	c #random_decision = 0
59.58/59.60	c #conflict = 0
59.58/59.60	c #restart = 0
59.58/59.60	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=15
59.58/59.60	c lower bound updated to -17220865711439
59.98/60.08	c BCD2: 556 <= obj <= 17220865338988
59.98/60.08	c BCD2: #cores=69, #unrelaxed=930, #relaxed=407, #hardened=0
59.98/60.08	c BCD2: #sat=1 #unsat=113 bias=113/114
59.98/60.09	c Solving starts ...
59.98/60.09	c ============================[ Search Statistics ]============================
59.98/60.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
59.98/60.09	c       |         |          |          |    Limit     GC | Var      | Constra 
59.98/60.09	c =============================================================================
59.98/60.09	c  0.0s |       0 |        0 |        0 |    26089      0 |      936 |      292
60.08/60.11	c  0.0s |       0 |      316 |        1 |    26089      0 |      936 |      294
60.08/60.11	c #cpu_time = 0.028s
60.08/60.11	c #wall_clock_time = 0.028s
60.08/60.11	c #decision = 316
60.08/60.11	c #random_decision = 0
60.08/60.11	c #conflict = 1
60.08/60.11	c #restart = 0
60.08/60.11	c BCD2: relaxing 9 and merging with 4 cores into a new core of size 25: cost of the new core is >=30
60.08/60.11	c lower bound updated to -17220865711434
60.48/60.60	c BCD2: 561 <= obj <= 17220865338988
60.48/60.60	c BCD2: #cores=66, #unrelaxed=921, #relaxed=416, #hardened=0
60.48/60.60	c BCD2: #sat=1 #unsat=114 bias=114/115
60.48/60.60	c Solving starts ...
60.48/60.60	c ============================[ Search Statistics ]============================
60.48/60.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.48/60.60	c       |         |          |          |    Limit     GC | Var      | Constra 
60.48/60.60	c =============================================================================
60.48/60.60	c  0.0s |       0 |        0 |        0 |    26089      0 |      940 |      294
60.58/60.63	c  0.0s |       0 |      307 |        0 |    26089      0 |      940 |      298
60.58/60.63	c #cpu_time = 0.026s
60.58/60.63	c #wall_clock_time = 0.026s
60.58/60.63	c #decision = 307
60.58/60.63	c #random_decision = 0
60.58/60.63	c #conflict = 0
60.58/60.63	c #restart = 0
60.58/60.63	c BCD2: found a new core of size 3: cost of the new core is >=5
60.58/60.63	c lower bound updated to -17220865711429
61.08/61.11	c BCD2: 566 <= obj <= 17220865338988
61.08/61.11	c BCD2: #cores=67, #unrelaxed=918, #relaxed=419, #hardened=0
61.08/61.11	c BCD2: #sat=1 #unsat=115 bias=115/116
61.08/61.11	c Solving starts ...
61.08/61.11	c ============================[ Search Statistics ]============================
61.08/61.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.08/61.11	c       |         |          |          |    Limit     GC | Var      | Constra 
61.08/61.11	c =============================================================================
61.08/61.11	c  0.0s |       0 |        0 |        0 |    26089      0 |      940 |      299
61.08/61.14	c  0.0s |       0 |      307 |        0 |    26089      0 |      940 |      299
61.08/61.14	c #cpu_time = 0.026s
61.08/61.14	c #wall_clock_time = 0.026s
61.08/61.14	c #decision = 307
61.08/61.14	c #random_decision = 0
61.08/61.14	c #conflict = 0
61.08/61.14	c #restart = 0
61.08/61.14	c BCD2: found a new core of size 3: cost of the new core is >=5
61.08/61.14	c lower bound updated to -17220865711424
61.58/61.62	c BCD2: 571 <= obj <= 17220865338988
61.58/61.62	c BCD2: #cores=68, #unrelaxed=915, #relaxed=422, #hardened=0
61.58/61.62	c BCD2: #sat=1 #unsat=116 bias=116/117
61.58/61.62	c Solving starts ...
61.58/61.62	c ============================[ Search Statistics ]============================
61.58/61.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.58/61.62	c       |         |          |          |    Limit     GC | Var      | Constra 
61.58/61.62	c =============================================================================
61.58/61.62	c  0.0s |       0 |        0 |        0 |    26089      0 |      940 |      300
61.58/61.65	c  0.0s |       0 |      310 |        0 |    26089      0 |      940 |      300
61.58/61.65	c #cpu_time = 0.026s
61.58/61.65	c #wall_clock_time = 0.026s
61.58/61.65	c #decision = 310
61.58/61.65	c #random_decision = 0
61.58/61.65	c #conflict = 0
61.58/61.65	c #restart = 0
61.58/61.65	c BCD2: found a new core of size 3: cost of the new core is >=5
61.58/61.65	c lower bound updated to -17220865711419
62.08/62.13	c BCD2: 576 <= obj <= 17220865338988
62.08/62.13	c BCD2: #cores=69, #unrelaxed=912, #relaxed=425, #hardened=0
62.08/62.13	c BCD2: #sat=1 #unsat=117 bias=117/118
62.08/62.13	c Solving starts ...
62.08/62.13	c ============================[ Search Statistics ]============================
62.08/62.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.08/62.13	c       |         |          |          |    Limit     GC | Var      | Constra 
62.08/62.13	c =============================================================================
62.08/62.13	c  0.0s |       0 |        0 |        0 |    26089      0 |      940 |      301
62.08/62.16	c  0.0s |       0 |      310 |        0 |    26089      0 |      940 |      301
62.08/62.16	c #cpu_time = 0.026s
62.08/62.16	c #wall_clock_time = 0.026s
62.08/62.16	c #decision = 310
62.08/62.16	c #random_decision = 0
62.08/62.16	c #conflict = 0
62.08/62.16	c #restart = 0
62.08/62.16	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
62.08/62.16	c lower bound updated to -17220865711414
62.58/62.63	c BCD2: 581 <= obj <= 17220865338988
62.58/62.63	c BCD2: #cores=69, #unrelaxed=908, #relaxed=429, #hardened=0
62.58/62.63	c BCD2: #sat=1 #unsat=118 bias=118/119
62.58/62.63	c Solving starts ...
62.58/62.63	c ============================[ Search Statistics ]============================
62.58/62.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.58/62.63	c       |         |          |          |    Limit     GC | Var      | Constra 
62.58/62.63	c =============================================================================
62.58/62.63	c  0.0s |       0 |        0 |        0 |    26089      0 |      941 |      301
62.58/62.66	c  0.0s |       0 |      310 |        0 |    26089      0 |      941 |      302
62.58/62.66	c #cpu_time = 0.027s
62.58/62.66	c #wall_clock_time = 0.027s
62.58/62.66	c #decision = 310
62.58/62.66	c #random_decision = 0
62.58/62.66	c #conflict = 0
62.58/62.66	c #restart = 0
62.58/62.66	c BCD2: found a new core of size 3: cost of the new core is >=5
62.58/62.66	c lower bound updated to -17220865711409
63.08/63.14	c BCD2: 586 <= obj <= 17220865338988
63.08/63.14	c BCD2: #cores=70, #unrelaxed=905, #relaxed=432, #hardened=0
63.08/63.14	c BCD2: #sat=1 #unsat=119 bias=119/120
63.08/63.14	c Solving starts ...
63.08/63.14	c ============================[ Search Statistics ]============================
63.08/63.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.08/63.14	c       |         |          |          |    Limit     GC | Var      | Constra 
63.08/63.14	c =============================================================================
63.08/63.14	c  0.0s |       0 |        0 |        0 |    26089      0 |      941 |      303
63.08/63.17	c  0.0s |       0 |      309 |        0 |    26089      0 |      941 |      303
63.08/63.17	c #cpu_time = 0.027s
63.08/63.17	c #wall_clock_time = 0.027s
63.08/63.17	c #decision = 309
63.08/63.17	c #random_decision = 0
63.08/63.17	c #conflict = 0
63.08/63.17	c #restart = 0
63.08/63.17	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=15
63.08/63.17	c lower bound updated to -17220865711404
63.58/63.65	c BCD2: 591 <= obj <= 17220865338988
63.58/63.65	c BCD2: #cores=69, #unrelaxed=901, #relaxed=436, #hardened=0
63.58/63.65	c BCD2: #sat=1 #unsat=120 bias=120/121
63.58/63.65	c Solving starts ...
63.58/63.65	c ============================[ Search Statistics ]============================
63.58/63.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.58/63.65	c       |         |          |          |    Limit     GC | Var      | Constra 
63.58/63.65	c =============================================================================
63.58/63.65	c  0.0s |       0 |        0 |        0 |    26089      0 |      943 |      303
63.58/63.68	c  0.0s |       0 |      308 |        0 |    26089      0 |      943 |      305
63.58/63.68	c #cpu_time = 0.026s
63.58/63.68	c #wall_clock_time = 0.026s
63.58/63.68	c #decision = 308
63.58/63.68	c #random_decision = 0
63.58/63.68	c #conflict = 0
63.58/63.68	c #restart = 0
63.58/63.68	c BCD2: found a new core of size 3: cost of the new core is >=5
63.58/63.68	c lower bound updated to -17220865711399
64.08/64.17	c BCD2: 596 <= obj <= 17220865338988
64.08/64.17	c BCD2: #cores=70, #unrelaxed=898, #relaxed=439, #hardened=0
64.08/64.17	c BCD2: #sat=1 #unsat=121 bias=121/122
64.08/64.17	c Solving starts ...
64.08/64.17	c ============================[ Search Statistics ]============================
64.08/64.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.08/64.17	c       |         |          |          |    Limit     GC | Var      | Constra 
64.08/64.17	c =============================================================================
64.08/64.17	c  0.0s |       0 |        0 |        0 |    26089      0 |      943 |      306
64.18/64.20	c  0.0s |       0 |      312 |        0 |    26089      0 |      943 |      306
64.18/64.20	c #cpu_time = 0.027s
64.18/64.20	c #wall_clock_time = 0.027s
64.18/64.20	c #decision = 312
64.18/64.20	c #random_decision = 0
64.18/64.20	c #conflict = 0
64.18/64.20	c #restart = 0
64.18/64.20	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
64.18/64.20	c lower bound updated to -17220865711394
64.58/64.69	c BCD2: 601 <= obj <= 17220865338988
64.58/64.69	c BCD2: #cores=70, #unrelaxed=894, #relaxed=443, #hardened=0
64.58/64.69	c BCD2: #sat=1 #unsat=122 bias=122/123
64.58/64.69	c Solving starts ...
64.58/64.69	c ============================[ Search Statistics ]============================
64.58/64.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.58/64.69	c       |         |          |          |    Limit     GC | Var      | Constra 
64.58/64.69	c =============================================================================
64.58/64.69	c  0.0s |       0 |        0 |        0 |    26089      0 |      944 |      306
64.68/64.72	c  0.0s |       0 |      312 |        0 |    26089      0 |      944 |      307
64.68/64.72	c #cpu_time = 0.028s
64.68/64.72	c #wall_clock_time = 0.028s
64.68/64.72	c #decision = 312
64.68/64.72	c #random_decision = 0
64.68/64.72	c #conflict = 0
64.68/64.72	c #restart = 0
64.68/64.72	c BCD2: found a new core of size 3: cost of the new core is >=5
64.68/64.72	c lower bound updated to -17220865711389
65.18/65.21	c BCD2: 606 <= obj <= 17220865338988
65.18/65.21	c BCD2: #cores=71, #unrelaxed=891, #relaxed=446, #hardened=0
65.18/65.21	c BCD2: #sat=1 #unsat=123 bias=123/124
65.18/65.21	c Solving starts ...
65.18/65.21	c ============================[ Search Statistics ]============================
65.18/65.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.18/65.21	c       |         |          |          |    Limit     GC | Var      | Constra 
65.18/65.21	c =============================================================================
65.18/65.21	c  0.0s |       0 |        0 |        0 |    26089      0 |      944 |      308
65.18/65.24	c  0.0s |       0 |      312 |        0 |    26089      0 |      944 |      308
65.18/65.24	c #cpu_time = 0.028s
65.18/65.24	c #wall_clock_time = 0.028s
65.18/65.24	c #decision = 312
65.18/65.24	c #random_decision = 0
65.18/65.24	c #conflict = 0
65.18/65.24	c #restart = 0
65.18/65.24	c BCD2: found a new core of size 3: cost of the new core is >=5
65.18/65.24	c lower bound updated to -17220865711384
65.68/65.73	c BCD2: 611 <= obj <= 17220865338988
65.68/65.73	c BCD2: #cores=72, #unrelaxed=888, #relaxed=449, #hardened=0
65.68/65.73	c BCD2: #sat=1 #unsat=124 bias=124/125
65.68/65.73	c Solving starts ...
65.68/65.73	c ============================[ Search Statistics ]============================
65.68/65.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.68/65.73	c       |         |          |          |    Limit     GC | Var      | Constra 
65.68/65.73	c =============================================================================
65.68/65.73	c  0.0s |       0 |        0 |        0 |    26089      0 |      944 |      309
65.68/65.76	c  0.0s |       0 |      311 |        0 |    26089      0 |      944 |      309
65.68/65.76	c #cpu_time = 0.028s
65.68/65.76	c #wall_clock_time = 0.028s
65.68/65.76	c #decision = 311
65.68/65.76	c #random_decision = 0
65.68/65.76	c #conflict = 0
65.68/65.76	c #restart = 0
65.68/65.76	c BCD2: found a new core of size 3: cost of the new core is >=5
65.68/65.76	c lower bound updated to -17220865711379
66.18/66.24	c BCD2: 616 <= obj <= 17220865338988
66.18/66.24	c BCD2: #cores=73, #unrelaxed=885, #relaxed=452, #hardened=0
66.18/66.24	c BCD2: #sat=1 #unsat=125 bias=125/126
66.18/66.24	c Solving starts ...
66.18/66.24	c ============================[ Search Statistics ]============================
66.18/66.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.18/66.24	c       |         |          |          |    Limit     GC | Var      | Constra 
66.18/66.24	c =============================================================================
66.18/66.24	c  0.0s |       0 |        0 |        0 |    26089      0 |      944 |      310
66.18/66.27	c  0.0s |       0 |      312 |        0 |    26089      0 |      944 |      310
66.18/66.27	c #cpu_time = 0.027s
66.18/66.27	c #wall_clock_time = 0.027s
66.18/66.27	c #decision = 312
66.18/66.27	c #random_decision = 0
66.18/66.27	c #conflict = 0
66.18/66.27	c #restart = 0
66.18/66.27	c BCD2: found a new core of size 3: cost of the new core is >=5
66.18/66.27	c lower bound updated to -17220865711374
66.68/66.76	c BCD2: 621 <= obj <= 17220865338988
66.68/66.76	c BCD2: #cores=74, #unrelaxed=882, #relaxed=455, #hardened=0
66.68/66.76	c BCD2: #sat=1 #unsat=126 bias=126/127
66.68/66.76	c Solving starts ...
66.68/66.76	c ============================[ Search Statistics ]============================
66.68/66.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.68/66.76	c       |         |          |          |    Limit     GC | Var      | Constra 
66.68/66.76	c =============================================================================
66.68/66.76	c  0.0s |       0 |        0 |        0 |    26089      0 |      944 |      311
66.68/66.78	c  0.0s |       0 |      313 |        0 |    26089      0 |      944 |      311
66.68/66.78	c #cpu_time = 0.027s
66.68/66.78	c #wall_clock_time = 0.027s
66.68/66.78	c #decision = 313
66.68/66.78	c #random_decision = 0
66.68/66.78	c #conflict = 0
66.68/66.78	c #restart = 0
66.68/66.78	c BCD2: found a new core of size 3: cost of the new core is >=5
66.68/66.78	c lower bound updated to -17220865711369
67.18/67.27	c BCD2: 626 <= obj <= 17220865338988
67.18/67.27	c BCD2: #cores=75, #unrelaxed=879, #relaxed=458, #hardened=0
67.18/67.27	c BCD2: #sat=1 #unsat=127 bias=127/128
67.18/67.27	c Solving starts ...
67.18/67.27	c ============================[ Search Statistics ]============================
67.18/67.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.18/67.27	c       |         |          |          |    Limit     GC | Var      | Constra 
67.18/67.27	c =============================================================================
67.18/67.27	c  0.0s |       0 |        0 |        0 |    26089      0 |      944 |      312
67.18/67.29	c  0.0s |       0 |      316 |        0 |    26089      0 |      944 |      312
67.18/67.29	c #cpu_time = 0.027s
67.18/67.29	c #wall_clock_time = 0.027s
67.18/67.29	c #decision = 316
67.18/67.29	c #random_decision = 0
67.18/67.29	c #conflict = 0
67.18/67.29	c #restart = 0
67.18/67.29	c BCD2: found a new core of size 3: cost of the new core is >=5
67.18/67.29	c lower bound updated to -17220865711364
67.68/67.78	c BCD2: 631 <= obj <= 17220865338988
67.68/67.78	c BCD2: #cores=76, #unrelaxed=876, #relaxed=461, #hardened=0
67.68/67.78	c BCD2: #sat=1 #unsat=128 bias=128/129
67.68/67.78	c Solving starts ...
67.68/67.78	c ============================[ Search Statistics ]============================
67.68/67.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.68/67.78	c       |         |          |          |    Limit     GC | Var      | Constra 
67.68/67.78	c =============================================================================
67.68/67.78	c  0.0s |       0 |        0 |        0 |    26089      0 |      944 |      313
67.78/67.80	c  0.0s |       0 |      315 |        0 |    26089      0 |      944 |      313
67.78/67.80	c #cpu_time = 0.027s
67.78/67.80	c #wall_clock_time = 0.027s
67.78/67.80	c #decision = 315
67.78/67.80	c #random_decision = 0
67.78/67.80	c #conflict = 0
67.78/67.80	c #restart = 0
67.78/67.80	c BCD2: found a new core of size 3: cost of the new core is >=5
67.78/67.80	c lower bound updated to -17220865711359
68.18/68.28	c BCD2: 636 <= obj <= 17220865338988
68.18/68.28	c BCD2: #cores=77, #unrelaxed=873, #relaxed=464, #hardened=0
68.18/68.28	c BCD2: #sat=1 #unsat=129 bias=129/130
68.18/68.28	c Solving starts ...
68.18/68.28	c ============================[ Search Statistics ]============================
68.18/68.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.18/68.28	c       |         |          |          |    Limit     GC | Var      | Constra 
68.18/68.28	c =============================================================================
68.18/68.28	c  0.0s |       0 |        0 |        0 |    26089      0 |      944 |      314
68.28/68.31	c  0.0s |       0 |      323 |        0 |    26089      0 |      944 |      314
68.28/68.31	c #cpu_time = 0.028s
68.28/68.31	c #wall_clock_time = 0.028s
68.28/68.31	c #decision = 323
68.28/68.31	c #random_decision = 0
68.28/68.31	c #conflict = 0
68.28/68.31	c #restart = 0
68.28/68.31	c BCD2: found a new core of size 3: cost of the new core is >=5
68.28/68.31	c lower bound updated to -17220865711354
68.68/68.79	c BCD2: 641 <= obj <= 17220865338988
68.68/68.79	c BCD2: #cores=78, #unrelaxed=870, #relaxed=467, #hardened=0
68.68/68.79	c BCD2: #sat=1 #unsat=130 bias=130/131
68.68/68.79	c Solving starts ...
68.68/68.79	c ============================[ Search Statistics ]============================
68.68/68.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
68.68/68.79	c       |         |          |          |    Limit     GC | Var      | Constra 
68.68/68.79	c =============================================================================
68.68/68.79	c  0.0s |       0 |        0 |        0 |    26089      0 |      944 |      315
68.78/68.82	c  0.0s |       0 |      322 |        0 |    26089      0 |      944 |      315
68.78/68.82	c #cpu_time = 0.028s
68.78/68.82	c #wall_clock_time = 0.028s
68.78/68.82	c #decision = 322
68.78/68.82	c #random_decision = 0
68.78/68.82	c #conflict = 0
68.78/68.82	c #restart = 0
68.78/68.82	c BCD2: found a new core of size 3: cost of the new core is >=5
68.78/68.82	c lower bound updated to -17220865711349
69.28/69.31	c BCD2: 646 <= obj <= 17220865338988
69.28/69.31	c BCD2: #cores=79, #unrelaxed=867, #relaxed=470, #hardened=0
69.28/69.31	c BCD2: #sat=1 #unsat=131 bias=131/132
69.28/69.31	c Solving starts ...
69.28/69.31	c ============================[ Search Statistics ]============================
69.28/69.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.28/69.31	c       |         |          |          |    Limit     GC | Var      | Constra 
69.28/69.31	c =============================================================================
69.28/69.31	c  0.0s |       0 |        0 |        0 |    26089      0 |      944 |      316
69.28/69.34	c  0.0s |       0 |      326 |        0 |    26089      0 |      944 |      316
69.28/69.34	c #cpu_time = 0.028s
69.28/69.34	c #wall_clock_time = 0.028s
69.28/69.34	c #decision = 326
69.28/69.34	c #random_decision = 0
69.28/69.34	c #conflict = 0
69.28/69.34	c #restart = 0
69.28/69.34	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=15
69.28/69.34	c lower bound updated to -17220865711344
69.78/69.83	c BCD2: 651 <= obj <= 17220865338988
69.78/69.83	c BCD2: #cores=78, #unrelaxed=862, #relaxed=475, #hardened=0
69.78/69.83	c BCD2: #sat=1 #unsat=132 bias=132/133
69.78/69.83	c Solving starts ...
69.78/69.83	c ============================[ Search Statistics ]============================
69.78/69.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
69.78/69.83	c       |         |          |          |    Limit     GC | Var      | Constra 
69.78/69.83	c =============================================================================
69.78/69.83	c  0.0s |       0 |        0 |        0 |    26089      0 |      946 |      316
69.78/69.86	c  0.0s |       0 |      327 |        0 |    26089      0 |      946 |      318
69.78/69.86	c #cpu_time = 0.027s
69.78/69.86	c #wall_clock_time = 0.027s
69.78/69.86	c #decision = 327
69.78/69.86	c #random_decision = 0
69.78/69.86	c #conflict = 0
69.78/69.86	c #restart = 0
69.78/69.86	c BCD2: found a new core of size 3: cost of the new core is >=5
69.78/69.86	c lower bound updated to -17220865711339
70.28/70.35	c BCD2: 656 <= obj <= 17220865338988
70.28/70.35	c BCD2: #cores=79, #unrelaxed=859, #relaxed=478, #hardened=0
70.28/70.35	c BCD2: #sat=1 #unsat=133 bias=133/134
70.28/70.35	c Solving starts ...
70.28/70.35	c ============================[ Search Statistics ]============================
70.28/70.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.28/70.35	c       |         |          |          |    Limit     GC | Var      | Constra 
70.28/70.35	c =============================================================================
70.28/70.35	c  0.0s |       0 |        0 |        0 |    26089      0 |      946 |      319
70.28/70.38	c  0.0s |       0 |      328 |        0 |    26089      0 |      946 |      319
70.28/70.38	c #cpu_time = 0.026s
70.28/70.38	c #wall_clock_time = 0.026s
70.28/70.38	c #decision = 328
70.28/70.38	c #random_decision = 0
70.28/70.38	c #conflict = 0
70.28/70.38	c #restart = 0
70.28/70.38	c BCD2: found a new core of size 3: cost of the new core is >=5
70.28/70.38	c lower bound updated to -17220865711334
70.78/70.86	c BCD2: 661 <= obj <= 17220865338988
70.78/70.86	c BCD2: #cores=80, #unrelaxed=856, #relaxed=481, #hardened=0
70.78/70.86	c BCD2: #sat=1 #unsat=134 bias=134/135
70.78/70.86	c Solving starts ...
70.78/70.86	c ============================[ Search Statistics ]============================
70.78/70.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.78/70.86	c       |         |          |          |    Limit     GC | Var      | Constra 
70.78/70.86	c =============================================================================
70.78/70.87	c  0.0s |       0 |        0 |        0 |    26089      0 |      946 |      320
70.78/70.89	c  0.0s |       0 |      329 |        0 |    26089      0 |      946 |      320
70.78/70.89	c #cpu_time = 0.026s
70.78/70.89	c #wall_clock_time = 0.026s
70.78/70.89	c #decision = 329
70.78/70.89	c #random_decision = 0
70.78/70.89	c #conflict = 0
70.78/70.89	c #restart = 0
70.78/70.89	c BCD2: relaxing 8 and merging with 3 cores into a new core of size 21: cost of the new core is >=25
70.78/70.89	c lower bound updated to -17220865711329
71.28/71.38	c BCD2: 666 <= obj <= 17220865338988
71.28/71.38	c BCD2: #cores=78, #unrelaxed=848, #relaxed=489, #hardened=0
71.28/71.38	c BCD2: #sat=1 #unsat=135 bias=135/136
71.28/71.38	c Solving starts ...
71.28/71.38	c ============================[ Search Statistics ]============================
71.28/71.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.28/71.38	c       |         |          |          |    Limit     GC | Var      | Constra 
71.28/71.38	c =============================================================================
71.28/71.38	c  0.0s |       0 |        0 |        0 |    26089      0 |      949 |      320
71.38/71.40	c  0.0s |       0 |      322 |        0 |    26089      0 |      949 |      323
71.38/71.40	c #cpu_time = 0.028s
71.38/71.40	c #wall_clock_time = 0.028s
71.38/71.40	c #decision = 322
71.38/71.40	c #random_decision = 0
71.38/71.40	c #conflict = 0
71.38/71.40	c #restart = 0
71.38/71.40	c BCD2: found a new core of size 3: cost of the new core is >=5
71.38/71.40	c lower bound updated to -17220865711324
71.78/71.89	c BCD2: 671 <= obj <= 17220865338988
71.78/71.89	c BCD2: #cores=79, #unrelaxed=845, #relaxed=492, #hardened=0
71.78/71.89	c BCD2: #sat=1 #unsat=136 bias=136/137
71.78/71.89	c Solving starts ...
71.78/71.89	c ============================[ Search Statistics ]============================
71.78/71.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.78/71.89	c       |         |          |          |    Limit     GC | Var      | Constra 
71.78/71.89	c =============================================================================
71.78/71.89	c  0.0s |       0 |        0 |        0 |    26089      0 |      949 |      324
71.88/71.92	c  0.0s |       0 |      323 |        0 |    26089      0 |      949 |      324
71.88/71.92	c #cpu_time = 0.028s
71.88/71.92	c #wall_clock_time = 0.028s
71.88/71.92	c #decision = 323
71.88/71.92	c #random_decision = 0
71.88/71.92	c #conflict = 0
71.88/71.92	c #restart = 0
71.88/71.92	c BCD2: found a new core of size 3: cost of the new core is >=5
71.88/71.92	c lower bound updated to -17220865711319
72.38/72.40	c BCD2: 676 <= obj <= 17220865338988
72.38/72.40	c BCD2: #cores=80, #unrelaxed=842, #relaxed=495, #hardened=0
72.38/72.40	c BCD2: #sat=1 #unsat=137 bias=137/138
72.38/72.40	c Solving starts ...
72.38/72.40	c ============================[ Search Statistics ]============================
72.38/72.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.38/72.40	c       |         |          |          |    Limit     GC | Var      | Constra 
72.38/72.40	c =============================================================================
72.38/72.40	c  0.0s |       0 |        0 |        0 |    26089      0 |      949 |      325
72.38/72.43	c  0.0s |       0 |      324 |        0 |    26089      0 |      949 |      325
72.38/72.43	c #cpu_time = 0.028s
72.38/72.43	c #wall_clock_time = 0.028s
72.38/72.43	c #decision = 324
72.38/72.43	c #random_decision = 0
72.38/72.43	c #conflict = 0
72.38/72.43	c #restart = 0
72.38/72.43	c BCD2: found a new core of size 3: cost of the new core is >=5
72.38/72.43	c lower bound updated to -17220865711314
72.87/72.91	c BCD2: 681 <= obj <= 17220865338988
72.87/72.91	c BCD2: #cores=81, #unrelaxed=839, #relaxed=498, #hardened=0
72.87/72.91	c BCD2: #sat=1 #unsat=138 bias=138/139
72.87/72.91	c Solving starts ...
72.87/72.91	c ============================[ Search Statistics ]============================
72.87/72.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.87/72.91	c       |         |          |          |    Limit     GC | Var      | Constra 
72.87/72.91	c =============================================================================
72.87/72.91	c  0.0s |       0 |        0 |        0 |    26089      0 |      949 |      326
72.87/72.94	c  0.0s |       0 |      325 |        0 |    26089      0 |      949 |      326
72.87/72.94	c #cpu_time = 0.028s
72.87/72.94	c #wall_clock_time = 0.028s
72.87/72.94	c #decision = 325
72.87/72.94	c #random_decision = 0
72.87/72.94	c #conflict = 0
72.87/72.94	c #restart = 0
72.87/72.94	c BCD2: found a new core of size 3: cost of the new core is >=5
72.87/72.94	c lower bound updated to -17220865711309
73.37/73.42	c BCD2: 686 <= obj <= 17220865338988
73.37/73.42	c BCD2: #cores=82, #unrelaxed=836, #relaxed=501, #hardened=0
73.37/73.42	c BCD2: #sat=1 #unsat=139 bias=139/140
73.37/73.42	c Solving starts ...
73.37/73.42	c ============================[ Search Statistics ]============================
73.37/73.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.37/73.42	c       |         |          |          |    Limit     GC | Var      | Constra 
73.37/73.42	c =============================================================================
73.37/73.42	c  0.0s |       0 |        0 |        0 |    26089      0 |      949 |      327
73.37/73.45	c  0.0s |       0 |      324 |        0 |    26089      0 |      949 |      327
73.37/73.45	c #cpu_time = 0.028s
73.37/73.45	c #wall_clock_time = 0.028s
73.37/73.45	c #decision = 324
73.37/73.45	c #random_decision = 0
73.37/73.45	c #conflict = 0
73.37/73.45	c #restart = 0
73.37/73.45	c BCD2: found a new core of size 3: cost of the new core is >=5
73.37/73.45	c lower bound updated to -17220865711304
73.87/73.93	c BCD2: 691 <= obj <= 17220865338988
73.87/73.93	c BCD2: #cores=83, #unrelaxed=833, #relaxed=504, #hardened=0
73.87/73.93	c BCD2: #sat=1 #unsat=140 bias=140/141
73.87/73.93	c Solving starts ...
73.87/73.93	c ============================[ Search Statistics ]============================
73.87/73.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.87/73.93	c       |         |          |          |    Limit     GC | Var      | Constra 
73.87/73.93	c =============================================================================
73.87/73.93	c  0.0s |       0 |        0 |        0 |    26089      0 |      949 |      328
73.87/73.96	c  0.0s |       0 |      328 |        0 |    26089      0 |      949 |      328
73.87/73.96	c #cpu_time = 0.028s
73.87/73.96	c #wall_clock_time = 0.028s
73.87/73.96	c #decision = 328
73.87/73.96	c #random_decision = 0
73.87/73.96	c #conflict = 0
73.87/73.96	c #restart = 0
73.87/73.96	c BCD2: found a new core of size 3: cost of the new core is >=5
73.87/73.96	c lower bound updated to -17220865711299
74.37/74.44	c BCD2: 696 <= obj <= 17220865338988
74.37/74.44	c BCD2: #cores=84, #unrelaxed=830, #relaxed=507, #hardened=0
74.37/74.44	c BCD2: #sat=1 #unsat=141 bias=141/142
74.37/74.44	c Solving starts ...
74.37/74.44	c ============================[ Search Statistics ]============================
74.37/74.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.37/74.44	c       |         |          |          |    Limit     GC | Var      | Constra 
74.37/74.44	c =============================================================================
74.37/74.44	c  0.0s |       0 |        0 |        0 |    26089      0 |      949 |      329
74.37/74.47	c  0.0s |       0 |      328 |        0 |    26089      0 |      949 |      329
74.37/74.47	c #cpu_time = 0.031s
74.37/74.47	c #wall_clock_time = 0.031s
74.37/74.47	c #decision = 328
74.37/74.47	c #random_decision = 0
74.37/74.47	c #conflict = 0
74.37/74.47	c #restart = 0
74.37/74.47	c BCD2: relaxing 11 and merging with 5 cores into a new core of size 30: cost of the new core is >=35
74.37/74.47	c lower bound updated to -17220865711294
74.88/74.96	c BCD2: 701 <= obj <= 17220865338988
74.88/74.96	c BCD2: #cores=80, #unrelaxed=819, #relaxed=518, #hardened=0
74.88/74.96	c BCD2: #sat=1 #unsat=142 bias=142/143
74.88/74.96	c Solving starts ...
74.88/74.96	c ============================[ Search Statistics ]============================
74.88/74.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.88/74.96	c       |         |          |          |    Limit     GC | Var      | Constra 
74.88/74.96	c =============================================================================
74.88/74.96	c  0.0s |       0 |        0 |        0 |    26089      0 |      954 |      329
74.88/74.99	c  0.0s |       0 |      316 |        0 |    26089      0 |      954 |      334
74.88/74.99	c #cpu_time = 0.026s
74.88/74.99	c #wall_clock_time = 0.026s
74.88/74.99	c #decision = 316
74.88/74.99	c #random_decision = 0
74.88/74.99	c #conflict = 0
74.88/74.99	c #restart = 0
74.88/74.99	c BCD2: found a new core of size 3: cost of the new core is >=5
74.88/74.99	c lower bound updated to -17220865711289
75.37/75.48	c BCD2: 706 <= obj <= 17220865338988
75.37/75.48	c BCD2: #cores=81, #unrelaxed=816, #relaxed=521, #hardened=0
75.37/75.48	c BCD2: #sat=1 #unsat=143 bias=143/144
75.37/75.48	c Solving starts ...
75.37/75.48	c ============================[ Search Statistics ]============================
75.37/75.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.37/75.48	c       |         |          |          |    Limit     GC | Var      | Constra 
75.37/75.48	c =============================================================================
75.37/75.48	c  0.0s |       0 |        0 |        0 |    26089      0 |      954 |      335
75.47/75.51	c  0.0s |       0 |      317 |        0 |    26089      0 |      954 |      335
75.47/75.51	c #cpu_time = 0.027s
75.47/75.51	c #wall_clock_time = 0.027s
75.47/75.51	c #decision = 317
75.47/75.51	c #random_decision = 0
75.47/75.51	c #conflict = 0
75.47/75.51	c #restart = 0
75.47/75.51	c BCD2: found a new core of size 3: cost of the new core is >=5
75.47/75.51	c lower bound updated to -17220865711284
75.88/76.00	c BCD2: 711 <= obj <= 17220865338988
75.88/76.00	c BCD2: #cores=82, #unrelaxed=813, #relaxed=524, #hardened=0
75.88/76.00	c BCD2: #sat=1 #unsat=144 bias=144/145
75.88/76.00	c Solving starts ...
75.88/76.00	c ============================[ Search Statistics ]============================
75.88/76.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.88/76.00	c       |         |          |          |    Limit     GC | Var      | Constra 
75.88/76.00	c =============================================================================
75.98/76.00	c  0.0s |       0 |        0 |        0 |    26089      0 |      954 |      336
75.98/76.03	c  0.0s |       0 |      321 |        0 |    26089      0 |      954 |      336
75.98/76.03	c #cpu_time = 0.026s
75.98/76.03	c #wall_clock_time = 0.026s
75.98/76.03	c #decision = 321
75.98/76.03	c #random_decision = 0
75.98/76.03	c #conflict = 0
75.98/76.03	c #restart = 0
75.98/76.03	c BCD2: found a new core of size 3: cost of the new core is >=5
75.98/76.03	c lower bound updated to -17220865711279
76.47/76.51	c BCD2: 716 <= obj <= 17220865338988
76.47/76.51	c BCD2: #cores=83, #unrelaxed=810, #relaxed=527, #hardened=0
76.47/76.51	c BCD2: #sat=1 #unsat=145 bias=145/146
76.47/76.51	c Solving starts ...
76.47/76.51	c ============================[ Search Statistics ]============================
76.47/76.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.47/76.51	c       |         |          |          |    Limit     GC | Var      | Constra 
76.47/76.51	c =============================================================================
76.47/76.51	c  0.0s |       0 |        0 |        0 |    26089      0 |      954 |      337
76.47/76.54	c  0.0s |       0 |      320 |        0 |    26089      0 |      954 |      337
76.47/76.54	c #cpu_time = 0.026s
76.47/76.54	c #wall_clock_time = 0.026s
76.47/76.54	c #decision = 320
76.47/76.54	c #random_decision = 0
76.47/76.54	c #conflict = 0
76.47/76.54	c #restart = 0
76.47/76.54	c BCD2: found a new core of size 3: cost of the new core is >=5
76.47/76.54	c lower bound updated to -17220865711274
76.98/77.03	c BCD2: 721 <= obj <= 17220865338988
76.98/77.03	c BCD2: #cores=84, #unrelaxed=807, #relaxed=530, #hardened=0
76.98/77.03	c BCD2: #sat=1 #unsat=146 bias=146/147
76.98/77.03	c Solving starts ...
76.98/77.03	c ============================[ Search Statistics ]============================
76.98/77.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.98/77.03	c       |         |          |          |    Limit     GC | Var      | Constra 
76.98/77.03	c =============================================================================
76.98/77.03	c  0.0s |       0 |        0 |        0 |    26089      0 |      954 |      338
76.98/77.05	c  0.0s |       0 |      323 |        0 |    26089      0 |      954 |      338
76.98/77.05	c #cpu_time = 0.026s
76.98/77.05	c #wall_clock_time = 0.026s
76.98/77.05	c #decision = 323
76.98/77.05	c #random_decision = 0
76.98/77.05	c #conflict = 0
76.98/77.05	c #restart = 0
76.98/77.05	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
76.98/77.05	c lower bound updated to -17220865711269
77.47/77.53	c BCD2: 726 <= obj <= 17220865338988
77.47/77.53	c BCD2: #cores=84, #unrelaxed=803, #relaxed=534, #hardened=0
77.47/77.53	c BCD2: #sat=1 #unsat=147 bias=147/148
77.47/77.53	c Solving starts ...
77.47/77.53	c ============================[ Search Statistics ]============================
77.47/77.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.47/77.53	c       |         |          |          |    Limit     GC | Var      | Constra 
77.47/77.53	c =============================================================================
77.47/77.53	c  0.0s |       0 |        0 |        0 |    26089      0 |      955 |      338
77.47/77.56	c  0.0s |       0 |      323 |        0 |    26089      0 |      955 |      339
77.47/77.56	c #cpu_time = 0.027s
77.47/77.56	c #wall_clock_time = 0.027s
77.47/77.56	c #decision = 323
77.47/77.56	c #random_decision = 0
77.47/77.56	c #conflict = 0
77.47/77.56	c #restart = 0
77.47/77.56	c BCD2: found a new core of size 3: cost of the new core is >=5
77.47/77.56	c lower bound updated to -17220865711264
77.97/78.04	c BCD2: 731 <= obj <= 17220865338988
77.97/78.04	c BCD2: #cores=85, #unrelaxed=800, #relaxed=537, #hardened=0
77.97/78.04	c BCD2: #sat=1 #unsat=148 bias=148/149
77.97/78.04	c Solving starts ...
77.97/78.04	c ============================[ Search Statistics ]============================
77.97/78.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.97/78.04	c       |         |          |          |    Limit     GC | Var      | Constra 
77.97/78.04	c =============================================================================
77.97/78.04	c  0.0s |       0 |        0 |        0 |    26089      0 |      955 |      340
77.97/78.07	c  0.0s |       0 |      324 |        0 |    26089      0 |      955 |      340
77.97/78.07	c #cpu_time = 0.027s
77.97/78.07	c #wall_clock_time = 0.027s
77.97/78.07	c #decision = 324
77.97/78.07	c #random_decision = 0
77.97/78.07	c #conflict = 0
77.97/78.07	c #restart = 0
77.97/78.07	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
77.97/78.07	c lower bound updated to -17220865711259
78.47/78.55	c BCD2: 736 <= obj <= 17220865338988
78.47/78.55	c BCD2: #cores=85, #unrelaxed=796, #relaxed=541, #hardened=0
78.47/78.55	c BCD2: #sat=1 #unsat=149 bias=149/150
78.47/78.55	c Solving starts ...
78.47/78.55	c ============================[ Search Statistics ]============================
78.47/78.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.47/78.55	c       |         |          |          |    Limit     GC | Var      | Constra 
78.47/78.55	c =============================================================================
78.47/78.55	c  0.0s |       0 |        0 |        0 |    26089      0 |      956 |      340
78.47/78.57	c  0.0s |       0 |      322 |        0 |    26089      0 |      956 |      341
78.47/78.57	c #cpu_time = 0.026s
78.47/78.57	c #wall_clock_time = 0.026s
78.47/78.57	c #decision = 322
78.47/78.57	c #random_decision = 0
78.47/78.57	c #conflict = 0
78.47/78.57	c #restart = 0
78.47/78.57	c BCD2: found a new core of size 3: cost of the new core is >=5
78.47/78.57	c lower bound updated to -17220865711254
78.97/79.05	c BCD2: 741 <= obj <= 17220865338988
78.97/79.05	c BCD2: #cores=86, #unrelaxed=793, #relaxed=544, #hardened=0
78.97/79.05	c BCD2: #sat=1 #unsat=150 bias=150/151
78.97/79.05	c Solving starts ...
78.97/79.05	c ============================[ Search Statistics ]============================
78.97/79.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.97/79.05	c       |         |          |          |    Limit     GC | Var      | Constra 
78.97/79.05	c =============================================================================
78.97/79.05	c  0.0s |       0 |        0 |        0 |    26089      0 |      956 |      342
78.97/79.08	c  0.0s |       0 |      321 |        0 |    26089      0 |      956 |      342
78.97/79.08	c #cpu_time = 0.026s
78.97/79.08	c #wall_clock_time = 0.026s
78.97/79.08	c #decision = 321
78.97/79.08	c #random_decision = 0
78.97/79.08	c #conflict = 0
78.97/79.08	c #restart = 0
78.97/79.08	c BCD2: found a new core of size 3: cost of the new core is >=5
78.97/79.08	c lower bound updated to -17220865711249
79.47/79.56	c BCD2: 746 <= obj <= 17220865338988
79.47/79.56	c BCD2: #cores=87, #unrelaxed=790, #relaxed=547, #hardened=0
79.47/79.56	c BCD2: #sat=1 #unsat=151 bias=151/152
79.47/79.56	c Solving starts ...
79.47/79.56	c ============================[ Search Statistics ]============================
79.47/79.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.47/79.56	c       |         |          |          |    Limit     GC | Var      | Constra 
79.47/79.56	c =============================================================================
79.47/79.56	c  0.0s |       0 |        0 |        0 |    26089      0 |      956 |      343
79.47/79.59	c  0.0s |       0 |      323 |        0 |    26089      0 |      956 |      343
79.47/79.59	c #cpu_time = 0.029s
79.47/79.59	c #wall_clock_time = 0.029s
79.47/79.59	c #decision = 323
79.47/79.59	c #random_decision = 0
79.47/79.59	c #conflict = 0
79.47/79.59	c #restart = 0
79.47/79.59	c BCD2: found a new core of size 3: cost of the new core is >=5
79.47/79.59	c lower bound updated to -17220865711244
79.97/80.09	c BCD2: 751 <= obj <= 17220865338988
79.97/80.09	c BCD2: #cores=88, #unrelaxed=787, #relaxed=550, #hardened=0
79.97/80.09	c BCD2: #sat=1 #unsat=152 bias=152/153
79.97/80.09	c Solving starts ...
79.97/80.09	c ============================[ Search Statistics ]============================
79.97/80.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.97/80.09	c       |         |          |          |    Limit     GC | Var      | Constra 
79.97/80.09	c =============================================================================
79.97/80.09	c  0.0s |       0 |        0 |        0 |    26089      0 |      956 |      344
80.07/80.11	c  0.0s |       0 |      326 |        0 |    26089      0 |      956 |      344
80.07/80.11	c #cpu_time = 0.026s
80.07/80.11	c #wall_clock_time = 0.026s
80.07/80.11	c #decision = 326
80.07/80.11	c #random_decision = 0
80.07/80.11	c #conflict = 0
80.07/80.11	c #restart = 0
80.07/80.11	c BCD2: found a new core of size 3: cost of the new core is >=5
80.07/80.11	c lower bound updated to -17220865711239
80.57/80.60	c BCD2: 756 <= obj <= 17220865338988
80.57/80.60	c BCD2: #cores=89, #unrelaxed=784, #relaxed=553, #hardened=0
80.57/80.60	c BCD2: #sat=1 #unsat=153 bias=153/154
80.57/80.60	c Solving starts ...
80.57/80.60	c ============================[ Search Statistics ]============================
80.57/80.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.57/80.60	c       |         |          |          |    Limit     GC | Var      | Constra 
80.57/80.60	c =============================================================================
80.57/80.61	c  0.0s |       0 |        0 |        0 |    26089      0 |      956 |      345
80.57/80.63	c  0.0s |       0 |      331 |        0 |    26089      0 |      956 |      345
80.57/80.63	c #cpu_time = 0.026s
80.57/80.63	c #wall_clock_time = 0.026s
80.57/80.63	c #decision = 331
80.57/80.63	c #random_decision = 0
80.57/80.63	c #conflict = 0
80.57/80.63	c #restart = 0
80.57/80.63	c BCD2: found a new core of size 3: cost of the new core is >=5
80.57/80.63	c lower bound updated to -17220865711234
81.07/81.12	c BCD2: 761 <= obj <= 17220865338988
81.07/81.12	c BCD2: #cores=90, #unrelaxed=781, #relaxed=556, #hardened=0
81.07/81.12	c BCD2: #sat=1 #unsat=154 bias=154/155
81.07/81.12	c Solving starts ...
81.07/81.12	c ============================[ Search Statistics ]============================
81.07/81.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.07/81.12	c       |         |          |          |    Limit     GC | Var      | Constra 
81.07/81.12	c =============================================================================
81.07/81.12	c  0.0s |       0 |        0 |        0 |    26089      0 |      956 |      346
81.07/81.15	c  0.0s |       0 |      331 |        0 |    26089      0 |      956 |      346
81.07/81.15	c #cpu_time = 0.026s
81.07/81.15	c #wall_clock_time = 0.026s
81.07/81.15	c #decision = 331
81.07/81.15	c #random_decision = 0
81.07/81.15	c #conflict = 0
81.07/81.15	c #restart = 0
81.07/81.15	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=15
81.07/81.15	c lower bound updated to -17220865711229
81.57/81.63	c BCD2: 766 <= obj <= 17220865338988
81.57/81.63	c BCD2: #cores=89, #unrelaxed=776, #relaxed=561, #hardened=0
81.57/81.63	c BCD2: #sat=1 #unsat=155 bias=155/156
81.57/81.63	c Solving starts ...
81.57/81.63	c ============================[ Search Statistics ]============================
81.57/81.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.57/81.63	c       |         |          |          |    Limit     GC | Var      | Constra 
81.57/81.63	c =============================================================================
81.57/81.63	c  0.0s |       0 |        0 |        0 |    26089      0 |      958 |      346
81.57/81.66	c  0.0s |       0 |      327 |        0 |    26089      0 |      958 |      348
81.57/81.66	c #cpu_time = 0.028s
81.57/81.66	c #wall_clock_time = 0.028s
81.57/81.66	c #decision = 327
81.57/81.66	c #random_decision = 0
81.57/81.66	c #conflict = 0
81.57/81.66	c #restart = 0
81.57/81.66	c BCD2: found a new core of size 3: cost of the new core is >=5
81.57/81.66	c lower bound updated to -17220865711224
82.07/82.14	c BCD2: 771 <= obj <= 17220865338988
82.07/82.14	c BCD2: #cores=90, #unrelaxed=773, #relaxed=564, #hardened=0
82.07/82.14	c BCD2: #sat=1 #unsat=156 bias=156/157
82.07/82.14	c Solving starts ...
82.07/82.14	c ============================[ Search Statistics ]============================
82.07/82.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.07/82.14	c       |         |          |          |    Limit     GC | Var      | Constra 
82.07/82.14	c =============================================================================
82.07/82.15	c  0.0s |       0 |        0 |        0 |    26089      0 |      958 |      349
82.07/82.17	c  0.0s |       0 |      326 |        0 |    26089      0 |      958 |      349
82.07/82.17	c #cpu_time = 0.028s
82.07/82.17	c #wall_clock_time = 0.028s
82.07/82.17	c #decision = 326
82.07/82.17	c #random_decision = 0
82.07/82.17	c #conflict = 0
82.07/82.17	c #restart = 0
82.07/82.17	c BCD2: found a new core of size 3: cost of the new core is >=5
82.07/82.17	c lower bound updated to -17220865711219
82.58/82.66	c BCD2: 776 <= obj <= 17220865338988
82.58/82.66	c BCD2: #cores=91, #unrelaxed=770, #relaxed=567, #hardened=0
82.58/82.66	c BCD2: #sat=1 #unsat=157 bias=157/158
82.58/82.66	c Solving starts ...
82.58/82.66	c ============================[ Search Statistics ]============================
82.58/82.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.58/82.66	c       |         |          |          |    Limit     GC | Var      | Constra 
82.58/82.66	c =============================================================================
82.58/82.66	c  0.0s |       0 |        0 |        0 |    26089      0 |      958 |      350
82.58/82.68	c  0.0s |       0 |      329 |        0 |    26089      0 |      958 |      350
82.58/82.68	c #cpu_time = 0.027s
82.58/82.68	c #wall_clock_time = 0.027s
82.58/82.68	c #decision = 329
82.58/82.68	c #random_decision = 0
82.58/82.68	c #conflict = 0
82.58/82.68	c #restart = 0
82.58/82.68	c BCD2: found a new core of size 3: cost of the new core is >=5
82.58/82.68	c lower bound updated to -17220865711214
83.07/83.17	c BCD2: 781 <= obj <= 17220865338988
83.07/83.17	c BCD2: #cores=92, #unrelaxed=767, #relaxed=570, #hardened=0
83.07/83.17	c BCD2: #sat=1 #unsat=158 bias=158/159
83.07/83.17	c Solving starts ...
83.07/83.17	c ============================[ Search Statistics ]============================
83.07/83.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.07/83.17	c       |         |          |          |    Limit     GC | Var      | Constra 
83.07/83.17	c =============================================================================
83.07/83.17	c  0.0s |       0 |        0 |        0 |    26089      0 |      958 |      351
83.07/83.19	c  0.0s |       0 |      329 |        0 |    26089      0 |      958 |      351
83.07/83.19	c #cpu_time = 0.027s
83.07/83.19	c #wall_clock_time = 0.027s
83.07/83.19	c #decision = 329
83.07/83.19	c #random_decision = 0
83.07/83.19	c #conflict = 0
83.07/83.19	c #restart = 0
83.07/83.19	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=15
83.07/83.19	c lower bound updated to -17220865711209
83.59/83.67	c BCD2: 786 <= obj <= 17220865338988
83.59/83.67	c BCD2: #cores=91, #unrelaxed=762, #relaxed=575, #hardened=0
83.59/83.67	c BCD2: #sat=1 #unsat=159 bias=159/160
83.59/83.67	c Solving starts ...
83.59/83.67	c ============================[ Search Statistics ]============================
83.59/83.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.59/83.67	c       |         |          |          |    Limit     GC | Var      | Constra 
83.59/83.67	c =============================================================================
83.59/83.67	c  0.0s |       0 |        0 |        0 |    26089      0 |      960 |      351
83.59/83.70	c  0.0s |       0 |      329 |        0 |    26089      0 |      960 |      353
83.59/83.70	c #cpu_time = 0.026s
83.59/83.70	c #wall_clock_time = 0.026s
83.59/83.70	c #decision = 329
83.59/83.70	c #random_decision = 0
83.59/83.70	c #conflict = 0
83.59/83.70	c #restart = 0
83.59/83.70	c BCD2: found a new core of size 3: cost of the new core is >=5
83.59/83.70	c lower bound updated to -17220865711204
84.08/84.18	c BCD2: 791 <= obj <= 17220865338988
84.08/84.18	c BCD2: #cores=92, #unrelaxed=759, #relaxed=578, #hardened=0
84.08/84.18	c BCD2: #sat=1 #unsat=160 bias=160/161
84.08/84.18	c Solving starts ...
84.08/84.18	c ============================[ Search Statistics ]============================
84.08/84.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.08/84.18	c       |         |          |          |    Limit     GC | Var      | Constra 
84.08/84.18	c =============================================================================
84.08/84.18	c  0.0s |       0 |        0 |        0 |    26089      0 |      960 |      354
84.18/84.20	c  0.0s |       0 |      330 |        0 |    26089      0 |      960 |      354
84.18/84.20	c #cpu_time = 0.026s
84.18/84.20	c #wall_clock_time = 0.026s
84.18/84.20	c #decision = 330
84.18/84.20	c #random_decision = 0
84.18/84.20	c #conflict = 0
84.18/84.20	c #restart = 0
84.18/84.20	c BCD2: found a new core of size 3: cost of the new core is >=5
84.18/84.20	c lower bound updated to -17220865711199
84.58/84.69	c BCD2: 796 <= obj <= 17220865338988
84.58/84.69	c BCD2: #cores=93, #unrelaxed=756, #relaxed=581, #hardened=0
84.58/84.69	c BCD2: #sat=1 #unsat=161 bias=161/162
84.58/84.69	c Solving starts ...
84.58/84.69	c ============================[ Search Statistics ]============================
84.58/84.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.58/84.69	c       |         |          |          |    Limit     GC | Var      | Constra 
84.58/84.69	c =============================================================================
84.58/84.69	c  0.0s |       0 |        0 |        0 |    26089      0 |      960 |      355
84.69/84.72	c  0.0s |       0 |      331 |        0 |    26089      0 |      960 |      355
84.69/84.72	c #cpu_time = 0.026s
84.69/84.72	c #wall_clock_time = 0.026s
84.69/84.72	c #decision = 331
84.69/84.72	c #random_decision = 0
84.69/84.72	c #conflict = 0
84.69/84.72	c #restart = 0
84.69/84.72	c BCD2: found a new core of size 3: cost of the new core is >=5
84.69/84.72	c lower bound updated to -17220865711194
85.18/85.21	c BCD2: 801 <= obj <= 17220865338988
85.18/85.21	c BCD2: #cores=94, #unrelaxed=753, #relaxed=584, #hardened=0
85.18/85.21	c BCD2: #sat=1 #unsat=162 bias=162/163
85.18/85.21	c Solving starts ...
85.18/85.21	c ============================[ Search Statistics ]============================
85.18/85.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.18/85.21	c       |         |          |          |    Limit     GC | Var      | Constra 
85.18/85.21	c =============================================================================
85.18/85.21	c  0.0s |       0 |        0 |        0 |    26089      0 |      960 |      356
85.18/85.24	c  0.0s |       0 |      330 |        0 |    26089      0 |      960 |      356
85.18/85.24	c #cpu_time = 0.026s
85.18/85.24	c #wall_clock_time = 0.026s
85.18/85.24	c #decision = 330
85.18/85.24	c #random_decision = 0
85.18/85.24	c #conflict = 0
85.18/85.24	c #restart = 0
85.18/85.24	c BCD2: found a new core of size 3: cost of the new core is >=5
85.18/85.24	c lower bound updated to -17220865711189
85.68/85.73	c BCD2: 806 <= obj <= 17220865338988
85.68/85.73	c BCD2: #cores=95, #unrelaxed=750, #relaxed=587, #hardened=0
85.68/85.73	c BCD2: #sat=1 #unsat=163 bias=163/164
85.68/85.73	c Solving starts ...
85.68/85.73	c ============================[ Search Statistics ]============================
85.68/85.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.68/85.73	c       |         |          |          |    Limit     GC | Var      | Constra 
85.68/85.73	c =============================================================================
85.68/85.73	c  0.0s |       0 |        0 |        0 |    26089      0 |      960 |      357
85.68/85.76	c  0.0s |       0 |      333 |        0 |    26089      0 |      960 |      357
85.68/85.76	c #cpu_time = 0.026s
85.68/85.76	c #wall_clock_time = 0.026s
85.68/85.76	c #decision = 333
85.68/85.76	c #random_decision = 0
85.68/85.76	c #conflict = 0
85.68/85.76	c #restart = 0
85.68/85.76	c BCD2: found a new core of size 3: cost of the new core is >=5
85.68/85.76	c lower bound updated to -17220865711184
86.18/86.25	c BCD2: 811 <= obj <= 17220865338988
86.18/86.25	c BCD2: #cores=96, #unrelaxed=747, #relaxed=590, #hardened=0
86.18/86.25	c BCD2: #sat=1 #unsat=164 bias=164/165
86.18/86.25	c Solving starts ...
86.18/86.25	c ============================[ Search Statistics ]============================
86.18/86.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.18/86.25	c       |         |          |          |    Limit     GC | Var      | Constra 
86.18/86.25	c =============================================================================
86.18/86.25	c  0.0s |       0 |        0 |        0 |    26089      0 |      960 |      358
86.18/86.27	c  0.0s |       0 |      332 |        0 |    26089      0 |      960 |      358
86.18/86.27	c #cpu_time = 0.026s
86.18/86.27	c #wall_clock_time = 0.026s
86.18/86.27	c #decision = 332
86.18/86.27	c #random_decision = 0
86.18/86.27	c #conflict = 0
86.18/86.27	c #restart = 0
86.18/86.27	c BCD2: found a new core of size 3: cost of the new core is >=5
86.18/86.27	c lower bound updated to -17220865711179
86.68/86.76	c BCD2: 816 <= obj <= 17220865338988
86.68/86.76	c BCD2: #cores=97, #unrelaxed=744, #relaxed=593, #hardened=0
86.68/86.76	c BCD2: #sat=1 #unsat=165 bias=165/166
86.68/86.76	c Solving starts ...
86.68/86.76	c ============================[ Search Statistics ]============================
86.68/86.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.68/86.76	c       |         |          |          |    Limit     GC | Var      | Constra 
86.68/86.76	c =============================================================================
86.68/86.76	c  0.0s |       0 |        0 |        0 |    26089      0 |      960 |      359
86.68/86.79	c  0.0s |       0 |      331 |        0 |    26089      0 |      960 |      359
86.68/86.79	c #cpu_time = 0.026s
86.68/86.79	c #wall_clock_time = 0.026s
86.68/86.79	c #decision = 331
86.68/86.79	c #random_decision = 0
86.68/86.79	c #conflict = 0
86.68/86.79	c #restart = 0
86.68/86.79	c BCD2: found a new core of size 3: cost of the new core is >=5
86.68/86.79	c lower bound updated to -17220865711174
87.18/87.27	c BCD2: 821 <= obj <= 17220865338988
87.18/87.27	c BCD2: #cores=98, #unrelaxed=741, #relaxed=596, #hardened=0
87.18/87.27	c BCD2: #sat=1 #unsat=166 bias=166/167
87.18/87.27	c Solving starts ...
87.18/87.27	c ============================[ Search Statistics ]============================
87.18/87.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.18/87.27	c       |         |          |          |    Limit     GC | Var      | Constra 
87.18/87.27	c =============================================================================
87.18/87.27	c  0.0s |       0 |        0 |        0 |    26089      0 |      960 |      360
87.28/87.30	c  0.0s |       0 |      333 |        0 |    26089      0 |      960 |      360
87.28/87.30	c #cpu_time = 0.026s
87.28/87.30	c #wall_clock_time = 0.026s
87.28/87.30	c #decision = 333
87.28/87.30	c #random_decision = 0
87.28/87.30	c #conflict = 0
87.28/87.30	c #restart = 0
87.28/87.30	c BCD2: found a new core of size 3: cost of the new core is >=5
87.28/87.30	c lower bound updated to -17220865711169
87.68/87.78	c BCD2: 826 <= obj <= 17220865338988
87.68/87.78	c BCD2: #cores=99, #unrelaxed=738, #relaxed=599, #hardened=0
87.68/87.78	c BCD2: #sat=1 #unsat=167 bias=167/168
87.68/87.78	c Solving starts ...
87.68/87.78	c ============================[ Search Statistics ]============================
87.68/87.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.68/87.78	c       |         |          |          |    Limit     GC | Var      | Constra 
87.68/87.78	c =============================================================================
87.68/87.78	c  0.0s |       0 |        0 |        0 |    26089      0 |      960 |      361
87.78/87.81	c  0.0s |       0 |      333 |        0 |    26089      0 |      960 |      361
87.78/87.81	c #cpu_time = 0.026s
87.78/87.81	c #wall_clock_time = 0.026s
87.78/87.81	c #decision = 333
87.78/87.81	c #random_decision = 0
87.78/87.81	c #conflict = 0
87.78/87.81	c #restart = 0
87.78/87.81	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
87.78/87.81	c BCD2: refineLB: 6 -> 10
87.78/87.81	c lower bound updated to -17220865711164
88.18/88.28	c BCD2: 831 <= obj <= 17220865338988
88.18/88.28	c BCD2: #cores=99, #unrelaxed=734, #relaxed=603, #hardened=0
88.18/88.28	c BCD2: #sat=1 #unsat=168 bias=168/169
88.18/88.28	c Solving starts ...
88.18/88.28	c ============================[ Search Statistics ]============================
88.18/88.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.18/88.28	c       |         |          |          |    Limit     GC | Var      | Constra 
88.18/88.28	c =============================================================================
88.18/88.28	c  0.0s |       0 |        0 |        0 |    26089      0 |      961 |      361
88.28/88.31	c  0.0s |       0 |      332 |        0 |    26089      0 |      961 |      362
88.28/88.31	c #cpu_time = 0.027s
88.28/88.31	c #wall_clock_time = 0.027s
88.28/88.31	c #decision = 332
88.28/88.31	c #random_decision = 0
88.28/88.31	c #conflict = 0
88.28/88.31	c #restart = 0
88.28/88.31	c BCD2: found a new core of size 3: cost of the new core is >=5
88.28/88.31	c lower bound updated to -17220865711159
88.68/88.79	c BCD2: 836 <= obj <= 17220865338988
88.68/88.79	c BCD2: #cores=100, #unrelaxed=731, #relaxed=606, #hardened=0
88.68/88.79	c BCD2: #sat=1 #unsat=169 bias=169/170
88.68/88.79	c Solving starts ...
88.68/88.79	c ============================[ Search Statistics ]============================
88.68/88.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.68/88.79	c       |         |          |          |    Limit     GC | Var      | Constra 
88.68/88.79	c =============================================================================
88.68/88.79	c  0.0s |       0 |        0 |        0 |    26089      0 |      961 |      363
88.78/88.82	c  0.0s |       0 |      333 |        0 |    26089      0 |      961 |      363
88.78/88.82	c #cpu_time = 0.027s
88.78/88.82	c #wall_clock_time = 0.027s
88.78/88.82	c #decision = 333
88.78/88.82	c #random_decision = 0
88.78/88.82	c #conflict = 0
88.78/88.82	c #restart = 0
88.78/88.82	c BCD2: found a new core of size 3: cost of the new core is >=5
88.78/88.82	c lower bound updated to -17220865711154
89.28/89.30	c BCD2: 841 <= obj <= 17220865338988
89.28/89.30	c BCD2: #cores=101, #unrelaxed=728, #relaxed=609, #hardened=0
89.28/89.30	c BCD2: #sat=1 #unsat=170 bias=170/171
89.28/89.30	c Solving starts ...
89.28/89.30	c ============================[ Search Statistics ]============================
89.28/89.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.28/89.30	c       |         |          |          |    Limit     GC | Var      | Constra 
89.28/89.30	c =============================================================================
89.28/89.30	c  0.0s |       0 |        0 |        0 |    26089      0 |      961 |      364
89.28/89.33	c  0.0s |       0 |      333 |        0 |    26089      0 |      961 |      364
89.28/89.33	c #cpu_time = 0.027s
89.28/89.33	c #wall_clock_time = 0.027s
89.28/89.33	c #decision = 333
89.28/89.33	c #random_decision = 0
89.28/89.33	c #conflict = 0
89.28/89.33	c #restart = 0
89.28/89.33	c BCD2: found a new core of size 3: cost of the new core is >=5
89.28/89.33	c lower bound updated to -17220865711149
89.78/89.82	c BCD2: 846 <= obj <= 17220865338988
89.78/89.82	c BCD2: #cores=102, #unrelaxed=725, #relaxed=612, #hardened=0
89.78/89.82	c BCD2: #sat=1 #unsat=171 bias=171/172
89.78/89.82	c Solving starts ...
89.78/89.82	c ============================[ Search Statistics ]============================
89.78/89.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.78/89.82	c       |         |          |          |    Limit     GC | Var      | Constra 
89.78/89.82	c =============================================================================
89.78/89.82	c  0.0s |       0 |        0 |        0 |    26089      0 |      961 |      365
89.78/89.85	c  0.0s |       0 |      335 |        0 |    26089      0 |      961 |      365
89.78/89.85	c #cpu_time = 0.028s
89.78/89.85	c #wall_clock_time = 0.028s
89.78/89.85	c #decision = 335
89.78/89.85	c #random_decision = 0
89.78/89.85	c #conflict = 0
89.78/89.85	c #restart = 0
89.78/89.85	c BCD2: found a new core of size 3: cost of the new core is >=5
89.78/89.85	c lower bound updated to -17220865711144
90.29/90.34	c BCD2: 851 <= obj <= 17220865338988
90.29/90.34	c BCD2: #cores=103, #unrelaxed=722, #relaxed=615, #hardened=0
90.29/90.34	c BCD2: #sat=1 #unsat=172 bias=172/173
90.29/90.34	c Solving starts ...
90.29/90.34	c ============================[ Search Statistics ]============================
90.29/90.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.29/90.34	c       |         |          |          |    Limit     GC | Var      | Constra 
90.29/90.34	c =============================================================================
90.29/90.34	c  0.0s |       0 |        0 |        0 |    26089      0 |      961 |      366
90.29/90.37	c  0.0s |       0 |      338 |        0 |    26089      0 |      961 |      366
90.29/90.37	c #cpu_time = 0.028s
90.29/90.37	c #wall_clock_time = 0.028s
90.29/90.37	c #decision = 338
90.29/90.37	c #random_decision = 0
90.29/90.37	c #conflict = 0
90.29/90.37	c #restart = 0
90.29/90.37	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
90.29/90.37	c lower bound updated to -17220865711139
90.78/90.86	c BCD2: 856 <= obj <= 17220865338988
90.78/90.86	c BCD2: #cores=103, #unrelaxed=718, #relaxed=619, #hardened=0
90.78/90.86	c BCD2: #sat=1 #unsat=173 bias=173/174
90.78/90.86	c Solving starts ...
90.78/90.86	c ============================[ Search Statistics ]============================
90.78/90.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.78/90.86	c       |         |          |          |    Limit     GC | Var      | Constra 
90.78/90.86	c =============================================================================
90.78/90.86	c  0.0s |       0 |        0 |        0 |    26089      0 |      962 |      366
90.78/90.88	c  0.0s |       0 |      335 |        0 |    26089      0 |      962 |      367
90.78/90.88	c #cpu_time = 0.026s
90.78/90.88	c #wall_clock_time = 0.026s
90.78/90.88	c #decision = 335
90.78/90.88	c #random_decision = 0
90.78/90.88	c #conflict = 0
90.78/90.88	c #restart = 0
90.78/90.89	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 12: cost of the new core is >=15
90.78/90.89	c lower bound updated to -17220865711134
91.28/91.37	c BCD2: 861 <= obj <= 17220865338988
91.28/91.37	c BCD2: #cores=103, #unrelaxed=713, #relaxed=624, #hardened=0
91.28/91.37	c BCD2: #sat=1 #unsat=174 bias=174/175
91.28/91.37	c Solving starts ...
91.28/91.37	c ============================[ Search Statistics ]============================
91.28/91.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.28/91.37	c       |         |          |          |    Limit     GC | Var      | Constra 
91.28/91.37	c =============================================================================
91.28/91.37	c  0.0s |       0 |        0 |        0 |    26089      0 |      963 |      367
91.28/91.40	c  0.0s |       0 |      334 |        0 |    26089      0 |      963 |      368
91.28/91.40	c #cpu_time = 0.028s
91.28/91.40	c #wall_clock_time = 0.028s
91.28/91.40	c #decision = 334
91.28/91.40	c #random_decision = 0
91.28/91.40	c #conflict = 0
91.28/91.40	c #restart = 0
91.28/91.40	c BCD2: relaxing 7 and merging with 4 cores into a new core of size 19: cost of the new core is >=25
91.28/91.40	c lower bound updated to -17220865711129
91.78/91.88	c BCD2: 866 <= obj <= 17220865338988
91.78/91.88	c BCD2: #cores=100, #unrelaxed=706, #relaxed=631, #hardened=0
91.78/91.88	c BCD2: #sat=1 #unsat=175 bias=175/176
91.78/91.88	c Solving starts ...
91.78/91.88	c ============================[ Search Statistics ]============================
91.78/91.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.78/91.88	c       |         |          |          |    Limit     GC | Var      | Constra 
91.78/91.88	c =============================================================================
91.78/91.88	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      368
91.88/91.91	c  0.0s |       0 |      330 |        0 |    26089      0 |      967 |      372
91.88/91.91	c #cpu_time = 0.026s
91.88/91.91	c #wall_clock_time = 0.026s
91.88/91.91	c #decision = 330
91.88/91.91	c #random_decision = 0
91.88/91.91	c #conflict = 0
91.88/91.91	c #restart = 0
91.88/91.91	c BCD2: found a new core of size 3: cost of the new core is >=5
91.88/91.91	c lower bound updated to -17220865711124
92.28/92.39	c BCD2: 871 <= obj <= 17220865338988
92.28/92.39	c BCD2: #cores=101, #unrelaxed=703, #relaxed=634, #hardened=0
92.28/92.39	c BCD2: #sat=1 #unsat=176 bias=176/177
92.28/92.39	c Solving starts ...
92.28/92.39	c ============================[ Search Statistics ]============================
92.28/92.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.28/92.39	c       |         |          |          |    Limit     GC | Var      | Constra 
92.28/92.39	c =============================================================================
92.28/92.39	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      373
92.38/92.42	c  0.0s |       0 |      329 |        0 |    26089      0 |      967 |      373
92.38/92.42	c #cpu_time = 0.026s
92.38/92.42	c #wall_clock_time = 0.026s
92.38/92.42	c #decision = 329
92.38/92.42	c #random_decision = 0
92.38/92.42	c #conflict = 0
92.38/92.42	c #restart = 0
92.38/92.42	c BCD2: found a new core of size 3: cost of the new core is >=5
92.38/92.42	c lower bound updated to -17220865711119
92.88/92.90	c BCD2: 876 <= obj <= 17220865338988
92.88/92.90	c BCD2: #cores=102, #unrelaxed=700, #relaxed=637, #hardened=0
92.88/92.90	c BCD2: #sat=1 #unsat=177 bias=177/178
92.88/92.90	c Solving starts ...
92.88/92.90	c ============================[ Search Statistics ]============================
92.88/92.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.88/92.90	c       |         |          |          |    Limit     GC | Var      | Constra 
92.88/92.90	c =============================================================================
92.88/92.90	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      374
92.88/92.93	c  0.0s |       0 |      329 |        0 |    26089      0 |      967 |      374
92.88/92.93	c #cpu_time = 0.026s
92.88/92.93	c #wall_clock_time = 0.026s
92.88/92.93	c #decision = 329
92.88/92.93	c #random_decision = 0
92.88/92.93	c #conflict = 0
92.88/92.93	c #restart = 0
92.88/92.93	c BCD2: found a new core of size 3: cost of the new core is >=5
92.88/92.93	c lower bound updated to -17220865711114
93.38/93.40	c BCD2: 881 <= obj <= 17220865338988
93.38/93.40	c BCD2: #cores=103, #unrelaxed=697, #relaxed=640, #hardened=0
93.38/93.40	c BCD2: #sat=1 #unsat=178 bias=178/179
93.38/93.40	c Solving starts ...
93.38/93.40	c ============================[ Search Statistics ]============================
93.38/93.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.38/93.40	c       |         |          |          |    Limit     GC | Var      | Constra 
93.38/93.40	c =============================================================================
93.38/93.40	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      375
93.38/93.43	c  0.0s |       0 |      330 |        0 |    26089      0 |      967 |      375
93.38/93.43	c #cpu_time = 0.026s
93.38/93.43	c #wall_clock_time = 0.026s
93.38/93.43	c #decision = 330
93.38/93.43	c #random_decision = 0
93.38/93.43	c #conflict = 0
93.38/93.43	c #restart = 0
93.38/93.43	c BCD2: found a new core of size 3: cost of the new core is >=5
93.38/93.43	c lower bound updated to -17220865711109
93.88/93.91	c BCD2: 886 <= obj <= 17220865338988
93.88/93.91	c BCD2: #cores=104, #unrelaxed=694, #relaxed=643, #hardened=0
93.88/93.91	c BCD2: #sat=1 #unsat=179 bias=179/180
93.88/93.91	c Solving starts ...
93.88/93.91	c ============================[ Search Statistics ]============================
93.88/93.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.88/93.91	c       |         |          |          |    Limit     GC | Var      | Constra 
93.88/93.91	c =============================================================================
93.88/93.91	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      376
93.88/93.94	c  0.0s |       0 |      331 |        0 |    26089      0 |      967 |      376
93.88/93.94	c #cpu_time = 0.026s
93.88/93.94	c #wall_clock_time = 0.026s
93.88/93.94	c #decision = 331
93.88/93.94	c #random_decision = 0
93.88/93.94	c #conflict = 0
93.88/93.94	c #restart = 0
93.88/93.94	c BCD2: found a new core of size 3: cost of the new core is >=5
93.88/93.94	c lower bound updated to -17220865711104
94.38/94.42	c BCD2: 891 <= obj <= 17220865338988
94.38/94.42	c BCD2: #cores=105, #unrelaxed=691, #relaxed=646, #hardened=0
94.38/94.42	c BCD2: #sat=1 #unsat=180 bias=180/181
94.38/94.42	c Solving starts ...
94.38/94.42	c ============================[ Search Statistics ]============================
94.38/94.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.38/94.42	c       |         |          |          |    Limit     GC | Var      | Constra 
94.38/94.42	c =============================================================================
94.38/94.42	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      377
94.38/94.45	c  0.0s |       0 |      330 |        0 |    26089      0 |      967 |      377
94.38/94.45	c #cpu_time = 0.026s
94.38/94.45	c #wall_clock_time = 0.026s
94.38/94.45	c #decision = 330
94.38/94.45	c #random_decision = 0
94.38/94.45	c #conflict = 0
94.38/94.45	c #restart = 0
94.38/94.45	c BCD2: found a new core of size 3: cost of the new core is >=5
94.38/94.45	c lower bound updated to -17220865711099
94.87/94.95	c BCD2: 896 <= obj <= 17220865338988
94.87/94.95	c BCD2: #cores=106, #unrelaxed=688, #relaxed=649, #hardened=0
94.87/94.95	c BCD2: #sat=1 #unsat=181 bias=181/182
94.87/94.95	c Solving starts ...
94.87/94.95	c ============================[ Search Statistics ]============================
94.87/94.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.87/94.95	c       |         |          |          |    Limit     GC | Var      | Constra 
94.87/94.95	c =============================================================================
94.87/94.95	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      378
94.87/94.98	c  0.0s |       0 |      329 |        0 |    26089      0 |      967 |      378
94.87/94.98	c #cpu_time = 0.026s
94.87/94.98	c #wall_clock_time = 0.026s
94.87/94.98	c #decision = 329
94.87/94.98	c #random_decision = 0
94.87/94.98	c #conflict = 0
94.87/94.98	c #restart = 0
94.87/94.98	c BCD2: found a new core of size 3: cost of the new core is >=5
94.87/94.98	c lower bound updated to -17220865711094
95.37/95.47	c BCD2: 901 <= obj <= 17220865338988
95.37/95.47	c BCD2: #cores=107, #unrelaxed=685, #relaxed=652, #hardened=0
95.37/95.47	c BCD2: #sat=1 #unsat=182 bias=182/183
95.37/95.47	c Solving starts ...
95.37/95.47	c ============================[ Search Statistics ]============================
95.37/95.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.37/95.47	c       |         |          |          |    Limit     GC | Var      | Constra 
95.37/95.47	c =============================================================================
95.37/95.47	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      379
95.47/95.50	c  0.0s |       0 |      331 |        0 |    26089      0 |      967 |      379
95.47/95.50	c #cpu_time = 0.026s
95.47/95.50	c #wall_clock_time = 0.026s
95.47/95.50	c #decision = 331
95.47/95.50	c #random_decision = 0
95.47/95.50	c #conflict = 0
95.47/95.50	c #restart = 0
95.47/95.50	c BCD2: found a new core of size 3: cost of the new core is >=5
95.47/95.50	c lower bound updated to -17220865711089
95.87/95.98	c BCD2: 906 <= obj <= 17220865338988
95.87/95.98	c BCD2: #cores=108, #unrelaxed=682, #relaxed=655, #hardened=0
95.87/95.98	c BCD2: #sat=1 #unsat=183 bias=183/184
95.87/95.99	c Solving starts ...
95.87/95.99	c ============================[ Search Statistics ]============================
95.87/95.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.87/95.99	c       |         |          |          |    Limit     GC | Var      | Constra 
95.87/95.99	c =============================================================================
95.87/95.99	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      380
95.97/96.01	c  0.0s |       0 |      330 |        0 |    26089      0 |      967 |      380
95.97/96.01	c #cpu_time = 0.026s
95.97/96.01	c #wall_clock_time = 0.026s
95.97/96.01	c #decision = 330
95.97/96.01	c #random_decision = 0
95.97/96.01	c #conflict = 0
95.97/96.01	c #restart = 0
95.97/96.01	c BCD2: found a new core of size 3: cost of the new core is >=5
95.97/96.01	c lower bound updated to -17220865711084
96.47/96.50	c BCD2: 911 <= obj <= 17220865338988
96.47/96.50	c BCD2: #cores=109, #unrelaxed=679, #relaxed=658, #hardened=0
96.47/96.50	c BCD2: #sat=1 #unsat=184 bias=184/185
96.47/96.50	c Solving starts ...
96.47/96.50	c ============================[ Search Statistics ]============================
96.47/96.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.47/96.50	c       |         |          |          |    Limit     GC | Var      | Constra 
96.47/96.50	c =============================================================================
96.47/96.50	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      381
96.47/96.53	c  0.0s |       0 |      332 |        0 |    26089      0 |      967 |      381
96.47/96.53	c #cpu_time = 0.026s
96.47/96.53	c #wall_clock_time = 0.026s
96.47/96.53	c #decision = 332
96.47/96.53	c #random_decision = 0
96.47/96.53	c #conflict = 0
96.47/96.53	c #restart = 0
96.47/96.53	c BCD2: found a new core of size 3: cost of the new core is >=5
96.47/96.53	c lower bound updated to -17220865711079
96.97/97.01	c BCD2: 916 <= obj <= 17220865338988
96.97/97.01	c BCD2: #cores=110, #unrelaxed=676, #relaxed=661, #hardened=0
96.97/97.01	c BCD2: #sat=1 #unsat=185 bias=185/186
96.97/97.01	c Solving starts ...
96.97/97.01	c ============================[ Search Statistics ]============================
96.97/97.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.97/97.01	c       |         |          |          |    Limit     GC | Var      | Constra 
96.97/97.01	c =============================================================================
96.97/97.01	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      382
96.97/97.04	c  0.0s |       0 |      333 |        0 |    26089      0 |      967 |      382
96.97/97.04	c #cpu_time = 0.026s
96.97/97.04	c #wall_clock_time = 0.026s
96.97/97.04	c #decision = 333
96.97/97.04	c #random_decision = 0
96.97/97.04	c #conflict = 0
96.97/97.04	c #restart = 0
96.97/97.04	c BCD2: found a new core of size 3: cost of the new core is >=5
96.97/97.04	c lower bound updated to -17220865711074
97.47/97.52	c BCD2: 921 <= obj <= 17220865338988
97.47/97.52	c BCD2: #cores=111, #unrelaxed=673, #relaxed=664, #hardened=0
97.47/97.52	c BCD2: #sat=1 #unsat=186 bias=186/187
97.47/97.52	c Solving starts ...
97.47/97.52	c ============================[ Search Statistics ]============================
97.47/97.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.47/97.52	c       |         |          |          |    Limit     GC | Var      | Constra 
97.47/97.52	c =============================================================================
97.47/97.52	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      383
97.47/97.54	c  0.0s |       0 |      334 |        0 |    26089      0 |      967 |      383
97.47/97.54	c #cpu_time = 0.026s
97.47/97.54	c #wall_clock_time = 0.026s
97.47/97.54	c #decision = 334
97.47/97.54	c #random_decision = 0
97.47/97.54	c #conflict = 0
97.47/97.54	c #restart = 0
97.47/97.54	c BCD2: found a new core of size 3: cost of the new core is >=5
97.47/97.54	c lower bound updated to -17220865711069
97.98/98.02	c BCD2: 926 <= obj <= 17220865338988
97.98/98.02	c BCD2: #cores=112, #unrelaxed=670, #relaxed=667, #hardened=0
97.98/98.02	c BCD2: #sat=1 #unsat=187 bias=187/188
97.98/98.02	c Solving starts ...
97.98/98.02	c ============================[ Search Statistics ]============================
97.98/98.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.98/98.02	c       |         |          |          |    Limit     GC | Var      | Constra 
97.98/98.02	c =============================================================================
97.98/98.02	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      384
97.98/98.05	c  0.0s |       0 |      335 |        0 |    26089      0 |      967 |      384
97.98/98.05	c #cpu_time = 0.026s
97.98/98.05	c #wall_clock_time = 0.026s
97.98/98.05	c #decision = 335
97.98/98.05	c #random_decision = 0
97.98/98.05	c #conflict = 0
97.98/98.05	c #restart = 0
97.98/98.05	c BCD2: found a new core of size 3: cost of the new core is >=5
97.98/98.05	c lower bound updated to -17220865711064
98.47/98.53	c BCD2: 931 <= obj <= 17220865338988
98.47/98.53	c BCD2: #cores=113, #unrelaxed=667, #relaxed=670, #hardened=0
98.47/98.53	c BCD2: #sat=1 #unsat=188 bias=188/189
98.47/98.53	c Solving starts ...
98.47/98.53	c ============================[ Search Statistics ]============================
98.47/98.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
98.47/98.53	c       |         |          |          |    Limit     GC | Var      | Constra 
98.47/98.53	c =============================================================================
98.47/98.53	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      385
98.47/98.56	c  0.0s |       0 |      334 |        0 |    26089      0 |      967 |      385
98.47/98.56	c #cpu_time = 0.026s
98.47/98.56	c #wall_clock_time = 0.026s
98.47/98.56	c #decision = 334
98.47/98.56	c #random_decision = 0
98.47/98.56	c #conflict = 0
98.47/98.56	c #restart = 0
98.47/98.56	c BCD2: found a new core of size 3: cost of the new core is >=5
98.47/98.56	c lower bound updated to -17220865711059
98.98/99.04	c BCD2: 936 <= obj <= 17220865338988
98.98/99.04	c BCD2: #cores=114, #unrelaxed=664, #relaxed=673, #hardened=0
98.98/99.04	c BCD2: #sat=1 #unsat=189 bias=189/190
98.98/99.04	c Solving starts ...
98.98/99.04	c ============================[ Search Statistics ]============================
98.98/99.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
98.98/99.04	c       |         |          |          |    Limit     GC | Var      | Constra 
98.98/99.04	c =============================================================================
98.98/99.04	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      386
98.98/99.07	c  0.0s |       0 |      339 |        0 |    26089      0 |      967 |      386
98.98/99.07	c #cpu_time = 0.030s
98.98/99.07	c #wall_clock_time = 0.030s
98.98/99.07	c #decision = 339
98.98/99.07	c #random_decision = 0
98.98/99.07	c #conflict = 0
98.98/99.07	c #restart = 0
98.98/99.07	c BCD2: found a new core of size 3: cost of the new core is >=5
98.98/99.07	c lower bound updated to -17220865711054
99.47/99.56	c BCD2: 941 <= obj <= 17220865338988
99.47/99.56	c BCD2: #cores=115, #unrelaxed=661, #relaxed=676, #hardened=0
99.47/99.56	c BCD2: #sat=1 #unsat=190 bias=190/191
99.47/99.56	c Solving starts ...
99.47/99.56	c ============================[ Search Statistics ]============================
99.47/99.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
99.47/99.56	c       |         |          |          |    Limit     GC | Var      | Constra 
99.47/99.56	c =============================================================================
99.47/99.57	c  0.0s |       0 |        0 |        0 |    26089      0 |      967 |      387
99.47/99.59	c  0.0s |       0 |      340 |        0 |    26089      0 |      967 |      387
99.47/99.59	c #cpu_time = 0.027s
99.47/99.59	c #wall_clock_time = 0.027s
99.47/99.59	c #decision = 340
99.47/99.59	c #random_decision = 0
99.47/99.59	c #conflict = 0
99.47/99.59	c #restart = 0
99.47/99.59	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=10
99.47/99.59	c lower bound updated to -17220865711049
99.97/100.08	c BCD2: 946 <= obj <= 17220865338988
99.97/100.08	c BCD2: #cores=115, #unrelaxed=657, #relaxed=680, #hardened=0
99.97/100.08	c BCD2: #sat=1 #unsat=191 bias=191/192
99.97/100.08	c Solving starts ...
99.97/100.08	c ============================[ Search Statistics ]============================
99.97/100.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
99.97/100.08	c       |         |          |          |    Limit     GC | Var      | Constra 
99.97/100.08	c =============================================================================
99.97/100.08	c  0.0s |       0 |        0 |        0 |    26089      0 |      968 |      387
100.08/100.11	c  0.0s |       0 |      339 |        1 |    26089      0 |      968 |      388
100.08/100.11	c #cpu_time = 0.028s
100.08/100.11	c #wall_clock_time = 0.028s
100.08/100.11	c #decision = 339
100.08/100.11	c #random_decision = 0
100.08/100.11	c #conflict = 1
100.08/100.11	c #restart = 0
100.08/100.11	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 11: cost of the new core is >=15
100.08/100.11	c lower bound updated to -17220865711044
100.57/100.60	c BCD2: 951 <= obj <= 17220865338988
100.57/100.60	c BCD2: #cores=115, #unrelaxed=653, #relaxed=684, #hardened=0
100.57/100.60	c BCD2: #sat=1 #unsat=192 bias=192/193
100.57/100.60	c Solving starts ...
100.57/100.60	c ============================[ Search Statistics ]============================
100.57/100.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
100.57/100.60	c       |         |          |          |    Limit     GC | Var      | Constra 
100.57/100.60	c =============================================================================
100.57/100.60	c  0.0s |       0 |        0 |        0 |    26089      0 |      969 |      388
100.57/100.62	c  0.0s |       0 |      338 |        0 |    26089      0 |      969 |      389
100.57/100.62	c #cpu_time = 0.026s
100.57/100.62	c #wall_clock_time = 0.026s
100.57/100.62	c #decision = 338
100.57/100.62	c #random_decision = 0
100.57/100.62	c #conflict = 0
100.57/100.62	c #restart = 0
100.57/100.62	c BCD2: found a new core of size 3: cost of the new core is >=5
100.57/100.62	c lower bound updated to -17220865711039
101.07/101.11	c BCD2: 956 <= obj <= 17220865338988
101.07/101.11	c BCD2: #cores=116, #unrelaxed=650, #relaxed=687, #hardened=0
101.07/101.11	c BCD2: #sat=1 #unsat=193 bias=193/194
101.07/101.11	c Solving starts ...
101.07/101.11	c ============================[ Search Statistics ]============================
101.07/101.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
101.07/101.11	c       |         |          |          |    Limit     GC | Var      | Constra 
101.07/101.11	c =============================================================================
101.07/101.11	c  0.0s |       0 |        0 |        0 |    26089      0 |      969 |      390
101.07/101.14	c  0.0s |       0 |      338 |        0 |    26089      0 |      969 |      390
101.07/101.14	c #cpu_time = 0.026s
101.07/101.14	c #wall_clock_time = 0.026s
101.07/101.14	c #decision = 338
101.07/101.14	c #random_decision = 0
101.07/101.14	c #conflict = 0
101.07/101.14	c #restart = 0
101.07/101.14	c BCD2: found a new core of size 3: cost of the new core is >=5
101.07/101.14	c lower bound updated to -17220865711034
101.57/101.62	c BCD2: 961 <= obj <= 17220865338988
101.57/101.62	c BCD2: #cores=117, #unrelaxed=647, #relaxed=690, #hardened=0
101.57/101.62	c BCD2: #sat=1 #unsat=194 bias=194/195
101.57/101.62	c Solving starts ...
101.57/101.62	c ============================[ Search Statistics ]============================
101.57/101.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
101.57/101.62	c       |         |          |          |    Limit     GC | Var      | Constra 
101.57/101.62	c =============================================================================
101.57/101.62	c  0.0s |       0 |        0 |        0 |    26089      0 |      969 |      391
101.57/101.65	c  0.0s |       0 |      340 |        0 |    26089      0 |      969 |      391
101.57/101.65	c #cpu_time = 0.026s
101.57/101.65	c #wall_clock_time = 0.026s
101.57/101.65	c #decision = 340
101.57/101.65	c #random_decision = 0
101.57/101.65	c #conflict = 0
101.57/101.65	c #restart = 0
101.57/101.65	c BCD2: found a new core of size 3: cost of the new core is >=5
101.57/101.65	c lower bound updated to -17220865711029
102.07/102.13	c BCD2: 966 <= obj <= 17220865338988
102.07/102.13	c BCD2: #cores=118, #unrelaxed=644, #relaxed=693, #hardened=0
102.07/102.13	c BCD2: #sat=1 #unsat=195 bias=195/196
102.07/102.13	c Solving starts ...
102.07/102.13	c ============================[ Search Statistics ]============================
102.07/102.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
102.07/102.13	c       |         |          |          |    Limit     GC | Var      | Constra 
102.07/102.13	c =============================================================================
102.07/102.13	c  0.0s |       0 |        0 |        0 |    26089      0 |      969 |      392
102.07/102.16	c  0.0s |       0 |      341 |        0 |    26089      0 |      969 |      392
102.07/102.16	c #cpu_time = 0.026s
102.07/102.16	c #wall_clock_time = 0.026s
102.07/102.16	c #decision = 341
102.07/102.16	c #random_decision = 0
102.07/102.16	c #conflict = 0
102.07/102.16	c #restart = 0
102.07/102.16	c BCD2: found a new core of size 3: cost of the new core is >=5
102.07/102.16	c lower bound updated to -17220865711024
102.57/102.63	c BCD2: 971 <= obj <= 17220865338988
102.57/102.63	c BCD2: #cores=119, #unrelaxed=641, #relaxed=696, #hardened=0
102.57/102.63	c BCD2: #sat=1 #unsat=196 bias=196/197
102.57/102.63	c Solving starts ...
102.57/102.63	c ============================[ Search Statistics ]============================
102.57/102.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
102.57/102.63	c       |         |          |          |    Limit     GC | Var      | Constra 
102.57/102.63	c =============================================================================
102.57/102.63	c  0.0s |       0 |        0 |        0 |    26089      0 |      969 |      393
102.57/102.66	c  0.0s |       0 |      342 |        0 |    26089      0 |      969 |      393
102.57/102.66	c #cpu_time = 0.026s
102.57/102.66	c #wall_clock_time = 0.026s
102.57/102.66	c #decision = 342
102.57/102.66	c #random_decision = 0
102.57/102.66	c #conflict = 0
102.57/102.66	c #restart = 0
102.57/102.66	c BCD2: found a new core of size 3: cost of the new core is >=5
102.57/102.66	c lower bound updated to -17220865711019
103.07/103.14	c BCD2: 976 <= obj <= 17220865338988
103.07/103.14	c BCD2: #cores=120, #unrelaxed=638, #relaxed=699, #hardened=0
103.07/103.14	c BCD2: #sat=1 #unsat=197 bias=197/198
103.07/103.14	c Solving starts ...
103.07/103.14	c ============================[ Search Statistics ]============================
103.07/103.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
103.07/103.14	c       |         |          |          |    Limit     GC | Var      | Constra 
103.07/103.14	c =============================================================================
103.07/103.14	c  0.0s |       0 |        0 |        0 |    26089      0 |      969 |      394
103.07/103.17	c  0.0s |       0 |      343 |        0 |    26089      0 |      969 |      394
103.07/103.17	c #cpu_time = 0.026s
103.07/103.17	c #wall_clock_time = 0.026s
103.07/103.17	c #decision = 343
103.07/103.17	c #random_decision = 0
103.07/103.17	c #conflict = 0
103.07/103.17	c #restart = 0
103.07/103.17	c BCD2: found a new core of size 3: cost of the new core is >=5
103.07/103.17	c lower bound updated to -17220865711014
103.57/103.65	c BCD2: 981 <= obj <= 17220865338988
103.57/103.65	c BCD2: #cores=121, #unrelaxed=635, #relaxed=702, #hardened=0
103.57/103.65	c BCD2: #sat=1 #unsat=198 bias=198/199
103.57/103.65	c Solving starts ...
103.57/103.65	c ============================[ Search Statistics ]============================
103.57/103.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
103.57/103.65	c       |         |          |          |    Limit     GC | Var      | Constra 
103.57/103.65	c =============================================================================
103.57/103.65	c  0.0s |       0 |        0 |        0 |    26089      0 |      969 |      395
103.57/103.68	c  0.0s |       0 |      344 |        0 |    26089      0 |      969 |      395
103.57/103.68	c #cpu_time = 0.026s
103.57/103.68	c #wall_clock_time = 0.026s
103.57/103.68	c #decision = 344
103.57/103.68	c #random_decision = 0
103.57/103.68	c #conflict = 0
103.57/103.68	c #restart = 0
103.57/103.68	c BCD2: found a new core of size 3: cost of the new core is >=5
103.57/103.68	c lower bound updated to -17220865711009
104.07/104.17	c BCD2: 986 <= obj <= 17220865338988
104.07/104.17	c BCD2: #cores=122, #unrelaxed=632, #relaxed=705, #hardened=0
104.07/104.17	c BCD2: #sat=1 #unsat=199 bias=199/200
104.07/104.17	c Solving starts ...
104.07/104.17	c ============================[ Search Statistics ]============================
104.07/104.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
104.07/104.17	c       |         |          |          |    Limit     GC | Var      | Constra 
104.07/104.17	c =============================================================================
104.07/104.17	c  0.0s |       0 |        0 |        0 |    26089      0 |      969 |      396
104.17/104.20	c  0.0s |       0 |      345 |        0 |    26089      0 |      969 |      396
104.17/104.20	c #cpu_time = 0.026s
104.17/104.20	c #wall_clock_time = 0.026s
104.17/104.20	c #decision = 345
104.17/104.20	c #random_decision = 0
104.17/104.20	c #conflict = 0
104.17/104.20	c #restart = 0
104.17/104.20	c BCD2: found a new core of size 3: cost of the new core is >=5
104.17/104.20	c lower bound updated to -17220865711004
104.58/104.69	c BCD2: 991 <= obj <= 17220865338988
104.58/104.69	c BCD2: #cores=123, #unrelaxed=629, #relaxed=708, #hardened=0
104.58/104.69	c BCD2: #sat=1 #unsat=200 bias=200/201
104.58/104.69	c Solving starts ...
104.58/104.69	c ============================[ Search Statistics ]============================
104.58/104.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
104.58/104.69	c       |         |          |          |    Limit     GC | Var      | Constra 
104.58/104.69	c =============================================================================
104.58/104.69	c  0.0s |       0 |        0 |        0 |    26089      0 |      969 |      397
104.67/104.72	c  0.0s |       0 |      346 |        0 |    26089      0 |      969 |      397
104.67/104.72	c #cpu_time = 0.026s
104.67/104.72	c #wall_clock_time = 0.026s
104.67/104.72	c #decision = 346
104.67/104.72	c #random_decision = 0
104.67/104.72	c #conflict = 0
104.67/104.72	c #restart = 0
104.67/104.72	c BCD2: found a new core of size 3: cost of the new core is >=5
104.67/104.72	c lower bound updated to -17220865710999
105.17/105.21	c BCD2: 996 <= obj <= 17220865338988
105.17/105.21	c BCD2: #cores=124, #unrelaxed=626, #relaxed=711, #hardened=0
105.17/105.21	c BCD2: #sat=1 #unsat=201 bias=201/202
105.17/105.21	c Solving starts ...
105.17/105.21	c ============================[ Search Statistics ]============================
105.17/105.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
105.17/105.21	c       |         |          |          |    Limit     GC | Var      | Constra 
105.17/105.21	c =============================================================================
105.17/105.21	c  0.0s |       0 |        0 |        0 |    26089      0 |      969 |      398
105.17/105.24	c  0.0s |       0 |      345 |        0 |    26089      0 |      969 |      398
105.17/105.24	c #cpu_time = 0.026s
105.17/105.24	c #wall_clock_time = 0.026s
105.17/105.24	c #decision = 345
105.17/105.24	c #random_decision = 0
105.17/105.24	c #conflict = 0
105.17/105.24	c #restart = 0
105.17/105.24	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
105.17/105.24	c lower bound updated to -17010855153479
105.68/105.72	c BCD2: 210010558516 <= obj <= 17220865338988
105.68/105.72	c BCD2: #cores=125, #unrelaxed=625, #relaxed=712, #hardened=0
105.68/105.72	c BCD2: #sat=1 #unsat=202 bias=202/203
105.68/105.72	c Solving starts ...
105.68/105.72	c ============================[ Search Statistics ]============================
105.68/105.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
105.68/105.72	c       |         |          |          |    Limit     GC | Var      | Constra 
105.68/105.72	c =============================================================================
105.68/105.72	c  0.0s |       0 |        0 |        0 |    26089      0 |      969 |      398
105.68/105.75	c  0.0s |       0 |      346 |        0 |    26089      0 |      969 |      398
105.68/105.75	c #cpu_time = 0.028s
105.68/105.75	c #wall_clock_time = 0.028s
105.68/105.75	c #decision = 346
105.68/105.75	c #random_decision = 0
105.68/105.75	c #conflict = 0
105.68/105.75	c #restart = 0
105.68/105.75	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
105.68/105.75	c lower bound updated to -17008294049119
106.17/106.23	c BCD2: 212571662876 <= obj <= 17220865338988
106.17/106.23	c BCD2: #cores=126, #unrelaxed=624, #relaxed=713, #hardened=0
106.17/106.23	c BCD2: #sat=1 #unsat=203 bias=203/204
106.17/106.23	c Solving starts ...
106.17/106.23	c ============================[ Search Statistics ]============================
106.17/106.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
106.17/106.23	c       |         |          |          |    Limit     GC | Var      | Constra 
106.17/106.23	c =============================================================================
106.17/106.23	c  0.0s |       0 |        0 |        0 |    26089      0 |      969 |      398
106.17/106.26	c  0.0s |       0 |      348 |        0 |    26089      0 |      969 |      398
106.17/106.26	c #cpu_time = 0.027s
106.17/106.26	c #wall_clock_time = 0.027s
106.17/106.26	c #decision = 348
106.17/106.26	c #random_decision = 0
106.17/106.26	c #conflict = 0
106.17/106.26	c #restart = 0
106.17/106.26	c BCD2: found a new core of size 2: cost of the new core is >=380890
106.17/106.26	c lower bound updated to -17008293668229
106.68/106.74	c BCD2: 212572043766 <= obj <= 17220865338988
106.68/106.74	c BCD2: #cores=127, #unrelaxed=622, #relaxed=715, #hardened=0
106.68/106.74	c BCD2: #sat=1 #unsat=204 bias=204/205
106.68/106.74	c Solving starts ...
106.68/106.74	c ============================[ Search Statistics ]============================
106.68/106.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
106.68/106.74	c       |         |          |          |    Limit     GC | Var      | Constra 
106.68/106.74	c =============================================================================
106.68/106.74	c  0.0s |       0 |        0 |        0 |    26089      0 |      969 |      398
106.68/106.77	c  0.0s |       0 |      570 |        1 |    26089      0 |      969 |      398
106.68/106.77	c #cpu_time = 0.029s
106.68/106.77	c #wall_clock_time = 0.029s
106.68/106.77	c #decision = 570
106.68/106.77	c #random_decision = 0
106.68/106.77	c #conflict = 1
106.68/106.77	c #restart = 0
106.68/106.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
106.68/106.77	c lower bound updated to -17008293663584
107.17/107.24	c BCD2: 212572048411 <= obj <= 17220865338988
107.17/107.24	c BCD2: #cores=127, #unrelaxed=621, #relaxed=716, #hardened=0
107.17/107.24	c BCD2: #sat=1 #unsat=205 bias=205/206
107.17/107.25	c Solving starts ...
107.17/107.25	c ============================[ Search Statistics ]============================
107.17/107.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
107.17/107.25	c       |         |          |          |    Limit     GC | Var      | Constra 
107.17/107.25	c =============================================================================
107.17/107.25	c  0.0s |       0 |        0 |        0 |    26089      0 |      970 |      398
107.17/107.27	c  0.0s |       0 |      348 |        0 |    26089      0 |      970 |      399
107.17/107.27	c #cpu_time = 0.026s
107.17/107.27	c #wall_clock_time = 0.026s
107.17/107.27	c #decision = 348
107.17/107.27	c #random_decision = 0
107.17/107.27	c #conflict = 0
107.17/107.27	c #restart = 0
107.17/107.27	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
107.17/107.27	c lower bound updated to -16798283106064
107.67/107.75	c BCD2: 422582605931 <= obj <= 17220865338988
107.67/107.75	c BCD2: #cores=128, #unrelaxed=620, #relaxed=717, #hardened=0
107.67/107.75	c BCD2: #sat=1 #unsat=206 bias=206/207
107.67/107.75	c Solving starts ...
107.67/107.75	c ============================[ Search Statistics ]============================
107.67/107.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
107.67/107.75	c       |         |          |          |    Limit     GC | Var      | Constra 
107.67/107.75	c =============================================================================
107.67/107.75	c  0.0s |       0 |        0 |        0 |    26089      0 |      970 |      399
107.67/107.78	c  0.0s |       0 |      349 |        0 |    26089      0 |      970 |      399
107.67/107.78	c #cpu_time = 0.027s
107.67/107.78	c #wall_clock_time = 0.027s
107.67/107.78	c #decision = 349
107.67/107.78	c #random_decision = 0
107.67/107.78	c #conflict = 0
107.67/107.78	c #restart = 0
107.67/107.78	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
107.67/107.78	c lower bound updated to -16795722001704
108.17/108.25	c BCD2: 425143710291 <= obj <= 17220865338988
108.17/108.25	c BCD2: #cores=129, #unrelaxed=619, #relaxed=718, #hardened=0
108.17/108.25	c BCD2: #sat=1 #unsat=207 bias=207/208
108.17/108.25	c Solving starts ...
108.17/108.25	c ============================[ Search Statistics ]============================
108.17/108.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
108.17/108.25	c       |         |          |          |    Limit     GC | Var      | Constra 
108.17/108.25	c =============================================================================
108.17/108.25	c  0.0s |       0 |        0 |        0 |    26089      0 |      970 |      399
108.17/108.28	c  0.0s |       0 |      351 |        0 |    26089      0 |      970 |      399
108.17/108.28	c #cpu_time = 0.026s
108.17/108.28	c #wall_clock_time = 0.026s
108.17/108.28	c #decision = 351
108.17/108.28	c #random_decision = 0
108.17/108.28	c #conflict = 0
108.17/108.28	c #restart = 0
108.17/108.28	c BCD2: found a new core of size 2: cost of the new core is >=380890
108.17/108.28	c lower bound updated to -16795721620814
108.67/108.77	c BCD2: 425144091181 <= obj <= 17220865338988
108.67/108.77	c BCD2: #cores=130, #unrelaxed=617, #relaxed=720, #hardened=0
108.67/108.77	c BCD2: #sat=1 #unsat=208 bias=208/209
108.67/108.77	c Solving starts ...
108.67/108.77	c ============================[ Search Statistics ]============================
108.67/108.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
108.67/108.77	c       |         |          |          |    Limit     GC | Var      | Constra 
108.67/108.77	c =============================================================================
108.67/108.77	c  0.0s |       0 |        0 |        0 |    26089      0 |      970 |      399
108.77/108.80	c  0.0s |       0 |      574 |        1 |    26089      0 |      970 |      399
108.77/108.80	c #cpu_time = 0.030s
108.77/108.80	c #wall_clock_time = 0.030s
108.77/108.80	c #decision = 574
108.77/108.80	c #random_decision = 0
108.77/108.80	c #conflict = 1
108.77/108.80	c #restart = 0
108.77/108.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
108.77/108.80	c lower bound updated to -16795721616169
109.27/109.35	c BCD2: 425144095826 <= obj <= 17220865338988
109.27/109.35	c BCD2: #cores=130, #unrelaxed=616, #relaxed=721, #hardened=0
109.27/109.35	c BCD2: #sat=1 #unsat=209 bias=209/210
109.27/109.35	c Solving starts ...
109.27/109.35	c ============================[ Search Statistics ]============================
109.27/109.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
109.27/109.35	c       |         |          |          |    Limit     GC | Var      | Constra 
109.27/109.35	c =============================================================================
109.27/109.35	c  0.0s |       0 |        0 |        0 |    26089      0 |      971 |      399
109.27/109.38	c  0.0s |       0 |      351 |        0 |    26089      0 |      971 |      400
109.27/109.38	c #cpu_time = 0.027s
109.27/109.38	c #wall_clock_time = 0.027s
109.27/109.38	c #decision = 351
109.27/109.38	c #random_decision = 0
109.27/109.38	c #conflict = 0
109.27/109.38	c #restart = 0
109.27/109.38	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
109.27/109.38	c lower bound updated to -16585711058649
109.77/109.86	c BCD2: 635154653346 <= obj <= 17220865338988
109.77/109.86	c BCD2: #cores=131, #unrelaxed=615, #relaxed=722, #hardened=0
109.77/109.86	c BCD2: #sat=1 #unsat=210 bias=210/211
109.77/109.86	c Solving starts ...
109.77/109.86	c ============================[ Search Statistics ]============================
109.77/109.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
109.77/109.86	c       |         |          |          |    Limit     GC | Var      | Constra 
109.77/109.86	c =============================================================================
109.77/109.86	c  0.0s |       0 |        0 |        0 |    26089      0 |      971 |      400
109.77/109.89	c  0.0s |       0 |      352 |        0 |    26089      0 |      971 |      400
109.77/109.89	c #cpu_time = 0.028s
109.77/109.89	c #wall_clock_time = 0.028s
109.77/109.89	c #decision = 352
109.77/109.89	c #random_decision = 0
109.77/109.89	c #conflict = 0
109.77/109.89	c #restart = 0
109.77/109.89	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
109.77/109.89	c lower bound updated to -16583149954289
110.27/110.38	c BCD2: 637715757706 <= obj <= 17220865338988
110.27/110.38	c BCD2: #cores=132, #unrelaxed=614, #relaxed=723, #hardened=0
110.27/110.38	c BCD2: #sat=1 #unsat=211 bias=211/212
110.27/110.38	c Solving starts ...
110.27/110.38	c ============================[ Search Statistics ]============================
110.27/110.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
110.27/110.38	c       |         |          |          |    Limit     GC | Var      | Constra 
110.27/110.38	c =============================================================================
110.27/110.38	c  0.0s |       0 |        0 |        0 |    26089      0 |      971 |      400
110.37/110.41	c  0.0s |       0 |      354 |        0 |    26089      0 |      971 |      400
110.37/110.41	c #cpu_time = 0.035s
110.37/110.41	c #wall_clock_time = 0.035s
110.37/110.41	c #decision = 354
110.37/110.41	c #random_decision = 0
110.37/110.41	c #conflict = 0
110.37/110.41	c #restart = 0
110.37/110.41	c BCD2: found a new core of size 2: cost of the new core is >=380890
110.37/110.41	c lower bound updated to -16583149573399
110.87/110.90	c BCD2: 637716138596 <= obj <= 17220865338988
110.87/110.90	c BCD2: #cores=133, #unrelaxed=612, #relaxed=725, #hardened=0
110.87/110.90	c BCD2: #sat=1 #unsat=212 bias=212/213
110.87/110.90	c Solving starts ...
110.87/110.90	c ============================[ Search Statistics ]============================
110.87/110.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
110.87/110.90	c       |         |          |          |    Limit     GC | Var      | Constra 
110.87/110.90	c =============================================================================
110.87/110.90	c  0.0s |       0 |        0 |        0 |    26089      0 |      971 |      400
110.87/110.93	c  0.0s |       0 |      578 |        1 |    26089      0 |      971 |      400
110.87/110.93	c #cpu_time = 0.030s
110.87/110.93	c #wall_clock_time = 0.030s
110.87/110.93	c #decision = 578
110.87/110.93	c #random_decision = 0
110.87/110.93	c #conflict = 1
110.87/110.93	c #restart = 0
110.87/110.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
110.87/110.93	c lower bound updated to -16583149568754
111.37/111.41	c BCD2: 637716143241 <= obj <= 17220865338988
111.37/111.41	c BCD2: #cores=133, #unrelaxed=611, #relaxed=726, #hardened=0
111.37/111.41	c BCD2: #sat=1 #unsat=213 bias=213/214
111.37/111.41	c Solving starts ...
111.37/111.41	c ============================[ Search Statistics ]============================
111.37/111.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
111.37/111.41	c       |         |          |          |    Limit     GC | Var      | Constra 
111.37/111.41	c =============================================================================
111.37/111.41	c  0.0s |       0 |        0 |        0 |    26089      0 |      972 |      400
111.37/111.44	c  0.0s |       0 |      354 |        0 |    26089      0 |      972 |      401
111.37/111.44	c #cpu_time = 0.027s
111.37/111.44	c #wall_clock_time = 0.027s
111.37/111.44	c #decision = 354
111.37/111.44	c #random_decision = 0
111.37/111.44	c #conflict = 0
111.37/111.44	c #restart = 0
111.37/111.44	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
111.37/111.44	c lower bound updated to -16373139011234
111.87/111.91	c BCD2: 847726700761 <= obj <= 17220865338988
111.87/111.91	c BCD2: #cores=134, #unrelaxed=610, #relaxed=727, #hardened=0
111.87/111.91	c BCD2: #sat=1 #unsat=214 bias=214/215
111.87/111.92	c Solving starts ...
111.87/111.92	c ============================[ Search Statistics ]============================
111.87/111.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
111.87/111.92	c       |         |          |          |    Limit     GC | Var      | Constra 
111.87/111.92	c =============================================================================
111.87/111.92	c  0.0s |       0 |        0 |        0 |    26089      0 |      972 |      401
111.87/111.94	c  0.0s |       0 |      355 |        0 |    26089      0 |      972 |      401
111.87/111.94	c #cpu_time = 0.028s
111.87/111.94	c #wall_clock_time = 0.028s
111.87/111.94	c #decision = 355
111.87/111.94	c #random_decision = 0
111.87/111.94	c #conflict = 0
111.87/111.94	c #restart = 0
111.87/111.94	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
111.87/111.94	c lower bound updated to -16370577906874
112.37/112.42	c BCD2: 850287805121 <= obj <= 17220865338988
112.37/112.42	c BCD2: #cores=135, #unrelaxed=609, #relaxed=728, #hardened=0
112.37/112.42	c BCD2: #sat=1 #unsat=215 bias=215/216
112.37/112.42	c Solving starts ...
112.37/112.42	c ============================[ Search Statistics ]============================
112.37/112.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
112.37/112.42	c       |         |          |          |    Limit     GC | Var      | Constra 
112.37/112.42	c =============================================================================
112.37/112.42	c  0.0s |       0 |        0 |        0 |    26089      0 |      972 |      401
112.37/112.46	c  0.0s |       0 |      357 |        0 |    26089      0 |      972 |      401
112.37/112.46	c #cpu_time = 0.034s
112.37/112.46	c #wall_clock_time = 0.034s
112.37/112.46	c #decision = 357
112.37/112.46	c #random_decision = 0
112.37/112.46	c #conflict = 0
112.37/112.46	c #restart = 0
112.37/112.46	c BCD2: found a new core of size 2: cost of the new core is >=380890
112.37/112.46	c lower bound updated to -16370577525984
112.87/112.94	c BCD2: 850288186011 <= obj <= 17220865338988
112.87/112.94	c BCD2: #cores=136, #unrelaxed=607, #relaxed=730, #hardened=0
112.87/112.94	c BCD2: #sat=1 #unsat=216 bias=216/217
112.87/112.94	c Solving starts ...
112.87/112.94	c ============================[ Search Statistics ]============================
112.87/112.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
112.87/112.94	c       |         |          |          |    Limit     GC | Var      | Constra 
112.87/112.94	c =============================================================================
112.87/112.94	c  0.0s |       0 |        0 |        0 |    26089      0 |      972 |      401
112.87/112.97	c  0.0s |       0 |      582 |        1 |    26089      0 |      972 |      401
112.87/112.97	c #cpu_time = 0.031s
112.87/112.97	c #wall_clock_time = 0.031s
112.87/112.97	c #decision = 582
112.87/112.97	c #random_decision = 0
112.87/112.97	c #conflict = 1
112.87/112.97	c #restart = 0
112.87/112.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
112.87/112.97	c lower bound updated to -16370577521339
113.38/113.44	c BCD2: 850288190656 <= obj <= 17220865338988
113.38/113.44	c BCD2: #cores=136, #unrelaxed=606, #relaxed=731, #hardened=0
113.38/113.44	c BCD2: #sat=1 #unsat=217 bias=217/218
113.38/113.44	c Solving starts ...
113.38/113.44	c ============================[ Search Statistics ]============================
113.38/113.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
113.38/113.44	c       |         |          |          |    Limit     GC | Var      | Constra 
113.38/113.44	c =============================================================================
113.38/113.44	c  0.0s |       0 |        0 |        0 |    26089      0 |      973 |      401
113.38/113.47	c  0.0s |       0 |      357 |        0 |    26089      0 |      973 |      402
113.38/113.47	c #cpu_time = 0.027s
113.38/113.47	c #wall_clock_time = 0.027s
113.38/113.47	c #decision = 357
113.38/113.47	c #random_decision = 0
113.38/113.47	c #conflict = 0
113.38/113.47	c #restart = 0
113.38/113.47	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
113.38/113.47	c lower bound updated to -16160566963819
113.87/113.95	c BCD2: 1060298748176 <= obj <= 17220865338988
113.87/113.95	c BCD2: #cores=137, #unrelaxed=605, #relaxed=732, #hardened=0
113.87/113.95	c BCD2: #sat=1 #unsat=218 bias=218/219
113.87/113.95	c Solving starts ...
113.87/113.95	c ============================[ Search Statistics ]============================
113.87/113.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
113.87/113.95	c       |         |          |          |    Limit     GC | Var      | Constra 
113.87/113.95	c =============================================================================
113.87/113.95	c  0.0s |       0 |        0 |        0 |    26089      0 |      973 |      402
113.87/113.98	c  0.0s |       0 |      358 |        0 |    26089      0 |      973 |      402
113.87/113.98	c #cpu_time = 0.028s
113.87/113.98	c #wall_clock_time = 0.028s
113.87/113.98	c #decision = 358
113.87/113.98	c #random_decision = 0
113.87/113.98	c #conflict = 0
113.87/113.98	c #restart = 0
113.87/113.98	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
113.87/113.98	c lower bound updated to -16158005859459
114.37/114.46	c BCD2: 1062859852536 <= obj <= 17220865338988
114.37/114.46	c BCD2: #cores=138, #unrelaxed=604, #relaxed=733, #hardened=0
114.37/114.46	c BCD2: #sat=1 #unsat=219 bias=219/220
114.37/114.46	c Solving starts ...
114.37/114.46	c ============================[ Search Statistics ]============================
114.37/114.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
114.37/114.46	c       |         |          |          |    Limit     GC | Var      | Constra 
114.37/114.46	c =============================================================================
114.37/114.46	c  0.0s |       0 |        0 |        0 |    26089      0 |      973 |      402
114.37/114.49	c  0.0s |       0 |      360 |        0 |    26089      0 |      973 |      402
114.37/114.49	c #cpu_time = 0.030s
114.37/114.49	c #wall_clock_time = 0.030s
114.37/114.49	c #decision = 360
114.37/114.49	c #random_decision = 0
114.37/114.49	c #conflict = 0
114.37/114.49	c #restart = 0
114.37/114.49	c BCD2: found a new core of size 2: cost of the new core is >=380890
114.37/114.49	c lower bound updated to -16158005478569
114.87/114.98	c BCD2: 1062860233426 <= obj <= 17220865338988
114.87/114.98	c BCD2: #cores=139, #unrelaxed=602, #relaxed=735, #hardened=0
114.87/114.98	c BCD2: #sat=1 #unsat=220 bias=220/221
114.87/114.98	c Solving starts ...
114.87/114.98	c ============================[ Search Statistics ]============================
114.87/114.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
114.87/114.98	c       |         |          |          |    Limit     GC | Var      | Constra 
114.87/114.98	c =============================================================================
114.87/114.98	c  0.0s |       0 |        0 |        0 |    26089      0 |      973 |      402
114.97/115.02	c  0.0s |       0 |      586 |        1 |    26089      0 |      973 |      402
114.97/115.02	c #cpu_time = 0.030s
114.97/115.02	c #wall_clock_time = 0.030s
114.97/115.02	c #decision = 586
114.97/115.02	c #random_decision = 0
114.97/115.02	c #conflict = 1
114.97/115.02	c #restart = 0
114.97/115.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
114.97/115.02	c lower bound updated to -16158005473924
115.47/115.51	c BCD2: 1062860238071 <= obj <= 17220865338988
115.47/115.51	c BCD2: #cores=139, #unrelaxed=601, #relaxed=736, #hardened=0
115.47/115.51	c BCD2: #sat=1 #unsat=221 bias=221/222
115.47/115.51	c Solving starts ...
115.47/115.51	c ============================[ Search Statistics ]============================
115.47/115.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
115.47/115.51	c       |         |          |          |    Limit     GC | Var      | Constra 
115.47/115.51	c =============================================================================
115.47/115.51	c  0.0s |       0 |        0 |        0 |    26089      0 |      974 |      402
115.47/115.54	c  0.0s |       0 |      360 |        0 |    26089      0 |      974 |      403
115.47/115.54	c #cpu_time = 0.027s
115.47/115.54	c #wall_clock_time = 0.027s
115.47/115.54	c #decision = 360
115.47/115.54	c #random_decision = 0
115.47/115.54	c #conflict = 0
115.47/115.54	c #restart = 0
115.47/115.54	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
115.47/115.54	c lower bound updated to -15947994916404
115.97/116.02	c BCD2: 1272870795591 <= obj <= 17220865338988
115.97/116.02	c BCD2: #cores=140, #unrelaxed=600, #relaxed=737, #hardened=0
115.97/116.02	c BCD2: #sat=1 #unsat=222 bias=222/223
115.97/116.02	c Solving starts ...
115.97/116.02	c ============================[ Search Statistics ]============================
115.97/116.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
115.97/116.02	c       |         |          |          |    Limit     GC | Var      | Constra 
115.97/116.02	c =============================================================================
115.97/116.03	c  0.0s |       0 |        0 |        0 |    26089      0 |      974 |      403
115.97/116.05	c  0.0s |       0 |      361 |        0 |    26089      0 |      974 |      403
115.97/116.05	c #cpu_time = 0.028s
115.97/116.05	c #wall_clock_time = 0.028s
115.97/116.05	c #decision = 361
115.97/116.05	c #random_decision = 0
115.97/116.05	c #conflict = 0
115.97/116.05	c #restart = 0
115.97/116.05	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
115.97/116.05	c lower bound updated to -15945433812044
116.47/116.54	c BCD2: 1275431899951 <= obj <= 17220865338988
116.47/116.54	c BCD2: #cores=141, #unrelaxed=599, #relaxed=738, #hardened=0
116.47/116.54	c BCD2: #sat=1 #unsat=223 bias=223/224
116.47/116.54	c Solving starts ...
116.47/116.54	c ============================[ Search Statistics ]============================
116.47/116.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
116.47/116.54	c       |         |          |          |    Limit     GC | Var      | Constra 
116.47/116.54	c =============================================================================
116.47/116.54	c  0.0s |       0 |        0 |        0 |    26089      0 |      974 |      403
116.47/116.58	c  0.0s |       0 |      363 |        0 |    26089      0 |      974 |      403
116.47/116.58	c #cpu_time = 0.034s
116.47/116.58	c #wall_clock_time = 0.034s
116.47/116.58	c #decision = 363
116.47/116.58	c #random_decision = 0
116.47/116.58	c #conflict = 0
116.47/116.58	c #restart = 0
116.47/116.58	c BCD2: found a new core of size 2: cost of the new core is >=380890
116.47/116.58	c lower bound updated to -15945433431154
116.97/117.06	c BCD2: 1275432280841 <= obj <= 17220865338988
116.97/117.06	c BCD2: #cores=142, #unrelaxed=597, #relaxed=740, #hardened=0
116.97/117.06	c BCD2: #sat=1 #unsat=224 bias=224/225
116.97/117.06	c Solving starts ...
116.97/117.06	c ============================[ Search Statistics ]============================
116.97/117.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
116.97/117.06	c       |         |          |          |    Limit     GC | Var      | Constra 
116.97/117.06	c =============================================================================
116.97/117.06	c  0.0s |       0 |        0 |        0 |    26089      0 |      974 |      403
116.97/117.10	c  0.0s |       0 |      590 |        1 |    26089      0 |      974 |      403
116.97/117.10	c #cpu_time = 0.031s
116.97/117.10	c #wall_clock_time = 0.031s
116.97/117.10	c #decision = 590
116.97/117.10	c #random_decision = 0
116.97/117.10	c #conflict = 1
116.97/117.10	c #restart = 0
116.97/117.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
116.97/117.10	c lower bound updated to -15945433426509
117.47/117.58	c BCD2: 1275432285486 <= obj <= 17220865338988
117.47/117.58	c BCD2: #cores=142, #unrelaxed=596, #relaxed=741, #hardened=0
117.47/117.58	c BCD2: #sat=1 #unsat=225 bias=225/226
117.47/117.58	c Solving starts ...
117.47/117.58	c ============================[ Search Statistics ]============================
117.47/117.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
117.47/117.58	c       |         |          |          |    Limit     GC | Var      | Constra 
117.47/117.58	c =============================================================================
117.47/117.58	c  0.0s |       0 |        0 |        0 |    26089      0 |      975 |      403
117.57/117.61	c  0.0s |       0 |      363 |        0 |    26089      0 |      975 |      404
117.57/117.61	c #cpu_time = 0.027s
117.57/117.61	c #wall_clock_time = 0.027s
117.57/117.61	c #decision = 363
117.57/117.61	c #random_decision = 0
117.57/117.61	c #conflict = 0
117.57/117.61	c #restart = 0
117.57/117.61	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
117.57/117.61	c lower bound updated to -15735422868989
117.97/118.09	c BCD2: 1485442843006 <= obj <= 17220865338988
117.97/118.09	c BCD2: #cores=143, #unrelaxed=595, #relaxed=742, #hardened=0
117.97/118.09	c BCD2: #sat=1 #unsat=226 bias=226/227
117.97/118.09	c Solving starts ...
117.97/118.09	c ============================[ Search Statistics ]============================
117.97/118.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
117.97/118.09	c       |         |          |          |    Limit     GC | Var      | Constra 
117.97/118.09	c =============================================================================
117.97/118.09	c  0.0s |       0 |        0 |        0 |    26089      0 |      975 |      404
118.07/118.12	c  0.0s |       0 |      364 |        0 |    26089      0 |      975 |      404
118.07/118.12	c #cpu_time = 0.028s
118.07/118.12	c #wall_clock_time = 0.028s
118.07/118.12	c #decision = 364
118.07/118.12	c #random_decision = 0
118.07/118.12	c #conflict = 0
118.07/118.12	c #restart = 0
118.07/118.12	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
118.07/118.12	c lower bound updated to -15732861764629
118.47/118.60	c BCD2: 1488003947366 <= obj <= 17220865338988
118.47/118.60	c BCD2: #cores=144, #unrelaxed=594, #relaxed=743, #hardened=0
118.47/118.60	c BCD2: #sat=1 #unsat=227 bias=227/228
118.57/118.60	c Solving starts ...
118.57/118.60	c ============================[ Search Statistics ]============================
118.57/118.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
118.57/118.60	c       |         |          |          |    Limit     GC | Var      | Constra 
118.57/118.60	c =============================================================================
118.57/118.60	c  0.0s |       0 |        0 |        0 |    26089      0 |      975 |      404
118.57/118.62	c  0.0s |       0 |      366 |        0 |    26089      0 |      975 |      404
118.57/118.62	c #cpu_time = 0.027s
118.57/118.62	c #wall_clock_time = 0.027s
118.57/118.62	c #decision = 366
118.57/118.62	c #random_decision = 0
118.57/118.62	c #conflict = 0
118.57/118.62	c #restart = 0
118.57/118.62	c BCD2: found a new core of size 2: cost of the new core is >=380890
118.57/118.62	c lower bound updated to -15732861383739
119.07/119.10	c BCD2: 1488004328256 <= obj <= 17220865338988
119.07/119.10	c BCD2: #cores=145, #unrelaxed=592, #relaxed=745, #hardened=0
119.07/119.10	c BCD2: #sat=1 #unsat=228 bias=228/229
119.07/119.10	c Solving starts ...
119.07/119.10	c ============================[ Search Statistics ]============================
119.07/119.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
119.07/119.10	c       |         |          |          |    Limit     GC | Var      | Constra 
119.07/119.10	c =============================================================================
119.07/119.10	c  0.0s |       0 |        0 |        0 |    26089      0 |      975 |      404
119.07/119.13	c  0.0s |       0 |      594 |        1 |    26089      0 |      975 |      404
119.07/119.13	c #cpu_time = 0.030s
119.07/119.13	c #wall_clock_time = 0.030s
119.07/119.13	c #decision = 594
119.07/119.13	c #random_decision = 0
119.07/119.13	c #conflict = 1
119.07/119.13	c #restart = 0
119.07/119.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
119.07/119.13	c lower bound updated to -15732861379094
119.57/119.61	c BCD2: 1488004332901 <= obj <= 17220865338988
119.57/119.61	c BCD2: #cores=145, #unrelaxed=591, #relaxed=746, #hardened=0
119.57/119.61	c BCD2: #sat=1 #unsat=229 bias=229/230
119.57/119.61	c Solving starts ...
119.57/119.61	c ============================[ Search Statistics ]============================
119.57/119.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
119.57/119.61	c       |         |          |          |    Limit     GC | Var      | Constra 
119.57/119.61	c =============================================================================
119.57/119.61	c  0.0s |       0 |        0 |        0 |    26089      0 |      976 |      404
119.57/119.64	c  0.0s |       0 |      366 |        0 |    26089      0 |      976 |      405
119.57/119.64	c #cpu_time = 0.027s
119.57/119.64	c #wall_clock_time = 0.027s
119.57/119.64	c #decision = 366
119.57/119.64	c #random_decision = 0
119.57/119.64	c #conflict = 0
119.57/119.64	c #restart = 0
119.57/119.64	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
119.57/119.64	c lower bound updated to -15522850821574
120.07/120.11	c BCD2: 1698014890421 <= obj <= 17220865338988
120.07/120.11	c BCD2: #cores=146, #unrelaxed=590, #relaxed=747, #hardened=0
120.07/120.11	c BCD2: #sat=1 #unsat=230 bias=230/231
120.07/120.11	c Solving starts ...
120.07/120.11	c ============================[ Search Statistics ]============================
120.07/120.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
120.07/120.11	c       |         |          |          |    Limit     GC | Var      | Constra 
120.07/120.11	c =============================================================================
120.07/120.11	c  0.0s |       0 |        0 |        0 |    26089      0 |      976 |      405
120.07/120.14	c  0.0s |       0 |      367 |        0 |    26089      0 |      976 |      405
120.07/120.14	c #cpu_time = 0.029s
120.07/120.14	c #wall_clock_time = 0.029s
120.07/120.14	c #decision = 367
120.07/120.14	c #random_decision = 0
120.07/120.14	c #conflict = 0
120.07/120.14	c #restart = 0
120.07/120.14	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
120.07/120.14	c lower bound updated to -15520289717214
120.57/120.62	c BCD2: 1700575994781 <= obj <= 17220865338988
120.57/120.62	c BCD2: #cores=147, #unrelaxed=589, #relaxed=748, #hardened=0
120.57/120.62	c BCD2: #sat=1 #unsat=231 bias=231/232
120.57/120.62	c Solving starts ...
120.57/120.62	c ============================[ Search Statistics ]============================
120.57/120.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
120.57/120.62	c       |         |          |          |    Limit     GC | Var      | Constra 
120.57/120.62	c =============================================================================
120.57/120.62	c  0.0s |       0 |        0 |        0 |    26089      0 |      976 |      405
120.57/120.65	c  0.0s |       0 |      369 |        0 |    26089      0 |      976 |      405
120.57/120.65	c #cpu_time = 0.027s
120.57/120.65	c #wall_clock_time = 0.027s
120.57/120.65	c #decision = 369
120.57/120.65	c #random_decision = 0
120.57/120.65	c #conflict = 0
120.57/120.65	c #restart = 0
120.57/120.65	c BCD2: found a new core of size 2: cost of the new core is >=380890
120.57/120.65	c lower bound updated to -15520289336324
121.07/121.13	c BCD2: 1700576375671 <= obj <= 17220865338988
121.07/121.13	c BCD2: #cores=148, #unrelaxed=587, #relaxed=750, #hardened=0
121.07/121.13	c BCD2: #sat=1 #unsat=232 bias=232/233
121.07/121.13	c Solving starts ...
121.07/121.13	c ============================[ Search Statistics ]============================
121.07/121.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
121.07/121.13	c       |         |          |          |    Limit     GC | Var      | Constra 
121.07/121.13	c =============================================================================
121.07/121.13	c  0.0s |       0 |        0 |        0 |    26089      0 |      976 |      405
121.07/121.16	c  0.0s |       0 |      598 |        1 |    26089      0 |      976 |      405
121.07/121.16	c #cpu_time = 0.033s
121.07/121.16	c #wall_clock_time = 0.033s
121.07/121.16	c #decision = 598
121.07/121.16	c #random_decision = 0
121.07/121.16	c #conflict = 1
121.07/121.16	c #restart = 0
121.07/121.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
121.07/121.16	c lower bound updated to -15520289331679
121.57/121.66	c BCD2: 1700576380316 <= obj <= 17220865338988
121.57/121.66	c BCD2: #cores=148, #unrelaxed=586, #relaxed=751, #hardened=0
121.57/121.66	c BCD2: #sat=1 #unsat=233 bias=233/234
121.57/121.66	c Solving starts ...
121.57/121.66	c ============================[ Search Statistics ]============================
121.57/121.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
121.57/121.66	c       |         |          |          |    Limit     GC | Var      | Constra 
121.57/121.66	c =============================================================================
121.57/121.66	c  0.0s |       0 |        0 |        0 |    26089      0 |      977 |      405
121.57/121.69	c  0.0s |       0 |      369 |        0 |    26089      0 |      977 |      406
121.57/121.69	c #cpu_time = 0.028s
121.57/121.69	c #wall_clock_time = 0.028s
121.57/121.69	c #decision = 369
121.57/121.69	c #random_decision = 0
121.57/121.69	c #conflict = 0
121.57/121.69	c #restart = 0
121.57/121.69	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
121.57/121.69	c lower bound updated to -15310278774159
122.07/122.18	c BCD2: 1910586937836 <= obj <= 17220865338988
122.07/122.18	c BCD2: #cores=149, #unrelaxed=585, #relaxed=752, #hardened=0
122.07/122.18	c BCD2: #sat=1 #unsat=234 bias=234/235
122.07/122.18	c Solving starts ...
122.07/122.18	c ============================[ Search Statistics ]============================
122.07/122.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
122.07/122.18	c       |         |          |          |    Limit     GC | Var      | Constra 
122.07/122.18	c =============================================================================
122.07/122.18	c  0.0s |       0 |        0 |        0 |    26089      0 |      977 |      406
122.17/122.21	c  0.0s |       0 |      370 |        0 |    26089      0 |      977 |      406
122.17/122.21	c #cpu_time = 0.028s
122.17/122.21	c #wall_clock_time = 0.028s
122.17/122.21	c #decision = 370
122.17/122.21	c #random_decision = 0
122.17/122.21	c #conflict = 0
122.17/122.21	c #restart = 0
122.17/122.21	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
122.17/122.21	c lower bound updated to -15307717669799
122.57/122.69	c BCD2: 1913148042196 <= obj <= 17220865338988
122.57/122.69	c BCD2: #cores=150, #unrelaxed=584, #relaxed=753, #hardened=0
122.57/122.69	c BCD2: #sat=1 #unsat=235 bias=235/236
122.57/122.69	c Solving starts ...
122.57/122.69	c ============================[ Search Statistics ]============================
122.57/122.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
122.57/122.69	c       |         |          |          |    Limit     GC | Var      | Constra 
122.57/122.69	c =============================================================================
122.57/122.69	c  0.0s |       0 |        0 |        0 |    26089      0 |      977 |      406
122.67/122.74	c  0.0s |       0 |      599 |        2 |    26089      0 |      977 |      406
122.67/122.74	c #cpu_time = 0.042s
122.67/122.74	c #wall_clock_time = 0.042s
122.67/122.74	c #decision = 599
122.67/122.74	c #random_decision = 0
122.67/122.74	c #conflict = 2
122.67/122.74	c #restart = 0
122.67/122.74	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=385545
122.67/122.74	c lower bound updated to -15307717669794
123.17/123.22	c BCD2: 1913148042201 <= obj <= 17220865338988
123.17/123.22	c BCD2: #cores=149, #unrelaxed=580, #relaxed=757, #hardened=0
123.17/123.22	c BCD2: #sat=1 #unsat=236 bias=236/237
123.17/123.23	c Solving starts ...
123.17/123.23	c ============================[ Search Statistics ]============================
123.17/123.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
123.17/123.23	c       |         |          |          |    Limit     GC | Var      | Constra 
123.17/123.23	c =============================================================================
123.17/123.23	c  0.0s |       0 |        0 |        0 |    26089      0 |      997 |      406
123.17/123.25	c  0.0s |       0 |      368 |        0 |    26089      0 |      997 |      444
123.17/123.25	c #cpu_time = 0.029s
123.17/123.25	c #wall_clock_time = 0.029s
123.17/123.25	c #decision = 368
123.17/123.25	c #random_decision = 0
123.17/123.25	c #conflict = 0
123.17/123.25	c #restart = 0
123.17/123.25	c BCD2: found a new core of size 2: cost of the new core is >=4645
123.17/123.25	c lower bound updated to -15307717665149
123.67/123.74	c BCD2: 1913148046846 <= obj <= 17220865338988
123.67/123.74	c BCD2: #cores=150, #unrelaxed=578, #relaxed=759, #hardened=0
123.67/123.74	c BCD2: #sat=1 #unsat=237 bias=237/238
123.67/123.74	c Solving starts ...
123.67/123.74	c ============================[ Search Statistics ]============================
123.67/123.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
123.67/123.74	c       |         |          |          |    Limit     GC | Var      | Constra 
123.67/123.74	c =============================================================================
123.67/123.74	c  0.0s |       0 |        0 |        0 |    26089      0 |      997 |      444
123.67/123.77	c  0.0s |       0 |      368 |        0 |    26089      0 |      997 |      444
123.67/123.77	c #cpu_time = 0.027s
123.67/123.77	c #wall_clock_time = 0.027s
123.67/123.77	c #decision = 368
123.67/123.77	c #random_decision = 0
123.67/123.77	c #conflict = 0
123.67/123.77	c #restart = 0
123.67/123.77	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
123.67/123.77	c lower bound updated to -15097707107629
124.17/124.25	c BCD2: 2123158604366 <= obj <= 17220865338988
124.17/124.25	c BCD2: #cores=151, #unrelaxed=577, #relaxed=760, #hardened=0
124.17/124.25	c BCD2: #sat=1 #unsat=238 bias=238/239
124.17/124.25	c Solving starts ...
124.17/124.25	c ============================[ Search Statistics ]============================
124.17/124.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
124.17/124.25	c       |         |          |          |    Limit     GC | Var      | Constra 
124.17/124.25	c =============================================================================
124.17/124.25	c  0.0s |       0 |        0 |        0 |    26089      0 |      997 |      444
124.17/124.28	c  0.0s |       0 |      369 |        0 |    26089      0 |      997 |      444
124.17/124.28	c #cpu_time = 0.028s
124.17/124.28	c #wall_clock_time = 0.028s
124.17/124.28	c #decision = 369
124.17/124.28	c #random_decision = 0
124.17/124.28	c #conflict = 0
124.17/124.28	c #restart = 0
124.17/124.28	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
124.17/124.28	c lower bound updated to -15095146003269
124.67/124.76	c BCD2: 2125719708726 <= obj <= 17220865338988
124.67/124.76	c BCD2: #cores=152, #unrelaxed=576, #relaxed=761, #hardened=0
124.67/124.76	c BCD2: #sat=1 #unsat=239 bias=239/240
124.67/124.76	c Solving starts ...
124.67/124.76	c ============================[ Search Statistics ]============================
124.67/124.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
124.67/124.76	c       |         |          |          |    Limit     GC | Var      | Constra 
124.67/124.76	c =============================================================================
124.67/124.76	c  0.0s |       0 |        0 |        0 |    26089      0 |      997 |      444
124.77/124.80	c  0.0s |       0 |      371 |        0 |    26089      0 |      997 |      444
124.77/124.80	c #cpu_time = 0.037s
124.77/124.80	c #wall_clock_time = 0.037s
124.77/124.80	c #decision = 371
124.77/124.80	c #random_decision = 0
124.77/124.80	c #conflict = 0
124.77/124.80	c #restart = 0
124.77/124.80	c BCD2: found a new core of size 2: cost of the new core is >=380890
124.77/124.80	c lower bound updated to -15095145622379
125.17/125.28	c BCD2: 2125720089616 <= obj <= 17220865338988
125.17/125.28	c BCD2: #cores=153, #unrelaxed=574, #relaxed=763, #hardened=0
125.17/125.28	c BCD2: #sat=1 #unsat=240 bias=240/241
125.17/125.28	c Solving starts ...
125.17/125.28	c ============================[ Search Statistics ]============================
125.17/125.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
125.17/125.28	c       |         |          |          |    Limit     GC | Var      | Constra 
125.17/125.28	c =============================================================================
125.17/125.28	c  0.0s |       0 |        0 |        0 |    26089      0 |      997 |      444
125.27/125.31	c  0.0s |       0 |      599 |        1 |    26089      0 |      997 |      444
125.27/125.31	c #cpu_time = 0.030s
125.27/125.31	c #wall_clock_time = 0.030s
125.27/125.31	c #decision = 599
125.27/125.31	c #random_decision = 0
125.27/125.31	c #conflict = 1
125.27/125.31	c #restart = 0
125.27/125.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
125.27/125.31	c lower bound updated to -15095145617734
125.67/125.79	c BCD2: 2125720094261 <= obj <= 17220865338988
125.67/125.79	c BCD2: #cores=153, #unrelaxed=573, #relaxed=764, #hardened=0
125.67/125.79	c BCD2: #sat=1 #unsat=241 bias=241/242
125.67/125.79	c Solving starts ...
125.67/125.79	c ============================[ Search Statistics ]============================
125.67/125.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
125.67/125.79	c       |         |          |          |    Limit     GC | Var      | Constra 
125.67/125.79	c =============================================================================
125.67/125.79	c  0.0s |       0 |        0 |        0 |    26089      0 |      998 |      444
125.77/125.82	c  0.0s |       0 |      371 |        0 |    26089      0 |      998 |      445
125.77/125.82	c #cpu_time = 0.027s
125.77/125.82	c #wall_clock_time = 0.027s
125.77/125.82	c #decision = 371
125.77/125.82	c #random_decision = 0
125.77/125.82	c #conflict = 0
125.77/125.82	c #restart = 0
125.77/125.82	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
125.77/125.82	c lower bound updated to -14885135060214
126.27/126.30	c BCD2: 2335730651781 <= obj <= 17220865338988
126.27/126.30	c BCD2: #cores=154, #unrelaxed=572, #relaxed=765, #hardened=0
126.27/126.30	c BCD2: #sat=1 #unsat=242 bias=242/243
126.27/126.30	c Solving starts ...
126.27/126.30	c ============================[ Search Statistics ]============================
126.27/126.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
126.27/126.30	c       |         |          |          |    Limit     GC | Var      | Constra 
126.27/126.30	c =============================================================================
126.27/126.30	c  0.0s |       0 |        0 |        0 |    26089      0 |      998 |      445
126.27/126.33	c  0.0s |       0 |      372 |        0 |    26089      0 |      998 |      445
126.27/126.33	c #cpu_time = 0.029s
126.27/126.33	c #wall_clock_time = 0.029s
126.27/126.33	c #decision = 372
126.27/126.33	c #random_decision = 0
126.27/126.33	c #conflict = 0
126.27/126.33	c #restart = 0
126.27/126.33	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
126.27/126.33	c lower bound updated to -14882573955854
126.77/126.80	c BCD2: 2338291756141 <= obj <= 17220865338988
126.77/126.80	c BCD2: #cores=155, #unrelaxed=571, #relaxed=766, #hardened=0
126.77/126.80	c BCD2: #sat=1 #unsat=243 bias=243/244
126.77/126.80	c Solving starts ...
126.77/126.80	c ============================[ Search Statistics ]============================
126.77/126.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
126.77/126.80	c       |         |          |          |    Limit     GC | Var      | Constra 
126.77/126.80	c =============================================================================
126.77/126.80	c  0.0s |       0 |        0 |        0 |    26089      0 |      998 |      445
126.77/126.83	c  0.0s |       0 |      437 |        1 |    26089      0 |      998 |      445
126.77/126.83	c #cpu_time = 0.028s
126.77/126.83	c #wall_clock_time = 0.028s
126.77/126.83	c #decision = 437
126.77/126.83	c #random_decision = 0
126.77/126.83	c #conflict = 1
126.77/126.83	c #restart = 0
126.77/126.83	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4650
126.77/126.83	c lower bound updated to -14882573955849
127.27/127.31	c BCD2: 2338291756146 <= obj <= 17220865338988
127.27/127.31	c BCD2: #cores=155, #unrelaxed=569, #relaxed=768, #hardened=0
127.27/127.31	c BCD2: #sat=1 #unsat=244 bias=244/245
127.27/127.31	c Solving starts ...
127.27/127.31	c ============================[ Search Statistics ]============================
127.27/127.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
127.27/127.31	c       |         |          |          |    Limit     GC | Var      | Constra 
127.27/127.31	c =============================================================================
127.27/127.31	c  0.0s |       0 |        0 |        0 |    26089      0 |     1005 |      445
127.27/127.34	c  0.0s |       0 |      373 |        0 |    26089      0 |     1005 |      458
127.27/127.34	c #cpu_time = 0.028s
127.27/127.34	c #wall_clock_time = 0.028s
127.27/127.34	c #decision = 373
127.27/127.34	c #random_decision = 0
127.27/127.34	c #conflict = 0
127.27/127.34	c #restart = 0
127.27/127.34	c BCD2: found a new core of size 2: cost of the new core is >=4645
127.27/127.34	c lower bound updated to -14882573951204
127.77/127.83	c BCD2: 2338291760791 <= obj <= 17220865338988
127.77/127.83	c BCD2: #cores=156, #unrelaxed=567, #relaxed=770, #hardened=0
127.77/127.83	c BCD2: #sat=1 #unsat=245 bias=245/246
127.77/127.83	c Solving starts ...
127.77/127.83	c ============================[ Search Statistics ]============================
127.77/127.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
127.77/127.83	c       |         |          |          |    Limit     GC | Var      | Constra 
127.77/127.83	c =============================================================================
127.77/127.83	c  0.0s |       0 |        0 |        0 |    26089      0 |     1005 |      458
127.77/127.86	c  0.0s |       0 |      373 |        0 |    26089      0 |     1005 |      458
127.77/127.86	c #cpu_time = 0.027s
127.77/127.86	c #wall_clock_time = 0.027s
127.77/127.86	c #decision = 373
127.77/127.86	c #random_decision = 0
127.77/127.86	c #conflict = 0
127.77/127.86	c #restart = 0
127.77/127.86	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
127.77/127.86	c lower bound updated to -14672563393684
128.27/128.35	c BCD2: 2548302318311 <= obj <= 17220865338988
128.27/128.35	c BCD2: #cores=157, #unrelaxed=566, #relaxed=771, #hardened=0
128.27/128.35	c BCD2: #sat=1 #unsat=246 bias=246/247
128.27/128.35	c Solving starts ...
128.27/128.35	c ============================[ Search Statistics ]============================
128.27/128.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
128.27/128.35	c       |         |          |          |    Limit     GC | Var      | Constra 
128.27/128.35	c =============================================================================
128.27/128.35	c  0.0s |       0 |        0 |        0 |    26089      0 |     1005 |      458
128.27/128.38	c  0.0s |       0 |      374 |        0 |    26089      0 |     1005 |      458
128.27/128.38	c #cpu_time = 0.029s
128.27/128.38	c #wall_clock_time = 0.029s
128.27/128.38	c #decision = 374
128.27/128.38	c #random_decision = 0
128.27/128.38	c #conflict = 0
128.27/128.38	c #restart = 0
128.27/128.38	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
128.27/128.38	c lower bound updated to -14670002289324
128.77/128.87	c BCD2: 2550863422671 <= obj <= 17220865338988
128.77/128.87	c BCD2: #cores=158, #unrelaxed=565, #relaxed=772, #hardened=0
128.77/128.87	c BCD2: #sat=1 #unsat=247 bias=247/248
128.77/128.87	c Solving starts ...
128.77/128.87	c ============================[ Search Statistics ]============================
128.77/128.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
128.77/128.87	c       |         |          |          |    Limit     GC | Var      | Constra 
128.77/128.87	c =============================================================================
128.77/128.87	c  0.0s |       0 |        0 |        0 |    26089      0 |     1005 |      458
128.87/128.91	c  0.0s |       0 |      376 |        0 |    26089      0 |     1005 |      458
128.87/128.91	c #cpu_time = 0.037s
128.87/128.91	c #wall_clock_time = 0.037s
128.87/128.91	c #decision = 376
128.87/128.91	c #random_decision = 0
128.87/128.91	c #conflict = 0
128.87/128.91	c #restart = 0
128.87/128.91	c BCD2: found a new core of size 2: cost of the new core is >=380890
128.87/128.91	c lower bound updated to -14670001908434
129.37/129.40	c BCD2: 2550863803561 <= obj <= 17220865338988
129.37/129.40	c BCD2: #cores=159, #unrelaxed=563, #relaxed=774, #hardened=0
129.37/129.40	c BCD2: #sat=1 #unsat=248 bias=248/249
129.37/129.40	c Solving starts ...
129.37/129.40	c ============================[ Search Statistics ]============================
129.37/129.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
129.37/129.40	c       |         |          |          |    Limit     GC | Var      | Constra 
129.37/129.40	c =============================================================================
129.37/129.40	c  0.0s |       0 |        0 |        0 |    26089      0 |     1005 |      458
129.37/129.43	c  0.0s |       0 |      605 |        1 |    26089      0 |     1005 |      458
129.37/129.43	c #cpu_time = 0.031s
129.37/129.43	c #wall_clock_time = 0.031s
129.37/129.43	c #decision = 605
129.37/129.43	c #random_decision = 0
129.37/129.43	c #conflict = 1
129.37/129.43	c #restart = 0
129.37/129.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
129.37/129.43	c lower bound updated to -14670001903789
129.87/129.91	c BCD2: 2550863808206 <= obj <= 17220865338988
129.87/129.91	c BCD2: #cores=159, #unrelaxed=562, #relaxed=775, #hardened=0
129.87/129.91	c BCD2: #sat=1 #unsat=249 bias=249/250
129.87/129.92	c Solving starts ...
129.87/129.92	c ============================[ Search Statistics ]============================
129.87/129.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
129.87/129.92	c       |         |          |          |    Limit     GC | Var      | Constra 
129.87/129.92	c =============================================================================
129.87/129.92	c  0.0s |       0 |        0 |        0 |    26089      0 |     1006 |      458
129.87/129.94	c  0.0s |       0 |      376 |        0 |    26089      0 |     1006 |      459
129.87/129.94	c #cpu_time = 0.027s
129.87/129.94	c #wall_clock_time = 0.027s
129.87/129.94	c #decision = 376
129.87/129.94	c #random_decision = 0
129.87/129.94	c #conflict = 0
129.87/129.94	c #restart = 0
129.87/129.94	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
129.87/129.94	c lower bound updated to -14459991346269
130.37/130.43	c BCD2: 2760874365726 <= obj <= 17220865338988
130.37/130.43	c BCD2: #cores=160, #unrelaxed=561, #relaxed=776, #hardened=0
130.37/130.43	c BCD2: #sat=1 #unsat=250 bias=250/251
130.37/130.43	c Solving starts ...
130.37/130.43	c ============================[ Search Statistics ]============================
130.37/130.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
130.37/130.43	c       |         |          |          |    Limit     GC | Var      | Constra 
130.37/130.43	c =============================================================================
130.37/130.43	c  0.0s |       0 |        0 |        0 |    26089      0 |     1006 |      459
130.37/130.46	c  0.0s |       0 |      377 |        0 |    26089      0 |     1006 |      459
130.37/130.46	c #cpu_time = 0.029s
130.37/130.46	c #wall_clock_time = 0.029s
130.37/130.46	c #decision = 377
130.37/130.46	c #random_decision = 0
130.37/130.46	c #conflict = 0
130.37/130.46	c #restart = 0
130.37/130.46	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
130.37/130.46	c lower bound updated to -14457430241909
130.87/130.93	c BCD2: 2763435470086 <= obj <= 17220865338988
130.87/130.93	c BCD2: #cores=161, #unrelaxed=560, #relaxed=777, #hardened=0
130.87/130.93	c BCD2: #sat=1 #unsat=251 bias=251/252
130.87/130.94	c Solving starts ...
130.87/130.94	c ============================[ Search Statistics ]============================
130.87/130.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
130.87/130.94	c       |         |          |          |    Limit     GC | Var      | Constra 
130.87/130.94	c =============================================================================
130.87/130.94	c  0.0s |       0 |        0 |        0 |    26089      0 |     1006 |      459
130.87/130.97	c  0.0s |       0 |      379 |        0 |    26089      0 |     1006 |      459
130.87/130.97	c #cpu_time = 0.036s
130.87/130.97	c #wall_clock_time = 0.036s
130.87/130.97	c #decision = 379
130.87/130.97	c #random_decision = 0
130.87/130.97	c #conflict = 0
130.87/130.97	c #restart = 0
130.87/130.97	c BCD2: found a new core of size 2: cost of the new core is >=380890
130.87/130.97	c lower bound updated to -14457429861019
131.37/131.45	c BCD2: 2763435850976 <= obj <= 17220865338988
131.37/131.45	c BCD2: #cores=162, #unrelaxed=558, #relaxed=779, #hardened=0
131.37/131.45	c BCD2: #sat=1 #unsat=252 bias=252/253
131.37/131.46	c Solving starts ...
131.37/131.46	c ============================[ Search Statistics ]============================
131.37/131.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
131.37/131.46	c       |         |          |          |    Limit     GC | Var      | Constra 
131.37/131.46	c =============================================================================
131.37/131.46	c  0.0s |       0 |        0 |        0 |    26089      0 |     1006 |      459
131.37/131.49	c  0.0s |       0 |      609 |        1 |    26089      0 |     1006 |      459
131.37/131.49	c #cpu_time = 0.031s
131.37/131.49	c #wall_clock_time = 0.031s
131.37/131.49	c #decision = 609
131.37/131.49	c #random_decision = 0
131.37/131.49	c #conflict = 1
131.37/131.49	c #restart = 0
131.37/131.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
131.37/131.49	c lower bound updated to -14457429856374
131.87/131.96	c BCD2: 2763435855621 <= obj <= 17220865338988
131.87/131.96	c BCD2: #cores=162, #unrelaxed=557, #relaxed=780, #hardened=0
131.87/131.96	c BCD2: #sat=1 #unsat=253 bias=253/254
131.87/131.97	c Solving starts ...
131.87/131.97	c ============================[ Search Statistics ]============================
131.87/131.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
131.87/131.97	c       |         |          |          |    Limit     GC | Var      | Constra 
131.87/131.97	c =============================================================================
131.87/131.97	c  0.0s |       0 |        0 |        0 |    26089      0 |     1007 |      459
131.87/131.99	c  0.0s |       0 |      379 |        0 |    26089      0 |     1007 |      460
131.87/131.99	c #cpu_time = 0.027s
131.87/131.99	c #wall_clock_time = 0.027s
131.87/131.99	c #decision = 379
131.87/131.99	c #random_decision = 0
131.87/131.99	c #conflict = 0
131.87/131.99	c #restart = 0
131.87/131.99	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
131.87/131.99	c lower bound updated to -14247419298854
132.36/132.47	c BCD2: 2973446413141 <= obj <= 17220865338988
132.36/132.47	c BCD2: #cores=163, #unrelaxed=556, #relaxed=781, #hardened=0
132.36/132.47	c BCD2: #sat=1 #unsat=254 bias=254/255
132.36/132.47	c Solving starts ...
132.36/132.47	c ============================[ Search Statistics ]============================
132.36/132.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
132.36/132.47	c       |         |          |          |    Limit     GC | Var      | Constra 
132.36/132.47	c =============================================================================
132.36/132.47	c  0.0s |       0 |        0 |        0 |    26089      0 |     1007 |      460
132.46/132.50	c  0.0s |       0 |      380 |        0 |    26089      0 |     1007 |      460
132.46/132.50	c #cpu_time = 0.029s
132.46/132.50	c #wall_clock_time = 0.029s
132.46/132.50	c #decision = 380
132.46/132.50	c #random_decision = 0
132.46/132.50	c #conflict = 0
132.46/132.50	c #restart = 0
132.46/132.50	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
132.46/132.50	c lower bound updated to -14244858194494
132.86/132.97	c BCD2: 2976007517501 <= obj <= 17220865338988
132.86/132.97	c BCD2: #cores=164, #unrelaxed=555, #relaxed=782, #hardened=0
132.86/132.97	c BCD2: #sat=1 #unsat=255 bias=255/256
132.86/132.98	c Solving starts ...
132.86/132.98	c ============================[ Search Statistics ]============================
132.86/132.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
132.86/132.98	c       |         |          |          |    Limit     GC | Var      | Constra 
132.86/132.98	c =============================================================================
132.86/132.98	c  0.0s |       0 |        0 |        0 |    26089      0 |     1007 |      460
132.96/133.01	c  0.0s |       0 |      382 |        0 |    26089      0 |     1007 |      460
132.96/133.01	c #cpu_time = 0.036s
132.96/133.01	c #wall_clock_time = 0.036s
132.96/133.01	c #decision = 382
132.96/133.01	c #random_decision = 0
132.96/133.01	c #conflict = 0
132.96/133.01	c #restart = 0
132.96/133.01	c BCD2: found a new core of size 2: cost of the new core is >=380890
132.96/133.01	c lower bound updated to -14244857813604
133.36/133.49	c BCD2: 2976007898391 <= obj <= 17220865338988
133.36/133.49	c BCD2: #cores=165, #unrelaxed=553, #relaxed=784, #hardened=0
133.36/133.49	c BCD2: #sat=1 #unsat=256 bias=256/257
133.36/133.49	c Solving starts ...
133.36/133.49	c ============================[ Search Statistics ]============================
133.36/133.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
133.36/133.49	c       |         |          |          |    Limit     GC | Var      | Constra 
133.36/133.49	c =============================================================================
133.36/133.49	c  0.0s |       0 |        0 |        0 |    26089      0 |     1007 |      460
133.46/133.53	c  0.0s |       0 |      613 |        1 |    26089      0 |     1007 |      460
133.46/133.53	c #cpu_time = 0.031s
133.46/133.53	c #wall_clock_time = 0.031s
133.46/133.53	c #decision = 613
133.46/133.53	c #random_decision = 0
133.46/133.53	c #conflict = 1
133.46/133.53	c #restart = 0
133.46/133.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
133.46/133.53	c lower bound updated to -14244857808959
133.96/134.02	c BCD2: 2976007903036 <= obj <= 17220865338988
133.96/134.02	c BCD2: #cores=165, #unrelaxed=552, #relaxed=785, #hardened=0
133.96/134.02	c BCD2: #sat=1 #unsat=257 bias=257/258
133.96/134.02	c Solving starts ...
133.96/134.02	c ============================[ Search Statistics ]============================
133.96/134.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
133.96/134.02	c       |         |          |          |    Limit     GC | Var      | Constra 
133.96/134.02	c =============================================================================
133.96/134.02	c  0.0s |       0 |        0 |        0 |    26089      0 |     1008 |      460
133.96/134.05	c  0.0s |       0 |      382 |        0 |    26089      0 |     1008 |      461
133.96/134.05	c #cpu_time = 0.028s
133.96/134.05	c #wall_clock_time = 0.028s
133.96/134.05	c #decision = 382
133.96/134.05	c #random_decision = 0
133.96/134.05	c #conflict = 0
133.96/134.05	c #restart = 0
133.96/134.05	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
133.96/134.05	c lower bound updated to -14034847251439
134.46/134.54	c BCD2: 3186018460556 <= obj <= 17220865338988
134.46/134.54	c BCD2: #cores=166, #unrelaxed=551, #relaxed=786, #hardened=0
134.46/134.54	c BCD2: #sat=1 #unsat=258 bias=258/259
134.46/134.54	c Solving starts ...
134.46/134.54	c ============================[ Search Statistics ]============================
134.46/134.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
134.46/134.54	c       |         |          |          |    Limit     GC | Var      | Constra 
134.46/134.54	c =============================================================================
134.46/134.54	c  0.0s |       0 |        0 |        0 |    26089      0 |     1008 |      461
134.46/134.57	c  0.0s |       0 |      383 |        0 |    26089      0 |     1008 |      461
134.46/134.57	c #cpu_time = 0.029s
134.46/134.57	c #wall_clock_time = 0.029s
134.46/134.57	c #decision = 383
134.46/134.57	c #random_decision = 0
134.46/134.57	c #conflict = 0
134.46/134.57	c #restart = 0
134.46/134.57	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
134.46/134.57	c lower bound updated to -14032286147079
134.96/135.06	c BCD2: 3188579564916 <= obj <= 17220865338988
134.96/135.06	c BCD2: #cores=167, #unrelaxed=550, #relaxed=787, #hardened=0
134.96/135.06	c BCD2: #sat=1 #unsat=259 bias=259/260
134.96/135.06	c Solving starts ...
134.96/135.06	c ============================[ Search Statistics ]============================
134.96/135.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
134.96/135.06	c       |         |          |          |    Limit     GC | Var      | Constra 
134.96/135.06	c =============================================================================
134.96/135.06	c  0.0s |       0 |        0 |        0 |    26089      0 |     1008 |      461
135.06/135.11	c  0.0s |       0 |      385 |        0 |    26089      0 |     1008 |      461
135.06/135.11	c #cpu_time = 0.038s
135.06/135.11	c #wall_clock_time = 0.038s
135.06/135.11	c #decision = 385
135.06/135.11	c #random_decision = 0
135.06/135.11	c #conflict = 0
135.06/135.11	c #restart = 0
135.06/135.11	c BCD2: found a new core of size 2: cost of the new core is >=380890
135.06/135.11	c lower bound updated to -14032285766189
135.46/135.59	c BCD2: 3188579945806 <= obj <= 17220865338988
135.46/135.59	c BCD2: #cores=168, #unrelaxed=548, #relaxed=789, #hardened=0
135.46/135.59	c BCD2: #sat=1 #unsat=260 bias=260/261
135.46/135.59	c Solving starts ...
135.46/135.59	c ============================[ Search Statistics ]============================
135.46/135.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
135.46/135.59	c       |         |          |          |    Limit     GC | Var      | Constra 
135.46/135.59	c =============================================================================
135.46/135.59	c  0.0s |       0 |        0 |        0 |    26089      0 |     1008 |      461
135.56/135.63	c  0.0s |       0 |      617 |        1 |    26089      0 |     1008 |      461
135.56/135.63	c #cpu_time = 0.032s
135.56/135.63	c #wall_clock_time = 0.032s
135.56/135.63	c #decision = 617
135.56/135.63	c #random_decision = 0
135.56/135.63	c #conflict = 1
135.56/135.63	c #restart = 0
135.56/135.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
135.56/135.63	c lower bound updated to -14032285761544
136.06/136.11	c BCD2: 3188579950451 <= obj <= 17220865338988
136.06/136.11	c BCD2: #cores=168, #unrelaxed=547, #relaxed=790, #hardened=0
136.06/136.11	c BCD2: #sat=1 #unsat=261 bias=261/262
136.06/136.11	c Solving starts ...
136.06/136.11	c ============================[ Search Statistics ]============================
136.06/136.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
136.06/136.11	c       |         |          |          |    Limit     GC | Var      | Constra 
136.06/136.11	c =============================================================================
136.06/136.11	c  0.0s |       0 |        0 |        0 |    26089      0 |     1009 |      461
136.06/136.14	c  0.0s |       0 |      385 |        0 |    26089      0 |     1009 |      462
136.06/136.14	c #cpu_time = 0.028s
136.06/136.14	c #wall_clock_time = 0.028s
136.06/136.14	c #decision = 385
136.06/136.14	c #random_decision = 0
136.06/136.14	c #conflict = 0
136.06/136.14	c #restart = 0
136.06/136.14	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
136.06/136.14	c lower bound updated to -13822275204024
136.56/136.62	c BCD2: 3398590507971 <= obj <= 17220865338988
136.56/136.62	c BCD2: #cores=169, #unrelaxed=546, #relaxed=791, #hardened=0
136.56/136.62	c BCD2: #sat=1 #unsat=262 bias=262/263
136.56/136.62	c Solving starts ...
136.56/136.62	c ============================[ Search Statistics ]============================
136.56/136.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
136.56/136.62	c       |         |          |          |    Limit     GC | Var      | Constra 
136.56/136.62	c =============================================================================
136.56/136.62	c  0.0s |       0 |        0 |        0 |    26089      0 |     1009 |      462
136.56/136.65	c  0.0s |       0 |      386 |        0 |    26089      0 |     1009 |      462
136.56/136.65	c #cpu_time = 0.029s
136.56/136.65	c #wall_clock_time = 0.029s
136.56/136.65	c #decision = 386
136.56/136.65	c #random_decision = 0
136.56/136.65	c #conflict = 0
136.56/136.65	c #restart = 0
136.56/136.65	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
136.56/136.65	c lower bound updated to -13819714099664
137.06/137.13	c BCD2: 3401151612331 <= obj <= 17220865338988
137.06/137.13	c BCD2: #cores=170, #unrelaxed=545, #relaxed=792, #hardened=0
137.06/137.13	c BCD2: #sat=1 #unsat=263 bias=263/264
137.06/137.13	c Solving starts ...
137.06/137.13	c ============================[ Search Statistics ]============================
137.06/137.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
137.06/137.13	c       |         |          |          |    Limit     GC | Var      | Constra 
137.06/137.13	c =============================================================================
137.06/137.13	c  0.0s |       0 |        0 |        0 |    26089      0 |     1009 |      462
137.06/137.16	c  0.0s |       0 |      388 |        0 |    26089      0 |     1009 |      462
137.06/137.16	c #cpu_time = 0.028s
137.06/137.16	c #wall_clock_time = 0.028s
137.06/137.16	c #decision = 388
137.06/137.16	c #random_decision = 0
137.06/137.16	c #conflict = 0
137.06/137.16	c #restart = 0
137.06/137.16	c BCD2: found a new core of size 2: cost of the new core is >=380890
137.06/137.16	c lower bound updated to -13819713718774
137.57/137.64	c BCD2: 3401151993221 <= obj <= 17220865338988
137.57/137.64	c BCD2: #cores=171, #unrelaxed=543, #relaxed=794, #hardened=0
137.57/137.64	c BCD2: #sat=1 #unsat=264 bias=264/265
137.57/137.64	c Solving starts ...
137.57/137.64	c ============================[ Search Statistics ]============================
137.57/137.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
137.57/137.64	c       |         |          |          |    Limit     GC | Var      | Constra 
137.57/137.64	c =============================================================================
137.57/137.64	c  0.0s |       0 |        0 |        0 |    26089      0 |     1009 |      462
137.57/137.67	c  0.0s |       0 |      621 |        1 |    26089      0 |     1009 |      462
137.57/137.67	c #cpu_time = 0.031s
137.57/137.67	c #wall_clock_time = 0.031s
137.57/137.67	c #decision = 621
137.57/137.67	c #random_decision = 0
137.57/137.67	c #conflict = 1
137.57/137.67	c #restart = 0
137.57/137.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
137.57/137.67	c lower bound updated to -13819713714129
138.06/138.15	c BCD2: 3401151997866 <= obj <= 17220865338988
138.06/138.15	c BCD2: #cores=171, #unrelaxed=542, #relaxed=795, #hardened=0
138.06/138.15	c BCD2: #sat=1 #unsat=265 bias=265/266
138.06/138.15	c Solving starts ...
138.06/138.15	c ============================[ Search Statistics ]============================
138.06/138.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
138.06/138.15	c       |         |          |          |    Limit     GC | Var      | Constra 
138.06/138.15	c =============================================================================
138.06/138.15	c  0.0s |       0 |        0 |        0 |    26089      0 |     1010 |      462
138.06/138.18	c  0.0s |       0 |      388 |        0 |    26089      0 |     1010 |      463
138.06/138.18	c #cpu_time = 0.028s
138.06/138.18	c #wall_clock_time = 0.028s
138.06/138.18	c #decision = 388
138.06/138.18	c #random_decision = 0
138.06/138.18	c #conflict = 0
138.06/138.18	c #restart = 0
138.06/138.18	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
138.06/138.18	c lower bound updated to -13609703156609
138.57/138.65	c BCD2: 3611162555386 <= obj <= 17220865338988
138.57/138.65	c BCD2: #cores=172, #unrelaxed=541, #relaxed=796, #hardened=0
138.57/138.65	c BCD2: #sat=1 #unsat=266 bias=266/267
138.57/138.65	c Solving starts ...
138.57/138.65	c ============================[ Search Statistics ]============================
138.57/138.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
138.57/138.65	c       |         |          |          |    Limit     GC | Var      | Constra 
138.57/138.65	c =============================================================================
138.57/138.65	c  0.0s |       0 |        0 |        0 |    26089      0 |     1010 |      463
138.57/138.68	c  0.0s |       0 |      389 |        0 |    26089      0 |     1010 |      463
138.57/138.68	c #cpu_time = 0.029s
138.57/138.68	c #wall_clock_time = 0.029s
138.57/138.68	c #decision = 389
138.57/138.68	c #random_decision = 0
138.57/138.68	c #conflict = 0
138.57/138.68	c #restart = 0
138.57/138.68	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
138.57/138.68	c lower bound updated to -13607142052249
139.06/139.16	c BCD2: 3613723659746 <= obj <= 17220865338988
139.06/139.16	c BCD2: #cores=173, #unrelaxed=540, #relaxed=797, #hardened=0
139.06/139.16	c BCD2: #sat=1 #unsat=267 bias=267/268
139.06/139.16	c Solving starts ...
139.06/139.16	c ============================[ Search Statistics ]============================
139.06/139.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
139.06/139.16	c       |         |          |          |    Limit     GC | Var      | Constra 
139.06/139.16	c =============================================================================
139.06/139.16	c  0.0s |       0 |        0 |        0 |    26089      0 |     1010 |      463
139.06/139.19	c  0.0s |       0 |      609 |        1 |    26089      0 |     1010 |      463
139.06/139.19	c #cpu_time = 0.030s
139.06/139.19	c #wall_clock_time = 0.030s
139.06/139.19	c #decision = 609
139.06/139.19	c #random_decision = 0
139.06/139.19	c #conflict = 1
139.06/139.19	c #restart = 0
139.06/139.19	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=385545
139.06/139.19	c lower bound updated to -13607142052244
139.56/139.68	c BCD2: 3613723659751 <= obj <= 17220865338988
139.56/139.68	c BCD2: #cores=172, #unrelaxed=536, #relaxed=801, #hardened=0
139.56/139.68	c BCD2: #sat=1 #unsat=268 bias=268/269
139.56/139.68	c Solving starts ...
139.56/139.68	c ============================[ Search Statistics ]============================
139.56/139.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
139.56/139.68	c       |         |          |          |    Limit     GC | Var      | Constra 
139.56/139.68	c =============================================================================
139.56/139.68	c  0.0s |       0 |        0 |        0 |    26089      0 |     1070 |      463
139.67/139.71	c  0.0s |       0 |      387 |        0 |    26089      0 |     1070 |      581
139.67/139.71	c #cpu_time = 0.030s
139.67/139.71	c #wall_clock_time = 0.030s
139.67/139.71	c #decision = 387
139.67/139.71	c #random_decision = 0
139.67/139.71	c #conflict = 0
139.67/139.71	c #restart = 0
139.67/139.71	c BCD2: found a new core of size 2: cost of the new core is >=4645
139.67/139.71	c lower bound updated to -13607142047599
140.16/140.20	c BCD2: 3613723664396 <= obj <= 17220865338988
140.16/140.20	c BCD2: #cores=173, #unrelaxed=534, #relaxed=803, #hardened=0
140.16/140.20	c BCD2: #sat=1 #unsat=269 bias=269/270
140.16/140.20	c Solving starts ...
140.16/140.20	c ============================[ Search Statistics ]============================
140.16/140.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
140.16/140.20	c       |         |          |          |    Limit     GC | Var      | Constra 
140.16/140.20	c =============================================================================
140.16/140.20	c  0.0s |       0 |        0 |        0 |    26089      0 |     1070 |      581
140.16/140.23	c  0.0s |       0 |      387 |        0 |    26089      0 |     1070 |      581
140.16/140.23	c #cpu_time = 0.028s
140.16/140.23	c #wall_clock_time = 0.028s
140.16/140.23	c #decision = 387
140.16/140.23	c #random_decision = 0
140.16/140.23	c #conflict = 0
140.16/140.23	c #restart = 0
140.16/140.23	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
140.16/140.23	c lower bound updated to -13397131490079
140.66/140.72	c BCD2: 3823734221916 <= obj <= 17220865338988
140.66/140.72	c BCD2: #cores=174, #unrelaxed=533, #relaxed=804, #hardened=0
140.66/140.72	c BCD2: #sat=1 #unsat=270 bias=270/271
140.66/140.72	c Solving starts ...
140.66/140.72	c ============================[ Search Statistics ]============================
140.66/140.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
140.66/140.72	c       |         |          |          |    Limit     GC | Var      | Constra 
140.66/140.72	c =============================================================================
140.66/140.72	c  0.0s |       0 |        0 |        0 |    26089      0 |     1070 |      581
140.66/140.75	c  0.0s |       0 |      388 |        0 |    26089      0 |     1070 |      581
140.66/140.75	c #cpu_time = 0.029s
140.66/140.75	c #wall_clock_time = 0.029s
140.66/140.75	c #decision = 388
140.66/140.75	c #random_decision = 0
140.66/140.75	c #conflict = 0
140.66/140.75	c #restart = 0
140.66/140.75	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
140.66/140.75	c lower bound updated to -13394570385719
141.16/141.24	c BCD2: 3826295326276 <= obj <= 17220865338988
141.16/141.24	c BCD2: #cores=175, #unrelaxed=532, #relaxed=805, #hardened=0
141.16/141.24	c BCD2: #sat=1 #unsat=271 bias=271/272
141.16/141.24	c Solving starts ...
141.16/141.24	c ============================[ Search Statistics ]============================
141.16/141.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
141.16/141.24	c       |         |          |          |    Limit     GC | Var      | Constra 
141.16/141.24	c =============================================================================
141.16/141.24	c  0.0s |       0 |        0 |        0 |    26089      0 |     1070 |      581
141.16/141.28	c  0.0s |       0 |      619 |        2 |    26089      0 |     1070 |      581
141.16/141.28	c #cpu_time = 0.043s
141.16/141.28	c #wall_clock_time = 0.043s
141.16/141.28	c #decision = 619
141.16/141.28	c #random_decision = 0
141.16/141.28	c #conflict = 2
141.16/141.28	c #restart = 0
141.16/141.28	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=385545
141.16/141.28	c lower bound updated to -13394570385714
141.66/141.77	c BCD2: 3826295326281 <= obj <= 17220865338988
141.66/141.77	c BCD2: #cores=174, #unrelaxed=528, #relaxed=809, #hardened=0
141.66/141.77	c BCD2: #sat=1 #unsat=272 bias=272/273
141.66/141.77	c Solving starts ...
141.66/141.77	c ============================[ Search Statistics ]============================
141.66/141.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
141.66/141.77	c       |         |          |          |    Limit     GC | Var      | Constra 
141.66/141.77	c =============================================================================
141.66/141.77	c  0.0s |       0 |        0 |        0 |    26089      0 |     1082 |      581
141.76/141.80	c  0.0s |       0 |      386 |        0 |    26089      0 |     1082 |      603
141.76/141.80	c #cpu_time = 0.029s
141.76/141.80	c #wall_clock_time = 0.029s
141.76/141.80	c #decision = 386
141.76/141.80	c #random_decision = 0
141.76/141.80	c #conflict = 0
141.76/141.80	c #restart = 0
141.76/141.80	c BCD2: found a new core of size 2: cost of the new core is >=4645
141.76/141.80	c lower bound updated to -13394570381069
142.16/142.28	c BCD2: 3826295330926 <= obj <= 17220865338988
142.16/142.28	c BCD2: #cores=175, #unrelaxed=526, #relaxed=811, #hardened=0
142.16/142.28	c BCD2: #sat=1 #unsat=273 bias=273/274
142.16/142.28	c Solving starts ...
142.16/142.28	c ============================[ Search Statistics ]============================
142.16/142.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
142.16/142.28	c       |         |          |          |    Limit     GC | Var      | Constra 
142.16/142.28	c =============================================================================
142.16/142.28	c  0.0s |       0 |        0 |        0 |    26089      0 |     1082 |      603
142.26/142.31	c  0.0s |       0 |      386 |        0 |    26089      0 |     1082 |      603
142.26/142.31	c #cpu_time = 0.028s
142.26/142.31	c #wall_clock_time = 0.028s
142.26/142.31	c #decision = 386
142.26/142.31	c #random_decision = 0
142.26/142.31	c #conflict = 0
142.26/142.31	c #restart = 0
142.26/142.31	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
142.26/142.31	c lower bound updated to -13184559823549
142.66/142.79	c BCD2: 4036305888446 <= obj <= 17220865338988
142.66/142.79	c BCD2: #cores=176, #unrelaxed=525, #relaxed=812, #hardened=0
142.66/142.80	c BCD2: #sat=1 #unsat=274 bias=274/275
142.66/142.80	c Solving starts ...
142.66/142.80	c ============================[ Search Statistics ]============================
142.66/142.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
142.66/142.80	c       |         |          |          |    Limit     GC | Var      | Constra 
142.66/142.80	c =============================================================================
142.66/142.80	c  0.0s |       0 |        0 |        0 |    26089      0 |     1082 |      603
142.76/142.82	c  0.0s |       0 |      387 |        0 |    26089      0 |     1082 |      603
142.76/142.82	c #cpu_time = 0.029s
142.76/142.82	c #wall_clock_time = 0.029s
142.76/142.82	c #decision = 387
142.76/142.82	c #random_decision = 0
142.76/142.82	c #conflict = 0
142.76/142.82	c #restart = 0
142.76/142.82	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
142.76/142.82	c lower bound updated to -13181998719189
143.26/143.30	c BCD2: 4038866992806 <= obj <= 17220865338988
143.26/143.30	c BCD2: #cores=177, #unrelaxed=524, #relaxed=813, #hardened=0
143.26/143.30	c BCD2: #sat=1 #unsat=275 bias=275/276
143.26/143.30	c Solving starts ...
143.26/143.30	c ============================[ Search Statistics ]============================
143.26/143.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
143.26/143.30	c       |         |          |          |    Limit     GC | Var      | Constra 
143.26/143.30	c =============================================================================
143.26/143.30	c  0.0s |       0 |        0 |        0 |    26089      0 |     1082 |      603
143.26/143.33	c  0.0s |       0 |      389 |        0 |    26089      0 |     1082 |      603
143.26/143.33	c #cpu_time = 0.028s
143.26/143.33	c #wall_clock_time = 0.028s
143.26/143.33	c #decision = 389
143.26/143.33	c #random_decision = 0
143.26/143.33	c #conflict = 0
143.26/143.33	c #restart = 0
143.26/143.33	c BCD2: found a new core of size 2: cost of the new core is >=380890
143.26/143.33	c lower bound updated to -13181998338299
143.76/143.81	c BCD2: 4038867373696 <= obj <= 17220865338988
143.76/143.81	c BCD2: #cores=178, #unrelaxed=522, #relaxed=815, #hardened=0
143.76/143.81	c BCD2: #sat=1 #unsat=276 bias=276/277
143.76/143.81	c Solving starts ...
143.76/143.81	c ============================[ Search Statistics ]============================
143.76/143.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
143.76/143.81	c       |         |          |          |    Limit     GC | Var      | Constra 
143.76/143.81	c =============================================================================
143.76/143.81	c  0.0s |       0 |        0 |        0 |    26089      0 |     1082 |      603
143.76/143.84	c  0.0s |       0 |      619 |        1 |    26089      0 |     1082 |      603
143.76/143.84	c #cpu_time = 0.031s
143.76/143.84	c #wall_clock_time = 0.031s
143.76/143.84	c #decision = 619
143.76/143.84	c #random_decision = 0
143.76/143.84	c #conflict = 1
143.76/143.84	c #restart = 0
143.76/143.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
143.76/143.84	c lower bound updated to -13181998333654
144.26/144.32	c BCD2: 4038867378341 <= obj <= 17220865338988
144.26/144.32	c BCD2: #cores=178, #unrelaxed=521, #relaxed=816, #hardened=0
144.26/144.32	c BCD2: #sat=1 #unsat=277 bias=277/278
144.26/144.32	c Solving starts ...
144.26/144.32	c ============================[ Search Statistics ]============================
144.26/144.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
144.26/144.32	c       |         |          |          |    Limit     GC | Var      | Constra 
144.26/144.32	c =============================================================================
144.26/144.32	c  0.0s |       0 |        0 |        0 |    26089      0 |     1083 |      603
144.26/144.35	c  0.0s |       0 |      389 |        0 |    26089      0 |     1083 |      604
144.26/144.35	c #cpu_time = 0.028s
144.26/144.35	c #wall_clock_time = 0.028s
144.26/144.35	c #decision = 389
144.26/144.35	c #random_decision = 0
144.26/144.35	c #conflict = 0
144.26/144.35	c #restart = 0
144.26/144.35	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
144.26/144.35	c lower bound updated to -12971987776134
144.76/144.83	c BCD2: 4248877935861 <= obj <= 17220865338988
144.76/144.83	c BCD2: #cores=179, #unrelaxed=520, #relaxed=817, #hardened=0
144.76/144.83	c BCD2: #sat=1 #unsat=278 bias=278/279
144.76/144.83	c Solving starts ...
144.76/144.83	c ============================[ Search Statistics ]============================
144.76/144.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
144.76/144.83	c       |         |          |          |    Limit     GC | Var      | Constra 
144.76/144.83	c =============================================================================
144.76/144.83	c  0.0s |       0 |        0 |        0 |    26089      0 |     1083 |      604
144.76/144.86	c  0.0s |       0 |      390 |        0 |    26089      0 |     1083 |      604
144.76/144.86	c #cpu_time = 0.030s
144.76/144.86	c #wall_clock_time = 0.030s
144.76/144.86	c #decision = 390
144.76/144.86	c #random_decision = 0
144.76/144.86	c #conflict = 0
144.76/144.86	c #restart = 0
144.76/144.86	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
144.76/144.86	c lower bound updated to -12969426671774
145.27/145.34	c BCD2: 4251439040221 <= obj <= 17220865338988
145.27/145.34	c BCD2: #cores=180, #unrelaxed=519, #relaxed=818, #hardened=0
145.27/145.34	c BCD2: #sat=1 #unsat=279 bias=279/280
145.27/145.34	c Solving starts ...
145.27/145.34	c ============================[ Search Statistics ]============================
145.27/145.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
145.27/145.34	c       |         |          |          |    Limit     GC | Var      | Constra 
145.27/145.34	c =============================================================================
145.27/145.34	c  0.0s |       0 |        0 |        0 |    26089      0 |     1083 |      604
145.27/145.37	c  0.0s |       0 |      392 |        0 |    26089      0 |     1083 |      604
145.27/145.37	c #cpu_time = 0.029s
145.27/145.37	c #wall_clock_time = 0.029s
145.27/145.37	c #decision = 392
145.27/145.37	c #random_decision = 0
145.27/145.37	c #conflict = 0
145.27/145.37	c #restart = 0
145.27/145.37	c BCD2: found a new core of size 2: cost of the new core is >=380890
145.27/145.37	c lower bound updated to -12969426290884
145.76/145.87	c BCD2: 4251439421111 <= obj <= 17220865338988
145.76/145.87	c BCD2: #cores=181, #unrelaxed=517, #relaxed=820, #hardened=0
145.76/145.87	c BCD2: #sat=1 #unsat=280 bias=280/281
145.76/145.87	c Solving starts ...
145.76/145.87	c ============================[ Search Statistics ]============================
145.76/145.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
145.76/145.87	c       |         |          |          |    Limit     GC | Var      | Constra 
145.76/145.87	c =============================================================================
145.76/145.87	c  0.0s |       0 |        0 |        0 |    26089      0 |     1083 |      604
145.86/145.90	c  0.0s |       0 |      623 |        1 |    26089      0 |     1083 |      604
145.86/145.90	c #cpu_time = 0.032s
145.86/145.90	c #wall_clock_time = 0.032s
145.86/145.90	c #decision = 623
145.86/145.90	c #random_decision = 0
145.86/145.90	c #conflict = 1
145.86/145.90	c #restart = 0
145.86/145.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
145.86/145.90	c lower bound updated to -12969426286239
146.27/146.39	c BCD2: 4251439425756 <= obj <= 17220865338988
146.27/146.39	c BCD2: #cores=181, #unrelaxed=516, #relaxed=821, #hardened=0
146.27/146.39	c BCD2: #sat=1 #unsat=281 bias=281/282
146.27/146.39	c Solving starts ...
146.27/146.39	c ============================[ Search Statistics ]============================
146.27/146.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
146.27/146.39	c       |         |          |          |    Limit     GC | Var      | Constra 
146.27/146.39	c =============================================================================
146.27/146.39	c  0.0s |       0 |        0 |        0 |    26089      0 |     1084 |      604
146.37/146.42	c  0.0s |       0 |      392 |        0 |    26089      0 |     1084 |      605
146.37/146.42	c #cpu_time = 0.028s
146.37/146.42	c #wall_clock_time = 0.028s
146.37/146.42	c #decision = 392
146.37/146.42	c #random_decision = 0
146.37/146.42	c #conflict = 0
146.37/146.42	c #restart = 0
146.37/146.42	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
146.37/146.42	c lower bound updated to -12759415728719
146.86/146.90	c BCD2: 4461449983276 <= obj <= 17220865338988
146.86/146.90	c BCD2: #cores=182, #unrelaxed=515, #relaxed=822, #hardened=0
146.86/146.90	c BCD2: #sat=1 #unsat=282 bias=282/283
146.86/146.91	c Solving starts ...
146.86/146.91	c ============================[ Search Statistics ]============================
146.86/146.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
146.86/146.91	c       |         |          |          |    Limit     GC | Var      | Constra 
146.86/146.91	c =============================================================================
146.86/146.91	c  0.0s |       0 |        0 |        0 |    26089      0 |     1084 |      605
146.86/146.94	c  0.0s |       0 |      393 |        0 |    26089      0 |     1084 |      605
146.86/146.94	c #cpu_time = 0.030s
146.86/146.94	c #wall_clock_time = 0.030s
146.86/146.94	c #decision = 393
146.86/146.94	c #random_decision = 0
146.86/146.94	c #conflict = 0
146.86/146.94	c #restart = 0
146.86/146.94	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
146.86/146.94	c lower bound updated to -12756854624359
147.37/147.42	c BCD2: 4464011087636 <= obj <= 17220865338988
147.37/147.42	c BCD2: #cores=183, #unrelaxed=514, #relaxed=823, #hardened=0
147.37/147.42	c BCD2: #sat=1 #unsat=283 bias=283/284
147.37/147.42	c Solving starts ...
147.37/147.42	c ============================[ Search Statistics ]============================
147.37/147.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
147.37/147.42	c       |         |          |          |    Limit     GC | Var      | Constra 
147.37/147.42	c =============================================================================
147.37/147.42	c  0.0s |       0 |        0 |        0 |    26089      0 |     1084 |      605
147.37/147.45	c  0.0s |       0 |      395 |        0 |    26089      0 |     1084 |      605
147.37/147.45	c #cpu_time = 0.028s
147.37/147.45	c #wall_clock_time = 0.028s
147.37/147.45	c #decision = 395
147.37/147.45	c #random_decision = 0
147.37/147.45	c #conflict = 0
147.37/147.45	c #restart = 0
147.37/147.45	c BCD2: found a new core of size 2: cost of the new core is >=380890
147.37/147.45	c lower bound updated to -12756854243469
147.86/147.93	c BCD2: 4464011468526 <= obj <= 17220865338988
147.86/147.93	c BCD2: #cores=184, #unrelaxed=512, #relaxed=825, #hardened=0
147.86/147.93	c BCD2: #sat=1 #unsat=284 bias=284/285
147.86/147.93	c Solving starts ...
147.86/147.93	c ============================[ Search Statistics ]============================
147.86/147.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
147.86/147.93	c       |         |          |          |    Limit     GC | Var      | Constra 
147.86/147.93	c =============================================================================
147.86/147.93	c  0.0s |       0 |        0 |        0 |    26089      0 |     1084 |      605
147.86/147.97	c  0.0s |       0 |      627 |        1 |    26089      0 |     1084 |      605
147.86/147.97	c #cpu_time = 0.032s
147.86/147.97	c #wall_clock_time = 0.032s
147.86/147.97	c #decision = 627
147.86/147.97	c #random_decision = 0
147.86/147.97	c #conflict = 1
147.86/147.97	c #restart = 0
147.86/147.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
147.86/147.97	c lower bound updated to -12756854238824
148.36/148.45	c BCD2: 4464011473171 <= obj <= 17220865338988
148.36/148.45	c BCD2: #cores=184, #unrelaxed=511, #relaxed=826, #hardened=0
148.36/148.45	c BCD2: #sat=1 #unsat=285 bias=285/286
148.36/148.45	c Solving starts ...
148.36/148.45	c ============================[ Search Statistics ]============================
148.36/148.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
148.36/148.45	c       |         |          |          |    Limit     GC | Var      | Constra 
148.36/148.45	c =============================================================================
148.36/148.45	c  0.0s |       0 |        0 |        0 |    26089      0 |     1085 |      605
148.36/148.48	c  0.0s |       0 |      395 |        0 |    26089      0 |     1085 |      606
148.36/148.48	c #cpu_time = 0.028s
148.36/148.48	c #wall_clock_time = 0.028s
148.36/148.48	c #decision = 395
148.36/148.48	c #random_decision = 0
148.36/148.48	c #conflict = 0
148.36/148.48	c #restart = 0
148.36/148.48	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
148.36/148.48	c lower bound updated to -12546843681304
148.86/148.95	c BCD2: 4674022030691 <= obj <= 17220865338988
148.86/148.95	c BCD2: #cores=185, #unrelaxed=510, #relaxed=827, #hardened=0
148.86/148.95	c BCD2: #sat=1 #unsat=286 bias=286/287
148.86/148.96	c Solving starts ...
148.86/148.96	c ============================[ Search Statistics ]============================
148.86/148.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
148.86/148.96	c       |         |          |          |    Limit     GC | Var      | Constra 
148.86/148.96	c =============================================================================
148.86/148.96	c  0.0s |       0 |        0 |        0 |    26089      0 |     1085 |      606
148.86/148.99	c  0.0s |       0 |      396 |        0 |    26089      0 |     1085 |      606
148.86/148.99	c #cpu_time = 0.030s
148.86/148.99	c #wall_clock_time = 0.030s
148.86/148.99	c #decision = 396
148.86/148.99	c #random_decision = 0
148.86/148.99	c #conflict = 0
148.86/148.99	c #restart = 0
148.86/148.99	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
148.86/148.99	c lower bound updated to -12544282576944
149.36/149.46	c BCD2: 4676583135051 <= obj <= 17220865338988
149.36/149.46	c BCD2: #cores=186, #unrelaxed=509, #relaxed=828, #hardened=0
149.36/149.46	c BCD2: #sat=1 #unsat=287 bias=287/288
149.36/149.46	c Solving starts ...
149.36/149.46	c ============================[ Search Statistics ]============================
149.36/149.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
149.36/149.46	c       |         |          |          |    Limit     GC | Var      | Constra 
149.36/149.46	c =============================================================================
149.36/149.46	c  0.0s |       0 |        0 |        0 |    26089      0 |     1085 |      606
149.36/149.49	c  0.0s |       0 |      398 |        0 |    26089      0 |     1085 |      606
149.36/149.49	c #cpu_time = 0.028s
149.36/149.49	c #wall_clock_time = 0.028s
149.36/149.49	c #decision = 398
149.36/149.49	c #random_decision = 0
149.36/149.49	c #conflict = 0
149.36/149.49	c #restart = 0
149.36/149.49	c BCD2: found a new core of size 2: cost of the new core is >=380890
149.36/149.49	c lower bound updated to -12544282196054
149.86/149.97	c BCD2: 4676583515941 <= obj <= 17220865338988
149.86/149.97	c BCD2: #cores=187, #unrelaxed=507, #relaxed=830, #hardened=0
149.86/149.97	c BCD2: #sat=1 #unsat=288 bias=288/289
149.86/149.97	c Solving starts ...
149.86/149.97	c ============================[ Search Statistics ]============================
149.86/149.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
149.86/149.97	c       |         |          |          |    Limit     GC | Var      | Constra 
149.86/149.97	c =============================================================================
149.86/149.97	c  0.0s |       0 |        0 |        0 |    26089      0 |     1085 |      606
149.96/150.00	c  0.0s |       0 |      631 |        1 |    26089      0 |     1085 |      606
149.96/150.00	c #cpu_time = 0.032s
149.96/150.00	c #wall_clock_time = 0.032s
149.96/150.00	c #decision = 631
149.96/150.00	c #random_decision = 0
149.96/150.00	c #conflict = 1
149.96/150.00	c #restart = 0
149.96/150.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
149.96/150.00	c lower bound updated to -12544282191409
150.36/150.48	c BCD2: 4676583520586 <= obj <= 17220865338988
150.36/150.48	c BCD2: #cores=187, #unrelaxed=506, #relaxed=831, #hardened=0
150.36/150.48	c BCD2: #sat=1 #unsat=289 bias=289/290
150.36/150.48	c Solving starts ...
150.36/150.48	c ============================[ Search Statistics ]============================
150.36/150.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
150.36/150.48	c       |         |          |          |    Limit     GC | Var      | Constra 
150.36/150.48	c =============================================================================
150.36/150.48	c  0.0s |       0 |        0 |        0 |    26089      0 |     1086 |      606
150.46/150.51	c  0.0s |       0 |      398 |        0 |    26089      0 |     1086 |      607
150.46/150.51	c #cpu_time = 0.028s
150.46/150.51	c #wall_clock_time = 0.028s
150.46/150.51	c #decision = 398
150.46/150.51	c #random_decision = 0
150.46/150.51	c #conflict = 0
150.46/150.51	c #restart = 0
150.46/150.51	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
150.46/150.51	c lower bound updated to -12334271633889
150.86/150.99	c BCD2: 4886594078106 <= obj <= 17220865338988
150.86/150.99	c BCD2: #cores=188, #unrelaxed=505, #relaxed=832, #hardened=0
150.86/150.99	c BCD2: #sat=1 #unsat=290 bias=290/291
150.86/151.00	c Solving starts ...
150.86/151.00	c ============================[ Search Statistics ]============================
150.86/151.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
150.86/151.00	c       |         |          |          |    Limit     GC | Var      | Constra 
150.86/151.00	c =============================================================================
150.86/151.00	c  0.0s |       0 |        0 |        0 |    26089      0 |     1086 |      607
150.96/151.03	c  0.0s |       0 |      399 |        0 |    26089      0 |     1086 |      607
150.96/151.03	c #cpu_time = 0.030s
150.96/151.03	c #wall_clock_time = 0.030s
150.96/151.03	c #decision = 399
150.96/151.03	c #random_decision = 0
150.96/151.03	c #conflict = 0
150.96/151.03	c #restart = 0
150.96/151.03	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
150.96/151.03	c lower bound updated to -12331710529529
151.46/151.52	c BCD2: 4889155182466 <= obj <= 17220865338988
151.46/151.52	c BCD2: #cores=189, #unrelaxed=504, #relaxed=833, #hardened=0
151.46/151.52	c BCD2: #sat=1 #unsat=291 bias=291/292
151.46/151.52	c Solving starts ...
151.46/151.52	c ============================[ Search Statistics ]============================
151.46/151.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
151.46/151.52	c       |         |          |          |    Limit     GC | Var      | Constra 
151.46/151.52	c =============================================================================
151.46/151.52	c  0.0s |       0 |        0 |        0 |    26089      0 |     1086 |      607
151.46/151.55	c  0.0s |       0 |      403 |        1 |    26089      0 |     1086 |      607
151.46/151.55	c #cpu_time = 0.029s
151.46/151.55	c #wall_clock_time = 0.029s
151.46/151.55	c #decision = 403
151.46/151.55	c #random_decision = 0
151.46/151.55	c #conflict = 1
151.46/151.55	c #restart = 0
151.46/151.55	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 8: cost of the new core is >=4655
151.46/151.55	c BCD2: refineLB: 4651 -> 4655
151.46/151.55	c lower bound updated to -12331710529524
151.96/152.04	c BCD2: 4889155182471 <= obj <= 17220865338988
151.96/152.04	c BCD2: #cores=188, #unrelaxed=501, #relaxed=836, #hardened=0
151.96/152.04	c BCD2: #sat=1 #unsat=292 bias=292/293
151.96/152.04	c Solving starts ...
151.96/152.04	c ============================[ Search Statistics ]============================
151.96/152.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
151.96/152.04	c       |         |          |          |    Limit     GC | Var      | Constra 
151.96/152.04	c =============================================================================
151.96/152.04	c  0.0s |       0 |        0 |        0 |    26089      0 |     1106 |      607
151.96/152.07	c  0.0s |       0 |      398 |        0 |    26089      0 |     1106 |      645
151.96/152.07	c #cpu_time = 0.030s
151.96/152.07	c #wall_clock_time = 0.030s
151.96/152.07	c #decision = 398
151.96/152.07	c #random_decision = 0
151.96/152.07	c #conflict = 0
151.96/152.07	c #restart = 0
151.96/152.07	c BCD2: found a new core of size 2: cost of the new core is >=4645
151.96/152.07	c lower bound updated to -12331710524879
152.46/152.55	c BCD2: 4889155187116 <= obj <= 17220865338988
152.46/152.55	c BCD2: #cores=189, #unrelaxed=499, #relaxed=838, #hardened=0
152.46/152.55	c BCD2: #sat=1 #unsat=293 bias=293/294
152.46/152.56	c Solving starts ...
152.46/152.56	c ============================[ Search Statistics ]============================
152.46/152.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
152.46/152.56	c       |         |          |          |    Limit     GC | Var      | Constra 
152.46/152.56	c =============================================================================
152.46/152.56	c  0.0s |       0 |        0 |        0 |    26089      0 |     1106 |      645
152.46/152.58	c  0.0s |       0 |      398 |        0 |    26089      0 |     1106 |      645
152.46/152.58	c #cpu_time = 0.029s
152.46/152.58	c #wall_clock_time = 0.029s
152.46/152.58	c #decision = 398
152.46/152.58	c #random_decision = 0
152.46/152.58	c #conflict = 0
152.46/152.58	c #restart = 0
152.46/152.58	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
152.46/152.58	c lower bound updated to -12121699967359
152.96/153.07	c BCD2: 5099165744636 <= obj <= 17220865338988
152.96/153.07	c BCD2: #cores=190, #unrelaxed=498, #relaxed=839, #hardened=0
152.96/153.07	c BCD2: #sat=1 #unsat=294 bias=294/295
152.96/153.07	c Solving starts ...
152.96/153.07	c ============================[ Search Statistics ]============================
152.96/153.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
152.96/153.07	c       |         |          |          |    Limit     GC | Var      | Constra 
152.96/153.07	c =============================================================================
152.96/153.07	c  0.0s |       0 |        0 |        0 |    26089      0 |     1106 |      645
153.06/153.10	c  0.0s |       0 |      399 |        0 |    26089      0 |     1106 |      645
153.06/153.10	c #cpu_time = 0.030s
153.06/153.10	c #wall_clock_time = 0.030s
153.06/153.10	c #decision = 399
153.06/153.10	c #random_decision = 0
153.06/153.10	c #conflict = 0
153.06/153.10	c #restart = 0
153.06/153.10	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
153.06/153.10	c lower bound updated to -12119138862999
153.46/153.58	c BCD2: 5101726848996 <= obj <= 17220865338988
153.46/153.58	c BCD2: #cores=191, #unrelaxed=497, #relaxed=840, #hardened=0
153.46/153.58	c BCD2: #sat=1 #unsat=295 bias=295/296
153.46/153.58	c Solving starts ...
153.46/153.58	c ============================[ Search Statistics ]============================
153.46/153.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
153.46/153.58	c       |         |          |          |    Limit     GC | Var      | Constra 
153.46/153.58	c =============================================================================
153.46/153.58	c  0.0s |       0 |        0 |        0 |    26089      0 |     1106 |      645
153.56/153.61	c  0.0s |       0 |      420 |        1 |    26089      0 |     1106 |      645
153.56/153.61	c #cpu_time = 0.029s
153.56/153.61	c #wall_clock_time = 0.029s
153.56/153.61	c #decision = 420
153.56/153.61	c #random_decision = 0
153.56/153.61	c #conflict = 1
153.56/153.61	c #restart = 0
153.56/153.61	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=9300
153.56/153.61	c lower bound updated to -12119138862994
153.96/154.09	c BCD2: 5101726849001 <= obj <= 17220865338988
153.96/154.09	c BCD2: #cores=190, #unrelaxed=495, #relaxed=842, #hardened=0
153.96/154.09	c BCD2: #sat=1 #unsat=296 bias=296/297
153.96/154.09	c Solving starts ...
153.96/154.09	c ============================[ Search Statistics ]============================
153.96/154.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
153.96/154.09	c       |         |          |          |    Limit     GC | Var      | Constra 
153.96/154.09	c =============================================================================
153.96/154.09	c  0.0s |       0 |        0 |        0 |    26089      0 |     1209 |      645
154.06/154.12	c  0.0s |       0 |      399 |        0 |    26089      0 |     1209 |      849
154.06/154.12	c #cpu_time = 0.030s
154.06/154.12	c #wall_clock_time = 0.030s
154.06/154.12	c #decision = 399
154.06/154.12	c #random_decision = 0
154.06/154.12	c #conflict = 0
154.06/154.12	c #restart = 0
154.06/154.12	c BCD2: found a new core of size 2: cost of the new core is >=4645
154.06/154.12	c lower bound updated to -12119138858349
154.56/154.60	c BCD2: 5101726853646 <= obj <= 17220865338988
154.56/154.60	c BCD2: #cores=191, #unrelaxed=493, #relaxed=844, #hardened=0
154.56/154.60	c BCD2: #sat=1 #unsat=297 bias=297/298
154.56/154.60	c Solving starts ...
154.56/154.60	c ============================[ Search Statistics ]============================
154.56/154.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
154.56/154.60	c       |         |          |          |    Limit     GC | Var      | Constra 
154.56/154.60	c =============================================================================
154.56/154.60	c  0.0s |       0 |        0 |        0 |    26089      0 |     1209 |      849
154.56/154.63	c  0.0s |       0 |      399 |        0 |    26089      0 |     1209 |      849
154.56/154.63	c #cpu_time = 0.028s
154.56/154.63	c #wall_clock_time = 0.028s
154.56/154.63	c #decision = 399
154.56/154.63	c #random_decision = 0
154.56/154.63	c #conflict = 0
154.56/154.63	c #restart = 0
154.56/154.63	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
154.56/154.63	c lower bound updated to -11909128300829
155.06/155.11	c BCD2: 5311737411166 <= obj <= 17220865338988
155.06/155.11	c BCD2: #cores=192, #unrelaxed=492, #relaxed=845, #hardened=0
155.06/155.11	c BCD2: #sat=1 #unsat=298 bias=298/299
155.06/155.11	c Solving starts ...
155.06/155.11	c ============================[ Search Statistics ]============================
155.06/155.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
155.06/155.11	c       |         |          |          |    Limit     GC | Var      | Constra 
155.06/155.11	c =============================================================================
155.06/155.11	c  0.0s |       0 |        0 |        0 |    26089      0 |     1209 |      849
155.06/155.14	c  0.0s |       0 |      400 |        0 |    26089      0 |     1209 |      849
155.06/155.14	c #cpu_time = 0.030s
155.06/155.14	c #wall_clock_time = 0.030s
155.06/155.14	c #decision = 400
155.06/155.14	c #random_decision = 0
155.06/155.14	c #conflict = 0
155.06/155.14	c #restart = 0
155.06/155.14	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
155.06/155.14	c lower bound updated to -11906567196469
155.56/155.62	c BCD2: 5314298515526 <= obj <= 17220865338988
155.56/155.62	c BCD2: #cores=193, #unrelaxed=491, #relaxed=846, #hardened=0
155.56/155.62	c BCD2: #sat=1 #unsat=299 bias=299/300
155.56/155.62	c Solving starts ...
155.56/155.62	c ============================[ Search Statistics ]============================
155.56/155.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
155.56/155.62	c       |         |          |          |    Limit     GC | Var      | Constra 
155.56/155.62	c =============================================================================
155.56/155.62	c  0.0s |       0 |        0 |        0 |    26089      0 |     1209 |      849
155.56/155.65	c  0.0s |       0 |      402 |        0 |    26089      0 |     1209 |      849
155.56/155.65	c #cpu_time = 0.028s
155.56/155.65	c #wall_clock_time = 0.028s
155.56/155.65	c #decision = 402
155.56/155.65	c #random_decision = 0
155.56/155.65	c #conflict = 0
155.56/155.65	c #restart = 0
155.56/155.65	c BCD2: found a new core of size 2: cost of the new core is >=380890
155.56/155.65	c lower bound updated to -11906566815579
156.06/156.12	c BCD2: 5314298896416 <= obj <= 17220865338988
156.06/156.12	c BCD2: #cores=194, #unrelaxed=489, #relaxed=848, #hardened=0
156.06/156.12	c BCD2: #sat=1 #unsat=300 bias=300/301
156.06/156.13	c Solving starts ...
156.06/156.13	c ============================[ Search Statistics ]============================
156.06/156.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
156.06/156.13	c       |         |          |          |    Limit     GC | Var      | Constra 
156.06/156.13	c =============================================================================
156.06/156.13	c  0.0s |       0 |        0 |        0 |    26089      0 |     1209 |      849
156.06/156.16	c  0.0s |       0 |      634 |        1 |    26089      0 |     1209 |      849
156.06/156.16	c #cpu_time = 0.037s
156.06/156.16	c #wall_clock_time = 0.037s
156.06/156.16	c #decision = 634
156.06/156.16	c #random_decision = 0
156.06/156.16	c #conflict = 1
156.06/156.16	c #restart = 0
156.06/156.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
156.06/156.16	c lower bound updated to -11906566810934
156.56/156.65	c BCD2: 5314298901061 <= obj <= 17220865338988
156.56/156.65	c BCD2: #cores=194, #unrelaxed=488, #relaxed=849, #hardened=0
156.56/156.65	c BCD2: #sat=1 #unsat=301 bias=301/302
156.56/156.65	c Solving starts ...
156.56/156.65	c ============================[ Search Statistics ]============================
156.56/156.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
156.56/156.65	c       |         |          |          |    Limit     GC | Var      | Constra 
156.56/156.65	c =============================================================================
156.56/156.65	c  0.0s |       0 |        0 |        0 |    26089      0 |     1210 |      849
156.56/156.68	c  0.0s |       0 |      402 |        0 |    26089      0 |     1210 |      850
156.56/156.68	c #cpu_time = 0.029s
156.56/156.68	c #wall_clock_time = 0.029s
156.56/156.68	c #decision = 402
156.56/156.68	c #random_decision = 0
156.56/156.68	c #conflict = 0
156.56/156.68	c #restart = 0
156.56/156.68	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
156.56/156.68	c lower bound updated to -11696556253414
157.06/157.17	c BCD2: 5524309458581 <= obj <= 17220865338988
157.06/157.17	c BCD2: #cores=195, #unrelaxed=487, #relaxed=850, #hardened=0
157.06/157.17	c BCD2: #sat=1 #unsat=302 bias=302/303
157.06/157.18	c Solving starts ...
157.06/157.18	c ============================[ Search Statistics ]============================
157.06/157.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
157.06/157.18	c       |         |          |          |    Limit     GC | Var      | Constra 
157.06/157.18	c =============================================================================
157.06/157.18	c  0.0s |       0 |        0 |        0 |    26089      0 |     1210 |      850
157.16/157.21	c  0.0s |       0 |      403 |        0 |    26089      0 |     1210 |      850
157.16/157.21	c #cpu_time = 0.030s
157.16/157.21	c #wall_clock_time = 0.030s
157.16/157.21	c #decision = 403
157.16/157.21	c #random_decision = 0
157.16/157.21	c #conflict = 0
157.16/157.21	c #restart = 0
157.16/157.21	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
157.16/157.21	c lower bound updated to -11693995149054
157.56/157.69	c BCD2: 5526870562941 <= obj <= 17220865338988
157.56/157.69	c BCD2: #cores=196, #unrelaxed=486, #relaxed=851, #hardened=0
157.56/157.69	c BCD2: #sat=1 #unsat=303 bias=303/304
157.56/157.69	c Solving starts ...
157.56/157.69	c ============================[ Search Statistics ]============================
157.56/157.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
157.56/157.69	c       |         |          |          |    Limit     GC | Var      | Constra 
157.56/157.69	c =============================================================================
157.56/157.69	c  0.0s |       0 |        0 |        0 |    26089      0 |     1210 |      850
157.66/157.73	c  0.0s |       0 |      415 |        1 |    26089      0 |     1210 |      850
157.66/157.73	c #cpu_time = 0.039s
157.66/157.73	c #wall_clock_time = 0.039s
157.66/157.73	c #decision = 415
157.66/157.73	c #random_decision = 0
157.66/157.73	c #conflict = 1
157.66/157.73	c #restart = 0
157.66/157.73	c BCD2: relaxing 3 and merging with 6 cores into a new core of size 32: cost of the new core is >=394865
157.66/157.73	c BCD2: refineLB: 394861 -> 394865
157.66/157.73	c lower bound updated to -11693995149049
158.16/158.22	c BCD2: 5526870562946 <= obj <= 17220865338988
158.16/158.22	c BCD2: #cores=191, #unrelaxed=483, #relaxed=854, #hardened=0
158.16/158.22	c BCD2: #sat=1 #unsat=304 bias=304/305
158.16/158.22	c Solving starts ...
158.16/158.22	c ============================[ Search Statistics ]============================
158.16/158.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
158.16/158.22	c       |         |          |          |    Limit     GC | Var      | Constra 
158.16/158.22	c =============================================================================
158.16/158.22	c  0.0s |       0 |        0 |        0 |    26089      0 |     1268 |      850
158.16/158.25	c  0.0s |       0 |      398 |        0 |    26089      0 |     1268 |      960
158.16/158.25	c #cpu_time = 0.030s
158.16/158.25	c #wall_clock_time = 0.030s
158.16/158.25	c #decision = 398
158.16/158.25	c #random_decision = 0
158.16/158.25	c #conflict = 0
158.16/158.25	c #restart = 0
158.16/158.25	c BCD2: found a new core of size 2: cost of the new core is >=4645
158.16/158.25	c lower bound updated to -11693995144404
158.65/158.74	c BCD2: 5526870567591 <= obj <= 17220865338988
158.65/158.74	c BCD2: #cores=192, #unrelaxed=481, #relaxed=856, #hardened=0
158.65/158.74	c BCD2: #sat=1 #unsat=305 bias=305/306
158.65/158.74	c Solving starts ...
158.65/158.74	c ============================[ Search Statistics ]============================
158.65/158.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
158.65/158.74	c       |         |          |          |    Limit     GC | Var      | Constra 
158.65/158.74	c =============================================================================
158.65/158.74	c  0.0s |       0 |        0 |        0 |    26089      0 |     1268 |      960
158.65/158.77	c  0.0s |       0 |      398 |        0 |    26089      0 |     1268 |      960
158.65/158.77	c #cpu_time = 0.028s
158.65/158.77	c #wall_clock_time = 0.028s
158.65/158.77	c #decision = 398
158.65/158.77	c #random_decision = 0
158.65/158.77	c #conflict = 0
158.65/158.77	c #restart = 0
158.65/158.77	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
158.65/158.77	c lower bound updated to -11483984586884
159.15/159.25	c BCD2: 5736881125111 <= obj <= 17220865338988
159.15/159.25	c BCD2: #cores=193, #unrelaxed=480, #relaxed=857, #hardened=0
159.15/159.25	c BCD2: #sat=1 #unsat=306 bias=306/307
159.15/159.25	c Solving starts ...
159.15/159.25	c ============================[ Search Statistics ]============================
159.15/159.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
159.15/159.25	c       |         |          |          |    Limit     GC | Var      | Constra 
159.15/159.25	c =============================================================================
159.15/159.25	c  0.0s |       0 |        0 |        0 |    26089      0 |     1268 |      960
159.15/159.28	c  0.0s |       0 |      399 |        0 |    26089      0 |     1268 |      960
159.15/159.28	c #cpu_time = 0.030s
159.15/159.28	c #wall_clock_time = 0.030s
159.15/159.28	c #decision = 399
159.15/159.28	c #random_decision = 0
159.15/159.28	c #conflict = 0
159.15/159.28	c #restart = 0
159.15/159.28	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
159.15/159.28	c lower bound updated to -11481423482524
159.65/159.76	c BCD2: 5739442229471 <= obj <= 17220865338988
159.65/159.76	c BCD2: #cores=194, #unrelaxed=479, #relaxed=858, #hardened=0
159.65/159.76	c BCD2: #sat=1 #unsat=307 bias=307/308
159.65/159.76	c Solving starts ...
159.65/159.76	c ============================[ Search Statistics ]============================
159.65/159.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
159.65/159.76	c       |         |          |          |    Limit     GC | Var      | Constra 
159.65/159.76	c =============================================================================
159.65/159.76	c  0.0s |       0 |        0 |        0 |    26089      0 |     1268 |      960
159.75/159.80	c  0.0s |       0 |      401 |        0 |    26089      0 |     1268 |      960
159.75/159.80	c #cpu_time = 0.037s
159.75/159.80	c #wall_clock_time = 0.037s
159.75/159.80	c #decision = 401
159.75/159.80	c #random_decision = 0
159.75/159.80	c #conflict = 0
159.75/159.80	c #restart = 0
159.75/159.80	c BCD2: found a new core of size 2: cost of the new core is >=380890
159.75/159.80	c lower bound updated to -11481423101634
160.15/160.27	c BCD2: 5739442610361 <= obj <= 17220865338988
160.15/160.27	c BCD2: #cores=195, #unrelaxed=477, #relaxed=860, #hardened=0
160.15/160.27	c BCD2: #sat=1 #unsat=308 bias=308/309
160.15/160.28	c Solving starts ...
160.15/160.28	c ============================[ Search Statistics ]============================
160.15/160.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
160.15/160.28	c       |         |          |          |    Limit     GC | Var      | Constra 
160.15/160.28	c =============================================================================
160.15/160.28	c  0.0s |       0 |        0 |        0 |    26089      0 |     1268 |      960
160.25/160.31	c  0.0s |       0 |      631 |        1 |    26089      0 |     1268 |      960
160.25/160.31	c #cpu_time = 0.032s
160.25/160.31	c #wall_clock_time = 0.032s
160.25/160.31	c #decision = 631
160.25/160.31	c #random_decision = 0
160.25/160.31	c #conflict = 1
160.25/160.31	c #restart = 0
160.25/160.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
160.25/160.31	c lower bound updated to -11481423096989
160.66/160.78	c BCD2: 5739442615006 <= obj <= 17220865338988
160.66/160.78	c BCD2: #cores=195, #unrelaxed=476, #relaxed=861, #hardened=0
160.66/160.78	c BCD2: #sat=1 #unsat=309 bias=309/310
160.66/160.79	c Solving starts ...
160.66/160.79	c ============================[ Search Statistics ]============================
160.66/160.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
160.66/160.79	c       |         |          |          |    Limit     GC | Var      | Constra 
160.66/160.79	c =============================================================================
160.66/160.79	c  0.0s |       0 |        0 |        0 |    26089      0 |     1269 |      960
160.75/160.81	c  0.0s |       0 |      401 |        0 |    26089      0 |     1269 |      961
160.75/160.81	c #cpu_time = 0.028s
160.75/160.81	c #wall_clock_time = 0.028s
160.75/160.81	c #decision = 401
160.75/160.81	c #random_decision = 0
160.75/160.81	c #conflict = 0
160.75/160.81	c #restart = 0
160.75/160.81	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
160.75/160.81	c lower bound updated to -11271412539469
161.15/161.29	c BCD2: 5949453172526 <= obj <= 17220865338988
161.15/161.29	c BCD2: #cores=196, #unrelaxed=475, #relaxed=862, #hardened=0
161.15/161.29	c BCD2: #sat=1 #unsat=310 bias=310/311
161.25/161.30	c Solving starts ...
161.25/161.30	c ============================[ Search Statistics ]============================
161.25/161.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
161.25/161.30	c       |         |          |          |    Limit     GC | Var      | Constra 
161.25/161.30	c =============================================================================
161.25/161.30	c  0.0s |       0 |        0 |        0 |    26089      0 |     1269 |      961
161.25/161.33	c  0.0s |       0 |      402 |        0 |    26089      0 |     1269 |      961
161.25/161.33	c #cpu_time = 0.034s
161.25/161.33	c #wall_clock_time = 0.034s
161.25/161.33	c #decision = 402
161.25/161.33	c #random_decision = 0
161.25/161.33	c #conflict = 0
161.25/161.33	c #restart = 0
161.25/161.33	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
161.25/161.33	c lower bound updated to -11268851435109
161.76/161.82	c BCD2: 5952014276886 <= obj <= 17220865338988
161.76/161.82	c BCD2: #cores=197, #unrelaxed=474, #relaxed=863, #hardened=0
161.76/161.82	c BCD2: #sat=1 #unsat=311 bias=311/312
161.76/161.82	c Solving starts ...
161.76/161.82	c ============================[ Search Statistics ]============================
161.76/161.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
161.76/161.82	c       |         |          |          |    Limit     GC | Var      | Constra 
161.76/161.82	c =============================================================================
161.76/161.82	c  0.0s |       0 |        0 |        0 |    26089      0 |     1269 |      961
161.76/161.87	c  0.0s |       0 |      404 |        0 |    26089      0 |     1269 |      961
161.76/161.87	c #cpu_time = 0.041s
161.76/161.87	c #wall_clock_time = 0.041s
161.76/161.87	c #decision = 404
161.76/161.87	c #random_decision = 0
161.76/161.87	c #conflict = 0
161.76/161.87	c #restart = 0
161.76/161.87	c BCD2: found a new core of size 2: cost of the new core is >=380890
161.76/161.87	c lower bound updated to -11268851054219
162.25/162.36	c BCD2: 5952014657776 <= obj <= 17220865338988
162.25/162.36	c BCD2: #cores=198, #unrelaxed=472, #relaxed=865, #hardened=0
162.25/162.36	c BCD2: #sat=1 #unsat=312 bias=312/313
162.25/162.36	c Solving starts ...
162.25/162.36	c ============================[ Search Statistics ]============================
162.25/162.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
162.25/162.36	c       |         |          |          |    Limit     GC | Var      | Constra 
162.25/162.36	c =============================================================================
162.25/162.36	c  0.0s |       0 |        0 |        0 |    26089      0 |     1269 |      961
162.25/162.39	c  0.0s |       0 |      635 |        1 |    26089      0 |     1269 |      961
162.25/162.39	c #cpu_time = 0.032s
162.25/162.39	c #wall_clock_time = 0.032s
162.25/162.39	c #decision = 635
162.25/162.39	c #random_decision = 0
162.25/162.39	c #conflict = 1
162.25/162.39	c #restart = 0
162.25/162.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
162.25/162.39	c lower bound updated to -11268851049574
162.76/162.88	c BCD2: 5952014662421 <= obj <= 17220865338988
162.76/162.88	c BCD2: #cores=198, #unrelaxed=471, #relaxed=866, #hardened=0
162.76/162.88	c BCD2: #sat=1 #unsat=313 bias=313/314
162.76/162.88	c Solving starts ...
162.76/162.88	c ============================[ Search Statistics ]============================
162.76/162.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
162.76/162.88	c       |         |          |          |    Limit     GC | Var      | Constra 
162.76/162.88	c =============================================================================
162.76/162.88	c  0.0s |       0 |        0 |        0 |    26089      0 |     1270 |      961
162.86/162.91	c  0.0s |       0 |      404 |        0 |    26089      0 |     1270 |      962
162.86/162.91	c #cpu_time = 0.029s
162.86/162.91	c #wall_clock_time = 0.029s
162.86/162.91	c #decision = 404
162.86/162.91	c #random_decision = 0
162.86/162.91	c #conflict = 0
162.86/162.91	c #restart = 0
162.86/162.91	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
162.86/162.91	c lower bound updated to -11058840492054
163.25/163.39	c BCD2: 6162025219941 <= obj <= 17220865338988
163.25/163.39	c BCD2: #cores=199, #unrelaxed=470, #relaxed=867, #hardened=0
163.25/163.39	c BCD2: #sat=1 #unsat=314 bias=314/315
163.25/163.40	c Solving starts ...
163.25/163.40	c ============================[ Search Statistics ]============================
163.25/163.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
163.25/163.40	c       |         |          |          |    Limit     GC | Var      | Constra 
163.25/163.40	c =============================================================================
163.25/163.40	c  0.0s |       0 |        0 |        0 |    26089      0 |     1270 |      962
163.35/163.43	c  0.0s |       0 |      405 |        0 |    26089      0 |     1270 |      962
163.35/163.43	c #cpu_time = 0.030s
163.35/163.43	c #wall_clock_time = 0.030s
163.35/163.43	c #decision = 405
163.35/163.43	c #random_decision = 0
163.35/163.43	c #conflict = 0
163.35/163.43	c #restart = 0
163.35/163.43	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
163.35/163.43	c lower bound updated to -11056279387694
163.86/163.91	c BCD2: 6164586324301 <= obj <= 17220865338988
163.86/163.91	c BCD2: #cores=200, #unrelaxed=469, #relaxed=868, #hardened=0
163.86/163.91	c BCD2: #sat=1 #unsat=315 bias=315/316
163.86/163.91	c Solving starts ...
163.86/163.91	c ============================[ Search Statistics ]============================
163.86/163.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
163.86/163.91	c       |         |          |          |    Limit     GC | Var      | Constra 
163.86/163.91	c =============================================================================
163.86/163.91	c  0.0s |       0 |        0 |        0 |    26089      0 |     1270 |      962
163.86/163.95	c  0.0s |       0 |      407 |        0 |    26089      0 |     1270 |      962
163.86/163.95	c #cpu_time = 0.040s
163.86/163.95	c #wall_clock_time = 0.040s
163.86/163.95	c #decision = 407
163.86/163.95	c #random_decision = 0
163.86/163.95	c #conflict = 0
163.86/163.95	c #restart = 0
163.86/163.95	c BCD2: found a new core of size 2: cost of the new core is >=380890
163.86/163.95	c lower bound updated to -11056279006804
164.35/164.43	c BCD2: 6164586705191 <= obj <= 17220865338988
164.35/164.43	c BCD2: #cores=201, #unrelaxed=467, #relaxed=870, #hardened=0
164.35/164.43	c BCD2: #sat=1 #unsat=316 bias=316/317
164.35/164.44	c Solving starts ...
164.35/164.44	c ============================[ Search Statistics ]============================
164.35/164.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
164.35/164.44	c       |         |          |          |    Limit     GC | Var      | Constra 
164.35/164.44	c =============================================================================
164.35/164.44	c  0.0s |       0 |        0 |        0 |    26089      0 |     1270 |      962
164.35/164.47	c  0.0s |       0 |      639 |        1 |    26089      0 |     1270 |      962
164.35/164.47	c #cpu_time = 0.032s
164.35/164.47	c #wall_clock_time = 0.032s
164.35/164.47	c #decision = 639
164.35/164.47	c #random_decision = 0
164.35/164.47	c #conflict = 1
164.35/164.47	c #restart = 0
164.35/164.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
164.35/164.47	c lower bound updated to -11056279002159
164.85/164.95	c BCD2: 6164586709836 <= obj <= 17220865338988
164.85/164.95	c BCD2: #cores=201, #unrelaxed=466, #relaxed=871, #hardened=0
164.85/164.95	c BCD2: #sat=1 #unsat=317 bias=317/318
164.85/164.95	c Solving starts ...
164.85/164.95	c ============================[ Search Statistics ]============================
164.85/164.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
164.85/164.95	c       |         |          |          |    Limit     GC | Var      | Constra 
164.85/164.95	c =============================================================================
164.85/164.95	c  0.0s |       0 |        0 |        0 |    26089      0 |     1271 |      962
164.85/164.98	c  0.0s |       0 |      407 |        0 |    26089      0 |     1271 |      963
164.85/164.98	c #cpu_time = 0.029s
164.85/164.98	c #wall_clock_time = 0.029s
164.85/164.98	c #decision = 407
164.85/164.98	c #random_decision = 0
164.85/164.98	c #conflict = 0
164.85/164.98	c #restart = 0
164.85/164.98	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
164.85/164.98	c lower bound updated to -10846268444639
165.35/165.45	c BCD2: 6374597267356 <= obj <= 17220865338988
165.35/165.45	c BCD2: #cores=202, #unrelaxed=465, #relaxed=872, #hardened=0
165.35/165.45	c BCD2: #sat=1 #unsat=318 bias=318/319
165.35/165.45	c Solving starts ...
165.35/165.45	c ============================[ Search Statistics ]============================
165.35/165.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
165.35/165.45	c       |         |          |          |    Limit     GC | Var      | Constra 
165.35/165.45	c =============================================================================
165.35/165.45	c  0.0s |       0 |        0 |        0 |    26089      0 |     1271 |      963
165.35/165.48	c  0.0s |       0 |      408 |        0 |    26089      0 |     1271 |      963
165.35/165.48	c #cpu_time = 0.030s
165.35/165.48	c #wall_clock_time = 0.030s
165.35/165.48	c #decision = 408
165.35/165.48	c #random_decision = 0
165.35/165.48	c #conflict = 0
165.35/165.48	c #restart = 0
165.35/165.48	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
165.35/165.48	c lower bound updated to -10843707340279
165.85/165.96	c BCD2: 6377158371716 <= obj <= 17220865338988
165.85/165.96	c BCD2: #cores=203, #unrelaxed=464, #relaxed=873, #hardened=0
165.85/165.96	c BCD2: #sat=1 #unsat=319 bias=319/320
165.85/165.96	c Solving starts ...
165.85/165.96	c ============================[ Search Statistics ]============================
165.85/165.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
165.85/165.96	c       |         |          |          |    Limit     GC | Var      | Constra 
165.85/165.96	c =============================================================================
165.85/165.96	c  0.0s |       0 |        0 |        0 |    26089      0 |     1271 |      963
165.85/165.99	c  0.0s |       0 |      628 |        1 |    26089      0 |     1271 |      963
165.85/165.99	c #cpu_time = 0.031s
165.85/165.99	c #wall_clock_time = 0.031s
165.85/165.99	c #decision = 628
165.85/165.99	c #random_decision = 0
165.85/165.99	c #conflict = 1
165.85/165.99	c #restart = 0
165.85/166.00	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 15: cost of the new core is >=390195
165.85/166.00	c lower bound updated to -10843707340274
166.36/166.48	c BCD2: 6377158371721 <= obj <= 17220865338988
166.36/166.48	c BCD2: #cores=202, #unrelaxed=461, #relaxed=876, #hardened=0
166.36/166.48	c BCD2: #sat=1 #unsat=320 bias=320/321
166.36/166.49	c Solving starts ...
166.36/166.49	c ============================[ Search Statistics ]============================
166.36/166.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
166.36/166.49	c       |         |          |          |    Limit     GC | Var      | Constra 
166.36/166.49	c =============================================================================
166.36/166.49	c  0.0s |       0 |        0 |        0 |    26089      0 |     1374 |      963
166.46/166.52	c  0.0s |       0 |      407 |        0 |    26089      0 |     1374 |     1167
166.46/166.52	c #cpu_time = 0.031s
166.46/166.52	c #wall_clock_time = 0.031s
166.46/166.52	c #decision = 407
166.46/166.52	c #random_decision = 0
166.46/166.52	c #conflict = 0
166.46/166.52	c #restart = 0
166.46/166.52	c BCD2: found a new core of size 2: cost of the new core is >=4645
166.46/166.52	c lower bound updated to -10843707335629
166.96/167.01	c BCD2: 6377158376366 <= obj <= 17220865338988
166.96/167.01	c BCD2: #cores=203, #unrelaxed=459, #relaxed=878, #hardened=0
166.96/167.01	c BCD2: #sat=1 #unsat=321 bias=321/322
166.96/167.01	c Solving starts ...
166.96/167.01	c ============================[ Search Statistics ]============================
166.96/167.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
166.96/167.01	c       |         |          |          |    Limit     GC | Var      | Constra 
166.96/167.01	c =============================================================================
166.96/167.01	c  0.0s |       0 |        0 |        0 |    26089      0 |     1374 |     1167
166.96/167.04	c  0.0s |       0 |      407 |        0 |    26089      0 |     1374 |     1167
166.96/167.04	c #cpu_time = 0.029s
166.96/167.04	c #wall_clock_time = 0.029s
166.96/167.04	c #decision = 407
166.96/167.04	c #random_decision = 0
166.96/167.04	c #conflict = 0
166.96/167.04	c #restart = 0
166.96/167.04	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
166.96/167.04	c lower bound updated to -10633696778109
167.46/167.53	c BCD2: 6587168933886 <= obj <= 17220865338988
167.46/167.53	c BCD2: #cores=204, #unrelaxed=458, #relaxed=879, #hardened=0
167.46/167.53	c BCD2: #sat=1 #unsat=322 bias=322/323
167.46/167.53	c Solving starts ...
167.46/167.53	c ============================[ Search Statistics ]============================
167.46/167.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
167.46/167.53	c       |         |          |          |    Limit     GC | Var      | Constra 
167.46/167.53	c =============================================================================
167.46/167.53	c  0.0s |       0 |        0 |        0 |    26089      0 |     1374 |     1167
167.46/167.56	c  0.0s |       0 |      408 |        0 |    26089      0 |     1374 |     1167
167.46/167.56	c #cpu_time = 0.030s
167.46/167.56	c #wall_clock_time = 0.030s
167.46/167.56	c #decision = 408
167.46/167.56	c #random_decision = 0
167.46/167.56	c #conflict = 0
167.46/167.56	c #restart = 0
167.46/167.56	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
167.46/167.56	c lower bound updated to -10631135673749
167.96/168.05	c BCD2: 6589730038246 <= obj <= 17220865338988
167.96/168.05	c BCD2: #cores=205, #unrelaxed=457, #relaxed=880, #hardened=0
167.96/168.05	c BCD2: #sat=1 #unsat=323 bias=323/324
167.96/168.05	c Solving starts ...
167.96/168.05	c ============================[ Search Statistics ]============================
167.96/168.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
167.96/168.05	c       |         |          |          |    Limit     GC | Var      | Constra 
167.96/168.05	c =============================================================================
167.96/168.05	c  0.0s |       0 |        0 |        0 |    26089      0 |     1374 |     1167
167.96/168.08	c  0.0s |       0 |      410 |        0 |    26089      0 |     1374 |     1167
167.96/168.08	c #cpu_time = 0.029s
167.96/168.08	c #wall_clock_time = 0.029s
167.96/168.08	c #decision = 410
167.96/168.08	c #random_decision = 0
167.96/168.08	c #conflict = 0
167.96/168.08	c #restart = 0
167.96/168.08	c BCD2: found a new core of size 2: cost of the new core is >=380890
167.96/168.08	c lower bound updated to -10631135292859
168.46/168.56	c BCD2: 6589730419136 <= obj <= 17220865338988
168.46/168.56	c BCD2: #cores=206, #unrelaxed=455, #relaxed=882, #hardened=0
168.46/168.56	c BCD2: #sat=1 #unsat=324 bias=324/325
168.46/168.56	c Solving starts ...
168.46/168.56	c ============================[ Search Statistics ]============================
168.46/168.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
168.46/168.56	c       |         |          |          |    Limit     GC | Var      | Constra 
168.46/168.56	c =============================================================================
168.46/168.56	c  0.0s |       0 |        0 |        0 |    26089      0 |     1374 |     1167
168.46/168.59	c  0.0s |       0 |      641 |        1 |    26089      0 |     1374 |     1167
168.46/168.59	c #cpu_time = 0.032s
168.46/168.59	c #wall_clock_time = 0.032s
168.46/168.59	c #decision = 641
168.46/168.59	c #random_decision = 0
168.46/168.59	c #conflict = 1
168.46/168.59	c #restart = 0
168.46/168.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
168.46/168.59	c lower bound updated to -10631135288214
168.96/169.07	c BCD2: 6589730423781 <= obj <= 17220865338988
168.96/169.07	c BCD2: #cores=206, #unrelaxed=454, #relaxed=883, #hardened=0
168.96/169.07	c BCD2: #sat=1 #unsat=325 bias=325/326
168.96/169.07	c Solving starts ...
168.96/169.07	c ============================[ Search Statistics ]============================
168.96/169.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
168.96/169.07	c       |         |          |          |    Limit     GC | Var      | Constra 
168.96/169.07	c =============================================================================
168.96/169.07	c  0.0s |       0 |        0 |        0 |    26089      0 |     1375 |     1167
169.06/169.10	c  0.0s |       0 |      410 |        0 |    26089      0 |     1375 |     1168
169.06/169.10	c #cpu_time = 0.029s
169.06/169.10	c #wall_clock_time = 0.029s
169.06/169.10	c #decision = 410
169.06/169.10	c #random_decision = 0
169.06/169.10	c #conflict = 0
169.06/169.10	c #restart = 0
169.06/169.10	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
169.06/169.10	c lower bound updated to -10421124730694
169.47/169.58	c BCD2: 6799740981301 <= obj <= 17220865338988
169.47/169.58	c BCD2: #cores=207, #unrelaxed=453, #relaxed=884, #hardened=0
169.47/169.58	c BCD2: #sat=1 #unsat=326 bias=326/327
169.47/169.58	c Solving starts ...
169.47/169.58	c ============================[ Search Statistics ]============================
169.47/169.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
169.47/169.58	c       |         |          |          |    Limit     GC | Var      | Constra 
169.47/169.58	c =============================================================================
169.47/169.58	c  0.0s |       0 |        0 |        0 |    26089      0 |     1375 |     1168
169.56/169.61	c  0.0s |       0 |      411 |        0 |    26089      0 |     1375 |     1168
169.56/169.61	c #cpu_time = 0.030s
169.56/169.61	c #wall_clock_time = 0.030s
169.56/169.61	c #decision = 411
169.56/169.61	c #random_decision = 0
169.56/169.61	c #conflict = 0
169.56/169.61	c #restart = 0
169.56/169.61	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
169.56/169.61	c lower bound updated to -10418563626334
169.96/170.09	c BCD2: 6802302085661 <= obj <= 17220865338988
169.96/170.09	c BCD2: #cores=208, #unrelaxed=452, #relaxed=885, #hardened=0
169.96/170.09	c BCD2: #sat=1 #unsat=327 bias=327/328
169.96/170.09	c Solving starts ...
169.96/170.09	c ============================[ Search Statistics ]============================
169.96/170.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
169.96/170.09	c       |         |          |          |    Limit     GC | Var      | Constra 
169.96/170.09	c =============================================================================
169.96/170.09	c  0.0s |       0 |        0 |        0 |    26089      0 |     1375 |     1168
170.06/170.12	c  0.0s |       0 |      413 |        0 |    26089      0 |     1375 |     1168
170.06/170.12	c #cpu_time = 0.029s
170.06/170.12	c #wall_clock_time = 0.029s
170.06/170.12	c #decision = 413
170.06/170.12	c #random_decision = 0
170.06/170.12	c #conflict = 0
170.06/170.12	c #restart = 0
170.06/170.12	c BCD2: found a new core of size 2: cost of the new core is >=380890
170.06/170.12	c lower bound updated to -10418563245444
170.47/170.60	c BCD2: 6802302466551 <= obj <= 17220865338988
170.47/170.60	c BCD2: #cores=209, #unrelaxed=450, #relaxed=887, #hardened=0
170.47/170.60	c BCD2: #sat=1 #unsat=328 bias=328/329
170.47/170.60	c Solving starts ...
170.47/170.60	c ============================[ Search Statistics ]============================
170.47/170.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
170.47/170.60	c       |         |          |          |    Limit     GC | Var      | Constra 
170.47/170.60	c =============================================================================
170.47/170.60	c  0.0s |       0 |        0 |        0 |    26089      0 |     1375 |     1168
170.57/170.63	c  0.0s |       0 |      645 |        1 |    26089      0 |     1375 |     1168
170.57/170.63	c #cpu_time = 0.032s
170.57/170.63	c #wall_clock_time = 0.032s
170.57/170.63	c #decision = 645
170.57/170.63	c #random_decision = 0
170.57/170.63	c #conflict = 1
170.57/170.63	c #restart = 0
170.57/170.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
170.57/170.63	c lower bound updated to -10418563240799
171.06/171.12	c BCD2: 6802302471196 <= obj <= 17220865338988
171.06/171.12	c BCD2: #cores=209, #unrelaxed=449, #relaxed=888, #hardened=0
171.06/171.12	c BCD2: #sat=1 #unsat=329 bias=329/330
171.06/171.12	c Solving starts ...
171.06/171.12	c ============================[ Search Statistics ]============================
171.06/171.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
171.06/171.12	c       |         |          |          |    Limit     GC | Var      | Constra 
171.06/171.12	c =============================================================================
171.06/171.12	c  0.0s |       0 |        0 |        0 |    26089      0 |     1376 |     1168
171.06/171.15	c  0.0s |       0 |      413 |        0 |    26089      0 |     1376 |     1169
171.06/171.15	c #cpu_time = 0.029s
171.06/171.15	c #wall_clock_time = 0.029s
171.06/171.15	c #decision = 413
171.06/171.15	c #random_decision = 0
171.06/171.15	c #conflict = 0
171.06/171.15	c #restart = 0
171.06/171.15	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
171.06/171.15	c lower bound updated to -10208552683279
171.57/171.64	c BCD2: 7012313028716 <= obj <= 17220865338988
171.57/171.64	c BCD2: #cores=210, #unrelaxed=448, #relaxed=889, #hardened=0
171.57/171.64	c BCD2: #sat=1 #unsat=330 bias=330/331
171.57/171.64	c Solving starts ...
171.57/171.64	c ============================[ Search Statistics ]============================
171.57/171.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
171.57/171.64	c       |         |          |          |    Limit     GC | Var      | Constra 
171.57/171.64	c =============================================================================
171.57/171.64	c  0.0s |       0 |        0 |        0 |    26089      0 |     1376 |     1169
171.57/171.67	c  0.0s |       0 |      414 |        0 |    26089      0 |     1376 |     1169
171.57/171.67	c #cpu_time = 0.031s
171.57/171.67	c #wall_clock_time = 0.031s
171.57/171.67	c #decision = 414
171.57/171.67	c #random_decision = 0
171.57/171.67	c #conflict = 0
171.57/171.67	c #restart = 0
171.57/171.67	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
171.57/171.67	c lower bound updated to -10205991578919
172.06/172.16	c BCD2: 7014874133076 <= obj <= 17220865338988
172.06/172.16	c BCD2: #cores=211, #unrelaxed=447, #relaxed=890, #hardened=0
172.06/172.16	c BCD2: #sat=1 #unsat=331 bias=331/332
172.06/172.16	c Solving starts ...
172.06/172.16	c ============================[ Search Statistics ]============================
172.06/172.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
172.06/172.16	c       |         |          |          |    Limit     GC | Var      | Constra 
172.06/172.16	c =============================================================================
172.06/172.16	c  0.0s |       0 |        0 |        0 |    26089      0 |     1376 |     1169
172.06/172.19	c  0.0s |       0 |      415 |        0 |    26089      0 |     1376 |     1169
172.06/172.19	c #cpu_time = 0.029s
172.06/172.19	c #wall_clock_time = 0.029s
172.06/172.19	c #decision = 415
172.06/172.19	c #random_decision = 0
172.06/172.19	c #conflict = 0
172.06/172.19	c #restart = 0
172.06/172.19	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 7: cost of the new core is >=4650
172.06/172.19	c lower bound updated to -10205991578914
172.56/172.67	c BCD2: 7014874133081 <= obj <= 17220865338988
172.56/172.67	c BCD2: #cores=211, #unrelaxed=442, #relaxed=895, #hardened=0
172.56/172.67	c BCD2: #sat=1 #unsat=332 bias=332/333
172.56/172.68	c Solving starts ...
172.56/172.68	c ============================[ Search Statistics ]============================
172.56/172.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
172.56/172.68	c       |         |          |          |    Limit     GC | Var      | Constra 
172.56/172.68	c =============================================================================
172.56/172.68	c  0.0s |       0 |        0 |        0 |    26089      0 |     1403 |     1169
172.67/172.71	c  0.0s |       0 |      412 |        0 |    26089      0 |     1403 |     1222
172.67/172.71	c #cpu_time = 0.031s
172.67/172.71	c #wall_clock_time = 0.031s
172.67/172.71	c #decision = 412
172.67/172.71	c #random_decision = 0
172.67/172.71	c #conflict = 0
172.67/172.71	c #restart = 0
172.67/172.71	c BCD2: found a new core of size 2: cost of the new core is >=4645
172.67/172.71	c lower bound updated to -10205991574269
173.06/173.19	c BCD2: 7014874137726 <= obj <= 17220865338988
173.06/173.19	c BCD2: #cores=212, #unrelaxed=440, #relaxed=897, #hardened=0
173.06/173.19	c BCD2: #sat=1 #unsat=333 bias=333/334
173.06/173.19	c Solving starts ...
173.06/173.19	c ============================[ Search Statistics ]============================
173.06/173.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
173.06/173.19	c       |         |          |          |    Limit     GC | Var      | Constra 
173.06/173.19	c =============================================================================
173.06/173.19	c  0.0s |       0 |        0 |        0 |    26089      0 |     1403 |     1222
173.16/173.22	c  0.0s |       0 |      412 |        0 |    26089      0 |     1403 |     1222
173.16/173.22	c #cpu_time = 0.030s
173.16/173.22	c #wall_clock_time = 0.030s
173.16/173.22	c #decision = 412
173.16/173.22	c #random_decision = 0
173.16/173.22	c #conflict = 0
173.16/173.22	c #restart = 0
173.16/173.22	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
173.16/173.22	c lower bound updated to -9995981016749
173.66/173.70	c BCD2: 7224884695246 <= obj <= 17220865338988
173.66/173.70	c BCD2: #cores=213, #unrelaxed=439, #relaxed=898, #hardened=0
173.66/173.70	c BCD2: #sat=1 #unsat=334 bias=334/335
173.66/173.70	c Solving starts ...
173.66/173.70	c ============================[ Search Statistics ]============================
173.66/173.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
173.66/173.70	c       |         |          |          |    Limit     GC | Var      | Constra 
173.66/173.70	c =============================================================================
173.66/173.70	c  0.0s |       0 |        0 |        0 |    26089      0 |     1403 |     1222
173.66/173.74	c  0.0s |       0 |      413 |        0 |    26089      0 |     1403 |     1222
173.66/173.74	c #cpu_time = 0.031s
173.66/173.74	c #wall_clock_time = 0.031s
173.66/173.74	c #decision = 413
173.66/173.74	c #random_decision = 0
173.66/173.74	c #conflict = 0
173.66/173.74	c #restart = 0
173.66/173.74	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
173.66/173.74	c lower bound updated to -9993419912389
174.16/174.21	c BCD2: 7227445799606 <= obj <= 17220865338988
174.16/174.21	c BCD2: #cores=214, #unrelaxed=438, #relaxed=899, #hardened=0
174.16/174.21	c BCD2: #sat=1 #unsat=335 bias=335/336
174.16/174.21	c Solving starts ...
174.16/174.21	c ============================[ Search Statistics ]============================
174.16/174.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
174.16/174.21	c       |         |          |          |    Limit     GC | Var      | Constra 
174.16/174.21	c =============================================================================
174.16/174.21	c  0.0s |       0 |        0 |        0 |    26089      0 |     1403 |     1222
174.16/174.26	c  0.0s |       0 |      415 |        0 |    26089      0 |     1403 |     1222
174.16/174.26	c #cpu_time = 0.041s
174.16/174.26	c #wall_clock_time = 0.041s
174.16/174.26	c #decision = 415
174.16/174.26	c #random_decision = 0
174.16/174.26	c #conflict = 0
174.16/174.26	c #restart = 0
174.16/174.26	c BCD2: found a new core of size 2: cost of the new core is >=380890
174.16/174.26	c lower bound updated to -9993419531499
174.66/174.74	c BCD2: 7227446180496 <= obj <= 17220865338988
174.66/174.74	c BCD2: #cores=215, #unrelaxed=436, #relaxed=901, #hardened=0
174.66/174.74	c BCD2: #sat=1 #unsat=336 bias=336/337
174.66/174.74	c Solving starts ...
174.66/174.74	c ============================[ Search Statistics ]============================
174.66/174.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
174.66/174.74	c       |         |          |          |    Limit     GC | Var      | Constra 
174.66/174.74	c =============================================================================
174.66/174.74	c  0.0s |       0 |        0 |        0 |    26089      0 |     1403 |     1222
174.66/174.77	c  0.0s |       0 |      645 |        1 |    26089      0 |     1403 |     1222
174.66/174.77	c #cpu_time = 0.033s
174.66/174.77	c #wall_clock_time = 0.033s
174.66/174.77	c #decision = 645
174.66/174.77	c #random_decision = 0
174.66/174.77	c #conflict = 1
174.66/174.77	c #restart = 0
174.66/174.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
174.66/174.77	c lower bound updated to -9993419526854
175.16/175.25	c BCD2: 7227446185141 <= obj <= 17220865338988
175.16/175.25	c BCD2: #cores=215, #unrelaxed=435, #relaxed=902, #hardened=0
175.16/175.25	c BCD2: #sat=1 #unsat=337 bias=337/338
175.16/175.25	c Solving starts ...
175.16/175.25	c ============================[ Search Statistics ]============================
175.16/175.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
175.16/175.25	c       |         |          |          |    Limit     GC | Var      | Constra 
175.16/175.25	c =============================================================================
175.16/175.25	c  0.0s |       0 |        0 |        0 |    26089      0 |     1404 |     1222
175.16/175.28	c  0.0s |       0 |      415 |        0 |    26089      0 |     1404 |     1223
175.16/175.28	c #cpu_time = 0.029s
175.16/175.28	c #wall_clock_time = 0.029s
175.16/175.28	c #decision = 415
175.16/175.28	c #random_decision = 0
175.16/175.28	c #conflict = 0
175.16/175.28	c #restart = 0
175.16/175.28	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
175.16/175.28	c lower bound updated to -9783408969334
175.66/175.77	c BCD2: 7437456742661 <= obj <= 17220865338988
175.66/175.77	c BCD2: #cores=216, #unrelaxed=434, #relaxed=903, #hardened=0
175.66/175.77	c BCD2: #sat=1 #unsat=338 bias=338/339
175.66/175.77	c Solving starts ...
175.66/175.77	c ============================[ Search Statistics ]============================
175.66/175.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
175.66/175.77	c       |         |          |          |    Limit     GC | Var      | Constra 
175.66/175.77	c =============================================================================
175.66/175.77	c  0.0s |       0 |        0 |        0 |    26089      0 |     1404 |     1223
175.76/175.80	c  0.0s |       0 |      416 |        0 |    26089      0 |     1404 |     1223
175.76/175.80	c #cpu_time = 0.031s
175.76/175.80	c #wall_clock_time = 0.031s
175.76/175.80	c #decision = 416
175.76/175.80	c #random_decision = 0
175.76/175.80	c #conflict = 0
175.76/175.80	c #restart = 0
175.76/175.80	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
175.76/175.80	c lower bound updated to -9780847864974
176.16/176.29	c BCD2: 7440017847021 <= obj <= 17220865338988
176.16/176.29	c BCD2: #cores=217, #unrelaxed=433, #relaxed=904, #hardened=0
176.16/176.29	c BCD2: #sat=1 #unsat=339 bias=339/340
176.16/176.29	c Solving starts ...
176.16/176.29	c ============================[ Search Statistics ]============================
176.16/176.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
176.16/176.29	c       |         |          |          |    Limit     GC | Var      | Constra 
176.16/176.29	c =============================================================================
176.16/176.29	c  0.0s |       0 |        0 |        0 |    26089      0 |     1404 |     1223
176.26/176.33	c  0.0s |       0 |      512 |        1 |    26089      0 |     1404 |     1223
176.26/176.33	c #cpu_time = 0.031s
176.26/176.33	c #wall_clock_time = 0.031s
176.26/176.33	c #decision = 512
176.26/176.33	c #random_decision = 0
176.26/176.33	c #conflict = 1
176.26/176.33	c #restart = 0
176.26/176.33	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 11: cost of the new core is >=9300
176.26/176.33	c lower bound updated to -9780847864969
176.76/176.81	c BCD2: 7440017847026 <= obj <= 17220865338988
176.76/176.81	c BCD2: #cores=216, #unrelaxed=431, #relaxed=906, #hardened=0
176.76/176.81	c BCD2: #sat=1 #unsat=340 bias=340/341
176.76/176.81	c Solving starts ...
176.76/176.81	c ============================[ Search Statistics ]============================
176.76/176.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
176.76/176.81	c       |         |          |          |    Limit     GC | Var      | Constra 
176.76/176.81	c =============================================================================
176.76/176.81	c  0.0s |       0 |        0 |        0 |    26089      0 |     1419 |     1223
176.76/176.85	c  0.0s |       0 |      416 |        0 |    26089      0 |     1419 |     1251
176.76/176.85	c #cpu_time = 0.031s
176.76/176.85	c #wall_clock_time = 0.031s
176.76/176.85	c #decision = 416
176.76/176.85	c #random_decision = 0
176.76/176.85	c #conflict = 0
176.76/176.85	c #restart = 0
176.76/176.85	c BCD2: found a new core of size 2: cost of the new core is >=4645
176.76/176.85	c lower bound updated to -9780847860324
177.26/177.33	c BCD2: 7440017851671 <= obj <= 17220865338988
177.26/177.33	c BCD2: #cores=217, #unrelaxed=429, #relaxed=908, #hardened=0
177.26/177.33	c BCD2: #sat=1 #unsat=341 bias=341/342
177.26/177.33	c Solving starts ...
177.26/177.33	c ============================[ Search Statistics ]============================
177.26/177.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
177.26/177.33	c       |         |          |          |    Limit     GC | Var      | Constra 
177.26/177.33	c =============================================================================
177.26/177.33	c  0.0s |       0 |        0 |        0 |    26089      0 |     1419 |     1251
177.26/177.36	c  0.0s |       0 |      416 |        0 |    26089      0 |     1419 |     1251
177.26/177.36	c #cpu_time = 0.030s
177.26/177.36	c #wall_clock_time = 0.030s
177.26/177.36	c #decision = 416
177.26/177.36	c #random_decision = 0
177.26/177.36	c #conflict = 0
177.26/177.36	c #restart = 0
177.26/177.36	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
177.26/177.36	c lower bound updated to -9570837302804
177.76/177.84	c BCD2: 7650028409191 <= obj <= 17220865338988
177.76/177.84	c BCD2: #cores=218, #unrelaxed=428, #relaxed=909, #hardened=0
177.76/177.84	c BCD2: #sat=1 #unsat=342 bias=342/343
177.76/177.84	c Solving starts ...
177.76/177.84	c ============================[ Search Statistics ]============================
177.76/177.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
177.76/177.84	c       |         |          |          |    Limit     GC | Var      | Constra 
177.76/177.84	c =============================================================================
177.76/177.85	c  0.0s |       0 |        0 |        0 |    26089      0 |     1419 |     1251
177.76/177.88	c  0.0s |       0 |      417 |        0 |    26089      0 |     1419 |     1251
177.76/177.88	c #cpu_time = 0.031s
177.76/177.88	c #wall_clock_time = 0.031s
177.76/177.88	c #decision = 417
177.76/177.88	c #random_decision = 0
177.76/177.88	c #conflict = 0
177.76/177.88	c #restart = 0
177.76/177.88	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
177.76/177.88	c lower bound updated to -9568276198444
178.27/178.36	c BCD2: 7652589513551 <= obj <= 17220865338988
178.27/178.36	c BCD2: #cores=219, #unrelaxed=427, #relaxed=910, #hardened=0
178.27/178.36	c BCD2: #sat=1 #unsat=343 bias=343/344
178.27/178.36	c Solving starts ...
178.27/178.36	c ============================[ Search Statistics ]============================
178.27/178.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
178.27/178.36	c       |         |          |          |    Limit     GC | Var      | Constra 
178.27/178.36	c =============================================================================
178.27/178.36	c  0.0s |       0 |        0 |        0 |    26089      0 |     1419 |     1251
178.36/178.40	c  0.0s |       0 |      419 |        0 |    26089      0 |     1419 |     1251
178.36/178.40	c #cpu_time = 0.042s
178.36/178.40	c #wall_clock_time = 0.042s
178.36/178.40	c #decision = 419
178.36/178.40	c #random_decision = 0
178.36/178.40	c #conflict = 0
178.36/178.40	c #restart = 0
178.36/178.40	c BCD2: found a new core of size 2: cost of the new core is >=380890
178.36/178.40	c lower bound updated to -9568275817554
178.76/178.88	c BCD2: 7652589894441 <= obj <= 17220865338988
178.76/178.88	c BCD2: #cores=220, #unrelaxed=425, #relaxed=912, #hardened=0
178.76/178.88	c BCD2: #sat=1 #unsat=344 bias=344/345
178.76/178.88	c Solving starts ...
178.76/178.88	c ============================[ Search Statistics ]============================
178.76/178.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
178.76/178.88	c       |         |          |          |    Limit     GC | Var      | Constra 
178.76/178.88	c =============================================================================
178.76/178.88	c  0.0s |       0 |        0 |        0 |    26089      0 |     1419 |     1251
178.86/178.92	c  0.0s |       0 |      649 |        1 |    26089      0 |     1419 |     1251
178.86/178.92	c #cpu_time = 0.033s
178.86/178.92	c #wall_clock_time = 0.033s
178.86/178.92	c #decision = 649
178.86/178.92	c #random_decision = 0
178.86/178.92	c #conflict = 1
178.86/178.92	c #restart = 0
178.86/178.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
178.86/178.92	c lower bound updated to -9568275812909
179.27/179.39	c BCD2: 7652589899086 <= obj <= 17220865338988
179.27/179.39	c BCD2: #cores=220, #unrelaxed=424, #relaxed=913, #hardened=0
179.27/179.39	c BCD2: #sat=1 #unsat=345 bias=345/346
179.27/179.40	c Solving starts ...
179.27/179.40	c ============================[ Search Statistics ]============================
179.27/179.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
179.27/179.40	c       |         |          |          |    Limit     GC | Var      | Constra 
179.27/179.40	c =============================================================================
179.27/179.40	c  0.0s |       0 |        0 |        0 |    26089      0 |     1420 |     1251
179.37/179.43	c  0.0s |       0 |      419 |        0 |    26089      0 |     1420 |     1252
179.37/179.43	c #cpu_time = 0.030s
179.37/179.43	c #wall_clock_time = 0.030s
179.37/179.43	c #decision = 419
179.37/179.43	c #random_decision = 0
179.37/179.43	c #conflict = 0
179.37/179.43	c #restart = 0
179.37/179.43	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
179.37/179.43	c lower bound updated to -9358265255389
179.86/179.98	c BCD2: 7862600456606 <= obj <= 17220865338988
179.86/179.98	c BCD2: #cores=221, #unrelaxed=423, #relaxed=914, #hardened=0
179.86/179.98	c BCD2: #sat=1 #unsat=346 bias=346/347
179.86/179.98	c Solving starts ...
179.86/179.98	c ============================[ Search Statistics ]============================
179.86/179.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
179.86/179.98	c       |         |          |          |    Limit     GC | Var      | Constra 
179.86/179.98	c =============================================================================
179.86/179.98	c  0.0s |       0 |        0 |        0 |    26089      0 |     1420 |     1252
179.96/180.01	c  0.0s |       0 |      420 |        0 |    26089      0 |     1420 |     1252
179.96/180.01	c #cpu_time = 0.031s
179.96/180.01	c #wall_clock_time = 0.031s
179.96/180.01	c #decision = 420
179.96/180.01	c #random_decision = 0
179.96/180.01	c #conflict = 0
179.96/180.01	c #restart = 0
179.96/180.01	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
179.96/180.01	c lower bound updated to -9355704151029
180.47/180.50	c BCD2: 7865161560966 <= obj <= 17220865338988
180.47/180.50	c BCD2: #cores=222, #unrelaxed=422, #relaxed=915, #hardened=0
180.47/180.50	c BCD2: #sat=1 #unsat=347 bias=347/348
180.47/180.50	c Solving starts ...
180.47/180.50	c ============================[ Search Statistics ]============================
180.47/180.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
180.47/180.50	c       |         |          |          |    Limit     GC | Var      | Constra 
180.47/180.50	c =============================================================================
180.47/180.50	c  0.0s |       0 |        0 |        0 |    26089      0 |     1420 |     1252
180.47/180.54	c  0.0s |       0 |      422 |        0 |    26089      0 |     1420 |     1252
180.47/180.54	c #cpu_time = 0.030s
180.47/180.54	c #wall_clock_time = 0.030s
180.47/180.54	c #decision = 422
180.47/180.54	c #random_decision = 0
180.47/180.54	c #conflict = 0
180.47/180.54	c #restart = 0
180.47/180.54	c BCD2: found a new core of size 2: cost of the new core is >=380890
180.47/180.54	c lower bound updated to -9355703770139
180.96/181.02	c BCD2: 7865161941856 <= obj <= 17220865338988
180.96/181.02	c BCD2: #cores=223, #unrelaxed=420, #relaxed=917, #hardened=0
180.96/181.02	c BCD2: #sat=1 #unsat=348 bias=348/349
180.96/181.03	c Solving starts ...
180.96/181.03	c ============================[ Search Statistics ]============================
180.96/181.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
180.96/181.03	c       |         |          |          |    Limit     GC | Var      | Constra 
180.96/181.03	c =============================================================================
180.96/181.03	c  0.0s |       0 |        0 |        0 |    26089      0 |     1420 |     1252
180.96/181.06	c  0.0s |       0 |      653 |        1 |    26089      0 |     1420 |     1252
180.96/181.06	c #cpu_time = 0.033s
180.96/181.06	c #wall_clock_time = 0.033s
180.96/181.06	c #decision = 653
180.96/181.06	c #random_decision = 0
180.96/181.06	c #conflict = 1
180.96/181.06	c #restart = 0
180.96/181.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
180.96/181.06	c lower bound updated to -9355703765494
181.47/181.55	c BCD2: 7865161946501 <= obj <= 17220865338988
181.47/181.55	c BCD2: #cores=223, #unrelaxed=419, #relaxed=918, #hardened=0
181.47/181.55	c BCD2: #sat=1 #unsat=349 bias=349/350
181.47/181.55	c Solving starts ...
181.47/181.55	c ============================[ Search Statistics ]============================
181.47/181.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
181.47/181.55	c       |         |          |          |    Limit     GC | Var      | Constra 
181.47/181.55	c =============================================================================
181.47/181.55	c  0.0s |       0 |        0 |        0 |    26089      0 |     1421 |     1252
181.47/181.58	c  0.0s |       0 |      422 |        0 |    26089      0 |     1421 |     1253
181.47/181.58	c #cpu_time = 0.030s
181.47/181.58	c #wall_clock_time = 0.030s
181.47/181.58	c #decision = 422
181.47/181.58	c #random_decision = 0
181.47/181.58	c #conflict = 0
181.47/181.58	c #restart = 0
181.47/181.58	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
181.47/181.58	c lower bound updated to -9145693207974
181.96/182.06	c BCD2: 8075172504021 <= obj <= 17220865338988
181.96/182.06	c BCD2: #cores=224, #unrelaxed=418, #relaxed=919, #hardened=0
181.96/182.06	c BCD2: #sat=1 #unsat=350 bias=350/351
181.96/182.06	c Solving starts ...
181.96/182.06	c ============================[ Search Statistics ]============================
181.96/182.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
181.96/182.06	c       |         |          |          |    Limit     GC | Var      | Constra 
181.96/182.06	c =============================================================================
181.96/182.06	c  0.0s |       0 |        0 |        0 |    26089      0 |     1421 |     1253
181.96/182.10	c  0.0s |       0 |      423 |        0 |    26089      0 |     1421 |     1253
181.96/182.10	c #cpu_time = 0.031s
181.96/182.10	c #wall_clock_time = 0.031s
181.96/182.10	c #decision = 423
181.96/182.10	c #random_decision = 0
181.96/182.10	c #conflict = 0
181.96/182.10	c #restart = 0
181.96/182.10	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
181.96/182.10	c lower bound updated to -9143132103614
182.46/182.58	c BCD2: 8077733608381 <= obj <= 17220865338988
182.46/182.58	c BCD2: #cores=225, #unrelaxed=417, #relaxed=920, #hardened=0
182.46/182.58	c BCD2: #sat=1 #unsat=351 bias=351/352
182.46/182.58	c Solving starts ...
182.46/182.58	c ============================[ Search Statistics ]============================
182.46/182.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
182.46/182.58	c       |         |          |          |    Limit     GC | Var      | Constra 
182.46/182.58	c =============================================================================
182.46/182.58	c  0.0s |       0 |        0 |        0 |    26089      0 |     1421 |     1253
182.57/182.62	c  0.0s |       0 |      425 |        0 |    26089      0 |     1421 |     1253
182.57/182.62	c #cpu_time = 0.042s
182.57/182.62	c #wall_clock_time = 0.042s
182.57/182.62	c #decision = 425
182.57/182.62	c #random_decision = 0
182.57/182.62	c #conflict = 0
182.57/182.62	c #restart = 0
182.57/182.62	c BCD2: found a new core of size 2: cost of the new core is >=380890
182.57/182.62	c lower bound updated to -9143131722724
183.06/183.11	c BCD2: 8077733989271 <= obj <= 17220865338988
183.06/183.11	c BCD2: #cores=226, #unrelaxed=415, #relaxed=922, #hardened=0
183.06/183.11	c BCD2: #sat=1 #unsat=352 bias=352/353
183.06/183.11	c Solving starts ...
183.06/183.11	c ============================[ Search Statistics ]============================
183.06/183.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
183.06/183.11	c       |         |          |          |    Limit     GC | Var      | Constra 
183.06/183.11	c =============================================================================
183.06/183.11	c  0.0s |       0 |        0 |        0 |    26089      0 |     1421 |     1253
183.06/183.14	c  0.0s |       0 |      657 |        1 |    26089      0 |     1421 |     1253
183.06/183.14	c #cpu_time = 0.033s
183.06/183.14	c #wall_clock_time = 0.033s
183.06/183.14	c #decision = 657
183.06/183.14	c #random_decision = 0
183.06/183.14	c #conflict = 1
183.06/183.14	c #restart = 0
183.06/183.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
183.06/183.14	c lower bound updated to -9143131718079
183.56/183.62	c BCD2: 8077733993916 <= obj <= 17220865338988
183.56/183.62	c BCD2: #cores=226, #unrelaxed=414, #relaxed=923, #hardened=0
183.56/183.62	c BCD2: #sat=1 #unsat=353 bias=353/354
183.56/183.62	c Solving starts ...
183.56/183.62	c ============================[ Search Statistics ]============================
183.56/183.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
183.56/183.62	c       |         |          |          |    Limit     GC | Var      | Constra 
183.56/183.62	c =============================================================================
183.56/183.62	c  0.0s |       0 |        0 |        0 |    26089      0 |     1422 |     1253
183.56/183.65	c  0.0s |       0 |      425 |        0 |    26089      0 |     1422 |     1254
183.56/183.65	c #cpu_time = 0.030s
183.56/183.65	c #wall_clock_time = 0.030s
183.56/183.65	c #decision = 425
183.56/183.65	c #random_decision = 0
183.56/183.65	c #conflict = 0
183.56/183.65	c #restart = 0
183.56/183.65	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
183.56/183.65	c lower bound updated to -8933121160559
184.06/184.13	c BCD2: 8287744551436 <= obj <= 17220865338988
184.06/184.13	c BCD2: #cores=227, #unrelaxed=413, #relaxed=924, #hardened=0
184.06/184.13	c BCD2: #sat=1 #unsat=354 bias=354/355
184.06/184.13	c Solving starts ...
184.06/184.13	c ============================[ Search Statistics ]============================
184.06/184.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
184.06/184.13	c       |         |          |          |    Limit     GC | Var      | Constra 
184.06/184.13	c =============================================================================
184.06/184.13	c  0.0s |       0 |        0 |        0 |    26089      0 |     1422 |     1254
184.06/184.16	c  0.0s |       0 |      426 |        0 |    26089      0 |     1422 |     1254
184.06/184.16	c #cpu_time = 0.031s
184.06/184.16	c #wall_clock_time = 0.031s
184.06/184.16	c #decision = 426
184.06/184.16	c #random_decision = 0
184.06/184.16	c #conflict = 0
184.06/184.16	c #restart = 0
184.06/184.16	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
184.06/184.16	c lower bound updated to -8930560056199
184.56/184.64	c BCD2: 8290305655796 <= obj <= 17220865338988
184.56/184.64	c BCD2: #cores=228, #unrelaxed=412, #relaxed=925, #hardened=0
184.56/184.64	c BCD2: #sat=1 #unsat=355 bias=355/356
184.56/184.64	c Solving starts ...
184.56/184.64	c ============================[ Search Statistics ]============================
184.56/184.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
184.56/184.64	c       |         |          |          |    Limit     GC | Var      | Constra 
184.56/184.64	c =============================================================================
184.56/184.64	c  0.0s |       0 |        0 |        0 |    26089      0 |     1422 |     1254
184.56/184.69	c  0.0s |       0 |      428 |        0 |    26089      0 |     1422 |     1254
184.56/184.69	c #cpu_time = 0.042s
184.56/184.69	c #wall_clock_time = 0.042s
184.56/184.69	c #decision = 428
184.56/184.69	c #random_decision = 0
184.56/184.69	c #conflict = 0
184.56/184.69	c #restart = 0
184.56/184.69	c BCD2: found a new core of size 2: cost of the new core is >=380890
184.56/184.69	c lower bound updated to -8930559675309
185.06/185.16	c BCD2: 8290306036686 <= obj <= 17220865338988
185.06/185.16	c BCD2: #cores=229, #unrelaxed=410, #relaxed=927, #hardened=0
185.06/185.16	c BCD2: #sat=1 #unsat=356 bias=356/357
185.06/185.17	c Solving starts ...
185.06/185.17	c ============================[ Search Statistics ]============================
185.06/185.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
185.06/185.17	c       |         |          |          |    Limit     GC | Var      | Constra 
185.06/185.17	c =============================================================================
185.06/185.17	c  0.0s |       0 |        0 |        0 |    26089      0 |     1422 |     1254
185.16/185.20	c  0.0s |       0 |      661 |        1 |    26089      0 |     1422 |     1254
185.16/185.20	c #cpu_time = 0.033s
185.16/185.20	c #wall_clock_time = 0.033s
185.16/185.20	c #decision = 661
185.16/185.20	c #random_decision = 0
185.16/185.20	c #conflict = 1
185.16/185.20	c #restart = 0
185.16/185.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
185.16/185.20	c lower bound updated to -8930559670664
185.56/185.68	c BCD2: 8290306041331 <= obj <= 17220865338988
185.56/185.68	c BCD2: #cores=229, #unrelaxed=409, #relaxed=928, #hardened=0
185.56/185.68	c BCD2: #sat=1 #unsat=357 bias=357/358
185.56/185.69	c Solving starts ...
185.56/185.69	c ============================[ Search Statistics ]============================
185.56/185.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
185.56/185.69	c       |         |          |          |    Limit     GC | Var      | Constra 
185.56/185.69	c =============================================================================
185.56/185.69	c  0.0s |       0 |        0 |        0 |    26089      0 |     1423 |     1254
185.66/185.72	c  0.0s |       0 |      428 |        0 |    26089      0 |     1423 |     1255
185.66/185.72	c #cpu_time = 0.036s
185.66/185.72	c #wall_clock_time = 0.036s
185.66/185.72	c #decision = 428
185.66/185.72	c #random_decision = 0
185.66/185.72	c #conflict = 0
185.66/185.72	c #restart = 0
185.66/185.72	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
185.66/185.72	c lower bound updated to -8720549113144
186.16/186.22	c BCD2: 8500316598851 <= obj <= 17220865338988
186.16/186.22	c BCD2: #cores=230, #unrelaxed=408, #relaxed=929, #hardened=0
186.16/186.22	c BCD2: #sat=1 #unsat=358 bias=358/359
186.16/186.22	c Solving starts ...
186.16/186.22	c ============================[ Search Statistics ]============================
186.16/186.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
186.16/186.22	c       |         |          |          |    Limit     GC | Var      | Constra 
186.16/186.22	c =============================================================================
186.16/186.22	c  0.0s |       0 |        0 |        0 |    26089      0 |     1423 |     1255
186.16/186.25	c  0.0s |       0 |      429 |        0 |    26089      0 |     1423 |     1255
186.16/186.25	c #cpu_time = 0.032s
186.16/186.25	c #wall_clock_time = 0.032s
186.16/186.25	c #decision = 429
186.16/186.25	c #random_decision = 0
186.16/186.25	c #conflict = 0
186.16/186.25	c #restart = 0
186.16/186.25	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
186.16/186.25	c lower bound updated to -8717988008784
186.66/186.75	c BCD2: 8502877703211 <= obj <= 17220865338988
186.66/186.75	c BCD2: #cores=231, #unrelaxed=407, #relaxed=930, #hardened=0
186.66/186.75	c BCD2: #sat=1 #unsat=359 bias=359/360
186.66/186.75	c Solving starts ...
186.66/186.75	c ============================[ Search Statistics ]============================
186.66/186.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
186.66/186.75	c       |         |          |          |    Limit     GC | Var      | Constra 
186.66/186.75	c =============================================================================
186.66/186.75	c  0.0s |       0 |        0 |        0 |    26089      0 |     1423 |     1255
186.76/186.80	c  0.0s |       0 |      431 |        0 |    26089      0 |     1423 |     1255
186.76/186.80	c #cpu_time = 0.043s
186.76/186.80	c #wall_clock_time = 0.043s
186.76/186.80	c #decision = 431
186.76/186.80	c #random_decision = 0
186.76/186.80	c #conflict = 0
186.76/186.80	c #restart = 0
186.76/186.80	c BCD2: found a new core of size 2: cost of the new core is >=380890
186.76/186.80	c lower bound updated to -8717987627894
187.16/187.29	c BCD2: 8502878084101 <= obj <= 17220865338988
187.16/187.29	c BCD2: #cores=232, #unrelaxed=405, #relaxed=932, #hardened=0
187.16/187.29	c BCD2: #sat=1 #unsat=360 bias=360/361
187.16/187.29	c Solving starts ...
187.16/187.29	c ============================[ Search Statistics ]============================
187.16/187.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
187.16/187.29	c       |         |          |          |    Limit     GC | Var      | Constra 
187.16/187.29	c =============================================================================
187.16/187.29	c  0.0s |       0 |        0 |        0 |    26089      0 |     1423 |     1255
187.26/187.32	c  0.0s |       0 |      665 |        1 |    26089      0 |     1423 |     1255
187.26/187.32	c #cpu_time = 0.034s
187.26/187.32	c #wall_clock_time = 0.034s
187.26/187.32	c #decision = 665
187.26/187.32	c #random_decision = 0
187.26/187.32	c #conflict = 1
187.26/187.32	c #restart = 0
187.26/187.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
187.26/187.32	c lower bound updated to -8717987623249
187.76/187.81	c BCD2: 8502878088746 <= obj <= 17220865338988
187.76/187.81	c BCD2: #cores=232, #unrelaxed=404, #relaxed=933, #hardened=0
187.76/187.81	c BCD2: #sat=1 #unsat=361 bias=361/362
187.76/187.81	c Solving starts ...
187.76/187.81	c ============================[ Search Statistics ]============================
187.76/187.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
187.76/187.81	c       |         |          |          |    Limit     GC | Var      | Constra 
187.76/187.81	c =============================================================================
187.76/187.81	c  0.0s |       0 |        0 |        0 |    26089      0 |     1424 |     1255
187.76/187.84	c  0.0s |       0 |      431 |        0 |    26089      0 |     1424 |     1256
187.76/187.84	c #cpu_time = 0.031s
187.76/187.84	c #wall_clock_time = 0.031s
187.76/187.84	c #decision = 431
187.76/187.84	c #random_decision = 0
187.76/187.84	c #conflict = 0
187.76/187.84	c #restart = 0
187.76/187.84	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
187.76/187.84	c lower bound updated to -8507977065729
188.26/188.32	c BCD2: 8712888646266 <= obj <= 17220865338988
188.26/188.32	c BCD2: #cores=233, #unrelaxed=403, #relaxed=934, #hardened=0
188.26/188.32	c BCD2: #sat=1 #unsat=362 bias=362/363
188.26/188.33	c Solving starts ...
188.26/188.33	c ============================[ Search Statistics ]============================
188.26/188.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
188.26/188.33	c       |         |          |          |    Limit     GC | Var      | Constra 
188.26/188.33	c =============================================================================
188.26/188.33	c  0.0s |       0 |        0 |        0 |    26089      0 |     1424 |     1256
188.26/188.36	c  0.0s |       0 |      432 |        0 |    26089      0 |     1424 |     1256
188.26/188.36	c #cpu_time = 0.032s
188.26/188.36	c #wall_clock_time = 0.032s
188.26/188.36	c #decision = 432
188.26/188.36	c #random_decision = 0
188.26/188.36	c #conflict = 0
188.26/188.36	c #restart = 0
188.26/188.36	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
188.26/188.36	c lower bound updated to -8505415961369
188.76/188.84	c BCD2: 8715449750626 <= obj <= 17220865338988
188.76/188.84	c BCD2: #cores=234, #unrelaxed=402, #relaxed=935, #hardened=0
188.76/188.84	c BCD2: #sat=1 #unsat=363 bias=363/364
188.76/188.84	c Solving starts ...
188.76/188.84	c ============================[ Search Statistics ]============================
188.76/188.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
188.76/188.84	c       |         |          |          |    Limit     GC | Var      | Constra 
188.76/188.84	c =============================================================================
188.76/188.84	c  0.0s |       0 |        0 |        0 |    26089      0 |     1424 |     1256
188.76/188.89	c  0.0s |       0 |      434 |        0 |    26089      0 |     1424 |     1256
188.76/188.89	c #cpu_time = 0.043s
188.76/188.89	c #wall_clock_time = 0.043s
188.76/188.89	c #decision = 434
188.76/188.89	c #random_decision = 0
188.76/188.89	c #conflict = 0
188.76/188.89	c #restart = 0
188.76/188.89	c BCD2: found a new core of size 2: cost of the new core is >=380890
188.76/188.89	c lower bound updated to -8505415580479
189.26/189.37	c BCD2: 8715450131516 <= obj <= 17220865338988
189.26/189.37	c BCD2: #cores=235, #unrelaxed=400, #relaxed=937, #hardened=0
189.26/189.37	c BCD2: #sat=1 #unsat=364 bias=364/365
189.26/189.37	c Solving starts ...
189.26/189.37	c ============================[ Search Statistics ]============================
189.26/189.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
189.26/189.37	c       |         |          |          |    Limit     GC | Var      | Constra 
189.26/189.37	c =============================================================================
189.26/189.37	c  0.0s |       0 |        0 |        0 |    26089      0 |     1424 |     1256
189.36/189.41	c  0.0s |       0 |      669 |        1 |    26089      0 |     1424 |     1256
189.36/189.41	c #cpu_time = 0.034s
189.36/189.41	c #wall_clock_time = 0.034s
189.36/189.41	c #decision = 669
189.36/189.41	c #random_decision = 0
189.36/189.41	c #conflict = 1
189.36/189.41	c #restart = 0
189.36/189.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
189.36/189.41	c lower bound updated to -8505415575834
189.76/189.88	c BCD2: 8715450136161 <= obj <= 17220865338988
189.76/189.88	c BCD2: #cores=235, #unrelaxed=399, #relaxed=938, #hardened=0
189.76/189.88	c BCD2: #sat=1 #unsat=365 bias=365/366
189.76/189.88	c Solving starts ...
189.76/189.88	c ============================[ Search Statistics ]============================
189.76/189.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
189.76/189.88	c       |         |          |          |    Limit     GC | Var      | Constra 
189.76/189.88	c =============================================================================
189.76/189.88	c  0.0s |       0 |        0 |        0 |    26089      0 |     1425 |     1256
189.86/189.92	c  0.0s |       0 |      434 |        0 |    26089      0 |     1425 |     1257
189.86/189.92	c #cpu_time = 0.031s
189.86/189.92	c #wall_clock_time = 0.031s
189.86/189.92	c #decision = 434
189.86/189.92	c #random_decision = 0
189.86/189.92	c #conflict = 0
189.86/189.92	c #restart = 0
189.86/189.92	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
189.86/189.92	c lower bound updated to -8295405018314
190.26/190.39	c BCD2: 8925460693681 <= obj <= 17220865338988
190.26/190.39	c BCD2: #cores=236, #unrelaxed=398, #relaxed=939, #hardened=0
190.26/190.39	c BCD2: #sat=1 #unsat=366 bias=366/367
190.26/190.39	c Solving starts ...
190.26/190.39	c ============================[ Search Statistics ]============================
190.26/190.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
190.26/190.39	c       |         |          |          |    Limit     GC | Var      | Constra 
190.26/190.39	c =============================================================================
190.26/190.39	c  0.0s |       0 |        0 |        0 |    26089      0 |     1425 |     1257
190.36/190.42	c  0.0s |       0 |      435 |        0 |    26089      0 |     1425 |     1257
190.36/190.42	c #cpu_time = 0.032s
190.36/190.42	c #wall_clock_time = 0.032s
190.36/190.42	c #decision = 435
190.36/190.42	c #random_decision = 0
190.36/190.42	c #conflict = 0
190.36/190.42	c #restart = 0
190.36/190.42	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
190.36/190.42	c lower bound updated to -8292843913954
190.86/190.90	c BCD2: 8928021798041 <= obj <= 17220865338988
190.86/190.90	c BCD2: #cores=237, #unrelaxed=397, #relaxed=940, #hardened=0
190.86/190.90	c BCD2: #sat=1 #unsat=367 bias=367/368
190.86/190.90	c Solving starts ...
190.86/190.90	c ============================[ Search Statistics ]============================
190.86/190.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
190.86/190.90	c       |         |          |          |    Limit     GC | Var      | Constra 
190.86/190.90	c =============================================================================
190.86/190.90	c  0.0s |       0 |        0 |        0 |    26089      0 |     1425 |     1257
190.86/190.93	c  0.0s |       0 |      437 |        0 |    26089      0 |     1425 |     1257
190.86/190.93	c #cpu_time = 0.030s
190.86/190.93	c #wall_clock_time = 0.030s
190.86/190.93	c #decision = 437
190.86/190.93	c #random_decision = 0
190.86/190.93	c #conflict = 0
190.86/190.93	c #restart = 0
190.86/190.93	c BCD2: found a new core of size 2: cost of the new core is >=380890
190.86/190.93	c lower bound updated to -8292843533064
191.36/191.41	c BCD2: 8928022178931 <= obj <= 17220865338988
191.36/191.41	c BCD2: #cores=238, #unrelaxed=395, #relaxed=942, #hardened=0
191.36/191.41	c BCD2: #sat=1 #unsat=368 bias=368/369
191.36/191.41	c Solving starts ...
191.36/191.41	c ============================[ Search Statistics ]============================
191.36/191.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
191.36/191.41	c       |         |          |          |    Limit     GC | Var      | Constra 
191.36/191.41	c =============================================================================
191.36/191.41	c  0.0s |       0 |        0 |        0 |    26089      0 |     1425 |     1257
191.36/191.45	c  0.0s |       0 |      673 |        1 |    26089      0 |     1425 |     1257
191.36/191.45	c #cpu_time = 0.038s
191.36/191.45	c #wall_clock_time = 0.038s
191.36/191.45	c #decision = 673
191.36/191.45	c #random_decision = 0
191.36/191.45	c #conflict = 1
191.36/191.45	c #restart = 0
191.36/191.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
191.36/191.45	c lower bound updated to -8292843528419
191.86/191.94	c BCD2: 8928022183576 <= obj <= 17220865338988
191.86/191.94	c BCD2: #cores=238, #unrelaxed=394, #relaxed=943, #hardened=0
191.86/191.94	c BCD2: #sat=1 #unsat=369 bias=369/370
191.86/191.95	c Solving starts ...
191.86/191.95	c ============================[ Search Statistics ]============================
191.86/191.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
191.86/191.95	c       |         |          |          |    Limit     GC | Var      | Constra 
191.86/191.95	c =============================================================================
191.86/191.95	c  0.0s |       0 |        0 |        0 |    26089      0 |     1426 |     1257
191.86/191.98	c  0.0s |       0 |      437 |        0 |    26089      0 |     1426 |     1258
191.86/191.98	c #cpu_time = 0.031s
191.86/191.98	c #wall_clock_time = 0.031s
191.86/191.98	c #decision = 437
191.86/191.98	c #random_decision = 0
191.86/191.98	c #conflict = 0
191.86/191.98	c #restart = 0
191.86/191.98	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
191.86/191.98	c lower bound updated to -8082832970899
192.36/192.47	c BCD2: 9138032741096 <= obj <= 17220865338988
192.36/192.47	c BCD2: #cores=239, #unrelaxed=393, #relaxed=944, #hardened=0
192.36/192.47	c BCD2: #sat=1 #unsat=370 bias=370/371
192.36/192.47	c Solving starts ...
192.36/192.47	c ============================[ Search Statistics ]============================
192.36/192.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
192.36/192.47	c       |         |          |          |    Limit     GC | Var      | Constra 
192.36/192.47	c =============================================================================
192.36/192.47	c  0.0s |       0 |        0 |        0 |    26089      0 |     1426 |     1258
192.36/192.50	c  0.0s |       0 |      438 |        0 |    26089      0 |     1426 |     1258
192.36/192.50	c #cpu_time = 0.032s
192.36/192.50	c #wall_clock_time = 0.032s
192.36/192.50	c #decision = 438
192.36/192.50	c #random_decision = 0
192.36/192.50	c #conflict = 0
192.36/192.50	c #restart = 0
192.36/192.50	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
192.36/192.50	c lower bound updated to -8080271866539
192.85/192.99	c BCD2: 9140593845456 <= obj <= 17220865338988
192.85/192.99	c BCD2: #cores=240, #unrelaxed=392, #relaxed=945, #hardened=0
192.85/192.99	c BCD2: #sat=1 #unsat=371 bias=371/372
192.85/192.99	c Solving starts ...
192.85/192.99	c ============================[ Search Statistics ]============================
192.85/192.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
192.85/192.99	c       |         |          |          |    Limit     GC | Var      | Constra 
192.85/192.99	c =============================================================================
192.85/192.99	c  0.0s |       0 |        0 |        0 |    26089      0 |     1426 |     1258
192.95/193.04	c  0.0s |       0 |      440 |        0 |    26089      0 |     1426 |     1258
192.95/193.04	c #cpu_time = 0.043s
192.95/193.04	c #wall_clock_time = 0.043s
192.95/193.04	c #decision = 440
192.95/193.04	c #random_decision = 0
192.95/193.04	c #conflict = 0
192.95/193.04	c #restart = 0
192.95/193.04	c BCD2: found a new core of size 2: cost of the new core is >=380890
192.95/193.04	c lower bound updated to -8080271485649
193.45/193.52	c BCD2: 9140594226346 <= obj <= 17220865338988
193.45/193.52	c BCD2: #cores=241, #unrelaxed=390, #relaxed=947, #hardened=0
193.45/193.52	c BCD2: #sat=1 #unsat=372 bias=372/373
193.45/193.53	c Solving starts ...
193.45/193.53	c ============================[ Search Statistics ]============================
193.45/193.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
193.45/193.53	c       |         |          |          |    Limit     GC | Var      | Constra 
193.45/193.53	c =============================================================================
193.45/193.53	c  0.0s |       0 |        0 |        0 |    26089      0 |     1426 |     1258
193.45/193.56	c  0.0s |       0 |      677 |        1 |    26089      0 |     1426 |     1258
193.45/193.56	c #cpu_time = 0.034s
193.45/193.56	c #wall_clock_time = 0.034s
193.45/193.56	c #decision = 677
193.45/193.56	c #random_decision = 0
193.45/193.56	c #conflict = 1
193.45/193.56	c #restart = 0
193.45/193.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
193.45/193.56	c lower bound updated to -8080271481004
193.95/194.04	c BCD2: 9140594230991 <= obj <= 17220865338988
193.95/194.04	c BCD2: #cores=241, #unrelaxed=389, #relaxed=948, #hardened=0
193.95/194.04	c BCD2: #sat=1 #unsat=373 bias=373/374
193.95/194.05	c Solving starts ...
193.95/194.05	c ============================[ Search Statistics ]============================
193.95/194.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
193.95/194.05	c       |         |          |          |    Limit     GC | Var      | Constra 
193.95/194.05	c =============================================================================
193.95/194.05	c  0.0s |       0 |        0 |        0 |    26089      0 |     1427 |     1258
193.95/194.08	c  0.0s |       0 |      440 |        0 |    26089      0 |     1427 |     1259
193.95/194.08	c #cpu_time = 0.031s
193.95/194.08	c #wall_clock_time = 0.031s
193.95/194.08	c #decision = 440
193.95/194.08	c #random_decision = 0
193.95/194.08	c #conflict = 0
193.95/194.08	c #restart = 0
193.95/194.08	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
193.95/194.08	c lower bound updated to -7870260923484
194.45/194.56	c BCD2: 9350604788511 <= obj <= 17220865338988
194.45/194.56	c BCD2: #cores=242, #unrelaxed=388, #relaxed=949, #hardened=0
194.45/194.56	c BCD2: #sat=1 #unsat=374 bias=374/375
194.45/194.56	c Solving starts ...
194.45/194.56	c ============================[ Search Statistics ]============================
194.45/194.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
194.45/194.56	c       |         |          |          |    Limit     GC | Var      | Constra 
194.45/194.56	c =============================================================================
194.45/194.56	c  0.0s |       0 |        0 |        0 |    26089      0 |     1427 |     1259
194.45/194.59	c  0.0s |       0 |      441 |        0 |    26089      0 |     1427 |     1259
194.45/194.59	c #cpu_time = 0.033s
194.45/194.59	c #wall_clock_time = 0.033s
194.45/194.59	c #decision = 441
194.45/194.59	c #random_decision = 0
194.45/194.59	c #conflict = 0
194.45/194.59	c #restart = 0
194.45/194.59	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
194.45/194.59	c lower bound updated to -7867699819124
194.95/195.07	c BCD2: 9353165892871 <= obj <= 17220865338988
194.95/195.07	c BCD2: #cores=243, #unrelaxed=387, #relaxed=950, #hardened=0
194.95/195.07	c BCD2: #sat=1 #unsat=375 bias=375/376
194.95/195.07	c Solving starts ...
194.95/195.07	c ============================[ Search Statistics ]============================
194.95/195.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
194.95/195.07	c       |         |          |          |    Limit     GC | Var      | Constra 
194.95/195.07	c =============================================================================
194.95/195.07	c  0.0s |       0 |        0 |        0 |    26089      0 |     1427 |     1259
195.05/195.12	c  0.0s |       0 |      443 |        0 |    26089      0 |     1427 |     1259
195.05/195.12	c #cpu_time = 0.043s
195.05/195.12	c #wall_clock_time = 0.043s
195.05/195.12	c #decision = 443
195.05/195.12	c #random_decision = 0
195.05/195.12	c #conflict = 0
195.05/195.12	c #restart = 0
195.05/195.12	c BCD2: found a new core of size 2: cost of the new core is >=380890
195.05/195.12	c lower bound updated to -7867699438234
195.55/195.60	c BCD2: 9353166273761 <= obj <= 17220865338988
195.55/195.60	c BCD2: #cores=244, #unrelaxed=385, #relaxed=952, #hardened=0
195.55/195.60	c BCD2: #sat=1 #unsat=376 bias=376/377
195.55/195.60	c Solving starts ...
195.55/195.60	c ============================[ Search Statistics ]============================
195.55/195.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
195.55/195.60	c       |         |          |          |    Limit     GC | Var      | Constra 
195.55/195.60	c =============================================================================
195.55/195.60	c  0.0s |       0 |        0 |        0 |    26089      0 |     1427 |     1259
195.55/195.63	c  0.0s |       0 |      681 |        1 |    26089      0 |     1427 |     1259
195.55/195.63	c #cpu_time = 0.034s
195.55/195.63	c #wall_clock_time = 0.034s
195.55/195.63	c #decision = 681
195.55/195.63	c #random_decision = 0
195.55/195.63	c #conflict = 1
195.55/195.63	c #restart = 0
195.55/195.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
195.55/195.63	c lower bound updated to -7867699433589
196.05/196.11	c BCD2: 9353166278406 <= obj <= 17220865338988
196.05/196.11	c BCD2: #cores=244, #unrelaxed=384, #relaxed=953, #hardened=0
196.05/196.11	c BCD2: #sat=1 #unsat=377 bias=377/378
196.05/196.11	c Solving starts ...
196.05/196.11	c ============================[ Search Statistics ]============================
196.05/196.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
196.05/196.11	c       |         |          |          |    Limit     GC | Var      | Constra 
196.05/196.11	c =============================================================================
196.05/196.11	c  0.0s |       0 |        0 |        0 |    26089      0 |     1428 |     1259
196.05/196.14	c  0.0s |       0 |      443 |        0 |    26089      0 |     1428 |     1260
196.05/196.14	c #cpu_time = 0.032s
196.05/196.14	c #wall_clock_time = 0.032s
196.05/196.14	c #decision = 443
196.05/196.14	c #random_decision = 0
196.05/196.14	c #conflict = 0
196.05/196.14	c #restart = 0
196.05/196.14	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
196.05/196.14	c lower bound updated to -7657688876069
196.55/196.62	c BCD2: 9563176835926 <= obj <= 17220865338988
196.55/196.62	c BCD2: #cores=245, #unrelaxed=383, #relaxed=954, #hardened=0
196.55/196.62	c BCD2: #sat=1 #unsat=378 bias=378/379
196.55/196.62	c Solving starts ...
196.55/196.62	c ============================[ Search Statistics ]============================
196.55/196.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
196.55/196.62	c       |         |          |          |    Limit     GC | Var      | Constra 
196.55/196.62	c =============================================================================
196.55/196.62	c  0.0s |       0 |        0 |        0 |    26089      0 |     1428 |     1260
196.55/196.66	c  0.0s |       0 |      444 |        0 |    26089      0 |     1428 |     1260
196.55/196.66	c #cpu_time = 0.032s
196.55/196.66	c #wall_clock_time = 0.032s
196.55/196.66	c #decision = 444
196.55/196.66	c #random_decision = 0
196.55/196.66	c #conflict = 0
196.55/196.66	c #restart = 0
196.55/196.66	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
196.55/196.66	c lower bound updated to -7655127771709
197.05/197.15	c BCD2: 9565737940286 <= obj <= 17220865338988
197.05/197.15	c BCD2: #cores=246, #unrelaxed=382, #relaxed=955, #hardened=0
197.05/197.15	c BCD2: #sat=1 #unsat=379 bias=379/380
197.05/197.15	c Solving starts ...
197.05/197.15	c ============================[ Search Statistics ]============================
197.05/197.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
197.05/197.15	c       |         |          |          |    Limit     GC | Var      | Constra 
197.05/197.15	c =============================================================================
197.05/197.15	c  0.0s |       0 |        0 |        0 |    26089      0 |     1428 |     1260
197.05/197.19	c  0.0s |       0 |      446 |        0 |    26089      0 |     1428 |     1260
197.05/197.19	c #cpu_time = 0.032s
197.05/197.19	c #wall_clock_time = 0.032s
197.05/197.19	c #decision = 446
197.05/197.19	c #random_decision = 0
197.05/197.19	c #conflict = 0
197.05/197.19	c #restart = 0
197.05/197.19	c BCD2: found a new core of size 2: cost of the new core is >=380890
197.05/197.19	c lower bound updated to -7655127390819
197.55/197.68	c BCD2: 9565738321176 <= obj <= 17220865338988
197.55/197.68	c BCD2: #cores=247, #unrelaxed=380, #relaxed=957, #hardened=0
197.55/197.68	c BCD2: #sat=1 #unsat=380 bias=380/381
197.55/197.68	c Solving starts ...
197.55/197.68	c ============================[ Search Statistics ]============================
197.55/197.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
197.55/197.68	c       |         |          |          |    Limit     GC | Var      | Constra 
197.55/197.68	c =============================================================================
197.55/197.68	c  0.0s |       0 |        0 |        0 |    26089      0 |     1428 |     1260
197.65/197.71	c  0.0s |       0 |      685 |        1 |    26089      0 |     1428 |     1260
197.65/197.71	c #cpu_time = 0.034s
197.65/197.71	c #wall_clock_time = 0.034s
197.65/197.71	c #decision = 685
197.65/197.71	c #random_decision = 0
197.65/197.71	c #conflict = 1
197.65/197.71	c #restart = 0
197.65/197.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
197.65/197.71	c lower bound updated to -7655127386174
198.15/198.20	c BCD2: 9565738325821 <= obj <= 17220865338988
198.15/198.20	c BCD2: #cores=247, #unrelaxed=379, #relaxed=958, #hardened=0
198.15/198.20	c BCD2: #sat=1 #unsat=381 bias=381/382
198.15/198.20	c Solving starts ...
198.15/198.20	c ============================[ Search Statistics ]============================
198.15/198.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
198.15/198.20	c       |         |          |          |    Limit     GC | Var      | Constra 
198.15/198.20	c =============================================================================
198.15/198.20	c  0.0s |       0 |        0 |        0 |    26089      0 |     1429 |     1260
198.15/198.24	c  0.0s |       0 |      446 |        0 |    26089      0 |     1429 |     1261
198.15/198.24	c #cpu_time = 0.032s
198.15/198.24	c #wall_clock_time = 0.032s
198.15/198.24	c #decision = 446
198.15/198.24	c #random_decision = 0
198.15/198.24	c #conflict = 0
198.15/198.24	c #restart = 0
198.15/198.24	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
198.15/198.24	c lower bound updated to -7445116828654
198.65/198.72	c BCD2: 9775748883341 <= obj <= 17220865338988
198.65/198.72	c BCD2: #cores=248, #unrelaxed=378, #relaxed=959, #hardened=0
198.65/198.72	c BCD2: #sat=1 #unsat=382 bias=382/383
198.65/198.72	c Solving starts ...
198.65/198.72	c ============================[ Search Statistics ]============================
198.65/198.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
198.65/198.72	c       |         |          |          |    Limit     GC | Var      | Constra 
198.65/198.72	c =============================================================================
198.65/198.72	c  0.0s |       0 |        0 |        0 |    26089      0 |     1429 |     1261
198.65/198.76	c  0.0s |       0 |      447 |        0 |    26089      0 |     1429 |     1261
198.65/198.76	c #cpu_time = 0.033s
198.65/198.76	c #wall_clock_time = 0.033s
198.65/198.76	c #decision = 447
198.65/198.76	c #random_decision = 0
198.65/198.76	c #conflict = 0
198.65/198.76	c #restart = 0
198.65/198.76	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
198.65/198.76	c lower bound updated to -7442555724294
199.16/199.24	c BCD2: 9778309987701 <= obj <= 17220865338988
199.16/199.24	c BCD2: #cores=249, #unrelaxed=377, #relaxed=960, #hardened=0
199.16/199.24	c BCD2: #sat=1 #unsat=383 bias=383/384
199.16/199.24	c Solving starts ...
199.16/199.24	c ============================[ Search Statistics ]============================
199.16/199.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
199.16/199.24	c       |         |          |          |    Limit     GC | Var      | Constra 
199.16/199.24	c =============================================================================
199.16/199.24	c  0.0s |       0 |        0 |        0 |    26089      0 |     1429 |     1261
199.16/199.27	c  0.0s |       0 |      449 |        0 |    26089      0 |     1429 |     1261
199.16/199.27	c #cpu_time = 0.032s
199.16/199.27	c #wall_clock_time = 0.032s
199.16/199.27	c #decision = 449
199.16/199.27	c #random_decision = 0
199.16/199.27	c #conflict = 0
199.16/199.27	c #restart = 0
199.16/199.27	c BCD2: found a new core of size 2: cost of the new core is >=380890
199.16/199.27	c lower bound updated to -7442555343404
199.65/199.75	c BCD2: 9778310368591 <= obj <= 17220865338988
199.65/199.75	c BCD2: #cores=250, #unrelaxed=375, #relaxed=962, #hardened=0
199.65/199.75	c BCD2: #sat=1 #unsat=384 bias=384/385
199.65/199.76	c Solving starts ...
199.65/199.76	c ============================[ Search Statistics ]============================
199.65/199.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
199.65/199.76	c       |         |          |          |    Limit     GC | Var      | Constra 
199.65/199.76	c =============================================================================
199.65/199.76	c  0.0s |       0 |        0 |        0 |    26089      0 |     1429 |     1261
199.65/199.79	c  0.0s |       0 |      689 |        1 |    26089      0 |     1429 |     1261
199.65/199.79	c #cpu_time = 0.035s
199.65/199.79	c #wall_clock_time = 0.035s
199.65/199.79	c #decision = 689
199.65/199.79	c #random_decision = 0
199.65/199.79	c #conflict = 1
199.65/199.79	c #restart = 0
199.65/199.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
199.65/199.79	c lower bound updated to -7442555338759
200.16/200.27	c BCD2: 9778310373236 <= obj <= 17220865338988
200.16/200.27	c BCD2: #cores=250, #unrelaxed=374, #relaxed=963, #hardened=0
200.16/200.27	c BCD2: #sat=1 #unsat=385 bias=385/386
200.16/200.27	c Solving starts ...
200.16/200.27	c ============================[ Search Statistics ]============================
200.16/200.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
200.16/200.27	c       |         |          |          |    Limit     GC | Var      | Constra 
200.16/200.27	c =============================================================================
200.16/200.27	c  0.0s |       0 |        0 |        0 |    26089      0 |     1430 |     1261
200.26/200.30	c  0.0s |       0 |      449 |        0 |    26089      0 |     1430 |     1262
200.26/200.30	c #cpu_time = 0.032s
200.26/200.30	c #wall_clock_time = 0.032s
200.26/200.30	c #decision = 449
200.26/200.30	c #random_decision = 0
200.26/200.30	c #conflict = 0
200.26/200.30	c #restart = 0
200.26/200.30	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
200.26/200.30	c lower bound updated to -7232544781239
200.65/200.78	c BCD2: 9988320930756 <= obj <= 17220865338988
200.65/200.78	c BCD2: #cores=251, #unrelaxed=373, #relaxed=964, #hardened=0
200.65/200.78	c BCD2: #sat=1 #unsat=386 bias=386/387
200.65/200.78	c Solving starts ...
200.65/200.78	c ============================[ Search Statistics ]============================
200.65/200.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
200.65/200.78	c       |         |          |          |    Limit     GC | Var      | Constra 
200.65/200.78	c =============================================================================
200.65/200.78	c  0.0s |       0 |        0 |        0 |    26089      0 |     1430 |     1262
200.75/200.81	c  0.0s |       0 |      450 |        0 |    26089      0 |     1430 |     1262
200.75/200.81	c #cpu_time = 0.033s
200.75/200.81	c #wall_clock_time = 0.033s
200.75/200.81	c #decision = 450
200.75/200.81	c #random_decision = 0
200.75/200.81	c #conflict = 0
200.75/200.81	c #restart = 0
200.75/200.81	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
200.75/200.81	c lower bound updated to -7229983676879
201.15/201.29	c BCD2: 9990882035116 <= obj <= 17220865338988
201.15/201.29	c BCD2: #cores=252, #unrelaxed=372, #relaxed=965, #hardened=0
201.15/201.29	c BCD2: #sat=1 #unsat=387 bias=387/388
201.15/201.29	c Solving starts ...
201.15/201.29	c ============================[ Search Statistics ]============================
201.15/201.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
201.15/201.29	c       |         |          |          |    Limit     GC | Var      | Constra 
201.15/201.29	c =============================================================================
201.15/201.29	c  0.0s |       0 |        0 |        0 |    26089      0 |     1430 |     1262
201.26/201.32	c  0.0s |       0 |      452 |        0 |    26089      0 |     1430 |     1262
201.26/201.32	c #cpu_time = 0.032s
201.26/201.32	c #wall_clock_time = 0.032s
201.26/201.32	c #decision = 452
201.26/201.32	c #random_decision = 0
201.26/201.32	c #conflict = 0
201.26/201.32	c #restart = 0
201.26/201.32	c BCD2: found a new core of size 2: cost of the new core is >=380890
201.26/201.32	c lower bound updated to -7229983295989
201.75/201.80	c BCD2: 9990882416006 <= obj <= 17220865338988
201.75/201.80	c BCD2: #cores=253, #unrelaxed=370, #relaxed=967, #hardened=0
201.75/201.80	c BCD2: #sat=1 #unsat=388 bias=388/389
201.75/201.80	c Solving starts ...
201.75/201.80	c ============================[ Search Statistics ]============================
201.75/201.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
201.75/201.80	c       |         |          |          |    Limit     GC | Var      | Constra 
201.75/201.80	c =============================================================================
201.75/201.80	c  0.0s |       0 |        0 |        0 |    26089      0 |     1430 |     1262
201.75/201.84	c  0.0s |       0 |      693 |        1 |    26089      0 |     1430 |     1262
201.75/201.84	c #cpu_time = 0.035s
201.75/201.84	c #wall_clock_time = 0.035s
201.75/201.84	c #decision = 693
201.75/201.84	c #random_decision = 0
201.75/201.84	c #conflict = 1
201.75/201.84	c #restart = 0
201.75/201.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
201.75/201.84	c lower bound updated to -7229983291344
202.25/202.33	c BCD2: 9990882420651 <= obj <= 17220865338988
202.25/202.33	c BCD2: #cores=253, #unrelaxed=369, #relaxed=968, #hardened=0
202.25/202.33	c BCD2: #sat=1 #unsat=389 bias=389/390
202.25/202.33	c Solving starts ...
202.25/202.33	c ============================[ Search Statistics ]============================
202.25/202.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
202.25/202.33	c       |         |          |          |    Limit     GC | Var      | Constra 
202.25/202.33	c =============================================================================
202.25/202.33	c  0.0s |       0 |        0 |        0 |    26089      0 |     1431 |     1262
202.25/202.37	c  0.0s |       0 |      452 |        0 |    26089      0 |     1431 |     1263
202.25/202.37	c #cpu_time = 0.033s
202.25/202.37	c #wall_clock_time = 0.033s
202.25/202.37	c #decision = 452
202.25/202.37	c #random_decision = 0
202.25/202.37	c #conflict = 0
202.25/202.37	c #restart = 0
202.25/202.37	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
202.25/202.37	c lower bound updated to -7019972733824
202.75/202.86	c BCD2: 10200892978171 <= obj <= 17220865338988
202.75/202.86	c BCD2: #cores=254, #unrelaxed=368, #relaxed=969, #hardened=0
202.75/202.86	c BCD2: #sat=1 #unsat=390 bias=390/391
202.75/202.86	c Solving starts ...
202.75/202.86	c ============================[ Search Statistics ]============================
202.75/202.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
202.75/202.86	c       |         |          |          |    Limit     GC | Var      | Constra 
202.75/202.86	c =============================================================================
202.75/202.86	c  0.0s |       0 |        0 |        0 |    26089      0 |     1431 |     1263
202.75/202.89	c  0.0s |       0 |      453 |        0 |    26089      0 |     1431 |     1263
202.75/202.89	c #cpu_time = 0.033s
202.75/202.89	c #wall_clock_time = 0.033s
202.75/202.89	c #decision = 453
202.75/202.89	c #random_decision = 0
202.75/202.89	c #conflict = 0
202.75/202.89	c #restart = 0
202.75/202.89	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
202.75/202.89	c lower bound updated to -7017411629464
203.25/203.38	c BCD2: 10203454082531 <= obj <= 17220865338988
203.25/203.38	c BCD2: #cores=255, #unrelaxed=367, #relaxed=970, #hardened=0
203.25/203.38	c BCD2: #sat=1 #unsat=391 bias=391/392
203.25/203.38	c Solving starts ...
203.25/203.38	c ============================[ Search Statistics ]============================
203.25/203.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
203.25/203.38	c       |         |          |          |    Limit     GC | Var      | Constra 
203.25/203.38	c =============================================================================
203.25/203.38	c  0.0s |       0 |        0 |        0 |    26089      0 |     1431 |     1263
203.35/203.41	c  0.0s |       0 |      554 |        1 |    26089      0 |     1431 |     1263
203.35/203.41	c #cpu_time = 0.033s
203.35/203.41	c #wall_clock_time = 0.033s
203.35/203.41	c #decision = 554
203.35/203.41	c #random_decision = 0
203.35/203.41	c #conflict = 1
203.35/203.41	c #restart = 0
203.35/203.41	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 6: cost of the new core is >=4650
203.35/203.41	c lower bound updated to -7017411629459
203.85/203.90	c BCD2: 10203454082536 <= obj <= 17220865338988
203.85/203.90	c BCD2: #cores=255, #unrelaxed=363, #relaxed=974, #hardened=0
203.85/203.90	c BCD2: #sat=1 #unsat=392 bias=392/393
203.85/203.90	c Solving starts ...
203.85/203.90	c ============================[ Search Statistics ]============================
203.85/203.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
203.85/203.90	c       |         |          |          |    Limit     GC | Var      | Constra 
203.85/203.90	c =============================================================================
203.85/203.90	c  0.0s |       0 |        0 |        0 |    26089      0 |     1482 |     1263
203.85/203.94	c  0.0s |       0 |      452 |        0 |    26089      0 |     1482 |     1364
203.85/203.94	c #cpu_time = 0.034s
203.85/203.94	c #wall_clock_time = 0.034s
203.85/203.94	c #decision = 452
203.85/203.94	c #random_decision = 0
203.85/203.94	c #conflict = 0
203.85/203.94	c #restart = 0
203.85/203.94	c BCD2: found a new core of size 2: cost of the new core is >=4645
203.85/203.94	c lower bound updated to -7017411624814
204.35/204.42	c BCD2: 10203454087181 <= obj <= 17220865338988
204.35/204.42	c BCD2: #cores=256, #unrelaxed=361, #relaxed=976, #hardened=0
204.35/204.42	c BCD2: #sat=1 #unsat=393 bias=393/394
204.35/204.42	c Solving starts ...
204.35/204.42	c ============================[ Search Statistics ]============================
204.35/204.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
204.35/204.42	c       |         |          |          |    Limit     GC | Var      | Constra 
204.35/204.42	c =============================================================================
204.35/204.42	c  0.0s |       0 |        0 |        0 |    26089      0 |     1482 |     1364
204.35/204.45	c  0.0s |       0 |      452 |        0 |    26089      0 |     1482 |     1364
204.35/204.45	c #cpu_time = 0.032s
204.35/204.45	c #wall_clock_time = 0.032s
204.35/204.45	c #decision = 452
204.35/204.45	c #random_decision = 0
204.35/204.45	c #conflict = 0
204.35/204.45	c #restart = 0
204.35/204.45	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
204.35/204.45	c lower bound updated to -6807401067294
204.85/204.93	c BCD2: 10413464644701 <= obj <= 17220865338988
204.85/204.93	c BCD2: #cores=257, #unrelaxed=360, #relaxed=977, #hardened=0
204.85/204.93	c BCD2: #sat=1 #unsat=394 bias=394/395
204.85/204.94	c Solving starts ...
204.85/204.94	c ============================[ Search Statistics ]============================
204.85/204.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
204.85/204.94	c       |         |          |          |    Limit     GC | Var      | Constra 
204.85/204.94	c =============================================================================
204.85/204.94	c  0.0s |       0 |        0 |        0 |    26089      0 |     1482 |     1364
204.85/204.97	c  0.0s |       0 |      453 |        0 |    26089      0 |     1482 |     1364
204.85/204.97	c #cpu_time = 0.034s
204.85/204.97	c #wall_clock_time = 0.034s
204.85/204.97	c #decision = 453
204.85/204.97	c #random_decision = 0
204.85/204.97	c #conflict = 0
204.85/204.97	c #restart = 0
204.85/204.97	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
204.85/204.97	c lower bound updated to -6804839962934
205.35/205.45	c BCD2: 10416025749061 <= obj <= 17220865338988
205.35/205.45	c BCD2: #cores=258, #unrelaxed=359, #relaxed=978, #hardened=0
205.35/205.45	c BCD2: #sat=1 #unsat=395 bias=395/396
205.35/205.45	c Solving starts ...
205.35/205.45	c ============================[ Search Statistics ]============================
205.35/205.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
205.35/205.45	c       |         |          |          |    Limit     GC | Var      | Constra 
205.35/205.45	c =============================================================================
205.35/205.45	c  0.0s |       0 |        0 |        0 |    26089      0 |     1482 |     1364
205.35/205.48	c  0.0s |       0 |      467 |        1 |    26089      0 |     1482 |     1364
205.35/205.48	c #cpu_time = 0.033s
205.35/205.48	c #wall_clock_time = 0.033s
205.35/205.48	c #decision = 467
205.35/205.48	c #random_decision = 0
205.35/205.48	c #conflict = 1
205.35/205.48	c #restart = 0
205.35/205.48	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4650
205.35/205.48	c lower bound updated to -6804839962929
205.85/205.96	c BCD2: 10416025749066 <= obj <= 17220865338988
205.85/205.96	c BCD2: #cores=258, #unrelaxed=357, #relaxed=980, #hardened=0
205.85/205.96	c BCD2: #sat=1 #unsat=396 bias=396/397
205.85/205.96	c Solving starts ...
205.85/205.96	c ============================[ Search Statistics ]============================
205.85/205.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
205.85/205.96	c       |         |          |          |    Limit     GC | Var      | Constra 
205.85/205.96	c =============================================================================
205.85/205.96	c  0.0s |       0 |        0 |        0 |    26089      0 |     1485 |     1364
205.85/205.99	c  0.0s |       0 |      454 |        0 |    26089      0 |     1485 |     1369
205.85/205.99	c #cpu_time = 0.034s
205.85/205.99	c #wall_clock_time = 0.034s
205.85/205.99	c #decision = 454
205.85/205.99	c #random_decision = 0
205.85/205.99	c #conflict = 0
205.85/205.99	c #restart = 0
205.85/205.99	c BCD2: found a new core of size 2: cost of the new core is >=4645
205.85/205.99	c lower bound updated to -6804839958284
206.35/206.47	c BCD2: 10416025753711 <= obj <= 17220865338988
206.35/206.47	c BCD2: #cores=259, #unrelaxed=355, #relaxed=982, #hardened=0
206.35/206.47	c BCD2: #sat=1 #unsat=397 bias=397/398
206.35/206.47	c Solving starts ...
206.35/206.47	c ============================[ Search Statistics ]============================
206.35/206.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
206.35/206.47	c       |         |          |          |    Limit     GC | Var      | Constra 
206.35/206.47	c =============================================================================
206.35/206.47	c  0.0s |       0 |        0 |        0 |    26089      0 |     1485 |     1369
206.45/206.50	c  0.0s |       0 |      454 |        0 |    26089      0 |     1485 |     1369
206.45/206.50	c #cpu_time = 0.032s
206.45/206.50	c #wall_clock_time = 0.032s
206.45/206.50	c #decision = 454
206.45/206.50	c #random_decision = 0
206.45/206.50	c #conflict = 0
206.45/206.50	c #restart = 0
206.45/206.50	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
206.45/206.50	c lower bound updated to -6594829400764
206.86/206.98	c BCD2: 10626036311231 <= obj <= 17220865338988
206.86/206.98	c BCD2: #cores=260, #unrelaxed=354, #relaxed=983, #hardened=0
206.86/206.98	c BCD2: #sat=1 #unsat=398 bias=398/399
206.86/206.98	c Solving starts ...
206.86/206.98	c ============================[ Search Statistics ]============================
206.86/206.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
206.86/206.98	c       |         |          |          |    Limit     GC | Var      | Constra 
206.86/206.98	c =============================================================================
206.86/206.98	c  0.0s |       0 |        0 |        0 |    26089      0 |     1485 |     1369
206.95/207.02	c  0.0s |       0 |      455 |        0 |    26089      0 |     1485 |     1369
206.95/207.02	c #cpu_time = 0.037s
206.95/207.02	c #wall_clock_time = 0.037s
206.95/207.02	c #decision = 455
206.95/207.02	c #random_decision = 0
206.95/207.02	c #conflict = 0
206.95/207.02	c #restart = 0
206.95/207.02	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
206.95/207.02	c lower bound updated to -6592268296404
207.45/207.52	c BCD2: 10628597415591 <= obj <= 17220865338988
207.45/207.52	c BCD2: #cores=261, #unrelaxed=353, #relaxed=984, #hardened=0
207.45/207.52	c BCD2: #sat=1 #unsat=399 bias=399/400
207.45/207.52	c Solving starts ...
207.45/207.52	c ============================[ Search Statistics ]============================
207.45/207.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
207.45/207.52	c       |         |          |          |    Limit     GC | Var      | Constra 
207.45/207.52	c =============================================================================
207.45/207.52	c  0.0s |       0 |        0 |        0 |    26089      0 |     1485 |     1369
207.45/207.55	c  0.0s |       0 |      532 |        1 |    26089      0 |     1485 |     1369
207.45/207.55	c #cpu_time = 0.034s
207.45/207.55	c #wall_clock_time = 0.034s
207.45/207.55	c #decision = 532
207.45/207.55	c #random_decision = 0
207.45/207.55	c #conflict = 1
207.45/207.55	c #restart = 0
207.45/207.55	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=9300
207.45/207.55	c lower bound updated to -6592268296399
207.96/208.04	c BCD2: 10628597415596 <= obj <= 17220865338988
207.96/208.04	c BCD2: #cores=260, #unrelaxed=351, #relaxed=986, #hardened=0
207.96/208.04	c BCD2: #sat=1 #unsat=400 bias=400/401
207.96/208.04	c Solving starts ...
207.96/208.04	c ============================[ Search Statistics ]============================
207.96/208.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
207.96/208.04	c       |         |          |          |    Limit     GC | Var      | Constra 
207.96/208.04	c =============================================================================
207.96/208.04	c  0.0s |       0 |        0 |        0 |    26089      0 |     1492 |     1369
207.96/208.08	c  0.0s |       0 |      455 |        0 |    26089      0 |     1492 |     1381
207.96/208.08	c #cpu_time = 0.034s
207.96/208.08	c #wall_clock_time = 0.034s
207.96/208.08	c #decision = 455
207.96/208.08	c #random_decision = 0
207.96/208.08	c #conflict = 0
207.96/208.08	c #restart = 0
207.96/208.08	c BCD2: found a new core of size 2: cost of the new core is >=4645
207.96/208.08	c lower bound updated to -6592268291754
208.45/208.56	c BCD2: 10628597420241 <= obj <= 17220865338988
208.45/208.56	c BCD2: #cores=261, #unrelaxed=349, #relaxed=988, #hardened=0
208.45/208.56	c BCD2: #sat=1 #unsat=401 bias=401/402
208.45/208.57	c Solving starts ...
208.45/208.57	c ============================[ Search Statistics ]============================
208.45/208.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
208.45/208.57	c       |         |          |          |    Limit     GC | Var      | Constra 
208.45/208.57	c =============================================================================
208.45/208.57	c  0.0s |       0 |        0 |        0 |    26089      0 |     1492 |     1381
208.55/208.60	c  0.0s |       0 |      455 |        0 |    26089      0 |     1492 |     1381
208.55/208.60	c #cpu_time = 0.033s
208.55/208.60	c #wall_clock_time = 0.033s
208.55/208.60	c #decision = 455
208.55/208.60	c #random_decision = 0
208.55/208.60	c #conflict = 0
208.55/208.60	c #restart = 0
208.55/208.60	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
208.55/208.60	c lower bound updated to -6382257734234
208.95/209.08	c BCD2: 10838607977761 <= obj <= 17220865338988
208.95/209.08	c BCD2: #cores=262, #unrelaxed=348, #relaxed=989, #hardened=0
208.95/209.08	c BCD2: #sat=1 #unsat=402 bias=402/403
208.95/209.09	c Solving starts ...
208.95/209.09	c ============================[ Search Statistics ]============================
208.95/209.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
208.95/209.09	c       |         |          |          |    Limit     GC | Var      | Constra 
208.95/209.09	c =============================================================================
208.95/209.09	c  0.0s |       0 |        0 |        0 |    26089      0 |     1492 |     1381
209.05/209.12	c  0.0s |       0 |      456 |        0 |    26089      0 |     1492 |     1381
209.05/209.12	c #cpu_time = 0.034s
209.05/209.12	c #wall_clock_time = 0.034s
209.05/209.12	c #decision = 456
209.05/209.12	c #random_decision = 0
209.05/209.12	c #conflict = 0
209.05/209.12	c #restart = 0
209.05/209.12	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
209.05/209.12	c lower bound updated to -6379696629874
209.55/209.60	c BCD2: 10841169082121 <= obj <= 17220865338988
209.55/209.60	c BCD2: #cores=263, #unrelaxed=347, #relaxed=990, #hardened=0
209.55/209.60	c BCD2: #sat=1 #unsat=403 bias=403/404
209.55/209.60	c Solving starts ...
209.55/209.60	c ============================[ Search Statistics ]============================
209.55/209.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
209.55/209.60	c       |         |          |          |    Limit     GC | Var      | Constra 
209.55/209.60	c =============================================================================
209.55/209.60	c  0.0s |       0 |        0 |        0 |    26089      0 |     1492 |     1381
209.55/209.64	c  0.0s |       0 |      692 |        1 |    26089      0 |     1492 |     1381
209.55/209.64	c #cpu_time = 0.036s
209.55/209.64	c #wall_clock_time = 0.036s
209.55/209.64	c #decision = 692
209.55/209.64	c #random_decision = 0
209.55/209.64	c #conflict = 1
209.55/209.64	c #restart = 0
209.55/209.64	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 9: cost of the new core is >=385545
209.55/209.64	c lower bound updated to -6379696629869
210.05/210.12	c BCD2: 10841169082126 <= obj <= 17220865338988
210.05/210.12	c BCD2: #cores=262, #unrelaxed=344, #relaxed=993, #hardened=0
210.05/210.12	c BCD2: #sat=1 #unsat=404 bias=404/405
210.05/210.12	c Solving starts ...
210.05/210.12	c ============================[ Search Statistics ]============================
210.05/210.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
210.05/210.12	c       |         |          |          |    Limit     GC | Var      | Constra 
210.05/210.12	c =============================================================================
210.05/210.12	c  0.0s |       0 |        0 |        0 |    26089      0 |     1508 |     1381
210.05/210.16	c  0.0s |       0 |      455 |        0 |    26089      0 |     1508 |     1411
210.05/210.16	c #cpu_time = 0.034s
210.05/210.16	c #wall_clock_time = 0.034s
210.05/210.16	c #decision = 455
210.05/210.16	c #random_decision = 0
210.05/210.16	c #conflict = 0
210.05/210.16	c #restart = 0
210.05/210.16	c BCD2: found a new core of size 2: cost of the new core is >=4645
210.05/210.16	c lower bound updated to -6379696625224
210.56/210.63	c BCD2: 10841169086771 <= obj <= 17220865338988
210.56/210.63	c BCD2: #cores=263, #unrelaxed=342, #relaxed=995, #hardened=0
210.56/210.63	c BCD2: #sat=1 #unsat=405 bias=405/406
210.56/210.63	c Solving starts ...
210.56/210.63	c ============================[ Search Statistics ]============================
210.56/210.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
210.56/210.63	c       |         |          |          |    Limit     GC | Var      | Constra 
210.56/210.63	c =============================================================================
210.56/210.63	c  0.0s |       0 |        0 |        0 |    26089      0 |     1508 |     1411
210.56/210.67	c  0.0s |       0 |      455 |        0 |    26089      0 |     1508 |     1411
210.56/210.67	c #cpu_time = 0.033s
210.56/210.67	c #wall_clock_time = 0.033s
210.56/210.67	c #decision = 455
210.56/210.67	c #random_decision = 0
210.56/210.67	c #conflict = 0
210.56/210.67	c #restart = 0
210.56/210.67	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
210.56/210.67	c lower bound updated to -6169686067704
211.06/211.14	c BCD2: 11051179644291 <= obj <= 17220865338988
211.06/211.14	c BCD2: #cores=264, #unrelaxed=341, #relaxed=996, #hardened=0
211.06/211.14	c BCD2: #sat=1 #unsat=406 bias=406/407
211.06/211.14	c Solving starts ...
211.06/211.14	c ============================[ Search Statistics ]============================
211.06/211.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
211.06/211.14	c       |         |          |          |    Limit     GC | Var      | Constra 
211.06/211.14	c =============================================================================
211.06/211.14	c  0.0s |       0 |        0 |        0 |    26089      0 |     1508 |     1411
211.06/211.18	c  0.0s |       0 |      456 |        0 |    26089      0 |     1508 |     1411
211.06/211.18	c #cpu_time = 0.034s
211.06/211.18	c #wall_clock_time = 0.034s
211.06/211.18	c #decision = 456
211.06/211.18	c #random_decision = 0
211.06/211.18	c #conflict = 0
211.06/211.18	c #restart = 0
211.06/211.18	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
211.06/211.18	c lower bound updated to -6167124963344
211.55/211.66	c BCD2: 11053740748651 <= obj <= 17220865338988
211.55/211.66	c BCD2: #cores=265, #unrelaxed=340, #relaxed=997, #hardened=0
211.55/211.66	c BCD2: #sat=1 #unsat=407 bias=407/408
211.55/211.66	c Solving starts ...
211.55/211.66	c ============================[ Search Statistics ]============================
211.55/211.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
211.55/211.66	c       |         |          |          |    Limit     GC | Var      | Constra 
211.55/211.66	c =============================================================================
211.55/211.66	c  0.0s |       0 |        0 |        0 |    26089      0 |     1508 |     1411
211.55/211.69	c  0.0s |       0 |      465 |        1 |    26089      0 |     1508 |     1411
211.55/211.69	c #cpu_time = 0.033s
211.55/211.69	c #wall_clock_time = 0.033s
211.55/211.69	c #decision = 465
211.55/211.69	c #random_decision = 0
211.55/211.69	c #conflict = 1
211.55/211.69	c #restart = 0
211.55/211.69	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4650
211.55/211.69	c lower bound updated to -6167124963339
212.06/212.19	c BCD2: 11053740748656 <= obj <= 17220865338988
212.06/212.19	c BCD2: #cores=265, #unrelaxed=338, #relaxed=999, #hardened=0
212.06/212.19	c BCD2: #sat=1 #unsat=408 bias=408/409
212.06/212.19	c Solving starts ...
212.06/212.19	c ============================[ Search Statistics ]============================
212.06/212.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
212.06/212.19	c       |         |          |          |    Limit     GC | Var      | Constra 
212.06/212.19	c =============================================================================
212.06/212.19	c  0.0s |       0 |        0 |        0 |    26089      0 |     1515 |     1411
212.16/212.22	c  0.0s |       0 |      457 |        0 |    26089      0 |     1515 |     1424
212.16/212.22	c #cpu_time = 0.035s
212.16/212.22	c #wall_clock_time = 0.035s
212.16/212.22	c #decision = 457
212.16/212.22	c #random_decision = 0
212.16/212.22	c #conflict = 0
212.16/212.22	c #restart = 0
212.16/212.22	c BCD2: found a new core of size 2: cost of the new core is >=4645
212.16/212.22	c lower bound updated to -6167124958694
212.66/212.71	c BCD2: 11053740753301 <= obj <= 17220865338988
212.66/212.71	c BCD2: #cores=266, #unrelaxed=336, #relaxed=1001, #hardened=0
212.66/212.71	c BCD2: #sat=1 #unsat=409 bias=409/410
212.66/212.72	c Solving starts ...
212.66/212.72	c ============================[ Search Statistics ]============================
212.66/212.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
212.66/212.72	c       |         |          |          |    Limit     GC | Var      | Constra 
212.66/212.72	c =============================================================================
212.66/212.72	c  0.0s |       0 |        0 |        0 |    26089      0 |     1515 |     1424
212.66/212.75	c  0.0s |       0 |      457 |        0 |    26089      0 |     1515 |     1424
212.66/212.75	c #cpu_time = 0.034s
212.66/212.75	c #wall_clock_time = 0.034s
212.66/212.75	c #decision = 457
212.66/212.75	c #random_decision = 0
212.66/212.75	c #conflict = 0
212.66/212.75	c #restart = 0
212.66/212.75	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
212.66/212.75	c lower bound updated to -5957114401174
213.16/213.24	c BCD2: 11263751310821 <= obj <= 17220865338988
213.16/213.24	c BCD2: #cores=267, #unrelaxed=335, #relaxed=1002, #hardened=0
213.16/213.24	c BCD2: #sat=1 #unsat=410 bias=410/411
213.16/213.24	c Solving starts ...
213.16/213.24	c ============================[ Search Statistics ]============================
213.16/213.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
213.16/213.24	c       |         |          |          |    Limit     GC | Var      | Constra 
213.16/213.24	c =============================================================================
213.16/213.24	c  0.0s |       0 |        0 |        0 |    26089      0 |     1515 |     1424
213.16/213.28	c  0.0s |       0 |      458 |        0 |    26089      0 |     1515 |     1424
213.16/213.28	c #cpu_time = 0.035s
213.16/213.28	c #wall_clock_time = 0.035s
213.16/213.28	c #decision = 458
213.16/213.28	c #random_decision = 0
213.16/213.28	c #conflict = 0
213.16/213.28	c #restart = 0
213.16/213.28	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
213.16/213.28	c lower bound updated to -5954553296814
213.66/213.76	c BCD2: 11266312415181 <= obj <= 17220865338988
213.66/213.76	c BCD2: #cores=268, #unrelaxed=334, #relaxed=1003, #hardened=0
213.66/213.76	c BCD2: #sat=1 #unsat=411 bias=411/412
213.66/213.76	c Solving starts ...
213.66/213.76	c ============================[ Search Statistics ]============================
213.66/213.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
213.66/213.76	c       |         |          |          |    Limit     GC | Var      | Constra 
213.66/213.76	c =============================================================================
213.66/213.76	c  0.0s |       0 |        0 |        0 |    26089      0 |     1515 |     1424
213.76/213.80	c  0.0s |       0 |      477 |        1 |    26089      0 |     1515 |     1424
213.76/213.80	c #cpu_time = 0.034s
213.76/213.80	c #wall_clock_time = 0.034s
213.76/213.80	c #decision = 477
213.76/213.80	c #random_decision = 0
213.76/213.80	c #conflict = 1
213.76/213.80	c #restart = 0
213.76/213.80	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4650
213.76/213.80	c lower bound updated to -5954553296809
214.16/214.28	c BCD2: 11266312415186 <= obj <= 17220865338988
214.16/214.28	c BCD2: #cores=268, #unrelaxed=332, #relaxed=1005, #hardened=0
214.16/214.28	c BCD2: #sat=1 #unsat=412 bias=412/413
214.16/214.28	c Solving starts ...
214.16/214.28	c ============================[ Search Statistics ]============================
214.16/214.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
214.16/214.28	c       |         |          |          |    Limit     GC | Var      | Constra 
214.16/214.28	c =============================================================================
214.16/214.28	c  0.0s |       0 |        0 |        0 |    26089      0 |     1518 |     1424
214.26/214.32	c  0.0s |       0 |      459 |        0 |    26089      0 |     1518 |     1429
214.26/214.32	c #cpu_time = 0.035s
214.26/214.32	c #wall_clock_time = 0.035s
214.26/214.32	c #decision = 459
214.26/214.32	c #random_decision = 0
214.26/214.32	c #conflict = 0
214.26/214.32	c #restart = 0
214.26/214.32	c BCD2: found a new core of size 2: cost of the new core is >=4645
214.26/214.32	c lower bound updated to -5954553292164
214.66/214.80	c BCD2: 11266312419831 <= obj <= 17220865338988
214.66/214.80	c BCD2: #cores=269, #unrelaxed=330, #relaxed=1007, #hardened=0
214.66/214.80	c BCD2: #sat=1 #unsat=413 bias=413/414
214.76/214.80	c Solving starts ...
214.76/214.80	c ============================[ Search Statistics ]============================
214.76/214.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
214.76/214.80	c       |         |          |          |    Limit     GC | Var      | Constra 
214.76/214.80	c =============================================================================
214.76/214.80	c  0.0s |       0 |        0 |        0 |    26089      0 |     1518 |     1429
214.76/214.83	c  0.0s |       0 |      459 |        0 |    26089      0 |     1518 |     1429
214.76/214.83	c #cpu_time = 0.034s
214.76/214.83	c #wall_clock_time = 0.034s
214.76/214.83	c #decision = 459
214.76/214.83	c #random_decision = 0
214.76/214.83	c #conflict = 0
214.76/214.83	c #restart = 0
214.76/214.83	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
214.76/214.83	c lower bound updated to -5744542734644
215.25/215.31	c BCD2: 11476322977351 <= obj <= 17220865338988
215.25/215.31	c BCD2: #cores=270, #unrelaxed=329, #relaxed=1008, #hardened=0
215.25/215.31	c BCD2: #sat=1 #unsat=414 bias=414/415
215.25/215.32	c Solving starts ...
215.25/215.32	c ============================[ Search Statistics ]============================
215.25/215.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
215.25/215.32	c       |         |          |          |    Limit     GC | Var      | Constra 
215.25/215.32	c =============================================================================
215.25/215.32	c  0.0s |       0 |        0 |        0 |    26089      0 |     1518 |     1429
215.25/215.35	c  0.0s |       0 |      460 |        0 |    26089      0 |     1518 |     1429
215.25/215.35	c #cpu_time = 0.035s
215.25/215.35	c #wall_clock_time = 0.035s
215.25/215.35	c #decision = 460
215.25/215.35	c #random_decision = 0
215.25/215.35	c #conflict = 0
215.25/215.35	c #restart = 0
215.25/215.35	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
215.25/215.35	c lower bound updated to -5741981630284
215.75/215.83	c BCD2: 11478884081711 <= obj <= 17220865338988
215.75/215.83	c BCD2: #cores=271, #unrelaxed=328, #relaxed=1009, #hardened=0
215.75/215.83	c BCD2: #sat=1 #unsat=415 bias=415/416
215.75/215.83	c Solving starts ...
215.75/215.83	c ============================[ Search Statistics ]============================
215.75/215.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
215.75/215.83	c       |         |          |          |    Limit     GC | Var      | Constra 
215.75/215.83	c =============================================================================
215.75/215.83	c  0.0s |       0 |        0 |        0 |    26089      0 |     1518 |     1429
215.75/215.86	c  0.0s |       0 |      491 |        1 |    26089      0 |     1518 |     1429
215.75/215.86	c #cpu_time = 0.035s
215.75/215.86	c #wall_clock_time = 0.035s
215.75/215.86	c #decision = 491
215.75/215.86	c #random_decision = 0
215.75/215.86	c #conflict = 1
215.75/215.86	c #restart = 0
215.75/215.86	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4650
215.75/215.86	c lower bound updated to -5741981630279
216.25/216.35	c BCD2: 11478884081716 <= obj <= 17220865338988
216.25/216.35	c BCD2: #cores=271, #unrelaxed=326, #relaxed=1011, #hardened=0
216.25/216.35	c BCD2: #sat=1 #unsat=416 bias=416/417
216.25/216.35	c Solving starts ...
216.25/216.35	c ============================[ Search Statistics ]============================
216.25/216.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
216.25/216.35	c       |         |          |          |    Limit     GC | Var      | Constra 
216.25/216.35	c =============================================================================
216.25/216.35	c  0.0s |       0 |        0 |        0 |    26089      0 |     1521 |     1429
216.25/216.38	c  0.0s |       0 |      461 |        0 |    26089      0 |     1521 |     1434
216.25/216.38	c #cpu_time = 0.035s
216.25/216.38	c #wall_clock_time = 0.035s
216.25/216.38	c #decision = 461
216.25/216.38	c #random_decision = 0
216.25/216.38	c #conflict = 0
216.25/216.38	c #restart = 0
216.25/216.38	c BCD2: found a new core of size 2: cost of the new core is >=4645
216.25/216.38	c lower bound updated to -5741981625634
216.76/216.88	c BCD2: 11478884086361 <= obj <= 17220865338988
216.76/216.88	c BCD2: #cores=272, #unrelaxed=324, #relaxed=1013, #hardened=0
216.76/216.88	c BCD2: #sat=1 #unsat=417 bias=417/418
216.76/216.88	c Solving starts ...
216.76/216.88	c ============================[ Search Statistics ]============================
216.76/216.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
216.76/216.88	c       |         |          |          |    Limit     GC | Var      | Constra 
216.76/216.88	c =============================================================================
216.76/216.88	c  0.0s |       0 |        0 |        0 |    26089      0 |     1521 |     1434
216.85/216.92	c  0.0s |       0 |      461 |        0 |    26089      0 |     1521 |     1434
216.85/216.92	c #cpu_time = 0.035s
216.85/216.92	c #wall_clock_time = 0.035s
216.85/216.92	c #decision = 461
216.85/216.92	c #random_decision = 0
216.85/216.92	c #conflict = 0
216.85/216.92	c #restart = 0
216.85/216.92	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
216.85/216.92	c lower bound updated to -5531971068114
217.35/217.41	c BCD2: 11688894643881 <= obj <= 17220865338988
217.35/217.41	c BCD2: #cores=273, #unrelaxed=323, #relaxed=1014, #hardened=0
217.35/217.41	c BCD2: #sat=1 #unsat=418 bias=418/419
217.35/217.41	c Solving starts ...
217.35/217.41	c ============================[ Search Statistics ]============================
217.35/217.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
217.35/217.41	c       |         |          |          |    Limit     GC | Var      | Constra 
217.35/217.41	c =============================================================================
217.35/217.41	c  0.0s |       0 |        0 |        0 |    26089      0 |     1521 |     1434
217.35/217.45	c  0.0s |       0 |      462 |        0 |    26089      0 |     1521 |     1434
217.35/217.45	c #cpu_time = 0.035s
217.35/217.45	c #wall_clock_time = 0.035s
217.35/217.45	c #decision = 462
217.35/217.45	c #random_decision = 0
217.35/217.45	c #conflict = 0
217.35/217.45	c #restart = 0
217.35/217.45	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
217.35/217.45	c lower bound updated to -5529409963754
217.86/217.93	c BCD2: 11691455748241 <= obj <= 17220865338988
217.86/217.93	c BCD2: #cores=274, #unrelaxed=322, #relaxed=1015, #hardened=0
217.86/217.93	c BCD2: #sat=1 #unsat=419 bias=419/420
217.86/217.93	c Solving starts ...
217.86/217.93	c ============================[ Search Statistics ]============================
217.86/217.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
217.86/217.93	c       |         |          |          |    Limit     GC | Var      | Constra 
217.86/217.93	c =============================================================================
217.86/217.93	c  0.0s |       0 |        0 |        0 |    26089      0 |     1521 |     1434
217.86/217.99	c  0.1s |       0 |      464 |        0 |    26089      0 |     1521 |     1434
217.86/217.99	c #cpu_time = 0.047s
217.86/217.99	c #wall_clock_time = 0.047s
217.86/217.99	c #decision = 464
217.86/217.99	c #random_decision = 0
217.86/217.99	c #conflict = 0
217.86/217.99	c #restart = 0
217.86/217.99	c BCD2: found a new core of size 2: cost of the new core is >=380890
217.86/217.99	c lower bound updated to -5529409582864
218.35/218.47	c BCD2: 11691456129131 <= obj <= 17220865338988
218.35/218.47	c BCD2: #cores=275, #unrelaxed=320, #relaxed=1017, #hardened=0
218.35/218.47	c BCD2: #sat=1 #unsat=420 bias=420/421
218.35/218.48	c Solving starts ...
218.35/218.48	c ============================[ Search Statistics ]============================
218.35/218.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
218.35/218.48	c       |         |          |          |    Limit     GC | Var      | Constra 
218.35/218.48	c =============================================================================
218.35/218.48	c  0.0s |       0 |        0 |        0 |    26089      0 |     1521 |     1434
218.45/218.52	c  0.0s |       0 |      702 |        1 |    26089      0 |     1521 |     1434
218.45/218.52	c #cpu_time = 0.040s
218.45/218.52	c #wall_clock_time = 0.040s
218.45/218.52	c #decision = 702
218.45/218.52	c #random_decision = 0
218.45/218.52	c #conflict = 1
218.45/218.52	c #restart = 0
218.45/218.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
218.45/218.52	c lower bound updated to -5529409578219
218.86/219.00	c BCD2: 11691456133776 <= obj <= 17220865338988
218.86/219.00	c BCD2: #cores=275, #unrelaxed=319, #relaxed=1018, #hardened=0
218.86/219.00	c BCD2: #sat=1 #unsat=421 bias=421/422
218.86/219.00	c Solving starts ...
218.86/219.00	c ============================[ Search Statistics ]============================
218.86/219.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
218.86/219.00	c       |         |          |          |    Limit     GC | Var      | Constra 
218.86/219.00	c =============================================================================
218.86/219.00	c  0.0s |       0 |        0 |        0 |    26089      0 |     1522 |     1434
218.96/219.04	c  0.0s |       0 |      464 |        0 |    26089      0 |     1522 |     1435
218.96/219.04	c #cpu_time = 0.034s
218.96/219.04	c #wall_clock_time = 0.034s
218.96/219.04	c #decision = 464
218.96/219.04	c #random_decision = 0
218.96/219.04	c #conflict = 0
218.96/219.04	c #restart = 0
218.96/219.04	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
218.96/219.04	c lower bound updated to -5319399020699
219.45/219.51	c BCD2: 11901466691296 <= obj <= 17220865338988
219.45/219.51	c BCD2: #cores=276, #unrelaxed=318, #relaxed=1019, #hardened=0
219.45/219.51	c BCD2: #sat=1 #unsat=422 bias=422/423
219.45/219.52	c Solving starts ...
219.45/219.52	c ============================[ Search Statistics ]============================
219.45/219.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
219.45/219.52	c       |         |          |          |    Limit     GC | Var      | Constra 
219.45/219.52	c =============================================================================
219.45/219.52	c  0.0s |       0 |        0 |        0 |    26089      0 |     1522 |     1435
219.45/219.55	c  0.0s |       0 |      465 |        0 |    26089      0 |     1522 |     1435
219.45/219.55	c #cpu_time = 0.036s
219.45/219.55	c #wall_clock_time = 0.036s
219.45/219.55	c #decision = 465
219.45/219.55	c #random_decision = 0
219.45/219.55	c #conflict = 0
219.45/219.55	c #restart = 0
219.45/219.55	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
219.45/219.55	c lower bound updated to -5316837916339
219.96/220.03	c BCD2: 11904027795656 <= obj <= 17220865338988
219.96/220.03	c BCD2: #cores=277, #unrelaxed=317, #relaxed=1020, #hardened=0
219.96/220.03	c BCD2: #sat=1 #unsat=423 bias=423/424
219.96/220.03	c Solving starts ...
219.96/220.03	c ============================[ Search Statistics ]============================
219.96/220.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
219.96/220.03	c       |         |          |          |    Limit     GC | Var      | Constra 
219.96/220.03	c =============================================================================
219.96/220.03	c  0.0s |       0 |        0 |        0 |    26089      0 |     1522 |     1435
219.96/220.07	c  0.0s |       0 |      510 |        1 |    26089      0 |     1522 |     1435
219.96/220.07	c #cpu_time = 0.036s
219.96/220.07	c #wall_clock_time = 0.036s
219.96/220.07	c #decision = 510
219.96/220.07	c #random_decision = 0
219.96/220.07	c #conflict = 1
219.96/220.07	c #restart = 0
219.96/220.07	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 12: cost of the new core is >=13950
219.96/220.07	c lower bound updated to -5316837916334
220.45/220.54	c BCD2: 11904027795661 <= obj <= 17220865338988
220.45/220.54	c BCD2: #cores=275, #unrelaxed=315, #relaxed=1022, #hardened=0
220.45/220.54	c BCD2: #sat=1 #unsat=424 bias=424/425
220.45/220.55	c Solving starts ...
220.45/220.55	c ============================[ Search Statistics ]============================
220.45/220.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
220.45/220.55	c       |         |          |          |    Limit     GC | Var      | Constra 
220.45/220.55	c =============================================================================
220.45/220.55	c  0.0s |       0 |        0 |        0 |    26089      0 |     1549 |     1435
220.45/220.58	c  0.0s |       0 |      464 |        0 |    26089      0 |     1549 |     1486
220.45/220.58	c #cpu_time = 0.035s
220.45/220.58	c #wall_clock_time = 0.035s
220.45/220.58	c #decision = 464
220.45/220.58	c #random_decision = 0
220.45/220.58	c #conflict = 0
220.45/220.58	c #restart = 0
220.45/220.58	c BCD2: found a new core of size 2: cost of the new core is >=4645
220.45/220.58	c lower bound updated to -5316837911689
220.95/221.07	c BCD2: 11904027800306 <= obj <= 17220865338988
220.95/221.07	c BCD2: #cores=276, #unrelaxed=313, #relaxed=1024, #hardened=0
220.95/221.07	c BCD2: #sat=1 #unsat=425 bias=425/426
220.95/221.07	c Solving starts ...
220.95/221.07	c ============================[ Search Statistics ]============================
220.95/221.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
220.95/221.07	c       |         |          |          |    Limit     GC | Var      | Constra 
220.95/221.07	c =============================================================================
220.95/221.07	c  0.0s |       0 |        0 |        0 |    26089      0 |     1549 |     1486
221.06/221.11	c  0.0s |       0 |      464 |        0 |    26089      0 |     1549 |     1486
221.06/221.11	c #cpu_time = 0.034s
221.06/221.11	c #wall_clock_time = 0.034s
221.06/221.11	c #decision = 464
221.06/221.11	c #random_decision = 0
221.06/221.11	c #conflict = 0
221.06/221.11	c #restart = 0
221.06/221.11	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
221.06/221.11	c lower bound updated to -5106827354169
221.55/221.60	c BCD2: 12114038357826 <= obj <= 17220865338988
221.55/221.60	c BCD2: #cores=277, #unrelaxed=312, #relaxed=1025, #hardened=0
221.55/221.60	c BCD2: #sat=1 #unsat=426 bias=426/427
221.55/221.60	c Solving starts ...
221.55/221.60	c ============================[ Search Statistics ]============================
221.55/221.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
221.55/221.60	c       |         |          |          |    Limit     GC | Var      | Constra 
221.55/221.60	c =============================================================================
221.55/221.60	c  0.0s |       0 |        0 |        0 |    26089      0 |     1549 |     1486
221.55/221.64	c  0.0s |       0 |      465 |        0 |    26089      0 |     1549 |     1486
221.55/221.64	c #cpu_time = 0.036s
221.55/221.64	c #wall_clock_time = 0.036s
221.55/221.64	c #decision = 465
221.55/221.64	c #random_decision = 0
221.55/221.64	c #conflict = 0
221.55/221.64	c #restart = 0
221.55/221.64	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
221.55/221.64	c lower bound updated to -5104266249809
222.05/222.13	c BCD2: 12116599462186 <= obj <= 17220865338988
222.05/222.13	c BCD2: #cores=278, #unrelaxed=311, #relaxed=1026, #hardened=0
222.05/222.13	c BCD2: #sat=1 #unsat=427 bias=427/428
222.05/222.13	c Solving starts ...
222.05/222.13	c ============================[ Search Statistics ]============================
222.05/222.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
222.05/222.13	c       |         |          |          |    Limit     GC | Var      | Constra 
222.05/222.13	c =============================================================================
222.05/222.13	c  0.0s |       0 |        0 |        0 |    26089      0 |     1549 |     1486
222.05/222.16	c  0.0s |       0 |      507 |        1 |    26089      0 |     1549 |     1486
222.05/222.16	c #cpu_time = 0.035s
222.05/222.16	c #wall_clock_time = 0.035s
222.05/222.16	c #decision = 507
222.05/222.16	c #random_decision = 0
222.05/222.16	c #conflict = 1
222.05/222.16	c #restart = 0
222.05/222.16	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 6: cost of the new core is >=4650
222.05/222.16	c lower bound updated to -5104266249804
222.55/222.65	c BCD2: 12116599462191 <= obj <= 17220865338988
222.55/222.65	c BCD2: #cores=278, #unrelaxed=307, #relaxed=1030, #hardened=0
222.55/222.65	c BCD2: #sat=1 #unsat=428 bias=428/429
222.55/222.65	c Solving starts ...
222.55/222.65	c ============================[ Search Statistics ]============================
222.55/222.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
222.55/222.65	c       |         |          |          |    Limit     GC | Var      | Constra 
222.55/222.65	c =============================================================================
222.55/222.65	c  0.0s |       0 |        0 |        0 |    26089      0 |     1572 |     1486
222.55/222.69	c  0.0s |       0 |      464 |        0 |    26089      0 |     1572 |     1531
222.55/222.69	c #cpu_time = 0.036s
222.55/222.69	c #wall_clock_time = 0.036s
222.55/222.69	c #decision = 464
222.55/222.69	c #random_decision = 0
222.55/222.69	c #conflict = 0
222.55/222.69	c #restart = 0
222.55/222.69	c BCD2: found a new core of size 2: cost of the new core is >=4645
222.55/222.69	c lower bound updated to -5104266245159
223.05/223.17	c BCD2: 12116599466836 <= obj <= 17220865338988
223.05/223.17	c BCD2: #cores=279, #unrelaxed=305, #relaxed=1032, #hardened=0
223.05/223.17	c BCD2: #sat=1 #unsat=429 bias=429/430
223.05/223.17	c Solving starts ...
223.05/223.17	c ============================[ Search Statistics ]============================
223.05/223.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
223.05/223.17	c       |         |          |          |    Limit     GC | Var      | Constra 
223.05/223.17	c =============================================================================
223.05/223.17	c  0.0s |       0 |        0 |        0 |    26089      0 |     1572 |     1531
223.15/223.21	c  0.0s |       0 |      464 |        0 |    26089      0 |     1572 |     1531
223.15/223.21	c #cpu_time = 0.035s
223.15/223.21	c #wall_clock_time = 0.035s
223.15/223.21	c #decision = 464
223.15/223.21	c #random_decision = 0
223.15/223.21	c #conflict = 0
223.15/223.21	c #restart = 0
223.15/223.21	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
223.15/223.21	c lower bound updated to -4894255687639
223.55/223.69	c BCD2: 12326610024356 <= obj <= 17220865338988
223.55/223.69	c BCD2: #cores=280, #unrelaxed=304, #relaxed=1033, #hardened=0
223.55/223.69	c BCD2: #sat=1 #unsat=430 bias=430/431
223.55/223.69	c Solving starts ...
223.55/223.69	c ============================[ Search Statistics ]============================
223.55/223.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
223.55/223.69	c       |         |          |          |    Limit     GC | Var      | Constra 
223.55/223.69	c =============================================================================
223.55/223.69	c  0.0s |       0 |        0 |        0 |    26089      0 |     1572 |     1531
223.65/223.73	c  0.0s |       0 |      465 |        0 |    26089      0 |     1572 |     1531
223.65/223.73	c #cpu_time = 0.036s
223.65/223.73	c #wall_clock_time = 0.036s
223.65/223.73	c #decision = 465
223.65/223.73	c #random_decision = 0
223.65/223.73	c #conflict = 0
223.65/223.73	c #restart = 0
223.65/223.73	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
223.65/223.73	c lower bound updated to -4891694583279
224.15/224.20	c BCD2: 12329171128716 <= obj <= 17220865338988
224.15/224.20	c BCD2: #cores=281, #unrelaxed=303, #relaxed=1034, #hardened=0
224.15/224.20	c BCD2: #sat=1 #unsat=431 bias=431/432
224.15/224.21	c Solving starts ...
224.15/224.21	c ============================[ Search Statistics ]============================
224.15/224.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
224.15/224.21	c       |         |          |          |    Limit     GC | Var      | Constra 
224.15/224.21	c =============================================================================
224.15/224.21	c  0.0s |       0 |        0 |        0 |    26089      0 |     1572 |     1531
224.15/224.25	c  0.0s |       0 |      683 |        1 |    28698      0 |     1572 |     1531
224.15/224.25	c #cpu_time = 0.039s
224.15/224.25	c #wall_clock_time = 0.039s
224.15/224.25	c #decision = 683
224.15/224.25	c #random_decision = 0
224.15/224.25	c #conflict = 1
224.15/224.25	c #restart = 0
224.15/224.25	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 9: cost of the new core is >=385545
224.15/224.25	c BCD2: refineLB: 385541 -> 385545
224.15/224.25	c lower bound updated to -4891694583274
224.65/224.72	c BCD2: 12329171128721 <= obj <= 17220865338988
224.65/224.72	c BCD2: #cores=280, #unrelaxed=300, #relaxed=1037, #hardened=0
224.65/224.72	c BCD2: #sat=1 #unsat=432 bias=432/433
224.65/224.72	c Solving starts ...
224.65/224.72	c ============================[ Search Statistics ]============================
224.65/224.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
224.65/224.72	c       |         |          |          |    Limit     GC | Var      | Constra 
224.65/224.72	c =============================================================================
224.65/224.72	c  0.0s |       0 |        0 |        0 |    28698      0 |     1652 |     1531
224.65/224.76	c  0.0s |       0 |      464 |        0 |    28698      0 |     1652 |     1689
224.65/224.76	c #cpu_time = 0.037s
224.65/224.76	c #wall_clock_time = 0.037s
224.65/224.76	c #decision = 464
224.65/224.76	c #random_decision = 0
224.65/224.76	c #conflict = 0
224.65/224.76	c #restart = 0
224.65/224.76	c BCD2: found a new core of size 2: cost of the new core is >=4645
224.65/224.76	c lower bound updated to -4891694578629
225.15/225.24	c BCD2: 12329171133366 <= obj <= 17220865338988
225.15/225.24	c BCD2: #cores=281, #unrelaxed=298, #relaxed=1039, #hardened=0
225.15/225.24	c BCD2: #sat=1 #unsat=433 bias=433/434
225.15/225.24	c Solving starts ...
225.15/225.24	c ============================[ Search Statistics ]============================
225.15/225.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
225.15/225.24	c       |         |          |          |    Limit     GC | Var      | Constra 
225.15/225.24	c =============================================================================
225.15/225.24	c  0.0s |       0 |        0 |        0 |    28698      0 |     1652 |     1689
225.15/225.29	c  0.0s |       0 |      464 |        0 |    28698      0 |     1652 |     1689
225.15/225.29	c #cpu_time = 0.041s
225.15/225.29	c #wall_clock_time = 0.041s
225.15/225.29	c #decision = 464
225.15/225.29	c #random_decision = 0
225.15/225.29	c #conflict = 0
225.15/225.29	c #restart = 0
225.15/225.29	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
225.15/225.29	c lower bound updated to -4681684021109
225.65/225.78	c BCD2: 12539181690886 <= obj <= 17220865338988
225.65/225.78	c BCD2: #cores=282, #unrelaxed=297, #relaxed=1040, #hardened=0
225.65/225.78	c BCD2: #sat=1 #unsat=434 bias=434/435
225.65/225.78	c Solving starts ...
225.65/225.78	c ============================[ Search Statistics ]============================
225.65/225.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
225.65/225.78	c       |         |          |          |    Limit     GC | Var      | Constra 
225.65/225.78	c =============================================================================
225.65/225.78	c  0.0s |       0 |        0 |        0 |    28698      0 |     1652 |     1689
225.75/225.82	c  0.0s |       0 |      465 |        0 |    28698      0 |     1652 |     1689
225.75/225.82	c #cpu_time = 0.037s
225.75/225.82	c #wall_clock_time = 0.037s
225.75/225.82	c #decision = 465
225.75/225.82	c #random_decision = 0
225.75/225.82	c #conflict = 0
225.75/225.82	c #restart = 0
225.75/225.82	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
225.75/225.82	c lower bound updated to -4679122916749
226.25/226.31	c BCD2: 12541742795246 <= obj <= 17220865338988
226.25/226.31	c BCD2: #cores=283, #unrelaxed=296, #relaxed=1041, #hardened=0
226.25/226.31	c BCD2: #sat=1 #unsat=435 bias=435/436
226.25/226.31	c Solving starts ...
226.25/226.31	c ============================[ Search Statistics ]============================
226.25/226.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
226.25/226.31	c       |         |          |          |    Limit     GC | Var      | Constra 
226.25/226.31	c =============================================================================
226.25/226.31	c  0.0s |       0 |        0 |        0 |    28698      0 |     1652 |     1689
226.25/226.35	c  0.0s |       0 |      490 |        1 |    28698      0 |     1652 |     1689
226.25/226.35	c #cpu_time = 0.037s
226.25/226.35	c #wall_clock_time = 0.037s
226.25/226.35	c #decision = 490
226.25/226.35	c #random_decision = 0
226.25/226.35	c #conflict = 1
226.25/226.35	c #restart = 0
226.25/226.35	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4650
226.25/226.35	c lower bound updated to -4679122916744
226.75/226.83	c BCD2: 12541742795251 <= obj <= 17220865338988
226.75/226.83	c BCD2: #cores=283, #unrelaxed=294, #relaxed=1043, #hardened=0
226.75/226.83	c BCD2: #sat=1 #unsat=436 bias=436/437
226.75/226.84	c Solving starts ...
226.75/226.84	c ============================[ Search Statistics ]============================
226.75/226.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
226.75/226.84	c       |         |          |          |    Limit     GC | Var      | Constra 
226.75/226.84	c =============================================================================
226.75/226.84	c  0.0s |       0 |        0 |        0 |    28698      0 |     1659 |     1689
226.75/226.87	c  0.0s |       0 |      466 |        0 |    28698      0 |     1659 |     1702
226.75/226.87	c #cpu_time = 0.037s
226.75/226.87	c #wall_clock_time = 0.037s
226.75/226.87	c #decision = 466
226.75/226.87	c #random_decision = 0
226.75/226.87	c #conflict = 0
226.75/226.87	c #restart = 0
226.75/226.87	c BCD2: found a new core of size 2: cost of the new core is >=4645
226.75/226.87	c lower bound updated to -4679122912099
227.25/227.36	c BCD2: 12541742799896 <= obj <= 17220865338988
227.25/227.36	c BCD2: #cores=284, #unrelaxed=292, #relaxed=1045, #hardened=0
227.25/227.36	c BCD2: #sat=1 #unsat=437 bias=437/438
227.25/227.36	c Solving starts ...
227.25/227.36	c ============================[ Search Statistics ]============================
227.25/227.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
227.25/227.36	c       |         |          |          |    Limit     GC | Var      | Constra 
227.25/227.36	c =============================================================================
227.25/227.36	c  0.0s |       0 |        0 |        0 |    28698      0 |     1659 |     1702
227.35/227.40	c  0.0s |       0 |      466 |        0 |    28698      0 |     1659 |     1702
227.35/227.40	c #cpu_time = 0.036s
227.35/227.40	c #wall_clock_time = 0.036s
227.35/227.40	c #decision = 466
227.35/227.40	c #random_decision = 0
227.35/227.40	c #conflict = 0
227.35/227.40	c #restart = 0
227.35/227.40	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
227.35/227.40	c lower bound updated to -4469112354579
227.76/227.88	c BCD2: 12751753357416 <= obj <= 17220865338988
227.76/227.88	c BCD2: #cores=285, #unrelaxed=291, #relaxed=1046, #hardened=0
227.76/227.88	c BCD2: #sat=1 #unsat=438 bias=438/439
227.76/227.88	c Solving starts ...
227.76/227.88	c ============================[ Search Statistics ]============================
227.76/227.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
227.76/227.88	c       |         |          |          |    Limit     GC | Var      | Constra 
227.76/227.88	c =============================================================================
227.76/227.88	c  0.0s |       0 |        0 |        0 |    28698      0 |     1659 |     1702
227.85/227.92	c  0.0s |       0 |      467 |        0 |    28698      0 |     1659 |     1702
227.85/227.92	c #cpu_time = 0.037s
227.85/227.92	c #wall_clock_time = 0.037s
227.85/227.92	c #decision = 467
227.85/227.92	c #random_decision = 0
227.85/227.92	c #conflict = 0
227.85/227.92	c #restart = 0
227.85/227.92	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
227.85/227.92	c lower bound updated to -4466551250219
228.25/228.39	c BCD2: 12754314461776 <= obj <= 17220865338988
228.25/228.39	c BCD2: #cores=286, #unrelaxed=290, #relaxed=1047, #hardened=0
228.25/228.39	c BCD2: #sat=1 #unsat=439 bias=439/440
228.25/228.39	c Solving starts ...
228.25/228.39	c ============================[ Search Statistics ]============================
228.25/228.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
228.25/228.39	c       |         |          |          |    Limit     GC | Var      | Constra 
228.25/228.39	c =============================================================================
228.25/228.39	c  0.0s |       0 |        0 |        0 |    28698      0 |     1659 |     1702
228.35/228.45	c  0.1s |       0 |      469 |        0 |    28698      0 |     1659 |     1702
228.35/228.45	c #cpu_time = 0.052s
228.35/228.45	c #wall_clock_time = 0.052s
228.35/228.45	c #decision = 469
228.35/228.45	c #random_decision = 0
228.35/228.45	c #conflict = 0
228.35/228.45	c #restart = 0
228.35/228.45	c BCD2: found a new core of size 2: cost of the new core is >=380890
228.35/228.45	c lower bound updated to -4466550869329
228.86/228.93	c BCD2: 12754314842666 <= obj <= 17220865338988
228.86/228.93	c BCD2: #cores=287, #unrelaxed=288, #relaxed=1049, #hardened=0
228.86/228.93	c BCD2: #sat=1 #unsat=440 bias=440/441
228.86/228.93	c Solving starts ...
228.86/228.93	c ============================[ Search Statistics ]============================
228.86/228.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
228.86/228.93	c       |         |          |          |    Limit     GC | Var      | Constra 
228.86/228.93	c =============================================================================
228.86/228.93	c  0.0s |       0 |        0 |        0 |    28698      0 |     1659 |     1702
228.86/228.97	c  0.0s |       0 |      703 |        1 |    28698      0 |     1659 |     1702
228.86/228.97	c #cpu_time = 0.040s
228.86/228.97	c #wall_clock_time = 0.040s
228.86/228.97	c #decision = 703
228.86/228.97	c #random_decision = 0
228.86/228.97	c #conflict = 1
228.86/228.97	c #restart = 0
228.86/228.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
228.86/228.97	c lower bound updated to -4466550864684
229.35/229.46	c BCD2: 12754314847311 <= obj <= 17220865338988
229.35/229.46	c BCD2: #cores=287, #unrelaxed=287, #relaxed=1050, #hardened=0
229.35/229.46	c BCD2: #sat=1 #unsat=441 bias=441/442
229.35/229.46	c Solving starts ...
229.35/229.46	c ============================[ Search Statistics ]============================
229.35/229.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
229.35/229.46	c       |         |          |          |    Limit     GC | Var      | Constra 
229.35/229.46	c =============================================================================
229.35/229.46	c  0.0s |       0 |        0 |        0 |    28698      0 |     1660 |     1702
229.45/229.50	c  0.0s |       0 |      469 |        0 |    28698      0 |     1660 |     1703
229.45/229.50	c #cpu_time = 0.037s
229.45/229.50	c #wall_clock_time = 0.037s
229.45/229.50	c #decision = 469
229.45/229.50	c #random_decision = 0
229.45/229.50	c #conflict = 0
229.45/229.50	c #restart = 0
229.45/229.50	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
229.45/229.50	c lower bound updated to -4256540307164
229.85/229.99	c BCD2: 12964325404831 <= obj <= 17220865338988
229.85/229.99	c BCD2: #cores=288, #unrelaxed=286, #relaxed=1051, #hardened=0
229.85/229.99	c BCD2: #sat=1 #unsat=442 bias=442/443
229.85/229.99	c Solving starts ...
229.85/229.99	c ============================[ Search Statistics ]============================
229.85/229.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
229.85/229.99	c       |         |          |          |    Limit     GC | Var      | Constra 
229.85/229.99	c =============================================================================
229.85/229.99	c  0.0s |       0 |        0 |        0 |    28698      0 |     1660 |     1703
229.96/230.03	c  0.0s |       0 |      470 |        0 |    28698      0 |     1660 |     1703
229.96/230.03	c #cpu_time = 0.038s
229.96/230.03	c #wall_clock_time = 0.038s
229.96/230.03	c #decision = 470
229.96/230.03	c #random_decision = 0
229.96/230.03	c #conflict = 0
229.96/230.03	c #restart = 0
229.96/230.03	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
229.96/230.03	c lower bound updated to -4253979202804
230.45/230.52	c BCD2: 12966886509191 <= obj <= 17220865338988
230.45/230.52	c BCD2: #cores=289, #unrelaxed=285, #relaxed=1052, #hardened=0
230.45/230.52	c BCD2: #sat=1 #unsat=443 bias=443/444
230.45/230.52	c Solving starts ...
230.45/230.52	c ============================[ Search Statistics ]============================
230.45/230.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
230.45/230.52	c       |         |          |          |    Limit     GC | Var      | Constra 
230.45/230.52	c =============================================================================
230.45/230.52	c  0.0s |       0 |        0 |        0 |    28698      0 |     1660 |     1703
230.45/230.56	c  0.0s |       0 |      523 |        1 |    28698      0 |     1660 |     1703
230.45/230.56	c #cpu_time = 0.037s
230.45/230.56	c #wall_clock_time = 0.037s
230.45/230.56	c #decision = 523
230.45/230.56	c #random_decision = 0
230.45/230.56	c #conflict = 1
230.45/230.56	c #restart = 0
230.45/230.56	c BCD2: relaxing 6 and merging with 2 cores into a new core of size 11: cost of the new core is >=390185
230.45/230.56	c lower bound updated to -4253979202799
230.95/231.05	c BCD2: 12966886509196 <= obj <= 17220865338988
230.95/231.05	c BCD2: #cores=288, #unrelaxed=279, #relaxed=1058, #hardened=0
230.95/231.05	c BCD2: #sat=1 #unsat=444 bias=444/445
230.95/231.05	c Solving starts ...
230.95/231.05	c ============================[ Search Statistics ]============================
230.95/231.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
230.95/231.05	c       |         |          |          |    Limit     GC | Var      | Constra 
230.95/231.05	c =============================================================================
230.95/231.05	c  0.0s |       0 |        0 |        0 |    28698      0 |     1910 |     1703
230.95/231.09	c  0.0s |       0 |      466 |        0 |    28698      0 |     1910 |     2201
230.95/231.09	c #cpu_time = 0.040s
230.95/231.09	c #wall_clock_time = 0.040s
230.95/231.09	c #decision = 466
230.95/231.09	c #random_decision = 0
230.95/231.09	c #conflict = 0
230.95/231.09	c #restart = 0
230.95/231.09	c BCD2: found a new core of size 2: cost of the new core is >=4645
230.95/231.09	c lower bound updated to -4253979198154
231.45/231.58	c BCD2: 12966886513841 <= obj <= 17220865338988
231.45/231.58	c BCD2: #cores=289, #unrelaxed=277, #relaxed=1060, #hardened=0
231.45/231.58	c BCD2: #sat=1 #unsat=445 bias=445/446
231.45/231.58	c Solving starts ...
231.45/231.58	c ============================[ Search Statistics ]============================
231.45/231.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
231.45/231.58	c       |         |          |          |    Limit     GC | Var      | Constra 
231.45/231.58	c =============================================================================
231.45/231.58	c  0.0s |       0 |        0 |        0 |    28698      0 |     1910 |     2201
231.55/231.62	c  0.0s |       0 |      466 |        0 |    28698      0 |     1910 |     2201
231.55/231.62	c #cpu_time = 0.038s
231.55/231.62	c #wall_clock_time = 0.038s
231.55/231.62	c #decision = 466
231.55/231.62	c #random_decision = 0
231.55/231.62	c #conflict = 0
231.55/231.62	c #restart = 0
231.55/231.62	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
231.55/231.62	c lower bound updated to -4043968640634
231.95/232.10	c BCD2: 13176897071361 <= obj <= 17220865338988
231.95/232.10	c BCD2: #cores=290, #unrelaxed=276, #relaxed=1061, #hardened=0
231.95/232.10	c BCD2: #sat=1 #unsat=446 bias=446/447
232.05/232.10	c Solving starts ...
232.05/232.10	c ============================[ Search Statistics ]============================
232.05/232.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
232.05/232.10	c       |         |          |          |    Limit     GC | Var      | Constra 
232.05/232.10	c =============================================================================
232.05/232.10	c  0.0s |       0 |        0 |        0 |    28698      0 |     1910 |     2201
232.05/232.14	c  0.0s |       0 |      467 |        0 |    28698      0 |     1910 |     2201
232.05/232.14	c #cpu_time = 0.039s
232.05/232.14	c #wall_clock_time = 0.039s
232.05/232.14	c #decision = 467
232.05/232.14	c #random_decision = 0
232.05/232.14	c #conflict = 0
232.05/232.14	c #restart = 0
232.05/232.14	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
232.05/232.14	c lower bound updated to -4041407536274
232.55/232.62	c BCD2: 13179458175721 <= obj <= 17220865338988
232.55/232.62	c BCD2: #cores=291, #unrelaxed=275, #relaxed=1062, #hardened=0
232.55/232.62	c BCD2: #sat=1 #unsat=447 bias=447/448
232.55/232.62	c Solving starts ...
232.55/232.62	c ============================[ Search Statistics ]============================
232.55/232.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
232.55/232.62	c       |         |          |          |    Limit     GC | Var      | Constra 
232.55/232.62	c =============================================================================
232.55/232.62	c  0.0s |       0 |        0 |        0 |    28698      0 |     1910 |     2201
232.55/232.66	c  0.0s |       0 |      473 |        1 |    28698      0 |     1910 |     2201
232.55/232.66	c #cpu_time = 0.038s
232.55/232.66	c #wall_clock_time = 0.038s
232.55/232.66	c #decision = 473
232.55/232.66	c #random_decision = 0
232.55/232.66	c #conflict = 1
232.55/232.66	c #restart = 0
232.55/232.66	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4650
232.55/232.66	c lower bound updated to -4041407536269
233.05/233.14	c BCD2: 13179458175726 <= obj <= 17220865338988
233.05/233.14	c BCD2: #cores=291, #unrelaxed=273, #relaxed=1064, #hardened=0
233.05/233.14	c BCD2: #sat=1 #unsat=448 bias=448/449
233.05/233.14	c Solving starts ...
233.05/233.14	c ============================[ Search Statistics ]============================
233.05/233.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
233.05/233.14	c       |         |          |          |    Limit     GC | Var      | Constra 
233.05/233.14	c =============================================================================
233.05/233.14	c  0.0s |       0 |        0 |        0 |    28698      0 |     1913 |     2201
233.05/233.18	c  0.0s |       0 |      468 |        0 |    28698      0 |     1913 |     2206
233.05/233.18	c #cpu_time = 0.037s
233.05/233.18	c #wall_clock_time = 0.037s
233.05/233.18	c #decision = 468
233.05/233.18	c #random_decision = 0
233.05/233.18	c #conflict = 0
233.05/233.18	c #restart = 0
233.05/233.18	c BCD2: found a new core of size 2: cost of the new core is >=4645
233.05/233.18	c lower bound updated to -4041407531624
233.55/233.67	c BCD2: 13179458180371 <= obj <= 17220865338988
233.55/233.67	c BCD2: #cores=292, #unrelaxed=271, #relaxed=1066, #hardened=0
233.55/233.67	c BCD2: #sat=1 #unsat=449 bias=449/450
233.55/233.67	c Solving starts ...
233.55/233.67	c ============================[ Search Statistics ]============================
233.55/233.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
233.55/233.67	c       |         |          |          |    Limit     GC | Var      | Constra 
233.55/233.67	c =============================================================================
233.55/233.67	c  0.0s |       0 |        0 |        0 |    28698      0 |     1913 |     2206
233.65/233.71	c  0.0s |       0 |      468 |        0 |    28698      0 |     1913 |     2206
233.65/233.71	c #cpu_time = 0.037s
233.65/233.71	c #wall_clock_time = 0.037s
233.65/233.71	c #decision = 468
233.65/233.71	c #random_decision = 0
233.65/233.71	c #conflict = 0
233.65/233.71	c #restart = 0
233.65/233.71	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
233.65/233.71	c lower bound updated to -3831396974104
234.15/234.20	c BCD2: 13389468737891 <= obj <= 17220865338988
234.15/234.20	c BCD2: #cores=293, #unrelaxed=270, #relaxed=1067, #hardened=0
234.15/234.20	c BCD2: #sat=1 #unsat=450 bias=450/451
234.15/234.21	c Solving starts ...
234.15/234.21	c ============================[ Search Statistics ]============================
234.15/234.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
234.15/234.21	c       |         |          |          |    Limit     GC | Var      | Constra 
234.15/234.21	c =============================================================================
234.15/234.21	c  0.0s |       0 |        0 |        0 |    28698      0 |     1913 |     2206
234.15/234.25	c  0.0s |       0 |      469 |        0 |    28698      0 |     1913 |     2206
234.15/234.25	c #cpu_time = 0.038s
234.15/234.25	c #wall_clock_time = 0.038s
234.15/234.25	c #decision = 469
234.15/234.25	c #random_decision = 0
234.15/234.25	c #conflict = 0
234.15/234.25	c #restart = 0
234.15/234.25	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
234.15/234.25	c lower bound updated to -3828835869744
234.65/234.73	c BCD2: 13392029842251 <= obj <= 17220865338988
234.65/234.73	c BCD2: #cores=294, #unrelaxed=269, #relaxed=1068, #hardened=0
234.65/234.73	c BCD2: #sat=1 #unsat=451 bias=451/452
234.65/234.74	c Solving starts ...
234.65/234.74	c ============================[ Search Statistics ]============================
234.65/234.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
234.65/234.74	c       |         |          |          |    Limit     GC | Var      | Constra 
234.65/234.74	c =============================================================================
234.65/234.74	c  0.0s |       0 |        0 |        0 |    28698      0 |     1913 |     2206
234.75/234.80	c  0.1s |       0 |      471 |        0 |    28698      0 |     1913 |     2206
234.75/234.80	c #cpu_time = 0.054s
234.75/234.80	c #wall_clock_time = 0.054s
234.75/234.80	c #decision = 471
234.75/234.80	c #random_decision = 0
234.75/234.80	c #conflict = 0
234.75/234.80	c #restart = 0
234.75/234.80	c BCD2: found a new core of size 2: cost of the new core is >=380890
234.75/234.80	c lower bound updated to -3828835488854
235.14/235.29	c BCD2: 13392030223141 <= obj <= 17220865338988
235.14/235.29	c BCD2: #cores=295, #unrelaxed=267, #relaxed=1070, #hardened=0
235.14/235.29	c BCD2: #sat=1 #unsat=452 bias=452/453
235.14/235.29	c Solving starts ...
235.14/235.29	c ============================[ Search Statistics ]============================
235.14/235.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
235.14/235.29	c       |         |          |          |    Limit     GC | Var      | Constra 
235.14/235.29	c =============================================================================
235.14/235.29	c  0.0s |       0 |        0 |        0 |    28698      0 |     1913 |     2206
235.24/235.33	c  0.0s |       0 |      701 |        1 |    28698      0 |     1913 |     2206
235.24/235.33	c #cpu_time = 0.041s
235.24/235.34	c #wall_clock_time = 0.041s
235.24/235.34	c #decision = 701
235.24/235.34	c #random_decision = 0
235.24/235.34	c #conflict = 1
235.24/235.34	c #restart = 0
235.24/235.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
235.24/235.34	c lower bound updated to -3828835484209
235.74/235.82	c BCD2: 13392030227786 <= obj <= 17220865338988
235.74/235.82	c BCD2: #cores=295, #unrelaxed=266, #relaxed=1071, #hardened=0
235.74/235.82	c BCD2: #sat=1 #unsat=453 bias=453/454
235.74/235.82	c Solving starts ...
235.74/235.82	c ============================[ Search Statistics ]============================
235.74/235.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
235.74/235.82	c       |         |          |          |    Limit     GC | Var      | Constra 
235.74/235.82	c =============================================================================
235.74/235.82	c  0.0s |       0 |        0 |        0 |    28698      0 |     1914 |     2206
235.74/235.86	c  0.0s |       0 |      471 |        0 |    28698      0 |     1914 |     2207
235.74/235.86	c #cpu_time = 0.037s
235.74/235.86	c #wall_clock_time = 0.037s
235.74/235.86	c #decision = 471
235.74/235.86	c #random_decision = 0
235.74/235.86	c #conflict = 0
235.74/235.86	c #restart = 0
235.74/235.86	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
235.74/235.86	c lower bound updated to -3618824926689
236.24/236.33	c BCD2: 13602040785306 <= obj <= 17220865338988
236.24/236.33	c BCD2: #cores=296, #unrelaxed=265, #relaxed=1072, #hardened=0
236.24/236.33	c BCD2: #sat=1 #unsat=454 bias=454/455
236.24/236.33	c Solving starts ...
236.24/236.33	c ============================[ Search Statistics ]============================
236.24/236.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
236.24/236.33	c       |         |          |          |    Limit     GC | Var      | Constra 
236.24/236.33	c =============================================================================
236.24/236.33	c  0.0s |       0 |        0 |        0 |    28698      0 |     1914 |     2207
236.24/236.37	c  0.0s |       0 |      472 |        0 |    28698      0 |     1914 |     2207
236.24/236.37	c #cpu_time = 0.038s
236.24/236.37	c #wall_clock_time = 0.038s
236.24/236.37	c #decision = 472
236.24/236.37	c #random_decision = 0
236.24/236.37	c #conflict = 0
236.24/236.37	c #restart = 0
236.24/236.37	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
236.24/236.37	c lower bound updated to -3616263822329
236.74/236.85	c BCD2: 13604601889666 <= obj <= 17220865338988
236.74/236.85	c BCD2: #cores=297, #unrelaxed=264, #relaxed=1073, #hardened=0
236.74/236.85	c BCD2: #sat=1 #unsat=455 bias=455/456
236.74/236.85	c Solving starts ...
236.74/236.85	c ============================[ Search Statistics ]============================
236.74/236.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
236.74/236.85	c       |         |          |          |    Limit     GC | Var      | Constra 
236.74/236.85	c =============================================================================
236.74/236.85	c  0.0s |       0 |        0 |        0 |    28698      0 |     1914 |     2207
236.74/236.89	c  0.0s |       0 |      474 |        0 |    28698      0 |     1914 |     2207
236.74/236.89	c #cpu_time = 0.038s
236.74/236.89	c #wall_clock_time = 0.038s
236.74/236.89	c #decision = 474
236.74/236.89	c #random_decision = 0
236.74/236.89	c #conflict = 0
236.74/236.89	c #restart = 0
236.74/236.89	c BCD2: found a new core of size 2: cost of the new core is >=380890
236.74/236.89	c lower bound updated to -3616263441439
237.24/237.37	c BCD2: 13604602270556 <= obj <= 17220865338988
237.24/237.37	c BCD2: #cores=298, #unrelaxed=262, #relaxed=1075, #hardened=0
237.24/237.37	c BCD2: #sat=1 #unsat=456 bias=456/457
237.24/237.38	c Solving starts ...
237.24/237.38	c ============================[ Search Statistics ]============================
237.24/237.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
237.24/237.38	c       |         |          |          |    Limit     GC | Var      | Constra 
237.24/237.38	c =============================================================================
237.24/237.38	c  0.0s |       0 |        0 |        0 |    28698      0 |     1914 |     2207
237.34/237.42	c  0.0s |       0 |      705 |        1 |    28698      0 |     1914 |     2207
237.34/237.42	c #cpu_time = 0.042s
237.34/237.42	c #wall_clock_time = 0.042s
237.34/237.42	c #decision = 705
237.34/237.42	c #random_decision = 0
237.34/237.42	c #conflict = 1
237.34/237.42	c #restart = 0
237.34/237.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
237.34/237.42	c lower bound updated to -3616263436794
237.84/237.99	c BCD2: 13604602275201 <= obj <= 17220865338988
237.84/237.99	c BCD2: #cores=298, #unrelaxed=261, #relaxed=1076, #hardened=0
237.84/237.99	c BCD2: #sat=1 #unsat=457 bias=457/458
237.94/238.00	c Solving starts ...
237.94/238.00	c ============================[ Search Statistics ]============================
237.94/238.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
237.94/238.00	c       |         |          |          |    Limit     GC | Var      | Constra 
237.94/238.00	c =============================================================================
237.94/238.00	c  0.0s |       0 |        0 |        0 |    28698      0 |     1915 |     2207
237.94/238.04	c  0.0s |       0 |      474 |        0 |    28698      0 |     1915 |     2208
237.94/238.04	c #cpu_time = 0.038s
237.94/238.04	c #wall_clock_time = 0.038s
237.94/238.04	c #decision = 474
237.94/238.04	c #random_decision = 0
237.94/238.04	c #conflict = 0
237.94/238.04	c #restart = 0
237.94/238.04	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
237.94/238.04	c lower bound updated to -3406252879274
238.44/238.52	c BCD2: 13814612832721 <= obj <= 17220865338988
238.44/238.52	c BCD2: #cores=299, #unrelaxed=260, #relaxed=1077, #hardened=0
238.44/238.52	c BCD2: #sat=1 #unsat=458 bias=458/459
238.44/238.52	c Solving starts ...
238.44/238.52	c ============================[ Search Statistics ]============================
238.44/238.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
238.44/238.52	c       |         |          |          |    Limit     GC | Var      | Constra 
238.44/238.52	c =============================================================================
238.44/238.52	c  0.0s |       0 |        0 |        0 |    28698      0 |     1915 |     2208
238.44/238.56	c  0.0s |       0 |      475 |        0 |    28698      0 |     1915 |     2208
238.44/238.56	c #cpu_time = 0.039s
238.44/238.56	c #wall_clock_time = 0.039s
238.44/238.56	c #decision = 475
238.44/238.56	c #random_decision = 0
238.44/238.56	c #conflict = 0
238.44/238.56	c #restart = 0
238.44/238.56	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
238.44/238.56	c lower bound updated to -3403691774914
238.94/239.05	c BCD2: 13817173937081 <= obj <= 17220865338988
238.94/239.05	c BCD2: #cores=300, #unrelaxed=259, #relaxed=1078, #hardened=0
238.94/239.05	c BCD2: #sat=1 #unsat=459 bias=459/460
238.94/239.05	c Solving starts ...
238.94/239.05	c ============================[ Search Statistics ]============================
238.94/239.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
238.94/239.05	c       |         |          |          |    Limit     GC | Var      | Constra 
238.94/239.05	c =============================================================================
238.94/239.05	c  0.0s |       0 |        0 |        0 |    28698      0 |     1915 |     2208
238.94/239.09	c  0.0s |       0 |      476 |        0 |    28698      0 |     1915 |     2208
238.94/239.09	c #cpu_time = 0.038s
238.94/239.09	c #wall_clock_time = 0.038s
238.94/239.09	c #decision = 476
238.94/239.09	c #random_decision = 0
238.94/239.09	c #conflict = 0
238.94/239.09	c #restart = 0
238.94/239.09	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=9300
238.94/239.09	c lower bound updated to -3403691774909
239.44/239.57	c BCD2: 13817173937086 <= obj <= 17220865338988
239.44/239.57	c BCD2: #cores=299, #unrelaxed=254, #relaxed=1083, #hardened=0
239.44/239.57	c BCD2: #sat=1 #unsat=460 bias=460/461
239.44/239.57	c Solving starts ...
239.44/239.57	c ============================[ Search Statistics ]============================
239.44/239.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
239.44/239.57	c       |         |          |          |    Limit     GC | Var      | Constra 
239.44/239.57	c =============================================================================
239.44/239.57	c  0.0s |       0 |        0 |        0 |    28698      0 |     1962 |     2208
239.54/239.61	c  0.0s |       0 |      472 |        0 |    28698      0 |     1962 |     2300
239.54/239.61	c #cpu_time = 0.039s
239.54/239.61	c #wall_clock_time = 0.039s
239.54/239.61	c #decision = 472
239.54/239.61	c #random_decision = 0
239.54/239.61	c #conflict = 0
239.54/239.61	c #restart = 0
239.54/239.61	c BCD2: found a new core of size 2: cost of the new core is >=4645
239.54/239.61	c lower bound updated to -3403691770264
239.94/240.09	c BCD2: 13817173941731 <= obj <= 17220865338988
239.94/240.09	c BCD2: #cores=300, #unrelaxed=252, #relaxed=1085, #hardened=0
239.94/240.09	c BCD2: #sat=1 #unsat=461 bias=461/462
239.94/240.09	c Solving starts ...
239.94/240.09	c ============================[ Search Statistics ]============================
239.94/240.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
239.94/240.09	c       |         |          |          |    Limit     GC | Var      | Constra 
239.94/240.09	c =============================================================================
239.94/240.09	c  0.0s |       0 |        0 |        0 |    28698      0 |     1962 |     2300
240.04/240.13	c  0.0s |       0 |      472 |        0 |    28698      0 |     1962 |     2300
240.04/240.13	c #cpu_time = 0.037s
240.04/240.13	c #wall_clock_time = 0.037s
240.04/240.13	c #decision = 472
240.04/240.13	c #random_decision = 0
240.04/240.13	c #conflict = 0
240.04/240.13	c #restart = 0
240.04/240.13	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
240.04/240.13	c lower bound updated to -3193681212744
240.54/240.60	c BCD2: 14027184499251 <= obj <= 17220865338988
240.54/240.60	c BCD2: #cores=301, #unrelaxed=251, #relaxed=1086, #hardened=0
240.54/240.60	c BCD2: #sat=1 #unsat=462 bias=462/463
240.54/240.61	c Solving starts ...
240.54/240.61	c ============================[ Search Statistics ]============================
240.54/240.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
240.54/240.61	c       |         |          |          |    Limit     GC | Var      | Constra 
240.54/240.61	c =============================================================================
240.54/240.61	c  0.0s |       0 |        0 |        0 |    28698      0 |     1962 |     2300
240.54/240.65	c  0.0s |       0 |      473 |        0 |    28698      0 |     1962 |     2300
240.54/240.65	c #cpu_time = 0.039s
240.54/240.65	c #wall_clock_time = 0.039s
240.54/240.65	c #decision = 473
240.54/240.65	c #random_decision = 0
240.54/240.65	c #conflict = 0
240.54/240.65	c #restart = 0
240.54/240.65	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
240.54/240.65	c lower bound updated to -3191120108384
241.04/241.12	c BCD2: 14029745603611 <= obj <= 17220865338988
241.04/241.12	c BCD2: #cores=302, #unrelaxed=250, #relaxed=1087, #hardened=0
241.04/241.12	c BCD2: #sat=1 #unsat=463 bias=463/464
241.04/241.12	c Solving starts ...
241.04/241.12	c ============================[ Search Statistics ]============================
241.04/241.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
241.04/241.12	c       |         |          |          |    Limit     GC | Var      | Constra 
241.04/241.12	c =============================================================================
241.04/241.12	c  0.0s |       0 |        0 |        0 |    28698      0 |     1962 |     2300
241.04/241.18	c  0.1s |       0 |      475 |        0 |    28698      0 |     1962 |     2300
241.04/241.18	c #cpu_time = 0.053s
241.04/241.18	c #wall_clock_time = 0.053s
241.04/241.18	c #decision = 475
241.04/241.18	c #random_decision = 0
241.04/241.18	c #conflict = 0
241.04/241.18	c #restart = 0
241.04/241.18	c BCD2: found a new core of size 2: cost of the new core is >=380890
241.04/241.18	c lower bound updated to -3191119727494
241.54/241.66	c BCD2: 14029745984501 <= obj <= 17220865338988
241.54/241.66	c BCD2: #cores=303, #unrelaxed=248, #relaxed=1089, #hardened=0
241.54/241.66	c BCD2: #sat=1 #unsat=464 bias=464/465
241.54/241.67	c Solving starts ...
241.54/241.67	c ============================[ Search Statistics ]============================
241.54/241.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
241.54/241.67	c       |         |          |          |    Limit     GC | Var      | Constra 
241.54/241.67	c =============================================================================
241.54/241.67	c  0.0s |       0 |        0 |        0 |    28698      0 |     1962 |     2300
241.64/241.71	c  0.0s |       0 |      703 |        1 |    28698      0 |     1962 |     2300
241.64/241.71	c #cpu_time = 0.041s
241.64/241.71	c #wall_clock_time = 0.041s
241.64/241.71	c #decision = 703
241.64/241.71	c #random_decision = 0
241.64/241.71	c #conflict = 1
241.64/241.71	c #restart = 0
241.64/241.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
241.64/241.71	c lower bound updated to -3191119722849
242.14/242.20	c BCD2: 14029745989146 <= obj <= 17220865338988
242.14/242.20	c BCD2: #cores=303, #unrelaxed=247, #relaxed=1090, #hardened=0
242.14/242.20	c BCD2: #sat=1 #unsat=465 bias=465/466
242.14/242.20	c Solving starts ...
242.14/242.20	c ============================[ Search Statistics ]============================
242.14/242.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
242.14/242.20	c       |         |          |          |    Limit     GC | Var      | Constra 
242.14/242.20	c =============================================================================
242.14/242.20	c  0.0s |       0 |        0 |        0 |    28698      0 |     1963 |     2300
242.14/242.24	c  0.0s |       0 |      475 |        0 |    28698      0 |     1963 |     2301
242.14/242.24	c #cpu_time = 0.038s
242.14/242.24	c #wall_clock_time = 0.038s
242.14/242.24	c #decision = 475
242.14/242.24	c #random_decision = 0
242.14/242.24	c #conflict = 0
242.14/242.24	c #restart = 0
242.14/242.24	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
242.14/242.24	c lower bound updated to -2981109165329
242.64/242.73	c BCD2: 14239756546666 <= obj <= 17220865338988
242.64/242.73	c BCD2: #cores=304, #unrelaxed=246, #relaxed=1091, #hardened=0
242.64/242.73	c BCD2: #sat=1 #unsat=466 bias=466/467
242.64/242.74	c Solving starts ...
242.64/242.74	c ============================[ Search Statistics ]============================
242.64/242.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
242.64/242.74	c       |         |          |          |    Limit     GC | Var      | Constra 
242.64/242.74	c =============================================================================
242.64/242.74	c  0.0s |       0 |        0 |        0 |    28698      0 |     1963 |     2301
242.64/242.78	c  0.0s |       0 |      476 |        0 |    28698      0 |     1963 |     2301
242.64/242.78	c #cpu_time = 0.039s
242.64/242.78	c #wall_clock_time = 0.039s
242.64/242.78	c #decision = 476
242.64/242.78	c #random_decision = 0
242.64/242.78	c #conflict = 0
242.64/242.78	c #restart = 0
242.64/242.78	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
242.64/242.78	c lower bound updated to -2978548060969
243.15/243.26	c BCD2: 14242317651026 <= obj <= 17220865338988
243.15/243.26	c BCD2: #cores=305, #unrelaxed=245, #relaxed=1092, #hardened=0
243.15/243.26	c BCD2: #sat=1 #unsat=467 bias=467/468
243.15/243.27	c Solving starts ...
243.15/243.27	c ============================[ Search Statistics ]============================
243.15/243.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
243.15/243.27	c       |         |          |          |    Limit     GC | Var      | Constra 
243.15/243.27	c =============================================================================
243.15/243.27	c  0.0s |       0 |        0 |        0 |    28698      0 |     1963 |     2301
243.24/243.31	c  0.0s |       0 |      486 |        1 |    28698      0 |     1963 |     2301
243.24/243.31	c #cpu_time = 0.039s
243.24/243.31	c #wall_clock_time = 0.039s
243.24/243.31	c #decision = 486
243.24/243.31	c #random_decision = 0
243.24/243.31	c #conflict = 1
243.24/243.31	c #restart = 0
243.24/243.31	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4650
243.24/243.31	c lower bound updated to -2978548060964
243.64/243.79	c BCD2: 14242317651031 <= obj <= 17220865338988
243.64/243.79	c BCD2: #cores=305, #unrelaxed=243, #relaxed=1094, #hardened=0
243.64/243.79	c BCD2: #sat=1 #unsat=468 bias=468/469
243.64/243.79	c Solving starts ...
243.64/243.79	c ============================[ Search Statistics ]============================
243.64/243.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
243.64/243.79	c       |         |          |          |    Limit     GC | Var      | Constra 
243.64/243.79	c =============================================================================
243.64/243.79	c  0.0s |       0 |        0 |        0 |    28698      0 |     1982 |     2301
243.74/243.83	c  0.0s |       0 |      477 |        0 |    28698      0 |     1982 |     2338
243.74/243.83	c #cpu_time = 0.039s
243.74/243.83	c #wall_clock_time = 0.039s
243.74/243.83	c #decision = 477
243.74/243.83	c #random_decision = 0
243.74/243.83	c #conflict = 0
243.74/243.83	c #restart = 0
243.74/243.84	c BCD2: found a new core of size 2: cost of the new core is >=4645
243.74/243.84	c lower bound updated to -2978548056319
244.25/244.32	c BCD2: 14242317655676 <= obj <= 17220865338988
244.25/244.32	c BCD2: #cores=306, #unrelaxed=241, #relaxed=1096, #hardened=0
244.25/244.32	c BCD2: #sat=1 #unsat=469 bias=469/470
244.25/244.32	c Solving starts ...
244.25/244.32	c ============================[ Search Statistics ]============================
244.25/244.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
244.25/244.32	c       |         |          |          |    Limit     GC | Var      | Constra 
244.25/244.32	c =============================================================================
244.25/244.32	c  0.0s |       0 |        0 |        0 |    28698      0 |     1982 |     2338
244.25/244.36	c  0.0s |       0 |      477 |        0 |    28698      0 |     1982 |     2338
244.25/244.36	c #cpu_time = 0.038s
244.25/244.36	c #wall_clock_time = 0.038s
244.25/244.36	c #decision = 477
244.25/244.36	c #random_decision = 0
244.25/244.36	c #conflict = 0
244.25/244.36	c #restart = 0
244.25/244.36	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
244.25/244.36	c lower bound updated to -2768537498799
244.74/244.84	c BCD2: 14452328213196 <= obj <= 17220865338988
244.74/244.84	c BCD2: #cores=307, #unrelaxed=240, #relaxed=1097, #hardened=0
244.74/244.84	c BCD2: #sat=1 #unsat=470 bias=470/471
244.74/244.84	c Solving starts ...
244.74/244.84	c ============================[ Search Statistics ]============================
244.74/244.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
244.74/244.84	c       |         |          |          |    Limit     GC | Var      | Constra 
244.74/244.84	c =============================================================================
244.74/244.84	c  0.0s |       0 |        0 |        0 |    28698      0 |     1982 |     2338
244.74/244.88	c  0.0s |       0 |      478 |        0 |    28698      0 |     1982 |     2338
244.74/244.88	c #cpu_time = 0.039s
244.74/244.88	c #wall_clock_time = 0.039s
244.74/244.88	c #decision = 478
244.74/244.88	c #random_decision = 0
244.74/244.88	c #conflict = 0
244.74/244.88	c #restart = 0
244.74/244.88	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
244.74/244.88	c lower bound updated to -2765976394439
245.24/245.36	c BCD2: 14454889317556 <= obj <= 17220865338988
245.24/245.36	c BCD2: #cores=308, #unrelaxed=239, #relaxed=1098, #hardened=0
245.24/245.36	c BCD2: #sat=1 #unsat=471 bias=471/472
245.24/245.37	c Solving starts ...
245.24/245.37	c ============================[ Search Statistics ]============================
245.24/245.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
245.24/245.37	c       |         |          |          |    Limit     GC | Var      | Constra 
245.24/245.37	c =============================================================================
245.24/245.37	c  0.0s |       0 |        0 |        0 |    28698      0 |     1982 |     2338
245.34/245.41	c  0.0s |       0 |      479 |        0 |    28698      0 |     1982 |     2338
245.34/245.41	c #cpu_time = 0.038s
245.34/245.41	c #wall_clock_time = 0.038s
245.34/245.41	c #decision = 479
245.34/245.41	c #random_decision = 0
245.34/245.41	c #conflict = 0
245.34/245.41	c #restart = 0
245.34/245.41	c BCD2: relaxing 3 and merging with 3 cores into a new core of size 12: cost of the new core is >=9305
245.34/245.41	c lower bound updated to -2765976394434
245.74/245.88	c BCD2: 14454889317561 <= obj <= 17220865338988
245.74/245.88	c BCD2: #cores=306, #unrelaxed=236, #relaxed=1101, #hardened=0
245.74/245.88	c BCD2: #sat=1 #unsat=472 bias=472/473
245.74/245.88	c Solving starts ...
245.74/245.88	c ============================[ Search Statistics ]============================
245.74/245.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
245.74/245.88	c       |         |          |          |    Limit     GC | Var      | Constra 
245.74/245.88	c =============================================================================
245.74/245.88	c  0.0s |       0 |        0 |        0 |    28698      0 |     1990 |     2338
245.84/245.92	c  0.0s |       0 |      476 |        0 |    28698      0 |     1990 |     2351
245.84/245.92	c #cpu_time = 0.040s
245.84/245.92	c #wall_clock_time = 0.040s
245.84/245.92	c #decision = 476
245.84/245.92	c #random_decision = 0
245.84/245.92	c #conflict = 0
245.84/245.92	c #restart = 0
245.84/245.92	c BCD2: found a new core of size 2: cost of the new core is >=4645
245.84/245.92	c lower bound updated to -2765976389789
246.24/246.40	c BCD2: 14454889322206 <= obj <= 17220865338988
246.24/246.40	c BCD2: #cores=307, #unrelaxed=234, #relaxed=1103, #hardened=0
246.24/246.40	c BCD2: #sat=1 #unsat=473 bias=473/474
246.24/246.40	c Solving starts ...
246.24/246.40	c ============================[ Search Statistics ]============================
246.24/246.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
246.24/246.40	c       |         |          |          |    Limit     GC | Var      | Constra 
246.24/246.40	c =============================================================================
246.24/246.40	c  0.0s |       0 |        0 |        0 |    28698      0 |     1990 |     2351
246.34/246.44	c  0.0s |       0 |      476 |        0 |    28698      0 |     1990 |     2351
246.34/246.44	c #cpu_time = 0.038s
246.34/246.44	c #wall_clock_time = 0.038s
246.34/246.44	c #decision = 476
246.34/246.44	c #random_decision = 0
246.34/246.44	c #conflict = 0
246.34/246.44	c #restart = 0
246.34/246.44	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
246.34/246.44	c lower bound updated to -2555965832269
246.84/246.92	c BCD2: 14664899879726 <= obj <= 17220865338988
246.84/246.92	c BCD2: #cores=308, #unrelaxed=233, #relaxed=1104, #hardened=0
246.84/246.92	c BCD2: #sat=1 #unsat=474 bias=474/475
246.84/246.92	c Solving starts ...
246.84/246.92	c ============================[ Search Statistics ]============================
246.84/246.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
246.84/246.92	c       |         |          |          |    Limit     GC | Var      | Constra 
246.84/246.92	c =============================================================================
246.84/246.92	c  0.0s |       0 |        0 |        0 |    28698      0 |     1990 |     2351
246.84/246.97	c  0.0s |       0 |      477 |        0 |    28698      0 |     1990 |     2351
246.84/246.97	c #cpu_time = 0.044s
246.84/246.97	c #wall_clock_time = 0.044s
246.84/246.97	c #decision = 477
246.84/246.97	c #random_decision = 0
246.84/246.97	c #conflict = 0
246.84/246.97	c #restart = 0
246.84/246.97	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
246.84/246.97	c lower bound updated to -2553404727909
247.34/247.46	c BCD2: 14667460984086 <= obj <= 17220865338988
247.34/247.46	c BCD2: #cores=309, #unrelaxed=232, #relaxed=1105, #hardened=0
247.34/247.46	c BCD2: #sat=1 #unsat=475 bias=475/476
247.34/247.46	c Solving starts ...
247.34/247.46	c ============================[ Search Statistics ]============================
247.34/247.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
247.34/247.46	c       |         |          |          |    Limit     GC | Var      | Constra 
247.34/247.46	c =============================================================================
247.34/247.46	c  0.0s |       0 |        0 |        0 |    28698      0 |     1990 |     2351
247.44/247.52	c  0.1s |       0 |      479 |        0 |    28698      0 |     1990 |     2351
247.44/247.52	c #cpu_time = 0.055s
247.44/247.52	c #wall_clock_time = 0.055s
247.44/247.52	c #decision = 479
247.44/247.52	c #random_decision = 0
247.44/247.52	c #conflict = 0
247.44/247.52	c #restart = 0
247.44/247.52	c BCD2: found a new core of size 2: cost of the new core is >=380890
247.44/247.52	c lower bound updated to -2553404347019
247.94/248.01	c BCD2: 14667461364976 <= obj <= 17220865338988
247.94/248.01	c BCD2: #cores=310, #unrelaxed=230, #relaxed=1107, #hardened=0
247.94/248.01	c BCD2: #sat=1 #unsat=476 bias=476/477
247.94/248.02	c Solving starts ...
247.94/248.02	c ============================[ Search Statistics ]============================
247.94/248.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
247.94/248.02	c       |         |          |          |    Limit     GC | Var      | Constra 
247.94/248.02	c =============================================================================
247.94/248.02	c  0.0s |       0 |        0 |        0 |    28698      0 |     1990 |     2351
247.94/248.06	c  0.0s |       0 |      706 |        1 |    28698      0 |     1990 |     2351
247.94/248.06	c #cpu_time = 0.042s
247.94/248.06	c #wall_clock_time = 0.042s
247.94/248.06	c #decision = 706
247.94/248.06	c #random_decision = 0
247.94/248.06	c #conflict = 1
247.94/248.06	c #restart = 0
247.94/248.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
247.94/248.06	c lower bound updated to -2553404342374
248.44/248.55	c BCD2: 14667461369621 <= obj <= 17220865338988
248.44/248.55	c BCD2: #cores=310, #unrelaxed=229, #relaxed=1108, #hardened=0
248.44/248.55	c BCD2: #sat=1 #unsat=477 bias=477/478
248.44/248.55	c Solving starts ...
248.44/248.55	c ============================[ Search Statistics ]============================
248.44/248.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
248.44/248.55	c       |         |          |          |    Limit     GC | Var      | Constra 
248.44/248.55	c =============================================================================
248.44/248.55	c  0.0s |       0 |        0 |        0 |    28698      0 |     1991 |     2351
248.44/248.59	c  0.0s |       0 |      479 |        0 |    28698      0 |     1991 |     2352
248.44/248.59	c #cpu_time = 0.039s
248.44/248.59	c #wall_clock_time = 0.039s
248.44/248.59	c #decision = 479
248.44/248.59	c #random_decision = 0
248.44/248.59	c #conflict = 0
248.44/248.59	c #restart = 0
248.44/248.59	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
248.44/248.59	c lower bound updated to -2343393784854
248.94/249.07	c BCD2: 14877471927141 <= obj <= 17220865338988
248.94/249.07	c BCD2: #cores=311, #unrelaxed=228, #relaxed=1109, #hardened=0
248.94/249.07	c BCD2: #sat=1 #unsat=478 bias=478/479
248.94/249.08	c Solving starts ...
248.94/249.08	c ============================[ Search Statistics ]============================
248.94/249.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
248.94/249.08	c       |         |          |          |    Limit     GC | Var      | Constra 
248.94/249.08	c =============================================================================
248.94/249.08	c  0.0s |       0 |        0 |        0 |    28698      0 |     1991 |     2352
249.04/249.12	c  0.0s |       0 |      480 |        0 |    28698      0 |     1991 |     2352
249.04/249.12	c #cpu_time = 0.040s
249.04/249.12	c #wall_clock_time = 0.040s
249.04/249.12	c #decision = 480
249.04/249.12	c #random_decision = 0
249.04/249.12	c #conflict = 0
249.04/249.12	c #restart = 0
249.04/249.12	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
249.04/249.12	c lower bound updated to -2340832680494
249.54/249.60	c BCD2: 14880033031501 <= obj <= 17220865338988
249.54/249.60	c BCD2: #cores=312, #unrelaxed=227, #relaxed=1110, #hardened=0
249.54/249.60	c BCD2: #sat=1 #unsat=479 bias=479/480
249.54/249.60	c Solving starts ...
249.54/249.60	c ============================[ Search Statistics ]============================
249.54/249.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
249.54/249.60	c       |         |          |          |    Limit     GC | Var      | Constra 
249.54/249.60	c =============================================================================
249.54/249.60	c  0.0s |       0 |        0 |        0 |    28698      0 |     1991 |     2352
249.54/249.64	c  0.0s |       0 |      482 |        0 |    28698      0 |     1991 |     2352
249.54/249.64	c #cpu_time = 0.040s
249.54/249.64	c #wall_clock_time = 0.040s
249.54/249.64	c #decision = 482
249.54/249.64	c #random_decision = 0
249.54/249.64	c #conflict = 0
249.54/249.64	c #restart = 0
249.54/249.64	c BCD2: found a new core of size 2: cost of the new core is >=380890
249.54/249.64	c lower bound updated to -2340832299604
250.04/250.12	c BCD2: 14880033412391 <= obj <= 17220865338988
250.04/250.12	c BCD2: #cores=313, #unrelaxed=225, #relaxed=1112, #hardened=0
250.04/250.12	c BCD2: #sat=1 #unsat=480 bias=480/481
250.04/250.12	c Solving starts ...
250.04/250.12	c ============================[ Search Statistics ]============================
250.04/250.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
250.04/250.12	c       |         |          |          |    Limit     GC | Var      | Constra 
250.04/250.12	c =============================================================================
250.04/250.12	c  0.0s |       0 |        0 |        0 |    28698      0 |     1991 |     2352
250.04/250.16	c  0.0s |       0 |      710 |        1 |    28698      0 |     1991 |     2352
250.04/250.16	c #cpu_time = 0.042s
250.04/250.16	c #wall_clock_time = 0.042s
250.04/250.16	c #decision = 710
250.04/250.16	c #random_decision = 0
250.04/250.16	c #conflict = 1
250.04/250.16	c #restart = 0
250.04/250.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
250.04/250.16	c lower bound updated to -2340832294959
250.54/250.64	c BCD2: 14880033417036 <= obj <= 17220865338988
250.54/250.64	c BCD2: #cores=313, #unrelaxed=224, #relaxed=1113, #hardened=0
250.54/250.64	c BCD2: #sat=1 #unsat=481 bias=481/482
250.54/250.64	c Solving starts ...
250.54/250.64	c ============================[ Search Statistics ]============================
250.54/250.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
250.54/250.64	c       |         |          |          |    Limit     GC | Var      | Constra 
250.54/250.64	c =============================================================================
250.54/250.64	c  0.0s |       0 |        0 |        0 |    28698      0 |     1992 |     2352
250.54/250.68	c  0.0s |       0 |      482 |        0 |    28698      0 |     1992 |     2353
250.54/250.68	c #cpu_time = 0.039s
250.54/250.68	c #wall_clock_time = 0.039s
250.54/250.68	c #decision = 482
250.54/250.68	c #random_decision = 0
250.54/250.68	c #conflict = 0
250.54/250.68	c #restart = 0
250.54/250.68	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
250.54/250.68	c lower bound updated to -2130821737439
251.04/251.15	c BCD2: 15090043974556 <= obj <= 17220865338988
251.04/251.15	c BCD2: #cores=314, #unrelaxed=223, #relaxed=1114, #hardened=0
251.04/251.15	c BCD2: #sat=1 #unsat=482 bias=482/483
251.04/251.16	c Solving starts ...
251.04/251.16	c ============================[ Search Statistics ]============================
251.04/251.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
251.04/251.16	c       |         |          |          |    Limit     GC | Var      | Constra 
251.04/251.16	c =============================================================================
251.04/251.16	c  0.0s |       0 |        0 |        0 |    28698      0 |     1992 |     2353
251.14/251.20	c  0.0s |       0 |      483 |        0 |    28698      0 |     1992 |     2353
251.14/251.20	c #cpu_time = 0.040s
251.14/251.20	c #wall_clock_time = 0.040s
251.14/251.20	c #decision = 483
251.14/251.20	c #random_decision = 0
251.14/251.20	c #conflict = 0
251.14/251.20	c #restart = 0
251.14/251.20	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
251.14/251.20	c lower bound updated to -2128260633079
251.54/251.68	c BCD2: 15092605078916 <= obj <= 17220865338988
251.54/251.68	c BCD2: #cores=315, #unrelaxed=222, #relaxed=1115, #hardened=0
251.54/251.68	c BCD2: #sat=1 #unsat=483 bias=483/484
251.54/251.68	c Solving starts ...
251.54/251.68	c ============================[ Search Statistics ]============================
251.54/251.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
251.54/251.68	c       |         |          |          |    Limit     GC | Var      | Constra 
251.54/251.68	c =============================================================================
251.54/251.68	c  0.0s |       0 |        0 |        0 |    28698      0 |     1992 |     2353
251.64/251.72	c  0.0s |       0 |      485 |        0 |    28698      0 |     1992 |     2353
251.64/251.72	c #cpu_time = 0.044s
251.64/251.72	c #wall_clock_time = 0.044s
251.64/251.72	c #decision = 485
251.64/251.72	c #random_decision = 0
251.64/251.72	c #conflict = 0
251.64/251.72	c #restart = 0
251.64/251.72	c BCD2: found a new core of size 2: cost of the new core is >=380890
251.64/251.72	c lower bound updated to -2128260252189
252.14/252.21	c BCD2: 15092605459806 <= obj <= 17220865338988
252.14/252.21	c BCD2: #cores=316, #unrelaxed=220, #relaxed=1117, #hardened=0
252.14/252.21	c BCD2: #sat=1 #unsat=484 bias=484/485
252.14/252.22	c Solving starts ...
252.14/252.22	c ============================[ Search Statistics ]============================
252.14/252.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
252.14/252.22	c       |         |          |          |    Limit     GC | Var      | Constra 
252.14/252.22	c =============================================================================
252.14/252.22	c  0.0s |       0 |        0 |        0 |    28698      0 |     1992 |     2353
252.14/252.26	c  0.0s |       0 |      714 |        1 |    28698      0 |     1992 |     2353
252.14/252.26	c #cpu_time = 0.043s
252.14/252.26	c #wall_clock_time = 0.043s
252.14/252.26	c #decision = 714
252.14/252.26	c #random_decision = 0
252.14/252.26	c #conflict = 1
252.14/252.26	c #restart = 0
252.14/252.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
252.14/252.26	c lower bound updated to -2128260247544
252.64/252.75	c BCD2: 15092605464451 <= obj <= 17220865338988
252.64/252.75	c BCD2: #cores=316, #unrelaxed=219, #relaxed=1118, #hardened=0
252.64/252.75	c BCD2: #sat=1 #unsat=485 bias=485/486
252.64/252.75	c Solving starts ...
252.64/252.75	c ============================[ Search Statistics ]============================
252.64/252.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
252.64/252.75	c       |         |          |          |    Limit     GC | Var      | Constra 
252.64/252.75	c =============================================================================
252.64/252.75	c  0.0s |       0 |        0 |        0 |    28698      0 |     1993 |     2353
252.64/252.79	c  0.0s |       0 |      485 |        0 |    28698      0 |     1993 |     2354
252.64/252.79	c #cpu_time = 0.039s
252.64/252.79	c #wall_clock_time = 0.039s
252.64/252.79	c #decision = 485
252.64/252.79	c #random_decision = 0
252.64/252.79	c #conflict = 0
252.64/252.79	c #restart = 0
252.64/252.79	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
252.64/252.79	c lower bound updated to -1918249690024
253.14/253.28	c BCD2: 15302616021971 <= obj <= 17220865338988
253.14/253.28	c BCD2: #cores=317, #unrelaxed=218, #relaxed=1119, #hardened=0
253.14/253.28	c BCD2: #sat=1 #unsat=486 bias=486/487
253.14/253.28	c Solving starts ...
253.14/253.28	c ============================[ Search Statistics ]============================
253.14/253.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
253.14/253.28	c       |         |          |          |    Limit     GC | Var      | Constra 
253.14/253.28	c =============================================================================
253.14/253.28	c  0.0s |       0 |        0 |        0 |    28698      0 |     1993 |     2354
253.24/253.32	c  0.0s |       0 |      486 |        0 |    28698      0 |     1993 |     2354
253.24/253.32	c #cpu_time = 0.041s
253.24/253.32	c #wall_clock_time = 0.041s
253.24/253.32	c #decision = 486
253.24/253.32	c #random_decision = 0
253.24/253.32	c #conflict = 0
253.24/253.32	c #restart = 0
253.24/253.32	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
253.24/253.32	c lower bound updated to -1915688585664
253.74/253.81	c BCD2: 15305177126331 <= obj <= 17220865338988
253.74/253.81	c BCD2: #cores=318, #unrelaxed=217, #relaxed=1120, #hardened=0
253.74/253.81	c BCD2: #sat=1 #unsat=487 bias=487/488
253.74/253.81	c Solving starts ...
253.74/253.81	c ============================[ Search Statistics ]============================
253.74/253.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
253.74/253.81	c       |         |          |          |    Limit     GC | Var      | Constra 
253.74/253.81	c =============================================================================
253.74/253.81	c  0.0s |       0 |        0 |        0 |    28698      0 |     1993 |     2354
253.74/253.85	c  0.0s |       0 |      488 |        0 |    28698      0 |     1993 |     2354
253.74/253.85	c #cpu_time = 0.040s
253.74/253.85	c #wall_clock_time = 0.040s
253.74/253.85	c #decision = 488
253.74/253.85	c #random_decision = 0
253.74/253.85	c #conflict = 0
253.74/253.85	c #restart = 0
253.74/253.85	c BCD2: found a new core of size 2: cost of the new core is >=380890
253.74/253.85	c lower bound updated to -1915688204774
254.23/254.33	c BCD2: 15305177507221 <= obj <= 17220865338988
254.23/254.33	c BCD2: #cores=319, #unrelaxed=215, #relaxed=1122, #hardened=0
254.23/254.33	c BCD2: #sat=1 #unsat=488 bias=488/489
254.23/254.33	c Solving starts ...
254.23/254.33	c ============================[ Search Statistics ]============================
254.23/254.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
254.23/254.33	c       |         |          |          |    Limit     GC | Var      | Constra 
254.23/254.33	c =============================================================================
254.23/254.33	c  0.0s |       0 |        0 |        0 |    28698      0 |     1993 |     2354
254.23/254.38	c  0.0s |       0 |      718 |        1 |    28698      0 |     1993 |     2354
254.23/254.38	c #cpu_time = 0.043s
254.23/254.38	c #wall_clock_time = 0.043s
254.23/254.38	c #decision = 718
254.23/254.38	c #random_decision = 0
254.23/254.38	c #conflict = 1
254.23/254.38	c #restart = 0
254.23/254.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
254.23/254.38	c lower bound updated to -1915688200129
254.73/254.85	c BCD2: 15305177511866 <= obj <= 17220865338988
254.73/254.85	c BCD2: #cores=319, #unrelaxed=214, #relaxed=1123, #hardened=0
254.73/254.85	c BCD2: #sat=1 #unsat=489 bias=489/490
254.73/254.86	c Solving starts ...
254.73/254.86	c ============================[ Search Statistics ]============================
254.73/254.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
254.73/254.86	c       |         |          |          |    Limit     GC | Var      | Constra 
254.73/254.86	c =============================================================================
254.73/254.86	c  0.0s |       0 |        0 |        0 |    28698      0 |     1994 |     2354
254.83/254.90	c  0.0s |       0 |      488 |        0 |    28698      0 |     1994 |     2355
254.83/254.90	c #cpu_time = 0.039s
254.83/254.90	c #wall_clock_time = 0.039s
254.83/254.90	c #decision = 488
254.83/254.90	c #random_decision = 0
254.83/254.90	c #conflict = 0
254.83/254.90	c #restart = 0
254.83/254.90	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
254.83/254.90	c lower bound updated to -1705677642609
255.24/255.37	c BCD2: 15515188069386 <= obj <= 17220865338988
255.24/255.37	c BCD2: #cores=320, #unrelaxed=213, #relaxed=1124, #hardened=0
255.24/255.37	c BCD2: #sat=1 #unsat=490 bias=490/491
255.24/255.37	c Solving starts ...
255.24/255.37	c ============================[ Search Statistics ]============================
255.24/255.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
255.24/255.37	c       |         |          |          |    Limit     GC | Var      | Constra 
255.24/255.37	c =============================================================================
255.24/255.37	c  0.0s |       0 |        0 |        0 |    28698      0 |     1994 |     2355
255.33/255.41	c  0.0s |       0 |      489 |        0 |    28698      0 |     1994 |     2355
255.33/255.41	c #cpu_time = 0.040s
255.33/255.41	c #wall_clock_time = 0.040s
255.33/255.41	c #decision = 489
255.33/255.41	c #random_decision = 0
255.33/255.41	c #conflict = 0
255.33/255.41	c #restart = 0
255.33/255.41	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
255.33/255.41	c lower bound updated to -1703116538249
255.73/255.89	c BCD2: 15517749173746 <= obj <= 17220865338988
255.73/255.89	c BCD2: #cores=321, #unrelaxed=212, #relaxed=1125, #hardened=0
255.73/255.89	c BCD2: #sat=1 #unsat=491 bias=491/492
255.73/255.89	c Solving starts ...
255.73/255.89	c ============================[ Search Statistics ]============================
255.73/255.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
255.73/255.89	c       |         |          |          |    Limit     GC | Var      | Constra 
255.73/255.89	c =============================================================================
255.73/255.90	c  0.0s |       0 |        0 |        0 |    28698      0 |     1994 |     2355
255.83/255.95	c  0.1s |       0 |      707 |        2 |    28698      0 |     1994 |     2355
255.83/255.95	c #cpu_time = 0.056s
255.83/255.95	c #wall_clock_time = 0.056s
255.83/255.95	c #decision = 707
255.83/255.95	c #random_decision = 0
255.83/255.95	c #conflict = 2
255.83/255.95	c #restart = 0
255.83/255.95	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=385540
255.83/255.95	c lower bound updated to -1703116538244
256.34/256.44	c BCD2: 15517749173751 <= obj <= 17220865338988
256.34/256.44	c BCD2: #cores=321, #unrelaxed=210, #relaxed=1127, #hardened=0
256.34/256.44	c BCD2: #sat=1 #unsat=492 bias=492/493
256.34/256.45	c Solving starts ...
256.34/256.45	c ============================[ Search Statistics ]============================
256.34/256.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
256.34/256.45	c       |         |          |          |    Limit     GC | Var      | Constra 
256.34/256.45	c =============================================================================
256.34/256.45	c  0.0s |       0 |        0 |        0 |    28698      0 |     2177 |     2355
256.34/256.49	c  0.0s |       0 |      490 |        0 |    28698      0 |     2177 |     2720
256.34/256.49	c #cpu_time = 0.043s
256.34/256.49	c #wall_clock_time = 0.043s
256.34/256.49	c #decision = 490
256.34/256.49	c #random_decision = 0
256.34/256.49	c #conflict = 0
256.34/256.49	c #restart = 0
256.34/256.49	c BCD2: found a new core of size 2: cost of the new core is >=4645
256.34/256.49	c lower bound updated to -1703116533599
256.83/256.98	c BCD2: 15517749178396 <= obj <= 17220865338988
256.83/256.98	c BCD2: #cores=322, #unrelaxed=208, #relaxed=1129, #hardened=0
256.83/256.98	c BCD2: #sat=1 #unsat=493 bias=493/494
256.83/256.99	c Solving starts ...
256.83/256.99	c ============================[ Search Statistics ]============================
256.83/256.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
256.83/256.99	c       |         |          |          |    Limit     GC | Var      | Constra 
256.83/256.99	c =============================================================================
256.83/256.99	c  0.0s |       0 |        0 |        0 |    28698      0 |     2177 |     2720
256.93/257.03	c  0.0s |       0 |      490 |        0 |    28698      0 |     2177 |     2720
256.93/257.03	c #cpu_time = 0.040s
256.93/257.03	c #wall_clock_time = 0.040s
256.93/257.03	c #decision = 490
256.93/257.03	c #random_decision = 0
256.93/257.03	c #conflict = 0
256.93/257.03	c #restart = 0
256.93/257.03	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
256.93/257.03	c lower bound updated to -1493105976079
257.44/257.52	c BCD2: 15727759735916 <= obj <= 17220865338988
257.44/257.52	c BCD2: #cores=323, #unrelaxed=207, #relaxed=1130, #hardened=0
257.44/257.52	c BCD2: #sat=1 #unsat=494 bias=494/495
257.44/257.52	c Solving starts ...
257.44/257.52	c ============================[ Search Statistics ]============================
257.44/257.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
257.44/257.52	c       |         |          |          |    Limit     GC | Var      | Constra 
257.44/257.52	c =============================================================================
257.44/257.52	c  0.0s |       0 |        0 |        0 |    28698      0 |     2177 |     2720
257.44/257.56	c  0.0s |       0 |      491 |        0 |    28698      0 |     2177 |     2720
257.44/257.56	c #cpu_time = 0.041s
257.44/257.56	c #wall_clock_time = 0.041s
257.44/257.56	c #decision = 491
257.44/257.56	c #random_decision = 0
257.44/257.56	c #conflict = 0
257.44/257.56	c #restart = 0
257.44/257.56	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
257.44/257.56	c lower bound updated to -1490544871719
257.93/258.04	c BCD2: 15730320840276 <= obj <= 17220865338988
257.93/258.04	c BCD2: #cores=324, #unrelaxed=206, #relaxed=1131, #hardened=0
257.93/258.04	c BCD2: #sat=1 #unsat=495 bias=495/496
257.93/258.05	c Solving starts ...
257.93/258.05	c ============================[ Search Statistics ]============================
257.93/258.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
257.93/258.05	c       |         |          |          |    Limit     GC | Var      | Constra 
257.93/258.05	c =============================================================================
257.93/258.05	c  0.0s |       0 |        0 |        0 |    28698      0 |     2177 |     2720
257.93/258.09	c  0.0s |       0 |      564 |        1 |    28698      0 |     2177 |     2720
257.93/258.09	c #cpu_time = 0.041s
257.93/258.09	c #wall_clock_time = 0.041s
257.93/258.09	c #decision = 564
257.93/258.09	c #random_decision = 0
257.93/258.09	c #conflict = 1
257.93/258.09	c #restart = 0
257.93/258.09	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4650
257.93/258.09	c lower bound updated to -1490544871714
258.44/258.57	c BCD2: 15730320840281 <= obj <= 17220865338988
258.44/258.57	c BCD2: #cores=324, #unrelaxed=204, #relaxed=1133, #hardened=0
258.44/258.57	c BCD2: #sat=1 #unsat=496 bias=496/497
258.44/258.57	c Solving starts ...
258.44/258.57	c ============================[ Search Statistics ]============================
258.44/258.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
258.44/258.57	c       |         |          |          |    Limit     GC | Var      | Constra 
258.44/258.57	c =============================================================================
258.44/258.57	c  0.0s |       0 |        0 |        0 |    28698      0 |     2352 |     2720
258.54/258.62	c  0.0s |       0 |      492 |        0 |    28698      0 |     2352 |     3069
258.54/258.62	c #cpu_time = 0.042s
258.54/258.62	c #wall_clock_time = 0.042s
258.54/258.62	c #decision = 492
258.54/258.62	c #random_decision = 0
258.54/258.62	c #conflict = 0
258.54/258.62	c #restart = 0
258.54/258.62	c BCD2: found a new core of size 2: cost of the new core is >=4645
258.54/258.62	c lower bound updated to -1490544867069
258.93/259.09	c BCD2: 15730320844926 <= obj <= 17220865338988
258.93/259.09	c BCD2: #cores=325, #unrelaxed=202, #relaxed=1135, #hardened=0
258.93/259.09	c BCD2: #sat=1 #unsat=497 bias=497/498
259.03/259.10	c Solving starts ...
259.03/259.10	c ============================[ Search Statistics ]============================
259.03/259.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
259.03/259.10	c       |         |          |          |    Limit     GC | Var      | Constra 
259.03/259.10	c =============================================================================
259.03/259.10	c  0.0s |       0 |        0 |        0 |    28698      0 |     2352 |     3069
259.03/259.14	c  0.0s |       0 |      492 |        0 |    28698      0 |     2352 |     3069
259.03/259.14	c #cpu_time = 0.040s
259.03/259.14	c #wall_clock_time = 0.040s
259.03/259.14	c #decision = 492
259.03/259.14	c #random_decision = 0
259.03/259.14	c #conflict = 0
259.03/259.14	c #restart = 0
259.03/259.14	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
259.03/259.14	c lower bound updated to -1280534309549
259.54/259.61	c BCD2: 15940331402446 <= obj <= 17220865338988
259.54/259.61	c BCD2: #cores=326, #unrelaxed=201, #relaxed=1136, #hardened=0
259.54/259.61	c BCD2: #sat=1 #unsat=498 bias=498/499
259.54/259.61	c Solving starts ...
259.54/259.61	c ============================[ Search Statistics ]============================
259.54/259.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
259.54/259.61	c       |         |          |          |    Limit     GC | Var      | Constra 
259.54/259.61	c =============================================================================
259.54/259.61	c  0.0s |       0 |        0 |        0 |    28698      0 |     2352 |     3069
259.54/259.66	c  0.0s |       0 |      493 |        0 |    28698      0 |     2352 |     3069
259.54/259.66	c #cpu_time = 0.041s
259.54/259.66	c #wall_clock_time = 0.041s
259.54/259.66	c #decision = 493
259.54/259.66	c #random_decision = 0
259.54/259.66	c #conflict = 0
259.54/259.66	c #restart = 0
259.54/259.66	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
259.54/259.66	c lower bound updated to -1277973205189
260.03/260.13	c BCD2: 15942892506806 <= obj <= 17220865338988
260.03/260.13	c BCD2: #cores=327, #unrelaxed=200, #relaxed=1137, #hardened=0
260.03/260.13	c BCD2: #sat=1 #unsat=499 bias=499/500
260.03/260.13	c Solving starts ...
260.03/260.13	c ============================[ Search Statistics ]============================
260.03/260.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
260.03/260.13	c       |         |          |          |    Limit     GC | Var      | Constra 
260.03/260.13	c =============================================================================
260.03/260.13	c  0.0s |       0 |        0 |        0 |    28698      0 |     2352 |     3069
260.03/260.17	c  0.0s |       0 |      495 |        0 |    28698      0 |     2352 |     3069
260.03/260.17	c #cpu_time = 0.040s
260.03/260.17	c #wall_clock_time = 0.040s
260.03/260.17	c #decision = 495
260.03/260.17	c #random_decision = 0
260.03/260.17	c #conflict = 0
260.03/260.17	c #restart = 0
260.03/260.17	c BCD2: found a new core of size 2: cost of the new core is >=380890
260.03/260.17	c lower bound updated to -1277972824299
260.53/260.66	c BCD2: 15942892887696 <= obj <= 17220865338988
260.53/260.66	c BCD2: #cores=328, #unrelaxed=198, #relaxed=1139, #hardened=0
260.53/260.66	c BCD2: #sat=1 #unsat=500 bias=500/501
260.53/260.66	c Solving starts ...
260.53/260.66	c ============================[ Search Statistics ]============================
260.53/260.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
260.53/260.66	c       |         |          |          |    Limit     GC | Var      | Constra 
260.53/260.66	c =============================================================================
260.53/260.66	c  0.0s |       0 |        0 |        0 |    28698      0 |     2352 |     3069
260.64/260.71	c  0.0s |       0 |      726 |        1 |    28698      0 |     2352 |     3069
260.64/260.71	c #cpu_time = 0.044s
260.64/260.71	c #wall_clock_time = 0.044s
260.64/260.71	c #decision = 726
260.64/260.71	c #random_decision = 0
260.64/260.71	c #conflict = 1
260.64/260.71	c #restart = 0
260.64/260.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
260.64/260.71	c lower bound updated to -1277972819654
261.13/261.20	c BCD2: 15942892892341 <= obj <= 17220865338988
261.13/261.20	c BCD2: #cores=328, #unrelaxed=197, #relaxed=1140, #hardened=0
261.13/261.20	c BCD2: #sat=1 #unsat=501 bias=501/502
261.13/261.20	c Solving starts ...
261.13/261.20	c ============================[ Search Statistics ]============================
261.13/261.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
261.13/261.20	c       |         |          |          |    Limit     GC | Var      | Constra 
261.13/261.20	c =============================================================================
261.13/261.20	c  0.0s |       0 |        0 |        0 |    28698      0 |     2353 |     3069
261.13/261.24	c  0.0s |       0 |      495 |        0 |    28698      0 |     2353 |     3070
261.13/261.24	c #cpu_time = 0.041s
261.13/261.24	c #wall_clock_time = 0.041s
261.13/261.24	c #decision = 495
261.13/261.24	c #random_decision = 0
261.13/261.24	c #conflict = 0
261.13/261.24	c #restart = 0
261.13/261.24	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
261.13/261.24	c lower bound updated to -1067962262134
261.63/261.73	c BCD2: 16152903449861 <= obj <= 17220865338988
261.63/261.73	c BCD2: #cores=329, #unrelaxed=196, #relaxed=1141, #hardened=0
261.63/261.73	c BCD2: #sat=1 #unsat=502 bias=502/503
261.63/261.74	c Solving starts ...
261.63/261.74	c ============================[ Search Statistics ]============================
261.63/261.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
261.63/261.74	c       |         |          |          |    Limit     GC | Var      | Constra 
261.63/261.74	c =============================================================================
261.63/261.74	c  0.0s |       0 |        0 |        0 |    28698      0 |     2353 |     3070
261.63/261.78	c  0.0s |       0 |      496 |        0 |    28698      0 |     2353 |     3070
261.63/261.78	c #cpu_time = 0.042s
261.63/261.78	c #wall_clock_time = 0.042s
261.63/261.78	c #decision = 496
261.63/261.78	c #random_decision = 0
261.63/261.78	c #conflict = 0
261.63/261.78	c #restart = 0
261.63/261.78	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
261.63/261.78	c lower bound updated to -1065401157774
262.13/262.27	c BCD2: 16155464554221 <= obj <= 17220865338988
262.13/262.27	c BCD2: #cores=330, #unrelaxed=195, #relaxed=1142, #hardened=0
262.13/262.27	c BCD2: #sat=1 #unsat=503 bias=503/504
262.13/262.28	c Solving starts ...
262.13/262.28	c ============================[ Search Statistics ]============================
262.13/262.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
262.13/262.28	c       |         |          |          |    Limit     GC | Var      | Constra 
262.13/262.28	c =============================================================================
262.13/262.28	c  0.0s |       0 |        0 |        0 |    28698      0 |     2353 |     3070
262.23/262.33	c  0.1s |       0 |      720 |        2 |    28698      0 |     2353 |     3070
262.23/262.33	c #cpu_time = 0.056s
262.23/262.33	c #wall_clock_time = 0.056s
262.23/262.33	c #decision = 720
262.23/262.33	c #random_decision = 0
262.23/262.33	c #conflict = 2
262.23/262.33	c #restart = 0
262.23/262.33	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=385540
262.23/262.33	c lower bound updated to -1065401157769
262.73/262.82	c BCD2: 16155464554226 <= obj <= 17220865338988
262.73/262.82	c BCD2: #cores=330, #unrelaxed=193, #relaxed=1144, #hardened=0
262.73/262.82	c BCD2: #sat=1 #unsat=504 bias=504/505
262.73/262.83	c Solving starts ...
262.73/262.83	c ============================[ Search Statistics ]============================
262.73/262.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
262.73/262.83	c       |         |          |          |    Limit     GC | Var      | Constra 
262.73/262.83	c =============================================================================
262.73/262.83	c  0.0s |       0 |        0 |        0 |    28698      0 |     2616 |     3070
262.73/262.87	c  0.0s |       0 |      497 |        0 |    28698      0 |     2616 |     3595
262.73/262.87	c #cpu_time = 0.044s
262.73/262.87	c #wall_clock_time = 0.044s
262.73/262.87	c #decision = 497
262.73/262.87	c #random_decision = 0
262.73/262.87	c #conflict = 0
262.73/262.87	c #restart = 0
262.73/262.87	c BCD2: found a new core of size 2: cost of the new core is >=4645
262.73/262.87	c lower bound updated to -1065401153124
263.23/263.36	c BCD2: 16155464558871 <= obj <= 17220865338988
263.23/263.36	c BCD2: #cores=331, #unrelaxed=191, #relaxed=1146, #hardened=0
263.23/263.36	c BCD2: #sat=1 #unsat=505 bias=505/506
263.23/263.36	c Solving starts ...
263.23/263.36	c ============================[ Search Statistics ]============================
263.23/263.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
263.23/263.36	c       |         |          |          |    Limit     GC | Var      | Constra 
263.23/263.36	c =============================================================================
263.23/263.36	c  0.0s |       0 |        0 |        0 |    28698      0 |     2616 |     3595
263.33/263.40	c  0.0s |       0 |      497 |        0 |    28698      0 |     2616 |     3595
263.33/263.40	c #cpu_time = 0.041s
263.33/263.40	c #wall_clock_time = 0.041s
263.33/263.40	c #decision = 497
263.33/263.40	c #random_decision = 0
263.33/263.40	c #conflict = 0
263.33/263.40	c #restart = 0
263.33/263.40	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
263.33/263.40	c lower bound updated to -855390595604
263.73/263.88	c BCD2: 16365475116391 <= obj <= 17220865338988
263.73/263.88	c BCD2: #cores=332, #unrelaxed=190, #relaxed=1147, #hardened=0
263.73/263.88	c BCD2: #sat=1 #unsat=506 bias=506/507
263.73/263.89	c Solving starts ...
263.73/263.89	c ============================[ Search Statistics ]============================
263.73/263.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
263.73/263.89	c       |         |          |          |    Limit     GC | Var      | Constra 
263.73/263.89	c =============================================================================
263.73/263.89	c  0.0s |       0 |        0 |        0 |    28698      0 |     2616 |     3595
263.83/263.93	c  0.0s |       0 |      498 |        0 |    28698      0 |     2616 |     3595
263.83/263.93	c #cpu_time = 0.042s
263.83/263.93	c #wall_clock_time = 0.042s
263.83/263.93	c #decision = 498
263.83/263.93	c #random_decision = 0
263.83/263.93	c #conflict = 0
263.83/263.93	c #restart = 0
263.83/263.93	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
263.83/263.93	c lower bound updated to -852829491244
264.33/264.41	c BCD2: 16368036220751 <= obj <= 17220865338988
264.33/264.41	c BCD2: #cores=333, #unrelaxed=189, #relaxed=1148, #hardened=0
264.33/264.41	c BCD2: #sat=1 #unsat=507 bias=507/508
264.33/264.41	c Solving starts ...
264.33/264.41	c ============================[ Search Statistics ]============================
264.33/264.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
264.33/264.41	c       |         |          |          |    Limit     GC | Var      | Constra 
264.33/264.41	c =============================================================================
264.33/264.41	c  0.0s |       0 |        0 |        0 |    28698      0 |     2616 |     3595
264.33/264.45	c  0.0s |       0 |      500 |        0 |    28698      0 |     2616 |     3595
264.33/264.45	c #cpu_time = 0.041s
264.33/264.45	c #wall_clock_time = 0.041s
264.33/264.45	c #decision = 500
264.33/264.45	c #random_decision = 0
264.33/264.45	c #conflict = 0
264.33/264.45	c #restart = 0
264.33/264.45	c BCD2: found a new core of size 2: cost of the new core is >=380890
264.33/264.45	c lower bound updated to -852829110354
264.83/264.93	c BCD2: 16368036601641 <= obj <= 17220865338988
264.83/264.93	c BCD2: #cores=334, #unrelaxed=187, #relaxed=1150, #hardened=0
264.83/264.93	c BCD2: #sat=1 #unsat=508 bias=508/509
264.83/264.93	c Solving starts ...
264.83/264.93	c ============================[ Search Statistics ]============================
264.83/264.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
264.83/264.93	c       |         |          |          |    Limit     GC | Var      | Constra 
264.83/264.93	c =============================================================================
264.83/264.93	c  0.0s |       0 |        0 |        0 |    28698      0 |     2616 |     3595
264.83/264.97	c  0.0s |       0 |      732 |        1 |    28698      0 |     2616 |     3595
264.83/264.97	c #cpu_time = 0.045s
264.83/264.97	c #wall_clock_time = 0.045s
264.83/264.97	c #decision = 732
264.83/264.97	c #random_decision = 0
264.83/264.97	c #conflict = 1
264.83/264.97	c #restart = 0
264.83/264.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
264.83/264.97	c lower bound updated to -852829105709
265.33/265.47	c BCD2: 16368036606286 <= obj <= 17220865338988
265.33/265.47	c BCD2: #cores=334, #unrelaxed=186, #relaxed=1151, #hardened=0
265.33/265.47	c BCD2: #sat=1 #unsat=509 bias=509/510
265.33/265.47	c Solving starts ...
265.33/265.47	c ============================[ Search Statistics ]============================
265.33/265.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
265.33/265.47	c       |         |          |          |    Limit     GC | Var      | Constra 
265.33/265.47	c =============================================================================
265.33/265.47	c  0.0s |       0 |        0 |        0 |    28698      0 |     2617 |     3595
265.43/265.52	c  0.0s |       0 |      500 |        0 |    28698      0 |     2617 |     3596
265.43/265.52	c #cpu_time = 0.041s
265.43/265.52	c #wall_clock_time = 0.041s
265.43/265.52	c #decision = 500
265.43/265.52	c #random_decision = 0
265.43/265.52	c #conflict = 0
265.43/265.52	c #restart = 0
265.43/265.52	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
265.43/265.52	c lower bound updated to -642818548189
265.93/266.01	c BCD2: 16578047163806 <= obj <= 17220865338988
265.93/266.01	c BCD2: #cores=335, #unrelaxed=185, #relaxed=1152, #hardened=0
265.93/266.01	c BCD2: #sat=1 #unsat=510 bias=510/511
265.93/266.02	c Solving starts ...
265.93/266.02	c ============================[ Search Statistics ]============================
265.93/266.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
265.93/266.02	c       |         |          |          |    Limit     GC | Var      | Constra 
265.93/266.02	c =============================================================================
265.93/266.02	c  0.0s |       0 |        0 |        0 |    28698      0 |     2617 |     3596
265.93/266.06	c  0.0s |       0 |      501 |        0 |    28698      0 |     2617 |     3596
265.93/266.06	c #cpu_time = 0.043s
265.93/266.06	c #wall_clock_time = 0.043s
265.93/266.06	c #decision = 501
265.93/266.06	c #random_decision = 0
265.93/266.06	c #conflict = 0
265.93/266.06	c #restart = 0
265.93/266.06	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
265.93/266.06	c lower bound updated to -640257443829
266.43/266.56	c BCD2: 16580608268166 <= obj <= 17220865338988
266.43/266.56	c BCD2: #cores=336, #unrelaxed=184, #relaxed=1153, #hardened=0
266.43/266.56	c BCD2: #sat=1 #unsat=511 bias=511/512
266.43/266.56	c Solving starts ...
266.43/266.56	c ============================[ Search Statistics ]============================
266.43/266.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
266.43/266.56	c       |         |          |          |    Limit     GC | Var      | Constra 
266.43/266.56	c =============================================================================
266.43/266.56	c  0.0s |       0 |        0 |        0 |    28698      0 |     2617 |     3596
266.53/266.60	c  0.0s |       0 |      618 |        1 |    28698      0 |     2617 |     3596
266.53/266.60	c #cpu_time = 0.043s
266.53/266.60	c #wall_clock_time = 0.043s
266.53/266.60	c #decision = 618
266.53/266.60	c #random_decision = 0
266.53/266.60	c #conflict = 1
266.53/266.60	c #restart = 0
266.53/266.60	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=9300
266.53/266.60	c lower bound updated to -640257443824
266.93/267.09	c BCD2: 16580608268171 <= obj <= 17220865338988
266.93/267.09	c BCD2: #cores=335, #unrelaxed=182, #relaxed=1155, #hardened=0
266.93/267.09	c BCD2: #sat=1 #unsat=512 bias=512/513
267.03/267.10	c Solving starts ...
267.03/267.10	c ============================[ Search Statistics ]============================
267.03/267.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
267.03/267.10	c       |         |          |          |    Limit     GC | Var      | Constra 
267.03/267.10	c =============================================================================
267.03/267.10	c  0.0s |       0 |        0 |        0 |    28698      0 |     2648 |     3596
267.03/267.14	c  0.0s |       0 |      501 |        0 |    28698      0 |     2648 |     3656
267.03/267.14	c #cpu_time = 0.043s
267.03/267.14	c #wall_clock_time = 0.043s
267.03/267.14	c #decision = 501
267.03/267.14	c #random_decision = 0
267.03/267.14	c #conflict = 0
267.03/267.14	c #restart = 0
267.03/267.14	c BCD2: found a new core of size 2: cost of the new core is >=4645
267.03/267.14	c lower bound updated to -640257439179
267.53/267.64	c BCD2: 16580608272816 <= obj <= 17220865338988
267.53/267.64	c BCD2: #cores=336, #unrelaxed=180, #relaxed=1157, #hardened=0
267.53/267.64	c BCD2: #sat=1 #unsat=513 bias=513/514
267.53/267.64	c Solving starts ...
267.53/267.64	c ============================[ Search Statistics ]============================
267.53/267.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
267.53/267.64	c       |         |          |          |    Limit     GC | Var      | Constra 
267.53/267.64	c =============================================================================
267.53/267.64	c  0.0s |       0 |        0 |        0 |    28698      0 |     2648 |     3656
267.53/267.68	c  0.0s |       0 |      501 |        0 |    28698      0 |     2648 |     3656
267.53/267.68	c #cpu_time = 0.042s
267.53/267.68	c #wall_clock_time = 0.042s
267.53/267.68	c #decision = 501
267.53/267.68	c #random_decision = 0
267.53/267.68	c #conflict = 0
267.53/267.68	c #restart = 0
267.53/267.68	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
267.53/267.68	c lower bound updated to -430246881659
268.03/268.17	c BCD2: 16790618830336 <= obj <= 17220865338988
268.03/268.17	c BCD2: #cores=337, #unrelaxed=179, #relaxed=1158, #hardened=0
268.03/268.17	c BCD2: #sat=1 #unsat=514 bias=514/515
268.03/268.17	c Solving starts ...
268.03/268.17	c ============================[ Search Statistics ]============================
268.03/268.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
268.03/268.17	c       |         |          |          |    Limit     GC | Var      | Constra 
268.03/268.17	c =============================================================================
268.03/268.17	c  0.0s |       0 |        0 |        0 |    28698      0 |     2648 |     3656
268.13/268.22	c  0.0s |       0 |      502 |        0 |    28698      0 |     2648 |     3656
268.13/268.22	c #cpu_time = 0.044s
268.13/268.22	c #wall_clock_time = 0.044s
268.13/268.22	c #decision = 502
268.13/268.22	c #random_decision = 0
268.13/268.22	c #conflict = 0
268.13/268.22	c #restart = 0
268.13/268.22	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
268.13/268.22	c lower bound updated to -427685777299
268.63/268.70	c BCD2: 16793179934696 <= obj <= 17220865338988
268.63/268.70	c BCD2: #cores=338, #unrelaxed=178, #relaxed=1159, #hardened=0
268.63/268.70	c BCD2: #sat=1 #unsat=515 bias=515/516
268.63/268.71	c Solving starts ...
268.63/268.71	c ============================[ Search Statistics ]============================
268.63/268.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
268.63/268.71	c       |         |          |          |    Limit     GC | Var      | Constra 
268.63/268.71	c =============================================================================
268.63/268.71	c  0.0s |       0 |        0 |        0 |    28698      0 |     2648 |     3656
268.63/268.75	c  0.0s |       0 |      639 |        1 |    28698      0 |     2648 |     3656
268.63/268.75	c #cpu_time = 0.043s
268.63/268.75	c #wall_clock_time = 0.043s
268.63/268.75	c #decision = 639
268.63/268.75	c #random_decision = 0
268.63/268.75	c #conflict = 1
268.63/268.75	c #restart = 0
268.63/268.75	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=4650
268.63/268.75	c lower bound updated to -427685777294
269.13/269.24	c BCD2: 16793179934701 <= obj <= 17220865338988
269.13/269.24	c BCD2: #cores=338, #unrelaxed=176, #relaxed=1161, #hardened=0
269.13/269.24	c BCD2: #sat=1 #unsat=516 bias=516/517
269.13/269.25	c Solving starts ...
269.13/269.25	c ============================[ Search Statistics ]============================
269.13/269.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
269.13/269.25	c       |         |          |          |    Limit     GC | Var      | Constra 
269.13/269.25	c =============================================================================
269.13/269.25	c  0.0s |       0 |        0 |        0 |    28698      0 |     2691 |     3656
269.13/269.29	c  0.0s |       0 |      503 |        0 |    28698      0 |     2691 |     3741
269.13/269.29	c #cpu_time = 0.044s
269.13/269.29	c #wall_clock_time = 0.044s
269.13/269.29	c #decision = 503
269.13/269.29	c #random_decision = 0
269.13/269.29	c #conflict = 0
269.13/269.29	c #restart = 0
269.13/269.29	c BCD2: found a new core of size 2: cost of the new core is >=4645
269.13/269.29	c lower bound updated to -427685772649
269.63/269.78	c BCD2: 16793179939346 <= obj <= 17220865338988
269.63/269.78	c BCD2: #cores=339, #unrelaxed=174, #relaxed=1163, #hardened=0
269.63/269.78	c BCD2: #sat=1 #unsat=517 bias=517/518
269.63/269.78	c Solving starts ...
269.63/269.78	c ============================[ Search Statistics ]============================
269.63/269.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
269.63/269.78	c       |         |          |          |    Limit     GC | Var      | Constra 
269.63/269.78	c =============================================================================
269.63/269.78	c  0.0s |       0 |        0 |        0 |    28698      0 |     2691 |     3741
269.73/269.83	c  0.0s |       0 |      503 |        0 |    28698      0 |     2691 |     3741
269.73/269.83	c #cpu_time = 0.042s
269.73/269.83	c #wall_clock_time = 0.042s
269.73/269.83	c #decision = 503
269.73/269.83	c #random_decision = 0
269.73/269.83	c #conflict = 0
269.73/269.83	c #restart = 0
269.73/269.83	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
269.73/269.83	c lower bound updated to -217675215129
270.23/270.31	c BCD2: 17003190496866 <= obj <= 17220865338988
270.23/270.31	c BCD2: #cores=340, #unrelaxed=173, #relaxed=1164, #hardened=0
270.23/270.31	c BCD2: #sat=1 #unsat=518 bias=518/519
270.23/270.31	c Solving starts ...
270.23/270.31	c ============================[ Search Statistics ]============================
270.23/270.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
270.23/270.31	c       |         |          |          |    Limit     GC | Var      | Constra 
270.23/270.31	c =============================================================================
270.23/270.31	c  0.0s |       0 |        0 |        0 |    28698      0 |     2691 |     3741
270.23/270.36	c  0.0s |       0 |      504 |        0 |    28698      0 |     2691 |     3741
270.23/270.36	c #cpu_time = 0.044s
270.23/270.36	c #wall_clock_time = 0.044s
270.23/270.36	c #decision = 504
270.23/270.36	c #random_decision = 0
270.23/270.36	c #conflict = 0
270.23/270.36	c #restart = 0
270.23/270.36	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
270.23/270.36	c lower bound updated to -215114110769
270.73/270.84	c BCD2: 17005751601226 <= obj <= 17220865338988
270.73/270.84	c BCD2: #cores=341, #unrelaxed=172, #relaxed=1165, #hardened=0
270.73/270.84	c BCD2: #sat=1 #unsat=519 bias=519/520
270.73/270.84	c Solving starts ...
270.73/270.84	c ============================[ Search Statistics ]============================
270.73/270.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
270.73/270.84	c       |         |          |          |    Limit     GC | Var      | Constra 
270.73/270.84	c =============================================================================
270.73/270.84	c  0.0s |       0 |        0 |        0 |    28698      0 |     2691 |     3741
270.73/270.88	c  0.0s |       0 |      506 |        0 |    28698      0 |     2691 |     3741
270.73/270.88	c #cpu_time = 0.043s
270.73/270.88	c #wall_clock_time = 0.043s
270.73/270.88	c #decision = 506
270.73/270.88	c #random_decision = 0
270.73/270.88	c #conflict = 0
270.73/270.88	c #restart = 0
270.73/270.88	c BCD2: found a new core of size 2: cost of the new core is >=380890
270.73/270.88	c lower bound updated to -215113729879
271.23/271.36	c BCD2: 17005751982116 <= obj <= 17220865338988
271.23/271.36	c BCD2: #cores=342, #unrelaxed=170, #relaxed=1167, #hardened=0
271.23/271.36	c BCD2: #sat=1 #unsat=520 bias=520/521
271.23/271.36	c Solving starts ...
271.23/271.36	c ============================[ Search Statistics ]============================
271.23/271.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
271.23/271.36	c       |         |          |          |    Limit     GC | Var      | Constra 
271.23/271.36	c =============================================================================
271.23/271.36	c  0.0s |       0 |        0 |        0 |    28698      0 |     2691 |     3741
271.33/271.41	c  0.0s |       0 |      738 |        1 |    28698      0 |     2691 |     3741
271.33/271.41	c #cpu_time = 0.046s
271.33/271.41	c #wall_clock_time = 0.046s
271.33/271.41	c #decision = 738
271.33/271.41	c #random_decision = 0
271.33/271.41	c #conflict = 1
271.33/271.41	c #restart = 0
271.33/271.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
271.33/271.41	c lower bound updated to -215113725234
271.74/271.88	c BCD2: 17005751986761 <= obj <= 17220865338988
271.74/271.88	c BCD2: #cores=342, #unrelaxed=169, #relaxed=1168, #hardened=0
271.74/271.88	c BCD2: #sat=1 #unsat=521 bias=521/522
271.74/271.89	c Solving starts ...
271.74/271.89	c ============================[ Search Statistics ]============================
271.74/271.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
271.74/271.89	c       |         |          |          |    Limit     GC | Var      | Constra 
271.74/271.89	c =============================================================================
271.74/271.89	c  0.0s |       0 |        0 |        0 |    28698      0 |     2692 |     3741
271.83/271.93	c  0.0s |       0 |      506 |        0 |    28698      0 |     2692 |     3742
271.83/271.93	c #cpu_time = 0.043s
271.83/271.93	c #wall_clock_time = 0.043s
271.83/271.93	c #decision = 506
271.83/271.93	c #random_decision = 0
271.83/271.93	c #conflict = 0
271.83/271.93	c #restart = 0
271.83/271.93	c BCD2: found a new core of size 1: cost of the new core is >=210010557520
271.83/271.93	c lower bound updated to -5103167714
272.33/272.42	c BCD2: 17215762544281 <= obj <= 17220865338988
272.33/272.42	c BCD2: #cores=343, #unrelaxed=168, #relaxed=1169, #hardened=0
272.33/272.42	c BCD2: #sat=1 #unsat=522 bias=522/523
272.33/272.42	c Solving starts ...
272.33/272.42	c ============================[ Search Statistics ]============================
272.33/272.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
272.33/272.42	c       |         |          |          |    Limit     GC | Var      | Constra 
272.33/272.42	c =============================================================================
272.33/272.42	c  0.0s |       0 |        0 |        0 |    28698      0 |     2692 |     3742
272.33/272.47	c  0.0s |       0 |      507 |        0 |    28698      0 |     2692 |     3742
272.33/272.47	c #cpu_time = 0.044s
272.33/272.47	c #wall_clock_time = 0.044s
272.33/272.47	c #decision = 507
272.33/272.47	c #random_decision = 0
272.33/272.47	c #conflict = 0
272.33/272.47	c #restart = 0
272.33/272.47	c BCD2: found a new core of size 1: cost of the new core is >=2561104360
272.33/272.47	c lower bound updated to -2542063354
272.83/272.96	c BCD2: 17218323648641 <= obj <= 17220865338988
272.83/272.96	c BCD2: #cores=344, #unrelaxed=167, #relaxed=1170, #hardened=0
272.83/272.96	c BCD2: #sat=1 #unsat=523 bias=523/524
272.83/272.96	c Solving starts ...
272.83/272.96	c ============================[ Search Statistics ]============================
272.83/272.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
272.83/272.96	c       |         |          |          |    Limit     GC | Var      | Constra 
272.83/272.96	c =============================================================================
272.83/272.96	c  0.0s |       0 |        0 |        0 |    28698      0 |     2692 |     3742
272.93/273.00	c  0.0s |       0 |      509 |        0 |    28698      0 |     2692 |     3742
272.93/273.00	c #cpu_time = 0.043s
272.93/273.00	c #wall_clock_time = 0.043s
272.93/273.00	c #decision = 509
272.93/273.00	c #random_decision = 0
272.93/273.00	c #conflict = 0
272.93/273.00	c #restart = 0
272.93/273.00	c BCD2: found a new core of size 2: cost of the new core is >=380890
272.93/273.00	c lower bound updated to -2541682464
273.33/273.49	c BCD2: 17218324029531 <= obj <= 17220865338988
273.33/273.49	c BCD2: #cores=345, #unrelaxed=165, #relaxed=1172, #hardened=0
273.33/273.49	c BCD2: #sat=1 #unsat=524 bias=524/525
273.33/273.49	c Solving starts ...
273.33/273.49	c ============================[ Search Statistics ]============================
273.33/273.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
273.33/273.49	c       |         |          |          |    Limit     GC | Var      | Constra 
273.33/273.49	c =============================================================================
273.33/273.49	c  0.0s |       0 |        0 |        0 |    28698      0 |     2692 |     3742
273.43/273.54	c  0.0s |       0 |      742 |        1 |    28698      0 |     2692 |     3742
273.43/273.54	c #cpu_time = 0.047s
273.43/273.54	c #wall_clock_time = 0.047s
273.43/273.54	c #decision = 742
273.43/273.54	c #random_decision = 0
273.43/273.54	c #conflict = 1
273.43/273.54	c #restart = 0
273.43/273.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=385535
273.43/273.54	c lower bound updated to -2541677819
273.93/274.02	c BCD2: 17218324034176 <= obj <= 17220865338988
273.93/274.02	c BCD2: #cores=345, #unrelaxed=164, #relaxed=1173, #hardened=0
273.93/274.02	c BCD2: #sat=1 #unsat=525 bias=525/526
273.93/274.03	c Solving starts ...
273.93/274.03	c ============================[ Search Statistics ]============================
273.93/274.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
273.93/274.03	c       |         |          |          |    Limit     GC | Var      | Constra 
273.93/274.03	c =============================================================================
273.93/274.03	c  0.0s |       0 |        0 |        0 |    28698      0 |     2693 |     3742
274.73/274.82	c  0.8s |       0 |    13070 |       25 |    28698      0 |     2693 |     3743
274.73/274.82	c #cpu_time = 0.753s
274.73/274.82	c #wall_clock_time = 0.753s
274.73/274.82	c #decision = 13070
274.73/274.82	c #random_decision = 12
274.73/274.82	c #conflict = 25
274.73/274.82	c #restart = 0
274.73/274.82	o -336737628
276.33/276.47	c BCD2: updating upper bound: 17220865338988 -> 17220528974366
542.98/543.10	c BCD2: 17218324034176 <= obj <= 17220528974366
542.98/543.10	c BCD2: #cores=345, #unrelaxed=164, #relaxed=1173, #hardened=0
542.98/543.10	c BCD2: #sat=2 #unsat=525 bias=525/527
542.98/543.11	c Solving starts ...
542.98/543.11	c ============================[ Search Statistics ]============================
542.98/543.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
542.98/543.11	c       |         |          |          |    Limit     GC | Var      | Constra 
542.98/543.11	c =============================================================================
542.98/543.11	c  0.0s |       0 |        0 |        0 |    28698      0 |     2693 |     3743
542.98/543.15	c  0.0s |       0 |      279 |        0 |    28698      0 |     2693 |     3743
542.98/543.15	c #cpu_time = 0.040s
542.98/543.15	c #wall_clock_time = 0.040s
542.98/543.15	c #decision = 279
542.98/543.15	c #random_decision = 0
542.98/543.15	c #conflict = 0
542.98/543.15	c #restart = 0
542.98/543.15	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 6: cost of the new core is >=380890
542.98/543.15	c BCD2: refineLB: 9296 -> 380890
542.98/543.15	c lower bound updated to -2541306224
544.38/544.59	c BCD2: 17218324405771 <= obj <= 17220528974366
544.38/544.59	c BCD2: #cores=344, #unrelaxed=164, #relaxed=1173, #hardened=0
544.38/544.59	c BCD2: #sat=2 #unsat=526 bias=526/528
544.38/544.59	c Solving starts ...
544.38/544.59	c ============================[ Search Statistics ]============================
544.38/544.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
544.38/544.59	c       |         |          |          |    Limit     GC | Var      | Constra 
544.38/544.59	c =============================================================================
544.38/544.59	c  0.0s |       0 |        0 |        0 |    28698      0 |     2714 |     3743
544.48/544.65	c  0.1s |       0 |      298 |        1 |    28698      0 |     2714 |     3783
544.48/544.65	c #cpu_time = 0.048s
544.48/544.65	c #wall_clock_time = 0.048s
544.48/544.65	c #decision = 298
544.48/544.65	c #random_decision = 0
544.48/544.65	c #conflict = 1
544.48/544.65	c #restart = 0
544.48/544.65	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 9: cost of the new core is >=766430
544.48/544.65	c BCD2: refineLB: 766426 -> 766430
544.48/544.65	c lower bound updated to -2541306219
545.88/546.09	c BCD2: 17218324405776 <= obj <= 17220528974366
545.88/546.09	c BCD2: #cores=343, #unrelaxed=164, #relaxed=1173, #hardened=0
545.88/546.09	c BCD2: #sat=2 #unsat=527 bias=527/529
545.88/546.09	c Solving starts ...
545.88/546.09	c ============================[ Search Statistics ]============================
545.88/546.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
545.88/546.09	c       |         |          |          |    Limit     GC | Var      | Constra 
545.88/546.09	c =============================================================================
545.88/546.09	c  0.0s |       0 |        0 |        0 |    28698      0 |     2785 |     3783
545.98/546.14	c  0.1s |       0 |      306 |        1 |    28698      0 |     2785 |     3923
545.98/546.14	c #cpu_time = 0.051s
545.98/546.14	c #wall_clock_time = 0.051s
545.98/546.14	c #decision = 306
545.98/546.14	c #random_decision = 0
545.98/546.14	c #conflict = 1
545.98/546.14	c #restart = 0
545.98/546.15	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 13: cost of the new core is >=761780
545.98/546.15	c BCD2: refineLB: 399481 -> 761780
545.98/546.15	c lower bound updated to -2540943919
547.38/547.58	c BCD2: 17218324768076 <= obj <= 17220528974366
547.38/547.58	c BCD2: #cores=341, #unrelaxed=164, #relaxed=1173, #hardened=0
547.38/547.58	c BCD2: #sat=2 #unsat=528 bias=528/530
547.38/547.59	c Solving starts ...
547.38/547.59	c ============================[ Search Statistics ]============================
547.38/547.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
547.38/547.59	c       |         |          |          |    Limit     GC | Var      | Constra 
547.38/547.59	c =============================================================================
547.38/547.59	c  0.0s |       0 |        0 |        0 |    28698      0 |     2842 |     3923
547.48/547.65	c  0.1s |       0 |      294 |        2 |    28698      0 |     2842 |     4036
547.48/547.65	c #cpu_time = 0.062s
547.48/547.65	c #wall_clock_time = 0.062s
547.48/547.65	c #decision = 294
547.48/547.65	c #random_decision = 0
547.48/547.65	c #conflict = 2
547.48/547.65	c #restart = 0
547.48/547.65	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 16: cost of the new core is >=1147320
547.48/547.65	c BCD2: refineLB: 1147316 -> 1147320
547.48/547.65	c lower bound updated to -2540943914
548.98/549.11	c BCD2: 17218324768081 <= obj <= 17220528974366
548.98/549.11	c BCD2: #cores=340, #unrelaxed=164, #relaxed=1173, #hardened=0
548.98/549.11	c BCD2: #sat=2 #unsat=529 bias=529/531
548.98/549.11	c Solving starts ...
548.98/549.11	c ============================[ Search Statistics ]============================
548.98/549.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
548.98/549.11	c       |         |          |          |    Limit     GC | Var      | Constra 
548.98/549.11	c =============================================================================
548.98/549.11	c  0.0s |       0 |        0 |        0 |    28698      0 |     3105 |     4036
548.98/549.16	c  0.0s |       0 |      294 |        1 |    28698      0 |     3105 |     4560
548.98/549.16	c #cpu_time = 0.047s
548.98/549.16	c #wall_clock_time = 0.047s
548.98/549.16	c #decision = 294
548.98/549.16	c #random_decision = 0
548.98/549.16	c #conflict = 1
548.98/549.16	c #restart = 0
548.98/549.16	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 19: cost of the new core is >=32375650
548.98/549.16	c BCD2: refineLB: 32268742 -> 32375650
548.98/549.16	c lower bound updated to -2510101119
550.48/550.62	c BCD2: 17218355610876 <= obj <= 17220528974366
550.48/550.62	c BCD2: #cores=339, #unrelaxed=164, #relaxed=1173, #hardened=0
550.48/550.62	c BCD2: #sat=2 #unsat=530 bias=530/532
550.48/550.62	c Solving starts ...
550.48/550.62	c ============================[ Search Statistics ]============================
550.48/550.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
550.48/550.62	c       |         |          |          |    Limit     GC | Var      | Constra 
550.48/550.62	c =============================================================================
550.48/550.62	c  0.0s |       0 |        0 |        0 |    28698      0 |     3128 |     4560
550.48/550.68	c  0.1s |       0 |      291 |        0 |    28698      0 |     3128 |     4608
550.48/550.68	c #cpu_time = 0.055s
550.48/550.68	c #wall_clock_time = 0.055s
550.48/550.68	c #decision = 291
550.48/550.68	c #random_decision = 0
550.48/550.68	c #conflict = 0
550.48/550.68	c #restart = 0
550.48/550.68	c BCD2: relaxing 0 and merging with 4 cores into a new core of size 14: cost of the new core is >=1142670
550.48/550.68	c BCD2: refineLB: 780371 -> 1142670
550.48/550.68	c lower bound updated to -2509738819
551.98/552.12	c BCD2: 17218355973176 <= obj <= 17220528974366
551.98/552.12	c BCD2: #cores=336, #unrelaxed=164, #relaxed=1173, #hardened=0
551.98/552.12	c BCD2: #sat=2 #unsat=531 bias=531/533
551.98/552.13	c Solving starts ...
551.98/552.13	c ============================[ Search Statistics ]============================
551.98/552.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
551.98/552.13	c       |         |          |          |    Limit     GC | Var      | Constra 
551.98/552.13	c =============================================================================
551.98/552.13	c  0.0s |       0 |        0 |        0 |    28698      0 |     3252 |     4608
552.08/552.24	c  0.1s |       0 |      578 |        2 |    28698      0 |     3257 |     4871
552.08/552.24	c #cpu_time = 0.111s
552.08/552.24	c #wall_clock_time = 0.111s
552.08/552.24	c #decision = 578
552.08/552.24	c #random_decision = 0
552.08/552.24	c #conflict = 2
552.08/552.24	c #restart = 0
552.08/552.24	c BCD2: updating lower bound of a core
552.08/552.24	c BCD2: refineLB: 31512003 -> 31613870
552.08/552.24	c lower bound updated to -2478891379
553.48/553.67	c BCD2: 17218386820616 <= obj <= 17220528974366
553.48/553.67	c BCD2: #cores=336, #unrelaxed=164, #relaxed=1173, #hardened=0
553.48/553.67	c BCD2: #sat=2 #unsat=532 bias=532/534
553.48/553.67	c Solving starts ...
553.48/553.67	c ============================[ Search Statistics ]============================
553.48/553.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
553.48/553.67	c       |         |          |          |    Limit     GC | Var      | Constra 
553.48/553.67	c =============================================================================
553.48/553.67	c  0.0s |       0 |        0 |        0 |    28698      0 |     3257 |     4871
553.58/553.78	c  0.1s |       0 |      578 |        2 |    28698      0 |     3258 |     4872
553.58/553.78	c #cpu_time = 0.103s
553.58/553.78	c #wall_clock_time = 0.103s
553.58/553.78	c #decision = 578
553.58/553.78	c #random_decision = 0
553.58/553.78	c #conflict = 2
553.58/553.78	c #restart = 0
553.58/553.78	c BCD2: updating lower bound of a core
553.58/553.78	c BCD2: refineLB: 31627753 -> 31627805
553.58/553.78	c lower bound updated to -2478877444
555.08/555.22	c BCD2: 17218386834551 <= obj <= 17220528974366
555.08/555.22	c BCD2: #cores=336, #unrelaxed=164, #relaxed=1173, #hardened=0
555.08/555.22	c BCD2: #sat=2 #unsat=533 bias=533/535
555.08/555.22	c Solving starts ...
555.08/555.22	c ============================[ Search Statistics ]============================
555.08/555.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
555.08/555.22	c       |         |          |          |    Limit     GC | Var      | Constra 
555.08/555.22	c =============================================================================
555.08/555.22	c  0.0s |       0 |        0 |        0 |    28698      0 |     3258 |     4873
555.08/555.28	c  0.1s |       0 |      293 |        0 |    28698      0 |     3258 |     4873
555.08/555.28	c #cpu_time = 0.054s
555.08/555.28	c #wall_clock_time = 0.054s
555.08/555.28	c #decision = 293
555.08/555.28	c #random_decision = 0
555.08/555.28	c #conflict = 0
555.08/555.28	c #restart = 0
555.08/555.28	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 8: cost of the new core is >=1142670
555.08/555.28	c BCD2: refineLB: 775716 -> 1142670
555.08/555.28	c lower bound updated to -2478510489
556.58/556.73	c BCD2: 17218387201506 <= obj <= 17220528974366
556.58/556.73	c BCD2: #cores=334, #unrelaxed=164, #relaxed=1173, #hardened=0
556.58/556.73	c BCD2: #sat=2 #unsat=534 bias=534/536
556.58/556.74	c Solving starts ...
556.58/556.74	c ============================[ Search Statistics ]============================
556.58/556.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
556.58/556.74	c       |         |          |          |    Limit     GC | Var      | Constra 
556.58/556.74	c =============================================================================
556.58/556.74	c  0.0s |       0 |        0 |        0 |    28698      0 |     3488 |     4873
556.58/556.78	c  0.0s |       0 |      297 |        1 |    28698      0 |     3488 |     5346
556.58/556.78	c #cpu_time = 0.047s
556.58/556.78	c #wall_clock_time = 0.047s
556.58/556.78	c #decision = 297
556.58/556.78	c #random_decision = 0
556.58/556.78	c #conflict = 1
556.58/556.78	c #restart = 0
556.58/556.79	c BCD2: relaxing 0 and merging with 4 cores into a new core of size 11: cost of the new core is >=775725
556.58/556.79	c BCD2: refineLB: 775721 -> 775725
556.58/556.79	c lower bound updated to -2478510484
558.07/558.23	c BCD2: 17218387201511 <= obj <= 17220528974366
558.07/558.23	c BCD2: #cores=331, #unrelaxed=164, #relaxed=1173, #hardened=0
558.07/558.23	c BCD2: #sat=2 #unsat=535 bias=535/537
558.07/558.23	c Solving starts ...
558.07/558.23	c ============================[ Search Statistics ]============================
558.07/558.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
558.07/558.23	c       |         |          |          |    Limit     GC | Var      | Constra 
558.07/558.23	c =============================================================================
558.07/558.23	c  0.0s |       0 |        0 |        0 |    28698      0 |     3850 |     5346
558.07/558.28	c  0.1s |       0 |      293 |        1 |    28698      0 |     3850 |     6084
558.07/558.28	c #cpu_time = 0.051s
558.07/558.28	c #wall_clock_time = 0.051s
558.07/558.28	c #decision = 293
558.07/558.28	c #random_decision = 0
558.07/558.28	c #conflict = 1
558.07/558.28	c #restart = 0
558.07/558.28	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 16: cost of the new core is >=31232980
558.07/558.28	c BCD2: refineLB: 31130612 -> 31232980
558.07/558.28	c lower bound updated to -2447291459
559.57/559.72	c BCD2: 17218418420536 <= obj <= 17220528974366
559.57/559.72	c BCD2: #cores=330, #unrelaxed=164, #relaxed=1173, #hardened=0
559.57/559.72	c BCD2: #sat=2 #unsat=536 bias=536/538
559.57/559.73	c Solving starts ...
559.57/559.73	c ============================[ Search Statistics ]============================
559.57/559.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
559.57/559.73	c       |         |          |          |    Limit     GC | Var      | Constra 
559.57/559.73	c =============================================================================
559.57/559.73	c  0.0s |       0 |        0 |        0 |    28698      0 |     4004 |     6084
559.57/559.78	c  0.1s |       0 |      296 |        1 |    28698      0 |     4004 |     6410
559.57/559.78	c #cpu_time = 0.051s
559.57/559.78	c #wall_clock_time = 0.051s
559.57/559.78	c #decision = 296
559.57/559.78	c #random_decision = 0
559.57/559.78	c #conflict = 1
559.57/559.78	c #restart = 0
559.57/559.78	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 9: cost of the new core is >=31232980
559.57/559.78	c BCD2: refineLB: 31127584 -> 31232980
559.57/559.78	c lower bound updated to -2416448664
561.07/561.22	c BCD2: 17218449263331 <= obj <= 17220528974366
561.07/561.22	c BCD2: #cores=329, #unrelaxed=164, #relaxed=1173, #hardened=0
561.07/561.22	c BCD2: #sat=2 #unsat=537 bias=537/539
561.07/561.22	c Solving starts ...
561.07/561.22	c ============================[ Search Statistics ]============================
561.07/561.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
561.07/561.22	c       |         |          |          |    Limit     GC | Var      | Constra 
561.07/561.22	c =============================================================================
561.07/561.22	c  0.0s |       0 |        0 |        0 |    28698      0 |     4211 |     6410
561.07/561.28	c  0.1s |       0 |      329 |        2 |    28698      0 |     4211 |     6844
561.07/561.28	c #cpu_time = 0.059s
561.07/561.28	c #wall_clock_time = 0.059s
561.07/561.28	c #decision = 329
561.07/561.28	c #random_decision = 0
561.07/561.28	c #conflict = 2
561.07/561.28	c #restart = 0
561.07/561.28	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 14: cost of the new core is >=775725
561.07/561.28	c BCD2: refineLB: 775721 -> 775725
561.07/561.28	c lower bound updated to -2416448659
562.57/562.73	c BCD2: 17218449263336 <= obj <= 17220528974366
562.57/562.73	c BCD2: #cores=328, #unrelaxed=164, #relaxed=1173, #hardened=0
562.57/562.73	c BCD2: #sat=2 #unsat=538 bias=538/540
562.57/562.73	c Solving starts ...
562.57/562.73	c ============================[ Search Statistics ]============================
562.57/562.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
562.57/562.73	c       |         |          |          |    Limit     GC | Var      | Constra 
562.57/562.73	c =============================================================================
562.57/562.73	c  0.0s |       0 |        0 |        0 |    28698      0 |     4352 |     6844
562.57/562.78	c  0.0s |       0 |      286 |        1 |    28698      0 |     4352 |     7136
562.57/562.78	c #cpu_time = 0.044s
562.57/562.78	c #wall_clock_time = 0.044s
562.57/562.78	c #decision = 286
562.57/562.78	c #random_decision = 0
562.57/562.78	c #conflict = 1
562.57/562.78	c #restart = 0
562.57/562.78	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 17: cost of the new core is >=1161265
562.57/562.78	c BCD2: refineLB: 1161261 -> 1161265
562.57/562.78	c lower bound updated to -2416448654
564.07/564.23	c BCD2: 17218449263341 <= obj <= 17220528974366
564.07/564.23	c BCD2: #cores=327, #unrelaxed=164, #relaxed=1173, #hardened=0
564.07/564.23	c BCD2: #sat=2 #unsat=539 bias=539/541
564.07/564.23	c Solving starts ...
564.07/564.23	c ============================[ Search Statistics ]============================
564.07/564.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
564.07/564.23	c       |         |          |          |    Limit     GC | Var      | Constra 
564.07/564.23	c =============================================================================
564.07/564.23	c  0.0s |       0 |        0 |        0 |    28698      0 |     4551 |     7136
564.07/564.28	c  0.0s |       0 |      283 |        1 |    28698      0 |     4551 |     7532
564.07/564.28	c #cpu_time = 0.041s
564.07/564.28	c #wall_clock_time = 0.041s
564.07/564.28	c #decision = 283
564.07/564.28	c #random_decision = 0
564.07/564.28	c #conflict = 1
564.07/564.28	c #restart = 0
564.07/564.28	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 20: cost of the new core is >=1546805
564.07/564.28	c BCD2: refineLB: 1546801 -> 1546805
564.07/564.28	c lower bound updated to -2416448649
565.57/565.72	c BCD2: 17218449263346 <= obj <= 17220528974366
565.57/565.72	c BCD2: #cores=326, #unrelaxed=164, #relaxed=1173, #hardened=0
565.57/565.72	c BCD2: #sat=2 #unsat=540 bias=540/542
565.57/565.72	c Solving starts ...
565.57/565.72	c ============================[ Search Statistics ]============================
565.57/565.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
565.57/565.72	c       |         |          |          |    Limit     GC | Var      | Constra 
565.57/565.72	c =============================================================================
565.57/565.72	c  0.0s |       0 |        0 |        0 |    28698      0 |     4798 |     7532
565.57/565.76	c  0.0s |       0 |      295 |        1 |    28698      0 |     4798 |     8024
565.57/565.76	c #cpu_time = 0.043s
565.57/565.76	c #wall_clock_time = 0.043s
565.57/565.76	c #decision = 295
565.57/565.76	c #random_decision = 0
565.57/565.76	c #conflict = 1
565.57/565.76	c #restart = 0
565.57/565.76	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 23: cost of the new core is >=32756540
565.57/565.76	c BCD2: refineLB: 32670585 -> 32756540
565.57/565.77	c lower bound updated to -2385624449
567.07/567.21	c BCD2: 17218480087546 <= obj <= 17220528974366
567.07/567.21	c BCD2: #cores=325, #unrelaxed=164, #relaxed=1173, #hardened=0
567.07/567.21	c BCD2: #sat=2 #unsat=541 bias=541/543
567.07/567.21	c Solving starts ...
567.07/567.21	c ============================[ Search Statistics ]============================
567.07/567.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
567.07/567.21	c       |         |          |          |    Limit     GC | Var      | Constra 
567.07/567.21	c =============================================================================
567.07/567.21	c  0.0s |       0 |        0 |        0 |    28698      0 |     4820 |     8024
567.07/567.26	c  0.1s |       0 |      293 |        1 |    28698      0 |     4820 |     8081
567.07/567.26	c #cpu_time = 0.048s
567.07/567.26	c #wall_clock_time = 0.048s
567.07/567.26	c #decision = 293
567.07/567.26	c #random_decision = 0
567.07/567.26	c #conflict = 1
567.07/567.26	c #restart = 0
567.07/567.26	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 7: cost of the new core is >=31232980
567.07/567.26	c BCD2: refineLB: 31128640 -> 31232980
567.07/567.26	c lower bound updated to -2354781654
568.58/568.72	c BCD2: 17218510930341 <= obj <= 17220528974366
568.58/568.72	c BCD2: #cores=324, #unrelaxed=164, #relaxed=1173, #hardened=0
568.58/568.72	c BCD2: #sat=2 #unsat=542 bias=542/544
568.58/568.72	c Solving starts ...
568.58/568.72	c ============================[ Search Statistics ]============================
568.58/568.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
568.58/568.72	c       |         |          |          |    Limit     GC | Var      | Constra 
568.58/568.72	c =============================================================================
568.58/568.72	c  0.0s |       0 |        0 |        0 |    28698      0 |     5077 |     8081
568.58/568.77	c  0.1s |       0 |      295 |        1 |    28698      0 |     5077 |     8625
568.58/568.77	c #cpu_time = 0.049s
568.58/568.77	c #wall_clock_time = 0.049s
568.58/568.77	c #decision = 295
568.58/568.77	c #random_decision = 0
568.58/568.77	c #conflict = 1
568.58/568.77	c #restart = 0
568.58/568.77	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 14: cost of the new core is >=31232980
568.58/568.77	c BCD2: refineLB: 31132103 -> 31232980
568.58/568.77	c lower bound updated to -2323562624
570.07/570.22	c BCD2: 17218542149371 <= obj <= 17220528974366
570.07/570.22	c BCD2: #cores=323, #unrelaxed=164, #relaxed=1173, #hardened=0
570.07/570.22	c BCD2: #sat=2 #unsat=543 bias=543/545
570.07/570.22	c Solving starts ...
570.07/570.22	c ============================[ Search Statistics ]============================
570.07/570.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
570.07/570.22	c       |         |          |          |    Limit     GC | Var      | Constra 
570.07/570.22	c =============================================================================
570.07/570.22	c  0.0s |       0 |        0 |        0 |    28698      0 |     5373 |     8625
570.07/570.28	c  0.1s |       0 |      302 |        1 |    28698      0 |     5373 |     9249
570.07/570.28	c #cpu_time = 0.055s
570.07/570.28	c #wall_clock_time = 0.055s
570.07/570.28	c #decision = 302
570.07/570.28	c #random_decision = 0
570.07/570.28	c #conflict = 1
570.07/570.28	c #restart = 0
570.07/570.28	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 6: cost of the new core is >=31613870
570.07/570.28	c BCD2: refineLB: 31509942 -> 31613870
570.07/570.28	c lower bound updated to -2292719824
571.57/571.73	c BCD2: 17218572992171 <= obj <= 17220528974366
571.57/571.73	c BCD2: #cores=322, #unrelaxed=164, #relaxed=1173, #hardened=0
571.57/571.73	c BCD2: #sat=2 #unsat=544 bias=544/546
571.57/571.73	c Solving starts ...
571.57/571.73	c ============================[ Search Statistics ]============================
571.57/571.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
571.57/571.73	c       |         |          |          |    Limit     GC | Var      | Constra 
571.57/571.73	c =============================================================================
571.57/571.73	c  0.0s |       0 |        0 |        0 |    28698      0 |     5721 |     9249
571.57/571.79	c  0.1s |       0 |      301 |        1 |    28698      0 |     5721 |     9979
571.57/571.79	c #cpu_time = 0.055s
571.57/571.79	c #wall_clock_time = 0.055s
571.57/571.79	c #decision = 301
571.57/571.79	c #random_decision = 0
571.57/571.79	c #conflict = 1
571.57/571.79	c #restart = 0
571.57/571.79	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 6: cost of the new core is >=31613870
571.57/571.79	c BCD2: refineLB: 31510149 -> 31613870
571.57/571.79	c lower bound updated to -2261877024
573.08/573.24	c BCD2: 17218603834971 <= obj <= 17220528974366
573.08/573.24	c BCD2: #cores=321, #unrelaxed=164, #relaxed=1173, #hardened=0
573.08/573.24	c BCD2: #sat=2 #unsat=545 bias=545/547
573.08/573.25	c Solving starts ...
573.08/573.25	c ============================[ Search Statistics ]============================
573.08/573.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
573.08/573.25	c       |         |          |          |    Limit     GC | Var      | Constra 
573.08/573.25	c =============================================================================
573.08/573.25	c  0.0s |       0 |        0 |        0 |    28698      0 |     6079 |     9979
573.17/573.32	c  0.1s |       0 |      310 |        1 |    28698      0 |     6079 |    10731
573.17/573.32	c #cpu_time = 0.069s
573.17/573.32	c #wall_clock_time = 0.069s
573.17/573.32	c #decision = 310
573.17/573.32	c #random_decision = 0
573.17/573.32	c #conflict = 1
573.17/573.32	c #restart = 0
573.17/573.32	c BCD2: relaxing 0 and merging with 4 cores into a new core of size 23: cost of the new core is >=1165915
573.17/573.32	c BCD2: refineLB: 1165911 -> 1165915
573.17/573.32	c lower bound updated to -2261877019
574.57/574.77	c BCD2: 17218603834976 <= obj <= 17220528974366
574.57/574.77	c BCD2: #cores=318, #unrelaxed=164, #relaxed=1173, #hardened=0
574.57/574.77	c BCD2: #sat=2 #unsat=546 bias=546/548
574.57/574.77	c Solving starts ...
574.57/574.77	c ============================[ Search Statistics ]============================
574.57/574.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
574.57/574.77	c       |         |          |          |    Limit     GC | Var      | Constra 
574.57/574.77	c =============================================================================
574.57/574.77	c  0.0s |       0 |        0 |        0 |    28698      0 |     6712 |    10731
574.67/574.86	c  0.1s |       0 |      323 |        1 |    28698      0 |     6712 |    12053
574.67/574.86	c #cpu_time = 0.075s
574.67/574.86	c #wall_clock_time = 0.075s
574.67/574.86	c #decision = 323
574.67/574.86	c #random_decision = 0
574.67/574.86	c #conflict = 1
574.67/574.86	c #restart = 0
574.67/574.86	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 6: cost of the new core is >=31613870
574.67/574.86	c BCD2: refineLB: 31510562 -> 31613870
574.67/574.86	c lower bound updated to -2231034219
576.17/576.33	c BCD2: 17218634677776 <= obj <= 17220528974366
576.17/576.33	c BCD2: #cores=317, #unrelaxed=164, #relaxed=1173, #hardened=0
576.17/576.33	c BCD2: #sat=2 #unsat=547 bias=547/549
576.17/576.33	c Solving starts ...
576.17/576.33	c ============================[ Search Statistics ]============================
576.17/576.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
576.17/576.33	c       |         |          |          |    Limit     GC | Var      | Constra 
576.17/576.33	c =============================================================================
576.17/576.33	c  0.0s |       0 |        0 |        0 |    28698      0 |     7194 |    12053
576.27/576.41	c  0.1s |       0 |      321 |        1 |    28698      0 |     7194 |    13057
576.27/576.41	c #cpu_time = 0.070s
576.27/576.41	c #wall_clock_time = 0.070s
576.27/576.41	c #decision = 321
576.27/576.41	c #random_decision = 0
576.27/576.41	c #conflict = 1
576.27/576.41	c #restart = 0
576.27/576.41	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 6: cost of the new core is >=31613870
576.27/576.41	c BCD2: refineLB: 31510767 -> 31613870
576.27/576.41	c lower bound updated to -2200191419
577.67/577.87	c BCD2: 17218665520576 <= obj <= 17220528974366
577.67/577.87	c BCD2: #cores=316, #unrelaxed=164, #relaxed=1173, #hardened=0
577.67/577.87	c BCD2: #sat=2 #unsat=548 bias=548/550
577.67/577.87	c Solving starts ...
577.67/577.87	c ============================[ Search Statistics ]============================
577.67/577.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
577.67/577.87	c       |         |          |          |    Limit     GC | Var      | Constra 
577.67/577.87	c =============================================================================
577.67/577.87	c  0.0s |       0 |        0 |        0 |    28698      0 |     7694 |    13057
577.77/577.94	c  0.1s |       0 |      319 |        1 |    28698      0 |     7694 |    14099
577.77/577.94	c #cpu_time = 0.067s
577.77/577.94	c #wall_clock_time = 0.067s
577.77/577.94	c #decision = 319
577.77/577.94	c #random_decision = 0
577.77/577.94	c #conflict = 1
577.77/577.94	c #restart = 0
577.77/577.95	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 6: cost of the new core is >=31613870
577.77/577.95	c BCD2: refineLB: 31510971 -> 31613870
577.77/577.95	c lower bound updated to -2169348619
579.27/579.40	c BCD2: 17218696363376 <= obj <= 17220528974366
579.27/579.40	c BCD2: #cores=315, #unrelaxed=164, #relaxed=1173, #hardened=0
579.27/579.40	c BCD2: #sat=2 #unsat=549 bias=549/551
579.27/579.41	c Solving starts ...
579.27/579.41	c ============================[ Search Statistics ]============================
579.27/579.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
579.27/579.41	c       |         |          |          |    Limit     GC | Var      | Constra 
579.27/579.41	c =============================================================================
579.27/579.41	c  0.0s |       0 |        0 |        0 |    28698      0 |     8208 |    14099
579.27/579.49	c  0.1s |       0 |      322 |        1 |    28698      0 |     8208 |    15171
579.27/579.49	c #cpu_time = 0.079s
579.27/579.49	c #wall_clock_time = 0.079s
579.27/579.49	c #decision = 322
579.27/579.49	c #random_decision = 0
579.27/579.49	c #conflict = 1
579.27/579.49	c #restart = 0
579.27/579.50	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 6: cost of the new core is >=31613870
579.27/579.50	c BCD2: refineLB: 31511175 -> 31613870
579.27/579.50	c lower bound updated to -2138505819
580.77/580.93	c BCD2: 17218727206176 <= obj <= 17220528974366
580.77/580.93	c BCD2: #cores=314, #unrelaxed=164, #relaxed=1173, #hardened=0
580.77/580.93	c BCD2: #sat=2 #unsat=550 bias=550/552
580.77/580.94	c Solving starts ...
580.77/580.94	c ============================[ Search Statistics ]============================
580.77/580.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
580.77/580.94	c       |         |          |          |    Limit     GC | Var      | Constra 
580.77/580.94	c =============================================================================
580.77/580.94	c  0.0s |       0 |        0 |        0 |    28698      0 |     8768 |    15171
580.87/581.01	c  0.1s |       0 |      323 |        1 |    28698      0 |     8768 |    16337
580.87/581.01	c #cpu_time = 0.067s
580.87/581.01	c #wall_clock_time = 0.067s
580.87/581.01	c #decision = 323
580.87/581.01	c #random_decision = 0
580.87/581.01	c #conflict = 1
580.87/581.01	c #restart = 0
580.87/581.01	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 6: cost of the new core is >=31613870
580.87/581.01	c BCD2: refineLB: 31511378 -> 31613870
580.87/581.01	c lower bound updated to -2107663019
582.27/582.46	c BCD2: 17218758048976 <= obj <= 17220528974366
582.27/582.46	c BCD2: #cores=313, #unrelaxed=164, #relaxed=1173, #hardened=0
582.27/582.46	c BCD2: #sat=2 #unsat=551 bias=551/553
582.27/582.46	c Solving starts ...
582.27/582.46	c ============================[ Search Statistics ]============================
582.27/582.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
582.27/582.46	c       |         |          |          |    Limit     GC | Var      | Constra 
582.27/582.46	c =============================================================================
582.27/582.46	c  0.0s |       0 |        0 |        0 |    28698      0 |     9346 |    16337
582.37/582.59	c  0.1s |       0 |      882 |        8 |    28698      0 |     9346 |    17541
582.37/582.59	c #cpu_time = 0.121s
582.37/582.59	c #wall_clock_time = 0.121s
582.37/582.59	c #decision = 882
582.37/582.59	c #random_decision = 0
582.37/582.59	c #conflict = 8
582.37/582.59	c #restart = 0
582.37/582.59	c BCD2: relaxing 0 and merging with 4 cores into a new core of size 26: cost of the new core is >=1932345
582.37/582.59	c BCD2: refineLB: 1932341 -> 1932345
582.37/582.59	c lower bound updated to -2107663014
583.87/584.06	c BCD2: 17218758048981 <= obj <= 17220528974366
583.87/584.06	c BCD2: #cores=310, #unrelaxed=164, #relaxed=1173, #hardened=0
583.87/584.06	c BCD2: #sat=2 #unsat=552 bias=552/554
583.87/584.06	c Solving starts ...
583.87/584.06	c ============================[ Search Statistics ]============================
583.87/584.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
583.87/584.06	c       |         |          |          |    Limit     GC | Var      | Constra 
583.87/584.06	c =============================================================================
583.87/584.06	c  0.0s |       0 |        0 |        0 |    28698      0 |     9950 |    17541
583.97/584.15	c  0.1s |       0 |      590 |        4 |    28698      0 |     9950 |    18797
583.97/584.15	c #cpu_time = 0.087s
583.97/584.15	c #wall_clock_time = 0.087s
583.97/584.15	c #decision = 590
583.97/584.15	c #random_decision = 0
583.97/584.15	c #conflict = 4
583.97/584.15	c #restart = 0
583.97/584.15	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 33: cost of the new core is >=33142090
583.97/584.15	c lower bound updated to -2107663009
585.47/585.61	c BCD2: 17218758048986 <= obj <= 17220528974366
585.47/585.61	c BCD2: #cores=309, #unrelaxed=163, #relaxed=1174, #hardened=0
585.47/585.61	c BCD2: #sat=2 #unsat=553 bias=553/555
585.47/585.62	c Solving starts ...
585.47/585.62	c ============================[ Search Statistics ]============================
585.47/585.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
585.47/585.62	c       |         |          |          |    Limit     GC | Var      | Constra 
585.47/585.62	c =============================================================================
585.47/585.62	c  0.0s |       0 |        0 |        0 |    28698      0 |    10112 |    18797
585.57/585.76	c  0.1s |       0 |      774 |       10 |    28698      0 |    10112 |    19146
585.57/585.76	c #cpu_time = 0.136s
585.57/585.76	c #wall_clock_time = 0.136s
585.57/585.76	c #decision = 774
585.57/585.76	c #random_decision = 0
585.57/585.76	c #conflict = 10
585.57/585.76	c #restart = 0
585.57/585.76	c BCD2: relaxing 0 and merging with 4 cores into a new core of size 31: cost of the new core is >=93698940
585.57/585.76	c BCD2: refineLB: 93606357 -> 93698940
585.57/585.76	c lower bound updated to -2076829514
587.07/587.21	c BCD2: 17218788882481 <= obj <= 17220528974366
587.07/587.21	c BCD2: #cores=306, #unrelaxed=163, #relaxed=1174, #hardened=0
587.07/587.21	c BCD2: #sat=2 #unsat=554 bias=554/556
587.07/587.22	c Solving starts ...
587.07/587.22	c ============================[ Search Statistics ]============================
587.07/587.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
587.07/587.22	c       |         |          |          |    Limit     GC | Var      | Constra 
587.07/587.22	c =============================================================================
587.07/587.22	c  0.0s |       0 |        0 |        0 |    28698      0 |    10302 |    19146
587.27/587.42	c  0.2s |       0 |      523 |       11 |    28698      0 |    10302 |    19578
587.27/587.42	c #cpu_time = 0.186s
587.27/587.42	c #wall_clock_time = 0.186s
587.27/587.42	c #decision = 523
587.27/587.42	c #random_decision = 0
587.27/587.42	c #conflict = 11
587.27/587.42	c #restart = 0
587.77/587.93	c BCD2: relaxing 1 and merging with 23 cores into a new core of size 127: cost of the new core is >=126488107
587.77/587.93	c lower bound updated to -2076829513
589.57/589.75	c BCD2: 17218788882482 <= obj <= 17220528974366
589.57/589.75	c BCD2: #cores=284, #unrelaxed=162, #relaxed=1175, #hardened=0
589.57/589.75	c BCD2: #sat=2 #unsat=555 bias=555/557
589.67/589.84	c Solving starts ...
589.67/589.84	c ============================[ Search Statistics ]============================
589.67/589.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
589.67/589.84	c       |         |          |          |    Limit     GC | Var      | Constra 
589.67/589.84	c =============================================================================
589.67/589.84	c  0.0s |       0 |        0 |        0 |    28698      0 |    11155 |    19578
589.87/590.09	c  0.2s |       0 |     1048 |       18 |    28698      0 |    11155 |    21348
589.87/590.09	c #cpu_time = 0.217s
589.87/590.09	c #wall_clock_time = 0.217s
589.87/590.09	c #decision = 1048
589.87/590.09	c #random_decision = 0
589.87/590.09	c #conflict = 18
589.87/590.09	c #restart = 0
589.87/590.09	o -1006453862
593.37/593.56	c BCD2: updating upper bound: 17220528974366 -> 17219859258132

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

pid=3196
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: 2.15 2.22 2.19 3/179 3199
/proc/meminfo: memFree=20418220/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=746940 CPUtime=0 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 2792 0 0 0 0 0 0 0 20 0 4 0 41394723 764866560 3152 33554432000 4194304 16246674 140735753419104 140735753418528 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3199/statm: 187503 3160 441 2943 0 184397 0
[pid=3199/tid=3200] ppid=3196 vsize=764348 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 782692352 3218 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=769468 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 787935232 3237 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=773564 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 792129536 3253 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.15 2.22 2.19 3/179 3199
/proc/meminfo: memFree=20418220/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 27826 0 0 0 5 4 0 0 20 0 4 0 41394723 1333334016 28124 33554432000 4194304 16246674 140735753419104 140735753418416 7889646 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3199/statm: 325521 28138 800 2943 0 322415 0
[pid=3199/tid=3200] ppid=3196 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 1333334016 28149 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 1333334016 28159 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 1333334016 28170 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.20056 s]
/proc/loadavg: 2.15 2.22 2.19 3/179 3199
/proc/meminfo: memFree=20418220/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=1313348 CPUtime=0.18 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 47386 0 0 0 11 7 0 0 20 0 4 0 41394723 1344868352 48195 33554432000 4194304 16246674 140735753419104 140735753418416 7440264 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3199/statm: 328337 48195 800 2943 0 325231 0
[pid=3199/tid=3200] ppid=3196 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 1344868352 48195 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 1344868352 48195 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 1344868352 48195 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1313348

[startup+0.300545 s]
/proc/loadavg: 2.15 2.22 2.19 3/179 3199
/proc/meminfo: memFree=20418220/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 57995 0 0 0 20 9 0 0 20 0 4 0 41394723 1344868352 58804 33554432000 4194304 16246674 140735753419104 140735753418416 8055574 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3199/statm: 328337 58804 800 2943 0 325231 0
[pid=3199/tid=3200] ppid=3196 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 1344868352 58804 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 1344868352 58804 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 1344868352 58804 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700398 s]
/proc/loadavg: 2.15 2.22 2.19 3/179 3199
/proc/meminfo: memFree=20418220/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 85700 0 0 0 55 14 0 0 20 0 4 0 41394723 1344868352 86509 33554432000 4194304 16246674 140735753419104 140735753401024 12459048 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3199/statm: 328337 86518 833 2943 0 325231 0
[pid=3199/tid=3200] ppid=3196 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 1344868352 86523 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 1344868352 86528 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 1344868352 86533 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.5004 s]
/proc/loadavg: 2.13 2.21 2.19 3/183 3203
/proc/meminfo: memFree=19785668/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=1313348 CPUtime=1.48 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 261087 0 0 0 111 37 0 0 20 0 4 0 41394723 1344868352 261896 33554432000 4194304 16246674 140735753419104 140735753401024 12654121 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3199/statm: 328337 261918 895 2943 0 325231 0
[pid=3199/tid=3200] ppid=3196 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 1344868352 261929 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 1344868352 261940 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 1344868352 261950 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1313348

[startup+3.10037 s]
/proc/loadavg: 2.13 2.21 2.19 3/183 3203
/proc/meminfo: memFree=19310004/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=1344068 CPUtime=3.09 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 276715 0 0 0 269 40 0 0 20 0 4 0 41394723 1376325632 277524 33554432000 4194304 16246674 140735753419104 140735753418416 12429736 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3199/statm: 336017 277524 912 2943 0 332911 0
[pid=3199/tid=3200] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277524 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277524 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277524 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1344068

[startup+6.30043 s]
/proc/loadavg: 2.13 2.21 2.19 4/183 3203
/proc/meminfo: memFree=19308760/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=1344068 CPUtime=6.29 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 276715 0 0 0 589 40 0 0 20 0 4 0 41394723 1376325632 277524 33554432000 4194304 16246674 140735753419104 140735753418200 13055848 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3199/statm: 336017 277524 912 2943 0 332911 0
[pid=3199/tid=3200] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277524 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277524 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277524 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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: 2.19 2.22 2.19 3/183 3203
/proc/meminfo: memFree=19309784/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=1344068 CPUtime=12.68 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 276717 0 0 0 1228 40 0 0 20 0 4 0 41394723 1376325632 277526 33554432000 4194304 16246674 140735753419104 140735753401024 12429241 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3199/statm: 336017 277526 914 2943 0 332911 0
[pid=3199/tid=3200] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277526 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277526 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277526 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1344068

[startup+25.5005 s]
/proc/loadavg: 2.23 2.23 2.20 3/183 3203
/proc/meminfo: memFree=19310564/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=1344068 CPUtime=25.48 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 276717 0 0 0 2508 40 0 0 20 0 4 0 41394723 1376325632 277526 33554432000 4194304 16246674 140735753419104 140735753401024 12654456 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3199/statm: 336017 277526 914 2943 0 332911 0
[pid=3199/tid=3200] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277526 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277526 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277526 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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: 2.29 2.24 2.20 4/183 3252
/proc/meminfo: memFree=27616552/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=1344068 CPUtime=51.08 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 276717 0 0 0 5067 41 0 0 20 0 4 0 41394723 1376325632 277526 33554432000 4194304 16246674 140735753419104 140735753401024 12654383 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3199/statm: 336017 277526 914 2943 0 332911 0
[pid=3199/tid=3200] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277526 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277526 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277526 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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.35 2.26 2.20 3/183 3253
/proc/meminfo: memFree=25200060/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=1344068 CPUtime=102.28 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 276725 0 0 0 10186 42 0 0 20 0 4 0 41394723 1376325632 277782 33554432000 4194304 16246674 140735753419104 140735753401024 12653039 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3199/statm: 336017 277782 914 2943 0 332911 0
[pid=3199/tid=3200] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277782 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277782 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=1344068 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 1376325632 277782 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1344068


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

[pid=3199] ppid=3196 vsize=8374852 CPUtime=1362.03 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 2807615 0 0 0 135727 476 0 0 20 0 4 0 41394723 8575848448 2035486 33554432000 4194304 16246674 140735753419104 140735753418320 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 2093713 2035486 917 2943 0 2090607 0
[pid=3199/tid=3200] ppid=3196 vsize=8374852 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 8575848448 2035486 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=8374852 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 8575848448 2035486 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=8374852 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 8575848448 2035486 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 8374852

[startup+1422.3 s]
/proc/loadavg: 2.21 2.23 2.18 4/183 3382
/proc/meminfo: memFree=19183036/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=8441412 CPUtime=1422.03 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 2824255 0 0 0 141718 485 0 0 20 0 4 0 41394723 8644005888 2052126 33554432000 4194304 16246674 140735753419104 140735753416848 4220489 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 2110353 2052126 917 2943 0 2107247 0
[pid=3199/tid=3200] ppid=3196 vsize=8441412 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 8644005888 2052126 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=8441412 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 8644005888 2052126 33554432000 4194304 16246674 140735753419104 139773118225424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=8441412 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 8644005888 2052126 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 8441412

[startup+1482.3 s]
/proc/loadavg: 2.34 2.25 2.19 3/183 3384
/proc/meminfo: memFree=16777500/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=8994372 CPUtime=1482.01 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 3493183 0 0 0 147615 586 0 0 20 0 4 0 41394723 9210236928 2190366 33554432000 4194304 16246674 140735753419104 140735753418200 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 2248593 2190366 917 2943 0 2245487 0
[pid=3199/tid=3200] ppid=3196 vsize=8994372 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 9210236928 2190366 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=8994372 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 9210236928 2190366 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=8994372 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 9210236928 2190366 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 8994372

[startup+1542.31 s]
/proc/loadavg: 2.33 2.26 2.19 4/183 3385
/proc/meminfo: memFree=15517188/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=9147972 CPUtime=1542.01 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 3531583 0 0 0 153603 598 0 0 20 0 4 0 41394723 9367523328 2228766 33554432000 4194304 16246674 140735753419104 140735753418280 4206864 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 2286993 2228766 917 2943 0 2283887 0
[pid=3199/tid=3200] ppid=3196 vsize=9147972 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 9367523328 2228766 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=9147972 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 9367523328 2228766 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=9147972 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 9367523328 2228766 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 9147972

[startup+1602.3 s]
/proc/loadavg: 2.30 2.26 2.19 3/183 3386
/proc/meminfo: memFree=13134656/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=9585220 CPUtime=1601.99 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 4154690 0 0 0 159502 697 0 0 20 0 4 0 41394723 9815265280 2338079 33554432000 4194304 16246674 140735753419104 140735753416896 4225301 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 2396305 2338079 917 2943 0 2393199 0
[pid=3199/tid=3200] ppid=3196 vsize=9585220 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 9815265280 2338079 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=9585220 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 9815265280 2338079 33554432000 4194304 16246674 140735753419104 139773118225424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=9585220 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 9815265280 2338079 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 9585220

[startup+1662.3 s]
/proc/loadavg: 2.22 2.24 2.19 3/183 3387
/proc/meminfo: memFree=11466264/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=9749060 CPUtime=1661.98 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 4195650 0 0 0 165488 710 0 0 20 0 4 0 41394723 9983037440 2379039 33554432000 4194304 16246674 140735753419104 140735753418200 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 2437265 2379039 917 2943 0 2434159 0
[pid=3199/tid=3200] ppid=3196 vsize=9749060 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 9983037440 2379039 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=9749060 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 9983037440 2379039 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=9749060 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 9983037440 2379039 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 9749060

[startup+1722.3 s]
/proc/loadavg: 2.25 2.24 2.18 4/184 3391
/proc/meminfo: memFree=8856804/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=10147396 CPUtime=1721.96 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 4626498 0 0 0 171416 780 0 0 20 0 4 0 41394723 10390933504 2478623 33554432000 4194304 16246674 140735753419104 140735753418280 4220495 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 2536849 2478623 917 2943 0 2533743 0
[pid=3199/tid=3200] ppid=3196 vsize=10147396 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 10390933504 2478623 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=10147396 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 10390933504 2478623 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=10147396 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 10390933504 2478623 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 10147396

[startup+1782.3 s]
/proc/loadavg: 2.32 2.25 2.19 3/184 3416
/proc/meminfo: memFree=7604724/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=10412612 CPUtime=1781.95 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 4692803 0 0 0 177400 795 0 0 20 0 4 0 41394723 10662514688 2544927 33554432000 4194304 16246674 140735753419104 140735753416848 4206597 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 2603153 2544927 917 2943 0 2600047 0
[pid=3199/tid=3200] ppid=3196 vsize=10412612 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 10662514688 2544927 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=10412612 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 10662514688 2544927 33554432000 4194304 16246674 140735753419104 139773118225424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=10412612 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 10662514688 2544927 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 10412612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.25 2.24 2.18 3/184 3416
/proc/meminfo: memFree=8880760/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=10501700 CPUtime=1800.05 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) R 3196 3199 1977 0 -1 4202496 4715075 0 0 0 179205 800 0 0 20 0 4 0 41394723 10753740800 2567199 33554432000 4194304 16246674 140735753419104 140735753418200 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 2625425 2567199 917 2943 0 2622319 0
[pid=3199/tid=3200] ppid=3196 vsize=10501700 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3200/stat : 3200 (toysat) S 3196 3199 1977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41394723 10753740800 2567199 33554432000 4194304 16246674 140735753419104 139773128715504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3199/tid=3201] ppid=3196 vsize=10501700 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3201/stat : 3201 (toysat) S 3196 3199 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41394723 10753740800 2567199 33554432000 4194304 16246674 140735753419104 139773118225648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=10501700 CPUtime=0 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) S 3196 3199 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41394723 10753740800 2567199 33554432000 4194304 16246674 140735753419104 139772999756976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10501700

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

[startup+1800.81 s]
/proc/loadavg: 2.25 2.24 2.18 3/182 3416
/proc/meminfo: memFree=13874676/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=0 CPUtime=1800.47 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) Z 3196 3199 1977 0 -1 4203532 4715075 0 0 0 179206 841 0 0 20 0 2 0 41394723 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 0 0 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=0 CPUtime=0.39 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) R 3196 3199 1977 0 -1 4203588 1 0 0 0 0 39 0 0 20 0 2 0 41394723 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) 1800.47
Current children cumulated vsize (KiB) 0

[startup+1801 s]
/proc/loadavg: 2.25 2.24 2.18 3/182 3416
/proc/meminfo: memFree=13874676/32872528 swapFree=1370848/1518016
[pid=3199] ppid=3196 vsize=0 CPUtime=1800.66 cores=0,2,4,6
/proc/3199/stat : 3199 (toysat) Z 3196 3199 1977 0 -1 4203532 4715075 0 0 0 179206 860 0 0 20 0 2 0 41394723 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3199/statm: 0 0 0 0 0 0 0
[pid=3199/tid=3202] ppid=3196 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/3199/task/3202/stat : 3202 (toysat) R 3196 3199 1977 0 -1 4203588 1 0 0 0 0 58 0 0 20 0 2 0 41394723 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) 1800.66
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.03
CPU time (s): 1800.69
CPU user time (s): 1792.06
CPU system time (s): 8.62969
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 10501700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.06
system time used= 8.62969
maximum resident set size= 10268796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4715075
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= 1423
involuntary context switches= 2493

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.77867 second user time and 19.608 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-20 05:31:22
IDJOB=4110944
IDBENCH=108600
IDSOLVER=2542
FILE ID=node129/4110944-1466393482
RUNJOBID= node129-1466385731-1993
PBS_JOBID= 19923266
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= 551ed634116d1f6d8991f26dc393f1c6
RANDOM SEED=1691675800

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

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        20419384 kB
Buffers:            4560 kB
Cached:            69428 kB
SwapCached:        54352 kB
Active:         10120620 kB
Inactive:          66768 kB
Active(anon):   10060024 kB
Inactive(anon):    55340 kB
Active(file):      60596 kB
Inactive(file):    11428 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67045708 kB
Dirty:             17856 kB
Writeback:             0 kB
AnonPages:      11630476 kB
Mapped:            10384 kB
Shmem:                 0 kB
Slab:             593736 kB
SReclaimable:      37788 kB
SUnreclaim:       555948 kB
KernelStack:        1504 kB
PageTables:        27336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   11722372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2381824 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 node129 at 2016-06-20 06:01:24