Trace number 4111460

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? (exit code) 620.387 620.501

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f11-DCTotalLoss.seq-B-3-combined-irEDCBA.opb
MD5SUM0f104410e3b88c54398ed6b2d78fcaf3
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark192983319911
Best CPU time to get the best result obtained on this benchmark39.554
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26867
Total number of constraints105218
Number of constraints which are clauses105074
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints144
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 677
Biggest coefficient in the objective function 554751656
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 272383063095
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 554751656
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 272383063095
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-20T08:51: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-4111460-1466405482.opb"]
0.00/0.01	c use --random-gen="3170112213 835164796 804888091 2302285905 2352325713 3979445456 2227317075 2877484823 3735599057 1918278044 162985789 2474878045 2045906008 593417710 2359006229 653804152 3227443493 1546740599 3023673340 2273537614 3728752700 1278029511 770302778 2886256295 2135921049 1314032555 607462181 2036138224 1102774373 1876108893 3172550359 2949955788 430246149 916100221 2851067603 3005975735 2676103878 3695101503 965501174 81402939 2703281045 868345093 3569074895 3274484674 714169209 1152885474 3750838420 1442802008 2284906682 222606508 1279536457 507103242 3142615481 1580647109 1844598372 633637608 2518326651 17134451 2086352440 3500393140 2007610465 2358150167 4152965144 4114035250 2744419404 652379335 2028450089 3436565667 626378865 2517271160 1093839764 2752832918 1205123282 4007482093 2994822212 3479692313 3808975974 1205399813 1329366329 3108737933 682581881 3112777655 2380522595 2464157932 3609649558 3359706341 542547872 2419138804 50742302 1770339642 4197307667 3121754990 1470311060 3138914856 1914657534 3583510396 4244312542 2255622778 3808347757 2738387665 937050157 1104923111 2737241766 1401526249 1642635182 3437792795 2889379225 3679153254 1835776479 916561305 3790713953 279055755 931757893 2360879901 469816316 1995161742 2585054913 3651627820 2938693745 187689329 4083921399 3290480893 2682320244 1122818669 3105357025 3298185107 3270490830 3079664839 3143462334 3821678690 3275035031 3750375007 4076281074 4238039864 597177094 1606248157 1199804901 3220501153 306810633 1599826958 648007813 4263511382 1294302440 2651886218 1859179259 2890228775 2918994402 719317950 2967352654 3987490476 2882953882 3075615402 4080285437 3715138887 2581417868 2325224063 3737736721 582200972 2116640766 3486678023 287163751 549171326 1776270170 713868561 208357433 2567122453 1648128140 1190300623 2412444112 1969889298 3164586931 2735511042 3634052222 3104677834 3843798410 2507221188 2609671079 1533689888 2794408445 1610130189 4025679531 1355714742 2878024131 3012800140 2082945322 1000507009 1676369071 1896322123 1069331286 4290437105 3319979958 3512425336 568855558 657773420 1045416008 4212111417 579189423 4157055454 1061351790 3581998769 2092041421 2578795832 3741242469 1147134552 1763637482 2918300073 169355326 2684938277 2201810334 3802861900 2377637176 2973807641 1797385435 621521486 1002028528 3472304647 202068486 4262288560 3972004553 615354865 3314377947 1641449686 1751337562 2266116054 3894910306 2893950572 4020575481 2421793751 3900566235 1263637026 207749622 3987172381 3643028856 1944472280 1930432072 1254325511 399093573 1112781396 483620890 297195255 3535951710 3544052331 3351628237 627088223 4057548915 4096275678 2235149591 3924369007 3477604487 3586671372 3622875596 1508766778 1532381876 1502365502 2343014322 3025722674 255 362436" option to reproduce the execution
0.58/0.66	c #vars 26867
0.58/0.66	c #constraints 105218
1.59/1.65	c BCD2: Hardening is enabled.
1.59/1.65	c BCD2: BiasedSearch is enabled.
1.59/1.65	c Solving starts ...
1.59/1.65	c ============================[ Search Statistics ]============================
1.59/1.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.65	c =============================================================================
1.78/1.80	c  0.0s |       0 |        0 |        0 |    32620      0 |     7943 |        0
1.88/1.92	c  0.1s |       1 |      336 |      100 |    32620      0 |     7943 |    16632
1.98/2.04	c  0.2s |       1 |      777 |      121 |    35882      0 |     7943 |    16632
1.98/2.04	c #cpu_time = 0.226s
1.98/2.04	c #wall_clock_time = 0.227s
1.98/2.04	c #decision = 777
1.98/2.04	c #random_decision = 2
1.98/2.04	c #conflict = 121
1.98/2.04	c #restart = 1
1.98/2.04	o 244021384647
1.98/2.05	c BCD2: updating upper bound: 272383063095 -> 244090728602
1.98/2.05	c BCD2: 0 <= obj <= 244090728602
1.98/2.05	c BCD2: #cores=0, #unrelaxed=677, #relaxed=0, #hardened=0
1.98/2.05	c BCD2: #sat=1 #unsat=1 bias=1/2
1.98/2.05	c Solving starts ...
1.98/2.05	c ============================[ Search Statistics ]============================
1.98/2.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.05	c =============================================================================
1.98/2.05	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
1.98/2.08	c  0.0s |       0 |        5 |        1 |    35882      0 |     7943 |    16632
1.98/2.08	c #cpu_time = 0.028s
1.98/2.08	c #wall_clock_time = 0.028s
1.98/2.08	c #decision = 5
1.98/2.08	c #random_decision = 0
1.98/2.08	c #conflict = 1
1.98/2.08	c #restart = 0
1.98/2.08	c BCD2: found a new core of size 5: cost of the new core is >=69343957
1.98/2.08	c lower bound updated to 1
1.98/2.09	c BCD2: 69343957 <= obj <= 244090728602
1.98/2.09	c BCD2: #cores=1, #unrelaxed=672, #relaxed=5, #hardened=0
1.98/2.09	c BCD2: #sat=1 #unsat=2 bias=2/3
2.08/2.17	c Solving starts ...
2.08/2.17	c ============================[ Search Statistics ]============================
2.08/2.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.08/2.17	c       |         |          |          |    Limit     GC | Var      | Constra 
2.08/2.17	c =============================================================================
2.08/2.17	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.08/2.20	c  0.0s |       0 |        5 |        0 |    35882      0 |     7943 |    16632
2.08/2.20	c #cpu_time = 0.025s
2.08/2.20	c #wall_clock_time = 0.025s
2.08/2.20	c #decision = 5
2.08/2.20	c #random_decision = 0
2.08/2.20	c #conflict = 0
2.08/2.20	c #restart = 0
2.08/2.20	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.08/2.20	c lower bound updated to 554751657
2.19/2.20	c BCD2: 624095613 <= obj <= 244090728602
2.19/2.20	c BCD2: #cores=2, #unrelaxed=671, #relaxed=6, #hardened=0
2.19/2.20	c BCD2: #sat=1 #unsat=3 bias=3/4
2.19/2.20	c Solving starts ...
2.19/2.20	c ============================[ Search Statistics ]============================
2.19/2.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.20	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.20	c =============================================================================
2.19/2.20	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.19/2.23	c  0.0s |       0 |        6 |        0 |    35882      0 |     7943 |    16632
2.19/2.23	c #cpu_time = 0.027s
2.19/2.23	c #wall_clock_time = 0.027s
2.19/2.23	c #decision = 6
2.19/2.23	c #random_decision = 0
2.19/2.23	c #conflict = 0
2.19/2.23	c #restart = 0
2.19/2.23	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.19/2.23	c lower bound updated to 1109503313
2.19/2.24	c BCD2: 1178847269 <= obj <= 244090728602
2.19/2.24	c BCD2: #cores=3, #unrelaxed=670, #relaxed=7, #hardened=0
2.19/2.24	c BCD2: #sat=1 #unsat=4 bias=4/5
2.19/2.24	c Solving starts ...
2.19/2.24	c ============================[ Search Statistics ]============================
2.19/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.24	c =============================================================================
2.29/2.31	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.29/2.34	c  0.0s |       0 |        8 |        0 |    35882      0 |     7943 |    16632
2.29/2.34	c #cpu_time = 0.024s
2.29/2.34	c #wall_clock_time = 0.024s
2.29/2.34	c #decision = 8
2.29/2.34	c #random_decision = 0
2.29/2.34	c #conflict = 0
2.29/2.34	c #restart = 0
2.29/2.34	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.29/2.34	c lower bound updated to 1664254969
2.29/2.35	c BCD2: 1733598925 <= obj <= 244090728602
2.29/2.35	c BCD2: #cores=4, #unrelaxed=669, #relaxed=8, #hardened=0
2.29/2.35	c BCD2: #sat=1 #unsat=5 bias=5/6
2.29/2.35	c Solving starts ...
2.29/2.35	c ============================[ Search Statistics ]============================
2.29/2.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.35	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.35	c =============================================================================
2.29/2.35	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.29/2.37	c  0.0s |       0 |        9 |        0 |    35882      0 |     7943 |    16632
2.29/2.37	c #cpu_time = 0.027s
2.29/2.37	c #wall_clock_time = 0.027s
2.29/2.37	c #decision = 9
2.29/2.37	c #random_decision = 0
2.29/2.37	c #conflict = 0
2.29/2.37	c #restart = 0
2.29/2.37	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.29/2.37	c lower bound updated to 2219006625
2.29/2.38	c BCD2: 2288350581 <= obj <= 244090728602
2.29/2.38	c BCD2: #cores=5, #unrelaxed=668, #relaxed=9, #hardened=0
2.29/2.38	c BCD2: #sat=1 #unsat=6 bias=6/7
2.29/2.38	c Solving starts ...
2.29/2.38	c ============================[ Search Statistics ]============================
2.29/2.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.38	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.38	c =============================================================================
2.29/2.38	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.38/2.41	c  0.0s |       0 |       11 |        0 |    35882      0 |     7943 |    16632
2.38/2.41	c #cpu_time = 0.026s
2.38/2.41	c #wall_clock_time = 0.026s
2.38/2.41	c #decision = 11
2.38/2.41	c #random_decision = 0
2.38/2.41	c #conflict = 0
2.38/2.41	c #restart = 0
2.38/2.41	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.38/2.41	c lower bound updated to 2773758281
2.38/2.41	c BCD2: 2843102237 <= obj <= 244090728602
2.38/2.41	c BCD2: #cores=6, #unrelaxed=667, #relaxed=10, #hardened=0
2.38/2.41	c BCD2: #sat=1 #unsat=7 bias=7/8
2.38/2.41	c Solving starts ...
2.38/2.41	c ============================[ Search Statistics ]============================
2.38/2.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.41	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.41	c =============================================================================
2.38/2.42	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.38/2.44	c  0.0s |       0 |       12 |        0 |    35882      0 |     7943 |    16632
2.38/2.44	c #cpu_time = 0.025s
2.38/2.44	c #wall_clock_time = 0.025s
2.38/2.44	c #decision = 12
2.38/2.44	c #random_decision = 0
2.38/2.44	c #conflict = 0
2.38/2.44	c #restart = 0
2.38/2.44	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.38/2.44	c lower bound updated to 3328509937
2.38/2.45	c BCD2: 3397853893 <= obj <= 244090728602
2.38/2.45	c BCD2: #cores=7, #unrelaxed=666, #relaxed=11, #hardened=0
2.38/2.45	c BCD2: #sat=1 #unsat=8 bias=8/9
2.38/2.45	c Solving starts ...
2.38/2.45	c ============================[ Search Statistics ]============================
2.38/2.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.45	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.45	c =============================================================================
2.38/2.45	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.38/2.48	c  0.0s |       0 |       14 |        0 |    35882      0 |     7943 |    16632
2.38/2.48	c #cpu_time = 0.026s
2.38/2.48	c #wall_clock_time = 0.026s
2.38/2.48	c #decision = 14
2.38/2.48	c #random_decision = 0
2.38/2.48	c #conflict = 0
2.38/2.48	c #restart = 0
2.38/2.48	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.38/2.48	c lower bound updated to 3883261593
2.38/2.48	c BCD2: 3952605549 <= obj <= 244090728602
2.38/2.48	c BCD2: #cores=8, #unrelaxed=665, #relaxed=12, #hardened=0
2.38/2.48	c BCD2: #sat=1 #unsat=9 bias=9/10
2.38/2.48	c Solving starts ...
2.38/2.48	c ============================[ Search Statistics ]============================
2.38/2.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.48	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.48	c =============================================================================
2.38/2.48	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.48/2.51	c  0.0s |       0 |       17 |        0 |    35882      0 |     7943 |    16632
2.48/2.51	c #cpu_time = 0.027s
2.48/2.51	c #wall_clock_time = 0.027s
2.48/2.51	c #decision = 17
2.48/2.51	c #random_decision = 0
2.48/2.51	c #conflict = 0
2.48/2.51	c #restart = 0
2.48/2.51	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.48/2.51	c lower bound updated to 4438013249
2.48/2.52	c BCD2: 4507357205 <= obj <= 244090728602
2.48/2.52	c BCD2: #cores=9, #unrelaxed=664, #relaxed=13, #hardened=0
2.48/2.52	c BCD2: #sat=1 #unsat=10 bias=10/11
2.48/2.52	c Solving starts ...
2.48/2.52	c ============================[ Search Statistics ]============================
2.48/2.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.52	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.52	c =============================================================================
2.48/2.52	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.48/2.55	c  0.0s |       0 |       18 |        0 |    35882      0 |     7943 |    16632
2.48/2.55	c #cpu_time = 0.025s
2.48/2.55	c #wall_clock_time = 0.025s
2.48/2.55	c #decision = 18
2.48/2.55	c #random_decision = 0
2.48/2.55	c #conflict = 0
2.48/2.55	c #restart = 0
2.48/2.55	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.48/2.55	c lower bound updated to 4992764905
2.48/2.56	c BCD2: 5062108861 <= obj <= 244090728602
2.48/2.56	c BCD2: #cores=10, #unrelaxed=663, #relaxed=14, #hardened=0
2.48/2.56	c BCD2: #sat=1 #unsat=11 bias=11/12
2.48/2.56	c Solving starts ...
2.48/2.56	c ============================[ Search Statistics ]============================
2.48/2.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.56	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.56	c =============================================================================
2.48/2.56	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.48/2.58	c  0.0s |       0 |       19 |        0 |    35882      0 |     7943 |    16632
2.48/2.58	c #cpu_time = 0.027s
2.48/2.58	c #wall_clock_time = 0.028s
2.48/2.58	c #decision = 19
2.48/2.58	c #random_decision = 0
2.48/2.58	c #conflict = 0
2.48/2.58	c #restart = 0
2.48/2.58	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.48/2.58	c lower bound updated to 5547516561
2.48/2.59	c BCD2: 5616860517 <= obj <= 244090728602
2.48/2.59	c BCD2: #cores=11, #unrelaxed=662, #relaxed=15, #hardened=0
2.48/2.59	c BCD2: #sat=1 #unsat=12 bias=12/13
2.48/2.59	c Solving starts ...
2.48/2.59	c ============================[ Search Statistics ]============================
2.48/2.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.59	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.59	c =============================================================================
2.48/2.59	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.58/2.62	c  0.0s |       0 |       24 |        1 |    35882      0 |     7943 |    16632
2.58/2.62	c #cpu_time = 0.027s
2.58/2.62	c #wall_clock_time = 0.027s
2.58/2.62	c #decision = 24
2.58/2.62	c #random_decision = 0
2.58/2.62	c #conflict = 1
2.58/2.62	c #restart = 0
2.58/2.62	c BCD2: found a new core of size 2: cost of the new core is >=554751656
2.58/2.62	c lower bound updated to 6102268217
2.58/2.62	c BCD2: 6171612173 <= obj <= 244090728602
2.58/2.62	c BCD2: #cores=12, #unrelaxed=660, #relaxed=17, #hardened=0
2.58/2.62	c BCD2: #sat=1 #unsat=13 bias=13/14
2.58/2.62	c Solving starts ...
2.58/2.62	c ============================[ Search Statistics ]============================
2.58/2.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.62	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.62	c =============================================================================
2.58/2.63	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.58/2.65	c  0.0s |       0 |       20 |        0 |    35882      0 |     7943 |    16632
2.58/2.65	c #cpu_time = 0.025s
2.58/2.65	c #wall_clock_time = 0.026s
2.58/2.65	c #decision = 20
2.58/2.65	c #random_decision = 0
2.58/2.65	c #conflict = 0
2.58/2.65	c #restart = 0
2.58/2.65	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.58/2.65	c lower bound updated to 6657019873
2.58/2.66	c BCD2: 6726363829 <= obj <= 244090728602
2.58/2.66	c BCD2: #cores=13, #unrelaxed=659, #relaxed=18, #hardened=0
2.58/2.66	c BCD2: #sat=1 #unsat=14 bias=14/15
2.58/2.66	c Solving starts ...
2.58/2.66	c ============================[ Search Statistics ]============================
2.58/2.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.66	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.66	c =============================================================================
2.58/2.66	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.58/2.69	c  0.0s |       0 |       22 |        0 |    35882      0 |     7943 |    16632
2.58/2.69	c #cpu_time = 0.028s
2.58/2.69	c #wall_clock_time = 0.028s
2.58/2.69	c #decision = 22
2.58/2.69	c #random_decision = 0
2.58/2.69	c #conflict = 0
2.58/2.69	c #restart = 0
2.58/2.69	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.58/2.69	c lower bound updated to 7211771529
2.68/2.70	c BCD2: 7281115485 <= obj <= 244090728602
2.68/2.70	c BCD2: #cores=14, #unrelaxed=658, #relaxed=19, #hardened=0
2.68/2.70	c BCD2: #sat=1 #unsat=15 bias=15/16
2.68/2.70	c Solving starts ...
2.68/2.70	c ============================[ Search Statistics ]============================
2.68/2.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.68/2.70	c       |         |          |          |    Limit     GC | Var      | Constra 
2.68/2.70	c =============================================================================
2.68/2.70	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.68/2.73	c  0.0s |       0 |       23 |        0 |    35882      0 |     7943 |    16632
2.68/2.73	c #cpu_time = 0.029s
2.68/2.73	c #wall_clock_time = 0.029s
2.68/2.73	c #decision = 23
2.68/2.73	c #random_decision = 0
2.68/2.73	c #conflict = 0
2.68/2.73	c #restart = 0
2.68/2.73	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.68/2.73	c lower bound updated to 7766523185
2.68/2.73	c BCD2: 7835867141 <= obj <= 244090728602
2.68/2.73	c BCD2: #cores=15, #unrelaxed=657, #relaxed=20, #hardened=0
2.68/2.73	c BCD2: #sat=1 #unsat=16 bias=16/17
2.68/2.73	c Solving starts ...
2.68/2.73	c ============================[ Search Statistics ]============================
2.68/2.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.68/2.73	c       |         |          |          |    Limit     GC | Var      | Constra 
2.68/2.73	c =============================================================================
2.68/2.74	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.68/2.76	c  0.0s |       0 |       27 |        0 |    35882      0 |     7943 |    16632
2.68/2.76	c #cpu_time = 0.024s
2.68/2.76	c #wall_clock_time = 0.024s
2.68/2.76	c #decision = 27
2.68/2.76	c #random_decision = 0
2.68/2.76	c #conflict = 0
2.68/2.76	c #restart = 0
2.68/2.76	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.68/2.76	c lower bound updated to 8321274841
2.68/2.77	c BCD2: 8390618797 <= obj <= 244090728602
2.68/2.77	c BCD2: #cores=16, #unrelaxed=656, #relaxed=21, #hardened=0
2.68/2.77	c BCD2: #sat=1 #unsat=17 bias=17/18
2.68/2.77	c Solving starts ...
2.68/2.77	c ============================[ Search Statistics ]============================
2.68/2.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.68/2.77	c       |         |          |          |    Limit     GC | Var      | Constra 
2.68/2.77	c =============================================================================
2.68/2.77	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.79/2.80	c  0.0s |       0 |       29 |        0 |    35882      0 |     7943 |    16632
2.79/2.80	c #cpu_time = 0.027s
2.79/2.80	c #wall_clock_time = 0.027s
2.79/2.80	c #decision = 29
2.79/2.80	c #random_decision = 0
2.79/2.80	c #conflict = 0
2.79/2.80	c #restart = 0
2.79/2.80	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.79/2.80	c lower bound updated to 8876026497
2.79/2.80	c BCD2: 8945370453 <= obj <= 244090728602
2.79/2.80	c BCD2: #cores=17, #unrelaxed=655, #relaxed=22, #hardened=0
2.79/2.80	c BCD2: #sat=1 #unsat=18 bias=18/19
2.79/2.80	c Solving starts ...
2.79/2.80	c ============================[ Search Statistics ]============================
2.79/2.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.80	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.80	c =============================================================================
2.79/2.80	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.79/2.83	c  0.0s |       0 |       30 |        0 |    35882      0 |     7943 |    16632
2.79/2.83	c #cpu_time = 0.026s
2.79/2.83	c #wall_clock_time = 0.026s
2.79/2.83	c #decision = 30
2.79/2.83	c #random_decision = 0
2.79/2.83	c #conflict = 0
2.79/2.83	c #restart = 0
2.79/2.83	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.79/2.83	c lower bound updated to 9430778153
2.79/2.84	c BCD2: 9500122109 <= obj <= 244090728602
2.79/2.84	c BCD2: #cores=18, #unrelaxed=654, #relaxed=23, #hardened=0
2.79/2.84	c BCD2: #sat=1 #unsat=19 bias=19/20
2.79/2.84	c Solving starts ...
2.79/2.84	c ============================[ Search Statistics ]============================
2.79/2.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.84	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.84	c =============================================================================
2.79/2.84	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.79/2.87	c  0.0s |       0 |       38 |        1 |    35882      0 |     7943 |    16632
2.79/2.87	c #cpu_time = 0.025s
2.79/2.87	c #wall_clock_time = 0.025s
2.79/2.87	c #decision = 38
2.79/2.87	c #random_decision = 0
2.79/2.87	c #conflict = 1
2.79/2.87	c #restart = 0
2.79/2.87	c BCD2: found a new core of size 2: cost of the new core is >=554751656
2.79/2.87	c lower bound updated to 9985529809
2.79/2.87	c BCD2: 10054873765 <= obj <= 244090728602
2.79/2.87	c BCD2: #cores=19, #unrelaxed=652, #relaxed=25, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=20 bias=20/21
2.79/2.87	c Solving starts ...
2.79/2.87	c ============================[ Search Statistics ]============================
2.79/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.87	c =============================================================================
2.79/2.87	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.89/2.90	c  0.0s |       0 |       33 |        0 |    35882      0 |     7943 |    16632
2.89/2.90	c #cpu_time = 0.026s
2.89/2.90	c #wall_clock_time = 0.026s
2.89/2.90	c #decision = 33
2.89/2.90	c #random_decision = 0
2.89/2.90	c #conflict = 0
2.89/2.90	c #restart = 0
2.89/2.90	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.89/2.90	c lower bound updated to 10540281465
2.89/2.91	c BCD2: 10609625421 <= obj <= 244090728602
2.89/2.91	c BCD2: #cores=20, #unrelaxed=651, #relaxed=26, #hardened=0
2.89/2.91	c BCD2: #sat=1 #unsat=21 bias=21/22
2.89/2.91	c Solving starts ...
2.89/2.91	c ============================[ Search Statistics ]============================
2.89/2.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.91	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.91	c =============================================================================
2.89/2.91	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.89/2.93	c  0.0s |       0 |       35 |        1 |    35882      0 |     7943 |    16632
2.89/2.93	c #cpu_time = 0.027s
2.89/2.93	c #wall_clock_time = 0.027s
2.89/2.93	c #decision = 35
2.89/2.93	c #random_decision = 0
2.89/2.93	c #conflict = 1
2.89/2.93	c #restart = 0
2.89/2.93	c BCD2: found a new core of size 2: cost of the new core is >=554751656
2.89/2.93	c lower bound updated to 11095033121
2.89/2.94	c BCD2: 11164377077 <= obj <= 244090728602
2.89/2.94	c BCD2: #cores=21, #unrelaxed=649, #relaxed=28, #hardened=0
2.89/2.94	c BCD2: #sat=1 #unsat=22 bias=22/23
2.89/2.94	c Solving starts ...
2.89/2.94	c ============================[ Search Statistics ]============================
2.89/2.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.94	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.94	c =============================================================================
2.89/2.95	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.89/2.97	c  0.0s |       0 |       34 |        0 |    35882      0 |     7943 |    16632
2.89/2.97	c #cpu_time = 0.024s
2.89/2.97	c #wall_clock_time = 0.024s
2.89/2.97	c #decision = 34
2.89/2.97	c #random_decision = 0
2.89/2.97	c #conflict = 0
2.89/2.97	c #restart = 0
2.89/2.97	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.89/2.97	c lower bound updated to 11649784777
2.89/2.98	c BCD2: 11719128733 <= obj <= 244090728602
2.89/2.98	c BCD2: #cores=22, #unrelaxed=648, #relaxed=29, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=23 bias=23/24
2.89/2.98	c Solving starts ...
2.89/2.98	c ============================[ Search Statistics ]============================
2.89/2.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.98	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.98	c =============================================================================
2.89/2.98	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.99/3.00	c  0.0s |       0 |       39 |        0 |    35882      0 |     7943 |    16632
2.99/3.00	c #cpu_time = 0.027s
2.99/3.00	c #wall_clock_time = 0.027s
2.99/3.00	c #decision = 39
2.99/3.00	c #random_decision = 0
2.99/3.00	c #conflict = 0
2.99/3.00	c #restart = 0
2.99/3.00	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.99/3.00	c lower bound updated to 12204536433
2.99/3.01	c BCD2: 12273880389 <= obj <= 244090728602
2.99/3.01	c BCD2: #cores=23, #unrelaxed=647, #relaxed=30, #hardened=0
2.99/3.01	c BCD2: #sat=1 #unsat=24 bias=24/25
2.99/3.01	c Solving starts ...
2.99/3.01	c ============================[ Search Statistics ]============================
2.99/3.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.01	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.01	c =============================================================================
2.99/3.01	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.99/3.04	c  0.0s |       0 |       41 |        0 |    35882      0 |     7943 |    16632
2.99/3.04	c #cpu_time = 0.026s
2.99/3.04	c #wall_clock_time = 0.026s
2.99/3.04	c #decision = 41
2.99/3.04	c #random_decision = 0
2.99/3.04	c #conflict = 0
2.99/3.04	c #restart = 0
2.99/3.04	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.99/3.04	c lower bound updated to 12759288089
2.99/3.04	c BCD2: 12828632045 <= obj <= 244090728602
2.99/3.04	c BCD2: #cores=24, #unrelaxed=646, #relaxed=31, #hardened=0
2.99/3.04	c BCD2: #sat=1 #unsat=25 bias=25/26
2.99/3.04	c Solving starts ...
2.99/3.04	c ============================[ Search Statistics ]============================
2.99/3.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.04	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.04	c =============================================================================
2.99/3.05	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
2.99/3.07	c  0.0s |       0 |       42 |        0 |    35882      0 |     7943 |    16632
2.99/3.07	c #cpu_time = 0.025s
2.99/3.07	c #wall_clock_time = 0.025s
2.99/3.07	c #decision = 42
2.99/3.07	c #random_decision = 0
2.99/3.07	c #conflict = 0
2.99/3.07	c #restart = 0
2.99/3.07	c BCD2: found a new core of size 1: cost of the new core is >=554751656
2.99/3.07	c lower bound updated to 13314039745
2.99/3.08	c BCD2: 13383383701 <= obj <= 244090728602
2.99/3.08	c BCD2: #cores=25, #unrelaxed=645, #relaxed=32, #hardened=0
2.99/3.08	c BCD2: #sat=1 #unsat=26 bias=26/27
2.99/3.08	c Solving starts ...
2.99/3.08	c ============================[ Search Statistics ]============================
2.99/3.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.08	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.08	c =============================================================================
2.99/3.08	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
3.09/3.11	c  0.0s |       0 |       46 |        0 |    35882      0 |     7943 |    16632
3.09/3.11	c #cpu_time = 0.026s
3.09/3.11	c #wall_clock_time = 0.026s
3.09/3.11	c #decision = 46
3.09/3.11	c #random_decision = 0
3.09/3.11	c #conflict = 0
3.09/3.11	c #restart = 0
3.09/3.11	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.09/3.11	c lower bound updated to 13868791401
3.09/3.11	c BCD2: 13938135357 <= obj <= 244090728602
3.09/3.11	c BCD2: #cores=26, #unrelaxed=644, #relaxed=33, #hardened=0
3.09/3.11	c BCD2: #sat=1 #unsat=27 bias=27/28
3.09/3.11	c Solving starts ...
3.09/3.11	c ============================[ Search Statistics ]============================
3.09/3.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.11	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.11	c =============================================================================
3.09/3.11	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
3.09/3.14	c  0.0s |       0 |       48 |        0 |    35882      0 |     7943 |    16632
3.09/3.14	c #cpu_time = 0.027s
3.09/3.14	c #wall_clock_time = 0.027s
3.09/3.14	c #decision = 48
3.09/3.14	c #random_decision = 0
3.09/3.14	c #conflict = 0
3.09/3.14	c #restart = 0
3.09/3.14	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.09/3.14	c lower bound updated to 14423543057
3.09/3.15	c BCD2: 14492887013 <= obj <= 244090728602
3.09/3.15	c BCD2: #cores=27, #unrelaxed=643, #relaxed=34, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=28 bias=28/29
3.09/3.15	c Solving starts ...
3.09/3.15	c ============================[ Search Statistics ]============================
3.09/3.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.15	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.15	c =============================================================================
3.09/3.15	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
3.09/3.18	c  0.0s |       0 |       69 |        1 |    35882      0 |     7943 |    16632
3.09/3.18	c #cpu_time = 0.025s
3.09/3.18	c #wall_clock_time = 0.025s
3.09/3.18	c #decision = 69
3.09/3.18	c #random_decision = 0
3.09/3.18	c #conflict = 1
3.09/3.18	c #restart = 0
3.09/3.18	c BCD2: found a new core of size 2: cost of the new core is >=554751656
3.09/3.18	c lower bound updated to 14978294713
3.09/3.19	c BCD2: 15047638669 <= obj <= 244090728602
3.09/3.19	c BCD2: #cores=28, #unrelaxed=641, #relaxed=36, #hardened=0
3.09/3.19	c BCD2: #sat=1 #unsat=29 bias=29/30
3.09/3.19	c Solving starts ...
3.09/3.19	c ============================[ Search Statistics ]============================
3.09/3.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.19	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.19	c =============================================================================
3.09/3.19	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
3.19/3.21	c  0.0s |       0 |       52 |        0 |    35882      0 |     7943 |    16632
3.19/3.21	c #cpu_time = 0.027s
3.19/3.21	c #wall_clock_time = 0.027s
3.19/3.21	c #decision = 52
3.19/3.21	c #random_decision = 0
3.19/3.21	c #conflict = 0
3.19/3.21	c #restart = 0
3.19/3.21	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.19/3.21	c lower bound updated to 15533046369
3.19/3.22	c BCD2: 15602390325 <= obj <= 244090728602
3.19/3.22	c BCD2: #cores=29, #unrelaxed=640, #relaxed=37, #hardened=0
3.19/3.22	c BCD2: #sat=1 #unsat=30 bias=30/31
3.19/3.22	c Solving starts ...
3.19/3.22	c ============================[ Search Statistics ]============================
3.19/3.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.22	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.22	c =============================================================================
3.19/3.22	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
3.19/3.25	c  0.0s |       0 |       56 |        1 |    35882      0 |     7943 |    16632
3.19/3.25	c #cpu_time = 0.026s
3.19/3.25	c #wall_clock_time = 0.026s
3.19/3.25	c #decision = 56
3.19/3.25	c #random_decision = 0
3.19/3.25	c #conflict = 1
3.19/3.25	c #restart = 0
3.19/3.25	c BCD2: found a new core of size 2: cost of the new core is >=554751656
3.19/3.25	c lower bound updated to 16087798025
3.19/3.25	c BCD2: 16157141981 <= obj <= 244090728602
3.19/3.25	c BCD2: #cores=30, #unrelaxed=638, #relaxed=39, #hardened=0
3.19/3.25	c BCD2: #sat=1 #unsat=31 bias=31/32
3.19/3.25	c Solving starts ...
3.19/3.25	c ============================[ Search Statistics ]============================
3.19/3.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.25	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.25	c =============================================================================
3.19/3.26	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
3.19/3.28	c  0.0s |       0 |       54 |        0 |    35882      0 |     7943 |    16632
3.19/3.28	c #cpu_time = 0.025s
3.19/3.28	c #wall_clock_time = 0.025s
3.19/3.28	c #decision = 54
3.19/3.28	c #random_decision = 0
3.19/3.28	c #conflict = 0
3.19/3.28	c #restart = 0
3.19/3.28	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.19/3.28	c lower bound updated to 16642549681
3.19/3.29	c BCD2: 16711893637 <= obj <= 244090728602
3.19/3.29	c BCD2: #cores=31, #unrelaxed=637, #relaxed=40, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=32 bias=32/33
3.19/3.29	c Solving starts ...
3.19/3.29	c ============================[ Search Statistics ]============================
3.19/3.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.29	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.29	c =============================================================================
3.19/3.29	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
3.30/3.32	c  0.0s |       0 |       56 |        0 |    35882      0 |     7943 |    16632
3.30/3.32	c #cpu_time = 0.026s
3.30/3.32	c #wall_clock_time = 0.027s
3.30/3.32	c #decision = 56
3.30/3.32	c #random_decision = 0
3.30/3.32	c #conflict = 0
3.30/3.32	c #restart = 0
3.30/3.32	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.30/3.32	c lower bound updated to 17197301337
3.30/3.32	c BCD2: 17266645293 <= obj <= 244090728602
3.30/3.32	c BCD2: #cores=32, #unrelaxed=636, #relaxed=41, #hardened=0
3.30/3.32	c BCD2: #sat=1 #unsat=33 bias=33/34
3.30/3.33	c Solving starts ...
3.30/3.33	c ============================[ Search Statistics ]============================
3.30/3.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.33	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.33	c =============================================================================
3.30/3.33	c  0.0s |       0 |        0 |        0 |    35882      0 |     7943 |    16632
3.30/3.35	c  0.0s |       0 |       59 |        1 |    35882      0 |     7943 |    16632
3.30/3.35	c #cpu_time = 0.028s
3.30/3.35	c #wall_clock_time = 0.028s
3.30/3.35	c #decision = 59
3.30/3.35	c #random_decision = 0
3.30/3.35	c #conflict = 1
3.30/3.35	c #restart = 0
3.30/3.35	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 5: cost of the new core is >=1109503312
3.30/3.35	c BCD2: refineLB: 1093187087 -> 1109503312
3.30/3.35	c lower bound updated to 17752052993
3.30/3.36	c BCD2: 17821396949 <= obj <= 244090728602
3.30/3.36	c BCD2: #cores=32, #unrelaxed=633, #relaxed=44, #hardened=0
3.30/3.36	c BCD2: #sat=1 #unsat=34 bias=34/35
3.30/3.36	c Solving starts ...
3.30/3.36	c ============================[ Search Statistics ]============================
3.30/3.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.36	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.36	c =============================================================================
3.30/3.36	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16632
3.30/3.39	c  0.0s |       0 |       55 |        0 |    35882      0 |     7948 |    16641
3.30/3.39	c #cpu_time = 0.024s
3.30/3.39	c #wall_clock_time = 0.024s
3.30/3.39	c #decision = 55
3.30/3.39	c #random_decision = 0
3.30/3.39	c #conflict = 0
3.30/3.39	c #restart = 0
3.30/3.39	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.30/3.39	c lower bound updated to 18306804649
3.30/3.40	c BCD2: 18376148605 <= obj <= 244090728602
3.30/3.40	c BCD2: #cores=33, #unrelaxed=632, #relaxed=45, #hardened=0
3.30/3.40	c BCD2: #sat=1 #unsat=35 bias=35/36
3.30/3.40	c Solving starts ...
3.30/3.40	c ============================[ Search Statistics ]============================
3.30/3.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.40	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.40	c =============================================================================
3.30/3.40	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.40/3.42	c  0.0s |       0 |       56 |        0 |    35882      0 |     7948 |    16641
3.40/3.42	c #cpu_time = 0.027s
3.40/3.42	c #wall_clock_time = 0.027s
3.40/3.42	c #decision = 56
3.40/3.42	c #random_decision = 0
3.40/3.42	c #conflict = 0
3.40/3.42	c #restart = 0
3.40/3.42	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.40/3.42	c lower bound updated to 18861556305
3.40/3.43	c BCD2: 18930900261 <= obj <= 244090728602
3.40/3.43	c BCD2: #cores=34, #unrelaxed=631, #relaxed=46, #hardened=0
3.40/3.43	c BCD2: #sat=1 #unsat=36 bias=36/37
3.40/3.43	c Solving starts ...
3.40/3.43	c ============================[ Search Statistics ]============================
3.40/3.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.43	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.43	c =============================================================================
3.40/3.43	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.40/3.46	c  0.0s |       0 |       58 |        0 |    35882      0 |     7948 |    16641
3.40/3.46	c #cpu_time = 0.027s
3.40/3.46	c #wall_clock_time = 0.027s
3.40/3.46	c #decision = 58
3.40/3.46	c #random_decision = 0
3.40/3.46	c #conflict = 0
3.40/3.46	c #restart = 0
3.40/3.46	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.40/3.46	c lower bound updated to 19416307961
3.40/3.47	c BCD2: 19485651917 <= obj <= 244090728602
3.40/3.47	c BCD2: #cores=35, #unrelaxed=630, #relaxed=47, #hardened=0
3.40/3.47	c BCD2: #sat=1 #unsat=37 bias=37/38
3.40/3.47	c Solving starts ...
3.40/3.47	c ============================[ Search Statistics ]============================
3.40/3.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.47	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.47	c =============================================================================
3.40/3.47	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.40/3.50	c  0.0s |       0 |       59 |        0 |    35882      0 |     7948 |    16641
3.40/3.50	c #cpu_time = 0.025s
3.40/3.50	c #wall_clock_time = 0.025s
3.40/3.50	c #decision = 59
3.40/3.50	c #random_decision = 0
3.40/3.50	c #conflict = 0
3.40/3.50	c #restart = 0
3.40/3.50	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.40/3.50	c lower bound updated to 19971059617
3.49/3.50	c BCD2: 20040403573 <= obj <= 244090728602
3.49/3.50	c BCD2: #cores=36, #unrelaxed=629, #relaxed=48, #hardened=0
3.49/3.50	c BCD2: #sat=1 #unsat=38 bias=38/39
3.49/3.50	c Solving starts ...
3.49/3.50	c ============================[ Search Statistics ]============================
3.49/3.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.50	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.50	c =============================================================================
3.49/3.50	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.49/3.53	c  0.0s |       0 |       60 |        0 |    35882      0 |     7948 |    16641
3.49/3.53	c #cpu_time = 0.026s
3.49/3.53	c #wall_clock_time = 0.026s
3.49/3.53	c #decision = 60
3.49/3.53	c #random_decision = 0
3.49/3.53	c #conflict = 0
3.49/3.53	c #restart = 0
3.49/3.53	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.49/3.53	c lower bound updated to 20525811273
3.49/3.54	c BCD2: 20595155229 <= obj <= 244090728602
3.49/3.54	c BCD2: #cores=37, #unrelaxed=628, #relaxed=49, #hardened=0
3.49/3.54	c BCD2: #sat=1 #unsat=39 bias=39/40
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 |    35882      0 |     7948 |    16641
3.49/3.56	c  0.0s |       0 |       61 |        0 |    35882      0 |     7948 |    16641
3.49/3.56	c #cpu_time = 0.027s
3.49/3.56	c #wall_clock_time = 0.027s
3.49/3.56	c #decision = 61
3.49/3.56	c #random_decision = 0
3.49/3.56	c #conflict = 0
3.49/3.56	c #restart = 0
3.49/3.56	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.49/3.56	c lower bound updated to 21080562929
3.49/3.57	c BCD2: 21149906885 <= obj <= 244090728602
3.49/3.57	c BCD2: #cores=38, #unrelaxed=627, #relaxed=50, #hardened=0
3.49/3.57	c BCD2: #sat=1 #unsat=40 bias=40/41
3.49/3.57	c Solving starts ...
3.49/3.57	c ============================[ Search Statistics ]============================
3.49/3.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.57	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.57	c =============================================================================
3.49/3.58	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.59/3.60	c  0.0s |       0 |       62 |        0 |    35882      0 |     7948 |    16641
3.59/3.60	c #cpu_time = 0.025s
3.59/3.60	c #wall_clock_time = 0.025s
3.59/3.60	c #decision = 62
3.59/3.60	c #random_decision = 0
3.59/3.60	c #conflict = 0
3.59/3.60	c #restart = 0
3.59/3.60	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.59/3.60	c lower bound updated to 21635314585
3.59/3.61	c BCD2: 21704658541 <= obj <= 244090728602
3.59/3.61	c BCD2: #cores=39, #unrelaxed=626, #relaxed=51, #hardened=0
3.59/3.61	c BCD2: #sat=1 #unsat=41 bias=41/42
3.59/3.61	c Solving starts ...
3.59/3.61	c ============================[ Search Statistics ]============================
3.59/3.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.61	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.61	c =============================================================================
3.59/3.61	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.59/3.64	c  0.0s |       0 |       64 |        0 |    35882      0 |     7948 |    16641
3.59/3.64	c #cpu_time = 0.028s
3.59/3.64	c #wall_clock_time = 0.028s
3.59/3.64	c #decision = 64
3.59/3.64	c #random_decision = 0
3.59/3.64	c #conflict = 0
3.59/3.64	c #restart = 0
3.59/3.64	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.59/3.64	c lower bound updated to 22190066241
3.59/3.64	c BCD2: 22259410197 <= obj <= 244090728602
3.59/3.64	c BCD2: #cores=40, #unrelaxed=625, #relaxed=52, #hardened=0
3.59/3.64	c BCD2: #sat=1 #unsat=42 bias=42/43
3.59/3.64	c Solving starts ...
3.59/3.64	c ============================[ Search Statistics ]============================
3.59/3.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.64	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.64	c =============================================================================
3.59/3.64	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.59/3.67	c  0.0s |       0 |       66 |        0 |    35882      0 |     7948 |    16641
3.59/3.67	c #cpu_time = 0.027s
3.59/3.67	c #wall_clock_time = 0.027s
3.59/3.67	c #decision = 66
3.59/3.67	c #random_decision = 0
3.59/3.67	c #conflict = 0
3.59/3.67	c #restart = 0
3.59/3.67	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.59/3.67	c lower bound updated to 22744817897
3.59/3.68	c BCD2: 22814161853 <= obj <= 244090728602
3.59/3.68	c BCD2: #cores=41, #unrelaxed=624, #relaxed=53, #hardened=0
3.59/3.68	c BCD2: #sat=1 #unsat=43 bias=43/44
3.59/3.68	c Solving starts ...
3.59/3.68	c ============================[ Search Statistics ]============================
3.59/3.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.68	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.68	c =============================================================================
3.59/3.68	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.69/3.71	c  0.0s |       0 |       67 |        0 |    35882      0 |     7948 |    16641
3.69/3.71	c #cpu_time = 0.026s
3.69/3.71	c #wall_clock_time = 0.026s
3.69/3.71	c #decision = 67
3.69/3.71	c #random_decision = 0
3.69/3.71	c #conflict = 0
3.69/3.71	c #restart = 0
3.69/3.71	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.69/3.71	c lower bound updated to 23299569553
3.69/3.71	c BCD2: 23368913509 <= obj <= 244090728602
3.69/3.71	c BCD2: #cores=42, #unrelaxed=623, #relaxed=54, #hardened=0
3.69/3.71	c BCD2: #sat=1 #unsat=44 bias=44/45
3.69/3.71	c Solving starts ...
3.69/3.71	c ============================[ Search Statistics ]============================
3.69/3.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.71	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.71	c =============================================================================
3.69/3.71	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.69/3.74	c  0.0s |       0 |       69 |        0 |    35882      0 |     7948 |    16641
3.69/3.74	c #cpu_time = 0.027s
3.69/3.74	c #wall_clock_time = 0.027s
3.69/3.74	c #decision = 69
3.69/3.74	c #random_decision = 0
3.69/3.74	c #conflict = 0
3.69/3.74	c #restart = 0
3.69/3.74	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.69/3.74	c lower bound updated to 23854321209
3.69/3.75	c BCD2: 23923665165 <= obj <= 244090728602
3.69/3.75	c BCD2: #cores=43, #unrelaxed=622, #relaxed=55, #hardened=0
3.69/3.75	c BCD2: #sat=1 #unsat=45 bias=45/46
3.69/3.75	c Solving starts ...
3.69/3.75	c ============================[ Search Statistics ]============================
3.69/3.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.75	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.75	c =============================================================================
3.69/3.75	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.69/3.78	c  0.0s |       0 |       70 |        0 |    35882      0 |     7948 |    16641
3.69/3.78	c #cpu_time = 0.028s
3.69/3.78	c #wall_clock_time = 0.028s
3.69/3.78	c #decision = 70
3.69/3.78	c #random_decision = 0
3.69/3.78	c #conflict = 0
3.69/3.78	c #restart = 0
3.69/3.78	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.69/3.78	c lower bound updated to 24409072865
3.69/3.78	c BCD2: 24478416821 <= obj <= 244090728602
3.69/3.78	c BCD2: #cores=44, #unrelaxed=621, #relaxed=56, #hardened=0
3.69/3.78	c BCD2: #sat=1 #unsat=46 bias=46/47
3.69/3.78	c Solving starts ...
3.69/3.78	c ============================[ Search Statistics ]============================
3.69/3.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.78	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.78	c =============================================================================
3.69/3.79	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.79/3.81	c  0.0s |       0 |       72 |        0 |    35882      0 |     7948 |    16641
3.79/3.81	c #cpu_time = 0.025s
3.79/3.81	c #wall_clock_time = 0.025s
3.79/3.81	c #decision = 72
3.79/3.81	c #random_decision = 0
3.79/3.81	c #conflict = 0
3.79/3.81	c #restart = 0
3.79/3.81	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.79/3.81	c lower bound updated to 24963824521
3.79/3.82	c BCD2: 25033168477 <= obj <= 244090728602
3.79/3.82	c BCD2: #cores=45, #unrelaxed=620, #relaxed=57, #hardened=0
3.79/3.82	c BCD2: #sat=1 #unsat=47 bias=47/48
3.79/3.82	c Solving starts ...
3.79/3.82	c ============================[ Search Statistics ]============================
3.79/3.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.82	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.82	c =============================================================================
3.79/3.82	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.79/3.85	c  0.0s |       0 |       73 |        0 |    35882      0 |     7948 |    16641
3.79/3.85	c #cpu_time = 0.028s
3.79/3.85	c #wall_clock_time = 0.028s
3.79/3.85	c #decision = 73
3.79/3.85	c #random_decision = 0
3.79/3.85	c #conflict = 0
3.79/3.85	c #restart = 0
3.79/3.85	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.79/3.85	c lower bound updated to 25518576177
3.79/3.86	c BCD2: 25587920133 <= obj <= 244090728602
3.79/3.86	c BCD2: #cores=46, #unrelaxed=619, #relaxed=58, #hardened=0
3.79/3.86	c BCD2: #sat=1 #unsat=48 bias=48/49
3.79/3.86	c Solving starts ...
3.79/3.86	c ============================[ Search Statistics ]============================
3.79/3.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.86	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.86	c =============================================================================
3.79/3.86	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.79/3.88	c  0.0s |       0 |       74 |        0 |    35882      0 |     7948 |    16641
3.79/3.88	c #cpu_time = 0.027s
3.79/3.88	c #wall_clock_time = 0.027s
3.79/3.88	c #decision = 74
3.79/3.88	c #random_decision = 0
3.79/3.88	c #conflict = 0
3.79/3.88	c #restart = 0
3.79/3.88	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.79/3.88	c lower bound updated to 26073327833
3.79/3.89	c BCD2: 26142671789 <= obj <= 244090728602
3.79/3.89	c BCD2: #cores=47, #unrelaxed=618, #relaxed=59, #hardened=0
3.79/3.89	c BCD2: #sat=1 #unsat=49 bias=49/50
3.79/3.89	c Solving starts ...
3.79/3.89	c ============================[ Search Statistics ]============================
3.79/3.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.89	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.89	c =============================================================================
3.79/3.89	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.89/3.92	c  0.0s |       0 |       76 |        0 |    35882      0 |     7948 |    16641
3.89/3.92	c #cpu_time = 0.026s
3.89/3.92	c #wall_clock_time = 0.026s
3.89/3.92	c #decision = 76
3.89/3.92	c #random_decision = 0
3.89/3.92	c #conflict = 0
3.89/3.92	c #restart = 0
3.89/3.92	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.89/3.92	c lower bound updated to 26628079489
3.89/3.93	c BCD2: 26697423445 <= obj <= 244090728602
3.89/3.93	c BCD2: #cores=48, #unrelaxed=617, #relaxed=60, #hardened=0
3.89/3.93	c BCD2: #sat=1 #unsat=50 bias=50/51
3.89/3.93	c Solving starts ...
3.89/3.93	c ============================[ Search Statistics ]============================
3.89/3.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.93	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.93	c =============================================================================
3.89/3.93	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.89/3.96	c  0.0s |       0 |       78 |        0 |    35882      0 |     7948 |    16641
3.89/3.96	c #cpu_time = 0.027s
3.89/3.96	c #wall_clock_time = 0.027s
3.89/3.96	c #decision = 78
3.89/3.96	c #random_decision = 0
3.89/3.96	c #conflict = 0
3.89/3.96	c #restart = 0
3.89/3.96	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.89/3.96	c lower bound updated to 27182831145
3.89/3.96	c BCD2: 27252175101 <= obj <= 244090728602
3.89/3.96	c BCD2: #cores=49, #unrelaxed=616, #relaxed=61, #hardened=0
3.89/3.96	c BCD2: #sat=1 #unsat=51 bias=51/52
3.89/3.96	c Solving starts ...
3.89/3.96	c ============================[ Search Statistics ]============================
3.89/3.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.96	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.96	c =============================================================================
3.89/3.96	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.89/3.99	c  0.0s |       0 |       79 |        0 |    35882      0 |     7948 |    16641
3.89/3.99	c #cpu_time = 0.028s
3.89/3.99	c #wall_clock_time = 0.028s
3.89/3.99	c #decision = 79
3.89/3.99	c #random_decision = 0
3.89/3.99	c #conflict = 0
3.89/3.99	c #restart = 0
3.89/3.99	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.89/3.99	c lower bound updated to 27737582801
3.99/4.00	c BCD2: 27806926757 <= obj <= 244090728602
3.99/4.00	c BCD2: #cores=50, #unrelaxed=615, #relaxed=62, #hardened=0
3.99/4.00	c BCD2: #sat=1 #unsat=52 bias=52/53
3.99/4.00	c Solving starts ...
3.99/4.00	c ============================[ Search Statistics ]============================
3.99/4.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.00	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.00	c =============================================================================
3.99/4.00	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.99/4.03	c  0.0s |       0 |       80 |        0 |    35882      0 |     7948 |    16641
3.99/4.03	c #cpu_time = 0.025s
3.99/4.03	c #wall_clock_time = 0.025s
3.99/4.03	c #decision = 80
3.99/4.03	c #random_decision = 0
3.99/4.03	c #conflict = 0
3.99/4.03	c #restart = 0
3.99/4.03	c BCD2: found a new core of size 3: cost of the new core is >=554751656
3.99/4.03	c lower bound updated to 28292334457
3.99/4.03	c BCD2: 28361678413 <= obj <= 244090728602
3.99/4.03	c BCD2: #cores=51, #unrelaxed=612, #relaxed=65, #hardened=0
3.99/4.03	c BCD2: #sat=1 #unsat=53 bias=53/54
3.99/4.03	c Solving starts ...
3.99/4.03	c ============================[ Search Statistics ]============================
3.99/4.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.03	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.03	c =============================================================================
3.99/4.03	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
3.99/4.06	c  0.0s |       0 |       80 |        0 |    35882      0 |     7948 |    16641
3.99/4.06	c #cpu_time = 0.028s
3.99/4.06	c #wall_clock_time = 0.028s
3.99/4.06	c #decision = 80
3.99/4.06	c #random_decision = 0
3.99/4.06	c #conflict = 0
3.99/4.06	c #restart = 0
3.99/4.06	c BCD2: found a new core of size 1: cost of the new core is >=554751656
3.99/4.06	c lower bound updated to 28847086113
3.99/4.07	c BCD2: 28916430069 <= obj <= 244090728602
3.99/4.07	c BCD2: #cores=52, #unrelaxed=611, #relaxed=66, #hardened=0
3.99/4.07	c BCD2: #sat=1 #unsat=54 bias=54/55
3.99/4.07	c Solving starts ...
3.99/4.07	c ============================[ Search Statistics ]============================
3.99/4.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.07	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.07	c =============================================================================
3.99/4.07	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.09/4.10	c  0.0s |       0 |       81 |        0 |    35882      0 |     7948 |    16641
4.09/4.10	c #cpu_time = 0.027s
4.09/4.10	c #wall_clock_time = 0.027s
4.09/4.10	c #decision = 81
4.09/4.10	c #random_decision = 0
4.09/4.10	c #conflict = 0
4.09/4.10	c #restart = 0
4.09/4.10	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.09/4.10	c lower bound updated to 29401837769
4.09/4.10	c BCD2: 29471181725 <= obj <= 244090728602
4.09/4.10	c BCD2: #cores=53, #unrelaxed=610, #relaxed=67, #hardened=0
4.09/4.10	c BCD2: #sat=1 #unsat=55 bias=55/56
4.09/4.10	c Solving starts ...
4.09/4.10	c ============================[ Search Statistics ]============================
4.09/4.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.10	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.10	c =============================================================================
4.09/4.11	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.09/4.13	c  0.0s |       0 |       82 |        0 |    35882      0 |     7948 |    16641
4.09/4.13	c #cpu_time = 0.026s
4.09/4.13	c #wall_clock_time = 0.026s
4.09/4.13	c #decision = 82
4.09/4.13	c #random_decision = 0
4.09/4.13	c #conflict = 0
4.09/4.13	c #restart = 0
4.09/4.13	c BCD2: found a new core of size 3: cost of the new core is >=554751656
4.09/4.13	c lower bound updated to 29956589425
4.09/4.14	c BCD2: 30025933381 <= obj <= 244090728602
4.09/4.14	c BCD2: #cores=54, #unrelaxed=607, #relaxed=70, #hardened=0
4.09/4.14	c BCD2: #sat=1 #unsat=56 bias=56/57
4.09/4.14	c Solving starts ...
4.09/4.14	c ============================[ Search Statistics ]============================
4.09/4.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.14	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.14	c =============================================================================
4.09/4.14	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.09/4.17	c  0.0s |       0 |       81 |        0 |    35882      0 |     7948 |    16641
4.09/4.17	c #cpu_time = 0.027s
4.09/4.17	c #wall_clock_time = 0.027s
4.09/4.17	c #decision = 81
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 0
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.09/4.17	c lower bound updated to 30511341081
4.09/4.18	c BCD2: 30580685037 <= obj <= 244090728602
4.09/4.18	c BCD2: #cores=55, #unrelaxed=606, #relaxed=71, #hardened=0
4.09/4.18	c BCD2: #sat=1 #unsat=57 bias=57/58
4.09/4.18	c Solving starts ...
4.09/4.18	c ============================[ Search Statistics ]============================
4.09/4.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.18	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.18	c =============================================================================
4.09/4.18	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.19/4.20	c  0.0s |       0 |       83 |        0 |    35882      0 |     7948 |    16641
4.19/4.20	c #cpu_time = 0.028s
4.19/4.20	c #wall_clock_time = 0.028s
4.19/4.20	c #decision = 83
4.19/4.20	c #random_decision = 0
4.19/4.20	c #conflict = 0
4.19/4.20	c #restart = 0
4.19/4.20	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.19/4.20	c lower bound updated to 31066092737
4.19/4.21	c BCD2: 31135436693 <= obj <= 244090728602
4.19/4.21	c BCD2: #cores=56, #unrelaxed=605, #relaxed=72, #hardened=0
4.19/4.21	c BCD2: #sat=1 #unsat=58 bias=58/59
4.19/4.21	c Solving starts ...
4.19/4.21	c ============================[ Search Statistics ]============================
4.19/4.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.21	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.21	c =============================================================================
4.19/4.22	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.19/4.24	c  0.0s |       0 |       84 |        0 |    35882      0 |     7948 |    16641
4.19/4.24	c #cpu_time = 0.025s
4.19/4.24	c #wall_clock_time = 0.025s
4.19/4.24	c #decision = 84
4.19/4.24	c #random_decision = 0
4.19/4.24	c #conflict = 0
4.19/4.24	c #restart = 0
4.19/4.24	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.19/4.24	c lower bound updated to 31620844393
4.19/4.25	c BCD2: 31690188349 <= obj <= 244090728602
4.19/4.25	c BCD2: #cores=57, #unrelaxed=604, #relaxed=73, #hardened=0
4.19/4.25	c BCD2: #sat=1 #unsat=59 bias=59/60
4.19/4.25	c Solving starts ...
4.19/4.25	c ============================[ Search Statistics ]============================
4.19/4.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.25	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.25	c =============================================================================
4.19/4.25	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.19/4.28	c  0.0s |       0 |       85 |        0 |    35882      0 |     7948 |    16641
4.19/4.28	c #cpu_time = 0.028s
4.19/4.28	c #wall_clock_time = 0.028s
4.19/4.28	c #decision = 85
4.19/4.28	c #random_decision = 0
4.19/4.28	c #conflict = 0
4.19/4.28	c #restart = 0
4.19/4.28	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.19/4.28	c lower bound updated to 32175596049
4.19/4.28	c BCD2: 32244940005 <= obj <= 244090728602
4.19/4.28	c BCD2: #cores=58, #unrelaxed=603, #relaxed=74, #hardened=0
4.19/4.28	c BCD2: #sat=1 #unsat=60 bias=60/61
4.19/4.28	c Solving starts ...
4.19/4.28	c ============================[ Search Statistics ]============================
4.19/4.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.28	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.28	c =============================================================================
4.19/4.28	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.29/4.31	c  0.0s |       0 |       86 |        0 |    35882      0 |     7948 |    16641
4.29/4.31	c #cpu_time = 0.027s
4.29/4.31	c #wall_clock_time = 0.027s
4.29/4.31	c #decision = 86
4.29/4.31	c #random_decision = 0
4.29/4.31	c #conflict = 0
4.29/4.31	c #restart = 0
4.29/4.31	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.29/4.31	c lower bound updated to 32730347705
4.29/4.32	c BCD2: 32799691661 <= obj <= 244090728602
4.29/4.32	c BCD2: #cores=59, #unrelaxed=602, #relaxed=75, #hardened=0
4.29/4.32	c BCD2: #sat=1 #unsat=61 bias=61/62
4.29/4.32	c Solving starts ...
4.29/4.32	c ============================[ Search Statistics ]============================
4.29/4.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.32	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.32	c =============================================================================
4.29/4.32	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.29/4.35	c  0.0s |       0 |       87 |        0 |    35882      0 |     7948 |    16641
4.29/4.35	c #cpu_time = 0.026s
4.29/4.35	c #wall_clock_time = 0.026s
4.29/4.35	c #decision = 87
4.29/4.35	c #random_decision = 0
4.29/4.35	c #conflict = 0
4.29/4.35	c #restart = 0
4.29/4.35	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.29/4.35	c lower bound updated to 33285099361
4.29/4.35	c BCD2: 33354443317 <= obj <= 244090728602
4.29/4.35	c BCD2: #cores=60, #unrelaxed=601, #relaxed=76, #hardened=0
4.29/4.35	c BCD2: #sat=1 #unsat=62 bias=62/63
4.29/4.36	c Solving starts ...
4.29/4.36	c ============================[ Search Statistics ]============================
4.29/4.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.36	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.36	c =============================================================================
4.29/4.36	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.29/4.38	c  0.0s |       0 |       88 |        0 |    35882      0 |     7948 |    16641
4.29/4.38	c #cpu_time = 0.027s
4.29/4.38	c #wall_clock_time = 0.027s
4.29/4.38	c #decision = 88
4.29/4.38	c #random_decision = 0
4.29/4.38	c #conflict = 0
4.29/4.38	c #restart = 0
4.29/4.38	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.29/4.38	c lower bound updated to 33839851017
4.29/4.39	c BCD2: 33909194973 <= obj <= 244090728602
4.29/4.39	c BCD2: #cores=61, #unrelaxed=600, #relaxed=77, #hardened=0
4.29/4.39	c BCD2: #sat=1 #unsat=63 bias=63/64
4.29/4.39	c Solving starts ...
4.29/4.39	c ============================[ Search Statistics ]============================
4.29/4.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.39	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.39	c =============================================================================
4.29/4.39	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.40/4.42	c  0.0s |       0 |       89 |        0 |    35882      0 |     7948 |    16641
4.40/4.42	c #cpu_time = 0.028s
4.40/4.42	c #wall_clock_time = 0.028s
4.40/4.42	c #decision = 89
4.40/4.42	c #random_decision = 0
4.40/4.42	c #conflict = 0
4.40/4.42	c #restart = 0
4.40/4.42	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.40/4.42	c lower bound updated to 34394602673
4.40/4.42	c BCD2: 34463946629 <= obj <= 244090728602
4.40/4.42	c BCD2: #cores=62, #unrelaxed=599, #relaxed=78, #hardened=0
4.40/4.42	c BCD2: #sat=1 #unsat=64 bias=64/65
4.40/4.42	c Solving starts ...
4.40/4.42	c ============================[ Search Statistics ]============================
4.40/4.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.42	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.42	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.40/4.45	c  0.0s |       0 |       92 |        0 |    35882      0 |     7948 |    16641
4.40/4.45	c #cpu_time = 0.025s
4.40/4.45	c #wall_clock_time = 0.025s
4.40/4.45	c #decision = 92
4.40/4.45	c #random_decision = 0
4.40/4.45	c #conflict = 0
4.59/4.68	c #restart = 0
4.59/4.68	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.59/4.68	c lower bound updated to 34949354329
4.59/4.68	c BCD2: 35018698285 <= obj <= 244090728602
4.59/4.68	c BCD2: #cores=63, #unrelaxed=598, #relaxed=79, #hardened=0
4.59/4.68	c BCD2: #sat=1 #unsat=65 bias=65/66
4.59/4.68	c Solving starts ...
4.59/4.68	c ============================[ Search Statistics ]============================
4.59/4.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.68	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.68	c =============================================================================
4.59/4.68	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.59/4.68	c  0.0s |       0 |       95 |        0 |    35882      0 |     7948 |    16641
4.59/4.68	c #cpu_time = 0.028s
4.59/4.68	c #wall_clock_time = 0.028s
4.59/4.68	c #decision = 95
4.59/4.68	c #random_decision = 0
4.59/4.68	c #conflict = 0
4.59/4.68	c #restart = 0
4.59/4.68	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.59/4.68	c lower bound updated to 35504105985
4.59/4.68	c BCD2: 35573449941 <= obj <= 244090728602
4.59/4.69	c BCD2: #cores=64, #unrelaxed=597, #relaxed=80, #hardened=0
4.59/4.69	c BCD2: #sat=1 #unsat=66 bias=66/67
4.59/4.69	c Solving starts ...
4.59/4.69	c ============================[ Search Statistics ]============================
4.59/4.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.69	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.69	c =============================================================================
4.59/4.69	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.59/4.69	c  0.0s |       0 |       96 |        0 |    35882      0 |     7948 |    16641
4.59/4.69	c #cpu_time = 0.027s
4.59/4.69	c #wall_clock_time = 0.027s
4.59/4.69	c #decision = 96
4.59/4.69	c #random_decision = 0
4.59/4.69	c #conflict = 0
4.59/4.69	c #restart = 0
4.59/4.69	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.59/4.69	c lower bound updated to 36058857641
4.59/4.69	c BCD2: 36128201597 <= obj <= 244090728602
4.59/4.69	c BCD2: #cores=65, #unrelaxed=596, #relaxed=81, #hardened=0
4.59/4.69	c BCD2: #sat=1 #unsat=67 bias=67/68
4.59/4.69	c Solving starts ...
4.59/4.69	c ============================[ Search Statistics ]============================
4.59/4.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.69	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.69	c =============================================================================
4.59/4.69	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.59/4.69	c  0.0s |       0 |       98 |        0 |    35882      0 |     7948 |    16641
4.59/4.69	c #cpu_time = 0.026s
4.59/4.69	c #wall_clock_time = 0.027s
4.59/4.69	c #decision = 98
4.59/4.69	c #random_decision = 0
4.59/4.69	c #conflict = 0
4.59/4.69	c #restart = 0
4.59/4.69	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.59/4.69	c lower bound updated to 36613609297
4.59/4.69	c BCD2: 36682953253 <= obj <= 244090728602
4.59/4.69	c BCD2: #cores=66, #unrelaxed=595, #relaxed=82, #hardened=0
4.59/4.69	c BCD2: #sat=1 #unsat=68 bias=68/69
4.59/4.69	c Solving starts ...
4.59/4.69	c ============================[ Search Statistics ]============================
4.59/4.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.69	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.69	c =============================================================================
4.59/4.69	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.59/4.69	c  0.0s |       0 |       99 |        0 |    35882      0 |     7948 |    16641
4.59/4.69	c #cpu_time = 0.025s
4.59/4.69	c #wall_clock_time = 0.025s
4.59/4.69	c #decision = 99
4.59/4.69	c #random_decision = 0
4.59/4.69	c #conflict = 0
4.59/4.69	c #restart = 0
4.59/4.69	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.59/4.69	c lower bound updated to 37168360953
4.59/4.69	c BCD2: 37237704909 <= obj <= 244090728602
4.59/4.69	c BCD2: #cores=67, #unrelaxed=594, #relaxed=83, #hardened=0
4.59/4.69	c BCD2: #sat=1 #unsat=69 bias=69/70
4.59/4.69	c Solving starts ...
4.59/4.69	c ============================[ Search Statistics ]============================
4.59/4.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.69	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.69	c =============================================================================
4.59/4.69	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.59/4.69	c  0.0s |       0 |      101 |        0 |    35882      0 |     7948 |    16641
4.59/4.69	c #cpu_time = 0.028s
4.59/4.69	c #wall_clock_time = 0.028s
4.59/4.69	c #decision = 101
4.59/4.69	c #random_decision = 0
4.59/4.69	c #conflict = 0
4.59/4.69	c #restart = 0
4.59/4.69	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.59/4.69	c lower bound updated to 37723112609
4.59/4.69	c BCD2: 37792456565 <= obj <= 244090728602
4.59/4.69	c BCD2: #cores=68, #unrelaxed=593, #relaxed=84, #hardened=0
4.59/4.69	c BCD2: #sat=1 #unsat=70 bias=70/71
4.59/4.69	c Solving starts ...
4.59/4.69	c ============================[ Search Statistics ]============================
4.59/4.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.69	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.69	c =============================================================================
4.59/4.69	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.59/4.69	c  0.0s |       0 |      102 |        0 |    35882      0 |     7948 |    16641
4.59/4.69	c #cpu_time = 0.025s
4.59/4.69	c #wall_clock_time = 0.025s
4.59/4.69	c #decision = 102
4.59/4.69	c #random_decision = 0
4.59/4.69	c #conflict = 0
4.59/4.69	c #restart = 0
4.59/4.69	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.59/4.69	c lower bound updated to 38277864265
4.59/4.69	c BCD2: 38347208221 <= obj <= 244090728602
4.59/4.69	c BCD2: #cores=69, #unrelaxed=592, #relaxed=85, #hardened=0
4.59/4.69	c BCD2: #sat=1 #unsat=71 bias=71/72
4.59/4.69	c Solving starts ...
4.59/4.69	c ============================[ Search Statistics ]============================
4.59/4.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.69	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.69	c =============================================================================
4.59/4.69	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.69/4.71	c  0.0s |       0 |      103 |        0 |    35882      0 |     7948 |    16641
4.69/4.71	c #cpu_time = 0.028s
4.69/4.71	c #wall_clock_time = 0.028s
4.69/4.71	c #decision = 103
4.69/4.71	c #random_decision = 0
4.69/4.71	c #conflict = 0
4.69/4.71	c #restart = 0
4.69/4.71	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.69/4.71	c lower bound updated to 38832615921
4.69/4.72	c BCD2: 38901959877 <= obj <= 244090728602
4.69/4.72	c BCD2: #cores=70, #unrelaxed=591, #relaxed=86, #hardened=0
4.69/4.72	c BCD2: #sat=1 #unsat=72 bias=72/73
4.69/4.72	c Solving starts ...
4.69/4.72	c ============================[ Search Statistics ]============================
4.69/4.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.72	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.72	c =============================================================================
4.69/4.72	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.69/4.75	c  0.0s |       0 |      106 |        0 |    35882      0 |     7948 |    16641
4.69/4.75	c #cpu_time = 0.025s
4.69/4.75	c #wall_clock_time = 0.025s
4.69/4.75	c #decision = 106
4.69/4.75	c #random_decision = 0
4.69/4.75	c #conflict = 0
4.69/4.75	c #restart = 0
4.69/4.75	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.69/4.75	c lower bound updated to 39387367577
4.69/4.75	c BCD2: 39456711533 <= obj <= 244090728602
4.69/4.75	c BCD2: #cores=71, #unrelaxed=590, #relaxed=87, #hardened=0
4.69/4.75	c BCD2: #sat=1 #unsat=73 bias=73/74
4.69/4.75	c Solving starts ...
4.69/4.75	c ============================[ Search Statistics ]============================
4.69/4.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.75	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.75	c =============================================================================
4.69/4.75	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.69/4.78	c  0.0s |       0 |      107 |        0 |    35882      0 |     7948 |    16641
4.69/4.78	c #cpu_time = 0.028s
4.69/4.78	c #wall_clock_time = 0.028s
4.69/4.78	c #decision = 107
4.69/4.78	c #random_decision = 0
4.69/4.78	c #conflict = 0
4.69/4.78	c #restart = 0
4.69/4.78	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.69/4.78	c lower bound updated to 39942119233
4.69/4.79	c BCD2: 40011463189 <= obj <= 244090728602
4.69/4.79	c BCD2: #cores=72, #unrelaxed=589, #relaxed=88, #hardened=0
4.69/4.79	c BCD2: #sat=1 #unsat=74 bias=74/75
4.69/4.79	c Solving starts ...
4.69/4.79	c ============================[ Search Statistics ]============================
4.69/4.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.79	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.79	c =============================================================================
4.69/4.80	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.79/4.82	c  0.0s |       0 |      108 |        0 |    35882      0 |     7948 |    16641
4.79/4.82	c #cpu_time = 0.025s
4.79/4.82	c #wall_clock_time = 0.025s
4.79/4.82	c #decision = 108
4.79/4.82	c #random_decision = 0
4.79/4.82	c #conflict = 0
4.79/4.82	c #restart = 0
4.79/4.82	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.79/4.82	c lower bound updated to 40496870889
4.79/4.83	c BCD2: 40566214845 <= obj <= 244090728602
4.79/4.83	c BCD2: #cores=73, #unrelaxed=588, #relaxed=89, #hardened=0
4.79/4.83	c BCD2: #sat=1 #unsat=75 bias=75/76
4.79/4.83	c Solving starts ...
4.79/4.83	c ============================[ Search Statistics ]============================
4.79/4.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.83	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.83	c =============================================================================
4.79/4.83	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.79/4.86	c  0.0s |       0 |      109 |        0 |    35882      0 |     7948 |    16641
4.79/4.86	c #cpu_time = 0.029s
4.79/4.86	c #wall_clock_time = 0.029s
4.79/4.86	c #decision = 109
4.79/4.86	c #random_decision = 0
4.79/4.86	c #conflict = 0
4.79/4.86	c #restart = 0
4.79/4.86	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.79/4.86	c lower bound updated to 41051622545
4.79/4.86	c BCD2: 41120966501 <= obj <= 244090728602
4.79/4.86	c BCD2: #cores=74, #unrelaxed=587, #relaxed=90, #hardened=0
4.79/4.86	c BCD2: #sat=1 #unsat=76 bias=76/77
4.79/4.86	c Solving starts ...
4.79/4.86	c ============================[ Search Statistics ]============================
4.79/4.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.86	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.86	c =============================================================================
4.79/4.87	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.79/4.90	c  0.0s |       0 |      110 |        0 |    35882      0 |     7948 |    16641
4.79/4.90	c #cpu_time = 0.026s
4.79/4.90	c #wall_clock_time = 0.026s
4.79/4.90	c #decision = 110
4.79/4.90	c #random_decision = 0
4.79/4.90	c #conflict = 0
4.79/4.90	c #restart = 0
4.79/4.90	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.79/4.90	c lower bound updated to 41606374201
4.89/4.90	c BCD2: 41675718157 <= obj <= 244090728602
4.89/4.90	c BCD2: #cores=75, #unrelaxed=586, #relaxed=91, #hardened=0
4.89/4.90	c BCD2: #sat=1 #unsat=77 bias=77/78
4.89/4.90	c Solving starts ...
4.89/4.90	c ============================[ Search Statistics ]============================
4.89/4.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.90	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.90	c =============================================================================
4.89/4.90	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.89/4.93	c  0.0s |       0 |      111 |        0 |    35882      0 |     7948 |    16641
4.89/4.93	c #cpu_time = 0.029s
4.89/4.93	c #wall_clock_time = 0.029s
4.89/4.93	c #decision = 111
4.89/4.93	c #random_decision = 0
4.89/4.93	c #conflict = 0
4.89/4.93	c #restart = 0
4.89/4.93	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.89/4.93	c lower bound updated to 42161125857
4.89/4.94	c BCD2: 42230469813 <= obj <= 244090728602
4.89/4.94	c BCD2: #cores=76, #unrelaxed=585, #relaxed=92, #hardened=0
4.89/4.94	c BCD2: #sat=1 #unsat=78 bias=78/79
4.89/4.94	c Solving starts ...
4.89/4.94	c ============================[ Search Statistics ]============================
4.89/4.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.94	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.94	c =============================================================================
4.89/4.94	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.89/4.97	c  0.0s |       0 |      113 |        0 |    35882      0 |     7948 |    16641
4.89/4.97	c #cpu_time = 0.026s
4.89/4.97	c #wall_clock_time = 0.026s
4.89/4.97	c #decision = 113
4.89/4.97	c #random_decision = 0
4.89/4.97	c #conflict = 0
4.89/4.97	c #restart = 0
4.89/4.97	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.89/4.97	c lower bound updated to 42715877513
4.89/4.98	c BCD2: 42785221469 <= obj <= 244090728602
4.89/4.98	c BCD2: #cores=77, #unrelaxed=584, #relaxed=93, #hardened=0
4.89/4.98	c BCD2: #sat=1 #unsat=79 bias=79/80
4.89/4.98	c Solving starts ...
4.89/4.98	c ============================[ Search Statistics ]============================
4.89/4.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.98	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.98	c =============================================================================
4.89/4.98	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.99/5.01	c  0.0s |       0 |      114 |        0 |    35882      0 |     7948 |    16641
4.99/5.01	c #cpu_time = 0.028s
4.99/5.01	c #wall_clock_time = 0.028s
4.99/5.01	c #decision = 114
4.99/5.01	c #random_decision = 0
4.99/5.01	c #conflict = 0
4.99/5.01	c #restart = 0
4.99/5.01	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.99/5.01	c lower bound updated to 43270629169
4.99/5.01	c BCD2: 43339973125 <= obj <= 244090728602
4.99/5.01	c BCD2: #cores=78, #unrelaxed=583, #relaxed=94, #hardened=0
4.99/5.01	c BCD2: #sat=1 #unsat=80 bias=80/81
4.99/5.01	c Solving starts ...
4.99/5.01	c ============================[ Search Statistics ]============================
4.99/5.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.01	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.01	c =============================================================================
4.99/5.02	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.99/5.04	c  0.0s |       0 |      132 |        1 |    35882      0 |     7948 |    16641
4.99/5.04	c #cpu_time = 0.026s
4.99/5.04	c #wall_clock_time = 0.026s
4.99/5.04	c #decision = 132
4.99/5.04	c #random_decision = 0
4.99/5.04	c #conflict = 1
4.99/5.04	c #restart = 0
4.99/5.04	c BCD2: found a new core of size 2: cost of the new core is >=554751656
4.99/5.04	c lower bound updated to 43825380825
4.99/5.05	c BCD2: 43894724781 <= obj <= 244090728602
4.99/5.05	c BCD2: #cores=79, #unrelaxed=581, #relaxed=96, #hardened=0
4.99/5.05	c BCD2: #sat=1 #unsat=81 bias=81/82
4.99/5.05	c Solving starts ...
4.99/5.05	c ============================[ Search Statistics ]============================
4.99/5.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.05	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.05	c =============================================================================
4.99/5.05	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
4.99/5.08	c  0.0s |       0 |      116 |        0 |    35882      0 |     7948 |    16641
4.99/5.08	c #cpu_time = 0.028s
4.99/5.08	c #wall_clock_time = 0.029s
4.99/5.08	c #decision = 116
4.99/5.08	c #random_decision = 0
4.99/5.08	c #conflict = 0
4.99/5.08	c #restart = 0
4.99/5.08	c BCD2: found a new core of size 1: cost of the new core is >=554751656
4.99/5.08	c lower bound updated to 44380132481
4.99/5.09	c BCD2: 44449476437 <= obj <= 244090728602
4.99/5.09	c BCD2: #cores=80, #unrelaxed=580, #relaxed=97, #hardened=0
4.99/5.09	c BCD2: #sat=1 #unsat=82 bias=82/83
4.99/5.09	c Solving starts ...
4.99/5.09	c ============================[ Search Statistics ]============================
4.99/5.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.09	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.09	c =============================================================================
4.99/5.09	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.09/5.12	c  0.0s |       0 |      118 |        0 |    35882      0 |     7948 |    16641
5.09/5.12	c #cpu_time = 0.026s
5.09/5.12	c #wall_clock_time = 0.026s
5.09/5.12	c #decision = 118
5.09/5.12	c #random_decision = 0
5.09/5.12	c #conflict = 0
5.09/5.12	c #restart = 0
5.09/5.12	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.09/5.12	c lower bound updated to 44934884137
5.09/5.12	c BCD2: 45004228093 <= obj <= 244090728602
5.09/5.12	c BCD2: #cores=81, #unrelaxed=579, #relaxed=98, #hardened=0
5.09/5.12	c BCD2: #sat=1 #unsat=83 bias=83/84
5.09/5.13	c Solving starts ...
5.09/5.13	c ============================[ Search Statistics ]============================
5.09/5.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.13	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.13	c =============================================================================
5.09/5.13	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.09/5.15	c  0.0s |       0 |      119 |        0 |    35882      0 |     7948 |    16641
5.09/5.15	c #cpu_time = 0.029s
5.09/5.15	c #wall_clock_time = 0.029s
5.09/5.15	c #decision = 119
5.09/5.15	c #random_decision = 0
5.09/5.15	c #conflict = 0
5.09/5.15	c #restart = 0
5.09/5.15	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.09/5.15	c lower bound updated to 45489635793
5.09/5.16	c BCD2: 45558979749 <= obj <= 244090728602
5.09/5.16	c BCD2: #cores=82, #unrelaxed=578, #relaxed=99, #hardened=0
5.09/5.16	c BCD2: #sat=1 #unsat=84 bias=84/85
5.09/5.16	c Solving starts ...
5.09/5.16	c ============================[ Search Statistics ]============================
5.09/5.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.16	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.16	c =============================================================================
5.09/5.17	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.09/5.19	c  0.0s |       0 |      120 |        0 |    35882      0 |     7948 |    16641
5.09/5.19	c #cpu_time = 0.026s
5.09/5.19	c #wall_clock_time = 0.026s
5.09/5.19	c #decision = 120
5.09/5.19	c #random_decision = 0
5.09/5.19	c #conflict = 0
5.09/5.19	c #restart = 0
5.09/5.19	c BCD2: found a new core of size 3: cost of the new core is >=554751656
5.09/5.19	c lower bound updated to 46044387449
5.19/5.20	c BCD2: 46113731405 <= obj <= 244090728602
5.19/5.20	c BCD2: #cores=83, #unrelaxed=575, #relaxed=102, #hardened=0
5.19/5.20	c BCD2: #sat=1 #unsat=85 bias=85/86
5.19/5.20	c Solving starts ...
5.19/5.20	c ============================[ Search Statistics ]============================
5.19/5.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.20	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.20	c =============================================================================
5.19/5.20	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.19/5.23	c  0.0s |       0 |      120 |        0 |    35882      0 |     7948 |    16641
5.19/5.23	c #cpu_time = 0.029s
5.19/5.23	c #wall_clock_time = 0.029s
5.19/5.23	c #decision = 120
5.19/5.23	c #random_decision = 0
5.19/5.23	c #conflict = 0
5.19/5.23	c #restart = 0
5.19/5.23	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.19/5.23	c lower bound updated to 46599139105
5.19/5.24	c BCD2: 46668483061 <= obj <= 244090728602
5.19/5.24	c BCD2: #cores=84, #unrelaxed=574, #relaxed=103, #hardened=0
5.19/5.24	c BCD2: #sat=1 #unsat=86 bias=86/87
5.19/5.24	c Solving starts ...
5.19/5.24	c ============================[ Search Statistics ]============================
5.19/5.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.24	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.24	c =============================================================================
5.19/5.24	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.19/5.27	c  0.0s |       0 |      121 |        0 |    35882      0 |     7948 |    16641
5.19/5.27	c #cpu_time = 0.026s
5.19/5.27	c #wall_clock_time = 0.026s
5.19/5.27	c #decision = 121
5.19/5.27	c #random_decision = 0
5.19/5.27	c #conflict = 0
5.19/5.27	c #restart = 0
5.19/5.27	c BCD2: found a new core of size 3: cost of the new core is >=554751656
5.19/5.27	c lower bound updated to 47153890761
5.19/5.27	c BCD2: 47223234717 <= obj <= 244090728602
5.19/5.27	c BCD2: #cores=85, #unrelaxed=571, #relaxed=106, #hardened=0
5.19/5.27	c BCD2: #sat=1 #unsat=87 bias=87/88
5.19/5.27	c Solving starts ...
5.19/5.27	c ============================[ Search Statistics ]============================
5.19/5.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.27	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.27	c =============================================================================
5.19/5.27	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.29/5.30	c  0.0s |       0 |      120 |        0 |    35882      0 |     7948 |    16641
5.29/5.30	c #cpu_time = 0.029s
5.29/5.30	c #wall_clock_time = 0.029s
5.29/5.30	c #decision = 120
5.29/5.30	c #random_decision = 0
5.29/5.30	c #conflict = 0
5.29/5.30	c #restart = 0
5.29/5.30	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.29/5.30	c lower bound updated to 47708642417
5.29/5.31	c BCD2: 47777986373 <= obj <= 244090728602
5.29/5.31	c BCD2: #cores=86, #unrelaxed=570, #relaxed=107, #hardened=0
5.29/5.31	c BCD2: #sat=1 #unsat=88 bias=88/89
5.29/5.31	c Solving starts ...
5.29/5.31	c ============================[ Search Statistics ]============================
5.29/5.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.31	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.31	c =============================================================================
5.29/5.32	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.29/5.34	c  0.0s |       0 |      121 |        0 |    35882      0 |     7948 |    16641
5.29/5.34	c #cpu_time = 0.026s
5.29/5.34	c #wall_clock_time = 0.026s
5.29/5.34	c #decision = 121
5.29/5.34	c #random_decision = 0
5.29/5.34	c #conflict = 0
5.29/5.34	c #restart = 0
5.29/5.34	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.29/5.34	c lower bound updated to 48263394073
5.29/5.35	c BCD2: 48332738029 <= obj <= 244090728602
5.29/5.35	c BCD2: #cores=87, #unrelaxed=569, #relaxed=108, #hardened=0
5.29/5.35	c BCD2: #sat=1 #unsat=89 bias=89/90
5.29/5.35	c Solving starts ...
5.29/5.35	c ============================[ Search Statistics ]============================
5.29/5.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.35	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.35	c =============================================================================
5.29/5.35	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.29/5.38	c  0.0s |       0 |      122 |        0 |    35882      0 |     7948 |    16641
5.29/5.38	c #cpu_time = 0.029s
5.29/5.38	c #wall_clock_time = 0.029s
5.29/5.38	c #decision = 122
5.29/5.38	c #random_decision = 0
5.29/5.38	c #conflict = 0
5.29/5.38	c #restart = 0
5.29/5.38	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.29/5.38	c lower bound updated to 48818145729
5.29/5.39	c BCD2: 48887489685 <= obj <= 244090728602
5.29/5.39	c BCD2: #cores=88, #unrelaxed=568, #relaxed=109, #hardened=0
5.29/5.39	c BCD2: #sat=1 #unsat=90 bias=90/91
5.29/5.39	c Solving starts ...
5.29/5.39	c ============================[ Search Statistics ]============================
5.29/5.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.39	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.39	c =============================================================================
5.29/5.39	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.39/5.42	c  0.0s |       0 |      123 |        0 |    35882      0 |     7948 |    16641
5.39/5.42	c #cpu_time = 0.026s
5.39/5.42	c #wall_clock_time = 0.026s
5.39/5.42	c #decision = 123
5.39/5.42	c #random_decision = 0
5.39/5.42	c #conflict = 0
5.39/5.42	c #restart = 0
5.39/5.42	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.39/5.42	c lower bound updated to 49372897385
5.39/5.42	c BCD2: 49442241341 <= obj <= 244090728602
5.39/5.42	c BCD2: #cores=89, #unrelaxed=567, #relaxed=110, #hardened=0
5.39/5.42	c BCD2: #sat=1 #unsat=91 bias=91/92
5.39/5.42	c Solving starts ...
5.39/5.42	c ============================[ Search Statistics ]============================
5.39/5.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.42	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.42	c =============================================================================
5.39/5.42	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.39/5.45	c  0.0s |       0 |      124 |        0 |    35882      0 |     7948 |    16641
5.39/5.45	c #cpu_time = 0.029s
5.39/5.45	c #wall_clock_time = 0.029s
5.39/5.45	c #decision = 124
5.39/5.45	c #random_decision = 0
5.39/5.45	c #conflict = 0
5.39/5.45	c #restart = 0
5.39/5.45	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.39/5.45	c lower bound updated to 49927649041
5.39/5.46	c BCD2: 49996992997 <= obj <= 244090728602
5.39/5.46	c BCD2: #cores=90, #unrelaxed=566, #relaxed=111, #hardened=0
5.39/5.46	c BCD2: #sat=1 #unsat=92 bias=92/93
5.39/5.46	c Solving starts ...
5.39/5.46	c ============================[ Search Statistics ]============================
5.39/5.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.46	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.46	c =============================================================================
5.39/5.47	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.39/5.49	c  0.0s |       0 |      125 |        0 |    35882      0 |     7948 |    16641
5.39/5.49	c #cpu_time = 0.026s
5.39/5.49	c #wall_clock_time = 0.026s
5.39/5.49	c #decision = 125
5.39/5.49	c #random_decision = 0
5.39/5.49	c #conflict = 0
5.39/5.49	c #restart = 0
5.39/5.49	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.39/5.49	c lower bound updated to 50482400697
5.39/5.50	c BCD2: 50551744653 <= obj <= 244090728602
5.39/5.50	c BCD2: #cores=91, #unrelaxed=565, #relaxed=112, #hardened=0
5.39/5.50	c BCD2: #sat=1 #unsat=93 bias=93/94
5.39/5.50	c Solving starts ...
5.39/5.50	c ============================[ Search Statistics ]============================
5.39/5.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.50	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.50	c =============================================================================
5.39/5.50	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.49/5.53	c  0.0s |       0 |      127 |        0 |    35882      0 |     7948 |    16641
5.49/5.53	c #cpu_time = 0.029s
5.49/5.53	c #wall_clock_time = 0.029s
5.49/5.53	c #decision = 127
5.49/5.53	c #random_decision = 0
5.49/5.53	c #conflict = 0
5.49/5.53	c #restart = 0
5.49/5.53	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.49/5.53	c lower bound updated to 51037152353
5.49/5.53	c BCD2: 51106496309 <= obj <= 244090728602
5.49/5.53	c BCD2: #cores=92, #unrelaxed=564, #relaxed=113, #hardened=0
5.49/5.53	c BCD2: #sat=1 #unsat=94 bias=94/95
5.49/5.53	c Solving starts ...
5.49/5.53	c ============================[ Search Statistics ]============================
5.49/5.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.53	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.53	c =============================================================================
5.49/5.54	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.49/5.57	c  0.0s |       0 |      130 |        0 |    35882      0 |     7948 |    16641
5.49/5.57	c #cpu_time = 0.026s
5.49/5.57	c #wall_clock_time = 0.026s
5.49/5.57	c #decision = 130
5.49/5.57	c #random_decision = 0
5.49/5.57	c #conflict = 0
5.49/5.57	c #restart = 0
5.49/5.57	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.49/5.57	c lower bound updated to 51591904009
5.49/5.57	c BCD2: 51661247965 <= obj <= 244090728602
5.49/5.57	c BCD2: #cores=93, #unrelaxed=563, #relaxed=114, #hardened=0
5.49/5.57	c BCD2: #sat=1 #unsat=95 bias=95/96
5.49/5.57	c Solving starts ...
5.49/5.57	c ============================[ Search Statistics ]============================
5.49/5.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.57	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.57	c =============================================================================
5.49/5.57	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.49/5.60	c  0.0s |       0 |      131 |        0 |    35882      0 |     7948 |    16641
5.49/5.60	c #cpu_time = 0.029s
5.49/5.60	c #wall_clock_time = 0.029s
5.49/5.60	c #decision = 131
5.49/5.60	c #random_decision = 0
5.49/5.60	c #conflict = 0
5.49/5.60	c #restart = 0
5.49/5.60	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.49/5.60	c lower bound updated to 52146655665
5.59/5.61	c BCD2: 52215999621 <= obj <= 244090728602
5.59/5.61	c BCD2: #cores=94, #unrelaxed=562, #relaxed=115, #hardened=0
5.59/5.61	c BCD2: #sat=1 #unsat=96 bias=96/97
5.59/5.61	c Solving starts ...
5.59/5.61	c ============================[ Search Statistics ]============================
5.59/5.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.61	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.61	c =============================================================================
5.59/5.61	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.59/5.64	c  0.0s |       0 |      134 |        0 |    35882      0 |     7948 |    16641
5.59/5.64	c #cpu_time = 0.026s
5.59/5.64	c #wall_clock_time = 0.026s
5.59/5.64	c #decision = 134
5.59/5.64	c #random_decision = 0
5.59/5.64	c #conflict = 0
5.59/5.64	c #restart = 0
5.59/5.64	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.59/5.64	c lower bound updated to 52701407321
5.59/5.65	c BCD2: 52770751277 <= obj <= 244090728602
5.59/5.65	c BCD2: #cores=95, #unrelaxed=561, #relaxed=116, #hardened=0
5.59/5.65	c BCD2: #sat=1 #unsat=97 bias=97/98
5.59/5.65	c Solving starts ...
5.59/5.65	c ============================[ Search Statistics ]============================
5.59/5.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.65	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.65	c =============================================================================
5.59/5.65	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.59/5.68	c  0.0s |       0 |      135 |        0 |    35882      0 |     7948 |    16641
5.59/5.68	c #cpu_time = 0.029s
5.59/5.68	c #wall_clock_time = 0.029s
5.59/5.68	c #decision = 135
5.59/5.68	c #random_decision = 0
5.59/5.68	c #conflict = 0
5.59/5.68	c #restart = 0
5.59/5.68	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.59/5.68	c lower bound updated to 53256158977
5.59/5.68	c BCD2: 53325502933 <= obj <= 244090728602
5.59/5.68	c BCD2: #cores=96, #unrelaxed=560, #relaxed=117, #hardened=0
5.59/5.68	c BCD2: #sat=1 #unsat=98 bias=98/99
5.59/5.68	c Solving starts ...
5.59/5.68	c ============================[ Search Statistics ]============================
5.59/5.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.68	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.68	c =============================================================================
5.59/5.69	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.69/5.72	c  0.0s |       0 |      136 |        0 |    35882      0 |     7948 |    16641
5.69/5.72	c #cpu_time = 0.026s
5.69/5.72	c #wall_clock_time = 0.026s
5.69/5.72	c #decision = 136
5.69/5.72	c #random_decision = 0
5.69/5.72	c #conflict = 0
5.69/5.72	c #restart = 0
5.69/5.72	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.69/5.72	c lower bound updated to 53810910633
5.69/5.72	c BCD2: 53880254589 <= obj <= 244090728602
5.69/5.72	c BCD2: #cores=97, #unrelaxed=559, #relaxed=118, #hardened=0
5.69/5.72	c BCD2: #sat=1 #unsat=99 bias=99/100
5.69/5.72	c Solving starts ...
5.69/5.72	c ============================[ Search Statistics ]============================
5.69/5.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.72	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.72	c =============================================================================
5.69/5.72	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.69/5.75	c  0.0s |       0 |      138 |        0 |    35882      0 |     7948 |    16641
5.69/5.75	c #cpu_time = 0.029s
5.69/5.75	c #wall_clock_time = 0.029s
5.69/5.75	c #decision = 138
5.69/5.75	c #random_decision = 0
5.69/5.75	c #conflict = 0
5.69/5.75	c #restart = 0
5.69/5.75	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.69/5.75	c lower bound updated to 54365662289
5.69/5.76	c BCD2: 54435006245 <= obj <= 244090728602
5.69/5.76	c BCD2: #cores=98, #unrelaxed=558, #relaxed=119, #hardened=0
5.69/5.76	c BCD2: #sat=1 #unsat=100 bias=100/101
5.69/5.76	c Solving starts ...
5.69/5.76	c ============================[ Search Statistics ]============================
5.69/5.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.76	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.76	c =============================================================================
5.69/5.76	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.69/5.79	c  0.0s |       0 |      140 |        0 |    35882      0 |     7948 |    16641
5.69/5.79	c #cpu_time = 0.026s
5.69/5.79	c #wall_clock_time = 0.026s
5.69/5.79	c #decision = 140
5.69/5.79	c #random_decision = 0
5.69/5.79	c #conflict = 0
5.69/5.79	c #restart = 0
5.69/5.79	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.69/5.79	c lower bound updated to 54920413945
5.79/5.80	c BCD2: 54989757901 <= obj <= 244090728602
5.79/5.80	c BCD2: #cores=99, #unrelaxed=557, #relaxed=120, #hardened=0
5.79/5.80	c BCD2: #sat=1 #unsat=101 bias=101/102
5.79/5.80	c Solving starts ...
5.79/5.80	c ============================[ Search Statistics ]============================
5.79/5.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.80	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.80	c =============================================================================
5.79/5.80	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.79/5.83	c  0.0s |       0 |      141 |        0 |    35882      0 |     7948 |    16641
5.79/5.83	c #cpu_time = 0.029s
5.79/5.83	c #wall_clock_time = 0.029s
5.79/5.83	c #decision = 141
5.79/5.83	c #random_decision = 0
5.79/5.83	c #conflict = 0
5.79/5.83	c #restart = 0
5.79/5.83	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.79/5.83	c lower bound updated to 55475165601
5.79/5.83	c BCD2: 55544509557 <= obj <= 244090728602
5.79/5.83	c BCD2: #cores=100, #unrelaxed=556, #relaxed=121, #hardened=0
5.79/5.83	c BCD2: #sat=1 #unsat=102 bias=102/103
5.79/5.84	c Solving starts ...
5.79/5.84	c ============================[ Search Statistics ]============================
5.79/5.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.84	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.84	c =============================================================================
5.79/5.84	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.79/5.87	c  0.0s |       0 |      142 |        0 |    35882      0 |     7948 |    16641
5.79/5.87	c #cpu_time = 0.026s
5.79/5.87	c #wall_clock_time = 0.026s
5.79/5.87	c #decision = 142
5.79/5.87	c #random_decision = 0
5.79/5.87	c #conflict = 0
5.79/5.87	c #restart = 0
5.79/5.87	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.79/5.87	c lower bound updated to 56029917257
5.79/5.87	c BCD2: 56099261213 <= obj <= 244090728602
5.79/5.87	c BCD2: #cores=101, #unrelaxed=555, #relaxed=122, #hardened=0
5.79/5.87	c BCD2: #sat=1 #unsat=103 bias=103/104
5.79/5.87	c Solving starts ...
5.79/5.87	c ============================[ Search Statistics ]============================
5.79/5.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.87	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.87	c =============================================================================
5.79/5.87	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.89/5.90	c  0.0s |       0 |      143 |        0 |    35882      0 |     7948 |    16641
5.89/5.90	c #cpu_time = 0.029s
5.89/5.90	c #wall_clock_time = 0.029s
5.89/5.90	c #decision = 143
5.89/5.90	c #random_decision = 0
5.89/5.90	c #conflict = 0
5.89/5.90	c #restart = 0
5.89/5.90	c BCD2: found a new core of size 3: cost of the new core is >=554751656
5.89/5.90	c lower bound updated to 56584668913
5.89/5.91	c BCD2: 56654012869 <= obj <= 244090728602
5.89/5.91	c BCD2: #cores=102, #unrelaxed=552, #relaxed=125, #hardened=0
5.89/5.91	c BCD2: #sat=1 #unsat=104 bias=104/105
5.89/5.91	c Solving starts ...
5.89/5.91	c ============================[ Search Statistics ]============================
5.89/5.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.91	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.91	c =============================================================================
5.89/5.92	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.89/5.94	c  0.0s |       0 |      142 |        0 |    35882      0 |     7948 |    16641
5.89/5.94	c #cpu_time = 0.026s
5.89/5.94	c #wall_clock_time = 0.026s
5.89/5.94	c #decision = 142
5.89/5.94	c #random_decision = 0
5.89/5.94	c #conflict = 0
5.89/5.94	c #restart = 0
5.89/5.94	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.89/5.94	c lower bound updated to 57139420569
5.89/5.95	c BCD2: 57208764525 <= obj <= 244090728602
5.89/5.95	c BCD2: #cores=103, #unrelaxed=551, #relaxed=126, #hardened=0
5.89/5.95	c BCD2: #sat=1 #unsat=105 bias=105/106
5.89/5.95	c Solving starts ...
5.89/5.95	c ============================[ Search Statistics ]============================
5.89/5.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.95	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.95	c =============================================================================
5.89/5.95	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.89/5.98	c  0.0s |       0 |      143 |        0 |    35882      0 |     7948 |    16641
5.89/5.98	c #cpu_time = 0.029s
5.89/5.98	c #wall_clock_time = 0.029s
5.89/5.98	c #decision = 143
5.89/5.98	c #random_decision = 0
5.89/5.98	c #conflict = 0
5.89/5.98	c #restart = 0
5.89/5.98	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.89/5.98	c lower bound updated to 57694172225
5.89/5.99	c BCD2: 57763516181 <= obj <= 244090728602
5.89/5.99	c BCD2: #cores=104, #unrelaxed=550, #relaxed=127, #hardened=0
5.89/5.99	c BCD2: #sat=1 #unsat=106 bias=106/107
5.89/5.99	c Solving starts ...
5.89/5.99	c ============================[ Search Statistics ]============================
5.89/5.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.99	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.99	c =============================================================================
5.89/5.99	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.99/6.02	c  0.0s |       0 |      144 |        0 |    35882      0 |     7948 |    16641
5.99/6.02	c #cpu_time = 0.027s
5.99/6.02	c #wall_clock_time = 0.027s
5.99/6.02	c #decision = 144
5.99/6.02	c #random_decision = 0
5.99/6.02	c #conflict = 0
5.99/6.02	c #restart = 0
5.99/6.02	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.99/6.02	c lower bound updated to 58248923881
5.99/6.03	c BCD2: 58318267837 <= obj <= 244090728602
5.99/6.03	c BCD2: #cores=105, #unrelaxed=549, #relaxed=128, #hardened=0
5.99/6.03	c BCD2: #sat=1 #unsat=107 bias=107/108
5.99/6.03	c Solving starts ...
5.99/6.03	c ============================[ Search Statistics ]============================
5.99/6.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.03	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.03	c =============================================================================
5.99/6.03	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.99/6.06	c  0.0s |       0 |      145 |        0 |    35882      0 |     7948 |    16641
5.99/6.06	c #cpu_time = 0.029s
5.99/6.06	c #wall_clock_time = 0.029s
5.99/6.06	c #decision = 145
5.99/6.06	c #random_decision = 0
5.99/6.06	c #conflict = 0
5.99/6.06	c #restart = 0
5.99/6.06	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.99/6.06	c lower bound updated to 58803675537
5.99/6.06	c BCD2: 58873019493 <= obj <= 244090728602
5.99/6.06	c BCD2: #cores=106, #unrelaxed=548, #relaxed=129, #hardened=0
5.99/6.06	c BCD2: #sat=1 #unsat=108 bias=108/109
5.99/6.06	c Solving starts ...
5.99/6.06	c ============================[ Search Statistics ]============================
5.99/6.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.06	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.06	c =============================================================================
5.99/6.07	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
5.99/6.10	c  0.0s |       0 |      146 |        0 |    35882      0 |     7948 |    16641
5.99/6.10	c #cpu_time = 0.026s
5.99/6.10	c #wall_clock_time = 0.027s
5.99/6.10	c #decision = 146
5.99/6.10	c #random_decision = 0
5.99/6.10	c #conflict = 0
5.99/6.10	c #restart = 0
5.99/6.10	c BCD2: found a new core of size 1: cost of the new core is >=554751656
5.99/6.10	c lower bound updated to 59358427193
6.08/6.10	c BCD2: 59427771149 <= obj <= 244090728602
6.08/6.10	c BCD2: #cores=107, #unrelaxed=547, #relaxed=130, #hardened=0
6.08/6.10	c BCD2: #sat=1 #unsat=109 bias=109/110
6.08/6.10	c Solving starts ...
6.08/6.10	c ============================[ Search Statistics ]============================
6.08/6.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.08/6.10	c       |         |          |          |    Limit     GC | Var      | Constra 
6.08/6.10	c =============================================================================
6.08/6.10	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.08/6.13	c  0.0s |       0 |      147 |        0 |    35882      0 |     7948 |    16641
6.08/6.13	c #cpu_time = 0.029s
6.08/6.13	c #wall_clock_time = 0.029s
6.08/6.13	c #decision = 147
6.08/6.13	c #random_decision = 0
6.08/6.13	c #conflict = 0
6.08/6.13	c #restart = 0
6.08/6.13	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.08/6.13	c lower bound updated to 59913178849
6.08/6.14	c BCD2: 59982522805 <= obj <= 244090728602
6.08/6.14	c BCD2: #cores=108, #unrelaxed=546, #relaxed=131, #hardened=0
6.08/6.14	c BCD2: #sat=1 #unsat=110 bias=110/111
6.08/6.14	c Solving starts ...
6.08/6.14	c ============================[ Search Statistics ]============================
6.08/6.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.08/6.14	c       |         |          |          |    Limit     GC | Var      | Constra 
6.08/6.14	c =============================================================================
6.08/6.14	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.08/6.17	c  0.0s |       0 |      148 |        0 |    35882      0 |     7948 |    16641
6.08/6.17	c #cpu_time = 0.026s
6.08/6.17	c #wall_clock_time = 0.026s
6.08/6.17	c #decision = 148
6.08/6.17	c #random_decision = 0
6.08/6.17	c #conflict = 0
6.08/6.17	c #restart = 0
6.08/6.17	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.08/6.17	c lower bound updated to 60467930505
6.08/6.18	c BCD2: 60537274461 <= obj <= 244090728602
6.08/6.18	c BCD2: #cores=109, #unrelaxed=545, #relaxed=132, #hardened=0
6.08/6.18	c BCD2: #sat=1 #unsat=111 bias=111/112
6.08/6.18	c Solving starts ...
6.08/6.18	c ============================[ Search Statistics ]============================
6.08/6.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.08/6.18	c       |         |          |          |    Limit     GC | Var      | Constra 
6.08/6.18	c =============================================================================
6.08/6.18	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.18/6.21	c  0.0s |       0 |      149 |        0 |    35882      0 |     7948 |    16641
6.18/6.21	c #cpu_time = 0.029s
6.18/6.21	c #wall_clock_time = 0.029s
6.18/6.21	c #decision = 149
6.18/6.21	c #random_decision = 0
6.18/6.21	c #conflict = 0
6.18/6.21	c #restart = 0
6.18/6.21	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.18/6.21	c lower bound updated to 61022682161
6.18/6.22	c BCD2: 61092026117 <= obj <= 244090728602
6.18/6.22	c BCD2: #cores=110, #unrelaxed=544, #relaxed=133, #hardened=0
6.18/6.22	c BCD2: #sat=1 #unsat=112 bias=112/113
6.18/6.22	c Solving starts ...
6.18/6.22	c ============================[ Search Statistics ]============================
6.18/6.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.18/6.22	c       |         |          |          |    Limit     GC | Var      | Constra 
6.18/6.22	c =============================================================================
6.18/6.22	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.18/6.25	c  0.0s |       0 |      150 |        0 |    35882      0 |     7948 |    16641
6.18/6.25	c #cpu_time = 0.026s
6.18/6.25	c #wall_clock_time = 0.026s
6.18/6.25	c #decision = 150
6.18/6.25	c #random_decision = 0
6.18/6.25	c #conflict = 0
6.18/6.25	c #restart = 0
6.18/6.25	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.18/6.25	c lower bound updated to 61577433817
6.18/6.25	c BCD2: 61646777773 <= obj <= 244090728602
6.18/6.25	c BCD2: #cores=111, #unrelaxed=543, #relaxed=134, #hardened=0
6.18/6.25	c BCD2: #sat=1 #unsat=113 bias=113/114
6.18/6.25	c Solving starts ...
6.18/6.25	c ============================[ Search Statistics ]============================
6.18/6.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.18/6.25	c       |         |          |          |    Limit     GC | Var      | Constra 
6.18/6.25	c =============================================================================
6.18/6.25	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.18/6.28	c  0.0s |       0 |      152 |        0 |    35882      0 |     7948 |    16641
6.18/6.28	c #cpu_time = 0.029s
6.18/6.28	c #wall_clock_time = 0.029s
6.18/6.28	c #decision = 152
6.18/6.28	c #random_decision = 0
6.18/6.28	c #conflict = 0
6.18/6.28	c #restart = 0
6.18/6.28	c BCD2: found a new core of size 3: cost of the new core is >=554751656
6.18/6.28	c lower bound updated to 62132185473
6.18/6.29	c BCD2: 62201529429 <= obj <= 244090728602
6.18/6.29	c BCD2: #cores=112, #unrelaxed=540, #relaxed=137, #hardened=0
6.18/6.29	c BCD2: #sat=1 #unsat=114 bias=114/115
6.18/6.29	c Solving starts ...
6.18/6.29	c ============================[ Search Statistics ]============================
6.18/6.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.18/6.29	c       |         |          |          |    Limit     GC | Var      | Constra 
6.18/6.29	c =============================================================================
6.28/6.30	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.28/6.32	c  0.0s |       0 |      152 |        0 |    35882      0 |     7948 |    16641
6.28/6.32	c #cpu_time = 0.026s
6.28/6.32	c #wall_clock_time = 0.026s
6.28/6.32	c #decision = 152
6.28/6.32	c #random_decision = 0
6.28/6.32	c #conflict = 0
6.28/6.32	c #restart = 0
6.28/6.32	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.28/6.32	c lower bound updated to 62686937129
6.28/6.33	c BCD2: 62756281085 <= obj <= 244090728602
6.28/6.33	c BCD2: #cores=113, #unrelaxed=539, #relaxed=138, #hardened=0
6.28/6.33	c BCD2: #sat=1 #unsat=115 bias=115/116
6.28/6.33	c Solving starts ...
6.28/6.33	c ============================[ Search Statistics ]============================
6.28/6.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.28/6.33	c       |         |          |          |    Limit     GC | Var      | Constra 
6.28/6.33	c =============================================================================
6.28/6.33	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.28/6.36	c  0.0s |       0 |      153 |        0 |    35882      0 |     7948 |    16641
6.28/6.36	c #cpu_time = 0.029s
6.28/6.36	c #wall_clock_time = 0.029s
6.28/6.36	c #decision = 153
6.28/6.36	c #random_decision = 0
6.28/6.36	c #conflict = 0
6.28/6.36	c #restart = 0
6.28/6.36	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.28/6.36	c lower bound updated to 63241688785
6.28/6.37	c BCD2: 63311032741 <= obj <= 244090728602
6.28/6.37	c BCD2: #cores=114, #unrelaxed=538, #relaxed=139, #hardened=0
6.28/6.37	c BCD2: #sat=1 #unsat=116 bias=116/117
6.28/6.37	c Solving starts ...
6.28/6.37	c ============================[ Search Statistics ]============================
6.28/6.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.28/6.37	c       |         |          |          |    Limit     GC | Var      | Constra 
6.28/6.37	c =============================================================================
6.28/6.37	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.38/6.40	c  0.0s |       0 |      163 |        1 |    35882      0 |     7948 |    16641
6.38/6.40	c #cpu_time = 0.026s
6.38/6.40	c #wall_clock_time = 0.026s
6.38/6.40	c #decision = 163
6.38/6.40	c #random_decision = 0
6.38/6.40	c #conflict = 1
6.38/6.40	c #restart = 0
6.38/6.40	c BCD2: found a new core of size 2: cost of the new core is >=554751656
6.38/6.40	c lower bound updated to 63796440441
6.38/6.41	c BCD2: 63865784397 <= obj <= 244090728602
6.38/6.41	c BCD2: #cores=115, #unrelaxed=536, #relaxed=141, #hardened=0
6.38/6.41	c BCD2: #sat=1 #unsat=117 bias=117/118
6.38/6.41	c Solving starts ...
6.38/6.41	c ============================[ Search Statistics ]============================
6.38/6.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.38/6.41	c       |         |          |          |    Limit     GC | Var      | Constra 
6.38/6.41	c =============================================================================
6.38/6.41	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.38/6.44	c  0.0s |       0 |      156 |        0 |    35882      0 |     7948 |    16641
6.38/6.44	c #cpu_time = 0.029s
6.38/6.44	c #wall_clock_time = 0.029s
6.38/6.44	c #decision = 156
6.38/6.44	c #random_decision = 0
6.38/6.44	c #conflict = 0
6.38/6.44	c #restart = 0
6.38/6.44	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.38/6.44	c lower bound updated to 64351192097
6.38/6.44	c BCD2: 64420536053 <= obj <= 244090728602
6.38/6.44	c BCD2: #cores=116, #unrelaxed=535, #relaxed=142, #hardened=0
6.38/6.44	c BCD2: #sat=1 #unsat=118 bias=118/119
6.38/6.44	c Solving starts ...
6.38/6.44	c ============================[ Search Statistics ]============================
6.38/6.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.38/6.44	c       |         |          |          |    Limit     GC | Var      | Constra 
6.38/6.44	c =============================================================================
6.38/6.45	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.38/6.48	c  0.0s |       0 |      159 |        0 |    35882      0 |     7948 |    16641
6.38/6.48	c #cpu_time = 0.026s
6.38/6.48	c #wall_clock_time = 0.026s
6.38/6.48	c #decision = 159
6.38/6.48	c #random_decision = 0
6.38/6.48	c #conflict = 0
6.38/6.48	c #restart = 0
6.38/6.48	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.38/6.48	c lower bound updated to 64905943753
6.38/6.48	c BCD2: 64975287709 <= obj <= 244090728602
6.38/6.48	c BCD2: #cores=117, #unrelaxed=534, #relaxed=143, #hardened=0
6.38/6.48	c BCD2: #sat=1 #unsat=119 bias=119/120
6.38/6.48	c Solving starts ...
6.38/6.48	c ============================[ Search Statistics ]============================
6.38/6.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.38/6.48	c       |         |          |          |    Limit     GC | Var      | Constra 
6.38/6.48	c =============================================================================
6.38/6.48	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.48/6.51	c  0.0s |       0 |      160 |        0 |    35882      0 |     7948 |    16641
6.48/6.51	c #cpu_time = 0.029s
6.48/6.51	c #wall_clock_time = 0.029s
6.48/6.51	c #decision = 160
6.48/6.51	c #random_decision = 0
6.48/6.51	c #conflict = 0
6.48/6.51	c #restart = 0
6.48/6.51	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.48/6.51	c lower bound updated to 65460695409
6.48/6.52	c BCD2: 65530039365 <= obj <= 244090728602
6.48/6.52	c BCD2: #cores=118, #unrelaxed=533, #relaxed=144, #hardened=0
6.48/6.52	c BCD2: #sat=1 #unsat=120 bias=120/121
6.48/6.52	c Solving starts ...
6.48/6.52	c ============================[ Search Statistics ]============================
6.48/6.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.48/6.52	c       |         |          |          |    Limit     GC | Var      | Constra 
6.48/6.52	c =============================================================================
6.48/6.52	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.48/6.55	c  0.0s |       0 |      162 |        0 |    35882      0 |     7948 |    16641
6.48/6.55	c #cpu_time = 0.026s
6.48/6.55	c #wall_clock_time = 0.026s
6.48/6.55	c #decision = 162
6.48/6.55	c #random_decision = 0
6.48/6.55	c #conflict = 0
6.48/6.55	c #restart = 0
6.48/6.55	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.48/6.55	c lower bound updated to 66015447065
6.48/6.56	c BCD2: 66084791021 <= obj <= 244090728602
6.48/6.56	c BCD2: #cores=119, #unrelaxed=532, #relaxed=145, #hardened=0
6.48/6.56	c BCD2: #sat=1 #unsat=121 bias=121/122
6.48/6.56	c Solving starts ...
6.48/6.56	c ============================[ Search Statistics ]============================
6.48/6.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.48/6.56	c       |         |          |          |    Limit     GC | Var      | Constra 
6.48/6.56	c =============================================================================
6.48/6.56	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.48/6.59	c  0.0s |       0 |      163 |        0 |    35882      0 |     7948 |    16641
6.48/6.59	c #cpu_time = 0.029s
6.48/6.59	c #wall_clock_time = 0.029s
6.48/6.59	c #decision = 163
6.48/6.59	c #random_decision = 0
6.48/6.59	c #conflict = 0
6.48/6.59	c #restart = 0
6.48/6.59	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.48/6.59	c lower bound updated to 66570198721
6.48/6.60	c BCD2: 66639542677 <= obj <= 244090728602
6.48/6.60	c BCD2: #cores=120, #unrelaxed=531, #relaxed=146, #hardened=0
6.48/6.60	c BCD2: #sat=1 #unsat=122 bias=122/123
6.48/6.60	c Solving starts ...
6.48/6.60	c ============================[ Search Statistics ]============================
6.48/6.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.48/6.60	c       |         |          |          |    Limit     GC | Var      | Constra 
6.48/6.60	c =============================================================================
6.48/6.60	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.59/6.63	c  0.0s |       0 |      164 |        0 |    35882      0 |     7948 |    16641
6.59/6.63	c #cpu_time = 0.026s
6.59/6.63	c #wall_clock_time = 0.026s
6.59/6.63	c #decision = 164
6.59/6.63	c #random_decision = 0
6.59/6.63	c #conflict = 0
6.59/6.63	c #restart = 0
6.59/6.63	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.59/6.63	c lower bound updated to 67124950377
6.59/6.63	c BCD2: 67194294333 <= obj <= 244090728602
6.59/6.63	c BCD2: #cores=121, #unrelaxed=530, #relaxed=147, #hardened=0
6.59/6.63	c BCD2: #sat=1 #unsat=123 bias=123/124
6.59/6.63	c Solving starts ...
6.59/6.63	c ============================[ Search Statistics ]============================
6.59/6.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.63	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.63	c =============================================================================
6.59/6.64	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.59/6.67	c  0.0s |       0 |      166 |        0 |    35882      0 |     7948 |    16641
6.59/6.67	c #cpu_time = 0.029s
6.59/6.67	c #wall_clock_time = 0.030s
6.59/6.67	c #decision = 166
6.59/6.67	c #random_decision = 0
6.59/6.67	c #conflict = 0
6.59/6.67	c #restart = 0
6.59/6.67	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.59/6.67	c lower bound updated to 67679702033
6.59/6.67	c BCD2: 67749045989 <= obj <= 244090728602
6.59/6.67	c BCD2: #cores=122, #unrelaxed=529, #relaxed=148, #hardened=0
6.59/6.67	c BCD2: #sat=1 #unsat=124 bias=124/125
6.59/6.67	c Solving starts ...
6.59/6.67	c ============================[ Search Statistics ]============================
6.59/6.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.67	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.67	c =============================================================================
6.59/6.68	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.69/6.70	c  0.0s |       0 |      168 |        0 |    35882      0 |     7948 |    16641
6.69/6.70	c #cpu_time = 0.026s
6.69/6.70	c #wall_clock_time = 0.026s
6.69/6.70	c #decision = 168
6.69/6.70	c #random_decision = 0
6.69/6.70	c #conflict = 0
6.69/6.70	c #restart = 0
6.69/6.70	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.69/6.70	c lower bound updated to 68234453689
6.69/6.71	c BCD2: 68303797645 <= obj <= 244090728602
6.69/6.71	c BCD2: #cores=123, #unrelaxed=528, #relaxed=149, #hardened=0
6.69/6.71	c BCD2: #sat=1 #unsat=125 bias=125/126
6.69/6.71	c Solving starts ...
6.69/6.71	c ============================[ Search Statistics ]============================
6.69/6.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.69/6.71	c       |         |          |          |    Limit     GC | Var      | Constra 
6.69/6.71	c =============================================================================
6.69/6.71	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.69/6.74	c  0.0s |       0 |      170 |        0 |    35882      0 |     7948 |    16641
6.69/6.74	c #cpu_time = 0.030s
6.69/6.74	c #wall_clock_time = 0.030s
6.69/6.74	c #decision = 170
6.69/6.74	c #random_decision = 0
6.69/6.74	c #conflict = 0
6.69/6.74	c #restart = 0
6.69/6.74	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.69/6.74	c lower bound updated to 68789205345
6.69/6.75	c BCD2: 68858549301 <= obj <= 244090728602
6.69/6.75	c BCD2: #cores=124, #unrelaxed=527, #relaxed=150, #hardened=0
6.69/6.75	c BCD2: #sat=1 #unsat=126 bias=126/127
6.69/6.75	c Solving starts ...
6.69/6.75	c ============================[ Search Statistics ]============================
6.69/6.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.69/6.75	c       |         |          |          |    Limit     GC | Var      | Constra 
6.69/6.75	c =============================================================================
6.69/6.75	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.69/6.78	c  0.0s |       0 |      171 |        0 |    35882      0 |     7948 |    16641
6.69/6.78	c #cpu_time = 0.026s
6.69/6.78	c #wall_clock_time = 0.026s
6.69/6.78	c #decision = 171
6.69/6.78	c #random_decision = 0
6.69/6.78	c #conflict = 0
6.69/6.78	c #restart = 0
6.69/6.78	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.69/6.78	c lower bound updated to 69343957001
6.69/6.79	c BCD2: 69413300957 <= obj <= 244090728602
6.69/6.79	c BCD2: #cores=125, #unrelaxed=526, #relaxed=151, #hardened=0
6.69/6.79	c BCD2: #sat=1 #unsat=127 bias=127/128
6.69/6.79	c Solving starts ...
6.69/6.79	c ============================[ Search Statistics ]============================
6.69/6.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.69/6.79	c       |         |          |          |    Limit     GC | Var      | Constra 
6.69/6.79	c =============================================================================
6.69/6.79	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.78/6.82	c  0.0s |       0 |      172 |        0 |    35882      0 |     7948 |    16641
6.78/6.82	c #cpu_time = 0.030s
6.78/6.82	c #wall_clock_time = 0.030s
6.78/6.82	c #decision = 172
6.78/6.82	c #random_decision = 0
6.78/6.82	c #conflict = 0
6.78/6.82	c #restart = 0
6.78/6.82	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.78/6.82	c lower bound updated to 69898708657
6.78/6.83	c BCD2: 69968052613 <= obj <= 244090728602
6.78/6.83	c BCD2: #cores=126, #unrelaxed=525, #relaxed=152, #hardened=0
6.78/6.83	c BCD2: #sat=1 #unsat=128 bias=128/129
6.78/6.83	c Solving starts ...
6.78/6.83	c ============================[ Search Statistics ]============================
6.78/6.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.78/6.83	c       |         |          |          |    Limit     GC | Var      | Constra 
6.78/6.83	c =============================================================================
6.78/6.83	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.78/6.86	c  0.0s |       0 |      173 |        0 |    35882      0 |     7948 |    16641
6.78/6.86	c #cpu_time = 0.026s
6.78/6.86	c #wall_clock_time = 0.026s
6.78/6.86	c #decision = 173
6.78/6.86	c #random_decision = 0
6.78/6.86	c #conflict = 0
6.78/6.86	c #restart = 0
6.78/6.86	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.78/6.86	c lower bound updated to 70453460313
6.78/6.86	c BCD2: 70522804269 <= obj <= 244090728602
6.78/6.86	c BCD2: #cores=127, #unrelaxed=524, #relaxed=153, #hardened=0
6.78/6.86	c BCD2: #sat=1 #unsat=129 bias=129/130
6.78/6.87	c Solving starts ...
6.78/6.87	c ============================[ Search Statistics ]============================
6.78/6.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.78/6.87	c       |         |          |          |    Limit     GC | Var      | Constra 
6.78/6.87	c =============================================================================
6.78/6.87	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.78/6.90	c  0.0s |       0 |      174 |        0 |    35882      0 |     7948 |    16641
6.78/6.90	c #cpu_time = 0.030s
6.78/6.90	c #wall_clock_time = 0.030s
6.78/6.90	c #decision = 174
6.78/6.90	c #random_decision = 0
6.78/6.90	c #conflict = 0
6.78/6.90	c #restart = 0
6.78/6.90	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.78/6.90	c lower bound updated to 71008211969
6.89/6.90	c BCD2: 71077555925 <= obj <= 244090728602
6.89/6.90	c BCD2: #cores=128, #unrelaxed=523, #relaxed=154, #hardened=0
6.89/6.90	c BCD2: #sat=1 #unsat=130 bias=130/131
6.89/6.90	c Solving starts ...
6.89/6.90	c ============================[ Search Statistics ]============================
6.89/6.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.90	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.90	c =============================================================================
6.89/6.91	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.89/6.93	c  0.0s |       0 |      175 |        0 |    35882      0 |     7948 |    16641
6.89/6.93	c #cpu_time = 0.026s
6.89/6.93	c #wall_clock_time = 0.026s
6.89/6.93	c #decision = 175
6.89/6.93	c #random_decision = 0
6.89/6.93	c #conflict = 0
6.89/6.93	c #restart = 0
6.89/6.93	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.89/6.93	c lower bound updated to 71562963625
6.89/6.94	c BCD2: 71632307581 <= obj <= 244090728602
6.89/6.94	c BCD2: #cores=129, #unrelaxed=522, #relaxed=155, #hardened=0
6.89/6.94	c BCD2: #sat=1 #unsat=131 bias=131/132
6.89/6.94	c Solving starts ...
6.89/6.94	c ============================[ Search Statistics ]============================
6.89/6.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.94	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.94	c =============================================================================
6.89/6.94	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.89/6.97	c  0.0s |       0 |      178 |        0 |    35882      0 |     7948 |    16641
6.89/6.97	c #cpu_time = 0.030s
6.89/6.97	c #wall_clock_time = 0.030s
6.89/6.97	c #decision = 178
6.89/6.97	c #random_decision = 0
6.89/6.97	c #conflict = 0
6.89/6.97	c #restart = 0
6.89/6.97	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.89/6.97	c lower bound updated to 72117715281
6.89/6.98	c BCD2: 72187059237 <= obj <= 244090728602
6.89/6.98	c BCD2: #cores=130, #unrelaxed=521, #relaxed=156, #hardened=0
6.89/6.98	c BCD2: #sat=1 #unsat=132 bias=132/133
6.89/6.98	c Solving starts ...
6.89/6.98	c ============================[ Search Statistics ]============================
6.89/6.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.98	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.98	c =============================================================================
6.89/6.98	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.99/7.01	c  0.0s |       0 |      181 |        0 |    35882      0 |     7948 |    16641
6.99/7.01	c #cpu_time = 0.027s
6.99/7.01	c #wall_clock_time = 0.027s
6.99/7.01	c #decision = 181
6.99/7.01	c #random_decision = 0
6.99/7.01	c #conflict = 0
6.99/7.01	c #restart = 0
6.99/7.01	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.99/7.01	c lower bound updated to 72672466937
6.99/7.02	c BCD2: 72741810893 <= obj <= 244090728602
6.99/7.02	c BCD2: #cores=131, #unrelaxed=520, #relaxed=157, #hardened=0
6.99/7.02	c BCD2: #sat=1 #unsat=133 bias=133/134
6.99/7.02	c Solving starts ...
6.99/7.02	c ============================[ Search Statistics ]============================
6.99/7.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.02	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.02	c =============================================================================
6.99/7.02	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.99/7.05	c  0.0s |       0 |      183 |        0 |    35882      0 |     7948 |    16641
6.99/7.05	c #cpu_time = 0.030s
6.99/7.05	c #wall_clock_time = 0.030s
6.99/7.05	c #decision = 183
6.99/7.05	c #random_decision = 0
6.99/7.05	c #conflict = 0
6.99/7.05	c #restart = 0
6.99/7.05	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.99/7.05	c lower bound updated to 73227218593
6.99/7.06	c BCD2: 73296562549 <= obj <= 244090728602
6.99/7.06	c BCD2: #cores=132, #unrelaxed=519, #relaxed=158, #hardened=0
6.99/7.06	c BCD2: #sat=1 #unsat=134 bias=134/135
6.99/7.06	c Solving starts ...
6.99/7.06	c ============================[ Search Statistics ]============================
6.99/7.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.06	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.06	c =============================================================================
6.99/7.06	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
6.99/7.09	c  0.0s |       0 |      184 |        0 |    35882      0 |     7948 |    16641
6.99/7.09	c #cpu_time = 0.027s
6.99/7.09	c #wall_clock_time = 0.027s
6.99/7.09	c #decision = 184
6.99/7.09	c #random_decision = 0
6.99/7.09	c #conflict = 0
6.99/7.09	c #restart = 0
6.99/7.09	c BCD2: found a new core of size 1: cost of the new core is >=554751656
6.99/7.09	c lower bound updated to 73781970249
7.09/7.10	c BCD2: 73851314205 <= obj <= 244090728602
7.09/7.10	c BCD2: #cores=133, #unrelaxed=518, #relaxed=159, #hardened=0
7.09/7.10	c BCD2: #sat=1 #unsat=135 bias=135/136
7.09/7.10	c Solving starts ...
7.09/7.10	c ============================[ Search Statistics ]============================
7.09/7.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.10	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.10	c =============================================================================
7.09/7.10	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.09/7.13	c  0.0s |       0 |      194 |        1 |    35882      0 |     7948 |    16641
7.09/7.13	c #cpu_time = 0.030s
7.09/7.13	c #wall_clock_time = 0.030s
7.09/7.13	c #decision = 194
7.09/7.13	c #random_decision = 0
7.09/7.13	c #conflict = 1
7.09/7.13	c #restart = 0
7.09/7.13	c BCD2: found a new core of size 2: cost of the new core is >=554751656
7.09/7.13	c lower bound updated to 74336721905
7.09/7.13	c BCD2: 74406065861 <= obj <= 244090728602
7.09/7.13	c BCD2: #cores=134, #unrelaxed=516, #relaxed=161, #hardened=0
7.09/7.13	c BCD2: #sat=1 #unsat=136 bias=136/137
7.09/7.14	c Solving starts ...
7.09/7.14	c ============================[ Search Statistics ]============================
7.09/7.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.14	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.14	c =============================================================================
7.09/7.14	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.09/7.17	c  0.0s |       0 |      185 |        0 |    35882      0 |     7948 |    16641
7.09/7.17	c #cpu_time = 0.027s
7.09/7.17	c #wall_clock_time = 0.027s
7.09/7.17	c #decision = 185
7.09/7.17	c #random_decision = 0
7.09/7.17	c #conflict = 0
7.09/7.17	c #restart = 0
7.09/7.17	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.09/7.17	c lower bound updated to 74891473561
7.09/7.18	c BCD2: 74960817517 <= obj <= 244090728602
7.09/7.18	c BCD2: #cores=135, #unrelaxed=515, #relaxed=162, #hardened=0
7.09/7.18	c BCD2: #sat=1 #unsat=137 bias=137/138
7.09/7.18	c Solving starts ...
7.09/7.18	c ============================[ Search Statistics ]============================
7.09/7.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.18	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.18	c =============================================================================
7.09/7.18	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.19/7.21	c  0.0s |       0 |      186 |        0 |    35882      0 |     7948 |    16641
7.19/7.21	c #cpu_time = 0.030s
7.19/7.21	c #wall_clock_time = 0.030s
7.19/7.21	c #decision = 186
7.19/7.21	c #random_decision = 0
7.19/7.21	c #conflict = 0
7.19/7.21	c #restart = 0
7.19/7.21	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.19/7.21	c lower bound updated to 75446225217
7.19/7.21	c BCD2: 75515569173 <= obj <= 244090728602
7.19/7.21	c BCD2: #cores=136, #unrelaxed=514, #relaxed=163, #hardened=0
7.19/7.21	c BCD2: #sat=1 #unsat=138 bias=138/139
7.19/7.21	c Solving starts ...
7.19/7.21	c ============================[ Search Statistics ]============================
7.19/7.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.21	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.21	c =============================================================================
7.19/7.22	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.19/7.25	c  0.0s |       0 |      187 |        0 |    35882      0 |     7948 |    16641
7.19/7.25	c #cpu_time = 0.027s
7.19/7.25	c #wall_clock_time = 0.027s
7.19/7.25	c #decision = 187
7.19/7.25	c #random_decision = 0
7.19/7.25	c #conflict = 0
7.19/7.25	c #restart = 0
7.19/7.25	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.19/7.25	c lower bound updated to 76000976873
7.19/7.25	c BCD2: 76070320829 <= obj <= 244090728602
7.19/7.25	c BCD2: #cores=137, #unrelaxed=513, #relaxed=164, #hardened=0
7.19/7.25	c BCD2: #sat=1 #unsat=139 bias=139/140
7.19/7.25	c Solving starts ...
7.19/7.25	c ============================[ Search Statistics ]============================
7.19/7.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.25	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.25	c =============================================================================
7.19/7.25	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.19/7.28	c  0.0s |       0 |      188 |        0 |    35882      0 |     7948 |    16641
7.19/7.28	c #cpu_time = 0.030s
7.19/7.28	c #wall_clock_time = 0.030s
7.19/7.28	c #decision = 188
7.19/7.28	c #random_decision = 0
7.19/7.28	c #conflict = 0
7.19/7.28	c #restart = 0
7.19/7.28	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.19/7.28	c lower bound updated to 76555728529
7.19/7.29	c BCD2: 76625072485 <= obj <= 244090728602
7.19/7.29	c BCD2: #cores=138, #unrelaxed=512, #relaxed=165, #hardened=0
7.19/7.29	c BCD2: #sat=1 #unsat=140 bias=140/141
7.19/7.29	c Solving starts ...
7.19/7.29	c ============================[ Search Statistics ]============================
7.19/7.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.29	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.29	c =============================================================================
7.29/7.30	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.29/7.32	c  0.0s |       0 |      189 |        0 |    35882      0 |     7948 |    16641
7.29/7.32	c #cpu_time = 0.027s
7.29/7.32	c #wall_clock_time = 0.027s
7.29/7.32	c #decision = 189
7.29/7.32	c #random_decision = 0
7.29/7.32	c #conflict = 0
7.29/7.32	c #restart = 0
7.29/7.32	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.29/7.32	c lower bound updated to 77110480185
7.29/7.33	c BCD2: 77179824141 <= obj <= 244090728602
7.29/7.33	c BCD2: #cores=139, #unrelaxed=511, #relaxed=166, #hardened=0
7.29/7.33	c BCD2: #sat=1 #unsat=141 bias=141/142
7.29/7.33	c Solving starts ...
7.29/7.33	c ============================[ Search Statistics ]============================
7.29/7.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.33	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.33	c =============================================================================
7.29/7.33	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.29/7.36	c  0.0s |       0 |      191 |        0 |    35882      0 |     7948 |    16641
7.29/7.36	c #cpu_time = 0.030s
7.29/7.36	c #wall_clock_time = 0.030s
7.29/7.36	c #decision = 191
7.29/7.36	c #random_decision = 0
7.29/7.36	c #conflict = 0
7.29/7.36	c #restart = 0
7.29/7.36	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.29/7.36	c lower bound updated to 77665231841
7.29/7.37	c BCD2: 77734575797 <= obj <= 244090728602
7.29/7.37	c BCD2: #cores=140, #unrelaxed=510, #relaxed=167, #hardened=0
7.29/7.37	c BCD2: #sat=1 #unsat=142 bias=142/143
7.29/7.37	c Solving starts ...
7.29/7.37	c ============================[ Search Statistics ]============================
7.29/7.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.37	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.37	c =============================================================================
7.29/7.37	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.39/7.40	c  0.0s |       0 |      193 |        0 |    35882      0 |     7948 |    16641
7.39/7.40	c #cpu_time = 0.027s
7.39/7.40	c #wall_clock_time = 0.027s
7.39/7.40	c #decision = 193
7.39/7.40	c #random_decision = 0
7.39/7.40	c #conflict = 0
7.39/7.40	c #restart = 0
7.39/7.40	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.39/7.40	c lower bound updated to 78219983497
7.39/7.41	c BCD2: 78289327453 <= obj <= 244090728602
7.39/7.41	c BCD2: #cores=141, #unrelaxed=509, #relaxed=168, #hardened=0
7.39/7.41	c BCD2: #sat=1 #unsat=143 bias=143/144
7.39/7.41	c Solving starts ...
7.39/7.41	c ============================[ Search Statistics ]============================
7.39/7.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.41	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.41	c =============================================================================
7.39/7.41	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.39/7.44	c  0.0s |       0 |      195 |        0 |    35882      0 |     7948 |    16641
7.39/7.44	c #cpu_time = 0.030s
7.39/7.44	c #wall_clock_time = 0.030s
7.39/7.44	c #decision = 195
7.39/7.44	c #random_decision = 0
7.39/7.44	c #conflict = 0
7.39/7.44	c #restart = 0
7.39/7.44	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.39/7.44	c lower bound updated to 78774735153
7.39/7.45	c BCD2: 78844079109 <= obj <= 244090728602
7.39/7.45	c BCD2: #cores=142, #unrelaxed=508, #relaxed=169, #hardened=0
7.39/7.45	c BCD2: #sat=1 #unsat=144 bias=144/145
7.39/7.45	c Solving starts ...
7.39/7.45	c ============================[ Search Statistics ]============================
7.39/7.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.45	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.45	c =============================================================================
7.39/7.45	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.39/7.48	c  0.0s |       0 |      196 |        0 |    35882      0 |     7948 |    16641
7.39/7.48	c #cpu_time = 0.027s
7.39/7.48	c #wall_clock_time = 0.027s
7.39/7.48	c #decision = 196
7.39/7.48	c #random_decision = 0
7.39/7.48	c #conflict = 0
7.39/7.48	c #restart = 0
7.39/7.48	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.39/7.48	c lower bound updated to 79329486809
7.39/7.49	c BCD2: 79398830765 <= obj <= 244090728602
7.39/7.49	c BCD2: #cores=143, #unrelaxed=507, #relaxed=170, #hardened=0
7.39/7.49	c BCD2: #sat=1 #unsat=145 bias=145/146
7.39/7.49	c Solving starts ...
7.39/7.49	c ============================[ Search Statistics ]============================
7.39/7.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.49	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.49	c =============================================================================
7.39/7.49	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.49/7.52	c  0.0s |       0 |      197 |        0 |    35882      0 |     7948 |    16641
7.49/7.52	c #cpu_time = 0.030s
7.49/7.52	c #wall_clock_time = 0.030s
7.49/7.52	c #decision = 197
7.49/7.52	c #random_decision = 0
7.49/7.52	c #conflict = 0
7.49/7.52	c #restart = 0
7.49/7.52	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.49/7.52	c lower bound updated to 79884238465
7.49/7.53	c BCD2: 79953582421 <= obj <= 244090728602
7.49/7.53	c BCD2: #cores=144, #unrelaxed=506, #relaxed=171, #hardened=0
7.49/7.53	c BCD2: #sat=1 #unsat=146 bias=146/147
7.49/7.53	c Solving starts ...
7.49/7.53	c ============================[ Search Statistics ]============================
7.49/7.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.53	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.53	c =============================================================================
7.49/7.53	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.49/7.56	c  0.0s |       0 |      198 |        0 |    35882      0 |     7948 |    16641
7.49/7.56	c #cpu_time = 0.027s
7.49/7.56	c #wall_clock_time = 0.027s
7.49/7.56	c #decision = 198
7.49/7.56	c #random_decision = 0
7.49/7.56	c #conflict = 0
7.49/7.56	c #restart = 0
7.49/7.56	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.49/7.56	c lower bound updated to 80438990121
7.49/7.57	c BCD2: 80508334077 <= obj <= 244090728602
7.49/7.57	c BCD2: #cores=145, #unrelaxed=505, #relaxed=172, #hardened=0
7.49/7.57	c BCD2: #sat=1 #unsat=147 bias=147/148
7.49/7.57	c Solving starts ...
7.49/7.57	c ============================[ Search Statistics ]============================
7.49/7.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.57	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.57	c =============================================================================
7.49/7.57	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.59/7.60	c  0.0s |       0 |      199 |        0 |    35882      0 |     7948 |    16641
7.59/7.60	c #cpu_time = 0.030s
7.59/7.60	c #wall_clock_time = 0.030s
7.59/7.60	c #decision = 199
7.59/7.60	c #random_decision = 0
7.59/7.60	c #conflict = 0
7.59/7.60	c #restart = 0
7.59/7.60	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.59/7.60	c lower bound updated to 80993741777
7.59/7.60	c BCD2: 81063085733 <= obj <= 244090728602
7.59/7.60	c BCD2: #cores=146, #unrelaxed=504, #relaxed=173, #hardened=0
7.59/7.60	c BCD2: #sat=1 #unsat=148 bias=148/149
7.59/7.60	c Solving starts ...
7.59/7.60	c ============================[ Search Statistics ]============================
7.59/7.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.60	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.60	c =============================================================================
7.59/7.61	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.59/7.64	c  0.0s |       0 |      201 |        0 |    35882      0 |     7948 |    16641
7.59/7.64	c #cpu_time = 0.027s
7.59/7.64	c #wall_clock_time = 0.027s
7.59/7.64	c #decision = 201
7.59/7.64	c #random_decision = 0
7.59/7.64	c #conflict = 0
7.59/7.64	c #restart = 0
7.59/7.64	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.59/7.64	c lower bound updated to 81548493433
7.59/7.64	c BCD2: 81617837389 <= obj <= 244090728602
7.59/7.64	c BCD2: #cores=147, #unrelaxed=503, #relaxed=174, #hardened=0
7.59/7.64	c BCD2: #sat=1 #unsat=149 bias=149/150
7.59/7.64	c Solving starts ...
7.59/7.64	c ============================[ Search Statistics ]============================
7.59/7.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.64	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.64	c =============================================================================
7.59/7.65	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.59/7.68	c  0.0s |       0 |      202 |        0 |    35882      0 |     7948 |    16641
7.59/7.68	c #cpu_time = 0.030s
7.59/7.68	c #wall_clock_time = 0.030s
7.59/7.68	c #decision = 202
7.59/7.68	c #random_decision = 0
7.59/7.68	c #conflict = 0
7.59/7.68	c #restart = 0
7.59/7.68	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.59/7.68	c lower bound updated to 82103245089
7.59/7.68	c BCD2: 82172589045 <= obj <= 244090728602
7.59/7.68	c BCD2: #cores=148, #unrelaxed=502, #relaxed=175, #hardened=0
7.59/7.68	c BCD2: #sat=1 #unsat=150 bias=150/151
7.59/7.68	c Solving starts ...
7.59/7.68	c ============================[ Search Statistics ]============================
7.59/7.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.68	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.68	c =============================================================================
7.59/7.69	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.70/7.72	c  0.0s |       0 |      205 |        1 |    35882      0 |     7948 |    16641
7.70/7.72	c #cpu_time = 0.027s
7.70/7.72	c #wall_clock_time = 0.027s
7.70/7.72	c #decision = 205
7.70/7.72	c #random_decision = 0
7.70/7.72	c #conflict = 1
7.70/7.72	c #restart = 0
7.70/7.72	c BCD2: found a new core of size 2: cost of the new core is >=554751656
7.70/7.72	c lower bound updated to 82657996745
7.70/7.72	c BCD2: 82727340701 <= obj <= 244090728602
7.70/7.72	c BCD2: #cores=149, #unrelaxed=500, #relaxed=177, #hardened=0
7.70/7.72	c BCD2: #sat=1 #unsat=151 bias=151/152
7.70/7.72	c Solving starts ...
7.70/7.72	c ============================[ Search Statistics ]============================
7.70/7.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.72	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.72	c =============================================================================
7.70/7.72	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.70/7.75	c  0.0s |       0 |      204 |        0 |    35882      0 |     7948 |    16641
7.70/7.75	c #cpu_time = 0.030s
7.70/7.75	c #wall_clock_time = 0.030s
7.70/7.75	c #decision = 204
7.70/7.75	c #random_decision = 0
7.70/7.75	c #conflict = 0
7.70/7.75	c #restart = 0
7.70/7.75	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.70/7.75	c lower bound updated to 83212748401
7.70/7.76	c BCD2: 83282092357 <= obj <= 244090728602
7.70/7.76	c BCD2: #cores=150, #unrelaxed=499, #relaxed=178, #hardened=0
7.70/7.76	c BCD2: #sat=1 #unsat=152 bias=152/153
7.70/7.76	c Solving starts ...
7.70/7.76	c ============================[ Search Statistics ]============================
7.70/7.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.76	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.76	c =============================================================================
7.70/7.77	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.70/7.79	c  0.0s |       0 |      206 |        0 |    35882      0 |     7948 |    16641
7.70/7.79	c #cpu_time = 0.027s
7.70/7.79	c #wall_clock_time = 0.027s
7.70/7.79	c #decision = 206
7.70/7.79	c #random_decision = 0
7.70/7.79	c #conflict = 0
7.70/7.79	c #restart = 0
7.70/7.79	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.70/7.79	c lower bound updated to 83767500057
7.70/7.80	c BCD2: 83836844013 <= obj <= 244090728602
7.70/7.80	c BCD2: #cores=151, #unrelaxed=498, #relaxed=179, #hardened=0
7.70/7.80	c BCD2: #sat=1 #unsat=153 bias=153/154
7.70/7.80	c Solving starts ...
7.70/7.80	c ============================[ Search Statistics ]============================
7.70/7.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.80	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.80	c =============================================================================
7.70/7.80	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.79/7.83	c  0.0s |       0 |      207 |        0 |    35882      0 |     7948 |    16641
7.79/7.83	c #cpu_time = 0.030s
7.79/7.83	c #wall_clock_time = 0.030s
7.79/7.83	c #decision = 207
7.79/7.83	c #random_decision = 0
7.79/7.83	c #conflict = 0
7.79/7.83	c #restart = 0
7.79/7.83	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.79/7.83	c lower bound updated to 84322251713
7.79/7.84	c BCD2: 84391595669 <= obj <= 244090728602
7.79/7.84	c BCD2: #cores=152, #unrelaxed=497, #relaxed=180, #hardened=0
7.79/7.84	c BCD2: #sat=1 #unsat=154 bias=154/155
7.79/7.84	c Solving starts ...
7.79/7.84	c ============================[ Search Statistics ]============================
7.79/7.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.84	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.84	c =============================================================================
7.79/7.85	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.79/7.87	c  0.0s |       0 |      208 |        0 |    35882      0 |     7948 |    16641
7.79/7.87	c #cpu_time = 0.027s
7.79/7.87	c #wall_clock_time = 0.027s
7.79/7.87	c #decision = 208
7.79/7.87	c #random_decision = 0
7.79/7.87	c #conflict = 0
7.79/7.87	c #restart = 0
7.79/7.87	c BCD2: found a new core of size 3: cost of the new core is >=554751656
7.79/7.87	c lower bound updated to 84877003369
7.79/7.88	c BCD2: 84946347325 <= obj <= 244090728602
7.79/7.88	c BCD2: #cores=153, #unrelaxed=494, #relaxed=183, #hardened=0
7.79/7.88	c BCD2: #sat=1 #unsat=155 bias=155/156
7.79/7.88	c Solving starts ...
7.79/7.88	c ============================[ Search Statistics ]============================
7.79/7.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.88	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.88	c =============================================================================
7.79/7.88	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.89/7.91	c  0.0s |       0 |      207 |        0 |    35882      0 |     7948 |    16641
7.89/7.91	c #cpu_time = 0.030s
7.89/7.91	c #wall_clock_time = 0.030s
7.89/7.91	c #decision = 207
7.89/7.91	c #random_decision = 0
7.89/7.91	c #conflict = 0
7.89/7.91	c #restart = 0
7.89/7.91	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.89/7.91	c lower bound updated to 85431755025
7.89/7.92	c BCD2: 85501098981 <= obj <= 244090728602
7.89/7.92	c BCD2: #cores=154, #unrelaxed=493, #relaxed=184, #hardened=0
7.89/7.92	c BCD2: #sat=1 #unsat=156 bias=156/157
7.89/7.92	c Solving starts ...
7.89/7.92	c ============================[ Search Statistics ]============================
7.89/7.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.92	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.92	c =============================================================================
7.89/7.92	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.89/7.95	c  0.0s |       0 |      209 |        0 |    35882      0 |     7948 |    16641
7.89/7.95	c #cpu_time = 0.027s
7.89/7.95	c #wall_clock_time = 0.027s
7.89/7.95	c #decision = 209
7.89/7.95	c #random_decision = 0
7.89/7.95	c #conflict = 0
7.89/7.95	c #restart = 0
7.89/7.95	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.89/7.95	c lower bound updated to 85986506681
7.89/7.96	c BCD2: 86055850637 <= obj <= 244090728602
7.89/7.96	c BCD2: #cores=155, #unrelaxed=492, #relaxed=185, #hardened=0
7.89/7.96	c BCD2: #sat=1 #unsat=157 bias=157/158
7.89/7.96	c Solving starts ...
7.89/7.96	c ============================[ Search Statistics ]============================
7.89/7.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.96	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.96	c =============================================================================
7.89/7.96	c  0.0s |       0 |        0 |        0 |    35882      0 |     7948 |    16641
7.89/7.99	c  0.0s |       0 |      210 |        0 |    35882      0 |     7948 |    16641
7.89/7.99	c #cpu_time = 0.030s
7.89/7.99	c #wall_clock_time = 0.030s
7.89/7.99	c #decision = 210
7.89/7.99	c #random_decision = 0
7.89/7.99	c #conflict = 0
7.89/7.99	c #restart = 0
7.89/7.99	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=1109503312
7.89/7.99	c BCD2: refineLB: 1105992226 -> 1109503312
7.89/7.99	c lower bound updated to 86541258337
7.99/8.00	c BCD2: 86610602293 <= obj <= 244090728602
7.99/8.00	c BCD2: #cores=155, #unrelaxed=489, #relaxed=188, #hardened=0
7.99/8.00	c BCD2: #sat=1 #unsat=158 bias=158/159
7.99/8.00	c Solving starts ...
7.99/8.00	c ============================[ Search Statistics ]============================
7.99/8.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.00	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.00	c =============================================================================
7.99/8.00	c  0.0s |       0 |        0 |        0 |    35882      0 |     8002 |    16641
7.99/8.03	c  0.0s |       0 |      212 |        0 |    35882      0 |     8002 |    16748
7.99/8.03	c #cpu_time = 0.027s
7.99/8.03	c #wall_clock_time = 0.027s
7.99/8.03	c #decision = 212
7.99/8.03	c #random_decision = 0
7.99/8.03	c #conflict = 0
7.99/8.03	c #restart = 0
7.99/8.03	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.99/8.03	c lower bound updated to 87096009993
7.99/8.04	c BCD2: 87165353949 <= obj <= 244090728602
7.99/8.04	c BCD2: #cores=156, #unrelaxed=488, #relaxed=189, #hardened=0
7.99/8.04	c BCD2: #sat=1 #unsat=159 bias=159/160
7.99/8.04	c Solving starts ...
7.99/8.04	c ============================[ Search Statistics ]============================
7.99/8.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.04	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.04	c =============================================================================
7.99/8.04	c  0.0s |       0 |        0 |        0 |    35882      0 |     8002 |    16748
7.99/8.07	c  0.0s |       0 |      213 |        0 |    35882      0 |     8002 |    16748
7.99/8.07	c #cpu_time = 0.030s
7.99/8.07	c #wall_clock_time = 0.030s
7.99/8.07	c #decision = 213
7.99/8.07	c #random_decision = 0
7.99/8.07	c #conflict = 0
7.99/8.07	c #restart = 0
7.99/8.07	c BCD2: found a new core of size 1: cost of the new core is >=554751656
7.99/8.07	c lower bound updated to 87650761649
7.99/8.08	c BCD2: 87720105605 <= obj <= 244090728602
7.99/8.08	c BCD2: #cores=157, #unrelaxed=487, #relaxed=190, #hardened=0
7.99/8.08	c BCD2: #sat=1 #unsat=160 bias=160/161
7.99/8.08	c Solving starts ...
7.99/8.08	c ============================[ Search Statistics ]============================
7.99/8.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.08	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.08	c =============================================================================
7.99/8.08	c  0.0s |       0 |        0 |        0 |    35882      0 |     8002 |    16748
8.09/8.11	c  0.0s |       0 |      214 |        0 |    35882      0 |     8002 |    16748
8.09/8.11	c #cpu_time = 0.027s
8.09/8.11	c #wall_clock_time = 0.027s
8.09/8.11	c #decision = 214
8.09/8.11	c #random_decision = 0
8.09/8.11	c #conflict = 0
8.09/8.11	c #restart = 0
8.09/8.11	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.09/8.11	c lower bound updated to 88205513305
8.09/8.12	c BCD2: 88274857261 <= obj <= 244090728602
8.09/8.12	c BCD2: #cores=158, #unrelaxed=486, #relaxed=191, #hardened=0
8.09/8.12	c BCD2: #sat=1 #unsat=161 bias=161/162
8.09/8.12	c Solving starts ...
8.09/8.12	c ============================[ Search Statistics ]============================
8.09/8.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.12	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.12	c =============================================================================
8.09/8.12	c  0.0s |       0 |        0 |        0 |    35882      0 |     8002 |    16748
8.09/8.15	c  0.0s |       0 |      215 |        0 |    35882      0 |     8002 |    16748
8.09/8.15	c #cpu_time = 0.030s
8.09/8.15	c #wall_clock_time = 0.030s
8.09/8.15	c #decision = 215
8.09/8.15	c #random_decision = 0
8.09/8.15	c #conflict = 0
8.09/8.15	c #restart = 0
8.09/8.15	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.09/8.15	c lower bound updated to 88760264961
8.09/8.15	c BCD2: 88829608917 <= obj <= 244090728602
8.09/8.15	c BCD2: #cores=159, #unrelaxed=485, #relaxed=192, #hardened=0
8.09/8.15	c BCD2: #sat=1 #unsat=162 bias=162/163
8.09/8.15	c Solving starts ...
8.09/8.15	c ============================[ Search Statistics ]============================
8.09/8.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.15	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.15	c =============================================================================
8.09/8.16	c  0.0s |       0 |        0 |        0 |    35882      0 |     8002 |    16748
8.09/8.19	c  0.0s |       0 |      344 |        2 |    35882      0 |     8002 |    16748
8.09/8.19	c #cpu_time = 0.031s
8.09/8.19	c #wall_clock_time = 0.031s
8.09/8.19	c #decision = 344
8.09/8.19	c #random_decision = 0
8.09/8.19	c #conflict = 2
8.09/8.19	c #restart = 0
8.09/8.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1109503312
8.09/8.19	c BCD2: refineLB: 1106099928 -> 1109503312
8.09/8.19	c lower bound updated to 89315016617
8.19/8.20	c BCD2: 89384360573 <= obj <= 244090728602
8.19/8.20	c BCD2: #cores=159, #unrelaxed=484, #relaxed=193, #hardened=0
8.19/8.20	c BCD2: #sat=1 #unsat=163 bias=163/164
8.19/8.20	c Solving starts ...
8.19/8.20	c ============================[ Search Statistics ]============================
8.19/8.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.20	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.20	c =============================================================================
8.19/8.20	c  0.0s |       0 |        0 |        0 |    35882      0 |     8080 |    16748
8.19/8.23	c  0.0s |       0 |      217 |        0 |    35882      0 |     8080 |    16903
8.19/8.23	c #cpu_time = 0.030s
8.19/8.23	c #wall_clock_time = 0.030s
8.19/8.23	c #decision = 217
8.19/8.23	c #random_decision = 0
8.19/8.23	c #conflict = 0
8.19/8.23	c #restart = 0
8.19/8.23	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.19/8.23	c lower bound updated to 89869768273
8.19/8.24	c BCD2: 89939112229 <= obj <= 244090728602
8.19/8.24	c BCD2: #cores=160, #unrelaxed=483, #relaxed=194, #hardened=0
8.19/8.24	c BCD2: #sat=1 #unsat=164 bias=164/165
8.19/8.24	c Solving starts ...
8.19/8.24	c ============================[ Search Statistics ]============================
8.19/8.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.24	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.24	c =============================================================================
8.19/8.24	c  0.0s |       0 |        0 |        0 |    35882      0 |     8080 |    16903
8.19/8.27	c  0.0s |       0 |      218 |        0 |    35882      0 |     8080 |    16903
8.19/8.27	c #cpu_time = 0.027s
8.19/8.27	c #wall_clock_time = 0.027s
8.19/8.27	c #decision = 218
8.19/8.27	c #random_decision = 0
8.19/8.27	c #conflict = 0
8.19/8.27	c #restart = 0
8.19/8.27	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.19/8.27	c lower bound updated to 90424519929
8.19/8.28	c BCD2: 90493863885 <= obj <= 244090728602
8.19/8.28	c BCD2: #cores=161, #unrelaxed=482, #relaxed=195, #hardened=0
8.19/8.28	c BCD2: #sat=1 #unsat=165 bias=165/166
8.19/8.28	c Solving starts ...
8.19/8.28	c ============================[ Search Statistics ]============================
8.19/8.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.28	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.28	c =============================================================================
8.19/8.28	c  0.0s |       0 |        0 |        0 |    35882      0 |     8080 |    16903
8.29/8.31	c  0.0s |       0 |      220 |        0 |    35882      0 |     8080 |    16903
8.29/8.31	c #cpu_time = 0.030s
8.29/8.31	c #wall_clock_time = 0.030s
8.29/8.31	c #decision = 220
8.29/8.31	c #random_decision = 0
8.29/8.31	c #conflict = 0
8.29/8.31	c #restart = 0
8.29/8.31	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.29/8.31	c lower bound updated to 90979271585
8.29/8.31	c BCD2: 91048615541 <= obj <= 244090728602
8.29/8.31	c BCD2: #cores=162, #unrelaxed=481, #relaxed=196, #hardened=0
8.29/8.31	c BCD2: #sat=1 #unsat=166 bias=166/167
8.29/8.31	c Solving starts ...
8.29/8.31	c ============================[ Search Statistics ]============================
8.29/8.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.31	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.31	c =============================================================================
8.29/8.32	c  0.0s |       0 |        0 |        0 |    35882      0 |     8080 |    16903
8.29/8.35	c  0.0s |       0 |      221 |        0 |    35882      0 |     8080 |    16903
8.29/8.35	c #cpu_time = 0.027s
8.29/8.35	c #wall_clock_time = 0.027s
8.29/8.35	c #decision = 221
8.29/8.35	c #random_decision = 0
8.29/8.35	c #conflict = 0
8.29/8.35	c #restart = 0
8.29/8.35	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.29/8.35	c lower bound updated to 91534023241
8.29/8.35	c BCD2: 91603367197 <= obj <= 244090728602
8.29/8.35	c BCD2: #cores=163, #unrelaxed=480, #relaxed=197, #hardened=0
8.29/8.35	c BCD2: #sat=1 #unsat=167 bias=167/168
8.29/8.35	c Solving starts ...
8.29/8.35	c ============================[ Search Statistics ]============================
8.29/8.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.35	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.35	c =============================================================================
8.29/8.36	c  0.0s |       0 |        0 |        0 |    35882      0 |     8080 |    16903
8.29/8.39	c  0.0s |       0 |      222 |        0 |    35882      0 |     8080 |    16903
8.29/8.39	c #cpu_time = 0.030s
8.29/8.39	c #wall_clock_time = 0.030s
8.29/8.39	c #decision = 222
8.29/8.39	c #random_decision = 0
8.29/8.39	c #conflict = 0
8.29/8.39	c #restart = 0
8.29/8.39	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.29/8.39	c lower bound updated to 92088774897
8.29/8.39	c BCD2: 92158118853 <= obj <= 244090728602
8.29/8.39	c BCD2: #cores=164, #unrelaxed=479, #relaxed=198, #hardened=0
8.29/8.39	c BCD2: #sat=1 #unsat=168 bias=168/169
8.29/8.39	c Solving starts ...
8.29/8.39	c ============================[ Search Statistics ]============================
8.29/8.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.39	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.39	c =============================================================================
8.39/8.40	c  0.0s |       0 |        0 |        0 |    35882      0 |     8080 |    16903
8.39/8.43	c  0.0s |       0 |      223 |        0 |    35882      0 |     8080 |    16903
8.39/8.43	c #cpu_time = 0.027s
8.39/8.43	c #wall_clock_time = 0.027s
8.39/8.43	c #decision = 223
8.39/8.43	c #random_decision = 0
8.39/8.43	c #conflict = 0
8.39/8.43	c #restart = 0
8.39/8.43	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.39/8.43	c lower bound updated to 92643526553
8.39/8.43	c BCD2: 92712870509 <= obj <= 244090728602
8.39/8.43	c BCD2: #cores=165, #unrelaxed=478, #relaxed=199, #hardened=0
8.39/8.43	c BCD2: #sat=1 #unsat=169 bias=169/170
8.39/8.43	c Solving starts ...
8.39/8.43	c ============================[ Search Statistics ]============================
8.39/8.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.43	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.43	c =============================================================================
8.39/8.43	c  0.0s |       0 |        0 |        0 |    35882      0 |     8080 |    16903
8.39/8.46	c  0.0s |       0 |      225 |        0 |    35882      0 |     8080 |    16903
8.39/8.46	c #cpu_time = 0.030s
8.39/8.46	c #wall_clock_time = 0.030s
8.39/8.46	c #decision = 225
8.39/8.46	c #random_decision = 0
8.39/8.46	c #conflict = 0
8.39/8.46	c #restart = 0
8.39/8.46	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.39/8.46	c lower bound updated to 93198278209
8.39/8.47	c BCD2: 93267622165 <= obj <= 244090728602
8.39/8.47	c BCD2: #cores=166, #unrelaxed=477, #relaxed=200, #hardened=0
8.39/8.47	c BCD2: #sat=1 #unsat=170 bias=170/171
8.39/8.47	c Solving starts ...
8.39/8.47	c ============================[ Search Statistics ]============================
8.39/8.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.47	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.47	c =============================================================================
8.39/8.48	c  0.0s |       0 |        0 |        0 |    35882      0 |     8080 |    16903
8.49/8.50	c  0.0s |       0 |      226 |        0 |    35882      0 |     8080 |    16903
8.49/8.50	c #cpu_time = 0.027s
8.49/8.50	c #wall_clock_time = 0.027s
8.49/8.50	c #decision = 226
8.49/8.50	c #random_decision = 0
8.49/8.50	c #conflict = 0
8.49/8.50	c #restart = 0
8.49/8.50	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.49/8.50	c lower bound updated to 93753029865
8.49/8.51	c BCD2: 93822373821 <= obj <= 244090728602
8.49/8.51	c BCD2: #cores=167, #unrelaxed=476, #relaxed=201, #hardened=0
8.49/8.51	c BCD2: #sat=1 #unsat=171 bias=171/172
8.49/8.51	c Solving starts ...
8.49/8.51	c ============================[ Search Statistics ]============================
8.49/8.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.51	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.51	c =============================================================================
8.49/8.51	c  0.0s |       0 |        0 |        0 |    35882      0 |     8080 |    16903
8.49/8.54	c  0.0s |       0 |      227 |        0 |    35882      0 |     8080 |    16903
8.49/8.54	c #cpu_time = 0.030s
8.49/8.54	c #wall_clock_time = 0.030s
8.49/8.54	c #decision = 227
8.49/8.54	c #random_decision = 0
8.49/8.54	c #conflict = 0
8.49/8.54	c #restart = 0
8.49/8.54	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.49/8.54	c lower bound updated to 94307781521
8.49/8.55	c BCD2: 94377125477 <= obj <= 244090728602
8.49/8.55	c BCD2: #cores=168, #unrelaxed=475, #relaxed=202, #hardened=0
8.49/8.55	c BCD2: #sat=1 #unsat=172 bias=172/173
8.49/8.55	c Solving starts ...
8.49/8.55	c ============================[ Search Statistics ]============================
8.49/8.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.55	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.55	c =============================================================================
8.49/8.55	c  0.0s |       0 |        0 |        0 |    35882      0 |     8080 |    16903
8.49/8.58	c  0.0s |       0 |      228 |        0 |    35882      0 |     8080 |    16903
8.49/8.58	c #cpu_time = 0.027s
8.49/8.58	c #wall_clock_time = 0.027s
8.49/8.58	c #decision = 228
8.49/8.58	c #random_decision = 0
8.49/8.58	c #conflict = 0
8.49/8.58	c #restart = 0
8.49/8.58	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.49/8.58	c lower bound updated to 94862533177
8.49/8.59	c BCD2: 94931877133 <= obj <= 244090728602
8.49/8.59	c BCD2: #cores=169, #unrelaxed=474, #relaxed=203, #hardened=0
8.49/8.59	c BCD2: #sat=1 #unsat=173 bias=173/174
8.49/8.59	c Solving starts ...
8.49/8.59	c ============================[ Search Statistics ]============================
8.49/8.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.59	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.59	c =============================================================================
8.49/8.59	c  0.0s |       0 |        0 |        0 |    35882      0 |     8080 |    16903
8.59/8.62	c  0.0s |       0 |      229 |        0 |    35882      0 |     8080 |    16903
8.59/8.62	c #cpu_time = 0.030s
8.59/8.62	c #wall_clock_time = 0.030s
8.59/8.62	c #decision = 229
8.59/8.62	c #random_decision = 0
8.59/8.62	c #conflict = 0
8.59/8.62	c #restart = 0
8.59/8.62	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.59/8.62	c lower bound updated to 95417284833
8.59/8.63	c BCD2: 95486628789 <= obj <= 244090728602
8.59/8.63	c BCD2: #cores=170, #unrelaxed=473, #relaxed=204, #hardened=0
8.59/8.63	c BCD2: #sat=1 #unsat=174 bias=174/175
8.59/8.63	c Solving starts ...
8.59/8.63	c ============================[ Search Statistics ]============================
8.59/8.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.63	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.63	c =============================================================================
8.59/8.63	c  0.0s |       0 |        0 |        0 |    35882      0 |     8080 |    16903
8.59/8.66	c  0.0s |       0 |      231 |        0 |    35882      0 |     8080 |    16903
8.59/8.66	c #cpu_time = 0.027s
8.59/8.66	c #wall_clock_time = 0.027s
8.59/8.66	c #decision = 231
8.59/8.66	c #random_decision = 0
8.59/8.66	c #conflict = 0
8.59/8.66	c #restart = 0
8.59/8.66	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.59/8.66	c lower bound updated to 95972036489
8.59/8.67	c BCD2: 96041380445 <= obj <= 244090728602
8.59/8.67	c BCD2: #cores=171, #unrelaxed=472, #relaxed=205, #hardened=0
8.59/8.67	c BCD2: #sat=1 #unsat=175 bias=175/176
8.59/8.67	c Solving starts ...
8.59/8.67	c ============================[ Search Statistics ]============================
8.59/8.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.67	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.67	c =============================================================================
8.59/8.67	c  0.0s |       0 |        0 |        0 |    35882      0 |     8080 |    16903
8.69/8.70	c  0.0s |       0 |      232 |        0 |    35882      0 |     8080 |    16903
8.69/8.70	c #cpu_time = 0.030s
8.69/8.70	c #wall_clock_time = 0.030s
8.69/8.70	c #decision = 232
8.69/8.70	c #random_decision = 0
8.69/8.70	c #conflict = 0
8.69/8.70	c #restart = 0
8.69/8.70	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.69/8.70	c lower bound updated to 96526788145
8.69/8.71	c BCD2: 96596132101 <= obj <= 244090728602
8.69/8.71	c BCD2: #cores=172, #unrelaxed=471, #relaxed=206, #hardened=0
8.69/8.71	c BCD2: #sat=1 #unsat=176 bias=176/177
8.69/8.71	c Solving starts ...
8.69/8.71	c ============================[ Search Statistics ]============================
8.69/8.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.71	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.71	c =============================================================================
8.69/8.71	c  0.0s |       0 |        0 |        0 |    35882      0 |     8080 |    16903
8.69/8.74	c  0.0s |       0 |      234 |        0 |    35882      0 |     8080 |    16903
8.69/8.74	c #cpu_time = 0.028s
8.69/8.74	c #wall_clock_time = 0.028s
8.69/8.74	c #decision = 234
8.69/8.74	c #random_decision = 0
8.69/8.74	c #conflict = 0
8.69/8.74	c #restart = 0
8.69/8.74	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=1109503312
8.69/8.74	c BCD2: refineLB: 1106369122 -> 1109503312
8.69/8.74	c lower bound updated to 97081539801
8.69/8.75	c BCD2: 97150883757 <= obj <= 244090728602
8.69/8.75	c BCD2: #cores=172, #unrelaxed=468, #relaxed=209, #hardened=0
8.69/8.75	c BCD2: #sat=1 #unsat=177 bias=177/178
8.69/8.75	c Solving starts ...
8.69/8.75	c ============================[ Search Statistics ]============================
8.69/8.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.75	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.75	c =============================================================================
8.69/8.75	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    16903
8.69/8.78	c  0.0s |       0 |      232 |        0 |    35882      0 |     8201 |    17144
8.69/8.78	c #cpu_time = 0.031s
8.69/8.78	c #wall_clock_time = 0.031s
8.69/8.78	c #decision = 232
8.69/8.78	c #random_decision = 0
8.69/8.78	c #conflict = 0
8.69/8.78	c #restart = 0
8.69/8.78	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.69/8.78	c lower bound updated to 97636291457
8.69/8.79	c BCD2: 97705635413 <= obj <= 244090728602
8.69/8.79	c BCD2: #cores=173, #unrelaxed=467, #relaxed=210, #hardened=0
8.69/8.79	c BCD2: #sat=1 #unsat=178 bias=178/179
8.69/8.79	c Solving starts ...
8.69/8.79	c ============================[ Search Statistics ]============================
8.69/8.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.79	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.79	c =============================================================================
8.69/8.79	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
8.79/8.82	c  0.0s |       0 |      233 |        0 |    35882      0 |     8201 |    17144
8.79/8.82	c #cpu_time = 0.027s
8.79/8.82	c #wall_clock_time = 0.027s
8.79/8.82	c #decision = 233
8.79/8.82	c #random_decision = 0
8.79/8.82	c #conflict = 0
8.79/8.82	c #restart = 0
8.79/8.82	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.79/8.82	c lower bound updated to 98191043113
8.79/8.83	c BCD2: 98260387069 <= obj <= 244090728602
8.79/8.83	c BCD2: #cores=174, #unrelaxed=466, #relaxed=211, #hardened=0
8.79/8.83	c BCD2: #sat=1 #unsat=179 bias=179/180
8.79/8.83	c Solving starts ...
8.79/8.83	c ============================[ Search Statistics ]============================
8.79/8.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.79/8.83	c       |         |          |          |    Limit     GC | Var      | Constra 
8.79/8.83	c =============================================================================
8.79/8.83	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
8.79/8.86	c  0.0s |       0 |      235 |        0 |    35882      0 |     8201 |    17144
8.79/8.86	c #cpu_time = 0.030s
8.79/8.86	c #wall_clock_time = 0.030s
8.79/8.86	c #decision = 235
8.79/8.86	c #random_decision = 0
8.79/8.86	c #conflict = 0
8.79/8.86	c #restart = 0
8.79/8.86	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.79/8.86	c lower bound updated to 98745794769
8.79/8.87	c BCD2: 98815138725 <= obj <= 244090728602
8.79/8.87	c BCD2: #cores=175, #unrelaxed=465, #relaxed=212, #hardened=0
8.79/8.87	c BCD2: #sat=1 #unsat=180 bias=180/181
8.79/8.87	c Solving starts ...
8.79/8.87	c ============================[ Search Statistics ]============================
8.79/8.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.79/8.87	c       |         |          |          |    Limit     GC | Var      | Constra 
8.79/8.87	c =============================================================================
8.79/8.87	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
8.79/8.90	c  0.0s |       0 |      236 |        0 |    35882      0 |     8201 |    17144
8.79/8.90	c #cpu_time = 0.027s
8.79/8.90	c #wall_clock_time = 0.027s
8.79/8.90	c #decision = 236
8.79/8.90	c #random_decision = 0
8.79/8.90	c #conflict = 0
8.79/8.90	c #restart = 0
8.79/8.90	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.79/8.90	c lower bound updated to 99300546425
8.89/8.91	c BCD2: 99369890381 <= obj <= 244090728602
8.89/8.91	c BCD2: #cores=176, #unrelaxed=464, #relaxed=213, #hardened=0
8.89/8.91	c BCD2: #sat=1 #unsat=181 bias=181/182
8.89/8.91	c Solving starts ...
8.89/8.91	c ============================[ Search Statistics ]============================
8.89/8.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.89/8.91	c       |         |          |          |    Limit     GC | Var      | Constra 
8.89/8.91	c =============================================================================
8.89/8.91	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
8.89/8.94	c  0.0s |       0 |      237 |        0 |    35882      0 |     8201 |    17144
8.89/8.94	c #cpu_time = 0.030s
8.89/8.94	c #wall_clock_time = 0.030s
8.89/8.94	c #decision = 237
8.89/8.94	c #random_decision = 0
8.89/8.94	c #conflict = 0
8.89/8.94	c #restart = 0
8.89/8.94	c BCD2: found a new core of size 3: cost of the new core is >=554751656
8.89/8.94	c lower bound updated to 99855298081
8.89/8.94	c BCD2: 99924642037 <= obj <= 244090728602
8.89/8.94	c BCD2: #cores=177, #unrelaxed=461, #relaxed=216, #hardened=0
8.89/8.94	c BCD2: #sat=1 #unsat=182 bias=182/183
8.89/8.95	c Solving starts ...
8.89/8.95	c ============================[ Search Statistics ]============================
8.89/8.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.89/8.95	c       |         |          |          |    Limit     GC | Var      | Constra 
8.89/8.95	c =============================================================================
8.89/8.95	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
8.89/8.98	c  0.0s |       0 |      238 |        0 |    35882      0 |     8201 |    17144
8.89/8.98	c #cpu_time = 0.027s
8.89/8.98	c #wall_clock_time = 0.027s
8.89/8.98	c #decision = 238
8.89/8.98	c #random_decision = 0
8.89/8.98	c #conflict = 0
8.89/8.98	c #restart = 0
8.89/8.98	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.89/8.98	c lower bound updated to 100410049737
8.89/8.99	c BCD2: 100479393693 <= obj <= 244090728602
8.89/8.99	c BCD2: #cores=178, #unrelaxed=460, #relaxed=217, #hardened=0
8.89/8.99	c BCD2: #sat=1 #unsat=183 bias=183/184
8.89/8.99	c Solving starts ...
8.89/8.99	c ============================[ Search Statistics ]============================
8.89/8.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.89/8.99	c       |         |          |          |    Limit     GC | Var      | Constra 
8.89/8.99	c =============================================================================
8.89/8.99	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
8.98/9.02	c  0.0s |       0 |      239 |        0 |    35882      0 |     8201 |    17144
8.98/9.02	c #cpu_time = 0.030s
8.98/9.02	c #wall_clock_time = 0.030s
8.98/9.02	c #decision = 239
8.98/9.02	c #random_decision = 0
8.98/9.02	c #conflict = 0
8.98/9.02	c #restart = 0
8.98/9.02	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.98/9.02	c lower bound updated to 100964801393
8.98/9.02	c BCD2: 101034145349 <= obj <= 244090728602
8.98/9.02	c BCD2: #cores=179, #unrelaxed=459, #relaxed=218, #hardened=0
8.98/9.02	c BCD2: #sat=1 #unsat=184 bias=184/185
8.98/9.02	c Solving starts ...
8.98/9.02	c ============================[ Search Statistics ]============================
8.98/9.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.98/9.02	c       |         |          |          |    Limit     GC | Var      | Constra 
8.98/9.02	c =============================================================================
8.98/9.03	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
8.98/9.06	c  0.0s |       0 |      240 |        0 |    35882      0 |     8201 |    17144
8.98/9.06	c #cpu_time = 0.027s
8.98/9.06	c #wall_clock_time = 0.027s
8.98/9.06	c #decision = 240
8.98/9.06	c #random_decision = 0
8.98/9.06	c #conflict = 0
8.98/9.06	c #restart = 0
8.98/9.06	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.98/9.06	c lower bound updated to 101519553049
8.98/9.06	c BCD2: 101588897005 <= obj <= 244090728602
8.98/9.06	c BCD2: #cores=180, #unrelaxed=458, #relaxed=219, #hardened=0
8.98/9.06	c BCD2: #sat=1 #unsat=185 bias=185/186
8.98/9.06	c Solving starts ...
8.98/9.06	c ============================[ Search Statistics ]============================
8.98/9.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.98/9.06	c       |         |          |          |    Limit     GC | Var      | Constra 
8.98/9.06	c =============================================================================
8.98/9.06	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
8.98/9.10	c  0.0s |       0 |      241 |        0 |    35882      0 |     8201 |    17144
8.98/9.10	c #cpu_time = 0.030s
8.98/9.10	c #wall_clock_time = 0.030s
8.98/9.10	c #decision = 241
8.98/9.10	c #random_decision = 0
8.98/9.10	c #conflict = 0
8.98/9.10	c #restart = 0
8.98/9.10	c BCD2: found a new core of size 1: cost of the new core is >=554751656
8.98/9.10	c lower bound updated to 102074304705
9.08/9.10	c BCD2: 102143648661 <= obj <= 244090728602
9.08/9.10	c BCD2: #cores=181, #unrelaxed=457, #relaxed=220, #hardened=0
9.08/9.10	c BCD2: #sat=1 #unsat=186 bias=186/187
9.08/9.10	c Solving starts ...
9.08/9.10	c ============================[ Search Statistics ]============================
9.08/9.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.08/9.10	c       |         |          |          |    Limit     GC | Var      | Constra 
9.08/9.10	c =============================================================================
9.08/9.11	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.08/9.14	c  0.0s |       0 |      269 |        1 |    35882      0 |     8201 |    17144
9.08/9.14	c #cpu_time = 0.028s
9.08/9.14	c #wall_clock_time = 0.028s
9.08/9.14	c #decision = 269
9.08/9.14	c #random_decision = 0
9.08/9.14	c #conflict = 1
9.08/9.14	c #restart = 0
9.08/9.14	c BCD2: found a new core of size 2: cost of the new core is >=554751656
9.08/9.14	c lower bound updated to 102629056361
9.08/9.14	c BCD2: 102698400317 <= obj <= 244090728602
9.08/9.14	c BCD2: #cores=182, #unrelaxed=455, #relaxed=222, #hardened=0
9.08/9.14	c BCD2: #sat=1 #unsat=187 bias=187/188
9.08/9.14	c Solving starts ...
9.08/9.14	c ============================[ Search Statistics ]============================
9.08/9.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.08/9.14	c       |         |          |          |    Limit     GC | Var      | Constra 
9.08/9.14	c =============================================================================
9.08/9.14	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.08/9.17	c  0.0s |       0 |      243 |        0 |    35882      0 |     8201 |    17144
9.08/9.17	c #cpu_time = 0.030s
9.08/9.17	c #wall_clock_time = 0.030s
9.08/9.17	c #decision = 243
9.08/9.17	c #random_decision = 0
9.08/9.17	c #conflict = 0
9.08/9.17	c #restart = 0
9.08/9.17	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.08/9.17	c lower bound updated to 103183808017
9.08/9.18	c BCD2: 103253151973 <= obj <= 244090728602
9.08/9.18	c BCD2: #cores=183, #unrelaxed=454, #relaxed=223, #hardened=0
9.08/9.18	c BCD2: #sat=1 #unsat=188 bias=188/189
9.08/9.18	c Solving starts ...
9.08/9.18	c ============================[ Search Statistics ]============================
9.08/9.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.08/9.18	c       |         |          |          |    Limit     GC | Var      | Constra 
9.08/9.18	c =============================================================================
9.08/9.19	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.18/9.22	c  0.0s |       0 |      244 |        0 |    35882      0 |     8201 |    17144
9.18/9.22	c #cpu_time = 0.027s
9.18/9.22	c #wall_clock_time = 0.027s
9.18/9.22	c #decision = 244
9.18/9.22	c #random_decision = 0
9.18/9.22	c #conflict = 0
9.18/9.22	c #restart = 0
9.18/9.22	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.18/9.22	c lower bound updated to 103738559673
9.18/9.22	c BCD2: 103807903629 <= obj <= 244090728602
9.18/9.22	c BCD2: #cores=184, #unrelaxed=453, #relaxed=224, #hardened=0
9.18/9.22	c BCD2: #sat=1 #unsat=189 bias=189/190
9.18/9.22	c Solving starts ...
9.18/9.22	c ============================[ Search Statistics ]============================
9.18/9.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.18/9.22	c       |         |          |          |    Limit     GC | Var      | Constra 
9.18/9.22	c =============================================================================
9.18/9.22	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.18/9.25	c  0.0s |       0 |      245 |        0 |    35882      0 |     8201 |    17144
9.18/9.25	c #cpu_time = 0.031s
9.18/9.25	c #wall_clock_time = 0.031s
9.18/9.25	c #decision = 245
9.18/9.25	c #random_decision = 0
9.18/9.25	c #conflict = 0
9.18/9.25	c #restart = 0
9.18/9.25	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.18/9.25	c lower bound updated to 104293311329
9.18/9.26	c BCD2: 104362655285 <= obj <= 244090728602
9.18/9.26	c BCD2: #cores=185, #unrelaxed=452, #relaxed=225, #hardened=0
9.18/9.26	c BCD2: #sat=1 #unsat=190 bias=190/191
9.18/9.26	c Solving starts ...
9.18/9.26	c ============================[ Search Statistics ]============================
9.18/9.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.18/9.26	c       |         |          |          |    Limit     GC | Var      | Constra 
9.18/9.26	c =============================================================================
9.18/9.27	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.18/9.29	c  0.0s |       0 |      246 |        0 |    35882      0 |     8201 |    17144
9.18/9.29	c #cpu_time = 0.027s
9.18/9.29	c #wall_clock_time = 0.027s
9.18/9.29	c #decision = 246
9.18/9.29	c #random_decision = 0
9.18/9.29	c #conflict = 0
9.18/9.29	c #restart = 0
9.18/9.29	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.18/9.29	c lower bound updated to 104848062985
9.28/9.30	c BCD2: 104917406941 <= obj <= 244090728602
9.28/9.30	c BCD2: #cores=186, #unrelaxed=451, #relaxed=226, #hardened=0
9.28/9.30	c BCD2: #sat=1 #unsat=191 bias=191/192
9.28/9.30	c Solving starts ...
9.28/9.30	c ============================[ Search Statistics ]============================
9.28/9.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.28/9.30	c       |         |          |          |    Limit     GC | Var      | Constra 
9.28/9.30	c =============================================================================
9.28/9.30	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.28/9.33	c  0.0s |       0 |      250 |        0 |    35882      0 |     8201 |    17144
9.28/9.33	c #cpu_time = 0.030s
9.28/9.33	c #wall_clock_time = 0.030s
9.28/9.33	c #decision = 250
9.28/9.33	c #random_decision = 0
9.28/9.33	c #conflict = 0
9.28/9.33	c #restart = 0
9.28/9.33	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.28/9.33	c lower bound updated to 105402814641
9.28/9.34	c BCD2: 105472158597 <= obj <= 244090728602
9.28/9.34	c BCD2: #cores=187, #unrelaxed=450, #relaxed=227, #hardened=0
9.28/9.34	c BCD2: #sat=1 #unsat=192 bias=192/193
9.28/9.34	c Solving starts ...
9.28/9.34	c ============================[ Search Statistics ]============================
9.28/9.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.28/9.34	c       |         |          |          |    Limit     GC | Var      | Constra 
9.28/9.34	c =============================================================================
9.28/9.35	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.28/9.37	c  0.0s |       0 |      252 |        0 |    35882      0 |     8201 |    17144
9.28/9.37	c #cpu_time = 0.027s
9.28/9.37	c #wall_clock_time = 0.027s
9.28/9.37	c #decision = 252
9.28/9.37	c #random_decision = 0
9.28/9.37	c #conflict = 0
9.28/9.37	c #restart = 0
9.28/9.37	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.28/9.37	c lower bound updated to 105957566297
9.28/9.38	c BCD2: 106026910253 <= obj <= 244090728602
9.28/9.38	c BCD2: #cores=188, #unrelaxed=449, #relaxed=228, #hardened=0
9.28/9.38	c BCD2: #sat=1 #unsat=193 bias=193/194
9.28/9.38	c Solving starts ...
9.28/9.38	c ============================[ Search Statistics ]============================
9.28/9.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.28/9.38	c       |         |          |          |    Limit     GC | Var      | Constra 
9.28/9.38	c =============================================================================
9.28/9.38	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.38/9.41	c  0.0s |       0 |      253 |        0 |    35882      0 |     8201 |    17144
9.38/9.41	c #cpu_time = 0.031s
9.38/9.41	c #wall_clock_time = 0.031s
9.38/9.41	c #decision = 253
9.38/9.41	c #random_decision = 0
9.38/9.41	c #conflict = 0
9.38/9.41	c #restart = 0
9.38/9.41	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.38/9.41	c lower bound updated to 106512317953
9.38/9.42	c BCD2: 106581661909 <= obj <= 244090728602
9.38/9.42	c BCD2: #cores=189, #unrelaxed=448, #relaxed=229, #hardened=0
9.38/9.42	c BCD2: #sat=1 #unsat=194 bias=194/195
9.38/9.42	c Solving starts ...
9.38/9.42	c ============================[ Search Statistics ]============================
9.38/9.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.38/9.42	c       |         |          |          |    Limit     GC | Var      | Constra 
9.38/9.42	c =============================================================================
9.38/9.43	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.38/9.45	c  0.0s |       0 |      256 |        0 |    35882      0 |     8201 |    17144
9.38/9.45	c #cpu_time = 0.027s
9.38/9.45	c #wall_clock_time = 0.027s
9.38/9.45	c #decision = 256
9.38/9.45	c #random_decision = 0
9.38/9.45	c #conflict = 0
9.38/9.45	c #restart = 0
9.38/9.45	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.38/9.45	c lower bound updated to 107067069609
9.38/9.46	c BCD2: 107136413565 <= obj <= 244090728602
9.38/9.46	c BCD2: #cores=190, #unrelaxed=447, #relaxed=230, #hardened=0
9.38/9.46	c BCD2: #sat=1 #unsat=195 bias=195/196
9.38/9.46	c Solving starts ...
9.38/9.46	c ============================[ Search Statistics ]============================
9.38/9.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.38/9.46	c       |         |          |          |    Limit     GC | Var      | Constra 
9.38/9.46	c =============================================================================
9.38/9.46	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.38/9.49	c  0.0s |       0 |      282 |        1 |    35882      0 |     8201 |    17144
9.38/9.49	c #cpu_time = 0.031s
9.38/9.49	c #wall_clock_time = 0.031s
9.38/9.49	c #decision = 282
9.38/9.49	c #random_decision = 0
9.38/9.49	c #conflict = 1
9.38/9.49	c #restart = 0
9.38/9.49	c BCD2: found a new core of size 2: cost of the new core is >=554751656
9.38/9.49	c lower bound updated to 107621821265
9.48/9.50	c BCD2: 107691165221 <= obj <= 244090728602
9.48/9.50	c BCD2: #cores=191, #unrelaxed=445, #relaxed=232, #hardened=0
9.48/9.50	c BCD2: #sat=1 #unsat=196 bias=196/197
9.48/9.50	c Solving starts ...
9.48/9.50	c ============================[ Search Statistics ]============================
9.48/9.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.48/9.50	c       |         |          |          |    Limit     GC | Var      | Constra 
9.48/9.50	c =============================================================================
9.48/9.51	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.48/9.53	c  0.0s |       0 |      258 |        0 |    35882      0 |     8201 |    17144
9.48/9.53	c #cpu_time = 0.028s
9.48/9.53	c #wall_clock_time = 0.028s
9.48/9.53	c #decision = 258
9.48/9.53	c #random_decision = 0
9.48/9.53	c #conflict = 0
9.48/9.53	c #restart = 0
9.48/9.53	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.48/9.53	c lower bound updated to 108176572921
9.48/9.54	c BCD2: 108245916877 <= obj <= 244090728602
9.48/9.54	c BCD2: #cores=192, #unrelaxed=444, #relaxed=233, #hardened=0
9.48/9.54	c BCD2: #sat=1 #unsat=197 bias=197/198
9.48/9.54	c Solving starts ...
9.48/9.54	c ============================[ Search Statistics ]============================
9.48/9.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.48/9.54	c       |         |          |          |    Limit     GC | Var      | Constra 
9.48/9.54	c =============================================================================
9.48/9.54	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.48/9.57	c  0.0s |       0 |      259 |        0 |    35882      0 |     8201 |    17144
9.48/9.57	c #cpu_time = 0.031s
9.48/9.57	c #wall_clock_time = 0.031s
9.48/9.57	c #decision = 259
9.48/9.57	c #random_decision = 0
9.48/9.57	c #conflict = 0
9.48/9.57	c #restart = 0
9.48/9.57	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.48/9.57	c lower bound updated to 108731324577
9.48/9.58	c BCD2: 108800668533 <= obj <= 244090728602
9.48/9.58	c BCD2: #cores=193, #unrelaxed=443, #relaxed=234, #hardened=0
9.48/9.58	c BCD2: #sat=1 #unsat=198 bias=198/199
9.48/9.59	c Solving starts ...
9.48/9.59	c ============================[ Search Statistics ]============================
9.48/9.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.48/9.59	c       |         |          |          |    Limit     GC | Var      | Constra 
9.48/9.59	c =============================================================================
9.48/9.59	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.58/9.61	c  0.0s |       0 |      262 |        0 |    35882      0 |     8201 |    17144
9.58/9.61	c #cpu_time = 0.028s
9.58/9.61	c #wall_clock_time = 0.028s
9.58/9.61	c #decision = 262
9.58/9.61	c #random_decision = 0
9.58/9.61	c #conflict = 0
9.58/9.61	c #restart = 0
9.58/9.61	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.58/9.61	c lower bound updated to 109286076233
9.58/9.62	c BCD2: 109355420189 <= obj <= 244090728602
9.58/9.62	c BCD2: #cores=194, #unrelaxed=442, #relaxed=235, #hardened=0
9.58/9.62	c BCD2: #sat=1 #unsat=199 bias=199/200
9.58/9.62	c Solving starts ...
9.58/9.62	c ============================[ Search Statistics ]============================
9.58/9.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.58/9.62	c       |         |          |          |    Limit     GC | Var      | Constra 
9.58/9.62	c =============================================================================
9.58/9.63	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.58/9.66	c  0.0s |       0 |      263 |        0 |    35882      0 |     8201 |    17144
9.58/9.66	c #cpu_time = 0.029s
9.58/9.66	c #wall_clock_time = 0.029s
9.58/9.66	c #decision = 263
9.58/9.66	c #random_decision = 0
9.58/9.66	c #conflict = 0
9.58/9.66	c #restart = 0
9.58/9.66	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.58/9.66	c lower bound updated to 109840827889
9.58/9.66	c BCD2: 109910171845 <= obj <= 244090728602
9.58/9.66	c BCD2: #cores=195, #unrelaxed=441, #relaxed=236, #hardened=0
9.58/9.66	c BCD2: #sat=1 #unsat=200 bias=200/201
9.58/9.66	c Solving starts ...
9.58/9.66	c ============================[ Search Statistics ]============================
9.58/9.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.58/9.66	c       |         |          |          |    Limit     GC | Var      | Constra 
9.58/9.66	c =============================================================================
9.58/9.66	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.58/9.69	c  0.0s |       0 |      264 |        0 |    35882      0 |     8201 |    17144
9.58/9.69	c #cpu_time = 0.030s
9.58/9.69	c #wall_clock_time = 0.030s
9.58/9.69	c #decision = 264
9.58/9.69	c #random_decision = 0
9.58/9.69	c #conflict = 0
9.58/9.69	c #restart = 0
9.58/9.69	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.58/9.69	c lower bound updated to 110395579545
9.68/9.70	c BCD2: 110464923501 <= obj <= 244090728602
9.68/9.70	c BCD2: #cores=196, #unrelaxed=440, #relaxed=237, #hardened=0
9.68/9.70	c BCD2: #sat=1 #unsat=201 bias=201/202
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 |    35882      0 |     8201 |    17144
9.68/9.74	c  0.0s |       0 |      266 |        0 |    35882      0 |     8201 |    17144
9.68/9.74	c #cpu_time = 0.029s
9.68/9.74	c #wall_clock_time = 0.029s
9.68/9.74	c #decision = 266
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 1: cost of the new core is >=554751656
9.68/9.74	c lower bound updated to 110950331201
9.68/9.74	c BCD2: 111019675157 <= obj <= 244090728602
9.68/9.74	c BCD2: #cores=197, #unrelaxed=439, #relaxed=238, #hardened=0
9.68/9.74	c BCD2: #sat=1 #unsat=202 bias=202/203
9.68/9.74	c Solving starts ...
9.68/9.74	c ============================[ Search Statistics ]============================
9.68/9.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.68/9.74	c       |         |          |          |    Limit     GC | Var      | Constra 
9.68/9.74	c =============================================================================
9.68/9.75	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.68/9.78	c  0.0s |       0 |      268 |        0 |    35882      0 |     8201 |    17144
9.68/9.78	c #cpu_time = 0.028s
9.68/9.78	c #wall_clock_time = 0.028s
9.68/9.78	c #decision = 268
9.68/9.78	c #random_decision = 0
9.68/9.78	c #conflict = 0
9.68/9.78	c #restart = 0
9.68/9.78	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.68/9.78	c lower bound updated to 111505082857
9.68/9.79	c BCD2: 111574426813 <= obj <= 244090728602
9.68/9.79	c BCD2: #cores=198, #unrelaxed=438, #relaxed=239, #hardened=0
9.68/9.79	c BCD2: #sat=1 #unsat=203 bias=203/204
9.68/9.79	c Solving starts ...
9.68/9.79	c ============================[ Search Statistics ]============================
9.68/9.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.68/9.79	c       |         |          |          |    Limit     GC | Var      | Constra 
9.68/9.79	c =============================================================================
9.68/9.79	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.78/9.82	c  0.0s |       0 |      269 |        0 |    35882      0 |     8201 |    17144
9.78/9.82	c #cpu_time = 0.031s
9.78/9.82	c #wall_clock_time = 0.031s
9.78/9.82	c #decision = 269
9.78/9.82	c #random_decision = 0
9.78/9.82	c #conflict = 0
9.78/9.82	c #restart = 0
9.78/9.82	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.78/9.82	c lower bound updated to 112059834513
9.78/9.82	c BCD2: 112129178469 <= obj <= 244090728602
9.78/9.82	c BCD2: #cores=199, #unrelaxed=437, #relaxed=240, #hardened=0
9.78/9.82	c BCD2: #sat=1 #unsat=204 bias=204/205
9.78/9.83	c Solving starts ...
9.78/9.83	c ============================[ Search Statistics ]============================
9.78/9.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.78/9.83	c       |         |          |          |    Limit     GC | Var      | Constra 
9.78/9.83	c =============================================================================
9.78/9.83	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.78/9.86	c  0.0s |       0 |      270 |        0 |    35882      0 |     8201 |    17144
9.78/9.86	c #cpu_time = 0.028s
9.78/9.86	c #wall_clock_time = 0.028s
9.78/9.86	c #decision = 270
9.78/9.86	c #random_decision = 0
9.78/9.86	c #conflict = 0
9.78/9.86	c #restart = 0
9.78/9.86	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.78/9.86	c lower bound updated to 112614586169
9.78/9.87	c BCD2: 112683930125 <= obj <= 244090728602
9.78/9.87	c BCD2: #cores=200, #unrelaxed=436, #relaxed=241, #hardened=0
9.78/9.87	c BCD2: #sat=1 #unsat=205 bias=205/206
9.78/9.87	c Solving starts ...
9.78/9.87	c ============================[ Search Statistics ]============================
9.78/9.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.78/9.87	c       |         |          |          |    Limit     GC | Var      | Constra 
9.78/9.87	c =============================================================================
9.78/9.87	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.78/9.90	c  0.0s |       0 |      271 |        0 |    35882      0 |     8201 |    17144
9.78/9.90	c #cpu_time = 0.029s
9.78/9.90	c #wall_clock_time = 0.029s
9.78/9.90	c #decision = 271
9.78/9.90	c #random_decision = 0
9.78/9.90	c #conflict = 0
9.78/9.90	c #restart = 0
9.78/9.90	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.78/9.90	c lower bound updated to 113169337825
9.89/9.91	c BCD2: 113238681781 <= obj <= 244090728602
9.89/9.91	c BCD2: #cores=201, #unrelaxed=435, #relaxed=242, #hardened=0
9.89/9.91	c BCD2: #sat=1 #unsat=206 bias=206/207
9.89/9.91	c Solving starts ...
9.89/9.91	c ============================[ Search Statistics ]============================
9.89/9.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.91	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.91	c =============================================================================
9.89/9.91	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.89/9.94	c  0.0s |       0 |      272 |        0 |    35882      0 |     8201 |    17144
9.89/9.94	c #cpu_time = 0.030s
9.89/9.94	c #wall_clock_time = 0.030s
9.89/9.94	c #decision = 272
9.89/9.94	c #random_decision = 0
9.89/9.94	c #conflict = 0
9.89/9.94	c #restart = 0
9.89/9.94	c BCD2: found a new core of size 1: cost of the new core is >=554751656
9.89/9.94	c lower bound updated to 113724089481
9.89/9.95	c BCD2: 113793433437 <= obj <= 244090728602
9.89/9.95	c BCD2: #cores=202, #unrelaxed=434, #relaxed=243, #hardened=0
9.89/9.95	c BCD2: #sat=1 #unsat=207 bias=207/208
9.89/9.95	c Solving starts ...
9.89/9.95	c ============================[ Search Statistics ]============================
9.89/9.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.95	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.95	c =============================================================================
9.89/9.95	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.89/9.98	c  0.0s |       0 |      273 |        0 |    35882      0 |     8201 |    17144
9.89/9.98	c #cpu_time = 0.029s
9.89/9.98	c #wall_clock_time = 0.029s
9.89/9.98	c #decision = 273
9.89/9.98	c #random_decision = 0
9.89/9.98	c #conflict = 0
9.89/9.98	c #restart = 0
9.89/9.98	c BCD2: found a new core of size 3: cost of the new core is >=554751656
9.89/9.98	c lower bound updated to 114278841137
9.89/9.99	c BCD2: 114348185093 <= obj <= 244090728602
9.89/9.99	c BCD2: #cores=203, #unrelaxed=431, #relaxed=246, #hardened=0
9.89/9.99	c BCD2: #sat=1 #unsat=208 bias=208/209
9.89/9.99	c Solving starts ...
9.89/9.99	c ============================[ Search Statistics ]============================
9.89/9.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.99	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.99	c =============================================================================
9.89/10.00	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.99/10.02	c  0.0s |       0 |      272 |        0 |    35882      0 |     8201 |    17144
9.99/10.02	c #cpu_time = 0.028s
9.99/10.02	c #wall_clock_time = 0.028s
9.99/10.02	c #decision = 272
9.99/10.02	c #random_decision = 0
9.99/10.02	c #conflict = 0
9.99/10.02	c #restart = 0
9.99/10.02	c BCD2: found a new core of size 3: cost of the new core is >=554751656
9.99/10.02	c lower bound updated to 114833592793
9.99/10.03	c BCD2: 114902936749 <= obj <= 244090728602
9.99/10.03	c BCD2: #cores=204, #unrelaxed=428, #relaxed=249, #hardened=0
9.99/10.03	c BCD2: #sat=1 #unsat=209 bias=209/210
9.99/10.03	c Solving starts ...
9.99/10.03	c ============================[ Search Statistics ]============================
9.99/10.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.99/10.03	c       |         |          |          |    Limit     GC | Var      | Constra 
9.99/10.03	c =============================================================================
9.99/10.03	c  0.0s |       0 |        0 |        0 |    35882      0 |     8201 |    17144
9.99/10.06	c  0.0s |       0 |      272 |        1 |    35882      0 |     8201 |    17144
9.99/10.06	c #cpu_time = 0.031s
9.99/10.06	c #wall_clock_time = 0.031s
9.99/10.06	c #decision = 272
9.99/10.06	c #random_decision = 0
9.99/10.06	c #conflict = 1
9.99/10.06	c #restart = 0
9.99/10.06	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=1664254968
9.99/10.06	c BCD2: refineLB: 1661613294 -> 1664254968
9.99/10.06	c lower bound updated to 115388344449
9.99/10.07	c BCD2: 115457688405 <= obj <= 244090728602
9.99/10.07	c BCD2: #cores=204, #unrelaxed=425, #relaxed=252, #hardened=0
9.99/10.07	c BCD2: #sat=1 #unsat=210 bias=210/211
9.99/10.08	c Solving starts ...
9.99/10.08	c ============================[ Search Statistics ]============================
9.99/10.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.99/10.08	c       |         |          |          |    Limit     GC | Var      | Constra 
9.99/10.08	c =============================================================================
9.99/10.08	c  0.0s |       0 |        0 |        0 |    35882      0 |     8248 |    17144
10.09/10.11	c  0.0s |       0 |      269 |        0 |    35882      0 |     8248 |    17237
10.09/10.11	c #cpu_time = 0.028s
10.09/10.11	c #wall_clock_time = 0.028s
10.09/10.11	c #decision = 269
10.09/10.11	c #random_decision = 0
10.09/10.11	c #conflict = 0
10.09/10.11	c #restart = 0
10.09/10.11	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.09/10.11	c lower bound updated to 115943096105
10.09/10.11	c BCD2: 116012440061 <= obj <= 244090728602
10.09/10.11	c BCD2: #cores=205, #unrelaxed=424, #relaxed=253, #hardened=0
10.09/10.11	c BCD2: #sat=1 #unsat=211 bias=211/212
10.09/10.11	c Solving starts ...
10.09/10.11	c ============================[ Search Statistics ]============================
10.09/10.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.11	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.11	c =============================================================================
10.09/10.12	c  0.0s |       0 |        0 |        0 |    35882      0 |     8248 |    17237
10.09/10.15	c  0.0s |       0 |      270 |        0 |    35882      0 |     8248 |    17237
10.09/10.15	c #cpu_time = 0.029s
10.09/10.15	c #wall_clock_time = 0.029s
10.09/10.15	c #decision = 270
10.09/10.15	c #random_decision = 0
10.09/10.15	c #conflict = 0
10.09/10.15	c #restart = 0
10.09/10.15	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.09/10.15	c lower bound updated to 116497847761
10.09/10.15	c BCD2: 116567191717 <= obj <= 244090728602
10.09/10.15	c BCD2: #cores=206, #unrelaxed=423, #relaxed=254, #hardened=0
10.09/10.15	c BCD2: #sat=1 #unsat=212 bias=212/213
10.09/10.15	c Solving starts ...
10.09/10.15	c ============================[ Search Statistics ]============================
10.09/10.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.15	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.15	c =============================================================================
10.09/10.16	c  0.0s |       0 |        0 |        0 |    35882      0 |     8248 |    17237
10.09/10.19	c  0.0s |       0 |      271 |        0 |    35882      0 |     8248 |    17237
10.09/10.19	c #cpu_time = 0.030s
10.09/10.19	c #wall_clock_time = 0.030s
10.09/10.19	c #decision = 271
10.09/10.19	c #random_decision = 0
10.09/10.19	c #conflict = 0
10.09/10.19	c #restart = 0
10.09/10.19	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.09/10.19	c lower bound updated to 117052599417
10.09/10.19	c BCD2: 117121943373 <= obj <= 244090728602
10.09/10.19	c BCD2: #cores=207, #unrelaxed=422, #relaxed=255, #hardened=0
10.09/10.19	c BCD2: #sat=1 #unsat=213 bias=213/214
10.19/10.20	c Solving starts ...
10.19/10.20	c ============================[ Search Statistics ]============================
10.19/10.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.20	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.20	c =============================================================================
10.19/10.20	c  0.0s |       0 |        0 |        0 |    35882      0 |     8248 |    17237
10.19/10.23	c  0.0s |       0 |      273 |        1 |    35882      0 |     8248 |    17237
10.19/10.23	c #cpu_time = 0.029s
10.19/10.23	c #wall_clock_time = 0.029s
10.19/10.23	c #decision = 273
10.19/10.23	c #random_decision = 0
10.19/10.23	c #conflict = 1
10.19/10.23	c #restart = 0
10.19/10.23	c BCD2: found a new core of size 2: cost of the new core is >=554751656
10.19/10.23	c lower bound updated to 117607351073
10.19/10.23	c BCD2: 117676695029 <= obj <= 244090728602
10.19/10.23	c BCD2: #cores=208, #unrelaxed=420, #relaxed=257, #hardened=0
10.19/10.23	c BCD2: #sat=1 #unsat=214 bias=214/215
10.19/10.24	c Solving starts ...
10.19/10.24	c ============================[ Search Statistics ]============================
10.19/10.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.24	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.24	c =============================================================================
10.19/10.24	c  0.0s |       0 |        0 |        0 |    35882      0 |     8248 |    17237
10.19/10.27	c  0.0s |       0 |      272 |        0 |    35882      0 |     8248 |    17237
10.19/10.27	c #cpu_time = 0.028s
10.19/10.27	c #wall_clock_time = 0.028s
10.19/10.27	c #decision = 272
10.19/10.27	c #random_decision = 0
10.19/10.27	c #conflict = 0
10.19/10.27	c #restart = 0
10.19/10.27	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.19/10.27	c lower bound updated to 118162102729
10.19/10.28	c BCD2: 118231446685 <= obj <= 244090728602
10.19/10.28	c BCD2: #cores=209, #unrelaxed=419, #relaxed=258, #hardened=0
10.19/10.28	c BCD2: #sat=1 #unsat=215 bias=215/216
10.19/10.28	c Solving starts ...
10.19/10.28	c ============================[ Search Statistics ]============================
10.19/10.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.28	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.28	c =============================================================================
10.19/10.28	c  0.0s |       0 |        0 |        0 |    35882      0 |     8248 |    17237
10.29/10.31	c  0.0s |       0 |      273 |        0 |    35882      0 |     8248 |    17237
10.29/10.31	c #cpu_time = 0.031s
10.29/10.31	c #wall_clock_time = 0.031s
10.29/10.31	c #decision = 273
10.29/10.31	c #random_decision = 0
10.29/10.31	c #conflict = 0
10.29/10.31	c #restart = 0
10.29/10.31	c BCD2: found a new core of size 3: cost of the new core is >=554751656
10.29/10.31	c lower bound updated to 118716854385
10.29/10.31	c BCD2: 118786198341 <= obj <= 244090728602
10.29/10.31	c BCD2: #cores=210, #unrelaxed=416, #relaxed=261, #hardened=0
10.29/10.31	c BCD2: #sat=1 #unsat=216 bias=216/217
10.29/10.32	c Solving starts ...
10.29/10.32	c ============================[ Search Statistics ]============================
10.29/10.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.32	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.32	c =============================================================================
10.29/10.32	c  0.0s |       0 |        0 |        0 |    35882      0 |     8248 |    17237
10.29/10.35	c  0.0s |       0 |      273 |        0 |    35882      0 |     8248 |    17237
10.29/10.35	c #cpu_time = 0.028s
10.29/10.35	c #wall_clock_time = 0.028s
10.29/10.35	c #decision = 273
10.29/10.35	c #random_decision = 0
10.29/10.35	c #conflict = 0
10.29/10.35	c #restart = 0
10.29/10.35	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.29/10.35	c lower bound updated to 119271606041
10.29/10.36	c BCD2: 119340949997 <= obj <= 244090728602
10.29/10.36	c BCD2: #cores=211, #unrelaxed=415, #relaxed=262, #hardened=0
10.29/10.36	c BCD2: #sat=1 #unsat=217 bias=217/218
10.29/10.36	c Solving starts ...
10.29/10.36	c ============================[ Search Statistics ]============================
10.29/10.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.36	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.36	c =============================================================================
10.29/10.36	c  0.0s |       0 |        0 |        0 |    35882      0 |     8248 |    17237
10.29/10.39	c  0.0s |       0 |      274 |        0 |    35882      0 |     8248 |    17237
10.29/10.39	c #cpu_time = 0.031s
10.29/10.39	c #wall_clock_time = 0.031s
10.29/10.39	c #decision = 274
10.29/10.39	c #random_decision = 0
10.29/10.39	c #conflict = 0
10.29/10.39	c #restart = 0
10.29/10.39	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.29/10.39	c lower bound updated to 119826357697
10.29/10.40	c BCD2: 119895701653 <= obj <= 244090728602
10.29/10.40	c BCD2: #cores=212, #unrelaxed=414, #relaxed=263, #hardened=0
10.29/10.40	c BCD2: #sat=1 #unsat=218 bias=218/219
10.39/10.40	c Solving starts ...
10.39/10.40	c ============================[ Search Statistics ]============================
10.39/10.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.40	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.40	c =============================================================================
10.39/10.40	c  0.0s |       0 |        0 |        0 |    35882      0 |     8248 |    17237
10.39/10.43	c  0.0s |       0 |      275 |        0 |    35882      0 |     8248 |    17237
10.39/10.43	c #cpu_time = 0.028s
10.39/10.43	c #wall_clock_time = 0.028s
10.39/10.43	c #decision = 275
10.39/10.43	c #random_decision = 0
10.39/10.43	c #conflict = 0
10.39/10.43	c #restart = 0
10.39/10.43	c BCD2: found a new core of size 2: cost of the new core is >=554751656
10.39/10.43	c lower bound updated to 120381109353
10.39/10.44	c BCD2: 120450453309 <= obj <= 244090728602
10.39/10.44	c BCD2: #cores=213, #unrelaxed=412, #relaxed=265, #hardened=0
10.39/10.44	c BCD2: #sat=1 #unsat=219 bias=219/220
10.39/10.44	c Solving starts ...
10.39/10.44	c ============================[ Search Statistics ]============================
10.39/10.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.44	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.44	c =============================================================================
10.39/10.44	c  0.0s |       0 |        0 |        0 |    35882      0 |     8248 |    17237
10.39/10.47	c  0.0s |       0 |      276 |        0 |    35882      0 |     8248 |    17237
10.39/10.47	c #cpu_time = 0.031s
10.39/10.47	c #wall_clock_time = 0.031s
10.39/10.47	c #decision = 276
10.39/10.47	c #random_decision = 0
10.39/10.47	c #conflict = 0
10.39/10.47	c #restart = 0
10.39/10.47	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.39/10.47	c lower bound updated to 120935861009
10.39/10.48	c BCD2: 121005204965 <= obj <= 244090728602
10.39/10.48	c BCD2: #cores=214, #unrelaxed=411, #relaxed=266, #hardened=0
10.39/10.48	c BCD2: #sat=1 #unsat=220 bias=220/221
10.39/10.48	c Solving starts ...
10.39/10.48	c ============================[ Search Statistics ]============================
10.39/10.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.48	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.48	c =============================================================================
10.39/10.48	c  0.0s |       0 |        0 |        0 |    35882      0 |     8248 |    17237
10.49/10.51	c  0.0s |       0 |      277 |        0 |    35882      0 |     8248 |    17237
10.49/10.51	c #cpu_time = 0.028s
10.49/10.51	c #wall_clock_time = 0.028s
10.49/10.51	c #decision = 277
10.49/10.51	c #random_decision = 0
10.49/10.51	c #conflict = 0
10.49/10.51	c #restart = 0
10.49/10.51	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.49/10.51	c lower bound updated to 121490612665
10.49/10.52	c BCD2: 121559956621 <= obj <= 244090728602
10.49/10.52	c BCD2: #cores=215, #unrelaxed=410, #relaxed=267, #hardened=0
10.49/10.52	c BCD2: #sat=1 #unsat=221 bias=221/222
10.49/10.52	c Solving starts ...
10.49/10.52	c ============================[ Search Statistics ]============================
10.49/10.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.52	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.52	c =============================================================================
10.49/10.52	c  0.0s |       0 |        0 |        0 |    35882      0 |     8248 |    17237
10.49/10.55	c  0.0s |       0 |      278 |        0 |    35882      0 |     8248 |    17237
10.49/10.55	c #cpu_time = 0.031s
10.49/10.55	c #wall_clock_time = 0.031s
10.49/10.55	c #decision = 278
10.49/10.55	c #random_decision = 0
10.49/10.55	c #conflict = 0
10.49/10.55	c #restart = 0
10.49/10.55	c BCD2: found a new core of size 3: cost of the new core is >=554751656
10.49/10.55	c lower bound updated to 122045364321
10.49/10.56	c BCD2: 122114708277 <= obj <= 244090728602
10.49/10.56	c BCD2: #cores=216, #unrelaxed=407, #relaxed=270, #hardened=0
10.49/10.56	c BCD2: #sat=1 #unsat=222 bias=222/223
10.49/10.56	c Solving starts ...
10.49/10.56	c ============================[ Search Statistics ]============================
10.49/10.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.56	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.56	c =============================================================================
10.49/10.56	c  0.0s |       0 |        0 |        0 |    35882      0 |     8248 |    17237
10.49/10.59	c  0.0s |       0 |      289 |        1 |    35882      0 |     8248 |    17237
10.49/10.59	c #cpu_time = 0.029s
10.49/10.59	c #wall_clock_time = 0.029s
10.49/10.59	c #decision = 289
10.49/10.59	c #random_decision = 0
10.49/10.59	c #conflict = 1
10.49/10.59	c #restart = 0
10.49/10.59	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 10: cost of the new core is >=1664254968
10.49/10.59	c BCD2: refineLB: 1661767293 -> 1664254968
10.49/10.59	c lower bound updated to 122600115977
10.59/10.60	c BCD2: 122669459933 <= obj <= 244090728602
10.59/10.60	c BCD2: #cores=216, #unrelaxed=403, #relaxed=274, #hardened=0
10.59/10.60	c BCD2: #sat=1 #unsat=223 bias=223/224
10.59/10.60	c Solving starts ...
10.59/10.60	c ============================[ Search Statistics ]============================
10.59/10.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.60	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.60	c =============================================================================
10.59/10.60	c  0.0s |       0 |        0 |        0 |    35882      0 |     8313 |    17237
10.59/10.63	c  0.0s |       0 |      274 |        0 |    35882      0 |     8313 |    17366
10.59/10.63	c #cpu_time = 0.031s
10.59/10.63	c #wall_clock_time = 0.031s
10.59/10.63	c #decision = 274
10.59/10.63	c #random_decision = 0
10.59/10.63	c #conflict = 0
10.59/10.63	c #restart = 0
10.59/10.63	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.59/10.63	c lower bound updated to 123154867633
10.59/10.64	c BCD2: 123224211589 <= obj <= 244090728602
10.59/10.64	c BCD2: #cores=217, #unrelaxed=402, #relaxed=275, #hardened=0
10.59/10.64	c BCD2: #sat=1 #unsat=224 bias=224/225
10.59/10.64	c Solving starts ...
10.59/10.64	c ============================[ Search Statistics ]============================
10.59/10.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.64	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.64	c =============================================================================
10.59/10.65	c  0.0s |       0 |        0 |        0 |    35882      0 |     8313 |    17366
10.59/10.67	c  0.0s |       0 |      275 |        0 |    35882      0 |     8313 |    17366
10.59/10.67	c #cpu_time = 0.027s
10.59/10.67	c #wall_clock_time = 0.027s
10.59/10.67	c #decision = 275
10.59/10.67	c #random_decision = 0
10.59/10.67	c #conflict = 0
10.59/10.67	c #restart = 0
10.59/10.67	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.59/10.67	c lower bound updated to 123709619289
10.59/10.68	c BCD2: 123778963245 <= obj <= 244090728602
10.59/10.68	c BCD2: #cores=218, #unrelaxed=401, #relaxed=276, #hardened=0
10.59/10.68	c BCD2: #sat=1 #unsat=225 bias=225/226
10.59/10.68	c Solving starts ...
10.59/10.68	c ============================[ Search Statistics ]============================
10.59/10.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.68	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.68	c =============================================================================
10.59/10.68	c  0.0s |       0 |        0 |        0 |    35882      0 |     8313 |    17366
10.69/10.71	c  0.0s |       0 |      276 |        0 |    35882      0 |     8313 |    17366
10.69/10.71	c #cpu_time = 0.030s
10.69/10.71	c #wall_clock_time = 0.031s
10.69/10.71	c #decision = 276
10.69/10.71	c #random_decision = 0
10.69/10.71	c #conflict = 0
10.69/10.71	c #restart = 0
10.69/10.71	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.69/10.71	c lower bound updated to 124264370945
10.69/10.72	c BCD2: 124333714901 <= obj <= 244090728602
10.69/10.72	c BCD2: #cores=219, #unrelaxed=400, #relaxed=277, #hardened=0
10.69/10.72	c BCD2: #sat=1 #unsat=226 bias=226/227
10.69/10.72	c Solving starts ...
10.69/10.72	c ============================[ Search Statistics ]============================
10.69/10.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.72	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.72	c =============================================================================
10.69/10.72	c  0.0s |       0 |        0 |        0 |    35882      0 |     8313 |    17366
10.69/10.75	c  0.0s |       0 |      277 |        0 |    35882      0 |     8313 |    17366
10.69/10.75	c #cpu_time = 0.027s
10.69/10.75	c #wall_clock_time = 0.027s
10.69/10.75	c #decision = 277
10.69/10.75	c #random_decision = 0
10.69/10.75	c #conflict = 0
10.69/10.75	c #restart = 0
10.69/10.75	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.69/10.75	c lower bound updated to 124819122601
10.69/10.76	c BCD2: 124888466557 <= obj <= 244090728602
10.69/10.76	c BCD2: #cores=220, #unrelaxed=399, #relaxed=278, #hardened=0
10.69/10.76	c BCD2: #sat=1 #unsat=227 bias=227/228
10.69/10.76	c Solving starts ...
10.69/10.76	c ============================[ Search Statistics ]============================
10.69/10.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.76	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.76	c =============================================================================
10.69/10.76	c  0.0s |       0 |        0 |        0 |    35882      0 |     8313 |    17366
10.69/10.79	c  0.0s |       0 |      278 |        0 |    35882      0 |     8313 |    17366
10.69/10.79	c #cpu_time = 0.031s
10.69/10.79	c #wall_clock_time = 0.031s
10.69/10.79	c #decision = 278
10.69/10.79	c #random_decision = 0
10.69/10.79	c #conflict = 0
10.69/10.79	c #restart = 0
10.69/10.79	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.69/10.79	c lower bound updated to 125373874257
10.79/10.80	c BCD2: 125443218213 <= obj <= 244090728602
10.79/10.80	c BCD2: #cores=221, #unrelaxed=398, #relaxed=279, #hardened=0
10.79/10.80	c BCD2: #sat=1 #unsat=228 bias=228/229
10.79/10.80	c Solving starts ...
10.79/10.80	c ============================[ Search Statistics ]============================
10.79/10.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.80	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.80	c =============================================================================
10.79/10.80	c  0.0s |       0 |        0 |        0 |    35882      0 |     8313 |    17366
10.79/10.83	c  0.0s |       0 |      279 |        0 |    35882      0 |     8313 |    17366
10.79/10.83	c #cpu_time = 0.027s
10.79/10.83	c #wall_clock_time = 0.028s
10.79/10.83	c #decision = 279
10.79/10.83	c #random_decision = 0
10.79/10.83	c #conflict = 0
10.79/10.83	c #restart = 0
10.79/10.83	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.79/10.83	c lower bound updated to 125928625913
10.79/10.84	c BCD2: 125997969869 <= obj <= 244090728602
10.79/10.84	c BCD2: #cores=222, #unrelaxed=397, #relaxed=280, #hardened=0
10.79/10.84	c BCD2: #sat=1 #unsat=229 bias=229/230
10.79/10.84	c Solving starts ...
10.79/10.84	c ============================[ Search Statistics ]============================
10.79/10.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.84	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.84	c =============================================================================
10.79/10.84	c  0.0s |       0 |        0 |        0 |    35882      0 |     8313 |    17366
10.79/10.87	c  0.0s |       0 |      281 |        0 |    35882      0 |     8313 |    17366
10.79/10.87	c #cpu_time = 0.031s
10.79/10.87	c #wall_clock_time = 0.031s
10.79/10.87	c #decision = 281
10.79/10.87	c #random_decision = 0
10.79/10.87	c #conflict = 0
10.79/10.87	c #restart = 0
10.79/10.87	c BCD2: found a new core of size 3: cost of the new core is >=554751656
10.79/10.87	c lower bound updated to 126483377569
10.79/10.88	c BCD2: 126552721525 <= obj <= 244090728602
10.79/10.88	c BCD2: #cores=223, #unrelaxed=394, #relaxed=283, #hardened=0
10.79/10.88	c BCD2: #sat=1 #unsat=230 bias=230/231
10.79/10.88	c Solving starts ...
10.79/10.88	c ============================[ Search Statistics ]============================
10.79/10.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.88	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.88	c =============================================================================
10.79/10.89	c  0.0s |       0 |        0 |        0 |    35882      0 |     8313 |    17366
10.89/10.91	c  0.0s |       0 |      280 |        0 |    35882      0 |     8313 |    17366
10.89/10.91	c #cpu_time = 0.028s
10.89/10.91	c #wall_clock_time = 0.028s
10.89/10.91	c #decision = 280
10.89/10.91	c #random_decision = 0
10.89/10.91	c #conflict = 0
10.89/10.91	c #restart = 0
10.89/10.91	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.89/10.91	c lower bound updated to 127038129225
10.89/10.92	c BCD2: 127107473181 <= obj <= 244090728602
10.89/10.92	c BCD2: #cores=224, #unrelaxed=393, #relaxed=284, #hardened=0
10.89/10.92	c BCD2: #sat=1 #unsat=231 bias=231/232
10.89/10.92	c Solving starts ...
10.89/10.92	c ============================[ Search Statistics ]============================
10.89/10.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.89/10.92	c       |         |          |          |    Limit     GC | Var      | Constra 
10.89/10.92	c =============================================================================
10.89/10.92	c  0.0s |       0 |        0 |        0 |    35882      0 |     8313 |    17366
10.89/10.95	c  0.0s |       0 |      282 |        0 |    35882      0 |     8313 |    17366
10.89/10.95	c #cpu_time = 0.031s
10.89/10.95	c #wall_clock_time = 0.031s
10.89/10.95	c #decision = 282
10.89/10.95	c #random_decision = 0
10.89/10.95	c #conflict = 0
10.89/10.95	c #restart = 0
10.89/10.95	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.89/10.95	c lower bound updated to 127592880881
10.89/10.96	c BCD2: 127662224837 <= obj <= 244090728602
10.89/10.96	c BCD2: #cores=225, #unrelaxed=392, #relaxed=285, #hardened=0
10.89/10.96	c BCD2: #sat=1 #unsat=232 bias=232/233
10.89/10.96	c Solving starts ...
10.89/10.96	c ============================[ Search Statistics ]============================
10.89/10.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.89/10.96	c       |         |          |          |    Limit     GC | Var      | Constra 
10.89/10.96	c =============================================================================
10.89/10.97	c  0.0s |       0 |        0 |        0 |    35882      0 |     8313 |    17366
10.89/10.99	c  0.0s |       0 |      284 |        0 |    35882      0 |     8313 |    17366
10.89/10.99	c #cpu_time = 0.028s
10.89/10.99	c #wall_clock_time = 0.028s
10.89/10.99	c #decision = 284
10.89/10.99	c #random_decision = 0
10.89/10.99	c #conflict = 0
10.89/10.99	c #restart = 0
10.89/10.99	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.89/10.99	c lower bound updated to 128147632537
10.89/11.00	c BCD2: 128216976493 <= obj <= 244090728602
10.89/11.00	c BCD2: #cores=226, #unrelaxed=391, #relaxed=286, #hardened=0
10.89/11.00	c BCD2: #sat=1 #unsat=233 bias=233/234
10.89/11.00	c Solving starts ...
10.89/11.00	c ============================[ Search Statistics ]============================
10.89/11.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.89/11.00	c       |         |          |          |    Limit     GC | Var      | Constra 
10.89/11.00	c =============================================================================
10.89/11.00	c  0.0s |       0 |        0 |        0 |    35882      0 |     8313 |    17366
10.99/11.03	c  0.0s |       0 |      286 |        0 |    35882      0 |     8313 |    17366
10.99/11.03	c #cpu_time = 0.031s
10.99/11.03	c #wall_clock_time = 0.031s
10.99/11.03	c #decision = 286
10.99/11.03	c #random_decision = 0
10.99/11.03	c #conflict = 0
10.99/11.03	c #restart = 0
10.99/11.03	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.99/11.03	c lower bound updated to 128702384193
10.99/11.04	c BCD2: 128771728149 <= obj <= 244090728602
10.99/11.04	c BCD2: #cores=227, #unrelaxed=390, #relaxed=287, #hardened=0
10.99/11.04	c BCD2: #sat=1 #unsat=234 bias=234/235
10.99/11.04	c Solving starts ...
10.99/11.04	c ============================[ Search Statistics ]============================
10.99/11.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.04	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.04	c =============================================================================
10.99/11.05	c  0.0s |       0 |        0 |        0 |    35882      0 |     8313 |    17366
10.99/11.08	c  0.0s |       0 |      290 |        0 |    35882      0 |     8313 |    17366
10.99/11.08	c #cpu_time = 0.028s
10.99/11.08	c #wall_clock_time = 0.028s
10.99/11.08	c #decision = 290
10.99/11.08	c #random_decision = 0
10.99/11.08	c #conflict = 0
10.99/11.08	c #restart = 0
10.99/11.08	c BCD2: found a new core of size 1: cost of the new core is >=554751656
10.99/11.08	c lower bound updated to 129257135849
10.99/11.08	c BCD2: 129326479805 <= obj <= 244090728602
10.99/11.08	c BCD2: #cores=228, #unrelaxed=389, #relaxed=288, #hardened=0
10.99/11.08	c BCD2: #sat=1 #unsat=235 bias=235/236
10.99/11.08	c Solving starts ...
10.99/11.08	c ============================[ Search Statistics ]============================
10.99/11.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.08	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.08	c =============================================================================
10.99/11.08	c  0.0s |       0 |        0 |        0 |    35882      0 |     8313 |    17366
11.10/11.12	c  0.0s |       0 |      551 |        3 |    35882      0 |     8313 |    17366
11.10/11.12	c #cpu_time = 0.036s
11.10/11.12	c #wall_clock_time = 0.036s
11.10/11.12	c #decision = 551
11.10/11.12	c #random_decision = 0
11.10/11.12	c #conflict = 3
11.10/11.12	c #restart = 0
11.10/11.12	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 10: cost of the new core is >=2219006624
11.10/11.12	c BCD2: refineLB: 1664254969 -> 2219006624
11.10/11.12	c lower bound updated to 129811887505
11.10/11.13	c BCD2: 129881231461 <= obj <= 244090728602
11.10/11.13	c BCD2: #cores=226, #unrelaxed=387, #relaxed=290, #hardened=0
11.10/11.13	c BCD2: #sat=1 #unsat=236 bias=236/237
11.10/11.13	c Solving starts ...
11.10/11.13	c ============================[ Search Statistics ]============================
11.10/11.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.10/11.13	c       |         |          |          |    Limit     GC | Var      | Constra 
11.10/11.13	c =============================================================================
11.10/11.13	c  0.0s |       0 |        0 |        0 |    35882      0 |     8650 |    17366
11.10/11.17	c  0.0s |       0 |      357 |        1 |    35882      0 |     8650 |    18037
11.10/11.17	c #cpu_time = 0.031s
11.10/11.17	c #wall_clock_time = 0.031s
11.10/11.17	c #decision = 357
11.10/11.17	c #random_decision = 0
11.10/11.17	c #conflict = 1
11.10/11.17	c #restart = 0
11.10/11.17	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=1109503312
11.10/11.17	c lower bound updated to 130366639161
11.10/11.17	c BCD2: 130435983117 <= obj <= 244090728602
11.10/11.17	c BCD2: #cores=226, #unrelaxed=385, #relaxed=292, #hardened=0
11.10/11.17	c BCD2: #sat=1 #unsat=237 bias=237/238
11.10/11.17	c Solving starts ...
11.10/11.17	c ============================[ Search Statistics ]============================
11.10/11.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.10/11.17	c       |         |          |          |    Limit     GC | Var      | Constra 
11.10/11.17	c =============================================================================
11.10/11.17	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18037
11.19/11.21	c  0.0s |       0 |      287 |        0 |    35882      0 |     8800 |    18336
11.19/11.21	c #cpu_time = 0.031s
11.19/11.21	c #wall_clock_time = 0.031s
11.19/11.21	c #decision = 287
11.19/11.21	c #random_decision = 0
11.19/11.21	c #conflict = 0
11.19/11.21	c #restart = 0
11.19/11.21	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.19/11.21	c lower bound updated to 130921390817
11.19/11.21	c BCD2: 130990734773 <= obj <= 244090728602
11.19/11.21	c BCD2: #cores=227, #unrelaxed=384, #relaxed=293, #hardened=0
11.19/11.21	c BCD2: #sat=1 #unsat=238 bias=238/239
11.19/11.21	c Solving starts ...
11.19/11.21	c ============================[ Search Statistics ]============================
11.19/11.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.21	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.21	c =============================================================================
11.19/11.22	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.19/11.25	c  0.0s |       0 |      288 |        0 |    35882      0 |     8800 |    18336
11.19/11.25	c #cpu_time = 0.028s
11.19/11.25	c #wall_clock_time = 0.028s
11.19/11.25	c #decision = 288
11.19/11.25	c #random_decision = 0
11.19/11.25	c #conflict = 0
11.19/11.25	c #restart = 0
11.19/11.25	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.19/11.25	c lower bound updated to 131476142473
11.19/11.25	c BCD2: 131545486429 <= obj <= 244090728602
11.19/11.25	c BCD2: #cores=228, #unrelaxed=383, #relaxed=294, #hardened=0
11.19/11.25	c BCD2: #sat=1 #unsat=239 bias=239/240
11.19/11.26	c Solving starts ...
11.19/11.26	c ============================[ Search Statistics ]============================
11.19/11.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.26	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.26	c =============================================================================
11.19/11.26	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.19/11.29	c  0.0s |       0 |      289 |        0 |    35882      0 |     8800 |    18336
11.19/11.29	c #cpu_time = 0.031s
11.19/11.29	c #wall_clock_time = 0.031s
11.19/11.29	c #decision = 289
11.19/11.29	c #random_decision = 0
11.19/11.29	c #conflict = 0
11.19/11.29	c #restart = 0
11.19/11.29	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.19/11.29	c lower bound updated to 132030894129
11.19/11.29	c BCD2: 132100238085 <= obj <= 244090728602
11.19/11.29	c BCD2: #cores=229, #unrelaxed=382, #relaxed=295, #hardened=0
11.19/11.29	c BCD2: #sat=1 #unsat=240 bias=240/241
11.19/11.29	c Solving starts ...
11.19/11.29	c ============================[ Search Statistics ]============================
11.19/11.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.29	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.29	c =============================================================================
11.29/11.30	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.29/11.33	c  0.0s |       0 |      290 |        0 |    35882      0 |     8800 |    18336
11.29/11.33	c #cpu_time = 0.028s
11.29/11.33	c #wall_clock_time = 0.028s
11.29/11.33	c #decision = 290
11.29/11.33	c #random_decision = 0
11.29/11.33	c #conflict = 0
11.29/11.33	c #restart = 0
11.29/11.33	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.29/11.33	c lower bound updated to 132585645785
11.29/11.34	c BCD2: 132654989741 <= obj <= 244090728602
11.29/11.34	c BCD2: #cores=230, #unrelaxed=381, #relaxed=296, #hardened=0
11.29/11.34	c BCD2: #sat=1 #unsat=241 bias=241/242
11.29/11.34	c Solving starts ...
11.29/11.34	c ============================[ Search Statistics ]============================
11.29/11.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.29/11.34	c       |         |          |          |    Limit     GC | Var      | Constra 
11.29/11.34	c =============================================================================
11.29/11.34	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.29/11.37	c  0.0s |       0 |      291 |        0 |    35882      0 |     8800 |    18336
11.29/11.37	c #cpu_time = 0.031s
11.29/11.37	c #wall_clock_time = 0.031s
11.29/11.37	c #decision = 291
11.29/11.37	c #random_decision = 0
11.29/11.37	c #conflict = 0
11.29/11.37	c #restart = 0
11.29/11.37	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.29/11.37	c lower bound updated to 133140397441
11.29/11.37	c BCD2: 133209741397 <= obj <= 244090728602
11.29/11.37	c BCD2: #cores=231, #unrelaxed=380, #relaxed=297, #hardened=0
11.29/11.37	c BCD2: #sat=1 #unsat=242 bias=242/243
11.29/11.38	c Solving starts ...
11.29/11.38	c ============================[ Search Statistics ]============================
11.29/11.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.29/11.38	c       |         |          |          |    Limit     GC | Var      | Constra 
11.29/11.38	c =============================================================================
11.29/11.38	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.39/11.41	c  0.0s |       0 |      292 |        0 |    35882      0 |     8800 |    18336
11.39/11.41	c #cpu_time = 0.028s
11.39/11.41	c #wall_clock_time = 0.028s
11.39/11.41	c #decision = 292
11.39/11.41	c #random_decision = 0
11.39/11.41	c #conflict = 0
11.39/11.41	c #restart = 0
11.39/11.41	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.39/11.41	c lower bound updated to 133695149097
11.39/11.42	c BCD2: 133764493053 <= obj <= 244090728602
11.39/11.42	c BCD2: #cores=232, #unrelaxed=379, #relaxed=298, #hardened=0
11.39/11.42	c BCD2: #sat=1 #unsat=243 bias=243/244
11.39/11.42	c Solving starts ...
11.39/11.42	c ============================[ Search Statistics ]============================
11.39/11.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.39/11.42	c       |         |          |          |    Limit     GC | Var      | Constra 
11.39/11.42	c =============================================================================
11.39/11.42	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.39/11.45	c  0.0s |       0 |      294 |        0 |    35882      0 |     8800 |    18336
11.39/11.45	c #cpu_time = 0.032s
11.39/11.45	c #wall_clock_time = 0.032s
11.39/11.45	c #decision = 294
11.39/11.45	c #random_decision = 0
11.39/11.45	c #conflict = 0
11.39/11.45	c #restart = 0
11.39/11.45	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.39/11.45	c lower bound updated to 134249900753
11.39/11.46	c BCD2: 134319244709 <= obj <= 244090728602
11.39/11.46	c BCD2: #cores=233, #unrelaxed=378, #relaxed=299, #hardened=0
11.39/11.46	c BCD2: #sat=1 #unsat=244 bias=244/245
11.39/11.46	c Solving starts ...
11.39/11.46	c ============================[ Search Statistics ]============================
11.39/11.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.39/11.46	c       |         |          |          |    Limit     GC | Var      | Constra 
11.39/11.46	c =============================================================================
11.39/11.46	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.39/11.49	c  0.0s |       0 |      295 |        0 |    35882      0 |     8800 |    18336
11.39/11.49	c #cpu_time = 0.028s
11.39/11.49	c #wall_clock_time = 0.028s
11.39/11.49	c #decision = 295
11.39/11.49	c #random_decision = 0
11.39/11.49	c #conflict = 0
11.39/11.49	c #restart = 0
11.39/11.49	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.39/11.49	c lower bound updated to 134804652409
11.49/11.50	c BCD2: 134873996365 <= obj <= 244090728602
11.49/11.50	c BCD2: #cores=234, #unrelaxed=377, #relaxed=300, #hardened=0
11.49/11.50	c BCD2: #sat=1 #unsat=245 bias=245/246
11.49/11.50	c Solving starts ...
11.49/11.50	c ============================[ Search Statistics ]============================
11.49/11.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.49/11.50	c       |         |          |          |    Limit     GC | Var      | Constra 
11.49/11.50	c =============================================================================
11.49/11.50	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.49/11.53	c  0.0s |       0 |      296 |        0 |    35882      0 |     8800 |    18336
11.49/11.53	c #cpu_time = 0.032s
11.49/11.53	c #wall_clock_time = 0.032s
11.49/11.53	c #decision = 296
11.49/11.53	c #random_decision = 0
11.49/11.53	c #conflict = 0
11.49/11.53	c #restart = 0
11.49/11.53	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.49/11.53	c lower bound updated to 135359404065
11.49/11.54	c BCD2: 135428748021 <= obj <= 244090728602
11.49/11.54	c BCD2: #cores=235, #unrelaxed=376, #relaxed=301, #hardened=0
11.49/11.54	c BCD2: #sat=1 #unsat=246 bias=246/247
11.49/11.54	c Solving starts ...
11.49/11.54	c ============================[ Search Statistics ]============================
11.49/11.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.49/11.54	c       |         |          |          |    Limit     GC | Var      | Constra 
11.49/11.54	c =============================================================================
11.49/11.55	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.49/11.58	c  0.0s |       0 |      297 |        0 |    35882      0 |     8800 |    18336
11.49/11.58	c #cpu_time = 0.028s
11.49/11.58	c #wall_clock_time = 0.029s
11.49/11.58	c #decision = 297
11.49/11.58	c #random_decision = 0
11.49/11.58	c #conflict = 0
11.49/11.58	c #restart = 0
11.49/11.58	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.49/11.58	c lower bound updated to 135914155721
11.49/11.58	c BCD2: 135983499677 <= obj <= 244090728602
11.49/11.58	c BCD2: #cores=236, #unrelaxed=375, #relaxed=302, #hardened=0
11.49/11.58	c BCD2: #sat=1 #unsat=247 bias=247/248
11.49/11.58	c Solving starts ...
11.49/11.58	c ============================[ Search Statistics ]============================
11.49/11.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.49/11.58	c       |         |          |          |    Limit     GC | Var      | Constra 
11.49/11.58	c =============================================================================
11.49/11.58	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.59/11.62	c  0.0s |       0 |      298 |        0 |    35882      0 |     8800 |    18336
11.59/11.62	c #cpu_time = 0.032s
11.59/11.62	c #wall_clock_time = 0.032s
11.59/11.62	c #decision = 298
11.59/11.62	c #random_decision = 0
11.59/11.62	c #conflict = 0
11.59/11.62	c #restart = 0
11.59/11.62	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.59/11.62	c lower bound updated to 136468907377
11.59/11.62	c BCD2: 136538251333 <= obj <= 244090728602
11.59/11.62	c BCD2: #cores=237, #unrelaxed=374, #relaxed=303, #hardened=0
11.59/11.62	c BCD2: #sat=1 #unsat=248 bias=248/249
11.59/11.62	c Solving starts ...
11.59/11.62	c ============================[ Search Statistics ]============================
11.59/11.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.59/11.62	c       |         |          |          |    Limit     GC | Var      | Constra 
11.59/11.62	c =============================================================================
11.59/11.63	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.59/11.66	c  0.0s |       0 |      299 |        0 |    35882      0 |     8800 |    18336
11.59/11.66	c #cpu_time = 0.029s
11.59/11.66	c #wall_clock_time = 0.029s
11.59/11.66	c #decision = 299
11.59/11.66	c #random_decision = 0
11.59/11.66	c #conflict = 0
11.59/11.66	c #restart = 0
11.59/11.66	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.59/11.66	c lower bound updated to 137023659033
11.59/11.67	c BCD2: 137093002989 <= obj <= 244090728602
11.59/11.67	c BCD2: #cores=238, #unrelaxed=373, #relaxed=304, #hardened=0
11.59/11.67	c BCD2: #sat=1 #unsat=249 bias=249/250
11.59/11.67	c Solving starts ...
11.59/11.67	c ============================[ Search Statistics ]============================
11.59/11.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.59/11.67	c       |         |          |          |    Limit     GC | Var      | Constra 
11.59/11.67	c =============================================================================
11.59/11.67	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.69/11.70	c  0.0s |       0 |      300 |        0 |    35882      0 |     8800 |    18336
11.69/11.70	c #cpu_time = 0.033s
11.69/11.70	c #wall_clock_time = 0.033s
11.69/11.70	c #decision = 300
11.69/11.70	c #random_decision = 0
11.69/11.70	c #conflict = 0
11.69/11.70	c #restart = 0
11.69/11.70	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.69/11.70	c lower bound updated to 137578410689
11.69/11.71	c BCD2: 137647754645 <= obj <= 244090728602
11.69/11.71	c BCD2: #cores=239, #unrelaxed=372, #relaxed=305, #hardened=0
11.69/11.71	c BCD2: #sat=1 #unsat=250 bias=250/251
11.69/11.71	c Solving starts ...
11.69/11.71	c ============================[ Search Statistics ]============================
11.69/11.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.69/11.71	c       |         |          |          |    Limit     GC | Var      | Constra 
11.69/11.71	c =============================================================================
11.69/11.71	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.69/11.74	c  0.0s |       0 |      301 |        0 |    35882      0 |     8800 |    18336
11.69/11.74	c #cpu_time = 0.029s
11.69/11.74	c #wall_clock_time = 0.029s
11.69/11.74	c #decision = 301
11.69/11.74	c #random_decision = 0
11.69/11.74	c #conflict = 0
11.69/11.74	c #restart = 0
11.69/11.74	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.69/11.74	c lower bound updated to 138133162345
11.69/11.75	c BCD2: 138202506301 <= obj <= 244090728602
11.69/11.75	c BCD2: #cores=240, #unrelaxed=371, #relaxed=306, #hardened=0
11.69/11.75	c BCD2: #sat=1 #unsat=251 bias=251/252
11.69/11.75	c Solving starts ...
11.69/11.75	c ============================[ Search Statistics ]============================
11.69/11.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.69/11.75	c       |         |          |          |    Limit     GC | Var      | Constra 
11.69/11.75	c =============================================================================
11.69/11.75	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.69/11.78	c  0.0s |       0 |      302 |        0 |    35882      0 |     8800 |    18336
11.69/11.78	c #cpu_time = 0.032s
11.69/11.78	c #wall_clock_time = 0.032s
11.69/11.78	c #decision = 302
11.69/11.78	c #random_decision = 0
11.69/11.78	c #conflict = 0
11.69/11.78	c #restart = 0
11.69/11.78	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.69/11.78	c lower bound updated to 138687914001
11.69/11.79	c BCD2: 138757257957 <= obj <= 244090728602
11.69/11.79	c BCD2: #cores=241, #unrelaxed=370, #relaxed=307, #hardened=0
11.69/11.79	c BCD2: #sat=1 #unsat=252 bias=252/253
11.69/11.79	c Solving starts ...
11.69/11.79	c ============================[ Search Statistics ]============================
11.69/11.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.69/11.79	c       |         |          |          |    Limit     GC | Var      | Constra 
11.69/11.79	c =============================================================================
11.79/11.80	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.79/11.83	c  0.0s |       0 |      304 |        0 |    35882      0 |     8800 |    18336
11.79/11.83	c #cpu_time = 0.028s
11.79/11.83	c #wall_clock_time = 0.029s
11.79/11.83	c #decision = 304
11.79/11.83	c #random_decision = 0
11.79/11.83	c #conflict = 0
11.79/11.83	c #restart = 0
11.79/11.83	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.79/11.83	c lower bound updated to 139242665657
11.79/11.83	c BCD2: 139312009613 <= obj <= 244090728602
11.79/11.83	c BCD2: #cores=242, #unrelaxed=369, #relaxed=308, #hardened=0
11.79/11.83	c BCD2: #sat=1 #unsat=253 bias=253/254
11.79/11.83	c Solving starts ...
11.79/11.83	c ============================[ Search Statistics ]============================
11.79/11.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.79/11.83	c       |         |          |          |    Limit     GC | Var      | Constra 
11.79/11.83	c =============================================================================
11.79/11.83	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.79/11.87	c  0.0s |       0 |      310 |        0 |    35882      0 |     8800 |    18336
11.79/11.87	c #cpu_time = 0.032s
11.79/11.87	c #wall_clock_time = 0.032s
11.79/11.87	c #decision = 310
11.79/11.87	c #random_decision = 0
11.79/11.87	c #conflict = 0
11.79/11.87	c #restart = 0
11.79/11.87	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.79/11.87	c lower bound updated to 139797417313
11.79/11.87	c BCD2: 139866761269 <= obj <= 244090728602
11.79/11.87	c BCD2: #cores=243, #unrelaxed=368, #relaxed=309, #hardened=0
11.79/11.87	c BCD2: #sat=1 #unsat=254 bias=254/255
11.79/11.87	c Solving starts ...
11.79/11.87	c ============================[ Search Statistics ]============================
11.79/11.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.79/11.87	c       |         |          |          |    Limit     GC | Var      | Constra 
11.79/11.87	c =============================================================================
11.79/11.88	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.89/11.91	c  0.0s |       0 |      311 |        0 |    35882      0 |     8800 |    18336
11.89/11.91	c #cpu_time = 0.028s
11.89/11.91	c #wall_clock_time = 0.028s
11.89/11.91	c #decision = 311
11.89/11.91	c #random_decision = 0
11.89/11.91	c #conflict = 0
11.89/11.91	c #restart = 0
11.89/11.91	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.89/11.91	c lower bound updated to 140352168969
11.89/11.92	c BCD2: 140421512925 <= obj <= 244090728602
11.89/11.92	c BCD2: #cores=244, #unrelaxed=367, #relaxed=310, #hardened=0
11.89/11.92	c BCD2: #sat=1 #unsat=255 bias=255/256
11.89/11.92	c Solving starts ...
11.89/11.92	c ============================[ Search Statistics ]============================
11.89/11.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.89/11.92	c       |         |          |          |    Limit     GC | Var      | Constra 
11.89/11.92	c =============================================================================
11.89/11.92	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.89/11.95	c  0.0s |       0 |      312 |        0 |    35882      0 |     8800 |    18336
11.89/11.95	c #cpu_time = 0.032s
11.89/11.95	c #wall_clock_time = 0.032s
11.89/11.95	c #decision = 312
11.89/11.95	c #random_decision = 0
11.89/11.95	c #conflict = 0
11.89/11.95	c #restart = 0
11.89/11.95	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.89/11.95	c lower bound updated to 140906920625
11.89/11.96	c BCD2: 140976264581 <= obj <= 244090728602
11.89/11.96	c BCD2: #cores=245, #unrelaxed=366, #relaxed=311, #hardened=0
11.89/11.96	c BCD2: #sat=1 #unsat=256 bias=256/257
11.89/11.96	c Solving starts ...
11.89/11.96	c ============================[ Search Statistics ]============================
11.89/11.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.89/11.96	c       |         |          |          |    Limit     GC | Var      | Constra 
11.89/11.96	c =============================================================================
11.89/11.96	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.89/11.99	c  0.0s |       0 |      313 |        0 |    35882      0 |     8800 |    18336
11.89/11.99	c #cpu_time = 0.029s
11.89/11.99	c #wall_clock_time = 0.029s
11.89/11.99	c #decision = 313
11.89/11.99	c #random_decision = 0
11.89/11.99	c #conflict = 0
11.89/11.99	c #restart = 0
11.89/11.99	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.89/11.99	c lower bound updated to 141461672281
11.99/12.00	c BCD2: 141531016237 <= obj <= 244090728602
11.99/12.00	c BCD2: #cores=246, #unrelaxed=365, #relaxed=312, #hardened=0
11.99/12.00	c BCD2: #sat=1 #unsat=257 bias=257/258
11.99/12.00	c Solving starts ...
11.99/12.00	c ============================[ Search Statistics ]============================
11.99/12.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.99/12.00	c       |         |          |          |    Limit     GC | Var      | Constra 
11.99/12.00	c =============================================================================
11.99/12.00	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.99/12.03	c  0.0s |       0 |      315 |        0 |    35882      0 |     8800 |    18336
11.99/12.03	c #cpu_time = 0.032s
11.99/12.03	c #wall_clock_time = 0.032s
11.99/12.03	c #decision = 315
11.99/12.03	c #random_decision = 0
11.99/12.03	c #conflict = 0
11.99/12.03	c #restart = 0
11.99/12.03	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.99/12.03	c lower bound updated to 142016423937
11.99/12.04	c BCD2: 142085767893 <= obj <= 244090728602
11.99/12.04	c BCD2: #cores=247, #unrelaxed=364, #relaxed=313, #hardened=0
11.99/12.04	c BCD2: #sat=1 #unsat=258 bias=258/259
11.99/12.04	c Solving starts ...
11.99/12.04	c ============================[ Search Statistics ]============================
11.99/12.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.99/12.04	c       |         |          |          |    Limit     GC | Var      | Constra 
11.99/12.04	c =============================================================================
11.99/12.05	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
11.99/12.08	c  0.0s |       0 |      317 |        0 |    35882      0 |     8800 |    18336
11.99/12.08	c #cpu_time = 0.029s
11.99/12.08	c #wall_clock_time = 0.029s
11.99/12.08	c #decision = 317
11.99/12.08	c #random_decision = 0
11.99/12.08	c #conflict = 0
11.99/12.08	c #restart = 0
11.99/12.08	c BCD2: found a new core of size 1: cost of the new core is >=554751656
11.99/12.08	c lower bound updated to 142571175593
11.99/12.08	c BCD2: 142640519549 <= obj <= 244090728602
11.99/12.08	c BCD2: #cores=248, #unrelaxed=363, #relaxed=314, #hardened=0
11.99/12.08	c BCD2: #sat=1 #unsat=259 bias=259/260
11.99/12.08	c Solving starts ...
11.99/12.08	c ============================[ Search Statistics ]============================
11.99/12.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.99/12.08	c       |         |          |          |    Limit     GC | Var      | Constra 
11.99/12.08	c =============================================================================
11.99/12.08	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
12.09/12.12	c  0.0s |       0 |      318 |        0 |    35882      0 |     8800 |    18336
12.09/12.12	c #cpu_time = 0.032s
12.09/12.12	c #wall_clock_time = 0.032s
12.09/12.12	c #decision = 318
12.09/12.12	c #random_decision = 0
12.09/12.12	c #conflict = 0
12.09/12.12	c #restart = 0
12.09/12.12	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.09/12.12	c lower bound updated to 143125927249
12.09/12.12	c BCD2: 143195271205 <= obj <= 244090728602
12.09/12.12	c BCD2: #cores=249, #unrelaxed=362, #relaxed=315, #hardened=0
12.09/12.12	c BCD2: #sat=1 #unsat=260 bias=260/261
12.09/12.12	c Solving starts ...
12.09/12.12	c ============================[ Search Statistics ]============================
12.09/12.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.09/12.12	c       |         |          |          |    Limit     GC | Var      | Constra 
12.09/12.12	c =============================================================================
12.09/12.13	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
12.09/12.16	c  0.0s |       0 |      319 |        0 |    35882      0 |     8800 |    18336
12.09/12.16	c #cpu_time = 0.029s
12.09/12.16	c #wall_clock_time = 0.029s
12.09/12.16	c #decision = 319
12.09/12.16	c #random_decision = 0
12.09/12.16	c #conflict = 0
12.09/12.16	c #restart = 0
12.09/12.16	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.09/12.16	c lower bound updated to 143680678905
12.09/12.17	c BCD2: 143750022861 <= obj <= 244090728602
12.09/12.17	c BCD2: #cores=250, #unrelaxed=361, #relaxed=316, #hardened=0
12.09/12.17	c BCD2: #sat=1 #unsat=261 bias=261/262
12.09/12.17	c Solving starts ...
12.09/12.17	c ============================[ Search Statistics ]============================
12.09/12.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.09/12.17	c       |         |          |          |    Limit     GC | Var      | Constra 
12.09/12.17	c =============================================================================
12.09/12.17	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
12.09/12.20	c  0.0s |       0 |      320 |        0 |    35882      0 |     8800 |    18336
12.09/12.20	c #cpu_time = 0.032s
12.09/12.20	c #wall_clock_time = 0.032s
12.09/12.20	c #decision = 320
12.09/12.20	c #random_decision = 0
12.09/12.20	c #conflict = 0
12.09/12.20	c #restart = 0
12.09/12.20	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.09/12.20	c lower bound updated to 144235430561
12.19/12.21	c BCD2: 144304774517 <= obj <= 244090728602
12.19/12.21	c BCD2: #cores=251, #unrelaxed=360, #relaxed=317, #hardened=0
12.19/12.21	c BCD2: #sat=1 #unsat=262 bias=262/263
12.19/12.21	c Solving starts ...
12.19/12.21	c ============================[ Search Statistics ]============================
12.19/12.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.19/12.21	c       |         |          |          |    Limit     GC | Var      | Constra 
12.19/12.21	c =============================================================================
12.19/12.21	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
12.19/12.24	c  0.0s |       0 |      321 |        0 |    35882      0 |     8800 |    18336
12.19/12.24	c #cpu_time = 0.029s
12.19/12.24	c #wall_clock_time = 0.030s
12.19/12.24	c #decision = 321
12.19/12.24	c #random_decision = 0
12.19/12.24	c #conflict = 0
12.19/12.24	c #restart = 0
12.19/12.24	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.19/12.24	c lower bound updated to 144790182217
12.19/12.25	c BCD2: 144859526173 <= obj <= 244090728602
12.19/12.25	c BCD2: #cores=252, #unrelaxed=359, #relaxed=318, #hardened=0
12.19/12.25	c BCD2: #sat=1 #unsat=263 bias=263/264
12.19/12.25	c Solving starts ...
12.19/12.25	c ============================[ Search Statistics ]============================
12.19/12.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.19/12.25	c       |         |          |          |    Limit     GC | Var      | Constra 
12.19/12.25	c =============================================================================
12.19/12.25	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
12.19/12.28	c  0.0s |       0 |      322 |        0 |    35882      0 |     8800 |    18336
12.19/12.28	c #cpu_time = 0.033s
12.19/12.28	c #wall_clock_time = 0.033s
12.19/12.28	c #decision = 322
12.19/12.28	c #random_decision = 0
12.19/12.28	c #conflict = 0
12.19/12.28	c #restart = 0
12.19/12.28	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.19/12.29	c lower bound updated to 145344933873
12.19/12.29	c BCD2: 145414277829 <= obj <= 244090728602
12.19/12.29	c BCD2: #cores=253, #unrelaxed=358, #relaxed=319, #hardened=0
12.19/12.29	c BCD2: #sat=1 #unsat=264 bias=264/265
12.19/12.29	c Solving starts ...
12.19/12.29	c ============================[ Search Statistics ]============================
12.19/12.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.19/12.29	c       |         |          |          |    Limit     GC | Var      | Constra 
12.19/12.29	c =============================================================================
12.29/12.30	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
12.29/12.33	c  0.0s |       0 |      323 |        0 |    35882      0 |     8800 |    18336
12.29/12.33	c #cpu_time = 0.029s
12.29/12.33	c #wall_clock_time = 0.029s
12.29/12.33	c #decision = 323
12.29/12.33	c #random_decision = 0
12.29/12.33	c #conflict = 0
12.29/12.33	c #restart = 0
12.29/12.33	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.29/12.33	c lower bound updated to 145899685529
12.29/12.34	c BCD2: 145969029485 <= obj <= 244090728602
12.29/12.34	c BCD2: #cores=254, #unrelaxed=357, #relaxed=320, #hardened=0
12.29/12.34	c BCD2: #sat=1 #unsat=265 bias=265/266
12.29/12.34	c Solving starts ...
12.29/12.34	c ============================[ Search Statistics ]============================
12.29/12.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.29/12.34	c       |         |          |          |    Limit     GC | Var      | Constra 
12.29/12.34	c =============================================================================
12.29/12.34	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
12.29/12.37	c  0.0s |       0 |      324 |        0 |    35882      0 |     8800 |    18336
12.29/12.37	c #cpu_time = 0.032s
12.29/12.37	c #wall_clock_time = 0.032s
12.29/12.37	c #decision = 324
12.29/12.37	c #random_decision = 0
12.29/12.37	c #conflict = 0
12.29/12.37	c #restart = 0
12.29/12.37	c BCD2: found a new core of size 3: cost of the new core is >=554751656
12.29/12.37	c lower bound updated to 146454437185
12.29/12.38	c BCD2: 146523781141 <= obj <= 244090728602
12.29/12.38	c BCD2: #cores=255, #unrelaxed=354, #relaxed=323, #hardened=0
12.29/12.38	c BCD2: #sat=1 #unsat=266 bias=266/267
12.29/12.38	c Solving starts ...
12.29/12.38	c ============================[ Search Statistics ]============================
12.29/12.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.29/12.38	c       |         |          |          |    Limit     GC | Var      | Constra 
12.29/12.38	c =============================================================================
12.29/12.38	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
12.39/12.41	c  0.0s |       0 |      323 |        0 |    35882      0 |     8800 |    18336
12.39/12.41	c #cpu_time = 0.029s
12.39/12.41	c #wall_clock_time = 0.029s
12.39/12.41	c #decision = 323
12.39/12.41	c #random_decision = 0
12.39/12.41	c #conflict = 0
12.39/12.41	c #restart = 0
12.39/12.41	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.39/12.41	c lower bound updated to 147009188841
12.39/12.42	c BCD2: 147078532797 <= obj <= 244090728602
12.39/12.42	c BCD2: #cores=256, #unrelaxed=353, #relaxed=324, #hardened=0
12.39/12.42	c BCD2: #sat=1 #unsat=267 bias=267/268
12.39/12.42	c Solving starts ...
12.39/12.42	c ============================[ Search Statistics ]============================
12.39/12.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.39/12.42	c       |         |          |          |    Limit     GC | Var      | Constra 
12.39/12.42	c =============================================================================
12.39/12.42	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
12.39/12.45	c  0.0s |       0 |      324 |        0 |    35882      0 |     8800 |    18336
12.39/12.45	c #cpu_time = 0.032s
12.39/12.45	c #wall_clock_time = 0.032s
12.39/12.45	c #decision = 324
12.39/12.45	c #random_decision = 0
12.39/12.45	c #conflict = 0
12.39/12.45	c #restart = 0
12.39/12.45	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.39/12.45	c lower bound updated to 147563940497
12.39/12.46	c BCD2: 147633284453 <= obj <= 244090728602
12.39/12.46	c BCD2: #cores=257, #unrelaxed=352, #relaxed=325, #hardened=0
12.39/12.46	c BCD2: #sat=1 #unsat=268 bias=268/269
12.39/12.47	c Solving starts ...
12.39/12.47	c ============================[ Search Statistics ]============================
12.39/12.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.39/12.47	c       |         |          |          |    Limit     GC | Var      | Constra 
12.39/12.47	c =============================================================================
12.39/12.47	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
12.39/12.50	c  0.0s |       0 |      325 |        0 |    35882      0 |     8800 |    18336
12.39/12.50	c #cpu_time = 0.029s
12.39/12.50	c #wall_clock_time = 0.029s
12.39/12.50	c #decision = 325
12.39/12.50	c #random_decision = 0
12.39/12.50	c #conflict = 0
12.39/12.50	c #restart = 0
12.39/12.50	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.39/12.50	c lower bound updated to 148118692153
12.48/12.50	c BCD2: 148188036109 <= obj <= 244090728602
12.48/12.50	c BCD2: #cores=258, #unrelaxed=351, #relaxed=326, #hardened=0
12.48/12.50	c BCD2: #sat=1 #unsat=269 bias=269/270
12.48/12.50	c Solving starts ...
12.48/12.50	c ============================[ Search Statistics ]============================
12.48/12.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.48/12.50	c       |         |          |          |    Limit     GC | Var      | Constra 
12.48/12.50	c =============================================================================
12.48/12.51	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
12.48/12.54	c  0.0s |       0 |      326 |        0 |    35882      0 |     8800 |    18336
12.48/12.54	c #cpu_time = 0.030s
12.48/12.54	c #wall_clock_time = 0.030s
12.48/12.54	c #decision = 326
12.48/12.54	c #random_decision = 0
12.48/12.54	c #conflict = 0
12.48/12.54	c #restart = 0
12.48/12.54	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.48/12.54	c lower bound updated to 148673443809
12.48/12.55	c BCD2: 148742787765 <= obj <= 244090728602
12.48/12.55	c BCD2: #cores=259, #unrelaxed=350, #relaxed=327, #hardened=0
12.48/12.55	c BCD2: #sat=1 #unsat=270 bias=270/271
12.48/12.55	c Solving starts ...
12.48/12.55	c ============================[ Search Statistics ]============================
12.48/12.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.48/12.55	c       |         |          |          |    Limit     GC | Var      | Constra 
12.48/12.55	c =============================================================================
12.48/12.55	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
12.48/12.58	c  0.0s |       0 |      327 |        0 |    35882      0 |     8800 |    18336
12.48/12.58	c #cpu_time = 0.031s
12.48/12.58	c #wall_clock_time = 0.031s
12.48/12.58	c #decision = 327
12.48/12.58	c #random_decision = 0
12.48/12.58	c #conflict = 0
12.48/12.58	c #restart = 0
12.48/12.58	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.48/12.58	c lower bound updated to 149228195465
12.48/12.59	c BCD2: 149297539421 <= obj <= 244090728602
12.48/12.59	c BCD2: #cores=260, #unrelaxed=349, #relaxed=328, #hardened=0
12.48/12.59	c BCD2: #sat=1 #unsat=271 bias=271/272
12.48/12.59	c Solving starts ...
12.48/12.59	c ============================[ Search Statistics ]============================
12.48/12.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.48/12.59	c       |         |          |          |    Limit     GC | Var      | Constra 
12.48/12.59	c =============================================================================
12.48/12.59	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
12.58/12.62	c  0.0s |       0 |      328 |        0 |    35882      0 |     8800 |    18336
12.58/12.62	c #cpu_time = 0.030s
12.58/12.62	c #wall_clock_time = 0.030s
12.58/12.62	c #decision = 328
12.58/12.62	c #random_decision = 0
12.58/12.62	c #conflict = 0
12.58/12.62	c #restart = 0
12.58/12.62	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.58/12.62	c lower bound updated to 149782947121
12.58/12.63	c BCD2: 149852291077 <= obj <= 244090728602
12.58/12.63	c BCD2: #cores=261, #unrelaxed=348, #relaxed=329, #hardened=0
12.58/12.63	c BCD2: #sat=1 #unsat=272 bias=272/273
12.58/12.63	c Solving starts ...
12.58/12.63	c ============================[ Search Statistics ]============================
12.58/12.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.58/12.63	c       |         |          |          |    Limit     GC | Var      | Constra 
12.58/12.63	c =============================================================================
12.58/12.64	c  0.0s |       0 |        0 |        0 |    35882      0 |     8800 |    18336
12.58/12.67	c  0.0s |       0 |      330 |        0 |    35882      0 |     8800 |    18336
12.58/12.67	c #cpu_time = 0.029s
12.58/12.67	c #wall_clock_time = 0.029s
12.58/12.67	c #decision = 330
12.58/12.67	c #random_decision = 0
12.58/12.67	c #conflict = 0
12.58/12.67	c #restart = 0
12.58/12.67	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 6: cost of the new core is >=1109503312
12.58/12.67	c BCD2: refineLB: 1107471255 -> 1109503312
12.58/12.67	c lower bound updated to 150337698777
12.58/12.67	c BCD2: 150407042733 <= obj <= 244090728602
12.58/12.67	c BCD2: #cores=261, #unrelaxed=344, #relaxed=333, #hardened=0
12.58/12.67	c BCD2: #sat=1 #unsat=273 bias=273/274
12.58/12.67	c Solving starts ...
12.58/12.67	c ============================[ Search Statistics ]============================
12.58/12.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.58/12.67	c       |         |          |          |    Limit     GC | Var      | Constra 
12.58/12.67	c =============================================================================
12.58/12.67	c  0.0s |       0 |        0 |        0 |    35882      0 |     9060 |    18336
12.68/12.71	c  0.0s |       0 |      327 |        0 |    35882      0 |     9060 |    18855
12.68/12.71	c #cpu_time = 0.033s
12.68/12.71	c #wall_clock_time = 0.033s
12.68/12.71	c #decision = 327
12.68/12.71	c #random_decision = 0
12.68/12.71	c #conflict = 0
12.68/12.71	c #restart = 0
12.68/12.71	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.68/12.71	c lower bound updated to 150892450433
12.68/12.72	c BCD2: 150961794389 <= obj <= 244090728602
12.68/12.72	c BCD2: #cores=262, #unrelaxed=343, #relaxed=334, #hardened=0
12.68/12.72	c BCD2: #sat=1 #unsat=274 bias=274/275
12.68/12.72	c Solving starts ...
12.68/12.72	c ============================[ Search Statistics ]============================
12.68/12.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.68/12.72	c       |         |          |          |    Limit     GC | Var      | Constra 
12.68/12.72	c =============================================================================
12.68/12.72	c  0.0s |       0 |        0 |        0 |    35882      0 |     9060 |    18855
12.68/12.75	c  0.0s |       0 |      328 |        0 |    35882      0 |     9060 |    18855
12.68/12.75	c #cpu_time = 0.029s
12.68/12.75	c #wall_clock_time = 0.029s
12.68/12.75	c #decision = 328
12.68/12.75	c #random_decision = 0
12.68/12.75	c #conflict = 0
12.68/12.75	c #restart = 0
12.68/12.75	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.68/12.75	c lower bound updated to 151447202089
12.68/12.76	c BCD2: 151516546045 <= obj <= 244090728602
12.68/12.76	c BCD2: #cores=263, #unrelaxed=342, #relaxed=335, #hardened=0
12.68/12.76	c BCD2: #sat=1 #unsat=275 bias=275/276
12.68/12.76	c Solving starts ...
12.68/12.76	c ============================[ Search Statistics ]============================
12.68/12.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.68/12.76	c       |         |          |          |    Limit     GC | Var      | Constra 
12.68/12.76	c =============================================================================
12.68/12.76	c  0.0s |       0 |        0 |        0 |    35882      0 |     9060 |    18855
12.68/12.79	c  0.0s |       0 |      329 |        0 |    35882      0 |     9060 |    18855
12.68/12.79	c #cpu_time = 0.030s
12.68/12.79	c #wall_clock_time = 0.030s
12.68/12.79	c #decision = 329
12.68/12.79	c #random_decision = 0
12.68/12.79	c #conflict = 0
12.68/12.79	c #restart = 0
12.68/12.79	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.68/12.80	c lower bound updated to 152001953745
12.78/12.80	c BCD2: 152071297701 <= obj <= 244090728602
12.78/12.80	c BCD2: #cores=264, #unrelaxed=341, #relaxed=336, #hardened=0
12.78/12.80	c BCD2: #sat=1 #unsat=276 bias=276/277
12.78/12.80	c Solving starts ...
12.78/12.80	c ============================[ Search Statistics ]============================
12.78/12.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.78/12.80	c       |         |          |          |    Limit     GC | Var      | Constra 
12.78/12.80	c =============================================================================
12.78/12.80	c  0.0s |       0 |        0 |        0 |    35882      0 |     9060 |    18855
12.78/12.83	c  0.0s |       0 |      332 |        0 |    35882      0 |     9060 |    18855
12.78/12.83	c #cpu_time = 0.031s
12.78/12.83	c #wall_clock_time = 0.031s
12.78/12.83	c #decision = 332
12.78/12.83	c #random_decision = 0
12.78/12.83	c #conflict = 0
12.78/12.83	c #restart = 0
12.78/12.83	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.78/12.83	c lower bound updated to 152556705401
12.78/12.84	c BCD2: 152626049357 <= obj <= 244090728602
12.78/12.84	c BCD2: #cores=265, #unrelaxed=340, #relaxed=337, #hardened=0
12.78/12.84	c BCD2: #sat=1 #unsat=277 bias=277/278
12.78/12.85	c Solving starts ...
12.78/12.85	c ============================[ Search Statistics ]============================
12.78/12.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.78/12.85	c       |         |          |          |    Limit     GC | Var      | Constra 
12.78/12.85	c =============================================================================
12.78/12.85	c  0.0s |       0 |        0 |        0 |    35882      0 |     9060 |    18855
12.78/12.88	c  0.0s |       0 |      333 |        0 |    35882      0 |     9060 |    18855
12.78/12.88	c #cpu_time = 0.030s
12.78/12.88	c #wall_clock_time = 0.030s
12.78/12.88	c #decision = 333
12.78/12.88	c #random_decision = 0
12.78/12.88	c #conflict = 0
12.78/12.88	c #restart = 0
12.78/12.88	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.78/12.88	c lower bound updated to 153111457057
12.78/12.89	c BCD2: 153180801013 <= obj <= 244090728602
12.78/12.89	c BCD2: #cores=266, #unrelaxed=339, #relaxed=338, #hardened=0
12.78/12.89	c BCD2: #sat=1 #unsat=278 bias=278/279
12.78/12.89	c Solving starts ...
12.78/12.89	c ============================[ Search Statistics ]============================
12.78/12.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.78/12.89	c       |         |          |          |    Limit     GC | Var      | Constra 
12.78/12.89	c =============================================================================
12.78/12.89	c  0.0s |       0 |        0 |        0 |    35882      0 |     9060 |    18855
12.88/12.92	c  0.0s |       0 |      334 |        0 |    35882      0 |     9060 |    18855
12.88/12.92	c #cpu_time = 0.029s
12.88/12.92	c #wall_clock_time = 0.029s
12.88/12.92	c #decision = 334
12.88/12.92	c #random_decision = 0
12.88/12.92	c #conflict = 0
12.88/12.92	c #restart = 0
12.88/12.92	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.88/12.92	c lower bound updated to 153666208713
12.88/12.93	c BCD2: 153735552669 <= obj <= 244090728602
12.88/12.93	c BCD2: #cores=267, #unrelaxed=338, #relaxed=339, #hardened=0
12.88/12.93	c BCD2: #sat=1 #unsat=279 bias=279/280
12.88/12.93	c Solving starts ...
12.88/12.93	c ============================[ Search Statistics ]============================
12.88/12.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.88/12.93	c       |         |          |          |    Limit     GC | Var      | Constra 
12.88/12.93	c =============================================================================
12.88/12.93	c  0.0s |       0 |        0 |        0 |    35882      0 |     9060 |    18855
12.88/12.96	c  0.0s |       0 |      335 |        0 |    35882      0 |     9060 |    18855
12.88/12.96	c #cpu_time = 0.032s
12.88/12.96	c #wall_clock_time = 0.032s
12.88/12.96	c #decision = 335
12.88/12.96	c #random_decision = 0
12.88/12.96	c #conflict = 0
12.88/12.96	c #restart = 0
12.88/12.96	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.88/12.96	c lower bound updated to 154220960369
12.88/12.97	c BCD2: 154290304325 <= obj <= 244090728602
12.88/12.97	c BCD2: #cores=268, #unrelaxed=337, #relaxed=340, #hardened=0
12.88/12.97	c BCD2: #sat=1 #unsat=280 bias=280/281
12.88/12.98	c Solving starts ...
12.88/12.98	c ============================[ Search Statistics ]============================
12.88/12.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.88/12.98	c       |         |          |          |    Limit     GC | Var      | Constra 
12.88/12.98	c =============================================================================
12.88/12.98	c  0.0s |       0 |        0 |        0 |    35882      0 |     9060 |    18855
12.98/13.01	c  0.0s |       0 |      337 |        0 |    35882      0 |     9060 |    18855
12.98/13.01	c #cpu_time = 0.029s
12.98/13.01	c #wall_clock_time = 0.029s
12.98/13.01	c #decision = 337
12.98/13.01	c #random_decision = 0
12.98/13.01	c #conflict = 0
12.98/13.01	c #restart = 0
12.98/13.01	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.98/13.01	c lower bound updated to 154775712025
12.98/13.01	c BCD2: 154845055981 <= obj <= 244090728602
12.98/13.01	c BCD2: #cores=269, #unrelaxed=336, #relaxed=341, #hardened=0
12.98/13.01	c BCD2: #sat=1 #unsat=281 bias=281/282
12.98/13.01	c Solving starts ...
12.98/13.01	c ============================[ Search Statistics ]============================
12.98/13.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.98/13.01	c       |         |          |          |    Limit     GC | Var      | Constra 
12.98/13.01	c =============================================================================
12.98/13.02	c  0.0s |       0 |        0 |        0 |    35882      0 |     9060 |    18855
12.98/13.05	c  0.0s |       0 |      338 |        0 |    35882      0 |     9060 |    18855
12.98/13.05	c #cpu_time = 0.030s
12.98/13.05	c #wall_clock_time = 0.030s
12.98/13.05	c #decision = 338
12.98/13.05	c #random_decision = 0
12.98/13.05	c #conflict = 0
12.98/13.05	c #restart = 0
12.98/13.05	c BCD2: found a new core of size 1: cost of the new core is >=554751656
12.98/13.05	c lower bound updated to 155330463681
12.98/13.06	c BCD2: 155399807637 <= obj <= 244090728602
12.98/13.06	c BCD2: #cores=270, #unrelaxed=335, #relaxed=342, #hardened=0
12.98/13.06	c BCD2: #sat=1 #unsat=282 bias=282/283
12.98/13.06	c Solving starts ...
12.98/13.06	c ============================[ Search Statistics ]============================
12.98/13.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.98/13.06	c       |         |          |          |    Limit     GC | Var      | Constra 
12.98/13.06	c =============================================================================
12.98/13.06	c  0.0s |       0 |        0 |        0 |    35882      0 |     9060 |    18855
12.98/13.09	c  0.0s |       0 |      341 |        1 |    35882      0 |     9060 |    18855
12.98/13.09	c #cpu_time = 0.032s
12.98/13.09	c #wall_clock_time = 0.032s
12.98/13.09	c #decision = 341
12.98/13.09	c #random_decision = 0
12.98/13.09	c #conflict = 1
12.98/13.09	c #restart = 0
12.98/13.09	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 5: cost of the new core is >=1109503312
12.98/13.09	c BCD2: refineLB: 554751657 -> 1109503312
12.98/13.09	c lower bound updated to 155885215337
13.08/13.10	c BCD2: 155954559293 <= obj <= 244090728602
13.08/13.10	c BCD2: #cores=270, #unrelaxed=332, #relaxed=345, #hardened=0
13.08/13.10	c BCD2: #sat=1 #unsat=283 bias=283/284
13.08/13.10	c Solving starts ...
13.08/13.10	c ============================[ Search Statistics ]============================
13.08/13.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.08/13.10	c       |         |          |          |    Limit     GC | Var      | Constra 
13.08/13.10	c =============================================================================
13.08/13.10	c  0.0s |       0 |        0 |        0 |    35882      0 |     9061 |    18855
13.08/13.13	c  0.0s |       0 |      338 |        0 |    35882      0 |     9061 |    18856
13.08/13.13	c #cpu_time = 0.030s
13.08/13.13	c #wall_clock_time = 0.030s
13.08/13.13	c #decision = 338
13.08/13.13	c #random_decision = 0
13.08/13.13	c #conflict = 0
13.08/13.13	c #restart = 0
13.08/13.13	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.08/13.13	c lower bound updated to 156439966993
13.08/13.14	c BCD2: 156509310949 <= obj <= 244090728602
13.08/13.14	c BCD2: #cores=271, #unrelaxed=331, #relaxed=346, #hardened=0
13.08/13.14	c BCD2: #sat=1 #unsat=284 bias=284/285
13.08/13.14	c Solving starts ...
13.08/13.14	c ============================[ Search Statistics ]============================
13.08/13.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.08/13.14	c       |         |          |          |    Limit     GC | Var      | Constra 
13.08/13.14	c =============================================================================
13.08/13.15	c  0.0s |       0 |        0 |        0 |    35882      0 |     9061 |    18856
13.08/13.18	c  0.0s |       0 |      354 |        1 |    35882      0 |     9061 |    18856
13.08/13.18	c #cpu_time = 0.030s
13.08/13.18	c #wall_clock_time = 0.030s
13.08/13.18	c #decision = 354
13.08/13.18	c #random_decision = 0
13.08/13.18	c #conflict = 1
13.08/13.18	c #restart = 0
13.08/13.18	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=1109503312
13.08/13.18	c lower bound updated to 156994718649
13.08/13.19	c BCD2: 157064062605 <= obj <= 244090728602
13.08/13.19	c BCD2: #cores=271, #unrelaxed=328, #relaxed=349, #hardened=0
13.08/13.19	c BCD2: #sat=1 #unsat=285 bias=285/286
13.08/13.19	c Solving starts ...
13.08/13.19	c ============================[ Search Statistics ]============================
13.08/13.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.08/13.19	c       |         |          |          |    Limit     GC | Var      | Constra 
13.08/13.19	c =============================================================================
13.08/13.19	c  0.0s |       0 |        0 |        0 |    35882      0 |     9293 |    18856
13.19/13.22	c  0.0s |       0 |      341 |        0 |    35882      0 |     9293 |    19319
13.19/13.22	c #cpu_time = 0.033s
13.19/13.22	c #wall_clock_time = 0.034s
13.19/13.22	c #decision = 341
13.19/13.22	c #random_decision = 0
13.19/13.22	c #conflict = 0
13.19/13.22	c #restart = 0
13.19/13.22	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.19/13.22	c lower bound updated to 157549470305
13.19/13.23	c BCD2: 157618814261 <= obj <= 244090728602
13.19/13.23	c BCD2: #cores=272, #unrelaxed=327, #relaxed=350, #hardened=0
13.19/13.23	c BCD2: #sat=1 #unsat=286 bias=286/287
13.19/13.24	c Solving starts ...
13.19/13.24	c ============================[ Search Statistics ]============================
13.19/13.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.19/13.24	c       |         |          |          |    Limit     GC | Var      | Constra 
13.19/13.24	c =============================================================================
13.19/13.24	c  0.0s |       0 |        0 |        0 |    35882      0 |     9293 |    19319
13.19/13.27	c  0.0s |       0 |      342 |        0 |    35882      0 |     9293 |    19319
13.19/13.27	c #cpu_time = 0.030s
13.19/13.27	c #wall_clock_time = 0.030s
13.19/13.27	c #decision = 342
13.19/13.27	c #random_decision = 0
13.19/13.27	c #conflict = 0
13.19/13.27	c #restart = 0
13.19/13.27	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.19/13.27	c lower bound updated to 158104221961
13.19/13.27	c BCD2: 158173565917 <= obj <= 244090728602
13.19/13.27	c BCD2: #cores=273, #unrelaxed=326, #relaxed=351, #hardened=0
13.19/13.27	c BCD2: #sat=1 #unsat=287 bias=287/288
13.19/13.28	c Solving starts ...
13.19/13.28	c ============================[ Search Statistics ]============================
13.19/13.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.19/13.28	c       |         |          |          |    Limit     GC | Var      | Constra 
13.19/13.28	c =============================================================================
13.19/13.28	c  0.0s |       0 |        0 |        0 |    35882      0 |     9293 |    19319
13.29/13.31	c  0.0s |       0 |      344 |        0 |    35882      0 |     9293 |    19319
13.29/13.31	c #cpu_time = 0.031s
13.29/13.31	c #wall_clock_time = 0.031s
13.29/13.31	c #decision = 344
13.29/13.31	c #random_decision = 0
13.29/13.31	c #conflict = 0
13.29/13.31	c #restart = 0
13.29/13.31	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.29/13.31	c lower bound updated to 158658973617
13.29/13.32	c BCD2: 158728317573 <= obj <= 244090728602
13.29/13.32	c BCD2: #cores=274, #unrelaxed=325, #relaxed=352, #hardened=0
13.29/13.32	c BCD2: #sat=1 #unsat=288 bias=288/289
13.29/13.32	c Solving starts ...
13.29/13.32	c ============================[ Search Statistics ]============================
13.29/13.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.29/13.32	c       |         |          |          |    Limit     GC | Var      | Constra 
13.29/13.32	c =============================================================================
13.29/13.32	c  0.0s |       0 |        0 |        0 |    35882      0 |     9293 |    19319
13.29/13.35	c  0.0s |       0 |      346 |        0 |    35882      0 |     9293 |    19319
13.29/13.35	c #cpu_time = 0.033s
13.29/13.35	c #wall_clock_time = 0.033s
13.29/13.35	c #decision = 346
13.29/13.35	c #random_decision = 0
13.29/13.35	c #conflict = 0
13.29/13.35	c #restart = 0
13.29/13.35	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.29/13.35	c lower bound updated to 159213725273
13.29/13.36	c BCD2: 159283069229 <= obj <= 244090728602
13.29/13.36	c BCD2: #cores=275, #unrelaxed=324, #relaxed=353, #hardened=0
13.29/13.36	c BCD2: #sat=1 #unsat=289 bias=289/290
13.29/13.37	c Solving starts ...
13.29/13.37	c ============================[ Search Statistics ]============================
13.29/13.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.29/13.37	c       |         |          |          |    Limit     GC | Var      | Constra 
13.29/13.37	c =============================================================================
13.29/13.37	c  0.0s |       0 |        0 |        0 |    35882      0 |     9293 |    19319
13.38/13.40	c  0.0s |       0 |      348 |        0 |    35882      0 |     9293 |    19319
13.38/13.40	c #cpu_time = 0.031s
13.38/13.40	c #wall_clock_time = 0.031s
13.38/13.40	c #decision = 348
13.38/13.40	c #random_decision = 0
13.38/13.40	c #conflict = 0
13.38/13.40	c #restart = 0
13.38/13.40	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.38/13.40	c lower bound updated to 159768476929
13.38/13.41	c BCD2: 159837820885 <= obj <= 244090728602
13.38/13.41	c BCD2: #cores=276, #unrelaxed=323, #relaxed=354, #hardened=0
13.38/13.41	c BCD2: #sat=1 #unsat=290 bias=290/291
13.38/13.41	c Solving starts ...
13.38/13.41	c ============================[ Search Statistics ]============================
13.38/13.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.38/13.41	c       |         |          |          |    Limit     GC | Var      | Constra 
13.38/13.41	c =============================================================================
13.38/13.41	c  0.0s |       0 |        0 |        0 |    35882      0 |     9293 |    19319
13.38/13.45	c  0.0s |       0 |      349 |        0 |    35882      0 |     9293 |    19319
13.38/13.45	c #cpu_time = 0.030s
13.38/13.45	c #wall_clock_time = 0.030s
13.38/13.45	c #decision = 349
13.38/13.45	c #random_decision = 0
13.38/13.45	c #conflict = 0
13.38/13.45	c #restart = 0
13.38/13.45	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.38/13.45	c lower bound updated to 160323228585
13.38/13.45	c BCD2: 160392572541 <= obj <= 244090728602
13.38/13.45	c BCD2: #cores=277, #unrelaxed=322, #relaxed=355, #hardened=0
13.38/13.45	c BCD2: #sat=1 #unsat=291 bias=291/292
13.38/13.45	c Solving starts ...
13.38/13.45	c ============================[ Search Statistics ]============================
13.38/13.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.38/13.45	c       |         |          |          |    Limit     GC | Var      | Constra 
13.38/13.45	c =============================================================================
13.38/13.45	c  0.0s |       0 |        0 |        0 |    35882      0 |     9293 |    19319
13.38/13.49	c  0.0s |       0 |      350 |        0 |    35882      0 |     9293 |    19319
13.38/13.49	c #cpu_time = 0.034s
13.38/13.49	c #wall_clock_time = 0.034s
13.38/13.49	c #decision = 350
13.38/13.49	c #random_decision = 0
13.38/13.49	c #conflict = 0
13.38/13.49	c #restart = 0
13.38/13.49	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.38/13.49	c lower bound updated to 160877980241
13.38/13.49	c BCD2: 160947324197 <= obj <= 244090728602
13.38/13.49	c BCD2: #cores=278, #unrelaxed=321, #relaxed=356, #hardened=0
13.38/13.49	c BCD2: #sat=1 #unsat=292 bias=292/293
13.48/13.50	c Solving starts ...
13.48/13.50	c ============================[ Search Statistics ]============================
13.48/13.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.48/13.50	c       |         |          |          |    Limit     GC | Var      | Constra 
13.48/13.50	c =============================================================================
13.48/13.50	c  0.0s |       0 |        0 |        0 |    35882      0 |     9293 |    19319
13.48/13.53	c  0.0s |       0 |      352 |        0 |    35882      0 |     9293 |    19319
13.48/13.53	c #cpu_time = 0.031s
13.48/13.53	c #wall_clock_time = 0.031s
13.48/13.53	c #decision = 352
13.48/13.53	c #random_decision = 0
13.48/13.53	c #conflict = 0
13.48/13.53	c #restart = 0
13.48/13.53	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.48/13.53	c lower bound updated to 161432731897
13.48/13.54	c BCD2: 161502075853 <= obj <= 244090728602
13.48/13.54	c BCD2: #cores=279, #unrelaxed=320, #relaxed=357, #hardened=0
13.48/13.54	c BCD2: #sat=1 #unsat=293 bias=293/294
13.48/13.54	c Solving starts ...
13.48/13.54	c ============================[ Search Statistics ]============================
13.48/13.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.48/13.54	c       |         |          |          |    Limit     GC | Var      | Constra 
13.48/13.54	c =============================================================================
13.48/13.55	c  0.0s |       0 |        0 |        0 |    35882      0 |     9293 |    19319
13.48/13.58	c  0.0s |       0 |      355 |        0 |    35882      0 |     9293 |    19319
13.48/13.58	c #cpu_time = 0.032s
13.48/13.58	c #wall_clock_time = 0.032s
13.48/13.58	c #decision = 355
13.48/13.58	c #random_decision = 0
13.48/13.58	c #conflict = 0
13.48/13.58	c #restart = 0
13.48/13.58	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.48/13.58	c lower bound updated to 161987483553
13.48/13.59	c BCD2: 162056827509 <= obj <= 244090728602
13.48/13.59	c BCD2: #cores=280, #unrelaxed=319, #relaxed=358, #hardened=0
13.48/13.59	c BCD2: #sat=1 #unsat=294 bias=294/295
13.48/13.59	c Solving starts ...
13.48/13.59	c ============================[ Search Statistics ]============================
13.48/13.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.48/13.59	c       |         |          |          |    Limit     GC | Var      | Constra 
13.48/13.59	c =============================================================================
13.48/13.59	c  0.0s |       0 |        0 |        0 |    35882      0 |     9293 |    19319
13.58/13.62	c  0.0s |       0 |      356 |        0 |    35882      0 |     9293 |    19319
13.58/13.62	c #cpu_time = 0.033s
13.58/13.62	c #wall_clock_time = 0.033s
13.58/13.62	c #decision = 356
13.58/13.62	c #random_decision = 0
13.58/13.62	c #conflict = 0
13.58/13.62	c #restart = 0
13.58/13.62	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.58/13.62	c lower bound updated to 162542235209
13.58/13.63	c BCD2: 162611579165 <= obj <= 244090728602
13.58/13.63	c BCD2: #cores=281, #unrelaxed=318, #relaxed=359, #hardened=0
13.58/13.63	c BCD2: #sat=1 #unsat=295 bias=295/296
13.58/13.64	c Solving starts ...
13.58/13.64	c ============================[ Search Statistics ]============================
13.58/13.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.58/13.64	c       |         |          |          |    Limit     GC | Var      | Constra 
13.58/13.64	c =============================================================================
13.58/13.64	c  0.0s |       0 |        0 |        0 |    35882      0 |     9293 |    19319
13.58/13.67	c  0.0s |       0 |      357 |        0 |    35882      0 |     9293 |    19319
13.58/13.67	c #cpu_time = 0.032s
13.58/13.67	c #wall_clock_time = 0.032s
13.58/13.67	c #decision = 357
13.58/13.67	c #random_decision = 0
13.58/13.67	c #conflict = 0
13.58/13.67	c #restart = 0
13.58/13.67	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.58/13.67	c lower bound updated to 163096986865
13.58/13.68	c BCD2: 163166330821 <= obj <= 244090728602
13.58/13.68	c BCD2: #cores=282, #unrelaxed=317, #relaxed=360, #hardened=0
13.58/13.68	c BCD2: #sat=1 #unsat=296 bias=296/297
13.58/13.68	c Solving starts ...
13.58/13.68	c ============================[ Search Statistics ]============================
13.58/13.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.58/13.68	c       |         |          |          |    Limit     GC | Var      | Constra 
13.58/13.68	c =============================================================================
13.58/13.68	c  0.0s |       0 |        0 |        0 |    35882      0 |     9293 |    19319
13.68/13.71	c  0.0s |       0 |      358 |        0 |    35882      0 |     9293 |    19319
13.68/13.71	c #cpu_time = 0.031s
13.68/13.71	c #wall_clock_time = 0.031s
13.68/13.71	c #decision = 358
13.68/13.71	c #random_decision = 0
13.68/13.71	c #conflict = 0
13.68/13.71	c #restart = 0
13.68/13.71	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.68/13.71	c lower bound updated to 163651738521
13.68/13.72	c BCD2: 163721082477 <= obj <= 244090728602
13.68/13.72	c BCD2: #cores=283, #unrelaxed=316, #relaxed=361, #hardened=0
13.68/13.72	c BCD2: #sat=1 #unsat=297 bias=297/298
13.68/13.72	c Solving starts ...
13.68/13.72	c ============================[ Search Statistics ]============================
13.68/13.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.68/13.72	c       |         |          |          |    Limit     GC | Var      | Constra 
13.68/13.72	c =============================================================================
13.68/13.72	c  0.0s |       0 |        0 |        0 |    35882      0 |     9293 |    19319
13.68/13.76	c  0.0s |       0 |      375 |        2 |    35882      0 |     9293 |    19319
13.68/13.76	c #cpu_time = 0.036s
13.68/13.76	c #wall_clock_time = 0.036s
13.68/13.76	c #decision = 375
13.68/13.76	c #random_decision = 0
13.68/13.76	c #conflict = 2
13.68/13.76	c #restart = 0
13.68/13.76	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=1109503312
13.68/13.76	c BCD2: refineLB: 1107641730 -> 1109503312
13.68/13.76	c lower bound updated to 164206490177
13.68/13.77	c BCD2: 164275834133 <= obj <= 244090728602
13.68/13.77	c BCD2: #cores=283, #unrelaxed=314, #relaxed=363, #hardened=0
13.68/13.77	c BCD2: #sat=1 #unsat=298 bias=298/299
13.68/13.77	c Solving starts ...
13.68/13.77	c ============================[ Search Statistics ]============================
13.68/13.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.68/13.77	c       |         |          |          |    Limit     GC | Var      | Constra 
13.68/13.77	c =============================================================================
13.68/13.77	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19319
13.78/13.81	c  0.0s |       0 |      360 |        0 |    35882      0 |     9436 |    19604
13.78/13.81	c #cpu_time = 0.032s
13.78/13.81	c #wall_clock_time = 0.032s
13.78/13.81	c #decision = 360
13.78/13.81	c #random_decision = 0
13.78/13.81	c #conflict = 0
13.78/13.81	c #restart = 0
13.78/13.81	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.78/13.81	c lower bound updated to 164761241833
13.78/13.81	c BCD2: 164830585789 <= obj <= 244090728602
13.78/13.81	c BCD2: #cores=284, #unrelaxed=313, #relaxed=364, #hardened=0
13.78/13.81	c BCD2: #sat=1 #unsat=299 bias=299/300
13.78/13.81	c Solving starts ...
13.78/13.81	c ============================[ Search Statistics ]============================
13.78/13.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.78/13.81	c       |         |          |          |    Limit     GC | Var      | Constra 
13.78/13.81	c =============================================================================
13.78/13.82	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
13.78/13.85	c  0.0s |       0 |      362 |        0 |    35882      0 |     9436 |    19604
13.78/13.85	c #cpu_time = 0.031s
13.78/13.85	c #wall_clock_time = 0.031s
13.78/13.85	c #decision = 362
13.78/13.85	c #random_decision = 0
13.78/13.85	c #conflict = 0
13.78/13.85	c #restart = 0
13.78/13.85	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.78/13.85	c lower bound updated to 165315993489
13.78/13.86	c BCD2: 165385337445 <= obj <= 244090728602
13.78/13.86	c BCD2: #cores=285, #unrelaxed=312, #relaxed=365, #hardened=0
13.78/13.86	c BCD2: #sat=1 #unsat=300 bias=300/301
13.78/13.86	c Solving starts ...
13.78/13.86	c ============================[ Search Statistics ]============================
13.78/13.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.78/13.86	c       |         |          |          |    Limit     GC | Var      | Constra 
13.78/13.86	c =============================================================================
13.78/13.86	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
13.78/13.89	c  0.0s |       0 |      363 |        0 |    35882      0 |     9436 |    19604
13.78/13.89	c #cpu_time = 0.032s
13.78/13.89	c #wall_clock_time = 0.032s
13.78/13.89	c #decision = 363
13.78/13.89	c #random_decision = 0
13.78/13.89	c #conflict = 0
13.78/13.89	c #restart = 0
13.78/13.89	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.78/13.89	c lower bound updated to 165870745145
13.89/13.90	c BCD2: 165940089101 <= obj <= 244090728602
13.89/13.90	c BCD2: #cores=286, #unrelaxed=311, #relaxed=366, #hardened=0
13.89/13.90	c BCD2: #sat=1 #unsat=301 bias=301/302
13.89/13.91	c Solving starts ...
13.89/13.91	c ============================[ Search Statistics ]============================
13.89/13.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.89/13.91	c       |         |          |          |    Limit     GC | Var      | Constra 
13.89/13.91	c =============================================================================
13.89/13.91	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
13.89/13.94	c  0.0s |       0 |      364 |        0 |    35882      0 |     9436 |    19604
13.89/13.94	c #cpu_time = 0.031s
13.89/13.94	c #wall_clock_time = 0.031s
13.89/13.94	c #decision = 364
13.89/13.94	c #random_decision = 0
13.89/13.94	c #conflict = 0
13.89/13.94	c #restart = 0
13.89/13.94	c BCD2: found a new core of size 3: cost of the new core is >=554751656
13.89/13.94	c lower bound updated to 166425496801
13.89/13.95	c BCD2: 166494840757 <= obj <= 244090728602
13.89/13.95	c BCD2: #cores=287, #unrelaxed=308, #relaxed=369, #hardened=0
13.89/13.95	c BCD2: #sat=1 #unsat=302 bias=302/303
13.89/13.95	c Solving starts ...
13.89/13.95	c ============================[ Search Statistics ]============================
13.89/13.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.89/13.95	c       |         |          |          |    Limit     GC | Var      | Constra 
13.89/13.95	c =============================================================================
13.89/13.95	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
13.89/13.99	c  0.0s |       0 |      364 |        0 |    35882      0 |     9436 |    19604
13.89/13.99	c #cpu_time = 0.030s
13.89/13.99	c #wall_clock_time = 0.030s
13.89/13.99	c #decision = 364
13.89/13.99	c #random_decision = 0
13.89/13.99	c #conflict = 0
13.89/13.99	c #restart = 0
13.89/13.99	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.89/13.99	c lower bound updated to 166980248457
13.89/13.99	c BCD2: 167049592413 <= obj <= 244090728602
13.89/13.99	c BCD2: #cores=288, #unrelaxed=307, #relaxed=370, #hardened=0
13.89/13.99	c BCD2: #sat=1 #unsat=303 bias=303/304
13.89/13.99	c Solving starts ...
13.89/13.99	c ============================[ Search Statistics ]============================
13.89/13.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.89/13.99	c       |         |          |          |    Limit     GC | Var      | Constra 
13.89/13.99	c =============================================================================
13.89/13.99	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
13.99/14.03	c  0.0s |       0 |      366 |        0 |    35882      0 |     9436 |    19604
13.99/14.03	c #cpu_time = 0.033s
13.99/14.03	c #wall_clock_time = 0.033s
13.99/14.03	c #decision = 366
13.99/14.03	c #random_decision = 0
13.99/14.03	c #conflict = 0
13.99/14.03	c #restart = 0
13.99/14.03	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.99/14.03	c lower bound updated to 167535000113
13.99/14.03	c BCD2: 167604344069 <= obj <= 244090728602
13.99/14.03	c BCD2: #cores=289, #unrelaxed=306, #relaxed=371, #hardened=0
13.99/14.03	c BCD2: #sat=1 #unsat=304 bias=304/305
13.99/14.04	c Solving starts ...
13.99/14.04	c ============================[ Search Statistics ]============================
13.99/14.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.99/14.04	c       |         |          |          |    Limit     GC | Var      | Constra 
13.99/14.04	c =============================================================================
13.99/14.04	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
13.99/14.07	c  0.0s |       0 |      368 |        0 |    35882      0 |     9436 |    19604
13.99/14.07	c #cpu_time = 0.030s
13.99/14.07	c #wall_clock_time = 0.030s
13.99/14.07	c #decision = 368
13.99/14.07	c #random_decision = 0
13.99/14.07	c #conflict = 0
13.99/14.07	c #restart = 0
13.99/14.07	c BCD2: found a new core of size 1: cost of the new core is >=554751656
13.99/14.07	c lower bound updated to 168089751769
13.99/14.08	c BCD2: 168159095725 <= obj <= 244090728602
13.99/14.08	c BCD2: #cores=290, #unrelaxed=305, #relaxed=372, #hardened=0
13.99/14.08	c BCD2: #sat=1 #unsat=305 bias=305/306
13.99/14.08	c Solving starts ...
13.99/14.08	c ============================[ Search Statistics ]============================
13.99/14.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.99/14.08	c       |         |          |          |    Limit     GC | Var      | Constra 
13.99/14.08	c =============================================================================
13.99/14.09	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
14.09/14.12	c  0.0s |       0 |      369 |        0 |    35882      0 |     9436 |    19604
14.09/14.12	c #cpu_time = 0.031s
14.09/14.12	c #wall_clock_time = 0.031s
14.09/14.12	c #decision = 369
14.09/14.12	c #random_decision = 0
14.09/14.12	c #conflict = 0
14.09/14.12	c #restart = 0
14.09/14.12	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.09/14.12	c lower bound updated to 168644503425
14.09/14.13	c BCD2: 168713847381 <= obj <= 244090728602
14.09/14.13	c BCD2: #cores=291, #unrelaxed=304, #relaxed=373, #hardened=0
14.09/14.13	c BCD2: #sat=1 #unsat=306 bias=306/307
14.09/14.13	c Solving starts ...
14.09/14.13	c ============================[ Search Statistics ]============================
14.09/14.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.09/14.13	c       |         |          |          |    Limit     GC | Var      | Constra 
14.09/14.13	c =============================================================================
14.09/14.13	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
14.09/14.16	c  0.0s |       0 |      371 |        0 |    35882      0 |     9436 |    19604
14.09/14.16	c #cpu_time = 0.033s
14.09/14.16	c #wall_clock_time = 0.033s
14.09/14.16	c #decision = 371
14.09/14.16	c #random_decision = 0
14.09/14.16	c #conflict = 0
14.09/14.16	c #restart = 0
14.09/14.16	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.09/14.16	c lower bound updated to 169199255081
14.09/14.17	c BCD2: 169268599037 <= obj <= 244090728602
14.09/14.17	c BCD2: #cores=292, #unrelaxed=303, #relaxed=374, #hardened=0
14.09/14.17	c BCD2: #sat=1 #unsat=307 bias=307/308
14.09/14.17	c Solving starts ...
14.09/14.17	c ============================[ Search Statistics ]============================
14.09/14.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.09/14.17	c       |         |          |          |    Limit     GC | Var      | Constra 
14.09/14.17	c =============================================================================
14.09/14.17	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
14.19/14.21	c  0.0s |       0 |      372 |        0 |    35882      0 |     9436 |    19604
14.19/14.21	c #cpu_time = 0.031s
14.19/14.21	c #wall_clock_time = 0.031s
14.19/14.21	c #decision = 372
14.19/14.21	c #random_decision = 0
14.19/14.21	c #conflict = 0
14.19/14.21	c #restart = 0
14.19/14.21	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.19/14.21	c lower bound updated to 169754006737
14.19/14.21	c BCD2: 169823350693 <= obj <= 244090728602
14.19/14.21	c BCD2: #cores=293, #unrelaxed=302, #relaxed=375, #hardened=0
14.19/14.21	c BCD2: #sat=1 #unsat=308 bias=308/309
14.19/14.21	c Solving starts ...
14.19/14.21	c ============================[ Search Statistics ]============================
14.19/14.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.19/14.21	c       |         |          |          |    Limit     GC | Var      | Constra 
14.19/14.21	c =============================================================================
14.19/14.22	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
14.19/14.25	c  0.0s |       0 |      373 |        0 |    35882      0 |     9436 |    19604
14.19/14.25	c #cpu_time = 0.030s
14.19/14.25	c #wall_clock_time = 0.030s
14.19/14.25	c #decision = 373
14.19/14.25	c #random_decision = 0
14.19/14.25	c #conflict = 0
14.19/14.25	c #restart = 0
14.19/14.25	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.19/14.25	c lower bound updated to 170308758393
14.19/14.26	c BCD2: 170378102349 <= obj <= 244090728602
14.19/14.26	c BCD2: #cores=294, #unrelaxed=301, #relaxed=376, #hardened=0
14.19/14.26	c BCD2: #sat=1 #unsat=309 bias=309/310
14.19/14.26	c Solving starts ...
14.19/14.26	c ============================[ Search Statistics ]============================
14.19/14.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.19/14.26	c       |         |          |          |    Limit     GC | Var      | Constra 
14.19/14.26	c =============================================================================
14.19/14.26	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
14.19/14.29	c  0.0s |       0 |      374 |        0 |    35882      0 |     9436 |    19604
14.19/14.29	c #cpu_time = 0.033s
14.19/14.29	c #wall_clock_time = 0.034s
14.19/14.29	c #decision = 374
14.19/14.29	c #random_decision = 0
14.19/14.29	c #conflict = 0
14.19/14.29	c #restart = 0
14.19/14.29	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.19/14.29	c lower bound updated to 170863510049
14.19/14.30	c BCD2: 170932854005 <= obj <= 244090728602
14.19/14.30	c BCD2: #cores=295, #unrelaxed=300, #relaxed=377, #hardened=0
14.19/14.30	c BCD2: #sat=1 #unsat=310 bias=310/311
14.30/14.31	c Solving starts ...
14.30/14.31	c ============================[ Search Statistics ]============================
14.30/14.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.30/14.31	c       |         |          |          |    Limit     GC | Var      | Constra 
14.30/14.31	c =============================================================================
14.30/14.31	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
14.30/14.34	c  0.0s |       0 |      375 |        0 |    35882      0 |     9436 |    19604
14.30/14.34	c #cpu_time = 0.030s
14.30/14.34	c #wall_clock_time = 0.030s
14.30/14.34	c #decision = 375
14.30/14.34	c #random_decision = 0
14.30/14.34	c #conflict = 0
14.30/14.34	c #restart = 0
14.30/14.34	c BCD2: found a new core of size 3: cost of the new core is >=554751656
14.30/14.34	c lower bound updated to 171418261705
14.30/14.35	c BCD2: 171487605661 <= obj <= 244090728602
14.30/14.35	c BCD2: #cores=296, #unrelaxed=297, #relaxed=380, #hardened=0
14.30/14.35	c BCD2: #sat=1 #unsat=311 bias=311/312
14.30/14.35	c Solving starts ...
14.30/14.35	c ============================[ Search Statistics ]============================
14.30/14.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.30/14.35	c       |         |          |          |    Limit     GC | Var      | Constra 
14.30/14.35	c =============================================================================
14.30/14.35	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
14.30/14.39	c  0.0s |       0 |      374 |        0 |    35882      0 |     9436 |    19604
14.30/14.39	c #cpu_time = 0.031s
14.30/14.39	c #wall_clock_time = 0.031s
14.30/14.39	c #decision = 374
14.30/14.39	c #random_decision = 0
14.30/14.39	c #conflict = 0
14.30/14.39	c #restart = 0
14.30/14.39	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.30/14.39	c lower bound updated to 171973013361
14.30/14.39	c BCD2: 172042357317 <= obj <= 244090728602
14.30/14.39	c BCD2: #cores=297, #unrelaxed=296, #relaxed=381, #hardened=0
14.30/14.39	c BCD2: #sat=1 #unsat=312 bias=312/313
14.30/14.39	c Solving starts ...
14.30/14.39	c ============================[ Search Statistics ]============================
14.30/14.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.30/14.39	c       |         |          |          |    Limit     GC | Var      | Constra 
14.30/14.39	c =============================================================================
14.30/14.39	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
14.40/14.43	c  0.0s |       0 |      376 |        0 |    35882      0 |     9436 |    19604
14.40/14.43	c #cpu_time = 0.033s
14.40/14.43	c #wall_clock_time = 0.033s
14.40/14.43	c #decision = 376
14.40/14.43	c #random_decision = 0
14.40/14.43	c #conflict = 0
14.40/14.43	c #restart = 0
14.40/14.43	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.40/14.43	c lower bound updated to 172527765017
14.40/14.43	c BCD2: 172597108973 <= obj <= 244090728602
14.40/14.43	c BCD2: #cores=298, #unrelaxed=295, #relaxed=382, #hardened=0
14.40/14.43	c BCD2: #sat=1 #unsat=313 bias=313/314
14.40/14.44	c Solving starts ...
14.40/14.44	c ============================[ Search Statistics ]============================
14.40/14.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.40/14.44	c       |         |          |          |    Limit     GC | Var      | Constra 
14.40/14.44	c =============================================================================
14.40/14.44	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
14.40/14.47	c  0.0s |       0 |      377 |        0 |    35882      0 |     9436 |    19604
14.40/14.47	c #cpu_time = 0.032s
14.40/14.47	c #wall_clock_time = 0.032s
14.40/14.47	c #decision = 377
14.40/14.47	c #random_decision = 0
14.40/14.47	c #conflict = 0
14.40/14.47	c #restart = 0
14.40/14.47	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.40/14.47	c lower bound updated to 173082516673
14.40/14.48	c BCD2: 173151860629 <= obj <= 244090728602
14.40/14.48	c BCD2: #cores=299, #unrelaxed=294, #relaxed=383, #hardened=0
14.40/14.48	c BCD2: #sat=1 #unsat=314 bias=314/315
14.40/14.48	c Solving starts ...
14.40/14.48	c ============================[ Search Statistics ]============================
14.40/14.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.40/14.48	c       |         |          |          |    Limit     GC | Var      | Constra 
14.40/14.48	c =============================================================================
14.40/14.49	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
14.49/14.52	c  0.0s |       0 |      378 |        0 |    35882      0 |     9436 |    19604
14.49/14.52	c #cpu_time = 0.031s
14.49/14.52	c #wall_clock_time = 0.031s
14.49/14.52	c #decision = 378
14.49/14.52	c #random_decision = 0
14.49/14.52	c #conflict = 0
14.49/14.52	c #restart = 0
14.49/14.52	c BCD2: found a new core of size 3: cost of the new core is >=554751656
14.49/14.52	c lower bound updated to 173637268329
14.49/14.53	c BCD2: 173706612285 <= obj <= 244090728602
14.49/14.53	c BCD2: #cores=300, #unrelaxed=291, #relaxed=386, #hardened=0
14.49/14.53	c BCD2: #sat=1 #unsat=315 bias=315/316
14.49/14.53	c Solving starts ...
14.49/14.53	c ============================[ Search Statistics ]============================
14.49/14.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.49/14.53	c       |         |          |          |    Limit     GC | Var      | Constra 
14.49/14.53	c =============================================================================
14.49/14.53	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
14.49/14.56	c  0.0s |       0 |      378 |        0 |    35882      0 |     9436 |    19604
14.49/14.56	c #cpu_time = 0.034s
14.49/14.56	c #wall_clock_time = 0.034s
14.49/14.56	c #decision = 378
14.49/14.56	c #random_decision = 0
14.49/14.56	c #conflict = 0
14.49/14.56	c #restart = 0
14.49/14.56	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.49/14.56	c lower bound updated to 174192019985
14.49/14.57	c BCD2: 174261363941 <= obj <= 244090728602
14.49/14.57	c BCD2: #cores=301, #unrelaxed=290, #relaxed=387, #hardened=0
14.49/14.57	c BCD2: #sat=1 #unsat=316 bias=316/317
14.49/14.58	c Solving starts ...
14.49/14.58	c ============================[ Search Statistics ]============================
14.49/14.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.49/14.58	c       |         |          |          |    Limit     GC | Var      | Constra 
14.49/14.58	c =============================================================================
14.49/14.58	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
14.59/14.61	c  0.0s |       0 |      379 |        0 |    35882      0 |     9436 |    19604
14.59/14.61	c #cpu_time = 0.031s
14.59/14.61	c #wall_clock_time = 0.031s
14.59/14.61	c #decision = 379
14.59/14.61	c #random_decision = 0
14.59/14.61	c #conflict = 0
14.59/14.61	c #restart = 0
14.59/14.61	c BCD2: found a new core of size 3: cost of the new core is >=554751656
14.59/14.61	c lower bound updated to 174746771641
14.59/14.62	c BCD2: 174816115597 <= obj <= 244090728602
14.59/14.62	c BCD2: #cores=302, #unrelaxed=287, #relaxed=390, #hardened=0
14.59/14.62	c BCD2: #sat=1 #unsat=317 bias=317/318
14.59/14.62	c Solving starts ...
14.59/14.62	c ============================[ Search Statistics ]============================
14.59/14.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.59/14.62	c       |         |          |          |    Limit     GC | Var      | Constra 
14.59/14.62	c =============================================================================
14.59/14.62	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
14.59/14.65	c  0.0s |       0 |      378 |        0 |    35882      0 |     9436 |    19604
14.59/14.65	c #cpu_time = 0.031s
14.59/14.65	c #wall_clock_time = 0.031s
14.59/14.65	c #decision = 378
14.59/14.65	c #random_decision = 0
14.59/14.65	c #conflict = 0
14.59/14.65	c #restart = 0
14.59/14.65	c BCD2: found a new core of size 3: cost of the new core is >=554751656
14.59/14.65	c lower bound updated to 175301523297
14.59/14.66	c BCD2: 175370867253 <= obj <= 244090728602
14.59/14.66	c BCD2: #cores=303, #unrelaxed=284, #relaxed=393, #hardened=0
14.59/14.66	c BCD2: #sat=1 #unsat=318 bias=318/319
14.59/14.66	c Solving starts ...
14.59/14.66	c ============================[ Search Statistics ]============================
14.59/14.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.59/14.66	c       |         |          |          |    Limit     GC | Var      | Constra 
14.59/14.66	c =============================================================================
14.59/14.66	c  0.0s |       0 |        0 |        0 |    35882      0 |     9436 |    19604
14.69/14.70	c  0.0s |       0 |      389 |        1 |    35882      0 |     9436 |    19604
14.69/14.70	c #cpu_time = 0.034s
14.69/14.70	c #wall_clock_time = 0.034s
14.69/14.70	c #decision = 389
14.69/14.70	c #random_decision = 0
14.69/14.70	c #conflict = 1
14.69/14.70	c #restart = 0
14.69/14.70	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 8: cost of the new core is >=1664254968
14.69/14.70	c BCD2: refineLB: 1662515935 -> 1664254968
14.69/14.70	c lower bound updated to 175856274953
14.69/14.70	c BCD2: 175925618909 <= obj <= 244090728602
14.69/14.70	c BCD2: #cores=303, #unrelaxed=281, #relaxed=396, #hardened=0
14.69/14.70	c BCD2: #sat=1 #unsat=319 bias=319/320
14.69/14.71	c Solving starts ...
14.69/14.71	c ============================[ Search Statistics ]============================
14.69/14.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.69/14.71	c       |         |          |          |    Limit     GC | Var      | Constra 
14.69/14.71	c =============================================================================
14.69/14.71	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19604
14.69/14.74	c  0.0s |       0 |      376 |        0 |    35882      0 |     9472 |    19675
14.69/14.74	c #cpu_time = 0.032s
14.69/14.74	c #wall_clock_time = 0.032s
14.69/14.74	c #decision = 376
14.69/14.74	c #random_decision = 0
14.69/14.74	c #conflict = 0
14.69/14.74	c #restart = 0
14.69/14.74	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.69/14.74	c lower bound updated to 176411026609
14.69/14.75	c BCD2: 176480370565 <= obj <= 244090728602
14.69/14.75	c BCD2: #cores=304, #unrelaxed=280, #relaxed=397, #hardened=0
14.69/14.75	c BCD2: #sat=1 #unsat=320 bias=320/321
14.69/14.75	c Solving starts ...
14.69/14.75	c ============================[ Search Statistics ]============================
14.69/14.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.69/14.75	c       |         |          |          |    Limit     GC | Var      | Constra 
14.69/14.75	c =============================================================================
14.69/14.76	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
14.69/14.79	c  0.0s |       0 |      377 |        0 |    35882      0 |     9472 |    19675
14.69/14.79	c #cpu_time = 0.030s
14.69/14.79	c #wall_clock_time = 0.030s
14.69/14.79	c #decision = 377
14.69/14.79	c #random_decision = 0
14.69/14.79	c #conflict = 0
14.69/14.79	c #restart = 0
14.69/14.79	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.69/14.79	c lower bound updated to 176965778265
14.79/14.80	c BCD2: 177035122221 <= obj <= 244090728602
14.79/14.80	c BCD2: #cores=305, #unrelaxed=279, #relaxed=398, #hardened=0
14.79/14.80	c BCD2: #sat=1 #unsat=321 bias=321/322
14.79/14.80	c Solving starts ...
14.79/14.80	c ============================[ Search Statistics ]============================
14.79/14.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.79/14.80	c       |         |          |          |    Limit     GC | Var      | Constra 
14.79/14.80	c =============================================================================
14.79/14.80	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
14.79/14.83	c  0.0s |       0 |      379 |        0 |    35882      0 |     9472 |    19675
14.79/14.83	c #cpu_time = 0.033s
14.79/14.83	c #wall_clock_time = 0.034s
14.79/14.83	c #decision = 379
14.79/14.83	c #random_decision = 0
14.79/14.83	c #conflict = 0
14.79/14.83	c #restart = 0
14.79/14.83	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.79/14.83	c lower bound updated to 177520529921
14.79/14.84	c BCD2: 177589873877 <= obj <= 244090728602
14.79/14.84	c BCD2: #cores=306, #unrelaxed=278, #relaxed=399, #hardened=0
14.79/14.84	c BCD2: #sat=1 #unsat=322 bias=322/323
14.79/14.85	c Solving starts ...
14.79/14.85	c ============================[ Search Statistics ]============================
14.79/14.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.79/14.85	c       |         |          |          |    Limit     GC | Var      | Constra 
14.79/14.85	c =============================================================================
14.79/14.85	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
14.79/14.88	c  0.0s |       0 |      380 |        0 |    35882      0 |     9472 |    19675
14.79/14.88	c #cpu_time = 0.030s
14.79/14.88	c #wall_clock_time = 0.030s
14.79/14.88	c #decision = 380
14.79/14.88	c #random_decision = 0
14.79/14.88	c #conflict = 0
14.79/14.88	c #restart = 0
14.79/14.88	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.79/14.88	c lower bound updated to 178075281577
14.79/14.88	c BCD2: 178144625533 <= obj <= 244090728602
14.79/14.88	c BCD2: #cores=307, #unrelaxed=277, #relaxed=400, #hardened=0
14.79/14.88	c BCD2: #sat=1 #unsat=323 bias=323/324
14.79/14.89	c Solving starts ...
14.79/14.89	c ============================[ Search Statistics ]============================
14.79/14.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.79/14.89	c       |         |          |          |    Limit     GC | Var      | Constra 
14.79/14.89	c =============================================================================
14.79/14.89	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
14.89/14.93	c  0.0s |       0 |      414 |        1 |    35882      0 |     9472 |    19675
14.89/14.93	c #cpu_time = 0.033s
14.89/14.93	c #wall_clock_time = 0.033s
14.89/14.93	c #decision = 414
14.89/14.93	c #random_decision = 0
14.89/14.93	c #conflict = 1
14.89/14.93	c #restart = 0
14.89/14.93	c BCD2: found a new core of size 2: cost of the new core is >=554751656
14.89/14.93	c lower bound updated to 178630033233
14.89/14.93	c BCD2: 178699377189 <= obj <= 244090728602
14.89/14.93	c BCD2: #cores=308, #unrelaxed=275, #relaxed=402, #hardened=0
14.89/14.93	c BCD2: #sat=1 #unsat=324 bias=324/325
14.89/14.93	c Solving starts ...
14.89/14.93	c ============================[ Search Statistics ]============================
14.89/14.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.89/14.93	c       |         |          |          |    Limit     GC | Var      | Constra 
14.89/14.93	c =============================================================================
14.89/14.93	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
14.89/14.97	c  0.0s |       0 |      381 |        0 |    35882      0 |     9472 |    19675
14.89/14.97	c #cpu_time = 0.033s
14.89/14.97	c #wall_clock_time = 0.033s
14.89/14.97	c #decision = 381
14.89/14.97	c #random_decision = 0
14.89/14.97	c #conflict = 0
14.89/14.97	c #restart = 0
14.89/14.97	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.89/14.97	c lower bound updated to 179184784889
14.89/14.97	c BCD2: 179254128845 <= obj <= 244090728602
14.89/14.97	c BCD2: #cores=309, #unrelaxed=274, #relaxed=403, #hardened=0
14.89/14.97	c BCD2: #sat=1 #unsat=325 bias=325/326
14.89/14.98	c Solving starts ...
14.89/14.98	c ============================[ Search Statistics ]============================
14.89/14.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.89/14.98	c       |         |          |          |    Limit     GC | Var      | Constra 
14.89/14.98	c =============================================================================
14.89/14.98	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
14.99/15.01	c  0.0s |       0 |      382 |        0 |    35882      0 |     9472 |    19675
14.99/15.01	c #cpu_time = 0.031s
14.99/15.01	c #wall_clock_time = 0.031s
14.99/15.01	c #decision = 382
14.99/15.01	c #random_decision = 0
14.99/15.01	c #conflict = 0
14.99/15.01	c #restart = 0
14.99/15.01	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.99/15.01	c lower bound updated to 179739536545
14.99/15.02	c BCD2: 179808880501 <= obj <= 244090728602
14.99/15.02	c BCD2: #cores=310, #unrelaxed=273, #relaxed=404, #hardened=0
14.99/15.02	c BCD2: #sat=1 #unsat=326 bias=326/327
14.99/15.02	c Solving starts ...
14.99/15.02	c ============================[ Search Statistics ]============================
14.99/15.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.99/15.02	c       |         |          |          |    Limit     GC | Var      | Constra 
14.99/15.02	c =============================================================================
14.99/15.03	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
14.99/15.06	c  0.0s |       0 |      383 |        0 |    35882      0 |     9472 |    19675
14.99/15.06	c #cpu_time = 0.031s
14.99/15.06	c #wall_clock_time = 0.031s
14.99/15.06	c #decision = 383
14.99/15.06	c #random_decision = 0
14.99/15.06	c #conflict = 0
14.99/15.06	c #restart = 0
14.99/15.06	c BCD2: found a new core of size 1: cost of the new core is >=554751656
14.99/15.06	c lower bound updated to 180294288201
14.99/15.07	c BCD2: 180363632157 <= obj <= 244090728602
14.99/15.07	c BCD2: #cores=311, #unrelaxed=272, #relaxed=405, #hardened=0
14.99/15.07	c BCD2: #sat=1 #unsat=327 bias=327/328
14.99/15.07	c Solving starts ...
14.99/15.07	c ============================[ Search Statistics ]============================
14.99/15.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.99/15.07	c       |         |          |          |    Limit     GC | Var      | Constra 
14.99/15.07	c =============================================================================
14.99/15.07	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.09/15.10	c  0.0s |       0 |      384 |        0 |    35882      0 |     9472 |    19675
15.09/15.10	c #cpu_time = 0.034s
15.09/15.10	c #wall_clock_time = 0.034s
15.09/15.10	c #decision = 384
15.09/15.10	c #random_decision = 0
15.09/15.10	c #conflict = 0
15.09/15.10	c #restart = 0
15.09/15.10	c BCD2: found a new core of size 1: cost of the new core is >=554751656
15.09/15.10	c lower bound updated to 180849039857
15.09/15.11	c BCD2: 180918383813 <= obj <= 244090728602
15.09/15.11	c BCD2: #cores=312, #unrelaxed=271, #relaxed=406, #hardened=0
15.09/15.11	c BCD2: #sat=1 #unsat=328 bias=328/329
15.09/15.12	c Solving starts ...
15.09/15.12	c ============================[ Search Statistics ]============================
15.09/15.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.09/15.12	c       |         |          |          |    Limit     GC | Var      | Constra 
15.09/15.12	c =============================================================================
15.09/15.12	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.09/15.15	c  0.0s |       0 |      386 |        0 |    35882      0 |     9472 |    19675
15.09/15.15	c #cpu_time = 0.031s
15.09/15.15	c #wall_clock_time = 0.031s
15.09/15.15	c #decision = 386
15.09/15.15	c #random_decision = 0
15.09/15.15	c #conflict = 0
15.09/15.15	c #restart = 0
15.09/15.15	c BCD2: found a new core of size 1: cost of the new core is >=554751656
15.09/15.15	c lower bound updated to 181403791513
15.09/15.15	c BCD2: 181473135469 <= obj <= 244090728602
15.09/15.15	c BCD2: #cores=313, #unrelaxed=270, #relaxed=407, #hardened=0
15.09/15.15	c BCD2: #sat=1 #unsat=329 bias=329/330
15.09/15.16	c Solving starts ...
15.09/15.16	c ============================[ Search Statistics ]============================
15.09/15.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.09/15.16	c       |         |          |          |    Limit     GC | Var      | Constra 
15.09/15.16	c =============================================================================
15.09/15.16	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.09/15.19	c  0.0s |       0 |      387 |        0 |    35882      0 |     9472 |    19675
15.09/15.19	c #cpu_time = 0.031s
15.09/15.19	c #wall_clock_time = 0.032s
15.09/15.19	c #decision = 387
15.09/15.19	c #random_decision = 0
15.09/15.19	c #conflict = 0
15.09/15.19	c #restart = 0
15.09/15.19	c BCD2: found a new core of size 1: cost of the new core is >=554751656
15.09/15.19	c lower bound updated to 181958543169
15.19/15.20	c BCD2: 182027887125 <= obj <= 244090728602
15.19/15.20	c BCD2: #cores=314, #unrelaxed=269, #relaxed=408, #hardened=0
15.19/15.20	c BCD2: #sat=1 #unsat=330 bias=330/331
15.19/15.20	c Solving starts ...
15.19/15.20	c ============================[ Search Statistics ]============================
15.19/15.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.19/15.20	c       |         |          |          |    Limit     GC | Var      | Constra 
15.19/15.20	c =============================================================================
15.19/15.20	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.19/15.24	c  0.0s |       0 |      388 |        0 |    35882      0 |     9472 |    19675
15.19/15.24	c #cpu_time = 0.033s
15.19/15.24	c #wall_clock_time = 0.033s
15.19/15.24	c #decision = 388
15.19/15.24	c #random_decision = 0
15.19/15.24	c #conflict = 0
15.19/15.24	c #restart = 0
15.19/15.24	c BCD2: found a new core of size 1: cost of the new core is >=554751656
15.19/15.24	c lower bound updated to 182513294825
15.19/15.24	c BCD2: 182582638781 <= obj <= 244090728602
15.19/15.24	c BCD2: #cores=315, #unrelaxed=268, #relaxed=409, #hardened=0
15.19/15.24	c BCD2: #sat=1 #unsat=331 bias=331/332
15.19/15.25	c Solving starts ...
15.19/15.25	c ============================[ Search Statistics ]============================
15.19/15.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.19/15.25	c       |         |          |          |    Limit     GC | Var      | Constra 
15.19/15.25	c =============================================================================
15.19/15.25	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.19/15.28	c  0.0s |       0 |      389 |        0 |    35882      0 |     9472 |    19675
15.19/15.28	c #cpu_time = 0.032s
15.19/15.28	c #wall_clock_time = 0.032s
15.19/15.28	c #decision = 389
15.19/15.28	c #random_decision = 0
15.19/15.28	c #conflict = 0
15.19/15.28	c #restart = 0
15.19/15.28	c BCD2: found a new core of size 1: cost of the new core is >=554751656
15.19/15.28	c lower bound updated to 183068046481
15.19/15.29	c BCD2: 183137390437 <= obj <= 244090728602
15.19/15.29	c BCD2: #cores=316, #unrelaxed=267, #relaxed=410, #hardened=0
15.19/15.29	c BCD2: #sat=1 #unsat=332 bias=332/333
15.19/15.29	c Solving starts ...
15.19/15.29	c ============================[ Search Statistics ]============================
15.19/15.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.19/15.29	c       |         |          |          |    Limit     GC | Var      | Constra 
15.19/15.29	c =============================================================================
15.29/15.30	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.29/15.33	c  0.0s |       0 |      390 |        0 |    35882      0 |     9472 |    19675
15.29/15.33	c #cpu_time = 0.031s
15.29/15.33	c #wall_clock_time = 0.031s
15.29/15.33	c #decision = 390
15.29/15.33	c #random_decision = 0
15.29/15.33	c #conflict = 0
15.29/15.33	c #restart = 0
15.29/15.33	c BCD2: found a new core of size 3: cost of the new core is >=554751656
15.29/15.33	c lower bound updated to 183622798137
15.29/15.34	c BCD2: 183692142093 <= obj <= 244090728602
15.29/15.34	c BCD2: #cores=317, #unrelaxed=264, #relaxed=413, #hardened=0
15.29/15.34	c BCD2: #sat=1 #unsat=333 bias=333/334
15.29/15.34	c Solving starts ...
15.29/15.34	c ============================[ Search Statistics ]============================
15.29/15.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.29/15.34	c       |         |          |          |    Limit     GC | Var      | Constra 
15.29/15.34	c =============================================================================
15.29/15.34	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.29/15.37	c  0.0s |       0 |      389 |        0 |    35882      0 |     9472 |    19675
15.29/15.37	c #cpu_time = 0.034s
15.29/15.37	c #wall_clock_time = 0.034s
15.29/15.37	c #decision = 389
15.29/15.37	c #random_decision = 0
15.29/15.37	c #conflict = 0
15.29/15.37	c #restart = 0
15.29/15.37	c BCD2: found a new core of size 1: cost of the new core is >=554751656
15.29/15.37	c lower bound updated to 184177549793
15.29/15.38	c BCD2: 184246893749 <= obj <= 244090728602
15.29/15.38	c BCD2: #cores=318, #unrelaxed=263, #relaxed=414, #hardened=0
15.29/15.38	c BCD2: #sat=1 #unsat=334 bias=334/335
15.29/15.39	c Solving starts ...
15.29/15.39	c ============================[ Search Statistics ]============================
15.29/15.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.29/15.39	c       |         |          |          |    Limit     GC | Var      | Constra 
15.29/15.39	c =============================================================================
15.29/15.39	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.40/15.42	c  0.0s |       0 |      390 |        0 |    35882      0 |     9472 |    19675
15.40/15.42	c #cpu_time = 0.031s
15.40/15.42	c #wall_clock_time = 0.031s
15.40/15.42	c #decision = 390
15.40/15.42	c #random_decision = 0
15.40/15.42	c #conflict = 0
15.40/15.42	c #restart = 0
15.40/15.42	c BCD2: found a new core of size 3: cost of the new core is >=554751656
15.40/15.42	c lower bound updated to 184732301449
15.40/15.42	c BCD2: 184801645405 <= obj <= 244090728602
15.40/15.42	c BCD2: #cores=319, #unrelaxed=260, #relaxed=417, #hardened=0
15.40/15.42	c BCD2: #sat=1 #unsat=335 bias=335/336
15.40/15.43	c Solving starts ...
15.40/15.43	c ============================[ Search Statistics ]============================
15.40/15.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.40/15.43	c       |         |          |          |    Limit     GC | Var      | Constra 
15.40/15.43	c =============================================================================
15.40/15.43	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.40/15.46	c  0.0s |       0 |      389 |        0 |    35882      0 |     9472 |    19675
15.40/15.46	c #cpu_time = 0.032s
15.40/15.46	c #wall_clock_time = 0.032s
15.40/15.46	c #decision = 389
15.40/15.46	c #random_decision = 0
15.40/15.46	c #conflict = 0
15.40/15.46	c #restart = 0
15.40/15.46	c BCD2: found a new core of size 1: cost of the new core is >=554751656
15.40/15.46	c lower bound updated to 185287053105
15.40/15.47	c BCD2: 185356397061 <= obj <= 244090728602
15.40/15.47	c BCD2: #cores=320, #unrelaxed=259, #relaxed=418, #hardened=0
15.40/15.47	c BCD2: #sat=1 #unsat=336 bias=336/337
15.40/15.47	c Solving starts ...
15.40/15.47	c ============================[ Search Statistics ]============================
15.40/15.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.40/15.47	c       |         |          |          |    Limit     GC | Var      | Constra 
15.40/15.47	c =============================================================================
15.40/15.47	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.49/15.51	c  0.0s |       0 |      390 |        0 |    35882      0 |     9472 |    19675
15.49/15.51	c #cpu_time = 0.033s
15.49/15.51	c #wall_clock_time = 0.033s
15.49/15.51	c #decision = 390
15.49/15.51	c #random_decision = 0
15.49/15.51	c #conflict = 0
15.49/15.51	c #restart = 0
15.49/15.51	c BCD2: found a new core of size 1: cost of the new core is >=554751656
15.49/15.51	c lower bound updated to 185841804761
15.49/15.51	c BCD2: 185911148717 <= obj <= 244090728602
15.49/15.51	c BCD2: #cores=321, #unrelaxed=258, #relaxed=419, #hardened=0
15.49/15.51	c BCD2: #sat=1 #unsat=337 bias=337/338
15.49/15.52	c Solving starts ...
15.49/15.52	c ============================[ Search Statistics ]============================
15.49/15.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.49/15.52	c       |         |          |          |    Limit     GC | Var      | Constra 
15.49/15.52	c =============================================================================
15.49/15.52	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.49/15.55	c  0.0s |       0 |      391 |        0 |    35882      0 |     9472 |    19675
15.49/15.55	c #cpu_time = 0.032s
15.49/15.55	c #wall_clock_time = 0.032s
15.49/15.55	c #decision = 391
15.49/15.55	c #random_decision = 0
15.49/15.55	c #conflict = 0
15.49/15.55	c #restart = 0
15.49/15.55	c BCD2: found a new core of size 1: cost of the new core is >=554751656
15.49/15.55	c lower bound updated to 186396556417
15.49/15.56	c BCD2: 186465900373 <= obj <= 244090728602
15.49/15.56	c BCD2: #cores=322, #unrelaxed=257, #relaxed=420, #hardened=0
15.49/15.56	c BCD2: #sat=1 #unsat=338 bias=338/339
15.49/15.57	c Solving starts ...
15.49/15.57	c ============================[ Search Statistics ]============================
15.49/15.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.49/15.57	c       |         |          |          |    Limit     GC | Var      | Constra 
15.49/15.57	c =============================================================================
15.49/15.57	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.59/15.60	c  0.0s |       0 |      394 |        0 |    35882      0 |     9472 |    19675
15.59/15.60	c #cpu_time = 0.031s
15.59/15.60	c #wall_clock_time = 0.031s
15.59/15.60	c #decision = 394
15.59/15.60	c #random_decision = 0
15.59/15.60	c #conflict = 0
15.59/15.60	c #restart = 0
15.59/15.60	c BCD2: found a new core of size 3: cost of the new core is >=554751656
15.59/15.60	c lower bound updated to 186951308073
15.59/15.61	c BCD2: 187020652029 <= obj <= 244090728602
15.59/15.61	c BCD2: #cores=323, #unrelaxed=254, #relaxed=423, #hardened=0
15.59/15.61	c BCD2: #sat=1 #unsat=339 bias=339/340
15.59/15.61	c Solving starts ...
15.59/15.61	c ============================[ Search Statistics ]============================
15.59/15.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.59/15.61	c       |         |          |          |    Limit     GC | Var      | Constra 
15.59/15.61	c =============================================================================
15.59/15.61	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.59/15.65	c  0.0s |       0 |      393 |        0 |    35882      0 |     9472 |    19675
15.59/15.65	c #cpu_time = 0.032s
15.59/15.65	c #wall_clock_time = 0.032s
15.59/15.65	c #decision = 393
15.59/15.65	c #random_decision = 0
15.59/15.65	c #conflict = 0
15.59/15.65	c #restart = 0
15.59/15.65	c BCD2: found a new core of size 1: cost of the new core is >=554751656
15.59/15.65	c lower bound updated to 187506059729
15.59/15.65	c BCD2: 187575403685 <= obj <= 244090728602
15.59/15.65	c BCD2: #cores=324, #unrelaxed=253, #relaxed=424, #hardened=0
15.59/15.65	c BCD2: #sat=1 #unsat=340 bias=340/341
15.59/15.65	c Solving starts ...
15.59/15.65	c ============================[ Search Statistics ]============================
15.59/15.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.59/15.65	c       |         |          |          |    Limit     GC | Var      | Constra 
15.59/15.65	c =============================================================================
15.59/15.66	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.59/15.69	c  0.0s |       0 |      394 |        0 |    35882      0 |     9472 |    19675
15.59/15.69	c #cpu_time = 0.031s
15.59/15.69	c #wall_clock_time = 0.031s
15.59/15.69	c #decision = 394
15.59/15.69	c #random_decision = 0
15.59/15.69	c #conflict = 0
15.59/15.69	c #restart = 0
15.59/15.69	c BCD2: found a new core of size 1: cost of the new core is >=554751656
15.59/15.69	c lower bound updated to 188060811385
15.69/15.70	c BCD2: 188130155341 <= obj <= 244090728602
15.69/15.70	c BCD2: #cores=325, #unrelaxed=252, #relaxed=425, #hardened=0
15.69/15.70	c BCD2: #sat=1 #unsat=341 bias=341/342
15.69/15.70	c Solving starts ...
15.69/15.70	c ============================[ Search Statistics ]============================
15.69/15.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.69/15.70	c       |         |          |          |    Limit     GC | Var      | Constra 
15.69/15.70	c =============================================================================
15.69/15.70	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.69/15.74	c  0.0s |       0 |      397 |        0 |    35882      0 |     9472 |    19675
15.69/15.74	c #cpu_time = 0.035s
15.69/15.74	c #wall_clock_time = 0.035s
15.69/15.74	c #decision = 397
15.69/15.74	c #random_decision = 0
15.69/15.74	c #conflict = 0
15.69/15.74	c #restart = 0
15.69/15.74	c BCD2: found a new core of size 1: cost of the new core is >=1874161
15.69/15.74	c lower bound updated to 188062685546
15.69/15.74	c BCD2: 188132029502 <= obj <= 244090728602
15.69/15.74	c BCD2: #cores=326, #unrelaxed=251, #relaxed=426, #hardened=0
15.69/15.74	c BCD2: #sat=1 #unsat=342 bias=342/343
15.69/15.75	c Solving starts ...
15.69/15.75	c ============================[ Search Statistics ]============================
15.69/15.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.69/15.75	c       |         |          |          |    Limit     GC | Var      | Constra 
15.69/15.75	c =============================================================================
15.69/15.75	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.69/15.78	c  0.0s |       0 |      399 |        0 |    35882      0 |     9472 |    19675
15.69/15.78	c #cpu_time = 0.033s
15.69/15.78	c #wall_clock_time = 0.033s
15.69/15.78	c #decision = 399
15.69/15.78	c #random_decision = 0
15.69/15.78	c #conflict = 0
15.69/15.78	c #restart = 0
15.69/15.78	c BCD2: found a new core of size 2: cost of the new core is >=1369
15.69/15.78	c lower bound updated to 188062686915
15.69/15.79	c BCD2: 188132030871 <= obj <= 244090728602
15.69/15.79	c BCD2: #cores=327, #unrelaxed=249, #relaxed=428, #hardened=0
15.69/15.79	c BCD2: #sat=1 #unsat=343 bias=343/344
15.79/15.80	c Solving starts ...
15.79/15.80	c ============================[ Search Statistics ]============================
15.79/15.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.79/15.80	c       |         |          |          |    Limit     GC | Var      | Constra 
15.79/15.80	c =============================================================================
15.79/15.80	c  0.0s |       0 |        0 |        0 |    35882      0 |     9472 |    19675
15.79/15.84	c  0.0s |       0 |      502 |        1 |    35882      0 |     9472 |    19675
15.79/15.84	c #cpu_time = 0.037s
15.79/15.84	c #wall_clock_time = 0.037s
15.79/15.84	c #decision = 502
15.79/15.84	c #random_decision = 0
15.79/15.84	c #conflict = 1
15.79/15.84	c #restart = 0
15.79/15.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
15.79/15.84	c lower bound updated to 188062686952
15.79/15.84	c BCD2: 188132030908 <= obj <= 244090728602
15.79/15.84	c BCD2: #cores=327, #unrelaxed=248, #relaxed=429, #hardened=0
15.79/15.84	c BCD2: #sat=1 #unsat=344 bias=344/345
15.79/15.85	c Solving starts ...
15.79/15.85	c ============================[ Search Statistics ]============================
15.79/15.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.79/15.85	c       |         |          |          |    Limit     GC | Var      | Constra 
15.79/15.85	c =============================================================================
15.79/15.85	c  0.0s |       0 |        0 |        0 |    35882      0 |     9473 |    19675
15.79/15.89	c  0.0s |       0 |      502 |        1 |    35882      0 |     9473 |    19676
15.79/15.89	c #cpu_time = 0.036s
15.79/15.89	c #wall_clock_time = 0.036s
15.79/15.89	c #decision = 502
15.79/15.89	c #random_decision = 0
15.79/15.89	c #conflict = 1
15.79/15.89	c #restart = 0
15.79/15.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
15.79/15.89	c lower bound updated to 188062686953
15.79/15.90	c BCD2: 188132030909 <= obj <= 244090728602
15.79/15.90	c BCD2: #cores=327, #unrelaxed=247, #relaxed=430, #hardened=0
15.79/15.90	c BCD2: #sat=1 #unsat=345 bias=345/346
15.89/15.90	c Solving starts ...
15.89/15.90	c ============================[ Search Statistics ]============================
15.89/15.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.89/15.90	c       |         |          |          |    Limit     GC | Var      | Constra 
15.89/15.90	c =============================================================================
15.89/15.90	c  0.0s |       0 |        0 |        0 |    35882      0 |     9474 |    19676
15.89/15.94	c  0.0s |       0 |      399 |        0 |    35882      0 |     9474 |    19677
15.89/15.94	c #cpu_time = 0.033s
15.89/15.94	c #wall_clock_time = 0.033s
15.89/15.94	c #decision = 399
15.89/15.94	c #random_decision = 0
15.89/15.94	c #conflict = 0
15.89/15.94	c #restart = 0
15.89/15.94	c BCD2: found a new core of size 1: cost of the new core is >=1874161
15.89/15.94	c lower bound updated to 188064561114
15.89/15.94	c BCD2: 188133905070 <= obj <= 244090728602
15.89/15.94	c BCD2: #cores=328, #unrelaxed=246, #relaxed=431, #hardened=0
15.89/15.94	c BCD2: #sat=1 #unsat=346 bias=346/347
15.89/15.94	c Solving starts ...
15.89/15.94	c ============================[ Search Statistics ]============================
15.89/15.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.89/15.94	c       |         |          |          |    Limit     GC | Var      | Constra 
15.89/15.94	c =============================================================================
15.89/15.94	c  0.0s |       0 |        0 |        0 |    35882      0 |     9474 |    19677
15.89/15.98	c  0.0s |       0 |      401 |        0 |    35882      0 |     9474 |    19677
15.89/15.98	c #cpu_time = 0.035s
15.89/15.98	c #wall_clock_time = 0.035s
15.89/15.98	c #decision = 401
15.89/15.98	c #random_decision = 0
15.89/15.98	c #conflict = 0
15.89/15.98	c #restart = 0
15.89/15.98	c BCD2: found a new core of size 2: cost of the new core is >=1369
15.89/15.98	c lower bound updated to 188064562483
15.89/15.99	c BCD2: 188133906439 <= obj <= 244090728602
15.89/15.99	c BCD2: #cores=329, #unrelaxed=244, #relaxed=433, #hardened=0
15.89/15.99	c BCD2: #sat=1 #unsat=347 bias=347/348
15.89/16.00	c Solving starts ...
15.89/16.00	c ============================[ Search Statistics ]============================
15.89/16.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.89/16.00	c       |         |          |          |    Limit     GC | Var      | Constra 
15.89/16.00	c =============================================================================
15.89/16.00	c  0.0s |       0 |        0 |        0 |    35882      0 |     9474 |    19677
15.99/16.03	c  0.0s |       0 |      504 |        1 |    35882      0 |     9474 |    19677
15.99/16.03	c #cpu_time = 0.037s
15.99/16.03	c #wall_clock_time = 0.037s
15.99/16.03	c #decision = 504
15.99/16.03	c #random_decision = 0
15.99/16.03	c #conflict = 1
15.99/16.03	c #restart = 0
15.99/16.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
15.99/16.03	c lower bound updated to 188064562520
15.99/16.04	c BCD2: 188133906476 <= obj <= 244090728602
15.99/16.04	c BCD2: #cores=329, #unrelaxed=243, #relaxed=434, #hardened=0
15.99/16.04	c BCD2: #sat=1 #unsat=348 bias=348/349
15.99/16.05	c Solving starts ...
15.99/16.05	c ============================[ Search Statistics ]============================
15.99/16.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.99/16.05	c       |         |          |          |    Limit     GC | Var      | Constra 
15.99/16.05	c =============================================================================
15.99/16.05	c  0.0s |       0 |        0 |        0 |    35882      0 |     9475 |    19677
15.99/16.09	c  0.0s |       0 |      504 |        1 |    35882      0 |     9475 |    19678
15.99/16.09	c #cpu_time = 0.036s
15.99/16.09	c #wall_clock_time = 0.036s
15.99/16.09	c #decision = 504
15.99/16.09	c #random_decision = 0
15.99/16.09	c #conflict = 1
15.99/16.09	c #restart = 0
15.99/16.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
15.99/16.09	c lower bound updated to 188064562521
15.99/16.09	c BCD2: 188133906477 <= obj <= 244090728602
15.99/16.09	c BCD2: #cores=329, #unrelaxed=242, #relaxed=435, #hardened=0
15.99/16.09	c BCD2: #sat=1 #unsat=349 bias=349/350
16.09/16.10	c Solving starts ...
16.09/16.10	c ============================[ Search Statistics ]============================
16.09/16.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.09/16.10	c       |         |          |          |    Limit     GC | Var      | Constra 
16.09/16.10	c =============================================================================
16.09/16.10	c  0.0s |       0 |        0 |        0 |    35882      0 |     9476 |    19678
16.09/16.13	c  0.0s |       0 |      401 |        0 |    35882      0 |     9476 |    19679
16.09/16.13	c #cpu_time = 0.032s
16.09/16.13	c #wall_clock_time = 0.032s
16.09/16.13	c #decision = 401
16.09/16.13	c #random_decision = 0
16.09/16.13	c #conflict = 0
16.09/16.13	c #restart = 0
16.09/16.13	c BCD2: found a new core of size 1: cost of the new core is >=1874161
16.09/16.13	c lower bound updated to 188066436682
16.09/16.14	c BCD2: 188135780638 <= obj <= 244090728602
16.09/16.14	c BCD2: #cores=330, #unrelaxed=241, #relaxed=436, #hardened=0
16.09/16.14	c BCD2: #sat=1 #unsat=350 bias=350/351
16.09/16.14	c Solving starts ...
16.09/16.14	c ============================[ Search Statistics ]============================
16.09/16.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.09/16.14	c       |         |          |          |    Limit     GC | Var      | Constra 
16.09/16.14	c =============================================================================
16.09/16.15	c  0.0s |       0 |        0 |        0 |    35882      0 |     9476 |    19679
16.09/16.18	c  0.0s |       0 |      403 |        0 |    35882      0 |     9476 |    19679
16.09/16.18	c #cpu_time = 0.033s
16.09/16.18	c #wall_clock_time = 0.033s
16.09/16.18	c #decision = 403
16.09/16.18	c #random_decision = 0
16.09/16.18	c #conflict = 0
16.09/16.18	c #restart = 0
16.09/16.18	c BCD2: found a new core of size 2: cost of the new core is >=1369
16.09/16.18	c lower bound updated to 188066438051
16.09/16.19	c BCD2: 188135782007 <= obj <= 244090728602
16.09/16.19	c BCD2: #cores=331, #unrelaxed=239, #relaxed=438, #hardened=0
16.09/16.19	c BCD2: #sat=1 #unsat=351 bias=351/352
16.09/16.19	c Solving starts ...
16.09/16.19	c ============================[ Search Statistics ]============================
16.09/16.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.09/16.19	c       |         |          |          |    Limit     GC | Var      | Constra 
16.09/16.19	c =============================================================================
16.09/16.19	c  0.0s |       0 |        0 |        0 |    35882      0 |     9476 |    19679
16.19/16.23	c  0.0s |       0 |      508 |        1 |    35882      0 |     9476 |    19679
16.19/16.23	c #cpu_time = 0.039s
16.19/16.23	c #wall_clock_time = 0.040s
16.19/16.23	c #decision = 508
16.19/16.23	c #random_decision = 0
16.19/16.23	c #conflict = 1
16.19/16.23	c #restart = 0
16.19/16.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
16.19/16.23	c lower bound updated to 188066438088
16.19/16.24	c BCD2: 188135782044 <= obj <= 244090728602
16.19/16.24	c BCD2: #cores=331, #unrelaxed=238, #relaxed=439, #hardened=0
16.19/16.24	c BCD2: #sat=1 #unsat=352 bias=352/353
16.19/16.25	c Solving starts ...
16.19/16.25	c ============================[ Search Statistics ]============================
16.19/16.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.19/16.25	c       |         |          |          |    Limit     GC | Var      | Constra 
16.19/16.25	c =============================================================================
16.19/16.25	c  0.0s |       0 |        0 |        0 |    35882      0 |     9477 |    19679
16.19/16.28	c  0.0s |       0 |      506 |        1 |    35882      0 |     9477 |    19680
16.19/16.28	c #cpu_time = 0.036s
16.19/16.28	c #wall_clock_time = 0.036s
16.19/16.28	c #decision = 506
16.19/16.28	c #random_decision = 0
16.19/16.28	c #conflict = 1
16.19/16.28	c #restart = 0
16.19/16.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
16.19/16.28	c lower bound updated to 188066438089
16.19/16.29	c BCD2: 188135782045 <= obj <= 244090728602
16.19/16.29	c BCD2: #cores=331, #unrelaxed=237, #relaxed=440, #hardened=0
16.19/16.29	c BCD2: #sat=1 #unsat=353 bias=353/354
16.29/16.30	c Solving starts ...
16.29/16.30	c ============================[ Search Statistics ]============================
16.29/16.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.29/16.30	c       |         |          |          |    Limit     GC | Var      | Constra 
16.29/16.30	c =============================================================================
16.29/16.30	c  0.0s |       0 |        0 |        0 |    35882      0 |     9478 |    19680
16.29/16.33	c  0.0s |       0 |      403 |        0 |    35882      0 |     9478 |    19681
16.29/16.33	c #cpu_time = 0.033s
16.29/16.33	c #wall_clock_time = 0.033s
16.29/16.33	c #decision = 403
16.29/16.33	c #random_decision = 0
16.29/16.33	c #conflict = 0
16.29/16.33	c #restart = 0
16.29/16.33	c BCD2: found a new core of size 1: cost of the new core is >=1874161
16.29/16.33	c lower bound updated to 188068312250
16.29/16.34	c BCD2: 188137656206 <= obj <= 244090728602
16.29/16.34	c BCD2: #cores=332, #unrelaxed=236, #relaxed=441, #hardened=0
16.29/16.34	c BCD2: #sat=1 #unsat=354 bias=354/355
16.29/16.35	c Solving starts ...
16.29/16.35	c ============================[ Search Statistics ]============================
16.29/16.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.29/16.35	c       |         |          |          |    Limit     GC | Var      | Constra 
16.29/16.35	c =============================================================================
16.29/16.35	c  0.0s |       0 |        0 |        0 |    35882      0 |     9478 |    19681
16.29/16.38	c  0.0s |       0 |      405 |        0 |    35882      0 |     9478 |    19681
16.29/16.38	c #cpu_time = 0.034s
16.29/16.38	c #wall_clock_time = 0.034s
16.29/16.38	c #decision = 405
16.29/16.38	c #random_decision = 0
16.29/16.38	c #conflict = 0
16.29/16.38	c #restart = 0
16.29/16.38	c BCD2: found a new core of size 2: cost of the new core is >=1369
16.29/16.38	c lower bound updated to 188068313619
16.29/16.39	c BCD2: 188137657575 <= obj <= 244090728602
16.29/16.39	c BCD2: #cores=333, #unrelaxed=234, #relaxed=443, #hardened=0
16.29/16.39	c BCD2: #sat=1 #unsat=355 bias=355/356
16.29/16.39	c Solving starts ...
16.29/16.39	c ============================[ Search Statistics ]============================
16.29/16.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.29/16.39	c       |         |          |          |    Limit     GC | Var      | Constra 
16.29/16.39	c =============================================================================
16.29/16.40	c  0.0s |       0 |        0 |        0 |    35882      0 |     9478 |    19681
16.39/16.43	c  0.0s |       0 |      508 |        1 |    35882      0 |     9478 |    19681
16.39/16.43	c #cpu_time = 0.038s
16.39/16.43	c #wall_clock_time = 0.038s
16.39/16.43	c #decision = 508
16.39/16.43	c #random_decision = 0
16.39/16.43	c #conflict = 1
16.39/16.43	c #restart = 0
16.39/16.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
16.39/16.43	c lower bound updated to 188068313656
16.39/16.44	c BCD2: 188137657612 <= obj <= 244090728602
16.39/16.44	c BCD2: #cores=333, #unrelaxed=233, #relaxed=444, #hardened=0
16.39/16.44	c BCD2: #sat=1 #unsat=356 bias=356/357
16.39/16.44	c Solving starts ...
16.39/16.44	c ============================[ Search Statistics ]============================
16.39/16.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.39/16.44	c       |         |          |          |    Limit     GC | Var      | Constra 
16.39/16.44	c =============================================================================
16.39/16.44	c  0.0s |       0 |        0 |        0 |    35882      0 |     9479 |    19681
16.39/16.48	c  0.0s |       0 |      511 |        1 |    35882      0 |     9479 |    19682
16.39/16.48	c #cpu_time = 0.039s
16.39/16.48	c #wall_clock_time = 0.039s
16.39/16.48	c #decision = 511
16.39/16.48	c #random_decision = 0
16.39/16.48	c #conflict = 1
16.39/16.48	c #restart = 0
16.39/16.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
16.39/16.48	c lower bound updated to 188068313657
16.39/16.49	c BCD2: 188137657613 <= obj <= 244090728602
16.39/16.49	c BCD2: #cores=333, #unrelaxed=232, #relaxed=445, #hardened=0
16.39/16.49	c BCD2: #sat=1 #unsat=357 bias=357/358
16.39/16.50	c Solving starts ...
16.39/16.50	c ============================[ Search Statistics ]============================
16.39/16.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.39/16.50	c       |         |          |          |    Limit     GC | Var      | Constra 
16.39/16.50	c =============================================================================
16.39/16.50	c  0.0s |       0 |        0 |        0 |    35882      0 |     9480 |    19682
16.49/16.53	c  0.0s |       0 |      405 |        0 |    35882      0 |     9480 |    19683
16.49/16.53	c #cpu_time = 0.033s
16.49/16.53	c #wall_clock_time = 0.033s
16.49/16.53	c #decision = 405
16.49/16.53	c #random_decision = 0
16.49/16.53	c #conflict = 0
16.49/16.53	c #restart = 0
16.49/16.53	c BCD2: found a new core of size 1: cost of the new core is >=1874161
16.49/16.53	c lower bound updated to 188070187818
16.49/16.54	c BCD2: 188139531774 <= obj <= 244090728602
16.49/16.54	c BCD2: #cores=334, #unrelaxed=231, #relaxed=446, #hardened=0
16.49/16.54	c BCD2: #sat=1 #unsat=358 bias=358/359
16.49/16.55	c Solving starts ...
16.49/16.55	c ============================[ Search Statistics ]============================
16.49/16.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.49/16.55	c       |         |          |          |    Limit     GC | Var      | Constra 
16.49/16.55	c =============================================================================
16.49/16.55	c  0.0s |       0 |        0 |        0 |    35882      0 |     9480 |    19683
16.49/16.58	c  0.0s |       0 |      407 |        0 |    35882      0 |     9480 |    19683
16.49/16.58	c #cpu_time = 0.032s
16.49/16.58	c #wall_clock_time = 0.032s
16.49/16.58	c #decision = 407
16.49/16.58	c #random_decision = 0
16.49/16.58	c #conflict = 0
16.49/16.58	c #restart = 0
16.49/16.58	c BCD2: found a new core of size 2: cost of the new core is >=1369
16.49/16.58	c lower bound updated to 188070189187
16.49/16.59	c BCD2: 188139533143 <= obj <= 244090728602
16.49/16.59	c BCD2: #cores=335, #unrelaxed=229, #relaxed=448, #hardened=0
16.49/16.59	c BCD2: #sat=1 #unsat=359 bias=359/360
16.49/16.59	c Solving starts ...
16.49/16.59	c ============================[ Search Statistics ]============================
16.49/16.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.49/16.59	c       |         |          |          |    Limit     GC | Var      | Constra 
16.49/16.59	c =============================================================================
16.49/16.59	c  0.0s |       0 |        0 |        0 |    35882      0 |     9480 |    19683
16.59/16.63	c  0.0s |       0 |      514 |        1 |    35882      0 |     9480 |    19683
16.59/16.63	c #cpu_time = 0.036s
16.59/16.63	c #wall_clock_time = 0.036s
16.59/16.63	c #decision = 514
16.59/16.63	c #random_decision = 0
16.59/16.63	c #conflict = 1
16.59/16.63	c #restart = 0
16.59/16.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
16.59/16.63	c lower bound updated to 188070189224
16.59/16.64	c BCD2: 188139533180 <= obj <= 244090728602
16.59/16.64	c BCD2: #cores=335, #unrelaxed=228, #relaxed=449, #hardened=0
16.59/16.64	c BCD2: #sat=1 #unsat=360 bias=360/361
16.59/16.64	c Solving starts ...
16.59/16.64	c ============================[ Search Statistics ]============================
16.59/16.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.59/16.64	c       |         |          |          |    Limit     GC | Var      | Constra 
16.59/16.64	c =============================================================================
16.59/16.65	c  0.0s |       0 |        0 |        0 |    35882      0 |     9481 |    19683
16.59/16.68	c  0.0s |       0 |      510 |        1 |    35882      0 |     9481 |    19684
16.59/16.68	c #cpu_time = 0.035s
16.59/16.68	c #wall_clock_time = 0.035s
16.59/16.68	c #decision = 510
16.59/16.68	c #random_decision = 0
16.59/16.68	c #conflict = 1
16.59/16.68	c #restart = 0
16.59/16.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
16.59/16.68	c lower bound updated to 188070189225
16.59/16.69	c BCD2: 188139533181 <= obj <= 244090728602
16.59/16.69	c BCD2: #cores=335, #unrelaxed=227, #relaxed=450, #hardened=0
16.59/16.69	c BCD2: #sat=1 #unsat=361 bias=361/362
16.59/16.69	c Solving starts ...
16.59/16.69	c ============================[ Search Statistics ]============================
16.59/16.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.59/16.69	c       |         |          |          |    Limit     GC | Var      | Constra 
16.59/16.69	c =============================================================================
16.59/16.69	c  0.0s |       0 |        0 |        0 |    35882      0 |     9482 |    19684
16.69/16.73	c  0.0s |       0 |      407 |        0 |    35882      0 |     9482 |    19685
16.69/16.73	c #cpu_time = 0.036s
16.69/16.73	c #wall_clock_time = 0.036s
16.69/16.73	c #decision = 407
16.69/16.73	c #random_decision = 0
16.69/16.73	c #conflict = 0
16.69/16.73	c #restart = 0
16.69/16.73	c BCD2: found a new core of size 1: cost of the new core is >=1874161
16.69/16.73	c lower bound updated to 188072063386
16.69/16.74	c BCD2: 188141407342 <= obj <= 244090728602
16.69/16.74	c BCD2: #cores=336, #unrelaxed=226, #relaxed=451, #hardened=0
16.69/16.74	c BCD2: #sat=1 #unsat=362 bias=362/363
16.69/16.74	c Solving starts ...
16.69/16.74	c ============================[ Search Statistics ]============================
16.69/16.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.69/16.74	c       |         |          |          |    Limit     GC | Var      | Constra 
16.69/16.74	c =============================================================================
16.69/16.74	c  0.0s |       0 |        0 |        0 |    35882      0 |     9482 |    19685
16.69/16.78	c  0.0s |       0 |      409 |        0 |    35882      0 |     9482 |    19685
16.69/16.78	c #cpu_time = 0.034s
16.69/16.78	c #wall_clock_time = 0.034s
16.69/16.78	c #decision = 409
16.69/16.78	c #random_decision = 0
16.69/16.78	c #conflict = 0
16.69/16.78	c #restart = 0
16.69/16.78	c BCD2: found a new core of size 2: cost of the new core is >=1369
16.69/16.78	c lower bound updated to 188072064755
16.69/16.78	c BCD2: 188141408711 <= obj <= 244090728602
16.69/16.78	c BCD2: #cores=337, #unrelaxed=224, #relaxed=453, #hardened=0
16.69/16.78	c BCD2: #sat=1 #unsat=363 bias=363/364
16.69/16.79	c Solving starts ...
16.69/16.79	c ============================[ Search Statistics ]============================
16.69/16.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.69/16.79	c       |         |          |          |    Limit     GC | Var      | Constra 
16.69/16.79	c =============================================================================
16.69/16.79	c  0.0s |       0 |        0 |        0 |    35882      0 |     9482 |    19685
16.79/16.83	c  0.0s |       0 |      512 |        1 |    35882      0 |     9482 |    19685
16.79/16.83	c #cpu_time = 0.038s
16.79/16.83	c #wall_clock_time = 0.038s
16.79/16.83	c #decision = 512
16.79/16.83	c #random_decision = 0
16.79/16.83	c #conflict = 1
16.79/16.83	c #restart = 0
16.79/16.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
16.79/16.83	c lower bound updated to 188072064792
16.79/16.84	c BCD2: 188141408748 <= obj <= 244090728602
16.79/16.84	c BCD2: #cores=337, #unrelaxed=223, #relaxed=454, #hardened=0
16.79/16.84	c BCD2: #sat=1 #unsat=364 bias=364/365
16.79/16.85	c Solving starts ...
16.79/16.85	c ============================[ Search Statistics ]============================
16.79/16.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.79/16.85	c       |         |          |          |    Limit     GC | Var      | Constra 
16.79/16.85	c =============================================================================
16.79/16.85	c  0.0s |       0 |        0 |        0 |    35882      0 |     9483 |    19685
16.79/16.89	c  0.0s |       0 |      517 |        1 |    35882      0 |     9483 |    19686
16.79/16.89	c #cpu_time = 0.037s
16.79/16.89	c #wall_clock_time = 0.037s
16.79/16.89	c #decision = 517
16.79/16.89	c #random_decision = 0
16.79/16.89	c #conflict = 1
16.79/16.89	c #restart = 0
16.79/16.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
16.79/16.89	c lower bound updated to 188072064793
16.79/16.89	c BCD2: 188141408749 <= obj <= 244090728602
16.79/16.89	c BCD2: #cores=337, #unrelaxed=222, #relaxed=455, #hardened=0
16.79/16.89	c BCD2: #sat=1 #unsat=365 bias=365/366
16.79/16.89	c Solving starts ...
16.79/16.89	c ============================[ Search Statistics ]============================
16.79/16.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.79/16.89	c       |         |          |          |    Limit     GC | Var      | Constra 
16.79/16.89	c =============================================================================
16.89/16.90	c  0.0s |       0 |        0 |        0 |    35882      0 |     9484 |    19686
16.89/16.93	c  0.0s |       0 |      409 |        0 |    35882      0 |     9484 |    19687
16.89/16.93	c #cpu_time = 0.033s
16.89/16.93	c #wall_clock_time = 0.033s
16.89/16.93	c #decision = 409
16.89/16.93	c #random_decision = 0
16.89/16.93	c #conflict = 0
16.89/16.93	c #restart = 0
16.89/16.93	c BCD2: found a new core of size 1: cost of the new core is >=1874161
16.89/16.93	c lower bound updated to 188073938954
16.89/16.94	c BCD2: 188143282910 <= obj <= 244090728602
16.89/16.94	c BCD2: #cores=338, #unrelaxed=221, #relaxed=456, #hardened=0
16.89/16.94	c BCD2: #sat=1 #unsat=366 bias=366/367
16.89/16.94	c Solving starts ...
16.89/16.94	c ============================[ Search Statistics ]============================
16.89/16.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.89/16.94	c       |         |          |          |    Limit     GC | Var      | Constra 
16.89/16.94	c =============================================================================
16.89/16.94	c  0.0s |       0 |        0 |        0 |    35882      0 |     9484 |    19687
16.89/16.98	c  0.0s |       0 |      411 |        0 |    35882      0 |     9484 |    19687
16.89/16.98	c #cpu_time = 0.037s
16.89/16.98	c #wall_clock_time = 0.037s
16.89/16.98	c #decision = 411
16.89/16.98	c #random_decision = 0
16.89/16.98	c #conflict = 0
16.89/16.98	c #restart = 0
16.89/16.98	c BCD2: found a new core of size 2: cost of the new core is >=1369
16.89/16.98	c lower bound updated to 188073940323
16.89/16.99	c BCD2: 188143284279 <= obj <= 244090728602
16.89/16.99	c BCD2: #cores=339, #unrelaxed=219, #relaxed=458, #hardened=0
16.89/16.99	c BCD2: #sat=1 #unsat=367 bias=367/368
16.99/17.00	c Solving starts ...
16.99/17.00	c ============================[ Search Statistics ]============================
16.99/17.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.99/17.00	c       |         |          |          |    Limit     GC | Var      | Constra 
16.99/17.00	c =============================================================================
16.99/17.00	c  0.0s |       0 |        0 |        0 |    35882      0 |     9484 |    19687
16.99/17.04	c  0.0s |       0 |      520 |        1 |    35882      0 |     9484 |    19687
16.99/17.04	c #cpu_time = 0.039s
16.99/17.04	c #wall_clock_time = 0.039s
16.99/17.04	c #decision = 520
16.99/17.04	c #random_decision = 0
16.99/17.04	c #conflict = 1
16.99/17.04	c #restart = 0
16.99/17.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
16.99/17.04	c lower bound updated to 188073940360
16.99/17.04	c BCD2: 188143284316 <= obj <= 244090728602
16.99/17.04	c BCD2: #cores=339, #unrelaxed=218, #relaxed=459, #hardened=0
16.99/17.04	c BCD2: #sat=1 #unsat=368 bias=368/369
16.99/17.05	c Solving starts ...
16.99/17.05	c ============================[ Search Statistics ]============================
16.99/17.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.99/17.05	c       |         |          |          |    Limit     GC | Var      | Constra 
16.99/17.05	c =============================================================================
16.99/17.05	c  0.0s |       0 |        0 |        0 |    35882      0 |     9485 |    19687
16.99/17.09	c  0.0s |       0 |      514 |        1 |    35882      0 |     9485 |    19688
16.99/17.09	c #cpu_time = 0.038s
16.99/17.09	c #wall_clock_time = 0.038s
16.99/17.09	c #decision = 514
16.99/17.09	c #random_decision = 0
16.99/17.09	c #conflict = 1
16.99/17.09	c #restart = 0
16.99/17.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
16.99/17.09	c lower bound updated to 188073940361
17.09/17.10	c BCD2: 188143284317 <= obj <= 244090728602
17.09/17.10	c BCD2: #cores=339, #unrelaxed=217, #relaxed=460, #hardened=0
17.09/17.10	c BCD2: #sat=1 #unsat=369 bias=369/370
17.09/17.11	c Solving starts ...
17.09/17.11	c ============================[ Search Statistics ]============================
17.09/17.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.09/17.11	c       |         |          |          |    Limit     GC | Var      | Constra 
17.09/17.11	c =============================================================================
17.09/17.11	c  0.0s |       0 |        0 |        0 |    35882      0 |     9486 |    19688
17.09/17.14	c  0.0s |       0 |      411 |        0 |    35882      0 |     9486 |    19689
17.09/17.14	c #cpu_time = 0.034s
17.09/17.14	c #wall_clock_time = 0.034s
17.09/17.14	c #decision = 411
17.09/17.14	c #random_decision = 0
17.09/17.14	c #conflict = 0
17.09/17.14	c #restart = 0
17.09/17.14	c BCD2: found a new core of size 1: cost of the new core is >=1874161
17.09/17.14	c lower bound updated to 188075814522
17.09/17.15	c BCD2: 188145158478 <= obj <= 244090728602
17.09/17.15	c BCD2: #cores=340, #unrelaxed=216, #relaxed=461, #hardened=0
17.09/17.15	c BCD2: #sat=1 #unsat=370 bias=370/371
17.09/17.15	c Solving starts ...
17.09/17.15	c ============================[ Search Statistics ]============================
17.09/17.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.09/17.15	c       |         |          |          |    Limit     GC | Var      | Constra 
17.09/17.15	c =============================================================================
17.09/17.16	c  0.0s |       0 |        0 |        0 |    35882      0 |     9486 |    19689
17.09/17.19	c  0.0s |       0 |      413 |        0 |    35882      0 |     9486 |    19689
17.09/17.19	c #cpu_time = 0.033s
17.09/17.19	c #wall_clock_time = 0.033s
17.09/17.19	c #decision = 413
17.09/17.19	c #random_decision = 0
17.09/17.19	c #conflict = 0
17.09/17.19	c #restart = 0
17.09/17.19	c BCD2: found a new core of size 2: cost of the new core is >=1369
17.09/17.19	c lower bound updated to 188075815891
17.19/17.20	c BCD2: 188145159847 <= obj <= 244090728602
17.19/17.20	c BCD2: #cores=341, #unrelaxed=214, #relaxed=463, #hardened=0
17.19/17.20	c BCD2: #sat=1 #unsat=371 bias=371/372
17.19/17.20	c Solving starts ...
17.19/17.20	c ============================[ Search Statistics ]============================
17.19/17.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.19/17.20	c       |         |          |          |    Limit     GC | Var      | Constra 
17.19/17.20	c =============================================================================
17.19/17.20	c  0.0s |       0 |        0 |        0 |    35882      0 |     9486 |    19689
17.19/17.24	c  0.0s |       0 |      516 |        1 |    35882      0 |     9486 |    19689
17.19/17.24	c #cpu_time = 0.040s
17.19/17.24	c #wall_clock_time = 0.040s
17.19/17.24	c #decision = 516
17.19/17.24	c #random_decision = 0
17.19/17.24	c #conflict = 1
17.19/17.24	c #restart = 0
17.19/17.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
17.19/17.24	c lower bound updated to 188075815928
17.19/17.25	c BCD2: 188145159884 <= obj <= 244090728602
17.19/17.25	c BCD2: #cores=341, #unrelaxed=213, #relaxed=464, #hardened=0
17.19/17.25	c BCD2: #sat=1 #unsat=372 bias=372/373
17.19/17.26	c Solving starts ...
17.19/17.26	c ============================[ Search Statistics ]============================
17.19/17.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.19/17.26	c       |         |          |          |    Limit     GC | Var      | Constra 
17.19/17.26	c =============================================================================
17.19/17.26	c  0.0s |       0 |        0 |        0 |    35882      0 |     9487 |    19689
17.19/17.29	c  0.0s |       0 |      523 |        1 |    35882      0 |     9487 |    19690
17.19/17.29	c #cpu_time = 0.037s
17.19/17.29	c #wall_clock_time = 0.037s
17.19/17.29	c #decision = 523
17.19/17.29	c #random_decision = 0
17.19/17.29	c #conflict = 1
17.19/17.29	c #restart = 0
17.19/17.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
17.19/17.29	c lower bound updated to 188075815929
17.29/17.30	c BCD2: 188145159885 <= obj <= 244090728602
17.29/17.30	c BCD2: #cores=341, #unrelaxed=212, #relaxed=465, #hardened=0
17.29/17.30	c BCD2: #sat=1 #unsat=373 bias=373/374
17.29/17.31	c Solving starts ...
17.29/17.31	c ============================[ Search Statistics ]============================
17.29/17.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.29/17.31	c       |         |          |          |    Limit     GC | Var      | Constra 
17.29/17.31	c =============================================================================
17.29/17.31	c  0.0s |       0 |        0 |        0 |    35882      0 |     9488 |    19690
17.29/17.34	c  0.0s |       0 |      413 |        0 |    35882      0 |     9488 |    19691
17.29/17.34	c #cpu_time = 0.034s
17.29/17.34	c #wall_clock_time = 0.035s
17.29/17.34	c #decision = 413
17.29/17.34	c #random_decision = 0
17.29/17.34	c #conflict = 0
17.29/17.34	c #restart = 0
17.29/17.34	c BCD2: found a new core of size 1: cost of the new core is >=1874161
17.29/17.34	c lower bound updated to 188077690090
17.29/17.35	c BCD2: 188147034046 <= obj <= 244090728602
17.29/17.35	c BCD2: #cores=342, #unrelaxed=211, #relaxed=466, #hardened=0
17.29/17.35	c BCD2: #sat=1 #unsat=374 bias=374/375
17.29/17.36	c Solving starts ...
17.29/17.36	c ============================[ Search Statistics ]============================
17.29/17.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.29/17.36	c       |         |          |          |    Limit     GC | Var      | Constra 
17.29/17.36	c =============================================================================
17.29/17.36	c  0.0s |       0 |        0 |        0 |    35882      0 |     9488 |    19691
17.29/17.39	c  0.0s |       0 |      415 |        0 |    35882      0 |     9488 |    19691
17.29/17.39	c #cpu_time = 0.035s
17.29/17.39	c #wall_clock_time = 0.035s
17.29/17.39	c #decision = 415
17.29/17.39	c #random_decision = 0
17.29/17.39	c #conflict = 0
17.29/17.39	c #restart = 0
17.29/17.39	c BCD2: found a new core of size 2: cost of the new core is >=1369
17.29/17.39	c lower bound updated to 188077691459
17.39/17.40	c BCD2: 188147035415 <= obj <= 244090728602
17.39/17.40	c BCD2: #cores=343, #unrelaxed=209, #relaxed=468, #hardened=0
17.39/17.40	c BCD2: #sat=1 #unsat=375 bias=375/376
17.39/17.40	c Solving starts ...
17.39/17.40	c ============================[ Search Statistics ]============================
17.39/17.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.39/17.40	c       |         |          |          |    Limit     GC | Var      | Constra 
17.39/17.40	c =============================================================================
17.39/17.41	c  0.0s |       0 |        0 |        0 |    35882      0 |     9488 |    19691
17.39/17.45	c  0.0s |       0 |      526 |        1 |    35882      0 |     9488 |    19691
17.39/17.45	c #cpu_time = 0.040s
17.39/17.45	c #wall_clock_time = 0.040s
17.39/17.45	c #decision = 526
17.39/17.45	c #random_decision = 0
17.39/17.45	c #conflict = 1
17.39/17.45	c #restart = 0
17.39/17.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
17.39/17.45	c lower bound updated to 188077691496
17.39/17.46	c BCD2: 188147035452 <= obj <= 244090728602
17.39/17.46	c BCD2: #cores=343, #unrelaxed=208, #relaxed=469, #hardened=0
17.39/17.46	c BCD2: #sat=1 #unsat=376 bias=376/377
17.39/17.46	c Solving starts ...
17.39/17.46	c ============================[ Search Statistics ]============================
17.39/17.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.39/17.46	c       |         |          |          |    Limit     GC | Var      | Constra 
17.39/17.46	c =============================================================================
17.39/17.46	c  0.0s |       0 |        0 |        0 |    35882      0 |     9489 |    19691
17.49/17.50	c  0.0s |       0 |      518 |        1 |    35882      0 |     9489 |    19692
17.49/17.50	c #cpu_time = 0.041s
17.49/17.50	c #wall_clock_time = 0.041s
17.49/17.50	c #decision = 518
17.49/17.50	c #random_decision = 0
17.49/17.50	c #conflict = 1
17.49/17.50	c #restart = 0
17.49/17.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
17.49/17.50	c lower bound updated to 188077691497
17.49/17.51	c BCD2: 188147035453 <= obj <= 244090728602
17.49/17.51	c BCD2: #cores=343, #unrelaxed=207, #relaxed=470, #hardened=0
17.49/17.51	c BCD2: #sat=1 #unsat=377 bias=377/378
17.49/17.52	c Solving starts ...
17.49/17.52	c ============================[ Search Statistics ]============================
17.49/17.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.49/17.52	c       |         |          |          |    Limit     GC | Var      | Constra 
17.49/17.52	c =============================================================================
17.49/17.52	c  0.0s |       0 |        0 |        0 |    35882      0 |     9490 |    19692
17.49/17.55	c  0.0s |       0 |      415 |        0 |    35882      0 |     9490 |    19693
17.49/17.55	c #cpu_time = 0.034s
17.49/17.55	c #wall_clock_time = 0.034s
17.49/17.55	c #decision = 415
17.49/17.55	c #random_decision = 0
17.49/17.55	c #conflict = 0
17.49/17.55	c #restart = 0
17.49/17.55	c BCD2: found a new core of size 1: cost of the new core is >=1874161
17.49/17.55	c lower bound updated to 188079565658
17.49/17.56	c BCD2: 188148909614 <= obj <= 244090728602
17.49/17.56	c BCD2: #cores=344, #unrelaxed=206, #relaxed=471, #hardened=0
17.49/17.56	c BCD2: #sat=1 #unsat=378 bias=378/379
17.49/17.57	c Solving starts ...
17.49/17.57	c ============================[ Search Statistics ]============================
17.49/17.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.49/17.57	c       |         |          |          |    Limit     GC | Var      | Constra 
17.49/17.57	c =============================================================================
17.49/17.57	c  0.0s |       0 |        0 |        0 |    35882      0 |     9490 |    19693
17.59/17.60	c  0.0s |       0 |      417 |        0 |    35882      0 |     9490 |    19693
17.59/17.60	c #cpu_time = 0.034s
17.59/17.60	c #wall_clock_time = 0.034s
17.59/17.60	c #decision = 417
17.59/17.60	c #random_decision = 0
17.59/17.60	c #conflict = 0
17.59/17.60	c #restart = 0
17.59/17.60	c BCD2: found a new core of size 2: cost of the new core is >=1369
17.59/17.60	c lower bound updated to 188079567027
17.59/17.61	c BCD2: 188148910983 <= obj <= 244090728602
17.59/17.61	c BCD2: #cores=345, #unrelaxed=204, #relaxed=473, #hardened=0
17.59/17.61	c BCD2: #sat=1 #unsat=379 bias=379/380
17.59/17.62	c Solving starts ...
17.59/17.62	c ============================[ Search Statistics ]============================
17.59/17.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.59/17.62	c       |         |          |          |    Limit     GC | Var      | Constra 
17.59/17.62	c =============================================================================
17.59/17.62	c  0.0s |       0 |        0 |        0 |    35882      0 |     9490 |    19693
17.59/17.66	c  0.0s |       0 |      520 |        1 |    35882      0 |     9490 |    19693
17.59/17.66	c #cpu_time = 0.039s
17.59/17.66	c #wall_clock_time = 0.039s
17.59/17.66	c #decision = 520
17.59/17.66	c #random_decision = 0
17.59/17.66	c #conflict = 1
17.59/17.66	c #restart = 0
17.59/17.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
17.59/17.66	c lower bound updated to 188079567064
17.59/17.66	c BCD2: 188148911020 <= obj <= 244090728602
17.59/17.66	c BCD2: #cores=345, #unrelaxed=203, #relaxed=474, #hardened=0
17.59/17.66	c BCD2: #sat=1 #unsat=380 bias=380/381
17.59/17.67	c Solving starts ...
17.59/17.67	c ============================[ Search Statistics ]============================
17.59/17.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.59/17.67	c       |         |          |          |    Limit     GC | Var      | Constra 
17.59/17.67	c =============================================================================
17.59/17.67	c  0.0s |       0 |        0 |        0 |    35882      0 |     9491 |    19693
17.69/17.71	c  0.0s |       0 |      529 |        1 |    35882      0 |     9491 |    19694
17.69/17.71	c #cpu_time = 0.038s
17.69/17.71	c #wall_clock_time = 0.038s
17.69/17.71	c #decision = 529
17.69/17.71	c #random_decision = 0
17.69/17.71	c #conflict = 1
17.69/17.71	c #restart = 0
17.69/17.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
17.69/17.71	c lower bound updated to 188079567065
17.69/17.72	c BCD2: 188148911021 <= obj <= 244090728602
17.69/17.72	c BCD2: #cores=345, #unrelaxed=202, #relaxed=475, #hardened=0
17.69/17.72	c BCD2: #sat=1 #unsat=381 bias=381/382
17.69/17.72	c Solving starts ...
17.69/17.72	c ============================[ Search Statistics ]============================
17.69/17.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.69/17.72	c       |         |          |          |    Limit     GC | Var      | Constra 
17.69/17.72	c =============================================================================
17.69/17.72	c  0.0s |       0 |        0 |        0 |    35882      0 |     9492 |    19694
17.69/17.76	c  0.0s |       0 |      417 |        0 |    35882      0 |     9492 |    19695
17.69/17.76	c #cpu_time = 0.037s
17.69/17.76	c #wall_clock_time = 0.037s
17.69/17.76	c #decision = 417
17.69/17.76	c #random_decision = 0
17.69/17.76	c #conflict = 0
17.69/17.76	c #restart = 0
17.69/17.76	c BCD2: found a new core of size 1: cost of the new core is >=1874161
17.69/17.76	c lower bound updated to 188081441226
17.69/17.76	c BCD2: 188150785182 <= obj <= 244090728602
17.69/17.76	c BCD2: #cores=346, #unrelaxed=201, #relaxed=476, #hardened=0
17.69/17.76	c BCD2: #sat=1 #unsat=382 bias=382/383
17.69/17.77	c Solving starts ...
17.69/17.77	c ============================[ Search Statistics ]============================
17.69/17.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.69/17.77	c       |         |          |          |    Limit     GC | Var      | Constra 
17.69/17.77	c =============================================================================
17.69/17.77	c  0.0s |       0 |        0 |        0 |    35882      0 |     9492 |    19695
17.79/17.81	c  0.0s |       0 |      418 |        0 |    35882      0 |     9492 |    19695
17.79/17.81	c #cpu_time = 0.033s
17.79/17.81	c #wall_clock_time = 0.033s
17.79/17.81	c #decision = 418
17.79/17.81	c #random_decision = 0
17.79/17.81	c #conflict = 0
17.79/17.81	c #restart = 0
17.79/17.81	c BCD2: found a new core of size 1: cost of the new core is >=50653
17.79/17.81	c lower bound updated to 188081491879
17.79/17.81	c BCD2: 188150835835 <= obj <= 244090728602
17.79/17.81	c BCD2: #cores=347, #unrelaxed=200, #relaxed=477, #hardened=0
17.79/17.81	c BCD2: #sat=1 #unsat=383 bias=383/384
17.79/17.82	c Solving starts ...
17.79/17.82	c ============================[ Search Statistics ]============================
17.79/17.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.79/17.82	c       |         |          |          |    Limit     GC | Var      | Constra 
17.79/17.82	c =============================================================================
17.79/17.82	c  0.0s |       0 |        0 |        0 |    35882      0 |     9492 |    19695
17.79/17.86	c  0.0s |       0 |      419 |        0 |    35882      0 |     9492 |    19695
17.79/17.86	c #cpu_time = 0.034s
17.79/17.86	c #wall_clock_time = 0.034s
17.79/17.86	c #decision = 419
17.79/17.86	c #random_decision = 0
17.79/17.86	c #conflict = 0
17.79/17.86	c #restart = 0
17.79/17.86	c BCD2: found a new core of size 1: cost of the new core is >=1369
17.79/17.86	c lower bound updated to 188081493248
17.79/17.86	c BCD2: 188150837204 <= obj <= 244090728602
17.79/17.86	c BCD2: #cores=348, #unrelaxed=199, #relaxed=478, #hardened=0
17.79/17.86	c BCD2: #sat=1 #unsat=384 bias=384/385
17.79/17.87	c Solving starts ...
17.79/17.87	c ============================[ Search Statistics ]============================
17.79/17.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.79/17.87	c       |         |          |          |    Limit     GC | Var      | Constra 
17.79/17.87	c =============================================================================
17.79/17.87	c  0.0s |       0 |        0 |        0 |    35882      0 |     9492 |    19695
17.89/17.91	c  0.0s |       0 |      421 |        0 |    35882      0 |     9492 |    19695
17.89/17.91	c #cpu_time = 0.034s
17.89/17.91	c #wall_clock_time = 0.034s
17.89/17.91	c #decision = 421
17.89/17.91	c #random_decision = 0
17.89/17.91	c #conflict = 0
17.89/17.91	c #restart = 0
17.89/17.91	c BCD2: found a new core of size 2: cost of the new core is >=1
17.89/17.91	c lower bound updated to 188081493249
17.89/17.91	c BCD2: 188150837205 <= obj <= 244090728602
17.89/17.91	c BCD2: #cores=349, #unrelaxed=197, #relaxed=480, #hardened=0
17.89/17.91	c BCD2: #sat=1 #unsat=385 bias=385/386
17.89/17.91	c Solving starts ...
17.89/17.91	c ============================[ Search Statistics ]============================
17.89/17.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.89/17.91	c       |         |          |          |    Limit     GC | Var      | Constra 
17.89/17.91	c =============================================================================
17.89/17.92	c  0.0s |       0 |        0 |        0 |    35882      0 |     9492 |    19695
17.89/17.96	c  0.0s |       0 |      421 |        0 |    35882      0 |     9492 |    19695
17.89/17.96	c #cpu_time = 0.034s
17.89/17.96	c #wall_clock_time = 0.034s
17.89/17.96	c #decision = 421
17.89/17.96	c #random_decision = 0
17.89/17.96	c #conflict = 0
17.89/17.96	c #restart = 0
17.89/17.96	c BCD2: found a new core of size 1: cost of the new core is >=1874161
17.89/17.96	c lower bound updated to 188083367410
17.89/17.96	c BCD2: 188152711366 <= obj <= 244090728602
17.89/17.96	c BCD2: #cores=350, #unrelaxed=196, #relaxed=481, #hardened=0
17.89/17.96	c BCD2: #sat=1 #unsat=386 bias=386/387
17.89/17.97	c Solving starts ...
17.89/17.97	c ============================[ Search Statistics ]============================
17.89/17.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.89/17.97	c       |         |          |          |    Limit     GC | Var      | Constra 
17.89/17.97	c =============================================================================
17.89/17.97	c  0.0s |       0 |        0 |        0 |    35882      0 |     9492 |    19695
17.99/18.00	c  0.0s |       0 |      423 |        0 |    35882      0 |     9492 |    19695
17.99/18.00	c #cpu_time = 0.038s
17.99/18.00	c #wall_clock_time = 0.038s
17.99/18.00	c #decision = 423
17.99/18.00	c #random_decision = 0
17.99/18.00	c #conflict = 0
17.99/18.00	c #restart = 0
17.99/18.00	c BCD2: found a new core of size 2: cost of the new core is >=1369
17.99/18.00	c lower bound updated to 188083368779
17.99/18.01	c BCD2: 188152712735 <= obj <= 244090728602
17.99/18.01	c BCD2: #cores=351, #unrelaxed=194, #relaxed=483, #hardened=0
17.99/18.01	c BCD2: #sat=1 #unsat=387 bias=387/388
17.99/18.02	c Solving starts ...
17.99/18.02	c ============================[ Search Statistics ]============================
17.99/18.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.99/18.02	c       |         |          |          |    Limit     GC | Var      | Constra 
17.99/18.02	c =============================================================================
17.99/18.02	c  0.0s |       0 |        0 |        0 |    35882      0 |     9492 |    19695
17.99/18.06	c  0.0s |       0 |      526 |        1 |    35882      0 |     9492 |    19695
17.99/18.06	c #cpu_time = 0.040s
17.99/18.06	c #wall_clock_time = 0.040s
17.99/18.06	c #decision = 526
17.99/18.06	c #random_decision = 0
17.99/18.06	c #conflict = 1
17.99/18.06	c #restart = 0
17.99/18.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
17.99/18.06	c lower bound updated to 188083368816
17.99/18.07	c BCD2: 188152712772 <= obj <= 244090728602
17.99/18.07	c BCD2: #cores=351, #unrelaxed=193, #relaxed=484, #hardened=0
17.99/18.07	c BCD2: #sat=1 #unsat=388 bias=388/389
17.99/18.08	c Solving starts ...
17.99/18.08	c ============================[ Search Statistics ]============================
17.99/18.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.99/18.08	c       |         |          |          |    Limit     GC | Var      | Constra 
17.99/18.08	c =============================================================================
17.99/18.08	c  0.0s |       0 |        0 |        0 |    35882      0 |     9493 |    19695
18.09/18.12	c  0.0s |       0 |      526 |        1 |    35882      0 |     9493 |    19696
18.09/18.12	c #cpu_time = 0.039s
18.09/18.12	c #wall_clock_time = 0.039s
18.09/18.12	c #decision = 526
18.09/18.12	c #random_decision = 0
18.09/18.12	c #conflict = 1
18.09/18.12	c #restart = 0
18.09/18.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
18.09/18.12	c lower bound updated to 188083368817
18.09/18.12	c BCD2: 188152712773 <= obj <= 244090728602
18.09/18.12	c BCD2: #cores=351, #unrelaxed=192, #relaxed=485, #hardened=0
18.09/18.12	c BCD2: #sat=1 #unsat=389 bias=389/390
18.09/18.12	c Solving starts ...
18.09/18.12	c ============================[ Search Statistics ]============================
18.09/18.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.09/18.12	c       |         |          |          |    Limit     GC | Var      | Constra 
18.09/18.12	c =============================================================================
18.09/18.13	c  0.0s |       0 |        0 |        0 |    35882      0 |     9494 |    19696
18.09/18.17	c  0.0s |       0 |      423 |        0 |    35882      0 |     9494 |    19697
18.09/18.17	c #cpu_time = 0.035s
18.09/18.17	c #wall_clock_time = 0.035s
18.09/18.17	c #decision = 423
18.09/18.17	c #random_decision = 0
18.09/18.17	c #conflict = 0
18.09/18.17	c #restart = 0
18.09/18.17	c BCD2: found a new core of size 1: cost of the new core is >=1874161
18.09/18.17	c lower bound updated to 188085242978
18.09/18.17	c BCD2: 188154586934 <= obj <= 244090728602
18.09/18.17	c BCD2: #cores=352, #unrelaxed=191, #relaxed=486, #hardened=0
18.09/18.17	c BCD2: #sat=1 #unsat=390 bias=390/391
18.09/18.18	c Solving starts ...
18.09/18.18	c ============================[ Search Statistics ]============================
18.09/18.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.09/18.18	c       |         |          |          |    Limit     GC | Var      | Constra 
18.09/18.18	c =============================================================================
18.09/18.18	c  0.0s |       0 |        0 |        0 |    35882      0 |     9494 |    19697
18.19/18.22	c  0.0s |       0 |      425 |        0 |    35882      0 |     9494 |    19697
18.19/18.22	c #cpu_time = 0.038s
18.19/18.22	c #wall_clock_time = 0.038s
18.19/18.22	c #decision = 425
18.19/18.22	c #random_decision = 0
18.19/18.22	c #conflict = 0
18.19/18.22	c #restart = 0
18.19/18.22	c BCD2: found a new core of size 2: cost of the new core is >=1369
18.19/18.22	c lower bound updated to 188085244347
18.19/18.22	c BCD2: 188154588303 <= obj <= 244090728602
18.19/18.22	c BCD2: #cores=353, #unrelaxed=189, #relaxed=488, #hardened=0
18.19/18.22	c BCD2: #sat=1 #unsat=391 bias=391/392
18.19/18.23	c Solving starts ...
18.19/18.23	c ============================[ Search Statistics ]============================
18.19/18.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.19/18.23	c       |         |          |          |    Limit     GC | Var      | Constra 
18.19/18.23	c =============================================================================
18.19/18.23	c  0.0s |       0 |        0 |        0 |    35882      0 |     9494 |    19697
18.19/18.27	c  0.0s |       0 |      528 |        1 |    35882      0 |     9494 |    19697
18.19/18.27	c #cpu_time = 0.040s
18.19/18.27	c #wall_clock_time = 0.040s
18.19/18.27	c #decision = 528
18.19/18.27	c #random_decision = 0
18.19/18.27	c #conflict = 1
18.19/18.27	c #restart = 0
18.19/18.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
18.19/18.27	c lower bound updated to 188085244384
18.19/18.28	c BCD2: 188154588340 <= obj <= 244090728602
18.19/18.28	c BCD2: #cores=353, #unrelaxed=188, #relaxed=489, #hardened=0
18.19/18.28	c BCD2: #sat=1 #unsat=392 bias=392/393
18.19/18.29	c Solving starts ...
18.19/18.29	c ============================[ Search Statistics ]============================
18.19/18.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.19/18.29	c       |         |          |          |    Limit     GC | Var      | Constra 
18.19/18.29	c =============================================================================
18.19/18.29	c  0.0s |       0 |        0 |        0 |    35882      0 |     9495 |    19697
18.29/18.33	c  0.0s |       0 |      539 |        1 |    35882      0 |     9495 |    19698
18.29/18.33	c #cpu_time = 0.039s
18.29/18.33	c #wall_clock_time = 0.039s
18.29/18.33	c #decision = 539
18.29/18.33	c #random_decision = 0
18.29/18.33	c #conflict = 1
18.29/18.33	c #restart = 0
18.29/18.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
18.29/18.33	c lower bound updated to 188085244385
18.29/18.33	c BCD2: 188154588341 <= obj <= 244090728602
18.29/18.33	c BCD2: #cores=353, #unrelaxed=187, #relaxed=490, #hardened=0
18.29/18.33	c BCD2: #sat=1 #unsat=393 bias=393/394
18.29/18.34	c Solving starts ...
18.29/18.34	c ============================[ Search Statistics ]============================
18.29/18.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.29/18.34	c       |         |          |          |    Limit     GC | Var      | Constra 
18.29/18.34	c =============================================================================
18.29/18.34	c  0.0s |       0 |        0 |        0 |    35882      0 |     9496 |    19698
18.29/18.38	c  0.0s |       0 |      425 |        0 |    35882      0 |     9496 |    19699
18.29/18.38	c #cpu_time = 0.035s
18.29/18.38	c #wall_clock_time = 0.035s
18.29/18.38	c #decision = 425
18.29/18.38	c #random_decision = 0
18.29/18.38	c #conflict = 0
18.29/18.38	c #restart = 0
18.29/18.38	c BCD2: found a new core of size 1: cost of the new core is >=1874161
18.29/18.38	c lower bound updated to 188087118546
18.29/18.39	c BCD2: 188156462502 <= obj <= 244090728602
18.29/18.39	c BCD2: #cores=354, #unrelaxed=186, #relaxed=491, #hardened=0
18.29/18.39	c BCD2: #sat=1 #unsat=394 bias=394/395
18.29/18.39	c Solving starts ...
18.29/18.39	c ============================[ Search Statistics ]============================
18.29/18.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.29/18.39	c       |         |          |          |    Limit     GC | Var      | Constra 
18.29/18.39	c =============================================================================
18.29/18.39	c  0.0s |       0 |        0 |        0 |    35882      0 |     9496 |    19699
18.39/18.43	c  0.0s |       0 |      427 |        0 |    35882      0 |     9496 |    19699
18.39/18.43	c #cpu_time = 0.038s
18.39/18.43	c #wall_clock_time = 0.038s
18.39/18.43	c #decision = 427
18.39/18.43	c #random_decision = 0
18.39/18.43	c #conflict = 0
18.39/18.43	c #restart = 0
18.39/18.43	c BCD2: found a new core of size 2: cost of the new core is >=1369
18.39/18.43	c lower bound updated to 188087119915
18.39/18.43	c BCD2: 188156463871 <= obj <= 244090728602
18.39/18.43	c BCD2: #cores=355, #unrelaxed=184, #relaxed=493, #hardened=0
18.39/18.43	c BCD2: #sat=1 #unsat=395 bias=395/396
18.39/18.44	c Solving starts ...
18.39/18.44	c ============================[ Search Statistics ]============================
18.39/18.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.39/18.44	c       |         |          |          |    Limit     GC | Var      | Constra 
18.39/18.44	c =============================================================================
18.39/18.44	c  0.0s |       0 |        0 |        0 |    35882      0 |     9496 |    19699
18.39/18.48	c  0.0s |       0 |      542 |        1 |    35882      0 |     9496 |    19699
18.39/18.48	c #cpu_time = 0.040s
18.39/18.48	c #wall_clock_time = 0.040s
18.39/18.48	c #decision = 542
18.39/18.48	c #random_decision = 0
18.39/18.48	c #conflict = 1
18.39/18.48	c #restart = 0
18.39/18.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
18.39/18.48	c lower bound updated to 188087119952
18.39/18.49	c BCD2: 188156463908 <= obj <= 244090728602
18.39/18.49	c BCD2: #cores=355, #unrelaxed=183, #relaxed=494, #hardened=0
18.39/18.49	c BCD2: #sat=1 #unsat=396 bias=396/397
18.49/18.50	c Solving starts ...
18.49/18.50	c ============================[ Search Statistics ]============================
18.49/18.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.49/18.50	c       |         |          |          |    Limit     GC | Var      | Constra 
18.49/18.50	c =============================================================================
18.49/18.50	c  0.0s |       0 |        0 |        0 |    35882      0 |     9497 |    19699
18.49/18.54	c  0.0s |       0 |      530 |        1 |    35882      0 |     9497 |    19700
18.49/18.54	c #cpu_time = 0.039s
18.49/18.54	c #wall_clock_time = 0.039s
18.49/18.54	c #decision = 530
18.49/18.54	c #random_decision = 0
18.49/18.54	c #conflict = 1
18.49/18.54	c #restart = 0
18.49/18.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
18.49/18.54	c lower bound updated to 188087119953
18.49/18.54	c BCD2: 188156463909 <= obj <= 244090728602
18.49/18.54	c BCD2: #cores=355, #unrelaxed=182, #relaxed=495, #hardened=0
18.49/18.54	c BCD2: #sat=1 #unsat=397 bias=397/398
18.49/18.55	c Solving starts ...
18.49/18.55	c ============================[ Search Statistics ]============================
18.49/18.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.49/18.55	c       |         |          |          |    Limit     GC | Var      | Constra 
18.49/18.55	c =============================================================================
18.49/18.55	c  0.0s |       0 |        0 |        0 |    35882      0 |     9498 |    19700
18.49/18.59	c  0.0s |       0 |      427 |        0 |    35882      0 |     9498 |    19701
18.49/18.59	c #cpu_time = 0.035s
18.49/18.59	c #wall_clock_time = 0.035s
18.49/18.59	c #decision = 427
18.49/18.59	c #random_decision = 0
18.49/18.59	c #conflict = 0
18.49/18.59	c #restart = 0
18.49/18.59	c BCD2: found a new core of size 1: cost of the new core is >=1874161
18.49/18.59	c lower bound updated to 188088994114
18.49/18.60	c BCD2: 188158338070 <= obj <= 244090728602
18.49/18.60	c BCD2: #cores=356, #unrelaxed=181, #relaxed=496, #hardened=0
18.49/18.60	c BCD2: #sat=1 #unsat=398 bias=398/399
18.59/18.60	c Solving starts ...
18.59/18.60	c ============================[ Search Statistics ]============================
18.59/18.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.59/18.60	c       |         |          |          |    Limit     GC | Var      | Constra 
18.59/18.60	c =============================================================================
18.59/18.60	c  0.0s |       0 |        0 |        0 |    35882      0 |     9498 |    19701
18.59/18.64	c  0.0s |       0 |      429 |        0 |    35882      0 |     9498 |    19701
18.59/18.64	c #cpu_time = 0.038s
18.59/18.64	c #wall_clock_time = 0.038s
18.59/18.64	c #decision = 429
18.59/18.64	c #random_decision = 0
18.59/18.64	c #conflict = 0
18.59/18.64	c #restart = 0
18.59/18.64	c BCD2: found a new core of size 2: cost of the new core is >=1369
18.59/18.64	c lower bound updated to 188088995483
18.59/18.64	c BCD2: 188158339439 <= obj <= 244090728602
18.59/18.64	c BCD2: #cores=357, #unrelaxed=179, #relaxed=498, #hardened=0
18.59/18.64	c BCD2: #sat=1 #unsat=399 bias=399/400
18.59/18.65	c Solving starts ...
18.59/18.65	c ============================[ Search Statistics ]============================
18.59/18.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.59/18.65	c       |         |          |          |    Limit     GC | Var      | Constra 
18.59/18.65	c =============================================================================
18.59/18.65	c  0.0s |       0 |        0 |        0 |    35882      0 |     9498 |    19701
18.59/18.69	c  0.0s |       0 |      532 |        1 |    35882      0 |     9498 |    19701
18.59/18.69	c #cpu_time = 0.039s
18.59/18.69	c #wall_clock_time = 0.040s
18.59/18.69	c #decision = 532
18.59/18.69	c #random_decision = 0
18.59/18.69	c #conflict = 1
18.59/18.69	c #restart = 0
18.59/18.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
18.59/18.69	c lower bound updated to 188088995520
18.59/18.70	c BCD2: 188158339476 <= obj <= 244090728602
18.59/18.70	c BCD2: #cores=357, #unrelaxed=178, #relaxed=499, #hardened=0
18.59/18.70	c BCD2: #sat=1 #unsat=400 bias=400/401
18.69/18.71	c Solving starts ...
18.69/18.71	c ============================[ Search Statistics ]============================
18.69/18.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.69/18.71	c       |         |          |          |    Limit     GC | Var      | Constra 
18.69/18.71	c =============================================================================
18.69/18.71	c  0.0s |       0 |        0 |        0 |    35882      0 |     9499 |    19701
18.69/18.75	c  0.0s |       0 |      532 |        1 |    35882      0 |     9499 |    19702
18.69/18.75	c #cpu_time = 0.038s
18.69/18.75	c #wall_clock_time = 0.039s
18.69/18.75	c #decision = 532
18.69/18.75	c #random_decision = 0
18.69/18.75	c #conflict = 1
18.69/18.75	c #restart = 0
18.69/18.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
18.69/18.75	c lower bound updated to 188088995521
18.69/18.75	c BCD2: 188158339477 <= obj <= 244090728602
18.69/18.75	c BCD2: #cores=357, #unrelaxed=177, #relaxed=500, #hardened=0
18.69/18.75	c BCD2: #sat=1 #unsat=401 bias=401/402
18.69/18.76	c Solving starts ...
18.69/18.76	c ============================[ Search Statistics ]============================
18.69/18.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.69/18.76	c       |         |          |          |    Limit     GC | Var      | Constra 
18.69/18.76	c =============================================================================
18.69/18.76	c  0.0s |       0 |        0 |        0 |    35882      0 |     9500 |    19702
18.69/18.80	c  0.0s |       0 |      429 |        0 |    35882      0 |     9500 |    19703
18.69/18.80	c #cpu_time = 0.035s
18.69/18.80	c #wall_clock_time = 0.035s
18.69/18.80	c #decision = 429
18.69/18.80	c #random_decision = 0
18.69/18.80	c #conflict = 0
18.69/18.80	c #restart = 0
18.69/18.80	c BCD2: found a new core of size 1: cost of the new core is >=1874161
18.69/18.80	c lower bound updated to 188090869682
18.79/18.81	c BCD2: 188160213638 <= obj <= 244090728602
18.79/18.81	c BCD2: #cores=358, #unrelaxed=176, #relaxed=501, #hardened=0
18.79/18.81	c BCD2: #sat=1 #unsat=402 bias=402/403
18.79/18.81	c Solving starts ...
18.79/18.81	c ============================[ Search Statistics ]============================
18.79/18.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.79/18.81	c       |         |          |          |    Limit     GC | Var      | Constra 
18.79/18.81	c =============================================================================
18.79/18.81	c  0.0s |       0 |        0 |        0 |    35882      0 |     9500 |    19703
18.79/18.85	c  0.0s |       0 |      430 |        0 |    35882      0 |     9500 |    19703
18.79/18.85	c #cpu_time = 0.034s
18.79/18.85	c #wall_clock_time = 0.034s
18.79/18.85	c #decision = 430
18.79/18.85	c #random_decision = 0
18.79/18.85	c #conflict = 0
18.79/18.85	c #restart = 0
18.79/18.85	c BCD2: found a new core of size 1: cost of the new core is >=50653
18.79/18.85	c lower bound updated to 188090920335
18.79/18.86	c BCD2: 188160264291 <= obj <= 244090728602
18.79/18.86	c BCD2: #cores=359, #unrelaxed=175, #relaxed=502, #hardened=0
18.79/18.86	c BCD2: #sat=1 #unsat=403 bias=403/404
18.79/18.86	c Solving starts ...
18.79/18.86	c ============================[ Search Statistics ]============================
18.79/18.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.79/18.86	c       |         |          |          |    Limit     GC | Var      | Constra 
18.79/18.86	c =============================================================================
18.79/18.86	c  0.0s |       0 |        0 |        0 |    35882      0 |     9500 |    19703
18.88/18.90	c  0.0s |       0 |      431 |        0 |    35882      0 |     9500 |    19703
18.88/18.90	c #cpu_time = 0.038s
18.88/18.90	c #wall_clock_time = 0.038s
18.88/18.90	c #decision = 431
18.88/18.90	c #random_decision = 0
18.88/18.90	c #conflict = 0
18.88/18.90	c #restart = 0
18.88/18.90	c BCD2: found a new core of size 1: cost of the new core is >=1369
18.88/18.90	c lower bound updated to 188090921704
18.88/18.90	c BCD2: 188160265660 <= obj <= 244090728602
18.88/18.90	c BCD2: #cores=360, #unrelaxed=174, #relaxed=503, #hardened=0
18.88/18.90	c BCD2: #sat=1 #unsat=404 bias=404/405
18.88/18.91	c Solving starts ...
18.88/18.91	c ============================[ Search Statistics ]============================
18.88/18.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.88/18.91	c       |         |          |          |    Limit     GC | Var      | Constra 
18.88/18.91	c =============================================================================
18.88/18.91	c  0.0s |       0 |        0 |        0 |    35882      0 |     9500 |    19703
18.88/18.95	c  0.0s |       0 |      433 |        0 |    35882      0 |     9500 |    19703
18.88/18.95	c #cpu_time = 0.034s
18.88/18.95	c #wall_clock_time = 0.035s
18.88/18.95	c #decision = 433
18.88/18.95	c #random_decision = 0
18.88/18.95	c #conflict = 0
18.88/18.95	c #restart = 0
18.88/18.95	c BCD2: found a new core of size 2: cost of the new core is >=1
18.88/18.95	c lower bound updated to 188090921705
18.88/18.95	c BCD2: 188160265661 <= obj <= 244090728602
18.88/18.95	c BCD2: #cores=361, #unrelaxed=172, #relaxed=505, #hardened=0
18.88/18.95	c BCD2: #sat=1 #unsat=405 bias=405/406
18.88/18.96	c Solving starts ...
18.88/18.96	c ============================[ Search Statistics ]============================
18.88/18.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.88/18.96	c       |         |          |          |    Limit     GC | Var      | Constra 
18.88/18.96	c =============================================================================
18.88/18.96	c  0.0s |       0 |        0 |        0 |    35882      0 |     9500 |    19703
18.98/19.00	c  0.0s |       0 |      433 |        0 |    35882      0 |     9500 |    19703
18.98/19.00	c #cpu_time = 0.035s
18.98/19.00	c #wall_clock_time = 0.036s
18.98/19.00	c #decision = 433
18.98/19.00	c #random_decision = 0
18.98/19.00	c #conflict = 0
18.98/19.00	c #restart = 0
18.98/19.00	c BCD2: found a new core of size 1: cost of the new core is >=1874161
18.98/19.00	c lower bound updated to 188092795866
18.98/19.01	c BCD2: 188162139822 <= obj <= 244090728602
18.98/19.01	c BCD2: #cores=362, #unrelaxed=171, #relaxed=506, #hardened=0
18.98/19.01	c BCD2: #sat=1 #unsat=406 bias=406/407
18.98/19.01	c Solving starts ...
18.98/19.01	c ============================[ Search Statistics ]============================
18.98/19.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.98/19.01	c       |         |          |          |    Limit     GC | Var      | Constra 
18.98/19.01	c =============================================================================
18.98/19.01	c  0.0s |       0 |        0 |        0 |    35882      0 |     9500 |    19703
18.98/19.05	c  0.0s |       0 |      434 |        0 |    35882      0 |     9500 |    19703
18.98/19.05	c #cpu_time = 0.034s
18.98/19.05	c #wall_clock_time = 0.035s
18.98/19.05	c #decision = 434
18.98/19.05	c #random_decision = 0
18.98/19.05	c #conflict = 0
18.98/19.05	c #restart = 0
18.98/19.05	c BCD2: found a new core of size 1: cost of the new core is >=50653
18.98/19.05	c lower bound updated to 188092846519
18.98/19.06	c BCD2: 188162190475 <= obj <= 244090728602
18.98/19.06	c BCD2: #cores=363, #unrelaxed=170, #relaxed=507, #hardened=0
18.98/19.06	c BCD2: #sat=1 #unsat=407 bias=407/408
18.98/19.06	c Solving starts ...
18.98/19.06	c ============================[ Search Statistics ]============================
18.98/19.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.98/19.06	c       |         |          |          |    Limit     GC | Var      | Constra 
18.98/19.06	c =============================================================================
18.98/19.06	c  0.0s |       0 |        0 |        0 |    35882      0 |     9500 |    19703
19.08/19.10	c  0.0s |       0 |      435 |        0 |    35882      0 |     9500 |    19703
19.08/19.10	c #cpu_time = 0.036s
19.08/19.10	c #wall_clock_time = 0.036s
19.08/19.10	c #decision = 435
19.08/19.10	c #random_decision = 0
19.08/19.10	c #conflict = 0
19.08/19.10	c #restart = 0
19.08/19.10	c BCD2: found a new core of size 1: cost of the new core is >=1369
19.08/19.10	c lower bound updated to 188092847888
19.08/19.11	c BCD2: 188162191844 <= obj <= 244090728602
19.08/19.11	c BCD2: #cores=364, #unrelaxed=169, #relaxed=508, #hardened=0
19.08/19.11	c BCD2: #sat=1 #unsat=408 bias=408/409
19.08/19.11	c Solving starts ...
19.08/19.11	c ============================[ Search Statistics ]============================
19.08/19.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.08/19.11	c       |         |          |          |    Limit     GC | Var      | Constra 
19.08/19.11	c =============================================================================
19.08/19.11	c  0.0s |       0 |        0 |        0 |    35882      0 |     9500 |    19703
19.08/19.15	c  0.0s |       0 |      437 |        0 |    35882      0 |     9500 |    19703
19.08/19.15	c #cpu_time = 0.037s
19.08/19.15	c #wall_clock_time = 0.038s
19.08/19.15	c #decision = 437
19.08/19.15	c #random_decision = 0
19.08/19.15	c #conflict = 0
19.08/19.15	c #restart = 0
19.08/19.15	c BCD2: found a new core of size 2: cost of the new core is >=1
19.08/19.15	c lower bound updated to 188092847889
19.08/19.15	c BCD2: 188162191845 <= obj <= 244090728602
19.08/19.15	c BCD2: #cores=365, #unrelaxed=167, #relaxed=510, #hardened=0
19.08/19.15	c BCD2: #sat=1 #unsat=409 bias=409/410
19.08/19.16	c Solving starts ...
19.08/19.16	c ============================[ Search Statistics ]============================
19.08/19.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.08/19.16	c       |         |          |          |    Limit     GC | Var      | Constra 
19.08/19.16	c =============================================================================
19.08/19.16	c  0.0s |       0 |        0 |        0 |    35882      0 |     9500 |    19703
19.18/19.20	c  0.0s |       0 |      437 |        0 |    35882      0 |     9500 |    19703
19.18/19.20	c #cpu_time = 0.036s
19.18/19.20	c #wall_clock_time = 0.036s
19.18/19.20	c #decision = 437
19.18/19.20	c #random_decision = 0
19.18/19.20	c #conflict = 0
19.18/19.20	c #restart = 0
19.18/19.20	c BCD2: found a new core of size 1: cost of the new core is >=1874161
19.18/19.20	c lower bound updated to 188094722050
19.18/19.21	c BCD2: 188164066006 <= obj <= 244090728602
19.18/19.21	c BCD2: #cores=366, #unrelaxed=166, #relaxed=511, #hardened=0
19.18/19.21	c BCD2: #sat=1 #unsat=410 bias=410/411
19.18/19.21	c Solving starts ...
19.18/19.21	c ============================[ Search Statistics ]============================
19.18/19.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.18/19.21	c       |         |          |          |    Limit     GC | Var      | Constra 
19.18/19.21	c =============================================================================
19.18/19.21	c  0.0s |       0 |        0 |        0 |    35882      0 |     9500 |    19703
19.18/19.25	c  0.0s |       0 |      439 |        0 |    35882      0 |     9500 |    19703
19.18/19.25	c #cpu_time = 0.037s
19.18/19.25	c #wall_clock_time = 0.037s
19.18/19.25	c #decision = 439
19.18/19.25	c #random_decision = 0
19.18/19.25	c #conflict = 0
19.18/19.25	c #restart = 0
19.18/19.25	c BCD2: found a new core of size 2: cost of the new core is >=1369
19.18/19.25	c lower bound updated to 188094723419
19.18/19.26	c BCD2: 188164067375 <= obj <= 244090728602
19.18/19.26	c BCD2: #cores=367, #unrelaxed=164, #relaxed=513, #hardened=0
19.18/19.26	c BCD2: #sat=1 #unsat=411 bias=411/412
19.18/19.27	c Solving starts ...
19.18/19.27	c ============================[ Search Statistics ]============================
19.18/19.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.18/19.27	c       |         |          |          |    Limit     GC | Var      | Constra 
19.18/19.27	c =============================================================================
19.18/19.27	c  0.0s |       0 |        0 |        0 |    35882      0 |     9500 |    19703
19.28/19.31	c  0.0s |       0 |      556 |        1 |    35882      0 |     9500 |    19703
19.28/19.31	c #cpu_time = 0.042s
19.28/19.31	c #wall_clock_time = 0.042s
19.28/19.31	c #decision = 556
19.28/19.31	c #random_decision = 0
19.28/19.31	c #conflict = 1
19.28/19.31	c #restart = 0
19.28/19.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
19.28/19.31	c lower bound updated to 188094723456
19.28/19.32	c BCD2: 188164067412 <= obj <= 244090728602
19.28/19.32	c BCD2: #cores=367, #unrelaxed=163, #relaxed=514, #hardened=0
19.28/19.32	c BCD2: #sat=1 #unsat=412 bias=412/413
19.28/19.32	c Solving starts ...
19.28/19.32	c ============================[ Search Statistics ]============================
19.28/19.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.28/19.32	c       |         |          |          |    Limit     GC | Var      | Constra 
19.28/19.32	c =============================================================================
19.28/19.33	c  0.0s |       0 |        0 |        0 |    35882      0 |     9501 |    19703
19.28/19.37	c  0.0s |       0 |      542 |        1 |    35882      0 |     9501 |    19704
19.28/19.37	c #cpu_time = 0.041s
19.28/19.37	c #wall_clock_time = 0.041s
19.28/19.37	c #decision = 542
19.28/19.37	c #random_decision = 0
19.28/19.37	c #conflict = 1
19.28/19.37	c #restart = 0
19.28/19.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
19.28/19.37	c lower bound updated to 188094723457
19.28/19.38	c BCD2: 188164067413 <= obj <= 244090728602
19.28/19.38	c BCD2: #cores=367, #unrelaxed=162, #relaxed=515, #hardened=0
19.28/19.38	c BCD2: #sat=1 #unsat=413 bias=413/414
19.28/19.38	c Solving starts ...
19.28/19.38	c ============================[ Search Statistics ]============================
19.28/19.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.28/19.38	c       |         |          |          |    Limit     GC | Var      | Constra 
19.28/19.38	c =============================================================================
19.28/19.38	c  0.0s |       0 |        0 |        0 |    35882      0 |     9502 |    19704
19.38/19.42	c  0.0s |       0 |      439 |        0 |    35882      0 |     9502 |    19705
19.38/19.42	c #cpu_time = 0.039s
19.38/19.42	c #wall_clock_time = 0.039s
19.38/19.42	c #decision = 439
19.38/19.42	c #random_decision = 0
19.38/19.42	c #conflict = 0
19.38/19.42	c #restart = 0
19.38/19.42	c BCD2: found a new core of size 1: cost of the new core is >=1874161
19.38/19.42	c lower bound updated to 188096597618
19.38/19.43	c BCD2: 188165941574 <= obj <= 244090728602
19.38/19.43	c BCD2: #cores=368, #unrelaxed=161, #relaxed=516, #hardened=0
19.38/19.43	c BCD2: #sat=1 #unsat=414 bias=414/415
19.38/19.43	c Solving starts ...
19.38/19.43	c ============================[ Search Statistics ]============================
19.38/19.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.38/19.43	c       |         |          |          |    Limit     GC | Var      | Constra 
19.38/19.43	c =============================================================================
19.38/19.43	c  0.0s |       0 |        0 |        0 |    35882      0 |     9502 |    19705
19.38/19.47	c  0.0s |       0 |      441 |        0 |    35882      0 |     9502 |    19705
19.38/19.47	c #cpu_time = 0.037s
19.38/19.47	c #wall_clock_time = 0.037s
19.38/19.47	c #decision = 441
19.38/19.47	c #random_decision = 0
19.38/19.47	c #conflict = 0
19.38/19.47	c #restart = 0
19.38/19.47	c BCD2: found a new core of size 2: cost of the new core is >=1369
19.38/19.47	c lower bound updated to 188096598987
19.38/19.48	c BCD2: 188165942943 <= obj <= 244090728602
19.38/19.48	c BCD2: #cores=369, #unrelaxed=159, #relaxed=518, #hardened=0
19.38/19.48	c BCD2: #sat=1 #unsat=415 bias=415/416
19.38/19.49	c Solving starts ...
19.38/19.49	c ============================[ Search Statistics ]============================
19.38/19.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.38/19.49	c       |         |          |          |    Limit     GC | Var      | Constra 
19.38/19.49	c =============================================================================
19.38/19.49	c  0.0s |       0 |        0 |        0 |    35882      0 |     9502 |    19705
19.48/19.53	c  0.0s |       0 |      559 |        1 |    35882      0 |     9502 |    19705
19.48/19.53	c #cpu_time = 0.042s
19.48/19.53	c #wall_clock_time = 0.042s
19.48/19.53	c #decision = 559
19.48/19.53	c #random_decision = 0
19.48/19.53	c #conflict = 1
19.48/19.53	c #restart = 0
19.48/19.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
19.48/19.53	c lower bound updated to 188096599024
19.48/19.54	c BCD2: 188165942980 <= obj <= 244090728602
19.48/19.54	c BCD2: #cores=369, #unrelaxed=158, #relaxed=519, #hardened=0
19.48/19.54	c BCD2: #sat=1 #unsat=416 bias=416/417
19.48/19.54	c Solving starts ...
19.48/19.54	c ============================[ Search Statistics ]============================
19.48/19.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.48/19.54	c       |         |          |          |    Limit     GC | Var      | Constra 
19.48/19.54	c =============================================================================
19.48/19.55	c  0.0s |       0 |        0 |        0 |    35882      0 |     9503 |    19705
19.48/19.59	c  0.0s |       0 |      544 |        1 |    35882      0 |     9503 |    19706
19.48/19.59	c #cpu_time = 0.043s
19.48/19.59	c #wall_clock_time = 0.043s
19.48/19.59	c #decision = 544
19.48/19.59	c #random_decision = 0
19.48/19.59	c #conflict = 1
19.48/19.59	c #restart = 0
19.48/19.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
19.48/19.59	c lower bound updated to 188096599025
19.58/19.60	c BCD2: 188165942981 <= obj <= 244090728602
19.58/19.60	c BCD2: #cores=369, #unrelaxed=157, #relaxed=520, #hardened=0
19.58/19.60	c BCD2: #sat=1 #unsat=417 bias=417/418
19.58/19.60	c Solving starts ...
19.58/19.60	c ============================[ Search Statistics ]============================
19.58/19.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.58/19.60	c       |         |          |          |    Limit     GC | Var      | Constra 
19.58/19.60	c =============================================================================
19.58/19.60	c  0.0s |       0 |        0 |        0 |    35882      0 |     9504 |    19706
19.58/19.64	c  0.0s |       0 |      441 |        0 |    35882      0 |     9504 |    19707
19.58/19.64	c #cpu_time = 0.039s
19.58/19.64	c #wall_clock_time = 0.039s
19.58/19.64	c #decision = 441
19.58/19.64	c #random_decision = 0
19.58/19.64	c #conflict = 0
19.58/19.64	c #restart = 0
19.58/19.64	c BCD2: found a new core of size 1: cost of the new core is >=1874161
19.58/19.64	c lower bound updated to 188098473186
19.58/19.65	c BCD2: 188167817142 <= obj <= 244090728602
19.58/19.65	c BCD2: #cores=370, #unrelaxed=156, #relaxed=521, #hardened=0
19.58/19.65	c BCD2: #sat=1 #unsat=418 bias=418/419
19.58/19.66	c Solving starts ...
19.58/19.66	c ============================[ Search Statistics ]============================
19.58/19.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.58/19.66	c       |         |          |          |    Limit     GC | Var      | Constra 
19.58/19.66	c =============================================================================
19.58/19.66	c  0.0s |       0 |        0 |        0 |    35882      0 |     9504 |    19707
19.58/19.69	c  0.0s |       0 |      443 |        0 |    35882      0 |     9504 |    19707
19.58/19.69	c #cpu_time = 0.037s
19.58/19.69	c #wall_clock_time = 0.037s
19.58/19.69	c #decision = 443
19.58/19.69	c #random_decision = 0
19.58/19.69	c #conflict = 0
19.58/19.69	c #restart = 0
19.58/19.69	c BCD2: found a new core of size 2: cost of the new core is >=1369
19.58/19.69	c lower bound updated to 188098474555
19.68/19.70	c BCD2: 188167818511 <= obj <= 244090728602
19.68/19.70	c BCD2: #cores=371, #unrelaxed=154, #relaxed=523, #hardened=0
19.68/19.70	c BCD2: #sat=1 #unsat=419 bias=419/420
19.68/19.71	c Solving starts ...
19.68/19.71	c ============================[ Search Statistics ]============================
19.68/19.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.68/19.71	c       |         |          |          |    Limit     GC | Var      | Constra 
19.68/19.71	c =============================================================================
19.68/19.71	c  0.0s |       0 |        0 |        0 |    35882      0 |     9504 |    19707
19.68/19.75	c  0.0s |       0 |      546 |        1 |    35882      0 |     9504 |    19707
19.68/19.75	c #cpu_time = 0.041s
19.68/19.75	c #wall_clock_time = 0.042s
19.68/19.75	c #decision = 546
19.68/19.75	c #random_decision = 0
19.68/19.75	c #conflict = 1
19.68/19.75	c #restart = 0
19.68/19.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
19.68/19.75	c lower bound updated to 188098474592
19.68/19.76	c BCD2: 188167818548 <= obj <= 244090728602
19.68/19.76	c BCD2: #cores=371, #unrelaxed=153, #relaxed=524, #hardened=0
19.68/19.76	c BCD2: #sat=1 #unsat=420 bias=420/421
19.68/19.76	c Solving starts ...
19.68/19.76	c ============================[ Search Statistics ]============================
19.68/19.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.68/19.76	c       |         |          |          |    Limit     GC | Var      | Constra 
19.68/19.76	c =============================================================================
19.68/19.77	c  0.0s |       0 |        0 |        0 |    35882      0 |     9505 |    19707
19.79/19.81	c  0.0s |       0 |      546 |        1 |    35882      0 |     9505 |    19708
19.79/19.81	c #cpu_time = 0.041s
19.79/19.81	c #wall_clock_time = 0.041s
19.79/19.81	c #decision = 546
19.79/19.81	c #random_decision = 0
19.79/19.81	c #conflict = 1
19.79/19.81	c #restart = 0
19.79/19.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
19.79/19.81	c lower bound updated to 188098474593
19.79/19.82	c BCD2: 188167818549 <= obj <= 244090728602
19.79/19.82	c BCD2: #cores=371, #unrelaxed=152, #relaxed=525, #hardened=0
19.79/19.82	c BCD2: #sat=1 #unsat=421 bias=421/422
19.79/19.82	c Solving starts ...
19.79/19.82	c ============================[ Search Statistics ]============================
19.79/19.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.79/19.82	c       |         |          |          |    Limit     GC | Var      | Constra 
19.79/19.82	c =============================================================================
19.79/19.82	c  0.0s |       0 |        0 |        0 |    35882      0 |     9506 |    19708
19.79/19.86	c  0.0s |       0 |      443 |        0 |    35882      0 |     9506 |    19709
19.79/19.86	c #cpu_time = 0.039s
19.79/19.86	c #wall_clock_time = 0.039s
19.79/19.86	c #decision = 443
19.79/19.86	c #random_decision = 0
19.79/19.86	c #conflict = 0
19.79/19.86	c #restart = 0
19.79/19.86	c BCD2: found a new core of size 1: cost of the new core is >=1874161
19.79/19.86	c lower bound updated to 188100348754
19.79/19.87	c BCD2: 188169692710 <= obj <= 244090728602
19.79/19.87	c BCD2: #cores=372, #unrelaxed=151, #relaxed=526, #hardened=0
19.79/19.87	c BCD2: #sat=1 #unsat=422 bias=422/423
19.79/19.87	c Solving starts ...
19.79/19.87	c ============================[ Search Statistics ]============================
19.79/19.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.79/19.87	c       |         |          |          |    Limit     GC | Var      | Constra 
19.79/19.87	c =============================================================================
19.79/19.87	c  0.0s |       0 |        0 |        0 |    35882      0 |     9506 |    19709
19.89/19.91	c  0.0s |       0 |      445 |        0 |    35882      0 |     9506 |    19709
19.89/19.91	c #cpu_time = 0.037s
19.89/19.91	c #wall_clock_time = 0.037s
19.89/19.91	c #decision = 445
19.89/19.91	c #random_decision = 0
19.89/19.91	c #conflict = 0
19.89/19.91	c #restart = 0
19.89/19.91	c BCD2: found a new core of size 2: cost of the new core is >=1369
19.89/19.91	c lower bound updated to 188100350123
19.89/19.92	c BCD2: 188169694079 <= obj <= 244090728602
19.89/19.92	c BCD2: #cores=373, #unrelaxed=149, #relaxed=528, #hardened=0
19.89/19.92	c BCD2: #sat=1 #unsat=423 bias=423/424
19.89/19.93	c Solving starts ...
19.89/19.93	c ============================[ Search Statistics ]============================
19.89/19.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.89/19.93	c       |         |          |          |    Limit     GC | Var      | Constra 
19.89/19.93	c =============================================================================
19.89/19.93	c  0.0s |       0 |        0 |        0 |    35882      0 |     9506 |    19709
19.89/19.97	c  0.0s |       0 |      548 |        1 |    35882      0 |     9506 |    19709
19.89/19.97	c #cpu_time = 0.042s
19.89/19.97	c #wall_clock_time = 0.042s
19.89/19.97	c #decision = 548
19.89/19.97	c #random_decision = 0
19.89/19.97	c #conflict = 1
19.89/19.97	c #restart = 0
19.89/19.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
19.89/19.97	c lower bound updated to 188100350160
19.89/19.98	c BCD2: 188169694116 <= obj <= 244090728602
19.89/19.98	c BCD2: #cores=373, #unrelaxed=148, #relaxed=529, #hardened=0
19.89/19.98	c BCD2: #sat=1 #unsat=424 bias=424/425
19.89/19.98	c Solving starts ...
19.89/19.98	c ============================[ Search Statistics ]============================
19.89/19.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.89/19.98	c       |         |          |          |    Limit     GC | Var      | Constra 
19.89/19.98	c =============================================================================
19.89/19.98	c  0.0s |       0 |        0 |        0 |    35882      0 |     9507 |    19709
19.98/20.03	c  0.0s |       0 |      548 |        1 |    35882      0 |     9507 |    19710
19.98/20.03	c #cpu_time = 0.044s
19.98/20.03	c #wall_clock_time = 0.044s
19.98/20.03	c #decision = 548
19.98/20.03	c #random_decision = 0
19.98/20.03	c #conflict = 1
19.98/20.03	c #restart = 0
19.98/20.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
19.98/20.03	c lower bound updated to 188100350161
19.98/20.04	c BCD2: 188169694117 <= obj <= 244090728602
19.98/20.04	c BCD2: #cores=373, #unrelaxed=147, #relaxed=530, #hardened=0
19.98/20.04	c BCD2: #sat=1 #unsat=425 bias=425/426
19.98/20.04	c Solving starts ...
19.98/20.04	c ============================[ Search Statistics ]============================
19.98/20.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.98/20.04	c       |         |          |          |    Limit     GC | Var      | Constra 
19.98/20.04	c =============================================================================
19.98/20.04	c  0.0s |       0 |        0 |        0 |    35882      0 |     9508 |    19710
19.98/20.08	c  0.0s |       0 |      445 |        0 |    35882      0 |     9508 |    19711
19.98/20.08	c #cpu_time = 0.037s
19.98/20.08	c #wall_clock_time = 0.037s
19.98/20.08	c #decision = 445
19.98/20.08	c #random_decision = 0
19.98/20.08	c #conflict = 0
19.98/20.08	c #restart = 0
19.98/20.08	c BCD2: found a new core of size 1: cost of the new core is >=1874161
19.98/20.08	c lower bound updated to 188102224322
19.98/20.09	c BCD2: 188171568278 <= obj <= 244090728602
19.98/20.09	c BCD2: #cores=374, #unrelaxed=146, #relaxed=531, #hardened=0
19.98/20.09	c BCD2: #sat=1 #unsat=426 bias=426/427
20.08/20.10	c Solving starts ...
20.08/20.10	c ============================[ Search Statistics ]============================
20.08/20.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.08/20.10	c       |         |          |          |    Limit     GC | Var      | Constra 
20.08/20.10	c =============================================================================
20.08/20.10	c  0.0s |       0 |        0 |        0 |    35882      0 |     9508 |    19711
20.08/20.14	c  0.0s |       0 |      446 |        0 |    35882      0 |     9508 |    19711
20.08/20.14	c #cpu_time = 0.037s
20.08/20.14	c #wall_clock_time = 0.037s
20.08/20.14	c #decision = 446
20.08/20.14	c #random_decision = 0
20.08/20.14	c #conflict = 0
20.08/20.14	c #restart = 0
20.08/20.14	c BCD2: found a new core of size 1: cost of the new core is >=50653
20.08/20.14	c lower bound updated to 188102274975
20.08/20.14	c BCD2: 188171618931 <= obj <= 244090728602
20.08/20.14	c BCD2: #cores=375, #unrelaxed=145, #relaxed=532, #hardened=0
20.08/20.14	c BCD2: #sat=1 #unsat=427 bias=427/428
20.08/20.14	c Solving starts ...
20.08/20.14	c ============================[ Search Statistics ]============================
20.08/20.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.08/20.14	c       |         |          |          |    Limit     GC | Var      | Constra 
20.08/20.14	c =============================================================================
20.08/20.15	c  0.0s |       0 |        0 |        0 |    35882      0 |     9508 |    19711
20.08/20.19	c  0.0s |       0 |      447 |        0 |    35882      0 |     9508 |    19711
20.08/20.19	c #cpu_time = 0.038s
20.08/20.19	c #wall_clock_time = 0.038s
20.08/20.19	c #decision = 447
20.08/20.19	c #random_decision = 0
20.08/20.19	c #conflict = 0
20.08/20.19	c #restart = 0
20.08/20.19	c BCD2: found a new core of size 1: cost of the new core is >=1369
20.08/20.19	c lower bound updated to 188102276344
20.18/20.20	c BCD2: 188171620300 <= obj <= 244090728602
20.18/20.20	c BCD2: #cores=376, #unrelaxed=144, #relaxed=533, #hardened=0
20.18/20.20	c BCD2: #sat=1 #unsat=428 bias=428/429
20.18/20.20	c Solving starts ...
20.18/20.20	c ============================[ Search Statistics ]============================
20.18/20.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.18/20.20	c       |         |          |          |    Limit     GC | Var      | Constra 
20.18/20.20	c =============================================================================
20.18/20.20	c  0.0s |       0 |        0 |        0 |    35882      0 |     9508 |    19711
20.18/20.24	c  0.0s |       0 |      449 |        0 |    35882      0 |     9508 |    19711
20.18/20.24	c #cpu_time = 0.041s
20.18/20.24	c #wall_clock_time = 0.041s
20.18/20.24	c #decision = 449
20.18/20.24	c #random_decision = 0
20.18/20.24	c #conflict = 0
20.18/20.24	c #restart = 0
20.18/20.24	c BCD2: found a new core of size 2: cost of the new core is >=1
20.18/20.24	c lower bound updated to 188102276345
20.18/20.25	c BCD2: 188171620301 <= obj <= 244090728602
20.18/20.25	c BCD2: #cores=377, #unrelaxed=142, #relaxed=535, #hardened=0
20.18/20.25	c BCD2: #sat=1 #unsat=429 bias=429/430
20.18/20.26	c Solving starts ...
20.18/20.26	c ============================[ Search Statistics ]============================
20.18/20.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.18/20.26	c       |         |          |          |    Limit     GC | Var      | Constra 
20.18/20.26	c =============================================================================
20.18/20.26	c  0.0s |       0 |        0 |        0 |    35882      0 |     9508 |    19711
20.28/20.30	c  0.0s |       0 |      449 |        0 |    35882      0 |     9508 |    19711
20.28/20.30	c #cpu_time = 0.038s
20.28/20.30	c #wall_clock_time = 0.038s
20.28/20.30	c #decision = 449
20.28/20.30	c #random_decision = 0
20.28/20.30	c #conflict = 0
20.28/20.30	c #restart = 0
20.28/20.30	c BCD2: found a new core of size 1: cost of the new core is >=1874161
20.28/20.30	c lower bound updated to 188104150506
20.28/20.30	c BCD2: 188173494462 <= obj <= 244090728602
20.28/20.30	c BCD2: #cores=378, #unrelaxed=141, #relaxed=536, #hardened=0
20.28/20.30	c BCD2: #sat=1 #unsat=430 bias=430/431
20.28/20.31	c Solving starts ...
20.28/20.31	c ============================[ Search Statistics ]============================
20.28/20.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.28/20.31	c       |         |          |          |    Limit     GC | Var      | Constra 
20.28/20.31	c =============================================================================
20.28/20.31	c  0.0s |       0 |        0 |        0 |    35882      0 |     9508 |    19711
20.28/20.35	c  0.0s |       0 |      451 |        0 |    35882      0 |     9508 |    19711
20.28/20.35	c #cpu_time = 0.039s
20.28/20.35	c #wall_clock_time = 0.039s
20.28/20.35	c #decision = 451
20.28/20.35	c #random_decision = 0
20.28/20.35	c #conflict = 0
20.28/20.35	c #restart = 0
20.28/20.35	c BCD2: found a new core of size 2: cost of the new core is >=1369
20.28/20.35	c lower bound updated to 188104151875
20.28/20.36	c BCD2: 188173495831 <= obj <= 244090728602
20.28/20.36	c BCD2: #cores=379, #unrelaxed=139, #relaxed=538, #hardened=0
20.28/20.36	c BCD2: #sat=1 #unsat=431 bias=431/432
20.28/20.36	c Solving starts ...
20.28/20.36	c ============================[ Search Statistics ]============================
20.28/20.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.28/20.36	c       |         |          |          |    Limit     GC | Var      | Constra 
20.28/20.36	c =============================================================================
20.28/20.37	c  0.0s |       0 |        0 |        0 |    35882      0 |     9508 |    19711
20.38/20.42	c  0.0s |       0 |      554 |        1 |    35882      0 |     9508 |    19711
20.38/20.42	c #cpu_time = 0.044s
20.38/20.42	c #wall_clock_time = 0.045s
20.38/20.42	c #decision = 554
20.38/20.42	c #random_decision = 0
20.38/20.42	c #conflict = 1
20.38/20.42	c #restart = 0
20.38/20.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
20.38/20.42	c lower bound updated to 188104151912
20.38/20.42	c BCD2: 188173495868 <= obj <= 244090728602
20.38/20.42	c BCD2: #cores=379, #unrelaxed=138, #relaxed=539, #hardened=0
20.38/20.42	c BCD2: #sat=1 #unsat=432 bias=432/433
20.38/20.42	c Solving starts ...
20.38/20.42	c ============================[ Search Statistics ]============================
20.38/20.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.38/20.42	c       |         |          |          |    Limit     GC | Var      | Constra 
20.38/20.42	c =============================================================================
20.38/20.42	c  0.0s |       0 |        0 |        0 |    35882      0 |     9509 |    19711
20.38/20.47	c  0.1s |       0 |      572 |        1 |    35882      0 |     9509 |    19712
20.38/20.47	c #cpu_time = 0.049s
20.38/20.47	c #wall_clock_time = 0.049s
20.38/20.47	c #decision = 572
20.38/20.47	c #random_decision = 0
20.38/20.47	c #conflict = 1
20.38/20.47	c #restart = 0
20.38/20.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
20.38/20.48	c lower bound updated to 188104151913
20.38/20.48	c BCD2: 188173495869 <= obj <= 244090728602
20.38/20.48	c BCD2: #cores=379, #unrelaxed=137, #relaxed=540, #hardened=0
20.38/20.48	c BCD2: #sat=1 #unsat=433 bias=433/434
20.38/20.49	c Solving starts ...
20.38/20.49	c ============================[ Search Statistics ]============================
20.38/20.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.38/20.49	c       |         |          |          |    Limit     GC | Var      | Constra 
20.38/20.49	c =============================================================================
20.38/20.49	c  0.0s |       0 |        0 |        0 |    35882      0 |     9510 |    19712
20.48/20.53	c  0.0s |       0 |      451 |        0 |    35882      0 |     9510 |    19713
20.48/20.53	c #cpu_time = 0.040s
20.48/20.53	c #wall_clock_time = 0.040s
20.48/20.53	c #decision = 451
20.48/20.53	c #random_decision = 0
20.48/20.53	c #conflict = 0
20.48/20.53	c #restart = 0
20.48/20.53	c BCD2: found a new core of size 1: cost of the new core is >=1874161
20.48/20.53	c lower bound updated to 188106026074
20.48/20.54	c BCD2: 188175370030 <= obj <= 244090728602
20.48/20.54	c BCD2: #cores=380, #unrelaxed=136, #relaxed=541, #hardened=0
20.48/20.54	c BCD2: #sat=1 #unsat=434 bias=434/435
20.48/20.55	c Solving starts ...
20.48/20.55	c ============================[ Search Statistics ]============================
20.48/20.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.48/20.55	c       |         |          |          |    Limit     GC | Var      | Constra 
20.48/20.55	c =============================================================================
20.48/20.55	c  0.0s |       0 |        0 |        0 |    35882      0 |     9510 |    19713
20.48/20.59	c  0.0s |       0 |      453 |        0 |    35882      0 |     9510 |    19713
20.48/20.59	c #cpu_time = 0.039s
20.48/20.59	c #wall_clock_time = 0.039s
20.48/20.59	c #decision = 453
20.48/20.59	c #random_decision = 0
20.48/20.59	c #conflict = 0
20.48/20.59	c #restart = 0
20.48/20.59	c BCD2: found a new core of size 2: cost of the new core is >=1369
20.48/20.59	c lower bound updated to 188106027443
20.58/20.60	c BCD2: 188175371399 <= obj <= 244090728602
20.58/20.60	c BCD2: #cores=381, #unrelaxed=134, #relaxed=543, #hardened=0
20.58/20.60	c BCD2: #sat=1 #unsat=435 bias=435/436
20.58/20.61	c Solving starts ...
20.58/20.61	c ============================[ Search Statistics ]============================
20.58/20.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.58/20.61	c       |         |          |          |    Limit     GC | Var      | Constra 
20.58/20.61	c =============================================================================
20.58/20.61	c  0.0s |       0 |        0 |        0 |    35882      0 |     9510 |    19713
20.58/20.65	c  0.0s |       0 |      556 |        1 |    35882      0 |     9510 |    19713
20.58/20.65	c #cpu_time = 0.044s
20.58/20.65	c #wall_clock_time = 0.044s
20.58/20.65	c #decision = 556
20.58/20.65	c #random_decision = 0
20.58/20.65	c #conflict = 1
20.58/20.65	c #restart = 0
20.58/20.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
20.58/20.65	c lower bound updated to 188106027480
20.58/20.66	c BCD2: 188175371436 <= obj <= 244090728602
20.58/20.66	c BCD2: #cores=381, #unrelaxed=133, #relaxed=544, #hardened=0
20.58/20.66	c BCD2: #sat=1 #unsat=436 bias=436/437
20.58/20.66	c Solving starts ...
20.58/20.66	c ============================[ Search Statistics ]============================
20.58/20.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.58/20.66	c       |         |          |          |    Limit     GC | Var      | Constra 
20.58/20.66	c =============================================================================
20.58/20.67	c  0.0s |       0 |        0 |        0 |    35882      0 |     9511 |    19713
20.68/20.71	c  0.0s |       0 |      575 |        1 |    35882      0 |     9511 |    19714
20.68/20.71	c #cpu_time = 0.044s
20.68/20.71	c #wall_clock_time = 0.044s
20.68/20.71	c #decision = 575
20.68/20.71	c #random_decision = 0
20.68/20.71	c #conflict = 1
20.68/20.71	c #restart = 0
20.68/20.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
20.68/20.71	c lower bound updated to 188106027481
20.68/20.72	c BCD2: 188175371437 <= obj <= 244090728602
20.68/20.72	c BCD2: #cores=381, #unrelaxed=132, #relaxed=545, #hardened=0
20.68/20.72	c BCD2: #sat=1 #unsat=437 bias=437/438
20.68/20.72	c Solving starts ...
20.68/20.72	c ============================[ Search Statistics ]============================
20.68/20.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.68/20.72	c       |         |          |          |    Limit     GC | Var      | Constra 
20.68/20.72	c =============================================================================
20.68/20.72	c  0.0s |       0 |        0 |        0 |    35882      0 |     9512 |    19714
20.68/20.76	c  0.0s |       0 |      453 |        0 |    35882      0 |     9512 |    19715
20.68/20.76	c #cpu_time = 0.041s
20.68/20.76	c #wall_clock_time = 0.041s
20.68/20.76	c #decision = 453
20.68/20.76	c #random_decision = 0
20.68/20.76	c #conflict = 0
20.68/20.76	c #restart = 0
20.68/20.76	c BCD2: found a new core of size 1: cost of the new core is >=1874161
20.68/20.76	c lower bound updated to 188107901642
20.68/20.77	c BCD2: 188177245598 <= obj <= 244090728602
20.68/20.77	c BCD2: #cores=382, #unrelaxed=131, #relaxed=546, #hardened=0
20.68/20.77	c BCD2: #sat=1 #unsat=438 bias=438/439
20.68/20.78	c Solving starts ...
20.68/20.78	c ============================[ Search Statistics ]============================
20.68/20.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.68/20.78	c       |         |          |          |    Limit     GC | Var      | Constra 
20.68/20.78	c =============================================================================
20.68/20.78	c  0.0s |       0 |        0 |        0 |    35882      0 |     9512 |    19715
20.78/20.82	c  0.0s |       0 |      455 |        0 |    35882      0 |     9512 |    19715
20.78/20.82	c #cpu_time = 0.039s
20.78/20.82	c #wall_clock_time = 0.039s
20.78/20.82	c #decision = 455
20.78/20.82	c #random_decision = 0
20.78/20.82	c #conflict = 0
20.78/20.82	c #restart = 0
20.78/20.82	c BCD2: found a new core of size 2: cost of the new core is >=1369
20.78/20.82	c lower bound updated to 188107903011
20.78/20.83	c BCD2: 188177246967 <= obj <= 244090728602
20.78/20.83	c BCD2: #cores=383, #unrelaxed=129, #relaxed=548, #hardened=0
20.78/20.83	c BCD2: #sat=1 #unsat=439 bias=439/440
20.78/20.84	c Solving starts ...
20.78/20.84	c ============================[ Search Statistics ]============================
20.78/20.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.78/20.84	c       |         |          |          |    Limit     GC | Var      | Constra 
20.78/20.84	c =============================================================================
20.78/20.84	c  0.0s |       0 |        0 |        0 |    35882      0 |     9512 |    19715
20.78/20.88	c  0.0s |       0 |      558 |        1 |    35882      0 |     9512 |    19715
20.78/20.88	c #cpu_time = 0.045s
20.78/20.88	c #wall_clock_time = 0.045s
20.78/20.88	c #decision = 558
20.78/20.88	c #random_decision = 0
20.78/20.88	c #conflict = 1
20.78/20.88	c #restart = 0
20.78/20.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
20.78/20.88	c lower bound updated to 188107903048
20.78/20.89	c BCD2: 188177247004 <= obj <= 244090728602
20.78/20.89	c BCD2: #cores=383, #unrelaxed=128, #relaxed=549, #hardened=0
20.78/20.89	c BCD2: #sat=1 #unsat=440 bias=440/441
20.78/20.90	c Solving starts ...
20.78/20.90	c ============================[ Search Statistics ]============================
20.78/20.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.78/20.90	c       |         |          |          |    Limit     GC | Var      | Constra 
20.78/20.90	c =============================================================================
20.78/20.90	c  0.0s |       0 |        0 |        0 |    35882      0 |     9513 |    19715
20.90/20.94	c  0.0s |       0 |      578 |        1 |    35882      0 |     9513 |    19716
20.90/20.94	c #cpu_time = 0.043s
20.90/20.94	c #wall_clock_time = 0.043s
20.90/20.94	c #decision = 578
20.90/20.94	c #random_decision = 0
20.90/20.94	c #conflict = 1
20.90/20.94	c #restart = 0
20.90/20.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
20.90/20.94	c lower bound updated to 188107903049
20.90/20.95	c BCD2: 188177247005 <= obj <= 244090728602
20.90/20.95	c BCD2: #cores=383, #unrelaxed=127, #relaxed=550, #hardened=0
20.90/20.95	c BCD2: #sat=1 #unsat=441 bias=441/442
20.90/20.96	c Solving starts ...
20.90/20.96	c ============================[ Search Statistics ]============================
20.90/20.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.90/20.96	c       |         |          |          |    Limit     GC | Var      | Constra 
20.90/20.96	c =============================================================================
20.90/20.96	c  0.0s |       0 |        0 |        0 |    35882      0 |     9514 |    19716
20.90/21.00	c  0.0s |       0 |      455 |        0 |    35882      0 |     9514 |    19717
20.90/21.00	c #cpu_time = 0.037s
20.90/21.00	c #wall_clock_time = 0.037s
20.90/21.00	c #decision = 455
20.90/21.00	c #random_decision = 0
20.90/21.00	c #conflict = 0
20.90/21.00	c #restart = 0
20.90/21.00	c BCD2: found a new core of size 1: cost of the new core is >=1874161
20.90/21.00	c lower bound updated to 188109777210
21.00/21.00	c BCD2: 188179121166 <= obj <= 244090728602
21.00/21.00	c BCD2: #cores=384, #unrelaxed=126, #relaxed=551, #hardened=0
21.00/21.00	c BCD2: #sat=1 #unsat=442 bias=442/443
21.00/21.01	c Solving starts ...
21.00/21.01	c ============================[ Search Statistics ]============================
21.00/21.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.00/21.01	c       |         |          |          |    Limit     GC | Var      | Constra 
21.00/21.01	c =============================================================================
21.00/21.01	c  0.0s |       0 |        0 |        0 |    35882      0 |     9514 |    19717
21.00/21.05	c  0.0s |       0 |      456 |        0 |    35882      0 |     9514 |    19717
21.00/21.05	c #cpu_time = 0.038s
21.00/21.05	c #wall_clock_time = 0.038s
21.00/21.05	c #decision = 456
21.00/21.05	c #random_decision = 0
21.00/21.05	c #conflict = 0
21.00/21.05	c #restart = 0
21.00/21.05	c BCD2: found a new core of size 1: cost of the new core is >=50653
21.00/21.05	c lower bound updated to 188109827863
21.00/21.06	c BCD2: 188179171819 <= obj <= 244090728602
21.00/21.06	c BCD2: #cores=385, #unrelaxed=125, #relaxed=552, #hardened=0
21.00/21.06	c BCD2: #sat=1 #unsat=443 bias=443/444
21.00/21.07	c Solving starts ...
21.00/21.07	c ============================[ Search Statistics ]============================
21.00/21.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.00/21.07	c       |         |          |          |    Limit     GC | Var      | Constra 
21.00/21.07	c =============================================================================
21.00/21.07	c  0.0s |       0 |        0 |        0 |    35882      0 |     9514 |    19717
21.09/21.11	c  0.0s |       0 |      457 |        0 |    35882      0 |     9514 |    19717
21.09/21.11	c #cpu_time = 0.039s
21.09/21.11	c #wall_clock_time = 0.039s
21.09/21.11	c #decision = 457
21.09/21.11	c #random_decision = 0
21.09/21.11	c #conflict = 0
21.09/21.11	c #restart = 0
21.09/21.11	c BCD2: found a new core of size 1: cost of the new core is >=1369
21.09/21.11	c lower bound updated to 188109829232
21.09/21.11	c BCD2: 188179173188 <= obj <= 244090728602
21.09/21.11	c BCD2: #cores=386, #unrelaxed=124, #relaxed=553, #hardened=0
21.09/21.11	c BCD2: #sat=1 #unsat=444 bias=444/445
21.09/21.12	c Solving starts ...
21.09/21.12	c ============================[ Search Statistics ]============================
21.09/21.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.12	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.12	c =============================================================================
21.09/21.12	c  0.0s |       0 |        0 |        0 |    35882      0 |     9514 |    19717
21.09/21.16	c  0.0s |       0 |      459 |        0 |    35882      0 |     9514 |    19717
21.09/21.16	c #cpu_time = 0.037s
21.09/21.16	c #wall_clock_time = 0.037s
21.09/21.16	c #decision = 459
21.09/21.16	c #random_decision = 0
21.09/21.16	c #conflict = 0
21.09/21.16	c #restart = 0
21.09/21.16	c BCD2: found a new core of size 2: cost of the new core is >=1
21.09/21.16	c lower bound updated to 188109829233
21.09/21.17	c BCD2: 188179173189 <= obj <= 244090728602
21.09/21.17	c BCD2: #cores=387, #unrelaxed=122, #relaxed=555, #hardened=0
21.09/21.17	c BCD2: #sat=1 #unsat=445 bias=445/446
21.09/21.18	c Solving starts ...
21.09/21.18	c ============================[ Search Statistics ]============================
21.09/21.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.18	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.18	c =============================================================================
21.09/21.18	c  0.0s |       0 |        0 |        0 |    35882      0 |     9514 |    19717
21.19/21.21	c  0.0s |       0 |      459 |        0 |    35882      0 |     9514 |    19717
21.19/21.21	c #cpu_time = 0.038s
21.19/21.21	c #wall_clock_time = 0.038s
21.19/21.21	c #decision = 459
21.19/21.21	c #random_decision = 0
21.19/21.21	c #conflict = 0
21.19/21.21	c #restart = 0
21.19/21.21	c BCD2: found a new core of size 1: cost of the new core is >=1874161
21.19/21.21	c lower bound updated to 188111703394
21.19/21.22	c BCD2: 188181047350 <= obj <= 244090728602
21.19/21.22	c BCD2: #cores=388, #unrelaxed=121, #relaxed=556, #hardened=0
21.19/21.22	c BCD2: #sat=1 #unsat=446 bias=446/447
21.19/21.23	c Solving starts ...
21.19/21.23	c ============================[ Search Statistics ]============================
21.19/21.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.23	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.23	c =============================================================================
21.19/21.23	c  0.0s |       0 |        0 |        0 |    35882      0 |     9514 |    19717
21.19/21.27	c  0.0s |       0 |      460 |        0 |    35882      0 |     9514 |    19717
21.19/21.27	c #cpu_time = 0.037s
21.19/21.27	c #wall_clock_time = 0.037s
21.19/21.27	c #decision = 460
21.19/21.27	c #random_decision = 0
21.19/21.27	c #conflict = 0
21.19/21.27	c #restart = 0
21.19/21.27	c BCD2: found a new core of size 1: cost of the new core is >=50653
21.19/21.27	c lower bound updated to 188111754047
21.19/21.27	c BCD2: 188181098003 <= obj <= 244090728602
21.19/21.27	c BCD2: #cores=389, #unrelaxed=120, #relaxed=557, #hardened=0
21.19/21.27	c BCD2: #sat=1 #unsat=447 bias=447/448
21.19/21.28	c Solving starts ...
21.19/21.28	c ============================[ Search Statistics ]============================
21.19/21.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.28	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.28	c =============================================================================
21.19/21.28	c  0.0s |       0 |        0 |        0 |    35882      0 |     9514 |    19717
21.29/21.32	c  0.0s |       0 |      461 |        0 |    35882      0 |     9514 |    19717
21.29/21.32	c #cpu_time = 0.038s
21.29/21.32	c #wall_clock_time = 0.038s
21.29/21.32	c #decision = 461
21.29/21.32	c #random_decision = 0
21.29/21.32	c #conflict = 0
21.29/21.32	c #restart = 0
21.29/21.32	c BCD2: found a new core of size 1: cost of the new core is >=1369
21.29/21.32	c lower bound updated to 188111755416
21.29/21.33	c BCD2: 188181099372 <= obj <= 244090728602
21.29/21.33	c BCD2: #cores=390, #unrelaxed=119, #relaxed=558, #hardened=0
21.29/21.33	c BCD2: #sat=1 #unsat=448 bias=448/449
21.29/21.34	c Solving starts ...
21.29/21.34	c ============================[ Search Statistics ]============================
21.29/21.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.29/21.34	c       |         |          |          |    Limit     GC | Var      | Constra 
21.29/21.34	c =============================================================================
21.29/21.34	c  0.0s |       0 |        0 |        0 |    35882      0 |     9514 |    19717
21.29/21.38	c  0.0s |       0 |      463 |        0 |    35882      0 |     9514 |    19717
21.29/21.38	c #cpu_time = 0.037s
21.29/21.38	c #wall_clock_time = 0.037s
21.29/21.38	c #decision = 463
21.29/21.38	c #random_decision = 0
21.29/21.38	c #conflict = 0
21.29/21.38	c #restart = 0
21.29/21.38	c BCD2: found a new core of size 2: cost of the new core is >=1
21.29/21.38	c lower bound updated to 188111755417
21.29/21.38	c BCD2: 188181099373 <= obj <= 244090728602
21.29/21.38	c BCD2: #cores=391, #unrelaxed=117, #relaxed=560, #hardened=0
21.29/21.38	c BCD2: #sat=1 #unsat=449 bias=449/450
21.29/21.39	c Solving starts ...
21.29/21.39	c ============================[ Search Statistics ]============================
21.29/21.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.29/21.39	c       |         |          |          |    Limit     GC | Var      | Constra 
21.29/21.39	c =============================================================================
21.29/21.39	c  0.0s |       0 |        0 |        0 |    35882      0 |     9514 |    19717
21.39/21.43	c  0.0s |       0 |      463 |        0 |    35882      0 |     9514 |    19717
21.39/21.43	c #cpu_time = 0.038s
21.39/21.43	c #wall_clock_time = 0.038s
21.39/21.43	c #decision = 463
21.39/21.43	c #random_decision = 0
21.39/21.43	c #conflict = 0
21.39/21.43	c #restart = 0
21.39/21.43	c BCD2: found a new core of size 1: cost of the new core is >=1874161
21.39/21.43	c lower bound updated to 188113629578
21.39/21.44	c BCD2: 188182973534 <= obj <= 244090728602
21.39/21.44	c BCD2: #cores=392, #unrelaxed=116, #relaxed=561, #hardened=0
21.39/21.44	c BCD2: #sat=1 #unsat=450 bias=450/451
21.39/21.45	c Solving starts ...
21.39/21.45	c ============================[ Search Statistics ]============================
21.39/21.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.39/21.45	c       |         |          |          |    Limit     GC | Var      | Constra 
21.39/21.45	c =============================================================================
21.39/21.45	c  0.0s |       0 |        0 |        0 |    35882      0 |     9514 |    19717
21.39/21.48	c  0.0s |       0 |      465 |        0 |    35882      0 |     9514 |    19717
21.39/21.48	c #cpu_time = 0.038s
21.39/21.48	c #wall_clock_time = 0.038s
21.39/21.48	c #decision = 465
21.39/21.48	c #random_decision = 0
21.39/21.48	c #conflict = 0
21.39/21.48	c #restart = 0
21.39/21.48	c BCD2: found a new core of size 2: cost of the new core is >=1369
21.39/21.49	c lower bound updated to 188113630947
21.39/21.49	c BCD2: 188182974903 <= obj <= 244090728602
21.39/21.49	c BCD2: #cores=393, #unrelaxed=114, #relaxed=563, #hardened=0
21.39/21.49	c BCD2: #sat=1 #unsat=451 bias=451/452
21.49/21.50	c Solving starts ...
21.49/21.50	c ============================[ Search Statistics ]============================
21.49/21.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.49/21.50	c       |         |          |          |    Limit     GC | Var      | Constra 
21.49/21.50	c =============================================================================
21.49/21.50	c  0.0s |       0 |        0 |        0 |    35882      0 |     9514 |    19717
21.49/21.55	c  0.0s |       0 |      568 |        1 |    35882      0 |     9514 |    19717
21.49/21.55	c #cpu_time = 0.044s
21.49/21.55	c #wall_clock_time = 0.044s
21.49/21.55	c #decision = 568
21.49/21.55	c #random_decision = 0
21.49/21.55	c #conflict = 1
21.49/21.55	c #restart = 0
21.49/21.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
21.49/21.55	c lower bound updated to 188113630984
21.49/21.55	c BCD2: 188182974940 <= obj <= 244090728602
21.49/21.55	c BCD2: #cores=393, #unrelaxed=113, #relaxed=564, #hardened=0
21.49/21.55	c BCD2: #sat=1 #unsat=452 bias=452/453
21.49/21.56	c Solving starts ...
21.49/21.56	c ============================[ Search Statistics ]============================
21.49/21.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.49/21.56	c       |         |          |          |    Limit     GC | Var      | Constra 
21.49/21.56	c =============================================================================
21.49/21.56	c  0.0s |       0 |        0 |        0 |    35882      0 |     9515 |    19717
21.59/21.61	c  0.0s |       0 |      589 |        1 |    35882      0 |     9515 |    19718
21.59/21.61	c #cpu_time = 0.044s
21.59/21.61	c #wall_clock_time = 0.045s
21.59/21.61	c #decision = 589
21.59/21.61	c #random_decision = 0
21.59/21.61	c #conflict = 1
21.59/21.61	c #restart = 0
21.59/21.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
21.59/21.61	c lower bound updated to 188113630985
21.59/21.62	c BCD2: 188182974941 <= obj <= 244090728602
21.59/21.62	c BCD2: #cores=393, #unrelaxed=112, #relaxed=565, #hardened=0
21.59/21.62	c BCD2: #sat=1 #unsat=453 bias=453/454
21.59/21.62	c Solving starts ...
21.59/21.62	c ============================[ Search Statistics ]============================
21.59/21.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.59/21.62	c       |         |          |          |    Limit     GC | Var      | Constra 
21.59/21.62	c =============================================================================
21.59/21.62	c  0.0s |       0 |        0 |        0 |    35882      0 |     9516 |    19718
21.59/21.67	c  0.0s |       0 |      465 |        0 |    35882      0 |     9516 |    19719
21.59/21.67	c #cpu_time = 0.039s
21.59/21.67	c #wall_clock_time = 0.040s
21.59/21.67	c #decision = 465
21.59/21.67	c #random_decision = 0
21.59/21.67	c #conflict = 0
21.59/21.67	c #restart = 0
21.59/21.67	c BCD2: found a new core of size 1: cost of the new core is >=1874161
21.59/21.67	c lower bound updated to 188115505146
21.59/21.67	c BCD2: 188184849102 <= obj <= 244090728602
21.59/21.67	c BCD2: #cores=394, #unrelaxed=111, #relaxed=566, #hardened=0
21.59/21.67	c BCD2: #sat=1 #unsat=454 bias=454/455
21.59/21.68	c Solving starts ...
21.59/21.68	c ============================[ Search Statistics ]============================
21.59/21.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.59/21.68	c       |         |          |          |    Limit     GC | Var      | Constra 
21.59/21.68	c =============================================================================
21.59/21.68	c  0.0s |       0 |        0 |        0 |    35882      0 |     9516 |    19719
21.69/21.72	c  0.0s |       0 |      467 |        0 |    35882      0 |     9516 |    19719
21.69/21.72	c #cpu_time = 0.039s
21.69/21.72	c #wall_clock_time = 0.039s
21.69/21.72	c #decision = 467
21.69/21.72	c #random_decision = 0
21.69/21.72	c #conflict = 0
21.69/21.72	c #restart = 0
21.69/21.72	c BCD2: found a new core of size 2: cost of the new core is >=1369
21.69/21.72	c lower bound updated to 188115506515
21.69/21.73	c BCD2: 188184850471 <= obj <= 244090728602
21.69/21.73	c BCD2: #cores=395, #unrelaxed=109, #relaxed=568, #hardened=0
21.69/21.73	c BCD2: #sat=1 #unsat=455 bias=455/456
21.69/21.74	c Solving starts ...
21.69/21.74	c ============================[ Search Statistics ]============================
21.69/21.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.69/21.74	c       |         |          |          |    Limit     GC | Var      | Constra 
21.69/21.74	c =============================================================================
21.69/21.74	c  0.0s |       0 |        0 |        0 |    35882      0 |     9516 |    19719
21.69/21.78	c  0.0s |       0 |      570 |        1 |    35882      0 |     9516 |    19719
21.69/21.78	c #cpu_time = 0.045s
21.69/21.78	c #wall_clock_time = 0.045s
21.69/21.78	c #decision = 570
21.69/21.78	c #random_decision = 0
21.69/21.78	c #conflict = 1
21.69/21.78	c #restart = 0
21.69/21.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
21.69/21.78	c lower bound updated to 188115506552
21.69/21.79	c BCD2: 188184850508 <= obj <= 244090728602
21.69/21.79	c BCD2: #cores=395, #unrelaxed=108, #relaxed=569, #hardened=0
21.69/21.79	c BCD2: #sat=1 #unsat=456 bias=456/457
21.79/21.80	c Solving starts ...
21.79/21.80	c ============================[ Search Statistics ]============================
21.79/21.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.79/21.80	c       |         |          |          |    Limit     GC | Var      | Constra 
21.79/21.80	c =============================================================================
21.79/21.80	c  0.0s |       0 |        0 |        0 |    35882      0 |     9517 |    19719
21.79/21.85	c  0.0s |       0 |      592 |        1 |    35882      0 |     9517 |    19720
21.79/21.85	c #cpu_time = 0.045s
21.79/21.85	c #wall_clock_time = 0.045s
21.79/21.85	c #decision = 592
21.79/21.85	c #random_decision = 0
21.79/21.85	c #conflict = 1
21.79/21.85	c #restart = 0
21.79/21.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
21.79/21.85	c lower bound updated to 188115506553
21.79/21.85	c BCD2: 188184850509 <= obj <= 244090728602
21.79/21.85	c BCD2: #cores=395, #unrelaxed=107, #relaxed=570, #hardened=0
21.79/21.85	c BCD2: #sat=1 #unsat=457 bias=457/458
21.79/21.86	c Solving starts ...
21.79/21.86	c ============================[ Search Statistics ]============================
21.79/21.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.79/21.86	c       |         |          |          |    Limit     GC | Var      | Constra 
21.79/21.86	c =============================================================================
21.79/21.86	c  0.0s |       0 |        0 |        0 |    35882      0 |     9518 |    19720
21.89/21.91	c  0.0s |       0 |      467 |        0 |    35882      0 |     9518 |    19721
21.89/21.91	c #cpu_time = 0.042s
21.89/21.91	c #wall_clock_time = 0.042s
21.89/21.91	c #decision = 467
21.89/21.91	c #random_decision = 0
21.89/21.91	c #conflict = 0
21.89/21.91	c #restart = 0
21.89/21.91	c BCD2: found a new core of size 1: cost of the new core is >=1874161
21.89/21.91	c lower bound updated to 188117380714
21.89/21.91	c BCD2: 188186724670 <= obj <= 244090728602
21.89/21.91	c BCD2: #cores=396, #unrelaxed=106, #relaxed=571, #hardened=0
21.89/21.91	c BCD2: #sat=1 #unsat=458 bias=458/459
21.89/21.92	c Solving starts ...
21.89/21.92	c ============================[ Search Statistics ]============================
21.89/21.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.89/21.92	c       |         |          |          |    Limit     GC | Var      | Constra 
21.89/21.92	c =============================================================================
21.89/21.92	c  0.0s |       0 |        0 |        0 |    35882      0 |     9518 |    19721
21.89/21.97	c  0.0s |       0 |      469 |        0 |    35882      0 |     9518 |    19721
21.89/21.97	c #cpu_time = 0.041s
21.89/21.97	c #wall_clock_time = 0.041s
21.89/21.97	c #decision = 469
21.89/21.97	c #random_decision = 0
21.89/21.97	c #conflict = 0
21.89/21.97	c #restart = 0
21.89/21.97	c BCD2: found a new core of size 2: cost of the new core is >=1369
21.89/21.97	c lower bound updated to 188117382083
21.89/21.97	c BCD2: 188186726039 <= obj <= 244090728602
21.89/21.97	c BCD2: #cores=397, #unrelaxed=104, #relaxed=573, #hardened=0
21.89/21.97	c BCD2: #sat=1 #unsat=459 bias=459/460
21.89/21.98	c Solving starts ...
21.89/21.98	c ============================[ Search Statistics ]============================
21.89/21.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.89/21.98	c       |         |          |          |    Limit     GC | Var      | Constra 
21.89/21.98	c =============================================================================
21.89/21.98	c  0.0s |       0 |        0 |        0 |    35882      0 |     9518 |    19721
21.99/22.03	c  0.0s |       0 |      572 |        1 |    35882      0 |     9518 |    19721
21.99/22.03	c #cpu_time = 0.044s
21.99/22.03	c #wall_clock_time = 0.044s
21.99/22.03	c #decision = 572
21.99/22.03	c #random_decision = 0
21.99/22.03	c #conflict = 1
21.99/22.03	c #restart = 0
21.99/22.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
21.99/22.03	c lower bound updated to 188117382120
21.99/22.03	c BCD2: 188186726076 <= obj <= 244090728602
21.99/22.03	c BCD2: #cores=397, #unrelaxed=103, #relaxed=574, #hardened=0
21.99/22.03	c BCD2: #sat=1 #unsat=460 bias=460/461
21.99/22.04	c Solving starts ...
21.99/22.04	c ============================[ Search Statistics ]============================
21.99/22.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.99/22.04	c       |         |          |          |    Limit     GC | Var      | Constra 
21.99/22.04	c =============================================================================
21.99/22.04	c  0.0s |       0 |        0 |        0 |    35882      0 |     9519 |    19721
21.99/22.09	c  0.0s |       0 |      595 |        1 |    35882      0 |     9519 |    19722
21.99/22.09	c #cpu_time = 0.043s
21.99/22.09	c #wall_clock_time = 0.043s
21.99/22.09	c #decision = 595
21.99/22.09	c #random_decision = 0
21.99/22.09	c #conflict = 1
21.99/22.09	c #restart = 0
21.99/22.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
21.99/22.09	c lower bound updated to 188117382121
21.99/22.10	c BCD2: 188186726077 <= obj <= 244090728602
21.99/22.10	c BCD2: #cores=397, #unrelaxed=102, #relaxed=575, #hardened=0
21.99/22.10	c BCD2: #sat=1 #unsat=461 bias=461/462
22.09/22.10	c Solving starts ...
22.09/22.10	c ============================[ Search Statistics ]============================
22.09/22.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.09/22.10	c       |         |          |          |    Limit     GC | Var      | Constra 
22.09/22.10	c =============================================================================
22.09/22.10	c  0.0s |       0 |        0 |        0 |    35882      0 |     9520 |    19722
22.09/22.14	c  0.0s |       0 |      469 |        0 |    35882      0 |     9520 |    19723
22.09/22.14	c #cpu_time = 0.038s
22.09/22.14	c #wall_clock_time = 0.039s
22.09/22.14	c #decision = 469
22.09/22.14	c #random_decision = 0
22.09/22.14	c #conflict = 0
22.09/22.14	c #restart = 0
22.09/22.14	c BCD2: found a new core of size 1: cost of the new core is >=1874161
22.09/22.14	c lower bound updated to 188119256282
22.09/22.15	c BCD2: 188188600238 <= obj <= 244090728602
22.09/22.15	c BCD2: #cores=398, #unrelaxed=101, #relaxed=576, #hardened=0
22.09/22.15	c BCD2: #sat=1 #unsat=462 bias=462/463
22.09/22.16	c Solving starts ...
22.09/22.16	c ============================[ Search Statistics ]============================
22.09/22.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.09/22.16	c       |         |          |          |    Limit     GC | Var      | Constra 
22.09/22.16	c =============================================================================
22.09/22.16	c  0.0s |       0 |        0 |        0 |    35882      0 |     9520 |    19723
22.19/22.20	c  0.0s |       0 |      471 |        0 |    35882      0 |     9520 |    19723
22.19/22.20	c #cpu_time = 0.039s
22.19/22.20	c #wall_clock_time = 0.039s
22.19/22.20	c #decision = 471
22.19/22.20	c #random_decision = 0
22.19/22.20	c #conflict = 0
22.19/22.20	c #restart = 0
22.19/22.20	c BCD2: found a new core of size 2: cost of the new core is >=1369
22.19/22.20	c lower bound updated to 188119257651
22.19/22.21	c BCD2: 188188601607 <= obj <= 244090728602
22.19/22.21	c BCD2: #cores=399, #unrelaxed=99, #relaxed=578, #hardened=0
22.19/22.21	c BCD2: #sat=1 #unsat=463 bias=463/464
22.19/22.22	c Solving starts ...
22.19/22.22	c ============================[ Search Statistics ]============================
22.19/22.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.19/22.22	c       |         |          |          |    Limit     GC | Var      | Constra 
22.19/22.22	c =============================================================================
22.19/22.22	c  0.0s |       0 |        0 |        0 |    35882      0 |     9520 |    19723
22.19/22.26	c  0.0s |       0 |      574 |        1 |    35882      0 |     9520 |    19723
22.19/22.26	c #cpu_time = 0.045s
22.19/22.26	c #wall_clock_time = 0.045s
22.19/22.26	c #decision = 574
22.19/22.26	c #random_decision = 0
22.19/22.26	c #conflict = 1
22.19/22.26	c #restart = 0
22.19/22.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
22.19/22.26	c lower bound updated to 188119257688
22.19/22.27	c BCD2: 188188601644 <= obj <= 244090728602
22.19/22.27	c BCD2: #cores=399, #unrelaxed=98, #relaxed=579, #hardened=0
22.19/22.27	c BCD2: #sat=1 #unsat=464 bias=464/465
22.19/22.28	c Solving starts ...
22.19/22.28	c ============================[ Search Statistics ]============================
22.19/22.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.19/22.28	c       |         |          |          |    Limit     GC | Var      | Constra 
22.19/22.28	c =============================================================================
22.19/22.28	c  0.0s |       0 |        0 |        0 |    35882      0 |     9521 |    19723
22.29/22.32	c  0.0s |       0 |      598 |        1 |    35882      0 |     9521 |    19724
22.29/22.32	c #cpu_time = 0.044s
22.29/22.32	c #wall_clock_time = 0.044s
22.29/22.32	c #decision = 598
22.29/22.32	c #random_decision = 0
22.29/22.32	c #conflict = 1
22.29/22.32	c #restart = 0
22.29/22.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
22.29/22.32	c lower bound updated to 188119257689
22.29/22.33	c BCD2: 188188601645 <= obj <= 244090728602
22.29/22.33	c BCD2: #cores=399, #unrelaxed=97, #relaxed=580, #hardened=0
22.29/22.33	c BCD2: #sat=1 #unsat=465 bias=465/466
22.29/22.34	c Solving starts ...
22.29/22.34	c ============================[ Search Statistics ]============================
22.29/22.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.29/22.34	c       |         |          |          |    Limit     GC | Var      | Constra 
22.29/22.34	c =============================================================================
22.29/22.34	c  0.0s |       0 |        0 |        0 |    35882      0 |     9522 |    19724
22.29/22.38	c  0.0s |       0 |      471 |        0 |    35882      0 |     9522 |    19725
22.29/22.38	c #cpu_time = 0.039s
22.29/22.38	c #wall_clock_time = 0.039s
22.29/22.38	c #decision = 471
22.29/22.38	c #random_decision = 0
22.29/22.38	c #conflict = 0
22.29/22.38	c #restart = 0
22.29/22.38	c BCD2: found a new core of size 1: cost of the new core is >=1874161
22.29/22.38	c lower bound updated to 188121131850
22.29/22.39	c BCD2: 188190475806 <= obj <= 244090728602
22.29/22.39	c BCD2: #cores=400, #unrelaxed=96, #relaxed=581, #hardened=0
22.29/22.39	c BCD2: #sat=1 #unsat=466 bias=466/467
22.29/22.40	c Solving starts ...
22.29/22.40	c ============================[ Search Statistics ]============================
22.29/22.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.29/22.40	c       |         |          |          |    Limit     GC | Var      | Constra 
22.29/22.40	c =============================================================================
22.29/22.40	c  0.0s |       0 |        0 |        0 |    35882      0 |     9522 |    19725
22.39/22.44	c  0.0s |       0 |      473 |        0 |    35882      0 |     9522 |    19725
22.39/22.44	c #cpu_time = 0.039s
22.39/22.44	c #wall_clock_time = 0.039s
22.39/22.44	c #decision = 473
22.39/22.44	c #random_decision = 0
22.39/22.44	c #conflict = 0
22.39/22.44	c #restart = 0
22.39/22.44	c BCD2: found a new core of size 2: cost of the new core is >=1369
22.39/22.44	c lower bound updated to 188121133219
22.39/22.44	c BCD2: 188190477175 <= obj <= 244090728602
22.39/22.44	c BCD2: #cores=401, #unrelaxed=94, #relaxed=583, #hardened=0
22.39/22.44	c BCD2: #sat=1 #unsat=467 bias=467/468
22.39/22.45	c Solving starts ...
22.39/22.45	c ============================[ Search Statistics ]============================
22.39/22.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.39/22.45	c       |         |          |          |    Limit     GC | Var      | Constra 
22.39/22.45	c =============================================================================
22.39/22.45	c  0.0s |       0 |        0 |        0 |    35882      0 |     9522 |    19725
22.49/22.50	c  0.0s |       0 |      576 |        1 |    35882      0 |     9522 |    19725
22.49/22.50	c #cpu_time = 0.044s
22.49/22.50	c #wall_clock_time = 0.044s
22.49/22.50	c #decision = 576
22.49/22.50	c #random_decision = 0
22.49/22.50	c #conflict = 1
22.49/22.50	c #restart = 0
22.49/22.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
22.49/22.50	c lower bound updated to 188121133256
22.49/22.50	c BCD2: 188190477212 <= obj <= 244090728602
22.49/22.50	c BCD2: #cores=401, #unrelaxed=93, #relaxed=584, #hardened=0
22.49/22.50	c BCD2: #sat=1 #unsat=468 bias=468/469
22.49/22.51	c Solving starts ...
22.49/22.51	c ============================[ Search Statistics ]============================
22.49/22.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.49/22.51	c       |         |          |          |    Limit     GC | Var      | Constra 
22.49/22.51	c =============================================================================
22.49/22.51	c  0.0s |       0 |        0 |        0 |    35882      0 |     9523 |    19725
22.49/22.56	c  0.0s |       0 |      601 |        1 |    35882      0 |     9523 |    19726
22.49/22.56	c #cpu_time = 0.044s
22.49/22.56	c #wall_clock_time = 0.044s
22.49/22.56	c #decision = 601
22.49/22.56	c #random_decision = 0
22.49/22.56	c #conflict = 1
22.49/22.56	c #restart = 0
22.49/22.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
22.49/22.56	c lower bound updated to 188121133257
22.49/22.57	c BCD2: 188190477213 <= obj <= 244090728602
22.49/22.57	c BCD2: #cores=401, #unrelaxed=92, #relaxed=585, #hardened=0
22.49/22.57	c BCD2: #sat=1 #unsat=469 bias=469/470
22.49/22.57	c Solving starts ...
22.49/22.57	c ============================[ Search Statistics ]============================
22.49/22.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.49/22.57	c       |         |          |          |    Limit     GC | Var      | Constra 
22.49/22.57	c =============================================================================
22.49/22.57	c  0.0s |       0 |        0 |        0 |    35882      0 |     9524 |    19726
22.59/22.62	c  0.0s |       0 |      473 |        0 |    35882      0 |     9524 |    19727
22.59/22.62	c #cpu_time = 0.041s
22.59/22.62	c #wall_clock_time = 0.042s
22.59/22.62	c #decision = 473
22.59/22.62	c #random_decision = 0
22.59/22.62	c #conflict = 0
22.59/22.62	c #restart = 0
22.59/22.62	c BCD2: found a new core of size 1: cost of the new core is >=1874161
22.59/22.62	c lower bound updated to 188123007418
22.59/22.62	c BCD2: 188192351374 <= obj <= 244090728602
22.59/22.62	c BCD2: #cores=402, #unrelaxed=91, #relaxed=586, #hardened=0
22.59/22.62	c BCD2: #sat=1 #unsat=470 bias=470/471
22.59/22.63	c Solving starts ...
22.59/22.63	c ============================[ Search Statistics ]============================
22.59/22.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.59/22.63	c       |         |          |          |    Limit     GC | Var      | Constra 
22.59/22.63	c =============================================================================
22.59/22.63	c  0.0s |       0 |        0 |        0 |    35882      0 |     9524 |    19727
22.59/22.68	c  0.0s |       0 |      475 |        0 |    35882      0 |     9524 |    19727
22.59/22.68	c #cpu_time = 0.041s
22.59/22.68	c #wall_clock_time = 0.041s
22.59/22.68	c #decision = 475
22.59/22.68	c #random_decision = 0
22.59/22.68	c #conflict = 0
22.59/22.68	c #restart = 0
22.59/22.68	c BCD2: found a new core of size 2: cost of the new core is >=1369
22.59/22.68	c lower bound updated to 188123008787
22.59/22.68	c BCD2: 188192352743 <= obj <= 244090728602
22.59/22.68	c BCD2: #cores=403, #unrelaxed=89, #relaxed=588, #hardened=0
22.59/22.68	c BCD2: #sat=1 #unsat=471 bias=471/472
22.59/22.69	c Solving starts ...
22.59/22.69	c ============================[ Search Statistics ]============================
22.59/22.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.59/22.69	c       |         |          |          |    Limit     GC | Var      | Constra 
22.59/22.69	c =============================================================================
22.59/22.69	c  0.0s |       0 |        0 |        0 |    35882      0 |     9524 |    19727
22.69/22.74	c  0.0s |       0 |      578 |        1 |    35882      0 |     9524 |    19727
22.69/22.74	c #cpu_time = 0.045s
22.69/22.74	c #wall_clock_time = 0.045s
22.69/22.74	c #decision = 578
22.69/22.74	c #random_decision = 0
22.69/22.74	c #conflict = 1
22.69/22.74	c #restart = 0
22.69/22.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
22.69/22.74	c lower bound updated to 188123008824
22.69/22.75	c BCD2: 188192352780 <= obj <= 244090728602
22.69/22.75	c BCD2: #cores=403, #unrelaxed=88, #relaxed=589, #hardened=0
22.69/22.75	c BCD2: #sat=1 #unsat=472 bias=472/473
22.69/22.75	c Solving starts ...
22.69/22.75	c ============================[ Search Statistics ]============================
22.69/22.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.69/22.75	c       |         |          |          |    Limit     GC | Var      | Constra 
22.69/22.75	c =============================================================================
22.69/22.75	c  0.0s |       0 |        0 |        0 |    35882      0 |     9525 |    19727
22.79/22.80	c  0.0s |       0 |      578 |        1 |    35882      0 |     9525 |    19728
22.79/22.80	c #cpu_time = 0.044s
22.79/22.80	c #wall_clock_time = 0.044s
22.79/22.80	c #decision = 578
22.79/22.80	c #random_decision = 0
22.79/22.80	c #conflict = 1
22.79/22.80	c #restart = 0
22.79/22.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
22.79/22.80	c lower bound updated to 188123008825
22.79/22.81	c BCD2: 188192352781 <= obj <= 244090728602
22.79/22.81	c BCD2: #cores=403, #unrelaxed=87, #relaxed=590, #hardened=0
22.79/22.81	c BCD2: #sat=1 #unsat=473 bias=473/474
22.79/22.82	c Solving starts ...
22.79/22.82	c ============================[ Search Statistics ]============================
22.79/22.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.79/22.82	c       |         |          |          |    Limit     GC | Var      | Constra 
22.79/22.82	c =============================================================================
22.79/22.82	c  0.0s |       0 |        0 |        0 |    35882      0 |     9526 |    19728
22.79/22.86	c  0.0s |       0 |      475 |        0 |    35882      0 |     9526 |    19729
22.79/22.86	c #cpu_time = 0.039s
22.79/22.86	c #wall_clock_time = 0.039s
22.79/22.86	c #decision = 475
22.79/22.86	c #random_decision = 0
22.79/22.86	c #conflict = 0
22.79/22.86	c #restart = 0
22.79/22.86	c BCD2: found a new core of size 1: cost of the new core is >=1874161
22.79/22.86	c lower bound updated to 188124882986
22.79/22.86	c BCD2: 188194226942 <= obj <= 244090728602
22.79/22.86	c BCD2: #cores=404, #unrelaxed=86, #relaxed=591, #hardened=0
22.79/22.86	c BCD2: #sat=1 #unsat=474 bias=474/475
22.79/22.87	c Solving starts ...
22.79/22.87	c ============================[ Search Statistics ]============================
22.79/22.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.79/22.87	c       |         |          |          |    Limit     GC | Var      | Constra 
22.79/22.87	c =============================================================================
22.79/22.87	c  0.0s |       0 |        0 |        0 |    35882      0 |     9526 |    19729
22.89/22.91	c  0.0s |       0 |      477 |        0 |    35882      0 |     9526 |    19729
22.89/22.91	c #cpu_time = 0.040s
22.89/22.91	c #wall_clock_time = 0.040s
22.89/22.91	c #decision = 477
22.89/22.91	c #random_decision = 0
22.89/22.91	c #conflict = 0
22.89/22.91	c #restart = 0
22.89/22.91	c BCD2: found a new core of size 2: cost of the new core is >=1369
22.89/22.91	c lower bound updated to 188124884355
22.89/22.92	c BCD2: 188194228311 <= obj <= 244090728602
22.89/22.92	c BCD2: #cores=405, #unrelaxed=84, #relaxed=593, #hardened=0
22.89/22.92	c BCD2: #sat=1 #unsat=475 bias=475/476
22.89/22.93	c Solving starts ...
22.89/22.93	c ============================[ Search Statistics ]============================
22.89/22.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.89/22.93	c       |         |          |          |    Limit     GC | Var      | Constra 
22.89/22.93	c =============================================================================
22.89/22.93	c  0.0s |       0 |        0 |        0 |    35882      0 |     9526 |    19729
22.89/22.98	c  0.0s |       0 |      580 |        1 |    35882      0 |     9526 |    19729
22.89/22.98	c #cpu_time = 0.048s
22.89/22.98	c #wall_clock_time = 0.048s
22.89/22.98	c #decision = 580
22.89/22.98	c #random_decision = 0
22.89/22.98	c #conflict = 1
22.89/22.98	c #restart = 0
22.89/22.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
22.89/22.98	c lower bound updated to 188124884392
22.89/22.99	c BCD2: 188194228348 <= obj <= 244090728602
22.89/22.99	c BCD2: #cores=405, #unrelaxed=83, #relaxed=594, #hardened=0
22.89/22.99	c BCD2: #sat=1 #unsat=476 bias=476/477
22.89/22.99	c Solving starts ...
22.89/22.99	c ============================[ Search Statistics ]============================
22.89/22.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.89/22.99	c       |         |          |          |    Limit     GC | Var      | Constra 
22.89/22.99	c =============================================================================
22.89/23.00	c  0.0s |       0 |        0 |        0 |    35882      0 |     9527 |    19729
22.99/23.04	c  0.0s |       0 |      580 |        1 |    35882      0 |     9527 |    19730
22.99/23.04	c #cpu_time = 0.046s
22.99/23.04	c #wall_clock_time = 0.047s
22.99/23.04	c #decision = 580
22.99/23.04	c #random_decision = 0
22.99/23.04	c #conflict = 1
22.99/23.04	c #restart = 0
22.99/23.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
22.99/23.04	c lower bound updated to 188124884393
22.99/23.05	c BCD2: 188194228349 <= obj <= 244090728602
22.99/23.05	c BCD2: #cores=405, #unrelaxed=82, #relaxed=595, #hardened=0
22.99/23.05	c BCD2: #sat=1 #unsat=477 bias=477/478
22.99/23.06	c Solving starts ...
22.99/23.06	c ============================[ Search Statistics ]============================
22.99/23.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.99/23.06	c       |         |          |          |    Limit     GC | Var      | Constra 
22.99/23.06	c =============================================================================
22.99/23.06	c  0.0s |       0 |        0 |        0 |    35882      0 |     9528 |    19730
23.09/23.10	c  0.0s |       0 |      477 |        0 |    35882      0 |     9528 |    19731
23.09/23.10	c #cpu_time = 0.041s
23.09/23.10	c #wall_clock_time = 0.041s
23.09/23.10	c #decision = 477
23.09/23.10	c #random_decision = 0
23.09/23.10	c #conflict = 0
23.09/23.10	c #restart = 0
23.09/23.10	c BCD2: found a new core of size 1: cost of the new core is >=1874161
23.09/23.10	c lower bound updated to 188126758554
23.09/23.11	c BCD2: 188196102510 <= obj <= 244090728602
23.09/23.11	c BCD2: #cores=406, #unrelaxed=81, #relaxed=596, #hardened=0
23.09/23.11	c BCD2: #sat=1 #unsat=478 bias=478/479
23.09/23.12	c Solving starts ...
23.09/23.12	c ============================[ Search Statistics ]============================
23.09/23.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.09/23.12	c       |         |          |          |    Limit     GC | Var      | Constra 
23.09/23.12	c =============================================================================
23.09/23.12	c  0.0s |       0 |        0 |        0 |    35882      0 |     9528 |    19731
23.09/23.16	c  0.0s |       0 |      478 |        0 |    35882      0 |     9528 |    19731
23.09/23.16	c #cpu_time = 0.040s
23.09/23.16	c #wall_clock_time = 0.040s
23.09/23.16	c #decision = 478
23.09/23.16	c #random_decision = 0
23.09/23.16	c #conflict = 0
23.09/23.16	c #restart = 0
23.09/23.16	c BCD2: found a new core of size 1: cost of the new core is >=50653
23.09/23.16	c lower bound updated to 188126809207
23.09/23.17	c BCD2: 188196153163 <= obj <= 244090728602
23.09/23.17	c BCD2: #cores=407, #unrelaxed=80, #relaxed=597, #hardened=0
23.09/23.17	c BCD2: #sat=1 #unsat=479 bias=479/480
23.09/23.18	c Solving starts ...
23.09/23.18	c ============================[ Search Statistics ]============================
23.09/23.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.09/23.18	c       |         |          |          |    Limit     GC | Var      | Constra 
23.09/23.18	c =============================================================================
23.09/23.18	c  0.0s |       0 |        0 |        0 |    35882      0 |     9528 |    19731
23.19/23.22	c  0.0s |       0 |      479 |        0 |    35882      0 |     9528 |    19731
23.19/23.22	c #cpu_time = 0.039s
23.19/23.22	c #wall_clock_time = 0.039s
23.19/23.22	c #decision = 479
23.19/23.22	c #random_decision = 0
23.19/23.22	c #conflict = 0
23.19/23.22	c #restart = 0
23.19/23.22	c BCD2: found a new core of size 1: cost of the new core is >=1369
23.19/23.22	c lower bound updated to 188126810576
23.19/23.22	c BCD2: 188196154532 <= obj <= 244090728602
23.19/23.22	c BCD2: #cores=408, #unrelaxed=79, #relaxed=598, #hardened=0
23.19/23.22	c BCD2: #sat=1 #unsat=480 bias=480/481
23.19/23.23	c Solving starts ...
23.19/23.23	c ============================[ Search Statistics ]============================
23.19/23.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.19/23.23	c       |         |          |          |    Limit     GC | Var      | Constra 
23.19/23.23	c =============================================================================
23.19/23.23	c  0.0s |       0 |        0 |        0 |    35882      0 |     9528 |    19731
23.19/23.27	c  0.0s |       0 |      481 |        0 |    35882      0 |     9528 |    19731
23.19/23.27	c #cpu_time = 0.039s
23.19/23.27	c #wall_clock_time = 0.039s
23.19/23.27	c #decision = 481
23.19/23.27	c #random_decision = 0
23.19/23.27	c #conflict = 0
23.19/23.27	c #restart = 0
23.19/23.27	c BCD2: found a new core of size 2: cost of the new core is >=1
23.19/23.27	c lower bound updated to 188126810577
23.19/23.28	c BCD2: 188196154533 <= obj <= 244090728602
23.19/23.28	c BCD2: #cores=409, #unrelaxed=77, #relaxed=600, #hardened=0
23.19/23.28	c BCD2: #sat=1 #unsat=481 bias=481/482
23.19/23.29	c Solving starts ...
23.19/23.29	c ============================[ Search Statistics ]============================
23.19/23.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.19/23.29	c       |         |          |          |    Limit     GC | Var      | Constra 
23.19/23.29	c =============================================================================
23.19/23.29	c  0.0s |       0 |        0 |        0 |    35882      0 |     9528 |    19731
23.29/23.33	c  0.0s |       0 |      481 |        0 |    35882      0 |     9528 |    19731
23.29/23.33	c #cpu_time = 0.039s
23.29/23.33	c #wall_clock_time = 0.040s
23.29/23.33	c #decision = 481
23.29/23.33	c #random_decision = 0
23.29/23.33	c #conflict = 0
23.29/23.33	c #restart = 0
23.29/23.33	c BCD2: found a new core of size 1: cost of the new core is >=1874161
23.29/23.33	c lower bound updated to 188128684738
23.29/23.34	c BCD2: 188198028694 <= obj <= 244090728602
23.29/23.34	c BCD2: #cores=410, #unrelaxed=76, #relaxed=601, #hardened=0
23.29/23.34	c BCD2: #sat=1 #unsat=482 bias=482/483
23.29/23.35	c Solving starts ...
23.29/23.35	c ============================[ Search Statistics ]============================
23.29/23.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.29/23.35	c       |         |          |          |    Limit     GC | Var      | Constra 
23.29/23.35	c =============================================================================
23.29/23.35	c  0.0s |       0 |        0 |        0 |    35882      0 |     9528 |    19731
23.29/23.39	c  0.0s |       0 |      483 |        0 |    35882      0 |     9528 |    19731
23.29/23.39	c #cpu_time = 0.040s
23.29/23.39	c #wall_clock_time = 0.040s
23.29/23.39	c #decision = 483
23.29/23.39	c #random_decision = 0
23.29/23.39	c #conflict = 0
23.29/23.39	c #restart = 0
23.29/23.39	c BCD2: found a new core of size 2: cost of the new core is >=1369
23.29/23.39	c lower bound updated to 188128686107
23.29/23.39	c BCD2: 188198030063 <= obj <= 244090728602
23.29/23.39	c BCD2: #cores=411, #unrelaxed=74, #relaxed=603, #hardened=0
23.29/23.39	c BCD2: #sat=1 #unsat=483 bias=483/484
23.39/23.40	c Solving starts ...
23.39/23.40	c ============================[ Search Statistics ]============================
23.39/23.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.39/23.40	c       |         |          |          |    Limit     GC | Var      | Constra 
23.39/23.40	c =============================================================================
23.39/23.40	c  0.0s |       0 |        0 |        0 |    35882      0 |     9528 |    19731
23.39/23.45	c  0.0s |       0 |      586 |        1 |    35882      0 |     9528 |    19731
23.39/23.45	c #cpu_time = 0.045s
23.39/23.45	c #wall_clock_time = 0.045s
23.39/23.45	c #decision = 586
23.39/23.45	c #random_decision = 0
23.39/23.45	c #conflict = 1
23.39/23.45	c #restart = 0
23.39/23.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=1406
23.39/23.45	c lower bound updated to 188128686144
23.39/23.46	c BCD2: 188198030100 <= obj <= 244090728602
23.39/23.46	c BCD2: #cores=411, #unrelaxed=73, #relaxed=604, #hardened=0
23.39/23.46	c BCD2: #sat=1 #unsat=484 bias=484/485
23.39/23.46	c Solving starts ...
23.39/23.46	c ============================[ Search Statistics ]============================
23.39/23.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.39/23.46	c       |         |          |          |    Limit     GC | Var      | Constra 
23.39/23.46	c =============================================================================
23.39/23.46	c  0.0s |       0 |        0 |        0 |    35882      0 |     9529 |    19731
23.49/23.51	c  0.0s |       0 |      586 |        1 |    35882      0 |     9529 |    19732
23.49/23.51	c #cpu_time = 0.044s
23.49/23.51	c #wall_clock_time = 0.044s
23.49/23.51	c #decision = 586
23.49/23.51	c #random_decision = 0
23.49/23.51	c #conflict = 1
23.49/23.51	c #restart = 0
23.49/23.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=1407
23.49/23.51	c lower bound updated to 188128686145
23.49/23.52	c BCD2: 188198030101 <= obj <= 244090728602
23.49/23.52	c BCD2: #cores=411, #unrelaxed=72, #relaxed=605, #hardened=0
23.49/23.52	c BCD2: #sat=1 #unsat=485 bias=485/486
23.49/23.53	c Solving starts ...
23.49/23.53	c ============================[ Search Statistics ]============================
23.49/23.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.49/23.53	c       |         |          |          |    Limit     GC | Var      | Constra 
23.49/23.53	c =============================================================================
23.49/23.53	c  0.0s |       0 |        0 |        0 |    35882      0 |     9530 |    19732
23.59/23.66	c  0.1s |       1 |      647 |      100 |    39471      0 |     9530 |    19733
23.69/23.75	c  0.2s |       1 |     1249 |      207 |    39471      0 |     9530 |    19733
23.69/23.75	c #cpu_time = 0.225s
23.69/23.75	c #wall_clock_time = 0.225s
23.69/23.75	c #decision = 1249
23.69/23.75	c #random_decision = 0
23.69/23.75	c #conflict = 207
23.69/23.75	c #restart = 1
23.69/23.75	c BCD2: relaxing 12 and merging with 2 cores into a new core of size 20: cost of the new core is >=693439570
23.69/23.75	c BCD2: refineLB: 624095614 -> 693439570
23.69/23.75	c lower bound updated to 188198030102
23.69/23.76	c BCD2: 188267374058 <= obj <= 244090728602
23.69/23.76	c BCD2: #cores=410, #unrelaxed=60, #relaxed=617, #hardened=0
23.69/23.76	c BCD2: #sat=1 #unsat=486 bias=486/487
23.69/23.78	c Solving starts ...
23.69/23.78	c ============================[ Search Statistics ]============================
23.69/23.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.69/23.78	c       |         |          |          |    Limit     GC | Var      | Constra 
23.69/23.78	c =============================================================================
23.69/23.78	c  0.0s |       0 |        0 |        0 |    39471      0 |    10015 |    19733
23.79/23.88	c  0.1s |       1 |      706 |      100 |    43419      0 |    10015 |    20701
23.89/23.98	c  0.2s |       2 |     1363 |      250 |    43419      0 |    10015 |    20701
24.09/24.12	c  0.3s |       3 |     2080 |      475 |    47761      0 |    10015 |    20701
24.29/24.32	c  0.5s |       4 |     2926 |      813 |    47761      0 |    10015 |    20701
24.59/24.62	c  0.8s |       5 |     3940 |     1320 |    52538      0 |    10015 |    20701
25.09/25.12	c  1.3s |       6 |     5198 |     2081 |    57792      0 |    10015 |    20701
25.59/25.68	c  1.9s |       6 |     6481 |     2837 |    63572      0 |    10015 |    20701
25.59/25.68	c #cpu_time = 1.892s
25.59/25.68	c #wall_clock_time = 1.897s
25.59/25.68	c #decision = 6481
25.59/25.68	c #random_decision = 12
25.59/25.68	c #conflict = 2837
25.59/25.68	c #restart = 6
25.59/25.68	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 7: cost of the new core is >=1109503312
25.59/25.68	c BCD2: refineLB: 1108364192 -> 1109503312
25.59/25.68	c lower bound updated to 188752781758
25.59/25.68	c BCD2: 188822125714 <= obj <= 244090728602
25.59/25.68	c BCD2: #cores=410, #unrelaxed=55, #relaxed=622, #hardened=0
25.59/25.68	c BCD2: #sat=1 #unsat=487 bias=487/488
25.59/25.69	c Solving starts ...
25.59/25.69	c ============================[ Search Statistics ]============================
25.59/25.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.59/25.69	c       |         |          |          |    Limit     GC | Var      | Constra 
25.59/25.69	c =============================================================================
25.69/25.70	c  0.0s |       0 |        0 |        0 |    63572      0 |    10421 |    20701
25.79/25.81	c  0.1s |       1 |      672 |      100 |    63572      0 |    10421 |    21512
25.89/25.95	c  0.2s |       2 |     1310 |      250 |    63572      0 |    10421 |    21512
26.09/26.18	c  0.5s |       3 |     2017 |      475 |    63572      0 |    10421 |    21512
26.40/26.48	c  0.8s |       4 |     2840 |      813 |    63572      0 |    10421 |    21512
26.89/26.91	c  1.2s |       5 |     3827 |     1320 |    63572      0 |    10421 |    21512
26.89/26.97	c  1.3s |       5 |     4325 |     1351 |    63572      0 |    10421 |    21512
26.89/26.97	c #cpu_time = 1.270s
26.89/26.97	c #wall_clock_time = 1.273s
26.89/26.97	c #decision = 4325
26.89/26.97	c #random_decision = 5
26.89/26.97	c #conflict = 1351
26.89/26.97	c #restart = 5
26.89/26.97	c BCD2: found a new core of size 4: cost of the new core is >=554751656
26.89/26.97	c lower bound updated to 189307533414
26.89/26.98	c BCD2: 189376877370 <= obj <= 244090728602
26.89/26.98	c BCD2: #cores=411, #unrelaxed=51, #relaxed=626, #hardened=0
26.89/26.98	c BCD2: #sat=1 #unsat=488 bias=488/489
26.89/26.98	c Solving starts ...
26.89/26.98	c ============================[ Search Statistics ]============================
26.89/26.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.89/26.98	c       |         |          |          |    Limit     GC | Var      | Constra 
26.89/26.98	c =============================================================================
26.89/26.99	c  0.0s |       0 |        0 |        0 |    63572      0 |    10421 |    21512
27.09/27.11	c  0.1s |       1 |      644 |      100 |    63572      0 |    10421 |    21512
27.19/27.27	c  0.3s |       2 |     1283 |      250 |    63572      0 |    10421 |    21512
27.50/27.52	c  0.5s |       3 |     2006 |      475 |    69930      0 |    10421 |    21512
27.79/27.87	c  0.9s |       4 |     2831 |      813 |    69930      0 |    10421 |    21512
28.39/28.43	c  1.4s |       5 |     3829 |     1320 |    69930      0 |    10421 |    21512
29.29/29.32	c  2.3s |       6 |     5090 |     2081 |    69930      0 |    10421 |    21512
29.89/29.91	c  2.9s |       6 |     6043 |     2516 |    69930      0 |    10421 |    21512
29.89/29.91	c #cpu_time = 2.908s
29.89/29.91	c #wall_clock_time = 2.916s
29.89/29.91	c #decision = 6043
29.89/29.91	c #random_decision = 19
29.89/29.91	c #conflict = 2516
29.89/29.91	c #restart = 6
29.89/29.91	c BCD2: found a new core of size 3: cost of the new core is >=554751656
29.89/29.91	c lower bound updated to 189862285070
29.89/29.91	c BCD2: 189931629026 <= obj <= 244090728602
29.89/29.91	c BCD2: #cores=412, #unrelaxed=48, #relaxed=629, #hardened=0
29.89/29.91	c BCD2: #sat=1 #unsat=489 bias=489/490
29.89/29.92	c Solving starts ...
29.89/29.92	c ============================[ Search Statistics ]============================
29.89/29.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.89/29.92	c       |         |          |          |    Limit     GC | Var      | Constra 
29.89/29.92	c =============================================================================
29.89/29.93	c  0.0s |       0 |        0 |        0 |    69930      0 |    10421 |    21512
29.99/30.09	c  0.2s |       1 |      610 |      100 |    69930      0 |    10421 |    21512
30.29/30.36	c  0.4s |       2 |     1239 |      250 |    69930      0 |    10421 |    21512
30.69/30.71	c  0.8s |       3 |     1946 |      475 |    76923      0 |    10421 |    21512
31.19/31.28	c  1.4s |       4 |     2763 |      813 |    76923      0 |    10421 |    21512
32.09/32.12	c  2.2s |       5 |     3760 |     1320 |    76923      0 |    10421 |    21512
33.29/33.35	c  3.4s |       6 |     5008 |     2081 |    76923      0 |    10421 |    21512
35.29/35.35	c  5.4s |       6 |     6491 |     3078 |    76923      0 |    10421 |    21512
35.29/35.35	c #cpu_time = 5.411s
35.29/35.35	c #wall_clock_time = 5.425s
35.29/35.35	c #decision = 6491
35.29/35.35	c #random_decision = 13
35.29/35.35	c #conflict = 3078
35.29/35.35	c #restart = 6
35.29/35.35	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 8: cost of the new core is >=1109503312
35.29/35.35	c BCD2: refineLB: 1108371166 -> 1109503312
35.29/35.35	c lower bound updated to 190417036726
35.29/35.36	c BCD2: 190486380682 <= obj <= 244090728602
35.29/35.36	c BCD2: #cores=412, #unrelaxed=43, #relaxed=634, #hardened=0
35.29/35.36	c BCD2: #sat=1 #unsat=490 bias=490/491
35.29/35.36	c Solving starts ...
35.29/35.36	c ============================[ Search Statistics ]============================
35.29/35.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.29/35.36	c       |         |          |          |    Limit     GC | Var      | Constra 
35.29/35.36	c =============================================================================
35.39/35.48	c  0.0s |       0 |        0 |        0 |    76923      0 |    10422 |    21512
35.69/35.74	c  0.3s |       1 |      822 |      100 |    76923      0 |    10422 |    21513
35.99/36.09	c  0.6s |       2 |     1451 |      250 |    76923      0 |    10422 |    21513
36.39/36.48	c  1.0s |       3 |     2183 |      475 |    76923      0 |    10422 |    21513
36.99/37.07	c  1.6s |       4 |     3008 |      813 |    76923      0 |    10422 |    21513
37.99/38.02	c  2.5s |       5 |     4027 |     1320 |    84616      0 |    10422 |    21513
38.99/39.06	c  3.6s |       6 |     5389 |     2081 |    84616      0 |    10422 |    21513
40.99/41.06	c  5.6s |       7 |     7101 |     3223 |    84616      0 |    10422 |    21513
42.99/43.06	c  7.6s |       7 |     8620 |     4223 |    84616      0 |    10422 |    21513
44.69/44.76	c  9.3s |       8 |     9354 |     4936 |    84616      0 |    10422 |    21513
45.29/45.32	c  9.8s |       8 |    10072 |     5157 |    84616      0 |    10422 |    21513
45.29/45.32	c #cpu_time = 9.816s
45.29/45.32	c #wall_clock_time = 9.841s
45.29/45.32	c #decision = 10072
45.29/45.32	c #random_decision = 23
45.29/45.32	c #conflict = 5157
45.29/45.32	c #restart = 8
45.29/45.32	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 10: cost of the new core is >=2219006624
45.29/45.32	c BCD2: refineLB: 1664254969 -> 2219006624
45.29/45.32	c lower bound updated to 190971788382
45.29/45.33	c BCD2: 191041132338 <= obj <= 244090728602
45.29/45.33	c BCD2: #cores=410, #unrelaxed=41, #relaxed=636, #hardened=0
45.29/45.33	c BCD2: #sat=1 #unsat=491 bias=491/492
45.29/45.33	c Solving starts ...
45.29/45.33	c ============================[ Search Statistics ]============================
45.29/45.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.29/45.33	c       |         |          |          |    Limit     GC | Var      | Constra 
45.29/45.33	c =============================================================================
45.29/45.33	c  0.0s |       0 |        0 |        0 |    84616      0 |    10786 |    21513
45.59/45.68	c  0.3s |       0 |    15267 |       27 |    84616      0 |    10786 |    22238
45.59/45.68	c #cpu_time = 0.324s
45.59/45.68	c #wall_clock_time = 0.325s
45.59/45.68	c #decision = 15267
45.59/45.68	c #random_decision = 45
45.59/45.68	c #conflict = 27
45.59/45.68	c #restart = 0
45.59/45.68	o 203524325983
619.49/619.68	toysat: out of memory (requested 244318208 bytes)

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

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

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


[startup+0 s]
/proc/loadavg: 2.44 2.32 2.28 3/179 12097
/proc/meminfo: memFree=16601436/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=712124 CPUtime=0 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 2655 0 0 0 0 0 0 0 20 0 4 0 42594821 729214976 3017 33554432000 4194304 16246674 140736365081216 140736365080640 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 178543 3025 441 2943 0 175437 0
[pid=12097/tid=12098] ppid=12094 vsize=730556 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 748089344 3086 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=734652 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 752283648 3104 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=738748 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 756477952 3121 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.44 2.32 2.28 3/179 12097
/proc/meminfo: memFree=16601436/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 28316 0 0 0 7 2 0 0 20 0 4 0 42594821 1333334016 28615 33554432000 4194304 16246674 140736365081216 140736365080528 8055408 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 325521 28631 801 2943 0 322415 0
[pid=12097/tid=12098] ppid=12094 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 1333334016 28642 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 1333334016 28654 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 1333334016 28664 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200543 s]
/proc/loadavg: 2.44 2.32 2.28 3/179 12097
/proc/meminfo: memFree=16601436/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 49297 0 0 0 14 5 0 0 20 0 4 0 42594821 1344868352 50107 33554432000 4194304 16246674 140736365081216 140736365080528 14073329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 328337 50107 801 2943 0 325231 0
[pid=12097/tid=12098] ppid=12094 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 1344868352 50107 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 1344868352 50107 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 1344868352 50107 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.30046 s]
/proc/loadavg: 2.44 2.32 2.28 3/179 12097
/proc/meminfo: memFree=16601436/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 58809 0 0 0 23 6 0 0 20 0 4 0 42594821 1344868352 59619 33554432000 4194304 16246674 140736365081216 140736365080528 13780488 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 328337 59619 801 2943 0 325231 0
[pid=12097/tid=12098] ppid=12094 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 1344868352 59619 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 1344868352 59619 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 1344868352 59619 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700422 s]
/proc/loadavg: 2.44 2.32 2.28 3/179 12097
/proc/meminfo: memFree=16601436/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=1313348 CPUtime=0.68 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 67034 0 0 0 61 7 0 0 20 0 4 0 42594821 1344868352 67844 33554432000 4194304 16246674 140736365081216 140736365064208 5515824 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 328337 67844 835 2943 0 325231 0
[pid=12097/tid=12098] ppid=12094 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 1344868352 67844 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 1344868352 67844 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 1344868352 67844 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.50042 s]
/proc/loadavg: 2.44 2.32 2.28 3/183 12101
/proc/meminfo: memFree=16138020/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=1313348 CPUtime=1.48 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 187541 0 0 0 123 25 0 0 20 0 4 0 42594821 1344868352 188352 33554432000 4194304 16246674 140736365081216 140736365063104 5589602 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 328337 188362 840 2943 0 325231 0
[pid=12097/tid=12098] ppid=12094 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 1344868352 188366 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 1344868352 188371 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 1344868352 188377 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1313348

[startup+3.10043 s]
/proc/loadavg: 2.40 2.32 2.28 3/183 12101
/proc/meminfo: memFree=15700424/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=1353284 CPUtime=3.09 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 224729 0 0 0 277 32 0 0 20 0 4 0 42594821 1385762816 225539 33554432000 4194304 16246674 140736365081216 140736365063104 5530704 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 338321 225539 915 2943 0 335215 0
[pid=12097/tid=12098] ppid=12094 vsize=1353284 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 1385762816 225539 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=1353284 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 1385762816 225539 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=1353284 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 1385762816 225539 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1353284

[startup+6.30032 s]
/proc/loadavg: 2.40 2.32 2.28 3/183 12101
/proc/meminfo: memFree=15699936/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=1353284 CPUtime=6.28 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 224730 0 0 0 596 32 0 0 20 0 4 0 42594821 1385762816 225540 33554432000 4194304 16246674 140736365081216 140736365063104 4220536 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 338321 225540 916 2943 0 335215 0
[pid=12097/tid=12098] ppid=12094 vsize=1353284 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 1385762816 225540 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=1353284 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 1385762816 225540 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=1353284 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 1385762816 225540 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1353284

[startup+12.7004 s]
/proc/loadavg: 2.34 2.31 2.27 3/183 12101
/proc/meminfo: memFree=15700300/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=1353284 CPUtime=12.68 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 224730 0 0 0 1234 34 0 0 20 0 4 0 42594821 1385762816 225540 33554432000 4194304 16246674 140736365081216 140736365063104 5991539 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 338321 225540 916 2943 0 335215 0
[pid=12097/tid=12098] ppid=12094 vsize=1353284 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 1385762816 225540 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=1353284 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 1385762816 225540 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=1353284 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 1385762816 225540 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1353284

[startup+25.5005 s]
/proc/loadavg: 2.29 2.30 2.27 4/183 12101
/proc/meminfo: memFree=15483496/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=1353284 CPUtime=25.49 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 279026 0 0 0 2505 44 0 0 20 0 4 0 42594821 1385762816 279836 33554432000 4194304 16246674 140736365081216 140736365063104 5828829 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 338321 279836 918 2943 0 335215 0
[pid=12097/tid=12098] ppid=12094 vsize=1353284 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 1385762816 279836 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=1353284 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 1385762816 279836 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=1353284 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 1385762816 279836 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1353284

[startup+51.1005 s]
/proc/loadavg: 2.33 2.30 2.27 3/183 12101
/proc/meminfo: memFree=15470184/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=1366596 CPUtime=51.08 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 282356 0 0 0 5064 44 0 0 20 0 4 0 42594821 1399394304 283166 33554432000 4194304 16246674 140736365081216 140736365080528 4206924 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 341649 283166 919 2943 0 338543 0
[pid=12097/tid=12098] ppid=12094 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 1399394304 283166 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 1399394304 283166 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 1399394304 283166 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1366596

[startup+102.3 s]
/proc/loadavg: 2.22 2.28 2.27 3/183 12102
/proc/meminfo: memFree=12547840/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=4187716 CPUtime=102.28 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 987636 0 0 0 10083 145 0 0 20 0 4 0 42594821 4288221184 988446 33554432000 4194304 16246674 140736365081216 140736365080312 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 1046929 988446 919 2943 0 1043823 0
[pid=12097/tid=12098] ppid=12094 vsize=4187716 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 4288221184 988446 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=4187716 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 4288221184 988446 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=4187716 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 4288221184 988446 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4187716


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

Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 13018692

[startup+462.3 s]
/proc/loadavg: 2.16 2.24 2.26 3/183 12110
/proc/meminfo: memFree=14759220/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=13351492 CPUtime=462.22 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 3408634 0 0 0 45720 502 0 0 20 0 4 0 42594821 13671927808 3279300 33554432000 4194304 16246674 140736365081216 140736365079168 14013898 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 3337873 3279300 923 2943 0 3334767 0
[pid=12097/tid=12098] ppid=12094 vsize=13351492 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 13671927808 3279300 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=13351492 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 13671927808 3279300 33554432000 4194304 16246674 140736365081216 140637748829200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=13351492 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 13671927808 3279300 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 13351492

[startup+522.3 s]
/proc/loadavg: 2.23 2.24 2.25 3/184 12114
/proc/meminfo: memFree=13277508/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=13351492 CPUtime=522.21 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 3408732 0 0 0 51714 507 0 0 20 0 4 0 42594821 13671927808 3279398 33554432000 4194304 16246674 140736365081216 140736365080392 4220543 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 3337873 3279398 923 2943 0 3334767 0
[pid=12097/tid=12098] ppid=12094 vsize=13351492 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 13671927808 3279398 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=13351492 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 13671927808 3279398 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=13351492 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 13671927808 3279398 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 13351492

[startup+582.3 s]
/proc/loadavg: 2.36 2.27 2.26 3/184 12137
/proc/meminfo: memFree=11077688/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=13948484 CPUtime=582.2 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 3506369 0 0 0 57691 529 0 0 20 0 4 0 42594821 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140736365079104 4220543 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 3487121 3428646 923 2943 0 3484015 0
[pid=12097/tid=12098] ppid=12094 vsize=13948484 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=13948484 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140637748829200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=13948484 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 13948484

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

[startup+588.8 s]
/proc/loadavg: 2.31 2.26 2.26 3/184 12137
/proc/meminfo: memFree=10228436/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=13948484 CPUtime=588.7 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 3506369 0 0 0 58341 529 0 0 20 0 4 0 42594821 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140736365079168 14003263 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 3487121 3428646 923 2943 0 3484015 0
[pid=12097/tid=12098] ppid=12094 vsize=13948484 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=13948484 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140637748829200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=13948484 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 588.7
Current children cumulated vsize (KiB) 13948484

[startup+601.6 s]
/proc/loadavg: 2.33 2.27 2.26 3/184 12137
/proc/meminfo: memFree=10305840/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=13948484 CPUtime=601.5 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 3506369 0 0 0 59621 529 0 0 20 0 4 0 42594821 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140736365079168 14016589 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 3487121 3428646 923 2943 0 3484015 0
[pid=12097/tid=12098] ppid=12094 vsize=13948484 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=13948484 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140637748829200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=13948484 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 601.5
Current children cumulated vsize (KiB) 13948484

[startup+608 s]
/proc/loadavg: 2.36 2.27 2.27 3/184 12138
/proc/meminfo: memFree=10308132/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=13948484 CPUtime=607.9 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 3506369 0 0 0 60260 530 0 0 20 0 4 0 42594821 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140736365080392 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 3487121 3428646 923 2943 0 3484015 0
[pid=12097/tid=12098] ppid=12094 vsize=13948484 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=13948484 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=13948484 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 14283247616 3428646 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 607.9
Current children cumulated vsize (KiB) 13948484

[startup+614.4 s]
/proc/loadavg: 2.33 2.27 2.26 3/184 12187
/proc/meminfo: memFree=16226336/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=14094916 CPUtime=614.3 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 3542734 0 0 0 60894 536 0 0 20 0 4 0 42594821 14433193984 3465011 33554432000 4194304 16246674 140736365081216 140736365080312 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 3523729 3465011 923 2943 0 3520623 0
[pid=12097/tid=12098] ppid=12094 vsize=14094916 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 14433193984 3465011 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=14094916 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 14433193984 3465011 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=14094916 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 14433193984 3465011 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 614.3
Current children cumulated vsize (KiB) 14094916

[startup+617.6 s]
/proc/loadavg: 2.38 2.28 2.27 3/184 12187
/proc/meminfo: memFree=14568756/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=14977604 CPUtime=617.49 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 3763595 0 0 0 61183 566 0 0 20 0 4 0 42594821 15337066496 3685872 33554432000 4194304 16246674 140736365081216 140736365080312 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 3744401 3685872 923 2943 0 3741295 0
[pid=12097/tid=12098] ppid=12094 vsize=14977604 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 15337066496 3685872 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=14977604 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 15337066496 3685872 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=14977604 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 15337066496 3685872 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 617.49
Current children cumulated vsize (KiB) 14977604

[startup+619.2 s]
/proc/loadavg: 2.38 2.28 2.27 3/184 12187
/proc/meminfo: memFree=14256904/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=15545924 CPUtime=619.09 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) R 12094 12097 9424 0 -1 4202496 3905643 0 0 0 61324 585 0 0 20 0 4 0 42594821 15919026176 3827920 33554432000 4194304 16246674 140736365081216 140736365080312 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 3886481 3827922 923 2943 0 3883375 0
[pid=12097/tid=12098] ppid=12094 vsize=15545924 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) S 12094 12097 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42594821 15919026176 3827928 33554432000 4194304 16246674 140736365081216 140637759319280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12097/tid=12099] ppid=12094 vsize=15545924 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (toysat) S 12094 12097 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42594822 15919026176 3827935 33554432000 4194304 16246674 140736365081216 140637748829424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12097/tid=12100] ppid=12094 vsize=15545924 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (toysat) S 12094 12097 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42594822 15919026176 3827940 33554432000 4194304 16246674 140736365081216 140637630360752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 619.09
Current children cumulated vsize (KiB) 15545924

[startup+620 s]
/proc/loadavg: 2.38 2.28 2.27 4/184 12187
/proc/meminfo: memFree=13822160/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=0 CPUtime=619.89 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) Z 12094 12097 9424 0 -1 4202508 3945226 0 0 0 61368 621 0 0 20 0 2 0 42594821 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 0 0 0 0 0 0 0
[pid=12097/tid=12098] ppid=12094 vsize=0 CPUtime=0.29 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) R 12094 12097 9424 0 -1 4203588 10 0 0 0 0 29 0 0 20 0 2 0 42594821 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 619.89
Current children cumulated vsize (KiB) 0

[startup+620.4 s]
/proc/loadavg: 2.38 2.28 2.27 4/182 12187
/proc/meminfo: memFree=27166004/32872528 swapFree=1542984/1696284
[pid=12097] ppid=12094 vsize=0 CPUtime=620.29 cores=1,3,5,7
/proc/12097/stat : 12097 (toysat) Z 12094 12097 9424 0 -1 4202508 3945226 0 0 0 61368 661 0 0 20 0 2 0 42594821 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12097/statm: 0 0 0 0 0 0 0
[pid=12097/tid=12098] ppid=12094 vsize=0 CPUtime=0.7 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (toysat) R 12094 12097 9424 0 -1 4203588 10 0 0 0 0 70 0 0 20 0 2 0 42594821 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 620.29
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 620.501
CPU time (s): 620.387
CPU user time (s): 613.684
CPU system time (s): 6.70298
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 15702596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 613.684
system time used= 6.70298
maximum resident set size= 15470012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3945226
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= 165
involuntary context switches= 650

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.87271 second user time and 2.59361 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-20 08:51:22
IDJOB=4111460
IDBENCH=109335
IDSOLVER=2542
FILE ID=node125/4111460-1466405482
RUNJOBID= node125-1466384086-9441
PBS_JOBID= 19923262
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f11-DCTotalLoss.seq-B-3-combined-irEDCBA.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4111460-1466405482/watcher-4111460-1466405482 -o /tmp/evaluation-result-4111460-1466405482/solver-4111460-1466405482 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466384086-9441 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4111460-1466405482.opb

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

MD5SUM BENCH= 0f104410e3b88c54398ed6b2d78fcaf3
RANDOM SEED=1900647191

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        16601972 kB
Buffers:           31360 kB
Cached:            83596 kB
SwapCached:         3548 kB
Active:         13769672 kB
Inactive:          45840 kB
Active(anon):   13697996 kB
Inactive(anon):     4776 kB
Active(file):      71676 kB
Inactive(file):    41064 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67094876 kB
Dirty:             19432 kB
Writeback:             0 kB
AnonPages:      15396556 kB
Mapped:            10680 kB
Shmem:                 0 kB
Slab:             595192 kB
SReclaimable:      38916 kB
SUnreclaim:       556276 kB
KernelStack:        1480 kB
PageTables:        33784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   15542364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    567296 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= 71700 MiB
End job on node125 at 2016-06-20 09:01:43