Trace number 4079613

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-02OPT-35 141.238 141.278

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
MD5SUM907943cf03e4e0f899b19858f5690e6e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark65.593
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved NO
Number of variables595
Total number of constraints27847
Number of constraints which are clauses27847
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 595
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-06T20:23:53+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-4079613-1465237433.opb"]
0.00/0.01	c use --random-gen="2407896972 1640003678 3612641195 2677100437 4236803982 4214236544 2867267164 1016457056 3199235527 4114959198 690117566 146201476 540526196 3680287584 4255469913 150123869 881674228 3786427068 1483855209 3691816472 1818409140 2903263495 387011539 2849172601 191773765 2908977680 1613475785 1637977397 2828258380 1189430008 1338955152 2035930057 706374936 4030201911 4145562504 418582999 2910570351 3143291672 426607458 2972258134 2558286183 2295245499 3786948938 1659677559 1798503740 2504391715 3794314998 3639834518 333818176 2643241780 3195069645 1402814653 3886967124 3184935119 2489963914 811914919 160350972 873243553 2827729509 2468576792 3713652052 820624135 1863231897 1849774897 958157902 3835593393 1033151437 1901900672 1214685677 1732570939 2090648584 1189670166 796388498 3806654224 2529733759 1076581158 107173159 2718893179 66125160 982166399 3979551839 3717550065 3358984080 2532357556 962476748 973623140 2559606438 36668423 1596878801 2098278127 2008088424 2256198839 1683221560 1239632801 206912379 990534334 3024923009 1409104012 2780340648 4176293080 5061620 2830070091 2874524159 3578682740 1701864093 3524716123 1047032148 3187071270 3565841182 3845148232 2591289501 3507685931 3016692157 1872775139 381813060 1306867521 161321612 4210418009 2380578520 3151270560 2578896401 2876855469 4283650202 3930907526 2651190917 3439286961 301831251 68651199 698150746 3187252003 157618647 238003788 3266401289 3869196894 516069905 1922200191 162664453 3770799745 2535698177 2770329863 2433108466 2888630266 3737655531 536930680 1300024565 1437313732 4043744817 1367467921 619262117 4169922830 2569392835 637163246 3479879300 3431142331 813106504 3951313650 2301431329 282420597 4115799984 16186205 4245571628 1359540759 2930433495 4204850675 3830861066 259311176 2192508300 137889240 3581330476 2960045696 1805381770 3456118084 2185175592 3131856210 3234225790 966428879 2479818970 2260227706 4276895856 4056829732 4239563958 2781813881 437744942 1411382365 2537757572 4024807738 1844454493 2746898288 1604077718 1702431005 4179960909 3707720740 4202461192 3932654411 2021046855 2230542449 1362365929 3986698913 3803773125 3308377419 328429660 1700466423 3213032516 187510787 2321474196 826742953 1345339736 1591248535 1153501136 1082056246 1842995350 3027562315 249820689 1618191148 1329847360 2817642135 1578843972 3593501605 3690298698 2331046502 3835881761 1353148585 1390768559 436138434 3946530983 308804743 959375263 1975853542 3685836632 3308061878 2272883051 2944787195 3360983938 103524447 3626113546 1485838995 1012916753 1865542979 611053173 3707488811 1705427852 2468015522 2839497664 3874827663 1873263727 3695849619 2606471241 19325585 814476296 4108587507 643724246 3227407195 2427577741 696391891 2257639210 3814634868 255 362436" option to reproduce the execution
0.09/0.17	c #vars 595
0.09/0.17	c #constraints 27847
0.49/0.51	c BCD2: Hardening is enabled.
0.49/0.51	c BCD2: BiasedSearch is enabled.
0.49/0.51	c Solving starts ...
0.49/0.51	c ============================[ Search Statistics ]============================
0.49/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.51	c =============================================================================
0.49/0.51	c  0.0s |       0 |        0 |        0 |     9480      0 |        0 |        0
0.49/0.53	c  0.0s |       0 |       26 |        0 |     9480      0 |        0 |        0
0.49/0.53	c #cpu_time = 0.021s
0.49/0.53	c #wall_clock_time = 0.021s
0.49/0.53	c #decision = 26
0.49/0.53	c #random_decision = 0
0.49/0.53	c #conflict = 0
0.49/0.53	c #restart = 0
0.49/0.53	o -26
0.49/0.53	c BCD2: updating upper bound: 595 -> 568
0.49/0.53	c BCD2: 0 <= obj <= 568
0.49/0.53	c BCD2: #cores=0, #unrelaxed=595, #relaxed=0, #hardened=0
0.49/0.53	c BCD2: #sat=1 #unsat=1 bias=1/2
0.49/0.53	c Solving starts ...
0.49/0.53	c ============================[ Search Statistics ]============================
0.49/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.53	c =============================================================================
0.49/0.53	c  0.0s |       0 |        0 |        0 |     9480      0 |        0 |        0
0.49/0.55	c  0.0s |       0 |        1 |        0 |     9480      0 |        0 |        0
0.49/0.55	c #cpu_time = 0.018s
0.49/0.55	c #wall_clock_time = 0.019s
0.49/0.55	c #decision = 1
0.49/0.55	c #random_decision = 0
0.49/0.55	c #conflict = 0
0.49/0.55	c #restart = 0
0.49/0.55	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.55	c lower bound updated to -594
0.49/0.55	c BCD2: 1 <= obj <= 568
0.49/0.55	c BCD2: #cores=1, #unrelaxed=593, #relaxed=2, #hardened=0
0.49/0.55	c BCD2: #sat=1 #unsat=2 bias=2/3
0.49/0.55	c Solving starts ...
0.49/0.55	c ============================[ Search Statistics ]============================
0.49/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.55	c =============================================================================
0.49/0.55	c  0.0s |       0 |        0 |        0 |     9480      0 |        0 |        1
0.49/0.57	c  0.0s |       0 |        2 |        1 |     9480      0 |        0 |        1
0.49/0.57	c #cpu_time = 0.018s
0.49/0.57	c #wall_clock_time = 0.018s
0.49/0.57	c #decision = 2
0.49/0.57	c #random_decision = 0
0.49/0.57	c #conflict = 1
0.49/0.57	c #restart = 0
0.49/0.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
0.49/0.57	c lower bound updated to -593
0.49/0.57	c BCD2: 2 <= obj <= 568
0.49/0.57	c BCD2: #cores=1, #unrelaxed=592, #relaxed=3, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=3 bias=3/4
0.49/0.57	c Solving starts ...
0.49/0.57	c ============================[ Search Statistics ]============================
0.49/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.57	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |     9480      0 |        1 |        1
0.59/0.62	c  0.0s |       0 |        2 |        1 |     9480      0 |        1 |        2
0.59/0.62	c #cpu_time = 0.006s
0.59/0.62	c #wall_clock_time = 0.006s
0.59/0.62	c #decision = 2
0.59/0.62	c #random_decision = 0
0.59/0.62	c #conflict = 1
0.59/0.62	c #restart = 0
0.59/0.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
0.59/0.62	c lower bound updated to -592
0.59/0.62	c BCD2: 3 <= obj <= 568
0.59/0.62	c BCD2: #cores=1, #unrelaxed=591, #relaxed=4, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=4 bias=4/5
0.59/0.62	c Solving starts ...
0.59/0.62	c ============================[ Search Statistics ]============================
0.59/0.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.62	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.62	c =============================================================================
0.59/0.62	c  0.0s |       0 |        0 |        0 |     9480      0 |        2 |        2
0.59/0.62	c  0.0s |       0 |        2 |        1 |     9480      0 |        2 |        3
0.59/0.62	c #cpu_time = 0.006s
0.59/0.62	c #wall_clock_time = 0.006s
0.59/0.62	c #decision = 2
0.59/0.62	c #random_decision = 0
0.59/0.62	c #conflict = 1
0.59/0.62	c #restart = 0
0.59/0.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
0.59/0.63	c lower bound updated to -591
0.59/0.63	c BCD2: 4 <= obj <= 568
0.59/0.63	c BCD2: #cores=1, #unrelaxed=590, #relaxed=5, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=5 bias=5/6
0.59/0.63	c Solving starts ...
0.59/0.63	c ============================[ Search Statistics ]============================
0.59/0.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.63	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.63	c =============================================================================
0.59/0.63	c  0.0s |       0 |        0 |        0 |     9480      0 |        3 |        3
0.59/0.63	c  0.0s |       0 |        2 |        1 |     9480      0 |        3 |        4
0.59/0.63	c #cpu_time = 0.006s
0.59/0.63	c #wall_clock_time = 0.006s
0.59/0.63	c #decision = 2
0.59/0.63	c #random_decision = 0
0.59/0.63	c #conflict = 1
0.59/0.63	c #restart = 0
0.59/0.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
0.59/0.63	c lower bound updated to -590
0.59/0.63	c BCD2: 5 <= obj <= 568
0.59/0.63	c BCD2: #cores=1, #unrelaxed=589, #relaxed=6, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=6 bias=6/7
0.59/0.63	c Solving starts ...
0.59/0.63	c ============================[ Search Statistics ]============================
0.59/0.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.63	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.63	c =============================================================================
0.59/0.63	c  0.0s |       0 |        0 |        0 |     9480      0 |        4 |        4
0.59/0.64	c  0.0s |       0 |        2 |        1 |     9480      0 |        4 |        5
0.59/0.64	c #cpu_time = 0.006s
0.59/0.64	c #wall_clock_time = 0.006s
0.59/0.64	c #decision = 2
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 1
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
0.59/0.64	c lower bound updated to -589
0.59/0.64	c BCD2: 6 <= obj <= 568
0.59/0.64	c BCD2: #cores=1, #unrelaxed=588, #relaxed=7, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=7 bias=7/8
0.59/0.64	c Solving starts ...
0.59/0.64	c ============================[ Search Statistics ]============================
0.59/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.64	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |     9480      0 |        5 |        5
0.59/0.64	c  0.0s |       0 |        2 |        1 |     9480      0 |        5 |        6
0.59/0.64	c #cpu_time = 0.006s
0.59/0.64	c #wall_clock_time = 0.006s
0.59/0.64	c #decision = 2
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 1
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
0.59/0.64	c lower bound updated to -588
0.59/0.65	c BCD2: 7 <= obj <= 568
0.59/0.65	c BCD2: #cores=1, #unrelaxed=587, #relaxed=8, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=8 bias=8/9
0.59/0.65	c Solving starts ...
0.59/0.65	c ============================[ Search Statistics ]============================
0.59/0.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.65	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.65	c =============================================================================
0.59/0.65	c  0.0s |       0 |        0 |        0 |     9480      0 |        6 |        6
0.59/0.65	c  0.0s |       0 |        2 |        1 |     9480      0 |        6 |        7
0.59/0.65	c #cpu_time = 0.006s
0.59/0.65	c #wall_clock_time = 0.006s
0.59/0.65	c #decision = 2
0.59/0.65	c #random_decision = 0
0.59/0.65	c #conflict = 1
0.59/0.65	c #restart = 0
0.59/0.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
0.59/0.65	c lower bound updated to -587
0.59/0.65	c BCD2: 8 <= obj <= 568
0.59/0.65	c BCD2: #cores=1, #unrelaxed=586, #relaxed=9, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=9 bias=9/10
0.59/0.65	c Solving starts ...
0.59/0.65	c ============================[ Search Statistics ]============================
0.59/0.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.65	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.65	c =============================================================================
0.59/0.65	c  0.0s |       0 |        0 |        0 |     9480      0 |        7 |        7
0.59/0.66	c  0.0s |       0 |        2 |        1 |     9480      0 |        7 |        8
0.59/0.66	c #cpu_time = 0.006s
0.59/0.66	c #wall_clock_time = 0.006s
0.59/0.66	c #decision = 2
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 1
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
0.59/0.66	c lower bound updated to -586
0.59/0.66	c BCD2: 9 <= obj <= 568
0.59/0.66	c BCD2: #cores=1, #unrelaxed=585, #relaxed=10, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=10 bias=10/11
0.59/0.66	c Solving starts ...
0.59/0.66	c ============================[ Search Statistics ]============================
0.59/0.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.66	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.66	c =============================================================================
0.59/0.66	c  0.0s |       0 |        0 |        0 |     9480      0 |        8 |        8
0.59/0.66	c  0.0s |       0 |        2 |        1 |     9480      0 |        8 |        9
0.59/0.66	c #cpu_time = 0.006s
0.59/0.66	c #wall_clock_time = 0.006s
0.59/0.66	c #decision = 2
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 1
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
0.59/0.66	c lower bound updated to -585
0.59/0.67	c BCD2: 10 <= obj <= 568
0.59/0.67	c BCD2: #cores=1, #unrelaxed=584, #relaxed=11, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=11 bias=11/12
0.59/0.67	c Solving starts ...
0.59/0.67	c ============================[ Search Statistics ]============================
0.59/0.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.67	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.67	c =============================================================================
0.59/0.67	c  0.0s |       0 |        0 |        0 |     9480      0 |        9 |        9
0.59/0.67	c  0.0s |       0 |        2 |        1 |     9480      0 |        9 |       10
0.59/0.67	c #cpu_time = 0.006s
0.59/0.67	c #wall_clock_time = 0.006s
0.59/0.67	c #decision = 2
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 1
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
0.59/0.67	c lower bound updated to -584
0.59/0.67	c BCD2: 11 <= obj <= 568
0.59/0.67	c BCD2: #cores=1, #unrelaxed=583, #relaxed=12, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=12 bias=12/13
0.59/0.67	c Solving starts ...
0.59/0.67	c ============================[ Search Statistics ]============================
0.59/0.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.67	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.67	c =============================================================================
0.59/0.67	c  0.0s |       0 |        0 |        0 |     9480      0 |       10 |       10
0.59/0.68	c  0.0s |       0 |        2 |        1 |     9480      0 |       10 |       11
0.59/0.68	c #cpu_time = 0.006s
0.59/0.68	c #wall_clock_time = 0.006s
0.59/0.68	c #decision = 2
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 1
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
0.59/0.68	c lower bound updated to -583
0.59/0.68	c BCD2: 12 <= obj <= 568
0.59/0.68	c BCD2: #cores=1, #unrelaxed=582, #relaxed=13, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=13 bias=13/14
0.59/0.68	c Solving starts ...
0.59/0.68	c ============================[ Search Statistics ]============================
0.59/0.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.68	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.68	c =============================================================================
0.59/0.68	c  0.0s |       0 |        0 |        0 |     9480      0 |       11 |       11
0.59/0.69	c  0.0s |       0 |        2 |        1 |     9480      0 |       11 |       12
0.59/0.69	c #cpu_time = 0.006s
0.59/0.69	c #wall_clock_time = 0.006s
0.59/0.69	c #decision = 2
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 1
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
0.59/0.69	c lower bound updated to -582
0.59/0.69	c BCD2: 13 <= obj <= 568
0.59/0.69	c BCD2: #cores=1, #unrelaxed=581, #relaxed=14, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=14 bias=14/15
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |     9480      0 |       12 |       12
0.59/0.69	c  0.0s |       0 |        2 |        1 |     9480      0 |       12 |       13
0.59/0.69	c #cpu_time = 0.006s
0.59/0.69	c #wall_clock_time = 0.006s
0.59/0.69	c #decision = 2
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 1
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
0.59/0.69	c lower bound updated to -581
0.59/0.69	c BCD2: 14 <= obj <= 568
0.59/0.69	c BCD2: #cores=1, #unrelaxed=580, #relaxed=15, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=15 bias=15/16
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |     9480      0 |       13 |       13
0.69/0.70	c  0.0s |       0 |        2 |        1 |     9480      0 |       13 |       14
0.69/0.70	c #cpu_time = 0.006s
0.69/0.70	c #wall_clock_time = 0.006s
0.69/0.70	c #decision = 2
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 1
0.69/0.70	c #restart = 0
0.69/0.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
0.69/0.70	c lower bound updated to -580
0.69/0.70	c BCD2: 15 <= obj <= 568
0.69/0.70	c BCD2: #cores=1, #unrelaxed=579, #relaxed=16, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=16 bias=16/17
0.69/0.70	c Solving starts ...
0.69/0.70	c ============================[ Search Statistics ]============================
0.69/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.70	c =============================================================================
0.69/0.70	c  0.0s |       0 |        0 |        0 |     9480      0 |       14 |       14
0.69/0.71	c  0.0s |       0 |        2 |        1 |     9480      0 |       14 |       15
0.69/0.71	c #cpu_time = 0.006s
0.69/0.71	c #wall_clock_time = 0.006s
0.69/0.71	c #decision = 2
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 1
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
0.69/0.71	c lower bound updated to -579
0.69/0.71	c BCD2: 16 <= obj <= 568
0.69/0.71	c BCD2: #cores=1, #unrelaxed=578, #relaxed=17, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=17 bias=17/18
0.69/0.71	c Solving starts ...
0.69/0.71	c ============================[ Search Statistics ]============================
0.69/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.71	c =============================================================================
0.69/0.71	c  0.0s |       0 |        0 |        0 |     9480      0 |       15 |       15
0.69/0.71	c  0.0s |       0 |        2 |        0 |     9480      0 |       15 |       16
0.69/0.71	c #cpu_time = 0.006s
0.69/0.71	c #wall_clock_time = 0.006s
0.69/0.71	c #decision = 2
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 0
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.71	c lower bound updated to -578
0.69/0.71	c BCD2: 17 <= obj <= 568
0.69/0.71	c BCD2: #cores=2, #unrelaxed=576, #relaxed=19, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=18 bias=18/19
0.69/0.71	c Solving starts ...
0.69/0.71	c ============================[ Search Statistics ]============================
0.69/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.71	c =============================================================================
0.69/0.71	c  0.0s |       0 |        0 |        0 |     9480      0 |       15 |       17
0.69/0.72	c  0.0s |       0 |        3 |        1 |     9480      0 |       15 |       17
0.69/0.72	c #cpu_time = 0.006s
0.69/0.72	c #wall_clock_time = 0.006s
0.69/0.72	c #decision = 3
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 1
0.69/0.72	c #restart = 0
0.69/0.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
0.69/0.72	c lower bound updated to -577
0.69/0.72	c BCD2: 18 <= obj <= 568
0.69/0.72	c BCD2: #cores=2, #unrelaxed=575, #relaxed=20, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=19 bias=19/20
0.69/0.72	c Solving starts ...
0.69/0.72	c ============================[ Search Statistics ]============================
0.69/0.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.72	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.72	c =============================================================================
0.69/0.72	c  0.0s |       0 |        0 |        0 |     9480      0 |       16 |       17
0.69/0.73	c  0.0s |       0 |        3 |        1 |     9480      0 |       16 |       18
0.69/0.73	c #cpu_time = 0.006s
0.69/0.73	c #wall_clock_time = 0.006s
0.69/0.73	c #decision = 3
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 1
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
0.69/0.73	c lower bound updated to -576
0.69/0.73	c BCD2: 19 <= obj <= 568
0.69/0.73	c BCD2: #cores=2, #unrelaxed=574, #relaxed=21, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=20 bias=20/21
0.69/0.73	c Solving starts ...
0.69/0.73	c ============================[ Search Statistics ]============================
0.69/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.73	c =============================================================================
0.69/0.73	c  0.0s |       0 |        0 |        0 |     9480      0 |       17 |       18
0.69/0.73	c  0.0s |       0 |        3 |        1 |     9480      0 |       17 |       19
0.69/0.73	c #cpu_time = 0.006s
0.69/0.73	c #wall_clock_time = 0.006s
0.69/0.73	c #decision = 3
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 1
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
0.69/0.73	c lower bound updated to -575
0.69/0.73	c BCD2: 20 <= obj <= 568
0.69/0.73	c BCD2: #cores=2, #unrelaxed=573, #relaxed=22, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=21 bias=21/22
0.69/0.73	c Solving starts ...
0.69/0.73	c ============================[ Search Statistics ]============================
0.69/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.73	c =============================================================================
0.69/0.73	c  0.0s |       0 |        0 |        0 |     9480      0 |       18 |       19
0.69/0.74	c  0.0s |       0 |        3 |        1 |     9480      0 |       18 |       20
0.69/0.74	c #cpu_time = 0.006s
0.69/0.74	c #wall_clock_time = 0.006s
0.69/0.74	c #decision = 3
0.69/0.74	c #random_decision = 0
0.69/0.74	c #conflict = 1
0.69/0.74	c #restart = 0
0.69/0.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
0.69/0.74	c lower bound updated to -574
0.69/0.74	c BCD2: 21 <= obj <= 568
0.69/0.74	c BCD2: #cores=2, #unrelaxed=572, #relaxed=23, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=22 bias=22/23
0.69/0.74	c Solving starts ...
0.69/0.74	c ============================[ Search Statistics ]============================
0.69/0.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.74	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.74	c =============================================================================
0.69/0.74	c  0.0s |       0 |        0 |        0 |     9480      0 |       19 |       20
0.69/0.75	c  0.0s |       0 |        3 |        1 |     9480      0 |       19 |       21
0.69/0.75	c #cpu_time = 0.006s
0.69/0.75	c #wall_clock_time = 0.006s
0.69/0.75	c #decision = 3
0.69/0.75	c #random_decision = 0
0.69/0.75	c #conflict = 1
0.69/0.75	c #restart = 0
0.69/0.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
0.69/0.75	c lower bound updated to -573
0.69/0.77	c BCD2: 22 <= obj <= 568
0.69/0.77	c BCD2: #cores=2, #unrelaxed=571, #relaxed=24, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=23 bias=23/24
0.69/0.77	c Solving starts ...
0.69/0.77	c ============================[ Search Statistics ]============================
0.69/0.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.77	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.77	c =============================================================================
0.69/0.77	c  0.0s |       0 |        0 |        0 |     9480      0 |       20 |       21
0.69/0.78	c  0.0s |       0 |        3 |        1 |     9480      0 |       20 |       22
0.69/0.78	c #cpu_time = 0.011s
0.69/0.78	c #wall_clock_time = 0.011s
0.69/0.78	c #decision = 3
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 1
0.69/0.78	c #restart = 0
0.69/0.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
0.69/0.78	c lower bound updated to -572
0.69/0.78	c BCD2: 23 <= obj <= 568
0.69/0.78	c BCD2: #cores=2, #unrelaxed=570, #relaxed=25, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=24 bias=24/25
0.69/0.78	c Solving starts ...
0.69/0.78	c ============================[ Search Statistics ]============================
0.69/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.78	c =============================================================================
0.69/0.78	c  0.0s |       0 |        0 |        0 |     9480      0 |       21 |       22
0.69/0.79	c  0.0s |       0 |        3 |        1 |     9480      0 |       21 |       23
0.69/0.79	c #cpu_time = 0.011s
0.69/0.79	c #wall_clock_time = 0.011s
0.69/0.79	c #decision = 3
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 1
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
0.69/0.79	c lower bound updated to -571
0.69/0.79	c BCD2: 24 <= obj <= 568
0.69/0.79	c BCD2: #cores=2, #unrelaxed=569, #relaxed=26, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=25 bias=25/26
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     9480      0 |       22 |       23
0.79/0.80	c  0.0s |       0 |        3 |        1 |     9480      0 |       22 |       24
0.79/0.80	c #cpu_time = 0.011s
0.79/0.80	c #wall_clock_time = 0.011s
0.79/0.80	c #decision = 3
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 1
0.79/0.80	c #restart = 0
0.79/0.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
0.79/0.80	c lower bound updated to -570
0.79/0.80	c BCD2: 25 <= obj <= 568
0.79/0.80	c BCD2: #cores=2, #unrelaxed=568, #relaxed=27, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=26 bias=26/27
0.79/0.80	c Solving starts ...
0.79/0.80	c ============================[ Search Statistics ]============================
0.79/0.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.80	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.80	c =============================================================================
0.79/0.80	c  0.0s |       0 |        0 |        0 |     9480      0 |       23 |       24
0.79/0.82	c  0.0s |       0 |        3 |        1 |     9480      0 |       23 |       25
0.79/0.82	c #cpu_time = 0.011s
0.79/0.82	c #wall_clock_time = 0.011s
0.79/0.82	c #decision = 3
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 1
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
0.79/0.82	c lower bound updated to -569
0.79/0.82	c BCD2: 26 <= obj <= 568
0.79/0.82	c BCD2: #cores=2, #unrelaxed=567, #relaxed=28, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=27 bias=27/28
0.79/0.82	c Solving starts ...
0.79/0.82	c ============================[ Search Statistics ]============================
0.79/0.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.82	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.82	c =============================================================================
0.79/0.82	c  0.0s |       0 |        0 |        0 |     9480      0 |       24 |       25
0.79/0.83	c  0.0s |       0 |        3 |        1 |     9480      0 |       24 |       26
0.79/0.83	c #cpu_time = 0.011s
0.79/0.83	c #wall_clock_time = 0.011s
0.79/0.83	c #decision = 3
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 1
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
0.79/0.83	c lower bound updated to -568
0.79/0.83	c BCD2: 27 <= obj <= 568
0.79/0.83	c BCD2: #cores=2, #unrelaxed=566, #relaxed=29, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=28 bias=28/29
0.79/0.83	c Solving starts ...
0.79/0.83	c ============================[ Search Statistics ]============================
0.79/0.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.83	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.83	c =============================================================================
0.79/0.83	c  0.0s |       0 |        0 |        0 |     9480      0 |       25 |       26
0.79/0.84	c  0.0s |       0 |        3 |        1 |     9480      0 |       25 |       27
0.79/0.84	c #cpu_time = 0.011s
0.79/0.84	c #wall_clock_time = 0.011s
0.79/0.84	c #decision = 3
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 1
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
0.79/0.84	c lower bound updated to -567
0.79/0.84	c BCD2: 28 <= obj <= 568
0.79/0.84	c BCD2: #cores=2, #unrelaxed=565, #relaxed=30, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=29 bias=29/30
0.79/0.84	c Solving starts ...
0.79/0.84	c ============================[ Search Statistics ]============================
0.79/0.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.84	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.84	c =============================================================================
0.79/0.84	c  0.0s |       0 |        0 |        0 |     9480      0 |       26 |       27
0.79/0.85	c  0.0s |       0 |        3 |        1 |     9480      0 |       26 |       28
0.79/0.85	c #cpu_time = 0.011s
0.79/0.85	c #wall_clock_time = 0.011s
0.79/0.85	c #decision = 3
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 1
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
0.79/0.85	c lower bound updated to -566
0.79/0.85	c BCD2: 29 <= obj <= 568
0.79/0.85	c BCD2: #cores=2, #unrelaxed=564, #relaxed=31, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=30 bias=30/31
0.79/0.85	c Solving starts ...
0.79/0.85	c ============================[ Search Statistics ]============================
0.79/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.85	c =============================================================================
0.79/0.85	c  0.0s |       0 |        0 |        0 |     9480      0 |       27 |       28
0.79/0.86	c  0.0s |       0 |        3 |        1 |     9480      0 |       27 |       29
0.79/0.86	c #cpu_time = 0.011s
0.79/0.86	c #wall_clock_time = 0.011s
0.79/0.86	c #decision = 3
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 1
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
0.79/0.86	c lower bound updated to -565
0.79/0.86	c BCD2: 30 <= obj <= 568
0.79/0.86	c BCD2: #cores=2, #unrelaxed=563, #relaxed=32, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=31 bias=31/32
0.79/0.86	c Solving starts ...
0.79/0.86	c ============================[ Search Statistics ]============================
0.79/0.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.86	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.86	c =============================================================================
0.79/0.86	c  0.0s |       0 |        0 |        0 |     9480      0 |       28 |       29
0.79/0.87	c  0.0s |       0 |        3 |        1 |     9480      0 |       28 |       30
0.79/0.87	c #cpu_time = 0.011s
0.79/0.87	c #wall_clock_time = 0.011s
0.79/0.87	c #decision = 3
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 1
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
0.79/0.87	c lower bound updated to -564
0.79/0.87	c BCD2: 31 <= obj <= 568
0.79/0.87	c BCD2: #cores=2, #unrelaxed=562, #relaxed=33, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=32 bias=32/33
0.79/0.87	c Solving starts ...
0.79/0.87	c ============================[ Search Statistics ]============================
0.79/0.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.87	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.87	c =============================================================================
0.79/0.88	c  0.0s |       0 |        0 |        0 |     9480      0 |       29 |       30
0.79/0.89	c  0.0s |       0 |        3 |        1 |     9480      0 |       29 |       31
0.79/0.89	c #cpu_time = 0.011s
0.79/0.89	c #wall_clock_time = 0.011s
0.79/0.89	c #decision = 3
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 1
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
0.79/0.89	c lower bound updated to -563
0.79/0.89	c BCD2: 32 <= obj <= 568
0.79/0.89	c BCD2: #cores=2, #unrelaxed=561, #relaxed=34, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=33 bias=33/34
0.79/0.89	c Solving starts ...
0.79/0.89	c ============================[ Search Statistics ]============================
0.79/0.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.89	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.89	c =============================================================================
0.79/0.89	c  0.0s |       0 |        0 |        0 |     9480      0 |       30 |       31
0.88/0.90	c  0.0s |       0 |        3 |        0 |     9480      0 |       30 |       32
0.88/0.90	c #cpu_time = 0.011s
0.88/0.90	c #wall_clock_time = 0.011s
0.88/0.90	c #decision = 3
0.88/0.90	c #random_decision = 0
0.88/0.90	c #conflict = 0
0.88/0.90	c #restart = 0
0.88/0.90	c BCD2: found a new core of size 2: cost of the new core is >=1
0.88/0.90	c lower bound updated to -562
0.88/0.90	c BCD2: 33 <= obj <= 568
0.88/0.90	c BCD2: #cores=3, #unrelaxed=559, #relaxed=36, #hardened=0
0.88/0.90	c BCD2: #sat=1 #unsat=34 bias=34/35
0.88/0.90	c Solving starts ...
0.88/0.90	c ============================[ Search Statistics ]============================
0.88/0.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.90	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.90	c =============================================================================
0.88/0.90	c  0.0s |       0 |        0 |        0 |     9480      0 |       30 |       33
0.88/0.91	c  0.0s |       0 |        4 |        1 |     9480      0 |       30 |       33
0.88/0.91	c #cpu_time = 0.011s
0.88/0.91	c #wall_clock_time = 0.011s
0.88/0.91	c #decision = 4
0.88/0.91	c #random_decision = 0
0.88/0.91	c #conflict = 1
0.88/0.91	c #restart = 0
0.88/0.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
0.88/0.91	c lower bound updated to -561
0.88/0.91	c BCD2: 34 <= obj <= 568
0.88/0.91	c BCD2: #cores=3, #unrelaxed=558, #relaxed=37, #hardened=0
0.88/0.91	c BCD2: #sat=1 #unsat=35 bias=35/36
0.88/0.91	c Solving starts ...
0.88/0.91	c ============================[ Search Statistics ]============================
0.88/0.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.91	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.91	c =============================================================================
0.88/0.91	c  0.0s |       0 |        0 |        0 |     9480      0 |       31 |       33
0.88/0.92	c  0.0s |       0 |        4 |        1 |     9480      0 |       31 |       34
0.88/0.92	c #cpu_time = 0.011s
0.88/0.92	c #wall_clock_time = 0.011s
0.88/0.92	c #decision = 4
0.88/0.92	c #random_decision = 0
0.88/0.92	c #conflict = 1
0.88/0.92	c #restart = 0
0.88/0.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
0.88/0.92	c lower bound updated to -560
0.88/0.92	c BCD2: 35 <= obj <= 568
0.88/0.92	c BCD2: #cores=3, #unrelaxed=557, #relaxed=38, #hardened=0
0.88/0.92	c BCD2: #sat=1 #unsat=36 bias=36/37
0.88/0.92	c Solving starts ...
0.88/0.92	c ============================[ Search Statistics ]============================
0.88/0.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.92	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.92	c =============================================================================
0.88/0.92	c  0.0s |       0 |        0 |        0 |     9480      0 |       32 |       34
0.88/0.93	c  0.0s |       0 |        4 |        1 |     9480      0 |       32 |       35
0.88/0.93	c #cpu_time = 0.011s
0.88/0.93	c #wall_clock_time = 0.011s
0.88/0.93	c #decision = 4
0.88/0.93	c #random_decision = 0
0.88/0.93	c #conflict = 1
0.88/0.93	c #restart = 0
0.88/0.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
0.88/0.93	c lower bound updated to -559
0.88/0.94	c BCD2: 36 <= obj <= 568
0.88/0.94	c BCD2: #cores=3, #unrelaxed=556, #relaxed=39, #hardened=0
0.88/0.94	c BCD2: #sat=1 #unsat=37 bias=37/38
0.88/0.94	c Solving starts ...
0.88/0.94	c ============================[ Search Statistics ]============================
0.88/0.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.94	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.94	c =============================================================================
0.88/0.94	c  0.0s |       0 |        0 |        0 |     9480      0 |       33 |       35
0.88/0.95	c  0.0s |       0 |        4 |        1 |     9480      0 |       33 |       36
0.88/0.95	c #cpu_time = 0.011s
0.88/0.95	c #wall_clock_time = 0.011s
0.88/0.95	c #decision = 4
0.88/0.95	c #random_decision = 0
0.88/0.95	c #conflict = 1
0.88/0.95	c #restart = 0
0.88/0.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
0.88/0.95	c lower bound updated to -558
0.88/0.95	c BCD2: 37 <= obj <= 568
0.88/0.95	c BCD2: #cores=3, #unrelaxed=555, #relaxed=40, #hardened=0
0.88/0.95	c BCD2: #sat=1 #unsat=38 bias=38/39
0.88/0.95	c Solving starts ...
0.88/0.95	c ============================[ Search Statistics ]============================
0.88/0.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.95	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.95	c =============================================================================
0.88/0.95	c  0.0s |       0 |        0 |        0 |     9480      0 |       34 |       36
0.88/0.96	c  0.0s |       0 |        4 |        1 |     9480      0 |       34 |       37
0.88/0.96	c #cpu_time = 0.011s
0.88/0.96	c #wall_clock_time = 0.011s
0.88/0.96	c #decision = 4
0.88/0.96	c #random_decision = 0
0.88/0.96	c #conflict = 1
0.88/0.96	c #restart = 0
0.88/0.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
0.88/0.96	c lower bound updated to -557
0.88/0.96	c BCD2: 38 <= obj <= 568
0.88/0.96	c BCD2: #cores=3, #unrelaxed=554, #relaxed=41, #hardened=0
0.88/0.96	c BCD2: #sat=1 #unsat=39 bias=39/40
0.88/0.96	c Solving starts ...
0.88/0.96	c ============================[ Search Statistics ]============================
0.88/0.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.96	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.96	c =============================================================================
0.88/0.96	c  0.0s |       0 |        0 |        0 |     9480      0 |       35 |       37
0.88/0.97	c  0.0s |       0 |        4 |        1 |     9480      0 |       35 |       38
0.88/0.97	c #cpu_time = 0.011s
0.88/0.97	c #wall_clock_time = 0.011s
0.88/0.97	c #decision = 4
0.88/0.97	c #random_decision = 0
0.88/0.97	c #conflict = 1
0.88/0.97	c #restart = 0
0.88/0.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
0.88/0.97	c lower bound updated to -556
0.88/0.97	c BCD2: 39 <= obj <= 568
0.88/0.97	c BCD2: #cores=3, #unrelaxed=553, #relaxed=42, #hardened=0
0.88/0.97	c BCD2: #sat=1 #unsat=40 bias=40/41
0.88/0.97	c Solving starts ...
0.88/0.97	c ============================[ Search Statistics ]============================
0.88/0.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.97	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.97	c =============================================================================
0.88/0.97	c  0.0s |       0 |        0 |        0 |     9480      0 |       36 |       38
0.88/0.98	c  0.0s |       0 |        4 |        1 |     9480      0 |       36 |       39
0.88/0.98	c #cpu_time = 0.011s
0.88/0.98	c #wall_clock_time = 0.011s
0.88/0.98	c #decision = 4
0.88/0.98	c #random_decision = 0
0.88/0.98	c #conflict = 1
0.88/0.98	c #restart = 0
0.88/0.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
0.88/0.98	c lower bound updated to -555
0.88/0.98	c BCD2: 40 <= obj <= 568
0.88/0.98	c BCD2: #cores=3, #unrelaxed=552, #relaxed=43, #hardened=0
0.88/0.98	c BCD2: #sat=1 #unsat=41 bias=41/42
0.88/0.98	c Solving starts ...
0.88/0.98	c ============================[ Search Statistics ]============================
0.88/0.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.98	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.98	c =============================================================================
0.88/0.98	c  0.0s |       0 |        0 |        0 |     9480      0 |       37 |       39
0.88/0.99	c  0.0s |       0 |        4 |        1 |     9480      0 |       37 |       40
0.88/0.99	c #cpu_time = 0.011s
0.88/0.99	c #wall_clock_time = 0.011s
0.88/0.99	c #decision = 4
0.88/0.99	c #random_decision = 0
0.88/0.99	c #conflict = 1
0.88/0.99	c #restart = 0
0.88/0.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
0.88/0.99	c lower bound updated to -554
0.88/0.99	c BCD2: 41 <= obj <= 568
0.88/0.99	c BCD2: #cores=3, #unrelaxed=551, #relaxed=44, #hardened=0
0.88/0.99	c BCD2: #sat=1 #unsat=42 bias=42/43
0.88/0.99	c Solving starts ...
0.88/0.99	c ============================[ Search Statistics ]============================
0.88/0.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.99	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.99	c =============================================================================
0.88/0.99	c  0.0s |       0 |        0 |        0 |     9480      0 |       38 |       40
0.98/1.01	c  0.0s |       0 |        4 |        1 |     9480      0 |       38 |       41
0.98/1.01	c #cpu_time = 0.011s
0.98/1.01	c #wall_clock_time = 0.011s
0.98/1.01	c #decision = 4
0.98/1.01	c #random_decision = 0
0.98/1.01	c #conflict = 1
0.98/1.01	c #restart = 0
0.98/1.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
0.98/1.01	c lower bound updated to -553
0.98/1.03	c BCD2: 42 <= obj <= 568
0.98/1.03	c BCD2: #cores=3, #unrelaxed=550, #relaxed=45, #hardened=0
0.98/1.03	c BCD2: #sat=1 #unsat=43 bias=43/44
0.98/1.03	c Solving starts ...
0.98/1.03	c ============================[ Search Statistics ]============================
0.98/1.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.03	c =============================================================================
0.98/1.03	c  0.0s |       0 |        0 |        0 |     9480      0 |       39 |       41
0.98/1.04	c  0.0s |       0 |        4 |        1 |     9480      0 |       39 |       42
0.98/1.04	c #cpu_time = 0.011s
0.98/1.04	c #wall_clock_time = 0.011s
0.98/1.04	c #decision = 4
0.98/1.04	c #random_decision = 0
0.98/1.04	c #conflict = 1
0.98/1.04	c #restart = 0
0.98/1.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
0.98/1.04	c lower bound updated to -552
0.98/1.04	c BCD2: 43 <= obj <= 568
0.98/1.04	c BCD2: #cores=3, #unrelaxed=549, #relaxed=46, #hardened=0
0.98/1.04	c BCD2: #sat=1 #unsat=44 bias=44/45
0.98/1.04	c Solving starts ...
0.98/1.04	c ============================[ Search Statistics ]============================
0.98/1.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.04	c =============================================================================
0.98/1.04	c  0.0s |       0 |        0 |        0 |     9480      0 |       40 |       42
0.98/1.05	c  0.0s |       0 |        4 |        1 |     9480      0 |       40 |       43
0.98/1.05	c #cpu_time = 0.011s
0.98/1.05	c #wall_clock_time = 0.011s
0.98/1.05	c #decision = 4
0.98/1.05	c #random_decision = 0
0.98/1.05	c #conflict = 1
0.98/1.05	c #restart = 0
0.98/1.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
0.98/1.05	c lower bound updated to -551
0.98/1.05	c BCD2: 44 <= obj <= 568
0.98/1.05	c BCD2: #cores=3, #unrelaxed=548, #relaxed=47, #hardened=0
0.98/1.05	c BCD2: #sat=1 #unsat=45 bias=45/46
0.98/1.05	c Solving starts ...
0.98/1.05	c ============================[ Search Statistics ]============================
0.98/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.05	c =============================================================================
0.98/1.05	c  0.0s |       0 |        0 |        0 |     9480      0 |       41 |       43
0.98/1.06	c  0.0s |       0 |        4 |        1 |     9480      0 |       41 |       44
0.98/1.06	c #cpu_time = 0.011s
0.98/1.06	c #wall_clock_time = 0.011s
0.98/1.06	c #decision = 4
0.98/1.06	c #random_decision = 0
0.98/1.06	c #conflict = 1
0.98/1.06	c #restart = 0
0.98/1.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
0.98/1.06	c lower bound updated to -550
0.98/1.06	c BCD2: 45 <= obj <= 568
0.98/1.06	c BCD2: #cores=3, #unrelaxed=547, #relaxed=48, #hardened=0
0.98/1.06	c BCD2: #sat=1 #unsat=46 bias=46/47
0.98/1.06	c Solving starts ...
0.98/1.06	c ============================[ Search Statistics ]============================
0.98/1.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.06	c =============================================================================
0.98/1.06	c  0.0s |       0 |        0 |        0 |     9480      0 |       42 |       44
0.98/1.07	c  0.0s |       0 |        4 |        1 |     9480      0 |       42 |       45
0.98/1.07	c #cpu_time = 0.011s
0.98/1.07	c #wall_clock_time = 0.011s
0.98/1.07	c #decision = 4
0.98/1.07	c #random_decision = 0
0.98/1.07	c #conflict = 1
0.98/1.07	c #restart = 0
0.98/1.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
0.98/1.07	c lower bound updated to -549
0.98/1.07	c BCD2: 46 <= obj <= 568
0.98/1.07	c BCD2: #cores=3, #unrelaxed=546, #relaxed=49, #hardened=0
0.98/1.07	c BCD2: #sat=1 #unsat=47 bias=47/48
0.98/1.07	c Solving starts ...
0.98/1.07	c ============================[ Search Statistics ]============================
0.98/1.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.07	c =============================================================================
0.98/1.07	c  0.0s |       0 |        0 |        0 |     9480      0 |       43 |       45
0.98/1.08	c  0.0s |       0 |        4 |        1 |     9480      0 |       43 |       46
0.98/1.08	c #cpu_time = 0.011s
0.98/1.08	c #wall_clock_time = 0.011s
0.98/1.08	c #decision = 4
0.98/1.08	c #random_decision = 0
0.98/1.08	c #conflict = 1
0.98/1.08	c #restart = 0
0.98/1.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
0.98/1.08	c lower bound updated to -548
0.98/1.08	c BCD2: 47 <= obj <= 568
0.98/1.08	c BCD2: #cores=3, #unrelaxed=545, #relaxed=50, #hardened=0
0.98/1.08	c BCD2: #sat=1 #unsat=48 bias=48/49
0.98/1.08	c Solving starts ...
0.98/1.08	c ============================[ Search Statistics ]============================
0.98/1.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.08	c =============================================================================
0.98/1.08	c  0.0s |       0 |        0 |        0 |     9480      0 |       44 |       46
0.98/1.10	c  0.0s |       0 |        4 |        1 |     9480      0 |       44 |       47
0.98/1.10	c #cpu_time = 0.011s
0.98/1.10	c #wall_clock_time = 0.011s
0.98/1.10	c #decision = 4
0.98/1.10	c #random_decision = 0
0.98/1.10	c #conflict = 1
0.98/1.10	c #restart = 0
0.98/1.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
0.98/1.10	c lower bound updated to -547
0.98/1.10	c BCD2: 48 <= obj <= 568
0.98/1.10	c BCD2: #cores=3, #unrelaxed=544, #relaxed=51, #hardened=0
0.98/1.10	c BCD2: #sat=1 #unsat=49 bias=49/50
0.98/1.10	c Solving starts ...
0.98/1.10	c ============================[ Search Statistics ]============================
0.98/1.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.10	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.10	c =============================================================================
0.98/1.10	c  0.0s |       0 |        0 |        0 |     9480      0 |       45 |       47
1.10/1.11	c  0.0s |       0 |        4 |        0 |     9480      0 |       45 |       48
1.10/1.11	c #cpu_time = 0.011s
1.10/1.11	c #wall_clock_time = 0.011s
1.10/1.11	c #decision = 4
1.10/1.11	c #random_decision = 0
1.10/1.11	c #conflict = 0
1.10/1.11	c #restart = 0
1.10/1.11	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.11	c lower bound updated to -546
1.10/1.11	c BCD2: 49 <= obj <= 568
1.10/1.11	c BCD2: #cores=4, #unrelaxed=542, #relaxed=53, #hardened=0
1.10/1.11	c BCD2: #sat=1 #unsat=50 bias=50/51
1.10/1.11	c Solving starts ...
1.10/1.11	c ============================[ Search Statistics ]============================
1.10/1.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.11	c =============================================================================
1.10/1.11	c  0.0s |       0 |        0 |        0 |     9480      0 |       45 |       49
1.10/1.12	c  0.0s |       0 |        5 |        1 |     9480      0 |       45 |       49
1.10/1.12	c #cpu_time = 0.010s
1.10/1.12	c #wall_clock_time = 0.010s
1.10/1.12	c #decision = 5
1.10/1.12	c #random_decision = 0
1.10/1.12	c #conflict = 1
1.10/1.12	c #restart = 0
1.10/1.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.10/1.12	c lower bound updated to -545
1.10/1.12	c BCD2: 50 <= obj <= 568
1.10/1.12	c BCD2: #cores=4, #unrelaxed=541, #relaxed=54, #hardened=0
1.10/1.12	c BCD2: #sat=1 #unsat=51 bias=51/52
1.10/1.12	c Solving starts ...
1.10/1.12	c ============================[ Search Statistics ]============================
1.10/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.12	c =============================================================================
1.10/1.12	c  0.0s |       0 |        0 |        0 |     9480      0 |       46 |       49
1.10/1.13	c  0.0s |       0 |        5 |        1 |     9480      0 |       46 |       50
1.10/1.13	c #cpu_time = 0.011s
1.10/1.13	c #wall_clock_time = 0.011s
1.10/1.13	c #decision = 5
1.10/1.13	c #random_decision = 0
1.10/1.13	c #conflict = 1
1.10/1.13	c #restart = 0
1.10/1.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.10/1.13	c lower bound updated to -544
1.10/1.13	c BCD2: 51 <= obj <= 568
1.10/1.13	c BCD2: #cores=4, #unrelaxed=540, #relaxed=55, #hardened=0
1.10/1.13	c BCD2: #sat=1 #unsat=52 bias=52/53
1.10/1.13	c Solving starts ...
1.10/1.13	c ============================[ Search Statistics ]============================
1.10/1.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.13	c =============================================================================
1.10/1.13	c  0.0s |       0 |        0 |        0 |     9480      0 |       47 |       50
1.10/1.14	c  0.0s |       0 |        5 |        1 |     9480      0 |       47 |       51
1.10/1.14	c #cpu_time = 0.011s
1.10/1.14	c #wall_clock_time = 0.011s
1.10/1.14	c #decision = 5
1.10/1.14	c #random_decision = 0
1.10/1.14	c #conflict = 1
1.10/1.14	c #restart = 0
1.10/1.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.10/1.14	c lower bound updated to -543
1.10/1.14	c BCD2: 52 <= obj <= 568
1.10/1.14	c BCD2: #cores=4, #unrelaxed=539, #relaxed=56, #hardened=0
1.10/1.14	c BCD2: #sat=1 #unsat=53 bias=53/54
1.10/1.14	c Solving starts ...
1.10/1.14	c ============================[ Search Statistics ]============================
1.10/1.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.14	c =============================================================================
1.10/1.14	c  0.0s |       0 |        0 |        0 |     9480      0 |       48 |       51
1.10/1.15	c  0.0s |       0 |        5 |        1 |     9480      0 |       48 |       52
1.10/1.15	c #cpu_time = 0.011s
1.10/1.15	c #wall_clock_time = 0.011s
1.10/1.15	c #decision = 5
1.10/1.15	c #random_decision = 0
1.10/1.15	c #conflict = 1
1.10/1.15	c #restart = 0
1.10/1.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.10/1.15	c lower bound updated to -542
1.10/1.16	c BCD2: 53 <= obj <= 568
1.10/1.16	c BCD2: #cores=4, #unrelaxed=538, #relaxed=57, #hardened=0
1.10/1.16	c BCD2: #sat=1 #unsat=54 bias=54/55
1.10/1.16	c Solving starts ...
1.10/1.16	c ============================[ Search Statistics ]============================
1.10/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.16	c =============================================================================
1.10/1.16	c  0.0s |       0 |        0 |        0 |     9480      0 |       49 |       52
1.10/1.17	c  0.0s |       0 |        5 |        1 |     9480      0 |       49 |       53
1.10/1.17	c #cpu_time = 0.011s
1.10/1.17	c #wall_clock_time = 0.011s
1.10/1.17	c #decision = 5
1.10/1.17	c #random_decision = 0
1.10/1.17	c #conflict = 1
1.10/1.17	c #restart = 0
1.10/1.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.10/1.17	c lower bound updated to -541
1.10/1.17	c BCD2: 54 <= obj <= 568
1.10/1.17	c BCD2: #cores=4, #unrelaxed=537, #relaxed=58, #hardened=0
1.10/1.17	c BCD2: #sat=1 #unsat=55 bias=55/56
1.10/1.17	c Solving starts ...
1.10/1.17	c ============================[ Search Statistics ]============================
1.10/1.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.17	c =============================================================================
1.10/1.17	c  0.0s |       0 |        0 |        0 |     9480      0 |       50 |       53
1.10/1.18	c  0.0s |       0 |        5 |        1 |     9480      0 |       50 |       54
1.10/1.18	c #cpu_time = 0.011s
1.10/1.18	c #wall_clock_time = 0.011s
1.10/1.18	c #decision = 5
1.10/1.18	c #random_decision = 0
1.10/1.18	c #conflict = 1
1.10/1.18	c #restart = 0
1.10/1.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.10/1.18	c lower bound updated to -540
1.10/1.18	c BCD2: 55 <= obj <= 568
1.10/1.18	c BCD2: #cores=4, #unrelaxed=536, #relaxed=59, #hardened=0
1.10/1.18	c BCD2: #sat=1 #unsat=56 bias=56/57
1.10/1.18	c Solving starts ...
1.10/1.18	c ============================[ Search Statistics ]============================
1.10/1.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.18	c =============================================================================
1.10/1.18	c  0.0s |       0 |        0 |        0 |     9480      0 |       51 |       54
1.10/1.19	c  0.0s |       0 |        5 |        1 |     9480      0 |       51 |       55
1.10/1.19	c #cpu_time = 0.011s
1.10/1.19	c #wall_clock_time = 0.011s
1.10/1.19	c #decision = 5
1.10/1.19	c #random_decision = 0
1.10/1.19	c #conflict = 1
1.10/1.19	c #restart = 0
1.10/1.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.10/1.19	c lower bound updated to -539
1.10/1.19	c BCD2: 56 <= obj <= 568
1.10/1.19	c BCD2: #cores=4, #unrelaxed=535, #relaxed=60, #hardened=0
1.10/1.19	c BCD2: #sat=1 #unsat=57 bias=57/58
1.10/1.19	c Solving starts ...
1.10/1.19	c ============================[ Search Statistics ]============================
1.10/1.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.19	c =============================================================================
1.10/1.19	c  0.0s |       0 |        0 |        0 |     9480      0 |       52 |       55
1.10/1.20	c  0.0s |       0 |        5 |        1 |     9480      0 |       52 |       56
1.10/1.20	c #cpu_time = 0.011s
1.10/1.20	c #wall_clock_time = 0.011s
1.10/1.20	c #decision = 5
1.10/1.20	c #random_decision = 0
1.10/1.20	c #conflict = 1
1.10/1.20	c #restart = 0
1.10/1.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.10/1.20	c lower bound updated to -538
1.10/1.20	c BCD2: 57 <= obj <= 568
1.10/1.20	c BCD2: #cores=4, #unrelaxed=534, #relaxed=61, #hardened=0
1.10/1.20	c BCD2: #sat=1 #unsat=58 bias=58/59
1.10/1.20	c Solving starts ...
1.10/1.20	c ============================[ Search Statistics ]============================
1.10/1.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.20	c =============================================================================
1.10/1.20	c  0.0s |       0 |        0 |        0 |     9480      0 |       53 |       56
1.20/1.21	c  0.0s |       0 |        5 |        1 |     9480      0 |       53 |       57
1.20/1.21	c #cpu_time = 0.011s
1.20/1.21	c #wall_clock_time = 0.011s
1.20/1.21	c #decision = 5
1.20/1.21	c #random_decision = 0
1.20/1.21	c #conflict = 1
1.20/1.21	c #restart = 0
1.20/1.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.20/1.21	c lower bound updated to -537
1.20/1.21	c BCD2: 58 <= obj <= 568
1.20/1.21	c BCD2: #cores=4, #unrelaxed=533, #relaxed=62, #hardened=0
1.20/1.21	c BCD2: #sat=1 #unsat=59 bias=59/60
1.20/1.21	c Solving starts ...
1.20/1.21	c ============================[ Search Statistics ]============================
1.20/1.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.21	c =============================================================================
1.20/1.21	c  0.0s |       0 |        0 |        0 |     9480      0 |       54 |       57
1.20/1.22	c  0.0s |       0 |        5 |        1 |     9480      0 |       54 |       58
1.20/1.22	c #cpu_time = 0.011s
1.20/1.22	c #wall_clock_time = 0.011s
1.20/1.22	c #decision = 5
1.20/1.22	c #random_decision = 0
1.20/1.22	c #conflict = 1
1.20/1.22	c #restart = 0
1.20/1.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.20/1.22	c lower bound updated to -536
1.20/1.22	c BCD2: 59 <= obj <= 568
1.20/1.22	c BCD2: #cores=4, #unrelaxed=532, #relaxed=63, #hardened=0
1.20/1.22	c BCD2: #sat=1 #unsat=60 bias=60/61
1.20/1.22	c Solving starts ...
1.20/1.22	c ============================[ Search Statistics ]============================
1.20/1.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.22	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.22	c =============================================================================
1.20/1.22	c  0.0s |       0 |        0 |        0 |     9480      0 |       55 |       58
1.20/1.24	c  0.0s |       0 |        5 |        1 |     9480      0 |       55 |       59
1.20/1.24	c #cpu_time = 0.011s
1.20/1.24	c #wall_clock_time = 0.011s
1.20/1.24	c #decision = 5
1.20/1.24	c #random_decision = 0
1.20/1.24	c #conflict = 1
1.20/1.24	c #restart = 0
1.20/1.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.20/1.24	c lower bound updated to -535
1.20/1.24	c BCD2: 60 <= obj <= 568
1.20/1.24	c BCD2: #cores=4, #unrelaxed=531, #relaxed=64, #hardened=0
1.20/1.24	c BCD2: #sat=1 #unsat=61 bias=61/62
1.20/1.24	c Solving starts ...
1.20/1.24	c ============================[ Search Statistics ]============================
1.20/1.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.24	c =============================================================================
1.20/1.24	c  0.0s |       0 |        0 |        0 |     9480      0 |       56 |       59
1.20/1.25	c  0.0s |       0 |        5 |        1 |     9480      0 |       56 |       60
1.20/1.25	c #cpu_time = 0.011s
1.20/1.25	c #wall_clock_time = 0.011s
1.20/1.25	c #decision = 5
1.20/1.25	c #random_decision = 0
1.20/1.25	c #conflict = 1
1.20/1.25	c #restart = 0
1.20/1.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.20/1.25	c lower bound updated to -534
1.20/1.25	c BCD2: 61 <= obj <= 568
1.20/1.25	c BCD2: #cores=4, #unrelaxed=530, #relaxed=65, #hardened=0
1.20/1.25	c BCD2: #sat=1 #unsat=62 bias=62/63
1.20/1.25	c Solving starts ...
1.20/1.25	c ============================[ Search Statistics ]============================
1.20/1.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.25	c =============================================================================
1.20/1.25	c  0.0s |       0 |        0 |        0 |     9480      0 |       57 |       60
1.20/1.26	c  0.0s |       0 |        5 |        1 |     9480      0 |       57 |       61
1.20/1.26	c #cpu_time = 0.011s
1.20/1.26	c #wall_clock_time = 0.011s
1.20/1.26	c #decision = 5
1.20/1.26	c #random_decision = 0
1.20/1.26	c #conflict = 1
1.20/1.26	c #restart = 0
1.20/1.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.20/1.26	c lower bound updated to -533
1.20/1.26	c BCD2: 62 <= obj <= 568
1.20/1.26	c BCD2: #cores=4, #unrelaxed=529, #relaxed=66, #hardened=0
1.20/1.26	c BCD2: #sat=1 #unsat=63 bias=63/64
1.20/1.26	c Solving starts ...
1.20/1.26	c ============================[ Search Statistics ]============================
1.20/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.26	c =============================================================================
1.20/1.26	c  0.0s |       0 |        0 |        0 |     9480      0 |       58 |       61
1.20/1.27	c  0.0s |       0 |        5 |        1 |     9480      0 |       58 |       62
1.20/1.27	c #cpu_time = 0.011s
1.20/1.27	c #wall_clock_time = 0.011s
1.20/1.27	c #decision = 5
1.20/1.27	c #random_decision = 0
1.20/1.27	c #conflict = 1
1.20/1.27	c #restart = 0
1.20/1.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
1.20/1.27	c lower bound updated to -532
1.20/1.27	c BCD2: 63 <= obj <= 568
1.20/1.27	c BCD2: #cores=4, #unrelaxed=528, #relaxed=67, #hardened=0
1.20/1.27	c BCD2: #sat=1 #unsat=64 bias=64/65
1.20/1.27	c Solving starts ...
1.20/1.27	c ============================[ Search Statistics ]============================
1.20/1.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.27	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.27	c =============================================================================
1.20/1.27	c  0.0s |       0 |        0 |        0 |     9480      0 |       59 |       62
1.20/1.28	c  0.0s |       0 |        5 |        1 |     9480      0 |       59 |       63
1.20/1.28	c #cpu_time = 0.011s
1.20/1.28	c #wall_clock_time = 0.011s
1.20/1.28	c #decision = 5
1.20/1.28	c #random_decision = 0
1.20/1.28	c #conflict = 1
1.20/1.28	c #restart = 0
1.20/1.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
1.20/1.28	c lower bound updated to -531
1.20/1.28	c BCD2: 64 <= obj <= 568
1.20/1.28	c BCD2: #cores=4, #unrelaxed=527, #relaxed=68, #hardened=0
1.20/1.28	c BCD2: #sat=1 #unsat=65 bias=65/66
1.20/1.28	c Solving starts ...
1.20/1.28	c ============================[ Search Statistics ]============================
1.20/1.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.28	c =============================================================================
1.20/1.28	c  0.0s |       0 |        0 |        0 |     9480      0 |       60 |       63
1.20/1.30	c  0.0s |       0 |        5 |        0 |     9480      0 |       60 |       64
1.20/1.30	c #cpu_time = 0.011s
1.20/1.30	c #wall_clock_time = 0.011s
1.20/1.30	c #decision = 5
1.20/1.30	c #random_decision = 0
1.20/1.30	c #conflict = 0
1.20/1.30	c #restart = 0
1.20/1.30	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.30	c lower bound updated to -530
1.29/1.30	c BCD2: 65 <= obj <= 568
1.29/1.30	c BCD2: #cores=5, #unrelaxed=525, #relaxed=70, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=66 bias=66/67
1.29/1.30	c Solving starts ...
1.29/1.30	c ============================[ Search Statistics ]============================
1.29/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.30	c =============================================================================
1.29/1.30	c  0.0s |       0 |        0 |        0 |     9480      0 |       60 |       65
1.29/1.31	c  0.0s |       0 |        6 |        1 |     9480      0 |       60 |       65
1.29/1.31	c #cpu_time = 0.010s
1.29/1.31	c #wall_clock_time = 0.010s
1.29/1.31	c #decision = 6
1.29/1.31	c #random_decision = 0
1.29/1.31	c #conflict = 1
1.29/1.31	c #restart = 0
1.29/1.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.29/1.31	c lower bound updated to -529
1.29/1.31	c BCD2: 66 <= obj <= 568
1.29/1.31	c BCD2: #cores=5, #unrelaxed=524, #relaxed=71, #hardened=0
1.29/1.31	c BCD2: #sat=1 #unsat=67 bias=67/68
1.29/1.31	c Solving starts ...
1.29/1.31	c ============================[ Search Statistics ]============================
1.29/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.31	c =============================================================================
1.29/1.31	c  0.0s |       0 |        0 |        0 |     9480      0 |       61 |       65
1.29/1.32	c  0.0s |       0 |        6 |        1 |     9480      0 |       61 |       66
1.29/1.32	c #cpu_time = 0.011s
1.29/1.32	c #wall_clock_time = 0.011s
1.29/1.32	c #decision = 6
1.29/1.32	c #random_decision = 0
1.29/1.32	c #conflict = 1
1.29/1.32	c #restart = 0
1.29/1.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.29/1.32	c lower bound updated to -528
1.29/1.32	c BCD2: 67 <= obj <= 568
1.29/1.32	c BCD2: #cores=5, #unrelaxed=523, #relaxed=72, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=68 bias=68/69
1.29/1.32	c Solving starts ...
1.29/1.32	c ============================[ Search Statistics ]============================
1.29/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.32	c =============================================================================
1.29/1.32	c  0.0s |       0 |        0 |        0 |     9480      0 |       62 |       66
1.29/1.33	c  0.0s |       0 |        6 |        1 |     9480      0 |       62 |       67
1.29/1.33	c #cpu_time = 0.011s
1.29/1.33	c #wall_clock_time = 0.011s
1.29/1.33	c #decision = 6
1.29/1.33	c #random_decision = 0
1.29/1.33	c #conflict = 1
1.29/1.33	c #restart = 0
1.29/1.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.29/1.33	c lower bound updated to -527
1.29/1.33	c BCD2: 68 <= obj <= 568
1.29/1.33	c BCD2: #cores=5, #unrelaxed=522, #relaxed=73, #hardened=0
1.29/1.33	c BCD2: #sat=1 #unsat=69 bias=69/70
1.29/1.33	c Solving starts ...
1.29/1.33	c ============================[ Search Statistics ]============================
1.29/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.33	c =============================================================================
1.29/1.33	c  0.0s |       0 |        0 |        0 |     9480      0 |       63 |       67
1.29/1.34	c  0.0s |       0 |        6 |        1 |     9480      0 |       63 |       68
1.29/1.34	c #cpu_time = 0.011s
1.29/1.34	c #wall_clock_time = 0.011s
1.29/1.34	c #decision = 6
1.29/1.34	c #random_decision = 0
1.29/1.34	c #conflict = 1
1.29/1.34	c #restart = 0
1.29/1.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.29/1.34	c lower bound updated to -526
1.29/1.34	c BCD2: 69 <= obj <= 568
1.29/1.34	c BCD2: #cores=5, #unrelaxed=521, #relaxed=74, #hardened=0
1.29/1.34	c BCD2: #sat=1 #unsat=70 bias=70/71
1.29/1.34	c Solving starts ...
1.29/1.34	c ============================[ Search Statistics ]============================
1.29/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.34	c =============================================================================
1.29/1.34	c  0.0s |       0 |        0 |        0 |     9480      0 |       64 |       68
1.29/1.35	c  0.0s |       0 |        6 |        1 |     9480      0 |       64 |       69
1.29/1.35	c #cpu_time = 0.011s
1.29/1.35	c #wall_clock_time = 0.011s
1.29/1.35	c #decision = 6
1.29/1.35	c #random_decision = 0
1.29/1.35	c #conflict = 1
1.29/1.35	c #restart = 0
1.29/1.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.29/1.35	c lower bound updated to -525
1.29/1.35	c BCD2: 70 <= obj <= 568
1.29/1.35	c BCD2: #cores=5, #unrelaxed=520, #relaxed=75, #hardened=0
1.29/1.35	c BCD2: #sat=1 #unsat=71 bias=71/72
1.29/1.35	c Solving starts ...
1.29/1.35	c ============================[ Search Statistics ]============================
1.29/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.35	c =============================================================================
1.29/1.35	c  0.0s |       0 |        0 |        0 |     9480      0 |       65 |       69
1.29/1.37	c  0.0s |       0 |        6 |        1 |     9480      0 |       65 |       70
1.29/1.37	c #cpu_time = 0.011s
1.29/1.37	c #wall_clock_time = 0.011s
1.29/1.37	c #decision = 6
1.29/1.37	c #random_decision = 0
1.29/1.37	c #conflict = 1
1.29/1.37	c #restart = 0
1.29/1.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.29/1.37	c lower bound updated to -524
1.29/1.37	c BCD2: 71 <= obj <= 568
1.29/1.37	c BCD2: #cores=5, #unrelaxed=519, #relaxed=76, #hardened=0
1.29/1.37	c BCD2: #sat=1 #unsat=72 bias=72/73
1.29/1.37	c Solving starts ...
1.29/1.37	c ============================[ Search Statistics ]============================
1.29/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.37	c =============================================================================
1.29/1.37	c  0.0s |       0 |        0 |        0 |     9480      0 |       66 |       70
1.29/1.38	c  0.0s |       0 |        6 |        1 |     9480      0 |       66 |       71
1.29/1.38	c #cpu_time = 0.011s
1.29/1.38	c #wall_clock_time = 0.011s
1.29/1.38	c #decision = 6
1.29/1.38	c #random_decision = 0
1.29/1.38	c #conflict = 1
1.29/1.38	c #restart = 0
1.29/1.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.29/1.38	c lower bound updated to -523
1.29/1.38	c BCD2: 72 <= obj <= 568
1.29/1.38	c BCD2: #cores=5, #unrelaxed=518, #relaxed=77, #hardened=0
1.29/1.38	c BCD2: #sat=1 #unsat=73 bias=73/74
1.29/1.38	c Solving starts ...
1.29/1.38	c ============================[ Search Statistics ]============================
1.29/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.38	c =============================================================================
1.29/1.38	c  0.0s |       0 |        0 |        0 |     9480      0 |       67 |       71
1.29/1.39	c  0.0s |       0 |        6 |        1 |     9480      0 |       67 |       72
1.29/1.39	c #cpu_time = 0.011s
1.29/1.39	c #wall_clock_time = 0.011s
1.29/1.39	c #decision = 6
1.29/1.39	c #random_decision = 0
1.29/1.39	c #conflict = 1
1.29/1.39	c #restart = 0
1.29/1.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.29/1.39	c lower bound updated to -522
1.29/1.39	c BCD2: 73 <= obj <= 568
1.29/1.39	c BCD2: #cores=5, #unrelaxed=517, #relaxed=78, #hardened=0
1.29/1.39	c BCD2: #sat=1 #unsat=74 bias=74/75
1.29/1.39	c Solving starts ...
1.29/1.39	c ============================[ Search Statistics ]============================
1.29/1.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.39	c =============================================================================
1.29/1.39	c  0.0s |       0 |        0 |        0 |     9480      0 |       68 |       72
1.39/1.40	c  0.0s |       0 |        6 |        1 |     9480      0 |       68 |       73
1.39/1.40	c #cpu_time = 0.011s
1.39/1.40	c #wall_clock_time = 0.011s
1.39/1.40	c #decision = 6
1.39/1.40	c #random_decision = 0
1.39/1.40	c #conflict = 1
1.39/1.40	c #restart = 0
1.39/1.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.39/1.40	c lower bound updated to -521
1.39/1.40	c BCD2: 74 <= obj <= 568
1.39/1.40	c BCD2: #cores=5, #unrelaxed=516, #relaxed=79, #hardened=0
1.39/1.40	c BCD2: #sat=1 #unsat=75 bias=75/76
1.39/1.40	c Solving starts ...
1.39/1.40	c ============================[ Search Statistics ]============================
1.39/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.40	c =============================================================================
1.39/1.40	c  0.0s |       0 |        0 |        0 |     9480      0 |       69 |       73
1.39/1.41	c  0.0s |       0 |        6 |        1 |     9480      0 |       69 |       74
1.39/1.41	c #cpu_time = 0.011s
1.39/1.41	c #wall_clock_time = 0.011s
1.39/1.41	c #decision = 6
1.39/1.41	c #random_decision = 0
1.39/1.41	c #conflict = 1
1.39/1.41	c #restart = 0
1.39/1.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.39/1.41	c lower bound updated to -520
1.39/1.41	c BCD2: 75 <= obj <= 568
1.39/1.41	c BCD2: #cores=5, #unrelaxed=515, #relaxed=80, #hardened=0
1.39/1.41	c BCD2: #sat=1 #unsat=76 bias=76/77
1.39/1.41	c Solving starts ...
1.39/1.41	c ============================[ Search Statistics ]============================
1.39/1.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.41	c =============================================================================
1.39/1.41	c  0.0s |       0 |        0 |        0 |     9480      0 |       70 |       74
1.39/1.42	c  0.0s |       0 |        6 |        1 |     9480      0 |       70 |       75
1.39/1.42	c #cpu_time = 0.011s
1.39/1.42	c #wall_clock_time = 0.011s
1.39/1.42	c #decision = 6
1.39/1.42	c #random_decision = 0
1.39/1.42	c #conflict = 1
1.39/1.42	c #restart = 0
1.39/1.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.39/1.42	c lower bound updated to -519
1.39/1.42	c BCD2: 76 <= obj <= 568
1.39/1.42	c BCD2: #cores=5, #unrelaxed=514, #relaxed=81, #hardened=0
1.39/1.42	c BCD2: #sat=1 #unsat=77 bias=77/78
1.39/1.42	c Solving starts ...
1.39/1.42	c ============================[ Search Statistics ]============================
1.39/1.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.42	c =============================================================================
1.39/1.42	c  0.0s |       0 |        0 |        0 |     9480      0 |       71 |       75
1.39/1.43	c  0.0s |       0 |        6 |        1 |     9480      0 |       71 |       76
1.39/1.43	c #cpu_time = 0.011s
1.39/1.43	c #wall_clock_time = 0.011s
1.39/1.43	c #decision = 6
1.39/1.43	c #random_decision = 0
1.39/1.43	c #conflict = 1
1.39/1.43	c #restart = 0
1.39/1.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.39/1.43	c lower bound updated to -518
1.39/1.44	c BCD2: 77 <= obj <= 568
1.39/1.44	c BCD2: #cores=5, #unrelaxed=513, #relaxed=82, #hardened=0
1.39/1.44	c BCD2: #sat=1 #unsat=78 bias=78/79
1.39/1.44	c Solving starts ...
1.39/1.44	c ============================[ Search Statistics ]============================
1.39/1.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.44	c =============================================================================
1.39/1.44	c  0.0s |       0 |        0 |        0 |     9480      0 |       72 |       76
1.39/1.45	c  0.0s |       0 |        6 |        1 |     9480      0 |       72 |       77
1.39/1.45	c #cpu_time = 0.011s
1.39/1.45	c #wall_clock_time = 0.011s
1.39/1.45	c #decision = 6
1.39/1.45	c #random_decision = 0
1.39/1.45	c #conflict = 1
1.39/1.45	c #restart = 0
1.39/1.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.39/1.45	c lower bound updated to -517
1.39/1.45	c BCD2: 78 <= obj <= 568
1.39/1.45	c BCD2: #cores=5, #unrelaxed=512, #relaxed=83, #hardened=0
1.39/1.45	c BCD2: #sat=1 #unsat=79 bias=79/80
1.39/1.45	c Solving starts ...
1.39/1.45	c ============================[ Search Statistics ]============================
1.39/1.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.45	c =============================================================================
1.39/1.45	c  0.0s |       0 |        0 |        0 |     9480      0 |       73 |       77
1.39/1.46	c  0.0s |       0 |        6 |        1 |     9480      0 |       73 |       78
1.39/1.46	c #cpu_time = 0.011s
1.39/1.46	c #wall_clock_time = 0.011s
1.39/1.46	c #decision = 6
1.39/1.46	c #random_decision = 0
1.39/1.46	c #conflict = 1
1.39/1.46	c #restart = 0
1.39/1.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
1.39/1.46	c lower bound updated to -516
1.39/1.46	c BCD2: 79 <= obj <= 568
1.39/1.46	c BCD2: #cores=5, #unrelaxed=511, #relaxed=84, #hardened=0
1.39/1.46	c BCD2: #sat=1 #unsat=80 bias=80/81
1.39/1.46	c Solving starts ...
1.39/1.46	c ============================[ Search Statistics ]============================
1.39/1.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.46	c =============================================================================
1.39/1.46	c  0.0s |       0 |        0 |        0 |     9480      0 |       74 |       78
1.39/1.47	c  0.0s |       0 |        6 |        1 |     9480      0 |       74 |       79
1.39/1.47	c #cpu_time = 0.011s
1.39/1.47	c #wall_clock_time = 0.011s
1.39/1.47	c #decision = 6
1.39/1.47	c #random_decision = 0
1.39/1.47	c #conflict = 1
1.39/1.47	c #restart = 0
1.39/1.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
1.39/1.47	c lower bound updated to -515
1.39/1.47	c BCD2: 80 <= obj <= 568
1.39/1.47	c BCD2: #cores=5, #unrelaxed=510, #relaxed=85, #hardened=0
1.39/1.47	c BCD2: #sat=1 #unsat=81 bias=81/82
1.39/1.47	c Solving starts ...
1.39/1.47	c ============================[ Search Statistics ]============================
1.39/1.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.47	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.47	c =============================================================================
1.39/1.47	c  0.0s |       0 |        0 |        0 |     9480      0 |       75 |       79
1.39/1.48	c  0.0s |       0 |        6 |        0 |     9480      0 |       75 |       80
1.39/1.48	c #cpu_time = 0.011s
1.39/1.48	c #wall_clock_time = 0.011s
1.39/1.48	c #decision = 6
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 0
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 2: cost of the new core is >=1
1.39/1.48	c lower bound updated to -514
1.39/1.49	c BCD2: 81 <= obj <= 568
1.39/1.49	c BCD2: #cores=6, #unrelaxed=508, #relaxed=87, #hardened=0
1.39/1.49	c BCD2: #sat=1 #unsat=82 bias=82/83
1.39/1.49	c Solving starts ...
1.39/1.49	c ============================[ Search Statistics ]============================
1.39/1.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.49	c =============================================================================
1.39/1.49	c  0.0s |       0 |        0 |        0 |     9480      0 |       75 |       81
1.49/1.50	c  0.0s |       0 |        7 |        1 |     9480      0 |       75 |       81
1.49/1.50	c #cpu_time = 0.011s
1.49/1.50	c #wall_clock_time = 0.011s
1.49/1.50	c #decision = 7
1.49/1.50	c #random_decision = 0
1.49/1.50	c #conflict = 1
1.49/1.50	c #restart = 0
1.49/1.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.49/1.50	c lower bound updated to -513
1.49/1.50	c BCD2: 82 <= obj <= 568
1.49/1.50	c BCD2: #cores=6, #unrelaxed=507, #relaxed=88, #hardened=0
1.49/1.50	c BCD2: #sat=1 #unsat=83 bias=83/84
1.49/1.50	c Solving starts ...
1.49/1.50	c ============================[ Search Statistics ]============================
1.49/1.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.50	c =============================================================================
1.49/1.50	c  0.0s |       0 |        0 |        0 |     9480      0 |       76 |       81
1.49/1.51	c  0.0s |       0 |        7 |        1 |     9480      0 |       76 |       82
1.49/1.51	c #cpu_time = 0.011s
1.49/1.51	c #wall_clock_time = 0.011s
1.49/1.51	c #decision = 7
1.49/1.51	c #random_decision = 0
1.49/1.51	c #conflict = 1
1.49/1.51	c #restart = 0
1.49/1.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.49/1.51	c lower bound updated to -512
1.49/1.51	c BCD2: 83 <= obj <= 568
1.49/1.51	c BCD2: #cores=6, #unrelaxed=506, #relaxed=89, #hardened=0
1.49/1.51	c BCD2: #sat=1 #unsat=84 bias=84/85
1.49/1.51	c Solving starts ...
1.49/1.51	c ============================[ Search Statistics ]============================
1.49/1.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.51	c =============================================================================
1.49/1.51	c  0.0s |       0 |        0 |        0 |     9480      0 |       77 |       82
1.49/1.52	c  0.0s |       0 |        7 |        1 |     9480      0 |       77 |       83
1.49/1.52	c #cpu_time = 0.011s
1.49/1.52	c #wall_clock_time = 0.011s
1.49/1.52	c #decision = 7
1.49/1.52	c #random_decision = 0
1.49/1.52	c #conflict = 1
1.49/1.52	c #restart = 0
1.49/1.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.49/1.52	c lower bound updated to -511
1.49/1.52	c BCD2: 84 <= obj <= 568
1.49/1.52	c BCD2: #cores=6, #unrelaxed=505, #relaxed=90, #hardened=0
1.49/1.52	c BCD2: #sat=1 #unsat=85 bias=85/86
1.49/1.52	c Solving starts ...
1.49/1.52	c ============================[ Search Statistics ]============================
1.49/1.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.52	c =============================================================================
1.49/1.52	c  0.0s |       0 |        0 |        0 |     9480      0 |       78 |       83
1.49/1.53	c  0.0s |       0 |        7 |        1 |     9480      0 |       78 |       84
1.49/1.53	c #cpu_time = 0.011s
1.49/1.53	c #wall_clock_time = 0.011s
1.49/1.53	c #decision = 7
1.49/1.53	c #random_decision = 0
1.49/1.53	c #conflict = 1
1.49/1.53	c #restart = 0
1.49/1.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.49/1.53	c lower bound updated to -510
1.49/1.53	c BCD2: 85 <= obj <= 568
1.49/1.53	c BCD2: #cores=6, #unrelaxed=504, #relaxed=91, #hardened=0
1.49/1.53	c BCD2: #sat=1 #unsat=86 bias=86/87
1.49/1.53	c Solving starts ...
1.49/1.53	c ============================[ Search Statistics ]============================
1.49/1.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.53	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.53	c =============================================================================
1.49/1.53	c  0.0s |       0 |        0 |        0 |     9480      0 |       79 |       84
1.49/1.54	c  0.0s |       0 |        7 |        1 |     9480      0 |       79 |       85
1.49/1.54	c #cpu_time = 0.011s
1.49/1.54	c #wall_clock_time = 0.011s
1.49/1.54	c #decision = 7
1.49/1.54	c #random_decision = 0
1.49/1.54	c #conflict = 1
1.49/1.54	c #restart = 0
1.49/1.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.49/1.54	c lower bound updated to -509
1.49/1.54	c BCD2: 86 <= obj <= 568
1.49/1.54	c BCD2: #cores=6, #unrelaxed=503, #relaxed=92, #hardened=0
1.49/1.54	c BCD2: #sat=1 #unsat=87 bias=87/88
1.49/1.54	c Solving starts ...
1.49/1.54	c ============================[ Search Statistics ]============================
1.49/1.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.54	c =============================================================================
1.49/1.54	c  0.0s |       0 |        0 |        0 |     9480      0 |       80 |       85
1.49/1.55	c  0.0s |       0 |        7 |        1 |     9480      0 |       80 |       86
1.49/1.55	c #cpu_time = 0.011s
1.49/1.55	c #wall_clock_time = 0.011s
1.49/1.55	c #decision = 7
1.49/1.55	c #random_decision = 0
1.49/1.55	c #conflict = 1
1.49/1.55	c #restart = 0
1.49/1.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.49/1.55	c lower bound updated to -508
1.49/1.55	c BCD2: 87 <= obj <= 568
1.49/1.55	c BCD2: #cores=6, #unrelaxed=502, #relaxed=93, #hardened=0
1.49/1.55	c BCD2: #sat=1 #unsat=88 bias=88/89
1.49/1.55	c Solving starts ...
1.49/1.55	c ============================[ Search Statistics ]============================
1.49/1.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.55	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.55	c =============================================================================
1.49/1.55	c  0.0s |       0 |        0 |        0 |     9480      0 |       81 |       86
1.49/1.57	c  0.0s |       0 |        7 |        1 |     9480      0 |       81 |       87
1.49/1.57	c #cpu_time = 0.011s
1.49/1.57	c #wall_clock_time = 0.011s
1.49/1.57	c #decision = 7
1.49/1.57	c #random_decision = 0
1.49/1.57	c #conflict = 1
1.49/1.57	c #restart = 0
1.49/1.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.49/1.57	c lower bound updated to -507
1.49/1.57	c BCD2: 88 <= obj <= 568
1.49/1.57	c BCD2: #cores=6, #unrelaxed=501, #relaxed=94, #hardened=0
1.49/1.57	c BCD2: #sat=1 #unsat=89 bias=89/90
1.49/1.57	c Solving starts ...
1.49/1.57	c ============================[ Search Statistics ]============================
1.49/1.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.57	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.57	c =============================================================================
1.49/1.57	c  0.0s |       0 |        0 |        0 |     9480      0 |       82 |       87
1.49/1.58	c  0.0s |       0 |        7 |        1 |     9480      0 |       82 |       88
1.49/1.58	c #cpu_time = 0.011s
1.49/1.58	c #wall_clock_time = 0.011s
1.49/1.58	c #decision = 7
1.49/1.58	c #random_decision = 0
1.49/1.58	c #conflict = 1
1.49/1.58	c #restart = 0
1.49/1.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.49/1.58	c lower bound updated to -506
1.49/1.58	c BCD2: 89 <= obj <= 568
1.49/1.58	c BCD2: #cores=6, #unrelaxed=500, #relaxed=95, #hardened=0
1.49/1.58	c BCD2: #sat=1 #unsat=90 bias=90/91
1.49/1.58	c Solving starts ...
1.49/1.58	c ============================[ Search Statistics ]============================
1.49/1.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.58	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.58	c =============================================================================
1.49/1.58	c  0.0s |       0 |        0 |        0 |     9480      0 |       83 |       88
1.49/1.59	c  0.0s |       0 |        7 |        1 |     9480      0 |       83 |       89
1.49/1.59	c #cpu_time = 0.011s
1.49/1.59	c #wall_clock_time = 0.011s
1.49/1.59	c #decision = 7
1.49/1.59	c #random_decision = 0
1.49/1.59	c #conflict = 1
1.49/1.59	c #restart = 0
1.49/1.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.49/1.59	c lower bound updated to -505
1.49/1.59	c BCD2: 90 <= obj <= 568
1.49/1.59	c BCD2: #cores=6, #unrelaxed=499, #relaxed=96, #hardened=0
1.49/1.59	c BCD2: #sat=1 #unsat=91 bias=91/92
1.49/1.59	c Solving starts ...
1.49/1.59	c ============================[ Search Statistics ]============================
1.49/1.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.59	c =============================================================================
1.49/1.59	c  0.0s |       0 |        0 |        0 |     9480      0 |       84 |       89
1.59/1.60	c  0.0s |       0 |        7 |        1 |     9480      0 |       84 |       90
1.59/1.60	c #cpu_time = 0.011s
1.59/1.60	c #wall_clock_time = 0.011s
1.59/1.60	c #decision = 7
1.59/1.60	c #random_decision = 0
1.59/1.60	c #conflict = 1
1.59/1.60	c #restart = 0
1.59/1.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.59/1.60	c lower bound updated to -504
1.59/1.60	c BCD2: 91 <= obj <= 568
1.59/1.60	c BCD2: #cores=6, #unrelaxed=498, #relaxed=97, #hardened=0
1.59/1.60	c BCD2: #sat=1 #unsat=92 bias=92/93
1.59/1.60	c Solving starts ...
1.59/1.60	c ============================[ Search Statistics ]============================
1.59/1.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.60	c =============================================================================
1.59/1.60	c  0.0s |       0 |        0 |        0 |     9480      0 |       85 |       90
1.59/1.61	c  0.0s |       0 |        7 |        1 |     9480      0 |       85 |       91
1.59/1.61	c #cpu_time = 0.011s
1.59/1.61	c #wall_clock_time = 0.011s
1.59/1.61	c #decision = 7
1.59/1.61	c #random_decision = 0
1.59/1.61	c #conflict = 1
1.59/1.61	c #restart = 0
1.59/1.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.59/1.61	c lower bound updated to -503
1.59/1.61	c BCD2: 92 <= obj <= 568
1.59/1.61	c BCD2: #cores=6, #unrelaxed=497, #relaxed=98, #hardened=0
1.59/1.61	c BCD2: #sat=1 #unsat=93 bias=93/94
1.59/1.61	c Solving starts ...
1.59/1.61	c ============================[ Search Statistics ]============================
1.59/1.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.61	c =============================================================================
1.59/1.61	c  0.0s |       0 |        0 |        0 |     9480      0 |       86 |       91
1.59/1.62	c  0.0s |       0 |        7 |        1 |     9480      0 |       86 |       92
1.59/1.62	c #cpu_time = 0.011s
1.59/1.62	c #wall_clock_time = 0.011s
1.59/1.62	c #decision = 7
1.59/1.62	c #random_decision = 0
1.59/1.62	c #conflict = 1
1.59/1.62	c #restart = 0
1.59/1.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.59/1.62	c lower bound updated to -502
1.59/1.62	c BCD2: 93 <= obj <= 568
1.59/1.62	c BCD2: #cores=6, #unrelaxed=496, #relaxed=99, #hardened=0
1.59/1.62	c BCD2: #sat=1 #unsat=94 bias=94/95
1.59/1.62	c Solving starts ...
1.59/1.62	c ============================[ Search Statistics ]============================
1.59/1.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.62	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.62	c =============================================================================
1.59/1.62	c  0.0s |       0 |        0 |        0 |     9480      0 |       87 |       92
1.59/1.63	c  0.0s |       0 |        7 |        1 |     9480      0 |       87 |       93
1.59/1.64	c #cpu_time = 0.011s
1.59/1.64	c #wall_clock_time = 0.011s
1.59/1.64	c #decision = 7
1.59/1.64	c #random_decision = 0
1.59/1.64	c #conflict = 1
1.59/1.64	c #restart = 0
1.59/1.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.59/1.64	c lower bound updated to -501
1.59/1.64	c BCD2: 94 <= obj <= 568
1.59/1.64	c BCD2: #cores=6, #unrelaxed=495, #relaxed=100, #hardened=0
1.59/1.64	c BCD2: #sat=1 #unsat=95 bias=95/96
1.59/1.64	c Solving starts ...
1.59/1.64	c ============================[ Search Statistics ]============================
1.59/1.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.64	c =============================================================================
1.59/1.64	c  0.0s |       0 |        0 |        0 |     9480      0 |       88 |       93
1.59/1.65	c  0.0s |       0 |        7 |        1 |     9480      0 |       88 |       94
1.59/1.65	c #cpu_time = 0.011s
1.59/1.65	c #wall_clock_time = 0.011s
1.59/1.65	c #decision = 7
1.59/1.65	c #random_decision = 0
1.59/1.65	c #conflict = 1
1.59/1.65	c #restart = 0
1.59/1.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
1.59/1.65	c lower bound updated to -500
1.59/1.65	c BCD2: 95 <= obj <= 568
1.59/1.65	c BCD2: #cores=6, #unrelaxed=494, #relaxed=101, #hardened=0
1.59/1.65	c BCD2: #sat=1 #unsat=96 bias=96/97
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.59/1.65	c  0.0s |       0 |        0 |        0 |     9480      0 |       89 |       94
1.59/1.66	c  0.0s |       0 |        7 |        1 |     9480      0 |       89 |       95
1.59/1.66	c #cpu_time = 0.011s
1.59/1.66	c #wall_clock_time = 0.011s
1.59/1.66	c #decision = 7
1.59/1.66	c #random_decision = 0
1.59/1.66	c #conflict = 1
1.59/1.66	c #restart = 0
1.59/1.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
1.59/1.66	c lower bound updated to -499
1.59/1.66	c BCD2: 96 <= obj <= 568
1.59/1.66	c BCD2: #cores=6, #unrelaxed=493, #relaxed=102, #hardened=0
1.59/1.66	c BCD2: #sat=1 #unsat=97 bias=97/98
1.59/1.66	c Solving starts ...
1.59/1.66	c ============================[ Search Statistics ]============================
1.59/1.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.66	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.66	c =============================================================================
1.59/1.66	c  0.0s |       0 |        0 |        0 |     9480      0 |       90 |       95
1.59/1.67	c  0.0s |       0 |        7 |        0 |     9480      0 |       90 |       96
1.59/1.67	c #cpu_time = 0.011s
1.59/1.67	c #wall_clock_time = 0.011s
1.59/1.67	c #decision = 7
1.59/1.67	c #random_decision = 0
1.59/1.67	c #conflict = 0
1.59/1.67	c #restart = 0
1.59/1.67	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.67	c lower bound updated to -498
1.59/1.67	c BCD2: 97 <= obj <= 568
1.59/1.67	c BCD2: #cores=7, #unrelaxed=491, #relaxed=104, #hardened=0
1.59/1.67	c BCD2: #sat=1 #unsat=98 bias=98/99
1.59/1.67	c Solving starts ...
1.59/1.67	c ============================[ Search Statistics ]============================
1.59/1.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.67	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.67	c =============================================================================
1.59/1.67	c  0.0s |       0 |        0 |        0 |     9480      0 |       90 |       97
1.59/1.68	c  0.0s |       0 |        8 |        1 |     9480      0 |       90 |       97
1.59/1.68	c #cpu_time = 0.010s
1.59/1.68	c #wall_clock_time = 0.010s
1.59/1.68	c #decision = 8
1.59/1.68	c #random_decision = 0
1.59/1.68	c #conflict = 1
1.59/1.68	c #restart = 0
1.59/1.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.59/1.68	c lower bound updated to -497
1.59/1.68	c BCD2: 98 <= obj <= 568
1.59/1.68	c BCD2: #cores=7, #unrelaxed=490, #relaxed=105, #hardened=0
1.59/1.68	c BCD2: #sat=1 #unsat=99 bias=99/100
1.59/1.68	c Solving starts ...
1.59/1.68	c ============================[ Search Statistics ]============================
1.59/1.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.68	c =============================================================================
1.59/1.68	c  0.0s |       0 |        0 |        0 |     9480      0 |       91 |       97
1.59/1.69	c  0.0s |       0 |        8 |        1 |     9480      0 |       91 |       98
1.59/1.69	c #cpu_time = 0.011s
1.59/1.69	c #wall_clock_time = 0.011s
1.59/1.69	c #decision = 8
1.59/1.69	c #random_decision = 0
1.59/1.69	c #conflict = 1
1.59/1.69	c #restart = 0
1.59/1.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.59/1.69	c lower bound updated to -496
1.59/1.69	c BCD2: 99 <= obj <= 568
1.59/1.69	c BCD2: #cores=7, #unrelaxed=489, #relaxed=106, #hardened=0
1.59/1.69	c BCD2: #sat=1 #unsat=100 bias=100/101
1.59/1.69	c Solving starts ...
1.59/1.69	c ============================[ Search Statistics ]============================
1.59/1.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.69	c =============================================================================
1.59/1.69	c  0.0s |       0 |        0 |        0 |     9480      0 |       92 |       98
1.69/1.71	c  0.0s |       0 |        8 |        1 |     9480      0 |       92 |       99
1.69/1.71	c #cpu_time = 0.011s
1.69/1.71	c #wall_clock_time = 0.011s
1.69/1.71	c #decision = 8
1.69/1.71	c #random_decision = 0
1.69/1.71	c #conflict = 1
1.69/1.71	c #restart = 0
1.69/1.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.69/1.71	c lower bound updated to -495
1.69/1.71	c BCD2: 100 <= obj <= 568
1.69/1.71	c BCD2: #cores=7, #unrelaxed=488, #relaxed=107, #hardened=0
1.69/1.71	c BCD2: #sat=1 #unsat=101 bias=101/102
1.69/1.71	c Solving starts ...
1.69/1.71	c ============================[ Search Statistics ]============================
1.69/1.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.71	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.71	c =============================================================================
1.69/1.71	c  0.0s |       0 |        0 |        0 |     9480      0 |       93 |       99
1.69/1.72	c  0.0s |       0 |        8 |        1 |     9480      0 |       93 |      100
1.69/1.72	c #cpu_time = 0.011s
1.69/1.72	c #wall_clock_time = 0.011s
1.69/1.72	c #decision = 8
1.69/1.72	c #random_decision = 0
1.69/1.72	c #conflict = 1
1.69/1.72	c #restart = 0
1.69/1.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.69/1.72	c lower bound updated to -494
1.69/1.72	c BCD2: 101 <= obj <= 568
1.69/1.72	c BCD2: #cores=7, #unrelaxed=487, #relaxed=108, #hardened=0
1.69/1.72	c BCD2: #sat=1 #unsat=102 bias=102/103
1.69/1.72	c Solving starts ...
1.69/1.72	c ============================[ Search Statistics ]============================
1.69/1.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.72	c =============================================================================
1.69/1.72	c  0.0s |       0 |        0 |        0 |     9480      0 |       94 |      100
1.69/1.73	c  0.0s |       0 |        8 |        1 |     9480      0 |       94 |      101
1.69/1.73	c #cpu_time = 0.011s
1.69/1.73	c #wall_clock_time = 0.011s
1.69/1.73	c #decision = 8
1.69/1.73	c #random_decision = 0
1.69/1.73	c #conflict = 1
1.69/1.73	c #restart = 0
1.69/1.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.69/1.73	c lower bound updated to -493
1.69/1.73	c BCD2: 102 <= obj <= 568
1.69/1.73	c BCD2: #cores=7, #unrelaxed=486, #relaxed=109, #hardened=0
1.69/1.73	c BCD2: #sat=1 #unsat=103 bias=103/104
1.69/1.73	c Solving starts ...
1.69/1.73	c ============================[ Search Statistics ]============================
1.69/1.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.73	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.73	c =============================================================================
1.69/1.73	c  0.0s |       0 |        0 |        0 |     9480      0 |       95 |      101
1.69/1.74	c  0.0s |       0 |        8 |        1 |     9480      0 |       95 |      102
1.69/1.74	c #cpu_time = 0.011s
1.69/1.74	c #wall_clock_time = 0.011s
1.69/1.74	c #decision = 8
1.69/1.74	c #random_decision = 0
1.69/1.74	c #conflict = 1
1.69/1.74	c #restart = 0
1.69/1.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.69/1.74	c lower bound updated to -492
1.69/1.74	c BCD2: 103 <= obj <= 568
1.69/1.74	c BCD2: #cores=7, #unrelaxed=485, #relaxed=110, #hardened=0
1.69/1.74	c BCD2: #sat=1 #unsat=104 bias=104/105
1.69/1.74	c Solving starts ...
1.69/1.74	c ============================[ Search Statistics ]============================
1.69/1.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.74	c =============================================================================
1.69/1.74	c  0.0s |       0 |        0 |        0 |     9480      0 |       96 |      102
1.69/1.75	c  0.0s |       0 |        8 |        1 |     9480      0 |       96 |      103
1.69/1.75	c #cpu_time = 0.011s
1.69/1.75	c #wall_clock_time = 0.011s
1.69/1.75	c #decision = 8
1.69/1.75	c #random_decision = 0
1.69/1.75	c #conflict = 1
1.69/1.75	c #restart = 0
1.69/1.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.69/1.75	c lower bound updated to -491
1.69/1.76	c BCD2: 104 <= obj <= 568
1.69/1.76	c BCD2: #cores=7, #unrelaxed=484, #relaxed=111, #hardened=0
1.69/1.76	c BCD2: #sat=1 #unsat=105 bias=105/106
1.69/1.76	c Solving starts ...
1.69/1.76	c ============================[ Search Statistics ]============================
1.69/1.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.76	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.76	c =============================================================================
1.69/1.76	c  0.0s |       0 |        0 |        0 |     9480      0 |       97 |      103
1.69/1.77	c  0.0s |       0 |        8 |        1 |     9480      0 |       97 |      104
1.69/1.77	c #cpu_time = 0.011s
1.69/1.77	c #wall_clock_time = 0.011s
1.69/1.77	c #decision = 8
1.69/1.77	c #random_decision = 0
1.69/1.77	c #conflict = 1
1.69/1.77	c #restart = 0
1.69/1.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.69/1.77	c lower bound updated to -490
1.69/1.77	c BCD2: 105 <= obj <= 568
1.69/1.77	c BCD2: #cores=7, #unrelaxed=483, #relaxed=112, #hardened=0
1.69/1.77	c BCD2: #sat=1 #unsat=106 bias=106/107
1.69/1.77	c Solving starts ...
1.69/1.77	c ============================[ Search Statistics ]============================
1.69/1.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.77	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.77	c =============================================================================
1.69/1.77	c  0.0s |       0 |        0 |        0 |     9480      0 |       98 |      104
1.69/1.78	c  0.0s |       0 |        8 |        1 |     9480      0 |       98 |      105
1.69/1.78	c #cpu_time = 0.011s
1.69/1.78	c #wall_clock_time = 0.011s
1.69/1.78	c #decision = 8
1.69/1.78	c #random_decision = 0
1.69/1.78	c #conflict = 1
1.69/1.78	c #restart = 0
1.69/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.69/1.78	c lower bound updated to -489
1.69/1.78	c BCD2: 106 <= obj <= 568
1.69/1.78	c BCD2: #cores=7, #unrelaxed=482, #relaxed=113, #hardened=0
1.69/1.78	c BCD2: #sat=1 #unsat=107 bias=107/108
1.69/1.78	c Solving starts ...
1.69/1.78	c ============================[ Search Statistics ]============================
1.69/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.78	c =============================================================================
1.69/1.78	c  0.0s |       0 |        0 |        0 |     9480      0 |       99 |      105
1.69/1.79	c  0.0s |       0 |        8 |        1 |     9480      0 |       99 |      106
1.69/1.79	c #cpu_time = 0.011s
1.69/1.79	c #wall_clock_time = 0.011s
1.69/1.79	c #decision = 8
1.69/1.79	c #random_decision = 0
1.69/1.79	c #conflict = 1
1.69/1.79	c #restart = 0
1.69/1.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.69/1.79	c lower bound updated to -488
1.69/1.79	c BCD2: 107 <= obj <= 568
1.69/1.79	c BCD2: #cores=7, #unrelaxed=481, #relaxed=114, #hardened=0
1.69/1.79	c BCD2: #sat=1 #unsat=108 bias=108/109
1.69/1.79	c Solving starts ...
1.69/1.79	c ============================[ Search Statistics ]============================
1.69/1.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.79	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.79	c =============================================================================
1.69/1.79	c  0.0s |       0 |        0 |        0 |     9480      0 |      100 |      106
1.79/1.80	c  0.0s |       0 |        8 |        1 |    10428      0 |      100 |      107
1.79/1.80	c #cpu_time = 0.011s
1.79/1.80	c #wall_clock_time = 0.011s
1.79/1.80	c #decision = 8
1.79/1.80	c #random_decision = 0
1.79/1.80	c #conflict = 1
1.79/1.80	c #restart = 0
1.79/1.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.79/1.80	c lower bound updated to -487
1.79/1.80	c BCD2: 108 <= obj <= 568
1.79/1.80	c BCD2: #cores=7, #unrelaxed=480, #relaxed=115, #hardened=0
1.79/1.80	c BCD2: #sat=1 #unsat=109 bias=109/110
1.79/1.80	c Solving starts ...
1.79/1.80	c ============================[ Search Statistics ]============================
1.79/1.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.80	c =============================================================================
1.79/1.80	c  0.0s |       0 |        0 |        0 |    10428      0 |      101 |      107
1.79/1.81	c  0.0s |       0 |        8 |        1 |    10428      0 |      101 |      108
1.79/1.81	c #cpu_time = 0.011s
1.79/1.81	c #wall_clock_time = 0.011s
1.79/1.81	c #decision = 8
1.79/1.81	c #random_decision = 0
1.79/1.81	c #conflict = 1
1.79/1.81	c #restart = 0
1.79/1.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.79/1.81	c lower bound updated to -486
1.79/1.81	c BCD2: 109 <= obj <= 568
1.79/1.81	c BCD2: #cores=7, #unrelaxed=479, #relaxed=116, #hardened=0
1.79/1.81	c BCD2: #sat=1 #unsat=110 bias=110/111
1.79/1.81	c Solving starts ...
1.79/1.81	c ============================[ Search Statistics ]============================
1.79/1.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.81	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.81	c =============================================================================
1.79/1.81	c  0.0s |       0 |        0 |        0 |    10428      0 |      102 |      108
1.79/1.82	c  0.0s |       0 |        8 |        1 |    10428      0 |      102 |      109
1.79/1.82	c #cpu_time = 0.011s
1.79/1.82	c #wall_clock_time = 0.011s
1.79/1.82	c #decision = 8
1.79/1.82	c #random_decision = 0
1.79/1.82	c #conflict = 1
1.79/1.82	c #restart = 0
1.79/1.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.79/1.82	c lower bound updated to -485
1.79/1.82	c BCD2: 110 <= obj <= 568
1.79/1.82	c BCD2: #cores=7, #unrelaxed=478, #relaxed=117, #hardened=0
1.79/1.82	c BCD2: #sat=1 #unsat=111 bias=111/112
1.79/1.82	c Solving starts ...
1.79/1.82	c ============================[ Search Statistics ]============================
1.79/1.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.82	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.82	c =============================================================================
1.79/1.82	c  0.0s |       0 |        0 |        0 |    10428      0 |      103 |      109
1.79/1.84	c  0.0s |       0 |        8 |        1 |    10428      0 |      103 |      110
1.79/1.84	c #cpu_time = 0.011s
1.79/1.84	c #wall_clock_time = 0.011s
1.79/1.84	c #decision = 8
1.79/1.84	c #random_decision = 0
1.79/1.84	c #conflict = 1
1.79/1.84	c #restart = 0
1.79/1.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
1.79/1.84	c lower bound updated to -484
1.79/1.84	c BCD2: 111 <= obj <= 568
1.79/1.84	c BCD2: #cores=7, #unrelaxed=477, #relaxed=118, #hardened=0
1.79/1.84	c BCD2: #sat=1 #unsat=112 bias=112/113
1.79/1.84	c Solving starts ...
1.79/1.84	c ============================[ Search Statistics ]============================
1.79/1.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.84	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.84	c =============================================================================
1.79/1.84	c  0.0s |       0 |        0 |        0 |    10428      0 |      104 |      110
1.79/1.85	c  0.0s |       0 |        8 |        1 |    10428      0 |      104 |      111
1.79/1.85	c #cpu_time = 0.011s
1.79/1.85	c #wall_clock_time = 0.011s
1.79/1.85	c #decision = 8
1.79/1.85	c #random_decision = 0
1.79/1.85	c #conflict = 1
1.79/1.85	c #restart = 0
1.79/1.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
1.79/1.85	c lower bound updated to -483
1.79/1.85	c BCD2: 112 <= obj <= 568
1.79/1.85	c BCD2: #cores=7, #unrelaxed=476, #relaxed=119, #hardened=0
1.79/1.85	c BCD2: #sat=1 #unsat=113 bias=113/114
1.79/1.85	c Solving starts ...
1.79/1.85	c ============================[ Search Statistics ]============================
1.79/1.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.85	c =============================================================================
1.79/1.85	c  0.0s |       0 |        0 |        0 |    10428      0 |      105 |      111
1.79/1.86	c  0.0s |       0 |        8 |        0 |    10428      0 |      105 |      112
1.79/1.86	c #cpu_time = 0.011s
1.79/1.86	c #wall_clock_time = 0.011s
1.79/1.86	c #decision = 8
1.79/1.86	c #random_decision = 0
1.79/1.86	c #conflict = 0
1.79/1.86	c #restart = 0
1.79/1.86	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.86	c lower bound updated to -482
1.79/1.86	c BCD2: 113 <= obj <= 568
1.79/1.86	c BCD2: #cores=8, #unrelaxed=474, #relaxed=121, #hardened=0
1.79/1.86	c BCD2: #sat=1 #unsat=114 bias=114/115
1.79/1.86	c Solving starts ...
1.79/1.86	c ============================[ Search Statistics ]============================
1.79/1.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.86	c =============================================================================
1.79/1.86	c  0.0s |       0 |        0 |        0 |    10428      0 |      105 |      113
1.79/1.87	c  0.0s |       0 |        9 |        1 |    10428      0 |      105 |      113
1.79/1.87	c #cpu_time = 0.011s
1.79/1.87	c #wall_clock_time = 0.011s
1.79/1.87	c #decision = 9
1.79/1.87	c #random_decision = 0
1.79/1.87	c #conflict = 1
1.79/1.87	c #restart = 0
1.79/1.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.79/1.87	c lower bound updated to -481
1.79/1.87	c BCD2: 114 <= obj <= 568
1.79/1.87	c BCD2: #cores=8, #unrelaxed=473, #relaxed=122, #hardened=0
1.79/1.87	c BCD2: #sat=1 #unsat=115 bias=115/116
1.79/1.87	c Solving starts ...
1.79/1.87	c ============================[ Search Statistics ]============================
1.79/1.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.87	c =============================================================================
1.79/1.87	c  0.0s |       0 |        0 |        0 |    10428      0 |      106 |      113
1.79/1.88	c  0.0s |       0 |        9 |        1 |    10428      0 |      106 |      114
1.79/1.88	c #cpu_time = 0.011s
1.79/1.88	c #wall_clock_time = 0.011s
1.79/1.88	c #decision = 9
1.79/1.88	c #random_decision = 0
1.79/1.88	c #conflict = 1
1.79/1.88	c #restart = 0
1.79/1.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.79/1.88	c lower bound updated to -480
1.79/1.88	c BCD2: 115 <= obj <= 568
1.79/1.88	c BCD2: #cores=8, #unrelaxed=472, #relaxed=123, #hardened=0
1.79/1.88	c BCD2: #sat=1 #unsat=116 bias=116/117
1.79/1.88	c Solving starts ...
1.79/1.88	c ============================[ Search Statistics ]============================
1.79/1.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.88	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.88	c =============================================================================
1.79/1.88	c  0.0s |       0 |        0 |        0 |    10428      0 |      107 |      114
1.79/1.90	c  0.0s |       0 |        9 |        1 |    10428      0 |      107 |      115
1.99/2.04	c #cpu_time = 0.011s
1.99/2.04	c #wall_clock_time = 0.011s
1.99/2.04	c #decision = 9
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.99/2.04	c lower bound updated to -479
1.99/2.04	c BCD2: 116 <= obj <= 568
1.99/2.04	c BCD2: #cores=8, #unrelaxed=471, #relaxed=124, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=117 bias=117/118
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    10428      0 |      108 |      115
1.99/2.04	c  0.0s |       0 |        9 |        1 |    10428      0 |      108 |      116
1.99/2.04	c #cpu_time = 0.013s
1.99/2.04	c #wall_clock_time = 0.013s
1.99/2.04	c #decision = 9
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.99/2.04	c lower bound updated to -478
1.99/2.04	c BCD2: 117 <= obj <= 568
1.99/2.04	c BCD2: #cores=8, #unrelaxed=470, #relaxed=125, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=118 bias=118/119
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    10428      0 |      109 |      116
1.99/2.04	c  0.0s |       0 |        9 |        1 |    10428      0 |      109 |      117
1.99/2.04	c #cpu_time = 0.011s
1.99/2.04	c #wall_clock_time = 0.011s
1.99/2.04	c #decision = 9
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.99/2.04	c lower bound updated to -477
1.99/2.04	c BCD2: 118 <= obj <= 568
1.99/2.04	c BCD2: #cores=8, #unrelaxed=469, #relaxed=126, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=119 bias=119/120
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    10428      0 |      110 |      117
1.99/2.04	c  0.0s |       0 |        9 |        1 |    10428      0 |      110 |      118
1.99/2.04	c #cpu_time = 0.011s
1.99/2.04	c #wall_clock_time = 0.011s
1.99/2.04	c #decision = 9
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.99/2.04	c lower bound updated to -476
1.99/2.04	c BCD2: 119 <= obj <= 568
1.99/2.04	c BCD2: #cores=8, #unrelaxed=468, #relaxed=127, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=120 bias=120/121
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    10428      0 |      111 |      118
1.99/2.04	c  0.0s |       0 |        9 |        1 |    10428      0 |      111 |      119
1.99/2.04	c #cpu_time = 0.011s
1.99/2.04	c #wall_clock_time = 0.011s
1.99/2.04	c #decision = 9
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.99/2.04	c lower bound updated to -475
1.99/2.04	c BCD2: 120 <= obj <= 568
1.99/2.04	c BCD2: #cores=8, #unrelaxed=467, #relaxed=128, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=121 bias=121/122
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    10428      0 |      112 |      119
1.99/2.04	c  0.0s |       0 |        9 |        1 |    10428      0 |      112 |      120
1.99/2.04	c #cpu_time = 0.011s
1.99/2.04	c #wall_clock_time = 0.011s
1.99/2.04	c #decision = 9
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.99/2.04	c lower bound updated to -474
1.99/2.04	c BCD2: 121 <= obj <= 568
1.99/2.04	c BCD2: #cores=8, #unrelaxed=466, #relaxed=129, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=122 bias=122/123
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    10428      0 |      113 |      120
1.99/2.04	c  0.0s |       0 |        9 |        1 |    10428      0 |      113 |      121
1.99/2.04	c #cpu_time = 0.011s
1.99/2.04	c #wall_clock_time = 0.011s
1.99/2.04	c #decision = 9
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.99/2.04	c lower bound updated to -473
1.99/2.04	c BCD2: 122 <= obj <= 568
1.99/2.04	c BCD2: #cores=8, #unrelaxed=465, #relaxed=130, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=123 bias=123/124
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    10428      0 |      114 |      121
1.99/2.04	c  0.0s |       0 |        9 |        1 |    10428      0 |      114 |      122
1.99/2.04	c #cpu_time = 0.011s
1.99/2.04	c #wall_clock_time = 0.011s
1.99/2.04	c #decision = 9
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.99/2.04	c lower bound updated to -472
1.99/2.04	c BCD2: 123 <= obj <= 568
1.99/2.04	c BCD2: #cores=8, #unrelaxed=464, #relaxed=131, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=124 bias=124/125
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    10428      0 |      115 |      122
1.99/2.04	c  0.0s |       0 |        9 |        1 |    10428      0 |      115 |      123
1.99/2.04	c #cpu_time = 0.011s
1.99/2.04	c #wall_clock_time = 0.011s
1.99/2.04	c #decision = 9
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.99/2.04	c lower bound updated to -471
1.99/2.04	c BCD2: 124 <= obj <= 568
1.99/2.04	c BCD2: #cores=8, #unrelaxed=463, #relaxed=132, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=125 bias=125/126
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    10428      0 |      116 |      123
1.99/2.04	c  0.0s |       0 |        9 |        1 |    10428      0 |      116 |      124
1.99/2.04	c #cpu_time = 0.011s
1.99/2.04	c #wall_clock_time = 0.011s
1.99/2.04	c #decision = 9
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.99/2.04	c lower bound updated to -470
1.99/2.04	c BCD2: 125 <= obj <= 568
1.99/2.04	c BCD2: #cores=8, #unrelaxed=462, #relaxed=133, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=126 bias=126/127
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    10428      0 |      117 |      124
1.99/2.04	c  0.0s |       0 |        9 |        1 |    10428      0 |      117 |      125
1.99/2.04	c #cpu_time = 0.011s
1.99/2.04	c #wall_clock_time = 0.011s
1.99/2.04	c #decision = 9
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.99/2.04	c lower bound updated to -469
1.99/2.04	c BCD2: 126 <= obj <= 568
1.99/2.04	c BCD2: #cores=8, #unrelaxed=461, #relaxed=134, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=127 bias=127/128
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    10428      0 |      118 |      125
1.99/2.04	c  0.0s |       0 |        9 |        1 |    10428      0 |      118 |      126
1.99/2.04	c #cpu_time = 0.011s
1.99/2.04	c #wall_clock_time = 0.011s
1.99/2.04	c #decision = 9
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
1.99/2.04	c lower bound updated to -468
1.99/2.04	c BCD2: 127 <= obj <= 568
1.99/2.04	c BCD2: #cores=8, #unrelaxed=460, #relaxed=135, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=128 bias=128/129
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    10428      0 |      119 |      126
1.99/2.04	c  0.0s |       0 |        9 |        1 |    10428      0 |      119 |      127
1.99/2.04	c #cpu_time = 0.011s
1.99/2.04	c #wall_clock_time = 0.011s
1.99/2.04	c #decision = 9
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
1.99/2.04	c lower bound updated to -467
1.99/2.04	c BCD2: 128 <= obj <= 568
1.99/2.04	c BCD2: #cores=8, #unrelaxed=459, #relaxed=136, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=129 bias=129/130
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    10428      0 |      120 |      127
1.99/2.05	c  0.0s |       0 |        9 |        0 |    10428      0 |      120 |      128
1.99/2.05	c #cpu_time = 0.011s
1.99/2.05	c #wall_clock_time = 0.011s
1.99/2.05	c #decision = 9
1.99/2.05	c #random_decision = 0
1.99/2.05	c #conflict = 0
1.99/2.05	c #restart = 0
1.99/2.05	c BCD2: found a new core of size 2: cost of the new core is >=1
1.99/2.05	c lower bound updated to -466
1.99/2.06	c BCD2: 129 <= obj <= 568
1.99/2.06	c BCD2: #cores=9, #unrelaxed=457, #relaxed=138, #hardened=0
1.99/2.06	c BCD2: #sat=1 #unsat=130 bias=130/131
1.99/2.06	c Solving starts ...
1.99/2.06	c ============================[ Search Statistics ]============================
1.99/2.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.06	c =============================================================================
1.99/2.06	c  0.0s |       0 |        0 |        0 |    10428      0 |      120 |      129
1.99/2.07	c  0.0s |       0 |       10 |        1 |    10428      0 |      120 |      129
1.99/2.07	c #cpu_time = 0.011s
1.99/2.07	c #wall_clock_time = 0.011s
1.99/2.07	c #decision = 10
1.99/2.07	c #random_decision = 0
1.99/2.07	c #conflict = 1
1.99/2.07	c #restart = 0
1.99/2.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.99/2.07	c lower bound updated to -465
1.99/2.07	c BCD2: 130 <= obj <= 568
1.99/2.07	c BCD2: #cores=9, #unrelaxed=456, #relaxed=139, #hardened=0
1.99/2.07	c BCD2: #sat=1 #unsat=131 bias=131/132
1.99/2.07	c Solving starts ...
1.99/2.07	c ============================[ Search Statistics ]============================
1.99/2.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.07	c =============================================================================
1.99/2.07	c  0.0s |       0 |        0 |        0 |    10428      0 |      121 |      129
1.99/2.08	c  0.0s |       0 |       10 |        1 |    10428      0 |      121 |      130
1.99/2.08	c #cpu_time = 0.011s
1.99/2.08	c #wall_clock_time = 0.011s
1.99/2.08	c #decision = 10
1.99/2.08	c #random_decision = 0
1.99/2.08	c #conflict = 1
1.99/2.08	c #restart = 0
1.99/2.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.99/2.08	c lower bound updated to -464
1.99/2.08	c BCD2: 131 <= obj <= 568
1.99/2.08	c BCD2: #cores=9, #unrelaxed=455, #relaxed=140, #hardened=0
1.99/2.08	c BCD2: #sat=1 #unsat=132 bias=132/133
1.99/2.08	c Solving starts ...
1.99/2.08	c ============================[ Search Statistics ]============================
1.99/2.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.08	c =============================================================================
1.99/2.08	c  0.0s |       0 |        0 |        0 |    10428      0 |      122 |      130
1.99/2.09	c  0.0s |       0 |       10 |        1 |    10428      0 |      122 |      131
1.99/2.09	c #cpu_time = 0.011s
1.99/2.09	c #wall_clock_time = 0.011s
1.99/2.09	c #decision = 10
1.99/2.09	c #random_decision = 0
1.99/2.09	c #conflict = 1
1.99/2.09	c #restart = 0
1.99/2.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.99/2.09	c lower bound updated to -463
1.99/2.09	c BCD2: 132 <= obj <= 568
1.99/2.09	c BCD2: #cores=9, #unrelaxed=454, #relaxed=141, #hardened=0
1.99/2.09	c BCD2: #sat=1 #unsat=133 bias=133/134
1.99/2.09	c Solving starts ...
1.99/2.09	c ============================[ Search Statistics ]============================
1.99/2.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.09	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.09	c =============================================================================
1.99/2.09	c  0.0s |       0 |        0 |        0 |    10428      0 |      123 |      131
2.09/2.10	c  0.0s |       0 |       10 |        1 |    10428      0 |      123 |      132
2.09/2.10	c #cpu_time = 0.012s
2.09/2.10	c #wall_clock_time = 0.012s
2.09/2.10	c #decision = 10
2.09/2.10	c #random_decision = 0
2.09/2.10	c #conflict = 1
2.09/2.10	c #restart = 0
2.09/2.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.09/2.10	c lower bound updated to -462
2.09/2.10	c BCD2: 133 <= obj <= 568
2.09/2.10	c BCD2: #cores=9, #unrelaxed=453, #relaxed=142, #hardened=0
2.09/2.10	c BCD2: #sat=1 #unsat=134 bias=134/135
2.09/2.10	c Solving starts ...
2.09/2.10	c ============================[ Search Statistics ]============================
2.09/2.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.10	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.10	c =============================================================================
2.09/2.10	c  0.0s |       0 |        0 |        0 |    10428      0 |      124 |      132
2.09/2.11	c  0.0s |       0 |       10 |        1 |    10428      0 |      124 |      133
2.09/2.11	c #cpu_time = 0.011s
2.09/2.11	c #wall_clock_time = 0.011s
2.09/2.11	c #decision = 10
2.09/2.11	c #random_decision = 0
2.09/2.11	c #conflict = 1
2.09/2.11	c #restart = 0
2.09/2.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.09/2.11	c lower bound updated to -461
2.09/2.11	c BCD2: 134 <= obj <= 568
2.09/2.11	c BCD2: #cores=9, #unrelaxed=452, #relaxed=143, #hardened=0
2.09/2.11	c BCD2: #sat=1 #unsat=135 bias=135/136
2.09/2.11	c Solving starts ...
2.09/2.11	c ============================[ Search Statistics ]============================
2.09/2.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.11	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.11	c =============================================================================
2.09/2.11	c  0.0s |       0 |        0 |        0 |    10428      0 |      125 |      133
2.09/2.13	c  0.0s |       0 |       10 |        1 |    10428      0 |      125 |      134
2.09/2.13	c #cpu_time = 0.011s
2.09/2.13	c #wall_clock_time = 0.011s
2.09/2.13	c #decision = 10
2.09/2.13	c #random_decision = 0
2.09/2.13	c #conflict = 1
2.09/2.13	c #restart = 0
2.09/2.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.09/2.13	c lower bound updated to -460
2.09/2.13	c BCD2: 135 <= obj <= 568
2.09/2.13	c BCD2: #cores=9, #unrelaxed=451, #relaxed=144, #hardened=0
2.09/2.13	c BCD2: #sat=1 #unsat=136 bias=136/137
2.09/2.13	c Solving starts ...
2.09/2.13	c ============================[ Search Statistics ]============================
2.09/2.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.13	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.13	c =============================================================================
2.09/2.13	c  0.0s |       0 |        0 |        0 |    10428      0 |      126 |      134
2.09/2.14	c  0.0s |       0 |       10 |        1 |    10428      0 |      126 |      135
2.09/2.14	c #cpu_time = 0.011s
2.09/2.14	c #wall_clock_time = 0.011s
2.09/2.14	c #decision = 10
2.09/2.14	c #random_decision = 0
2.09/2.14	c #conflict = 1
2.09/2.14	c #restart = 0
2.09/2.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.09/2.14	c lower bound updated to -459
2.09/2.14	c BCD2: 136 <= obj <= 568
2.09/2.14	c BCD2: #cores=9, #unrelaxed=450, #relaxed=145, #hardened=0
2.09/2.14	c BCD2: #sat=1 #unsat=137 bias=137/138
2.09/2.14	c Solving starts ...
2.09/2.14	c ============================[ Search Statistics ]============================
2.09/2.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.14	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.14	c =============================================================================
2.09/2.14	c  0.0s |       0 |        0 |        0 |    10428      0 |      127 |      135
2.09/2.15	c  0.0s |       0 |       10 |        1 |    10428      0 |      127 |      136
2.09/2.15	c #cpu_time = 0.011s
2.09/2.15	c #wall_clock_time = 0.011s
2.09/2.15	c #decision = 10
2.09/2.15	c #random_decision = 0
2.09/2.15	c #conflict = 1
2.09/2.15	c #restart = 0
2.09/2.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.09/2.15	c lower bound updated to -458
2.09/2.15	c BCD2: 137 <= obj <= 568
2.09/2.15	c BCD2: #cores=9, #unrelaxed=449, #relaxed=146, #hardened=0
2.09/2.15	c BCD2: #sat=1 #unsat=138 bias=138/139
2.09/2.15	c Solving starts ...
2.09/2.15	c ============================[ Search Statistics ]============================
2.09/2.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.15	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.15	c =============================================================================
2.09/2.15	c  0.0s |       0 |        0 |        0 |    10428      0 |      128 |      136
2.09/2.16	c  0.0s |       0 |       10 |        1 |    10428      0 |      128 |      137
2.09/2.16	c #cpu_time = 0.011s
2.09/2.16	c #wall_clock_time = 0.011s
2.09/2.16	c #decision = 10
2.09/2.16	c #random_decision = 0
2.09/2.16	c #conflict = 1
2.09/2.16	c #restart = 0
2.09/2.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.09/2.16	c lower bound updated to -457
2.09/2.16	c BCD2: 138 <= obj <= 568
2.09/2.16	c BCD2: #cores=9, #unrelaxed=448, #relaxed=147, #hardened=0
2.09/2.16	c BCD2: #sat=1 #unsat=139 bias=139/140
2.09/2.16	c Solving starts ...
2.09/2.16	c ============================[ Search Statistics ]============================
2.09/2.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.16	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.16	c =============================================================================
2.09/2.16	c  0.0s |       0 |        0 |        0 |    10428      0 |      129 |      137
2.09/2.18	c  0.0s |       0 |       10 |        1 |    10428      0 |      129 |      138
2.09/2.18	c #cpu_time = 0.011s
2.09/2.18	c #wall_clock_time = 0.011s
2.09/2.18	c #decision = 10
2.09/2.18	c #random_decision = 0
2.09/2.18	c #conflict = 1
2.09/2.18	c #restart = 0
2.09/2.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.09/2.18	c lower bound updated to -456
2.09/2.18	c BCD2: 139 <= obj <= 568
2.09/2.18	c BCD2: #cores=9, #unrelaxed=447, #relaxed=148, #hardened=0
2.09/2.18	c BCD2: #sat=1 #unsat=140 bias=140/141
2.09/2.18	c Solving starts ...
2.09/2.18	c ============================[ Search Statistics ]============================
2.09/2.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.18	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.18	c =============================================================================
2.09/2.18	c  0.0s |       0 |        0 |        0 |    10428      0 |      130 |      138
2.09/2.19	c  0.0s |       0 |       10 |        1 |    10428      0 |      130 |      139
2.09/2.19	c #cpu_time = 0.012s
2.09/2.19	c #wall_clock_time = 0.012s
2.09/2.19	c #decision = 10
2.09/2.19	c #random_decision = 0
2.09/2.19	c #conflict = 1
2.09/2.19	c #restart = 0
2.09/2.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.09/2.19	c lower bound updated to -455
2.09/2.19	c BCD2: 140 <= obj <= 568
2.09/2.19	c BCD2: #cores=9, #unrelaxed=446, #relaxed=149, #hardened=0
2.09/2.19	c BCD2: #sat=1 #unsat=141 bias=141/142
2.09/2.19	c Solving starts ...
2.09/2.19	c ============================[ Search Statistics ]============================
2.09/2.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.19	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.19	c =============================================================================
2.09/2.19	c  0.0s |       0 |        0 |        0 |    10428      0 |      131 |      139
2.09/2.20	c  0.0s |       0 |       10 |        1 |    10428      0 |      131 |      140
2.09/2.20	c #cpu_time = 0.012s
2.09/2.20	c #wall_clock_time = 0.012s
2.09/2.20	c #decision = 10
2.09/2.20	c #random_decision = 0
2.09/2.20	c #conflict = 1
2.09/2.20	c #restart = 0
2.09/2.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.09/2.20	c lower bound updated to -454
2.09/2.20	c BCD2: 141 <= obj <= 568
2.09/2.20	c BCD2: #cores=9, #unrelaxed=445, #relaxed=150, #hardened=0
2.09/2.20	c BCD2: #sat=1 #unsat=142 bias=142/143
2.09/2.20	c Solving starts ...
2.09/2.20	c ============================[ Search Statistics ]============================
2.09/2.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.20	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.20	c =============================================================================
2.09/2.20	c  0.0s |       0 |        0 |        0 |    10428      0 |      132 |      140
2.20/2.21	c  0.0s |       0 |       10 |        1 |    10428      0 |      132 |      141
2.20/2.21	c #cpu_time = 0.011s
2.20/2.21	c #wall_clock_time = 0.011s
2.20/2.21	c #decision = 10
2.20/2.21	c #random_decision = 0
2.20/2.21	c #conflict = 1
2.20/2.21	c #restart = 0
2.20/2.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.20/2.21	c lower bound updated to -453
2.20/2.21	c BCD2: 142 <= obj <= 568
2.20/2.21	c BCD2: #cores=9, #unrelaxed=444, #relaxed=151, #hardened=0
2.20/2.21	c BCD2: #sat=1 #unsat=143 bias=143/144
2.20/2.21	c Solving starts ...
2.20/2.21	c ============================[ Search Statistics ]============================
2.20/2.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.21	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.21	c =============================================================================
2.20/2.21	c  0.0s |       0 |        0 |        0 |    10428      0 |      133 |      141
2.20/2.22	c  0.0s |       0 |       10 |        1 |    10428      0 |      133 |      142
2.20/2.22	c #cpu_time = 0.011s
2.20/2.22	c #wall_clock_time = 0.011s
2.20/2.22	c #decision = 10
2.20/2.22	c #random_decision = 0
2.20/2.22	c #conflict = 1
2.20/2.22	c #restart = 0
2.20/2.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
2.20/2.22	c lower bound updated to -452
2.20/2.22	c BCD2: 143 <= obj <= 568
2.20/2.22	c BCD2: #cores=9, #unrelaxed=443, #relaxed=152, #hardened=0
2.20/2.22	c BCD2: #sat=1 #unsat=144 bias=144/145
2.20/2.22	c Solving starts ...
2.20/2.22	c ============================[ Search Statistics ]============================
2.20/2.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.22	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.22	c =============================================================================
2.20/2.22	c  0.0s |       0 |        0 |        0 |    10428      0 |      134 |      142
2.20/2.24	c  0.0s |       0 |       10 |        1 |    10428      0 |      134 |      143
2.20/2.24	c #cpu_time = 0.011s
2.20/2.24	c #wall_clock_time = 0.011s
2.20/2.24	c #decision = 10
2.20/2.24	c #random_decision = 0
2.20/2.24	c #conflict = 1
2.20/2.24	c #restart = 0
2.20/2.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
2.20/2.24	c lower bound updated to -451
2.20/2.24	c BCD2: 144 <= obj <= 568
2.20/2.24	c BCD2: #cores=9, #unrelaxed=442, #relaxed=153, #hardened=0
2.20/2.24	c BCD2: #sat=1 #unsat=145 bias=145/146
2.20/2.24	c Solving starts ...
2.20/2.24	c ============================[ Search Statistics ]============================
2.20/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.24	c =============================================================================
2.20/2.24	c  0.0s |       0 |        0 |        0 |    10428      0 |      135 |      143
2.20/2.25	c  0.0s |       0 |       10 |        0 |    10428      0 |      135 |      144
2.20/2.25	c #cpu_time = 0.011s
2.20/2.25	c #wall_clock_time = 0.011s
2.20/2.25	c #decision = 10
2.20/2.25	c #random_decision = 0
2.20/2.25	c #conflict = 0
2.20/2.25	c #restart = 0
2.20/2.25	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.25	c lower bound updated to -450
2.20/2.25	c BCD2: 145 <= obj <= 568
2.20/2.25	c BCD2: #cores=10, #unrelaxed=440, #relaxed=155, #hardened=0
2.20/2.25	c BCD2: #sat=1 #unsat=146 bias=146/147
2.20/2.25	c Solving starts ...
2.20/2.25	c ============================[ Search Statistics ]============================
2.20/2.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.25	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.25	c =============================================================================
2.20/2.25	c  0.0s |       0 |        0 |        0 |    10428      0 |      135 |      145
2.20/2.26	c  0.0s |       0 |       11 |        1 |    10428      0 |      135 |      145
2.20/2.26	c #cpu_time = 0.010s
2.20/2.26	c #wall_clock_time = 0.010s
2.20/2.26	c #decision = 11
2.20/2.26	c #random_decision = 0
2.20/2.26	c #conflict = 1
2.20/2.26	c #restart = 0
2.20/2.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.20/2.26	c lower bound updated to -449
2.20/2.26	c BCD2: 146 <= obj <= 568
2.20/2.26	c BCD2: #cores=10, #unrelaxed=439, #relaxed=156, #hardened=0
2.20/2.26	c BCD2: #sat=1 #unsat=147 bias=147/148
2.20/2.26	c Solving starts ...
2.20/2.26	c ============================[ Search Statistics ]============================
2.20/2.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.26	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.26	c =============================================================================
2.20/2.26	c  0.0s |       0 |        0 |        0 |    10428      0 |      136 |      145
2.20/2.27	c  0.0s |       0 |       11 |        1 |    10428      0 |      136 |      146
2.20/2.27	c #cpu_time = 0.011s
2.20/2.27	c #wall_clock_time = 0.011s
2.20/2.27	c #decision = 11
2.20/2.27	c #random_decision = 0
2.20/2.27	c #conflict = 1
2.20/2.27	c #restart = 0
2.20/2.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.20/2.27	c lower bound updated to -448
2.20/2.27	c BCD2: 147 <= obj <= 568
2.20/2.27	c BCD2: #cores=10, #unrelaxed=438, #relaxed=157, #hardened=0
2.20/2.27	c BCD2: #sat=1 #unsat=148 bias=148/149
2.20/2.27	c Solving starts ...
2.20/2.27	c ============================[ Search Statistics ]============================
2.20/2.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.27	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.27	c =============================================================================
2.20/2.27	c  0.0s |       0 |        0 |        0 |    10428      0 |      137 |      146
2.20/2.28	c  0.0s |       0 |       11 |        1 |    10428      0 |      137 |      147
2.20/2.28	c #cpu_time = 0.011s
2.20/2.28	c #wall_clock_time = 0.011s
2.20/2.28	c #decision = 11
2.20/2.28	c #random_decision = 0
2.20/2.28	c #conflict = 1
2.20/2.28	c #restart = 0
2.20/2.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.20/2.28	c lower bound updated to -447
2.20/2.28	c BCD2: 148 <= obj <= 568
2.20/2.28	c BCD2: #cores=10, #unrelaxed=437, #relaxed=158, #hardened=0
2.20/2.28	c BCD2: #sat=1 #unsat=149 bias=149/150
2.20/2.28	c Solving starts ...
2.20/2.28	c ============================[ Search Statistics ]============================
2.20/2.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.28	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.28	c =============================================================================
2.20/2.28	c  0.0s |       0 |        0 |        0 |    10428      0 |      138 |      147
2.20/2.30	c  0.0s |       0 |       11 |        1 |    10428      0 |      138 |      148
2.20/2.30	c #cpu_time = 0.011s
2.20/2.30	c #wall_clock_time = 0.011s
2.20/2.30	c #decision = 11
2.20/2.30	c #random_decision = 0
2.20/2.30	c #conflict = 1
2.20/2.30	c #restart = 0
2.20/2.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.20/2.30	c lower bound updated to -446
2.20/2.30	c BCD2: 149 <= obj <= 568
2.20/2.30	c BCD2: #cores=10, #unrelaxed=436, #relaxed=159, #hardened=0
2.20/2.30	c BCD2: #sat=1 #unsat=150 bias=150/151
2.20/2.30	c Solving starts ...
2.20/2.30	c ============================[ Search Statistics ]============================
2.20/2.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.30	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.30	c =============================================================================
2.20/2.30	c  0.0s |       0 |        0 |        0 |    10428      0 |      139 |      148
2.30/2.31	c  0.0s |       0 |       11 |        1 |    10428      0 |      139 |      149
2.30/2.31	c #cpu_time = 0.011s
2.30/2.31	c #wall_clock_time = 0.011s
2.30/2.31	c #decision = 11
2.30/2.31	c #random_decision = 0
2.30/2.31	c #conflict = 1
2.30/2.31	c #restart = 0
2.30/2.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.30/2.31	c lower bound updated to -445
2.30/2.31	c BCD2: 150 <= obj <= 568
2.30/2.31	c BCD2: #cores=10, #unrelaxed=435, #relaxed=160, #hardened=0
2.30/2.31	c BCD2: #sat=1 #unsat=151 bias=151/152
2.30/2.31	c Solving starts ...
2.30/2.31	c ============================[ Search Statistics ]============================
2.30/2.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.31	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.31	c =============================================================================
2.30/2.31	c  0.0s |       0 |        0 |        0 |    10428      0 |      140 |      149
2.30/2.32	c  0.0s |       0 |       11 |        1 |    10428      0 |      140 |      150
2.30/2.32	c #cpu_time = 0.011s
2.30/2.32	c #wall_clock_time = 0.011s
2.30/2.32	c #decision = 11
2.30/2.32	c #random_decision = 0
2.30/2.32	c #conflict = 1
2.30/2.32	c #restart = 0
2.30/2.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.30/2.32	c lower bound updated to -444
2.30/2.32	c BCD2: 151 <= obj <= 568
2.30/2.32	c BCD2: #cores=10, #unrelaxed=434, #relaxed=161, #hardened=0
2.30/2.32	c BCD2: #sat=1 #unsat=152 bias=152/153
2.30/2.32	c Solving starts ...
2.30/2.32	c ============================[ Search Statistics ]============================
2.30/2.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.32	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.32	c =============================================================================
2.30/2.32	c  0.0s |       0 |        0 |        0 |    10428      0 |      141 |      150
2.30/2.33	c  0.0s |       0 |       11 |        1 |    10428      0 |      141 |      151
2.30/2.33	c #cpu_time = 0.011s
2.30/2.33	c #wall_clock_time = 0.011s
2.30/2.33	c #decision = 11
2.30/2.33	c #random_decision = 0
2.30/2.33	c #conflict = 1
2.30/2.33	c #restart = 0
2.30/2.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.30/2.33	c lower bound updated to -443
2.30/2.33	c BCD2: 152 <= obj <= 568
2.30/2.33	c BCD2: #cores=10, #unrelaxed=433, #relaxed=162, #hardened=0
2.30/2.33	c BCD2: #sat=1 #unsat=153 bias=153/154
2.30/2.33	c Solving starts ...
2.30/2.33	c ============================[ Search Statistics ]============================
2.30/2.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.33	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.33	c =============================================================================
2.30/2.33	c  0.0s |       0 |        0 |        0 |    10428      0 |      142 |      151
2.30/2.34	c  0.0s |       0 |       11 |        1 |    10428      0 |      142 |      152
2.30/2.34	c #cpu_time = 0.011s
2.30/2.34	c #wall_clock_time = 0.011s
2.30/2.34	c #decision = 11
2.30/2.34	c #random_decision = 0
2.30/2.34	c #conflict = 1
2.30/2.34	c #restart = 0
2.30/2.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.30/2.34	c lower bound updated to -442
2.30/2.34	c BCD2: 153 <= obj <= 568
2.30/2.34	c BCD2: #cores=10, #unrelaxed=432, #relaxed=163, #hardened=0
2.30/2.34	c BCD2: #sat=1 #unsat=154 bias=154/155
2.30/2.34	c Solving starts ...
2.30/2.34	c ============================[ Search Statistics ]============================
2.30/2.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.34	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.34	c =============================================================================
2.30/2.34	c  0.0s |       0 |        0 |        0 |    10428      0 |      143 |      152
2.30/2.35	c  0.0s |       0 |       11 |        1 |    10428      0 |      143 |      153
2.30/2.35	c #cpu_time = 0.011s
2.30/2.35	c #wall_clock_time = 0.011s
2.30/2.35	c #decision = 11
2.30/2.35	c #random_decision = 0
2.30/2.35	c #conflict = 1
2.30/2.35	c #restart = 0
2.30/2.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.30/2.35	c lower bound updated to -441
2.30/2.35	c BCD2: 154 <= obj <= 568
2.30/2.35	c BCD2: #cores=10, #unrelaxed=431, #relaxed=164, #hardened=0
2.30/2.35	c BCD2: #sat=1 #unsat=155 bias=155/156
2.30/2.35	c Solving starts ...
2.30/2.35	c ============================[ Search Statistics ]============================
2.30/2.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.35	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.35	c =============================================================================
2.30/2.35	c  0.0s |       0 |        0 |        0 |    10428      0 |      144 |      153
2.30/2.37	c  0.0s |       0 |       11 |        1 |    10428      0 |      144 |      154
2.30/2.37	c #cpu_time = 0.011s
2.30/2.37	c #wall_clock_time = 0.011s
2.30/2.37	c #decision = 11
2.30/2.37	c #random_decision = 0
2.30/2.37	c #conflict = 1
2.30/2.37	c #restart = 0
2.30/2.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.30/2.37	c lower bound updated to -440
2.30/2.37	c BCD2: 155 <= obj <= 568
2.30/2.37	c BCD2: #cores=10, #unrelaxed=430, #relaxed=165, #hardened=0
2.30/2.37	c BCD2: #sat=1 #unsat=156 bias=156/157
2.30/2.37	c Solving starts ...
2.30/2.37	c ============================[ Search Statistics ]============================
2.30/2.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.37	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.37	c =============================================================================
2.30/2.37	c  0.0s |       0 |        0 |        0 |    10428      0 |      145 |      154
2.30/2.38	c  0.0s |       0 |       11 |        1 |    10428      0 |      145 |      155
2.30/2.38	c #cpu_time = 0.011s
2.30/2.38	c #wall_clock_time = 0.011s
2.30/2.38	c #decision = 11
2.30/2.38	c #random_decision = 0
2.30/2.38	c #conflict = 1
2.30/2.38	c #restart = 0
2.30/2.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.30/2.38	c lower bound updated to -439
2.30/2.38	c BCD2: 156 <= obj <= 568
2.30/2.38	c BCD2: #cores=10, #unrelaxed=429, #relaxed=166, #hardened=0
2.30/2.38	c BCD2: #sat=1 #unsat=157 bias=157/158
2.30/2.38	c Solving starts ...
2.30/2.38	c ============================[ Search Statistics ]============================
2.30/2.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.38	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.38	c =============================================================================
2.30/2.38	c  0.0s |       0 |        0 |        0 |    10428      0 |      146 |      155
2.30/2.39	c  0.0s |       0 |       11 |        1 |    10428      0 |      146 |      156
2.30/2.39	c #cpu_time = 0.011s
2.30/2.39	c #wall_clock_time = 0.011s
2.30/2.39	c #decision = 11
2.30/2.39	c #random_decision = 0
2.30/2.39	c #conflict = 1
2.30/2.39	c #restart = 0
2.30/2.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.30/2.39	c lower bound updated to -438
2.30/2.39	c BCD2: 157 <= obj <= 568
2.30/2.39	c BCD2: #cores=10, #unrelaxed=428, #relaxed=167, #hardened=0
2.30/2.39	c BCD2: #sat=1 #unsat=158 bias=158/159
2.30/2.39	c Solving starts ...
2.30/2.39	c ============================[ Search Statistics ]============================
2.30/2.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.39	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.39	c =============================================================================
2.30/2.39	c  0.0s |       0 |        0 |        0 |    10428      0 |      147 |      156
2.39/2.40	c  0.0s |       0 |       11 |        1 |    10428      0 |      147 |      157
2.39/2.40	c #cpu_time = 0.011s
2.39/2.40	c #wall_clock_time = 0.011s
2.39/2.40	c #decision = 11
2.39/2.40	c #random_decision = 0
2.39/2.40	c #conflict = 1
2.39/2.40	c #restart = 0
2.39/2.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.39/2.40	c lower bound updated to -437
2.39/2.40	c BCD2: 158 <= obj <= 568
2.39/2.40	c BCD2: #cores=10, #unrelaxed=427, #relaxed=168, #hardened=0
2.39/2.40	c BCD2: #sat=1 #unsat=159 bias=159/160
2.39/2.40	c Solving starts ...
2.39/2.40	c ============================[ Search Statistics ]============================
2.39/2.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.40	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.40	c =============================================================================
2.39/2.40	c  0.0s |       0 |        0 |        0 |    10428      0 |      148 |      157
2.39/2.41	c  0.0s |       0 |       11 |        1 |    10428      0 |      148 |      158
2.39/2.41	c #cpu_time = 0.011s
2.39/2.41	c #wall_clock_time = 0.011s
2.39/2.41	c #decision = 11
2.39/2.41	c #random_decision = 0
2.39/2.41	c #conflict = 1
2.39/2.41	c #restart = 0
2.39/2.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
2.39/2.41	c lower bound updated to -436
2.39/2.42	c BCD2: 159 <= obj <= 568
2.39/2.42	c BCD2: #cores=10, #unrelaxed=426, #relaxed=169, #hardened=0
2.39/2.42	c BCD2: #sat=1 #unsat=160 bias=160/161
2.39/2.42	c Solving starts ...
2.39/2.42	c ============================[ Search Statistics ]============================
2.39/2.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.42	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.42	c =============================================================================
2.39/2.42	c  0.0s |       0 |        0 |        0 |    10428      0 |      149 |      158
2.39/2.43	c  0.0s |       0 |       11 |        1 |    10428      0 |      149 |      159
2.39/2.43	c #cpu_time = 0.011s
2.39/2.43	c #wall_clock_time = 0.011s
2.39/2.43	c #decision = 11
2.39/2.43	c #random_decision = 0
2.39/2.43	c #conflict = 1
2.39/2.43	c #restart = 0
2.39/2.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
2.39/2.43	c lower bound updated to -435
2.39/2.43	c BCD2: 160 <= obj <= 568
2.39/2.43	c BCD2: #cores=10, #unrelaxed=425, #relaxed=170, #hardened=0
2.39/2.43	c BCD2: #sat=1 #unsat=161 bias=161/162
2.39/2.43	c Solving starts ...
2.39/2.43	c ============================[ Search Statistics ]============================
2.39/2.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.43	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.43	c =============================================================================
2.39/2.43	c  0.0s |       0 |        0 |        0 |    10428      0 |      150 |      159
2.39/2.44	c  0.0s |       0 |       11 |        0 |    10428      0 |      150 |      160
2.39/2.44	c #cpu_time = 0.011s
2.39/2.44	c #wall_clock_time = 0.011s
2.39/2.44	c #decision = 11
2.39/2.44	c #random_decision = 0
2.39/2.44	c #conflict = 0
2.39/2.44	c #restart = 0
2.39/2.44	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.44	c lower bound updated to -434
2.39/2.44	c BCD2: 161 <= obj <= 568
2.39/2.44	c BCD2: #cores=11, #unrelaxed=423, #relaxed=172, #hardened=0
2.39/2.44	c BCD2: #sat=1 #unsat=162 bias=162/163
2.39/2.44	c Solving starts ...
2.39/2.44	c ============================[ Search Statistics ]============================
2.39/2.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.44	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.44	c =============================================================================
2.39/2.44	c  0.0s |       0 |        0 |        0 |    10428      0 |      150 |      161
2.39/2.45	c  0.0s |       0 |       12 |        1 |    10428      0 |      150 |      161
2.39/2.45	c #cpu_time = 0.010s
2.39/2.45	c #wall_clock_time = 0.010s
2.39/2.45	c #decision = 12
2.39/2.45	c #random_decision = 0
2.39/2.45	c #conflict = 1
2.39/2.45	c #restart = 0
2.39/2.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.39/2.45	c lower bound updated to -433
2.39/2.45	c BCD2: 162 <= obj <= 568
2.39/2.45	c BCD2: #cores=11, #unrelaxed=422, #relaxed=173, #hardened=0
2.39/2.45	c BCD2: #sat=1 #unsat=163 bias=163/164
2.39/2.45	c Solving starts ...
2.39/2.45	c ============================[ Search Statistics ]============================
2.39/2.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.45	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.45	c =============================================================================
2.39/2.45	c  0.0s |       0 |        0 |        0 |    10428      0 |      151 |      161
2.39/2.46	c  0.0s |       0 |       12 |        1 |    10428      0 |      151 |      162
2.39/2.46	c #cpu_time = 0.011s
2.39/2.46	c #wall_clock_time = 0.011s
2.39/2.46	c #decision = 12
2.39/2.46	c #random_decision = 0
2.39/2.46	c #conflict = 1
2.39/2.46	c #restart = 0
2.39/2.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.39/2.46	c lower bound updated to -432
2.39/2.46	c BCD2: 163 <= obj <= 568
2.39/2.46	c BCD2: #cores=11, #unrelaxed=421, #relaxed=174, #hardened=0
2.39/2.46	c BCD2: #sat=1 #unsat=164 bias=164/165
2.39/2.46	c Solving starts ...
2.39/2.46	c ============================[ Search Statistics ]============================
2.39/2.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.46	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.46	c =============================================================================
2.39/2.46	c  0.0s |       0 |        0 |        0 |    10428      0 |      152 |      162
2.39/2.47	c  0.0s |       0 |       12 |        1 |    10428      0 |      152 |      163
2.39/2.47	c #cpu_time = 0.011s
2.39/2.47	c #wall_clock_time = 0.011s
2.39/2.47	c #decision = 12
2.39/2.47	c #random_decision = 0
2.39/2.47	c #conflict = 1
2.39/2.47	c #restart = 0
2.39/2.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.39/2.47	c lower bound updated to -431
2.39/2.48	c BCD2: 164 <= obj <= 568
2.39/2.48	c BCD2: #cores=11, #unrelaxed=420, #relaxed=175, #hardened=0
2.39/2.48	c BCD2: #sat=1 #unsat=165 bias=165/166
2.39/2.48	c Solving starts ...
2.39/2.48	c ============================[ Search Statistics ]============================
2.39/2.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.48	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.48	c =============================================================================
2.39/2.48	c  0.0s |       0 |        0 |        0 |    10428      0 |      153 |      163
2.39/2.49	c  0.0s |       0 |       12 |        1 |    10428      0 |      153 |      164
2.39/2.49	c #cpu_time = 0.011s
2.39/2.49	c #wall_clock_time = 0.011s
2.39/2.49	c #decision = 12
2.39/2.49	c #random_decision = 0
2.39/2.49	c #conflict = 1
2.39/2.49	c #restart = 0
2.39/2.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.39/2.49	c lower bound updated to -430
2.39/2.49	c BCD2: 165 <= obj <= 568
2.39/2.49	c BCD2: #cores=11, #unrelaxed=419, #relaxed=176, #hardened=0
2.39/2.49	c BCD2: #sat=1 #unsat=166 bias=166/167
2.39/2.49	c Solving starts ...
2.39/2.49	c ============================[ Search Statistics ]============================
2.39/2.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.49	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.49	c =============================================================================
2.39/2.49	c  0.0s |       0 |        0 |        0 |    10428      0 |      154 |      164
2.49/2.50	c  0.0s |       0 |       12 |        1 |    10428      0 |      154 |      165
2.49/2.50	c #cpu_time = 0.011s
2.49/2.50	c #wall_clock_time = 0.011s
2.49/2.50	c #decision = 12
2.49/2.50	c #random_decision = 0
2.49/2.50	c #conflict = 1
2.49/2.50	c #restart = 0
2.49/2.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.49/2.50	c lower bound updated to -429
2.49/2.50	c BCD2: 166 <= obj <= 568
2.49/2.50	c BCD2: #cores=11, #unrelaxed=418, #relaxed=177, #hardened=0
2.49/2.50	c BCD2: #sat=1 #unsat=167 bias=167/168
2.49/2.50	c Solving starts ...
2.49/2.50	c ============================[ Search Statistics ]============================
2.49/2.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.50	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.50	c =============================================================================
2.49/2.50	c  0.0s |       0 |        0 |        0 |    10428      0 |      155 |      165
2.49/2.51	c  0.0s |       0 |       12 |        1 |    10428      0 |      155 |      166
2.49/2.51	c #cpu_time = 0.011s
2.49/2.51	c #wall_clock_time = 0.011s
2.49/2.51	c #decision = 12
2.49/2.51	c #random_decision = 0
2.49/2.51	c #conflict = 1
2.49/2.51	c #restart = 0
2.49/2.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.49/2.51	c lower bound updated to -428
2.49/2.51	c BCD2: 167 <= obj <= 568
2.49/2.51	c BCD2: #cores=11, #unrelaxed=417, #relaxed=178, #hardened=0
2.49/2.51	c BCD2: #sat=1 #unsat=168 bias=168/169
2.49/2.51	c Solving starts ...
2.49/2.51	c ============================[ Search Statistics ]============================
2.49/2.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.51	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.51	c =============================================================================
2.49/2.51	c  0.0s |       0 |        0 |        0 |    10428      0 |      156 |      166
2.49/2.52	c  0.0s |       0 |       12 |        1 |    10428      0 |      156 |      167
2.49/2.52	c #cpu_time = 0.011s
2.49/2.52	c #wall_clock_time = 0.011s
2.49/2.52	c #decision = 12
2.49/2.52	c #random_decision = 0
2.49/2.52	c #conflict = 1
2.49/2.52	c #restart = 0
2.49/2.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.49/2.52	c lower bound updated to -427
2.49/2.52	c BCD2: 168 <= obj <= 568
2.49/2.52	c BCD2: #cores=11, #unrelaxed=416, #relaxed=179, #hardened=0
2.49/2.52	c BCD2: #sat=1 #unsat=169 bias=169/170
2.49/2.52	c Solving starts ...
2.49/2.52	c ============================[ Search Statistics ]============================
2.49/2.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.52	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.52	c =============================================================================
2.49/2.52	c  0.0s |       0 |        0 |        0 |    10428      0 |      157 |      167
2.49/2.53	c  0.0s |       0 |       12 |        1 |    10428      0 |      157 |      168
2.49/2.53	c #cpu_time = 0.011s
2.49/2.53	c #wall_clock_time = 0.011s
2.49/2.53	c #decision = 12
2.49/2.53	c #random_decision = 0
2.49/2.53	c #conflict = 1
2.49/2.53	c #restart = 0
2.49/2.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.49/2.53	c lower bound updated to -426
2.49/2.53	c BCD2: 169 <= obj <= 568
2.49/2.53	c BCD2: #cores=11, #unrelaxed=415, #relaxed=180, #hardened=0
2.49/2.53	c BCD2: #sat=1 #unsat=170 bias=170/171
2.49/2.53	c Solving starts ...
2.49/2.53	c ============================[ Search Statistics ]============================
2.49/2.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.53	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.53	c =============================================================================
2.49/2.53	c  0.0s |       0 |        0 |        0 |    10428      0 |      158 |      168
2.49/2.54	c  0.0s |       0 |       12 |        1 |    10428      0 |      158 |      169
2.49/2.54	c #cpu_time = 0.011s
2.49/2.54	c #wall_clock_time = 0.011s
2.49/2.54	c #decision = 12
2.49/2.54	c #random_decision = 0
2.49/2.54	c #conflict = 1
2.49/2.54	c #restart = 0
2.49/2.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.49/2.54	c lower bound updated to -425
2.49/2.55	c BCD2: 170 <= obj <= 568
2.49/2.55	c BCD2: #cores=11, #unrelaxed=414, #relaxed=181, #hardened=0
2.49/2.55	c BCD2: #sat=1 #unsat=171 bias=171/172
2.49/2.55	c Solving starts ...
2.49/2.55	c ============================[ Search Statistics ]============================
2.49/2.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.55	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.55	c =============================================================================
2.49/2.55	c  0.0s |       0 |        0 |        0 |    10428      0 |      159 |      169
2.49/2.56	c  0.0s |       0 |       12 |        1 |    10428      0 |      159 |      170
2.49/2.56	c #cpu_time = 0.011s
2.49/2.56	c #wall_clock_time = 0.011s
2.49/2.56	c #decision = 12
2.49/2.56	c #random_decision = 0
2.49/2.56	c #conflict = 1
2.49/2.56	c #restart = 0
2.49/2.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.49/2.56	c lower bound updated to -424
2.49/2.56	c BCD2: 171 <= obj <= 568
2.49/2.56	c BCD2: #cores=11, #unrelaxed=413, #relaxed=182, #hardened=0
2.49/2.56	c BCD2: #sat=1 #unsat=172 bias=172/173
2.49/2.56	c Solving starts ...
2.49/2.56	c ============================[ Search Statistics ]============================
2.49/2.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.56	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.56	c =============================================================================
2.49/2.56	c  0.0s |       0 |        0 |        0 |    10428      0 |      160 |      170
2.49/2.57	c  0.0s |       0 |       12 |        1 |    10428      0 |      160 |      171
2.49/2.57	c #cpu_time = 0.011s
2.49/2.57	c #wall_clock_time = 0.011s
2.49/2.57	c #decision = 12
2.49/2.57	c #random_decision = 0
2.49/2.57	c #conflict = 1
2.49/2.57	c #restart = 0
2.49/2.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.49/2.57	c lower bound updated to -423
2.49/2.57	c BCD2: 172 <= obj <= 568
2.49/2.57	c BCD2: #cores=11, #unrelaxed=412, #relaxed=183, #hardened=0
2.49/2.57	c BCD2: #sat=1 #unsat=173 bias=173/174
2.49/2.57	c Solving starts ...
2.49/2.57	c ============================[ Search Statistics ]============================
2.49/2.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.57	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.57	c =============================================================================
2.49/2.57	c  0.0s |       0 |        0 |        0 |    10428      0 |      161 |      171
2.49/2.58	c  0.0s |       0 |       12 |        1 |    10428      0 |      161 |      172
2.49/2.58	c #cpu_time = 0.011s
2.49/2.58	c #wall_clock_time = 0.011s
2.49/2.58	c #decision = 12
2.49/2.58	c #random_decision = 0
2.49/2.58	c #conflict = 1
2.49/2.58	c #restart = 0
2.49/2.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.49/2.58	c lower bound updated to -422
2.49/2.58	c BCD2: 173 <= obj <= 568
2.49/2.58	c BCD2: #cores=11, #unrelaxed=411, #relaxed=184, #hardened=0
2.49/2.58	c BCD2: #sat=1 #unsat=174 bias=174/175
2.49/2.58	c Solving starts ...
2.49/2.58	c ============================[ Search Statistics ]============================
2.49/2.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.58	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.58	c =============================================================================
2.49/2.58	c  0.0s |       0 |        0 |        0 |    10428      0 |      162 |      172
2.49/2.59	c  0.0s |       0 |       12 |        1 |    10428      0 |      162 |      173
2.49/2.59	c #cpu_time = 0.011s
2.49/2.59	c #wall_clock_time = 0.011s
2.49/2.59	c #decision = 12
2.49/2.59	c #random_decision = 0
2.49/2.59	c #conflict = 1
2.49/2.59	c #restart = 0
2.49/2.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.49/2.59	c lower bound updated to -421
2.49/2.59	c BCD2: 174 <= obj <= 568
2.49/2.59	c BCD2: #cores=11, #unrelaxed=410, #relaxed=185, #hardened=0
2.49/2.59	c BCD2: #sat=1 #unsat=175 bias=175/176
2.49/2.59	c Solving starts ...
2.49/2.59	c ============================[ Search Statistics ]============================
2.49/2.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.59	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.59	c =============================================================================
2.49/2.59	c  0.0s |       0 |        0 |        0 |    10428      0 |      163 |      173
2.59/2.60	c  0.0s |       0 |       12 |        1 |    10428      0 |      163 |      174
2.59/2.60	c #cpu_time = 0.011s
2.59/2.60	c #wall_clock_time = 0.011s
2.59/2.60	c #decision = 12
2.59/2.60	c #random_decision = 0
2.59/2.60	c #conflict = 1
2.59/2.60	c #restart = 0
2.59/2.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
2.59/2.60	c lower bound updated to -420
2.59/2.60	c BCD2: 175 <= obj <= 568
2.59/2.60	c BCD2: #cores=11, #unrelaxed=409, #relaxed=186, #hardened=0
2.59/2.60	c BCD2: #sat=1 #unsat=176 bias=176/177
2.59/2.60	c Solving starts ...
2.59/2.60	c ============================[ Search Statistics ]============================
2.59/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.60	c =============================================================================
2.59/2.60	c  0.0s |       0 |        0 |        0 |    10428      0 |      164 |      174
2.59/2.62	c  0.0s |       0 |       12 |        1 |    10428      0 |      164 |      175
2.59/2.62	c #cpu_time = 0.011s
2.59/2.62	c #wall_clock_time = 0.011s
2.59/2.62	c #decision = 12
2.59/2.62	c #random_decision = 0
2.59/2.62	c #conflict = 1
2.59/2.62	c #restart = 0
2.59/2.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
2.59/2.62	c lower bound updated to -419
2.59/2.62	c BCD2: 176 <= obj <= 568
2.59/2.62	c BCD2: #cores=11, #unrelaxed=408, #relaxed=187, #hardened=0
2.59/2.62	c BCD2: #sat=1 #unsat=177 bias=177/178
2.59/2.62	c Solving starts ...
2.59/2.62	c ============================[ Search Statistics ]============================
2.59/2.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.62	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.62	c =============================================================================
2.59/2.62	c  0.0s |       0 |        0 |        0 |    10428      0 |      165 |      175
2.59/2.63	c  0.0s |       0 |       12 |        0 |    10428      0 |      165 |      176
2.59/2.63	c #cpu_time = 0.011s
2.59/2.63	c #wall_clock_time = 0.011s
2.59/2.63	c #decision = 12
2.59/2.63	c #random_decision = 0
2.59/2.63	c #conflict = 0
2.59/2.63	c #restart = 0
2.59/2.63	c BCD2: found a new core of size 2: cost of the new core is >=1
2.59/2.63	c lower bound updated to -418
2.59/2.63	c BCD2: 177 <= obj <= 568
2.59/2.63	c BCD2: #cores=12, #unrelaxed=406, #relaxed=189, #hardened=0
2.59/2.63	c BCD2: #sat=1 #unsat=178 bias=178/179
2.59/2.63	c Solving starts ...
2.59/2.63	c ============================[ Search Statistics ]============================
2.59/2.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.63	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.63	c =============================================================================
2.59/2.63	c  0.0s |       0 |        0 |        0 |    10428      0 |      165 |      177
2.59/2.64	c  0.0s |       0 |       13 |        1 |    10428      0 |      165 |      177
2.59/2.64	c #cpu_time = 0.011s
2.59/2.64	c #wall_clock_time = 0.011s
2.59/2.64	c #decision = 13
2.59/2.64	c #random_decision = 0
2.59/2.64	c #conflict = 1
2.59/2.64	c #restart = 0
2.59/2.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.59/2.64	c lower bound updated to -417
2.59/2.64	c BCD2: 178 <= obj <= 568
2.59/2.64	c BCD2: #cores=12, #unrelaxed=405, #relaxed=190, #hardened=0
2.59/2.64	c BCD2: #sat=1 #unsat=179 bias=179/180
2.59/2.64	c Solving starts ...
2.59/2.64	c ============================[ Search Statistics ]============================
2.59/2.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.64	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.64	c =============================================================================
2.59/2.64	c  0.0s |       0 |        0 |        0 |    10428      0 |      166 |      177
2.59/2.65	c  0.0s |       0 |       13 |        1 |    10428      0 |      166 |      178
2.59/2.65	c #cpu_time = 0.011s
2.59/2.65	c #wall_clock_time = 0.011s
2.59/2.65	c #decision = 13
2.59/2.65	c #random_decision = 0
2.59/2.65	c #conflict = 1
2.59/2.65	c #restart = 0
2.59/2.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.59/2.65	c lower bound updated to -416
2.59/2.65	c BCD2: 179 <= obj <= 568
2.59/2.65	c BCD2: #cores=12, #unrelaxed=404, #relaxed=191, #hardened=0
2.59/2.66	c BCD2: #sat=1 #unsat=180 bias=180/181
2.59/2.66	c Solving starts ...
2.59/2.66	c ============================[ Search Statistics ]============================
2.59/2.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.66	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.66	c =============================================================================
2.59/2.66	c  0.0s |       0 |        0 |        0 |    10428      0 |      167 |      178
2.59/2.67	c  0.0s |       0 |       13 |        1 |    10428      0 |      167 |      179
2.59/2.67	c #cpu_time = 0.011s
2.59/2.67	c #wall_clock_time = 0.011s
2.59/2.67	c #decision = 13
2.59/2.67	c #random_decision = 0
2.59/2.67	c #conflict = 1
2.59/2.67	c #restart = 0
2.59/2.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.59/2.67	c lower bound updated to -415
2.59/2.67	c BCD2: 180 <= obj <= 568
2.59/2.67	c BCD2: #cores=12, #unrelaxed=403, #relaxed=192, #hardened=0
2.59/2.67	c BCD2: #sat=1 #unsat=181 bias=181/182
2.59/2.67	c Solving starts ...
2.59/2.67	c ============================[ Search Statistics ]============================
2.59/2.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.67	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.67	c =============================================================================
2.59/2.67	c  0.0s |       0 |        0 |        0 |    10428      0 |      168 |      179
2.59/2.68	c  0.0s |       0 |       13 |        1 |    10428      0 |      168 |      180
2.59/2.68	c #cpu_time = 0.011s
2.59/2.68	c #wall_clock_time = 0.011s
2.59/2.68	c #decision = 13
2.59/2.68	c #random_decision = 0
2.59/2.68	c #conflict = 1
2.59/2.68	c #restart = 0
2.59/2.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.59/2.68	c lower bound updated to -414
2.59/2.68	c BCD2: 181 <= obj <= 568
2.59/2.68	c BCD2: #cores=12, #unrelaxed=402, #relaxed=193, #hardened=0
2.59/2.68	c BCD2: #sat=1 #unsat=182 bias=182/183
2.59/2.68	c Solving starts ...
2.59/2.68	c ============================[ Search Statistics ]============================
2.59/2.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.68	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.68	c =============================================================================
2.59/2.68	c  0.0s |       0 |        0 |        0 |    10428      0 |      169 |      180
2.59/2.69	c  0.0s |       0 |       13 |        1 |    10428      0 |      169 |      181
2.59/2.69	c #cpu_time = 0.011s
2.59/2.69	c #wall_clock_time = 0.011s
2.59/2.69	c #decision = 13
2.59/2.69	c #random_decision = 0
2.59/2.69	c #conflict = 1
2.59/2.69	c #restart = 0
2.59/2.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.59/2.69	c lower bound updated to -413
2.59/2.69	c BCD2: 182 <= obj <= 568
2.59/2.69	c BCD2: #cores=12, #unrelaxed=401, #relaxed=194, #hardened=0
2.59/2.69	c BCD2: #sat=1 #unsat=183 bias=183/184
2.59/2.69	c Solving starts ...
2.59/2.69	c ============================[ Search Statistics ]============================
2.59/2.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.69	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.69	c =============================================================================
2.59/2.69	c  0.0s |       0 |        0 |        0 |    10428      0 |      170 |      181
2.69/2.70	c  0.0s |       0 |       13 |        1 |    10428      0 |      170 |      182
2.69/2.70	c #cpu_time = 0.011s
2.69/2.70	c #wall_clock_time = 0.011s
2.69/2.70	c #decision = 13
2.69/2.70	c #random_decision = 0
2.69/2.70	c #conflict = 1
2.69/2.70	c #restart = 0
2.69/2.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.69/2.70	c lower bound updated to -412
2.69/2.70	c BCD2: 183 <= obj <= 568
2.69/2.70	c BCD2: #cores=12, #unrelaxed=400, #relaxed=195, #hardened=0
2.69/2.70	c BCD2: #sat=1 #unsat=184 bias=184/185
2.69/2.70	c Solving starts ...
2.69/2.70	c ============================[ Search Statistics ]============================
2.69/2.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.70	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.70	c =============================================================================
2.69/2.70	c  0.0s |       0 |        0 |        0 |    10428      0 |      171 |      182
2.69/2.71	c  0.0s |       0 |       13 |        1 |    10428      0 |      171 |      183
2.69/2.71	c #cpu_time = 0.011s
2.69/2.71	c #wall_clock_time = 0.011s
2.69/2.71	c #decision = 13
2.69/2.71	c #random_decision = 0
2.69/2.71	c #conflict = 1
2.69/2.71	c #restart = 0
2.69/2.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.69/2.71	c lower bound updated to -411
2.69/2.71	c BCD2: 184 <= obj <= 568
2.69/2.71	c BCD2: #cores=12, #unrelaxed=399, #relaxed=196, #hardened=0
2.69/2.71	c BCD2: #sat=1 #unsat=185 bias=185/186
2.69/2.71	c Solving starts ...
2.69/2.71	c ============================[ Search Statistics ]============================
2.69/2.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.71	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.71	c =============================================================================
2.69/2.71	c  0.0s |       0 |        0 |        0 |    10428      0 |      172 |      183
2.69/2.72	c  0.0s |       0 |       13 |        1 |    10428      0 |      172 |      184
2.69/2.72	c #cpu_time = 0.011s
2.69/2.72	c #wall_clock_time = 0.011s
2.69/2.72	c #decision = 13
2.69/2.72	c #random_decision = 0
2.69/2.72	c #conflict = 1
2.69/2.72	c #restart = 0
2.69/2.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.69/2.72	c lower bound updated to -410
2.69/2.73	c BCD2: 185 <= obj <= 568
2.69/2.73	c BCD2: #cores=12, #unrelaxed=398, #relaxed=197, #hardened=0
2.69/2.73	c BCD2: #sat=1 #unsat=186 bias=186/187
2.69/2.73	c Solving starts ...
2.69/2.73	c ============================[ Search Statistics ]============================
2.69/2.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.73	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.73	c =============================================================================
2.69/2.73	c  0.0s |       0 |        0 |        0 |    10428      0 |      173 |      184
2.69/2.74	c  0.0s |       0 |       13 |        1 |    10428      0 |      173 |      185
2.69/2.74	c #cpu_time = 0.011s
2.69/2.74	c #wall_clock_time = 0.011s
2.69/2.74	c #decision = 13
2.69/2.74	c #random_decision = 0
2.69/2.74	c #conflict = 1
2.69/2.74	c #restart = 0
2.69/2.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.69/2.74	c lower bound updated to -409
2.69/2.74	c BCD2: 186 <= obj <= 568
2.69/2.74	c BCD2: #cores=12, #unrelaxed=397, #relaxed=198, #hardened=0
2.69/2.74	c BCD2: #sat=1 #unsat=187 bias=187/188
2.69/2.74	c Solving starts ...
2.69/2.74	c ============================[ Search Statistics ]============================
2.69/2.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.74	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.74	c =============================================================================
2.69/2.74	c  0.0s |       0 |        0 |        0 |    10428      0 |      174 |      185
2.69/2.75	c  0.0s |       0 |       13 |        1 |    10428      0 |      174 |      186
2.69/2.75	c #cpu_time = 0.011s
2.69/2.75	c #wall_clock_time = 0.011s
2.69/2.75	c #decision = 13
2.69/2.75	c #random_decision = 0
2.69/2.75	c #conflict = 1
2.69/2.75	c #restart = 0
2.69/2.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.69/2.75	c lower bound updated to -408
2.69/2.75	c BCD2: 187 <= obj <= 568
2.69/2.75	c BCD2: #cores=12, #unrelaxed=396, #relaxed=199, #hardened=0
2.69/2.75	c BCD2: #sat=1 #unsat=188 bias=188/189
2.69/2.75	c Solving starts ...
2.69/2.75	c ============================[ Search Statistics ]============================
2.69/2.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.75	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.75	c =============================================================================
2.69/2.75	c  0.0s |       0 |        0 |        0 |    10428      0 |      175 |      186
2.69/2.76	c  0.0s |       0 |       13 |        1 |    10428      0 |      175 |      187
2.69/2.76	c #cpu_time = 0.011s
2.69/2.76	c #wall_clock_time = 0.011s
2.69/2.76	c #decision = 13
2.69/2.76	c #random_decision = 0
2.69/2.76	c #conflict = 1
2.69/2.76	c #restart = 0
2.69/2.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.69/2.76	c lower bound updated to -407
2.69/2.76	c BCD2: 188 <= obj <= 568
2.69/2.76	c BCD2: #cores=12, #unrelaxed=395, #relaxed=200, #hardened=0
2.69/2.76	c BCD2: #sat=1 #unsat=189 bias=189/190
2.69/2.76	c Solving starts ...
2.69/2.76	c ============================[ Search Statistics ]============================
2.69/2.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.76	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.76	c =============================================================================
2.69/2.76	c  0.0s |       0 |        0 |        0 |    10428      0 |      176 |      187
2.69/2.77	c  0.0s |       0 |       13 |        1 |    10428      0 |      176 |      188
2.69/2.77	c #cpu_time = 0.011s
2.69/2.77	c #wall_clock_time = 0.011s
2.69/2.77	c #decision = 13
2.69/2.77	c #random_decision = 0
2.69/2.77	c #conflict = 1
2.69/2.77	c #restart = 0
2.69/2.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.69/2.77	c lower bound updated to -406
2.69/2.77	c BCD2: 189 <= obj <= 568
2.69/2.77	c BCD2: #cores=12, #unrelaxed=394, #relaxed=201, #hardened=0
2.69/2.77	c BCD2: #sat=1 #unsat=190 bias=190/191
2.69/2.77	c Solving starts ...
2.69/2.77	c ============================[ Search Statistics ]============================
2.69/2.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.77	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.77	c =============================================================================
2.69/2.77	c  0.0s |       0 |        0 |        0 |    10428      0 |      177 |      188
2.69/2.78	c  0.0s |       0 |       13 |        1 |    10428      0 |      177 |      189
2.69/2.78	c #cpu_time = 0.011s
2.69/2.78	c #wall_clock_time = 0.011s
2.69/2.78	c #decision = 13
2.69/2.78	c #random_decision = 0
2.69/2.78	c #conflict = 1
2.69/2.78	c #restart = 0
2.69/2.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.69/2.78	c lower bound updated to -405
2.69/2.78	c BCD2: 190 <= obj <= 568
2.69/2.78	c BCD2: #cores=12, #unrelaxed=393, #relaxed=202, #hardened=0
2.69/2.78	c BCD2: #sat=1 #unsat=191 bias=191/192
2.69/2.78	c Solving starts ...
2.69/2.78	c ============================[ Search Statistics ]============================
2.69/2.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.78	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.78	c =============================================================================
2.69/2.78	c  0.0s |       0 |        0 |        0 |    10428      0 |      178 |      189
2.69/2.80	c  0.0s |       0 |       13 |        1 |    10428      0 |      178 |      190
2.69/2.80	c #cpu_time = 0.011s
2.69/2.80	c #wall_clock_time = 0.011s
2.69/2.80	c #decision = 13
2.69/2.80	c #random_decision = 0
2.69/2.80	c #conflict = 1
2.69/2.80	c #restart = 0
2.69/2.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
2.69/2.80	c lower bound updated to -404
2.69/2.80	c BCD2: 191 <= obj <= 568
2.69/2.80	c BCD2: #cores=12, #unrelaxed=392, #relaxed=203, #hardened=0
2.69/2.80	c BCD2: #sat=1 #unsat=192 bias=192/193
2.69/2.80	c Solving starts ...
2.69/2.80	c ============================[ Search Statistics ]============================
2.69/2.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.80	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.80	c =============================================================================
2.79/2.80	c  0.0s |       0 |        0 |        0 |    10428      0 |      179 |      190
2.79/2.81	c  0.0s |       0 |       13 |        1 |    10428      0 |      179 |      191
2.79/2.81	c #cpu_time = 0.011s
2.79/2.81	c #wall_clock_time = 0.011s
2.79/2.81	c #decision = 13
2.79/2.81	c #random_decision = 0
2.79/2.81	c #conflict = 1
2.79/2.81	c #restart = 0
2.79/2.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
2.79/2.81	c lower bound updated to -403
2.79/2.81	c BCD2: 192 <= obj <= 568
2.79/2.81	c BCD2: #cores=12, #unrelaxed=391, #relaxed=204, #hardened=0
2.79/2.81	c BCD2: #sat=1 #unsat=193 bias=193/194
2.79/2.81	c Solving starts ...
2.79/2.81	c ============================[ Search Statistics ]============================
2.79/2.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.81	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.81	c =============================================================================
2.79/2.81	c  0.0s |       0 |        0 |        0 |    10428      0 |      180 |      191
2.79/2.82	c  0.0s |       0 |       13 |        0 |    10428      0 |      180 |      192
2.79/2.82	c #cpu_time = 0.011s
2.79/2.82	c #wall_clock_time = 0.011s
2.79/2.82	c #decision = 13
2.79/2.82	c #random_decision = 0
2.79/2.82	c #conflict = 0
2.79/2.82	c #restart = 0
2.79/2.82	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.82	c lower bound updated to -402
2.79/2.82	c BCD2: 193 <= obj <= 568
2.79/2.82	c BCD2: #cores=13, #unrelaxed=389, #relaxed=206, #hardened=0
2.79/2.82	c BCD2: #sat=1 #unsat=194 bias=194/195
2.79/2.82	c Solving starts ...
2.79/2.82	c ============================[ Search Statistics ]============================
2.79/2.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.82	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.82	c =============================================================================
2.79/2.82	c  0.0s |       0 |        0 |        0 |    10428      0 |      180 |      193
2.79/2.83	c  0.0s |       0 |       14 |        1 |    10428      0 |      180 |      193
2.79/2.83	c #cpu_time = 0.011s
2.79/2.83	c #wall_clock_time = 0.011s
2.79/2.83	c #decision = 14
2.79/2.83	c #random_decision = 0
2.79/2.83	c #conflict = 1
2.79/2.83	c #restart = 0
2.79/2.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.79/2.83	c lower bound updated to -401
2.79/2.83	c BCD2: 194 <= obj <= 568
2.79/2.83	c BCD2: #cores=13, #unrelaxed=388, #relaxed=207, #hardened=0
2.79/2.83	c BCD2: #sat=1 #unsat=195 bias=195/196
2.79/2.83	c Solving starts ...
2.79/2.83	c ============================[ Search Statistics ]============================
2.79/2.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.83	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.83	c =============================================================================
2.79/2.83	c  0.0s |       0 |        0 |        0 |    10428      0 |      181 |      193
2.79/2.84	c  0.0s |       0 |       14 |        1 |    10428      0 |      181 |      194
2.79/2.84	c #cpu_time = 0.011s
2.79/2.84	c #wall_clock_time = 0.011s
2.79/2.84	c #decision = 14
2.79/2.84	c #random_decision = 0
2.79/2.84	c #conflict = 1
2.79/2.84	c #restart = 0
2.79/2.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.79/2.84	c lower bound updated to -400
2.79/2.85	c BCD2: 195 <= obj <= 568
2.79/2.85	c BCD2: #cores=13, #unrelaxed=387, #relaxed=208, #hardened=0
2.79/2.85	c BCD2: #sat=1 #unsat=196 bias=196/197
2.79/2.85	c Solving starts ...
2.79/2.85	c ============================[ Search Statistics ]============================
2.79/2.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.85	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.85	c =============================================================================
2.79/2.85	c  0.0s |       0 |        0 |        0 |    10428      0 |      182 |      194
2.79/2.86	c  0.0s |       0 |       14 |        1 |    10428      0 |      182 |      195
2.79/2.86	c #cpu_time = 0.011s
2.79/2.86	c #wall_clock_time = 0.011s
2.79/2.86	c #decision = 14
2.79/2.86	c #random_decision = 0
2.79/2.86	c #conflict = 1
2.79/2.86	c #restart = 0
2.79/2.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.79/2.86	c lower bound updated to -399
2.79/2.86	c BCD2: 196 <= obj <= 568
2.79/2.86	c BCD2: #cores=13, #unrelaxed=386, #relaxed=209, #hardened=0
2.79/2.86	c BCD2: #sat=1 #unsat=197 bias=197/198
2.79/2.86	c Solving starts ...
2.79/2.86	c ============================[ Search Statistics ]============================
2.79/2.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.86	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.86	c =============================================================================
2.79/2.86	c  0.0s |       0 |        0 |        0 |    10428      0 |      183 |      195
2.79/2.87	c  0.0s |       0 |       14 |        1 |    10428      0 |      183 |      196
2.79/2.87	c #cpu_time = 0.011s
2.79/2.87	c #wall_clock_time = 0.011s
2.79/2.87	c #decision = 14
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: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.79/2.87	c lower bound updated to -398
2.79/2.87	c BCD2: 197 <= obj <= 568
2.79/2.87	c BCD2: #cores=13, #unrelaxed=385, #relaxed=210, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=198 bias=198/199
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 |    10428      0 |      184 |      196
2.79/2.88	c  0.0s |       0 |       14 |        1 |    10428      0 |      184 |      197
2.79/2.88	c #cpu_time = 0.011s
2.79/2.88	c #wall_clock_time = 0.011s
2.79/2.88	c #decision = 14
2.79/2.88	c #random_decision = 0
2.79/2.88	c #conflict = 1
2.79/2.88	c #restart = 0
2.79/2.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.79/2.88	c lower bound updated to -397
2.79/2.88	c BCD2: 198 <= obj <= 568
2.79/2.88	c BCD2: #cores=13, #unrelaxed=384, #relaxed=211, #hardened=0
2.79/2.88	c BCD2: #sat=1 #unsat=199 bias=199/200
2.79/2.88	c Solving starts ...
2.79/2.88	c ============================[ Search Statistics ]============================
2.79/2.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.88	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.88	c =============================================================================
2.79/2.88	c  0.0s |       0 |        0 |        0 |    10428      0 |      185 |      197
2.79/2.89	c  0.0s |       0 |       14 |        1 |    10428      0 |      185 |      198
2.79/2.89	c #cpu_time = 0.011s
2.79/2.89	c #wall_clock_time = 0.011s
2.79/2.89	c #decision = 14
2.79/2.89	c #random_decision = 0
2.79/2.89	c #conflict = 1
2.79/2.89	c #restart = 0
2.79/2.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.79/2.89	c lower bound updated to -396
2.79/2.89	c BCD2: 199 <= obj <= 568
2.79/2.89	c BCD2: #cores=13, #unrelaxed=383, #relaxed=212, #hardened=0
2.79/2.89	c BCD2: #sat=1 #unsat=200 bias=200/201
2.79/2.89	c Solving starts ...
2.79/2.89	c ============================[ Search Statistics ]============================
2.79/2.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.89	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.89	c =============================================================================
2.79/2.89	c  0.0s |       0 |        0 |        0 |    10428      0 |      186 |      198
2.89/2.90	c  0.0s |       0 |       14 |        1 |    10428      0 |      186 |      199
2.89/2.90	c #cpu_time = 0.011s
2.89/2.90	c #wall_clock_time = 0.011s
2.89/2.90	c #decision = 14
2.89/2.90	c #random_decision = 0
2.89/2.90	c #conflict = 1
2.89/2.90	c #restart = 0
2.89/2.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.89/2.90	c lower bound updated to -395
2.89/2.91	c BCD2: 200 <= obj <= 568
2.89/2.91	c BCD2: #cores=13, #unrelaxed=382, #relaxed=213, #hardened=0
2.89/2.91	c BCD2: #sat=1 #unsat=201 bias=201/202
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 |    10428      0 |      187 |      199
2.89/2.92	c  0.0s |       0 |       14 |        1 |    10428      0 |      187 |      200
2.89/2.92	c #cpu_time = 0.011s
2.89/2.92	c #wall_clock_time = 0.011s
2.89/2.92	c #decision = 14
2.89/2.92	c #random_decision = 0
2.89/2.92	c #conflict = 1
2.89/2.92	c #restart = 0
2.89/2.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.89/2.92	c lower bound updated to -394
2.89/2.92	c BCD2: 201 <= obj <= 568
2.89/2.92	c BCD2: #cores=13, #unrelaxed=381, #relaxed=214, #hardened=0
2.89/2.92	c BCD2: #sat=1 #unsat=202 bias=202/203
2.89/2.92	c Solving starts ...
2.89/2.92	c ============================[ Search Statistics ]============================
2.89/2.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.92	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.92	c =============================================================================
2.89/2.92	c  0.0s |       0 |        0 |        0 |    10428      0 |      188 |      200
2.89/2.93	c  0.0s |       0 |       14 |        1 |    10428      0 |      188 |      201
2.89/2.93	c #cpu_time = 0.011s
2.89/2.93	c #wall_clock_time = 0.011s
2.89/2.93	c #decision = 14
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: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.89/2.93	c lower bound updated to -393
2.89/2.93	c BCD2: 202 <= obj <= 568
2.89/2.93	c BCD2: #cores=13, #unrelaxed=380, #relaxed=215, #hardened=0
2.89/2.93	c BCD2: #sat=1 #unsat=203 bias=203/204
2.89/2.93	c Solving starts ...
2.89/2.93	c ============================[ Search Statistics ]============================
2.89/2.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.93	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.93	c =============================================================================
2.89/2.93	c  0.0s |       0 |        0 |        0 |    10428      0 |      189 |      201
2.89/2.94	c  0.0s |       0 |       14 |        1 |    10428      0 |      189 |      202
2.89/2.94	c #cpu_time = 0.011s
2.89/2.94	c #wall_clock_time = 0.011s
2.89/2.94	c #decision = 14
2.89/2.94	c #random_decision = 0
2.89/2.94	c #conflict = 1
2.89/2.94	c #restart = 0
2.89/2.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.89/2.94	c lower bound updated to -392
2.89/2.94	c BCD2: 203 <= obj <= 568
2.89/2.94	c BCD2: #cores=13, #unrelaxed=379, #relaxed=216, #hardened=0
2.89/2.94	c BCD2: #sat=1 #unsat=204 bias=204/205
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.94	c  0.0s |       0 |        0 |        0 |    10428      0 |      190 |      202
2.89/2.95	c  0.0s |       0 |       14 |        1 |    10428      0 |      190 |      203
2.89/2.95	c #cpu_time = 0.011s
2.89/2.95	c #wall_clock_time = 0.011s
2.89/2.95	c #decision = 14
2.89/2.95	c #random_decision = 0
2.89/2.95	c #conflict = 1
2.89/2.95	c #restart = 0
2.89/2.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.89/2.95	c lower bound updated to -391
2.89/2.95	c BCD2: 204 <= obj <= 568
2.89/2.95	c BCD2: #cores=13, #unrelaxed=378, #relaxed=217, #hardened=0
2.89/2.95	c BCD2: #sat=1 #unsat=205 bias=205/206
2.89/2.95	c Solving starts ...
2.89/2.95	c ============================[ Search Statistics ]============================
2.89/2.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.95	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.95	c =============================================================================
2.89/2.95	c  0.0s |       0 |        0 |        0 |    10428      0 |      191 |      203
2.89/2.96	c  0.0s |       0 |       14 |        1 |    10428      0 |      191 |      204
2.89/2.96	c #cpu_time = 0.011s
2.89/2.96	c #wall_clock_time = 0.011s
2.89/2.96	c #decision = 14
2.89/2.96	c #random_decision = 0
2.89/2.96	c #conflict = 1
2.89/2.96	c #restart = 0
2.89/2.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.89/2.96	c lower bound updated to -390
2.89/2.96	c BCD2: 205 <= obj <= 568
2.89/2.96	c BCD2: #cores=13, #unrelaxed=377, #relaxed=218, #hardened=0
2.89/2.96	c BCD2: #sat=1 #unsat=206 bias=206/207
2.89/2.96	c Solving starts ...
2.89/2.96	c ============================[ Search Statistics ]============================
2.89/2.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.96	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.96	c =============================================================================
2.89/2.96	c  0.0s |       0 |        0 |        0 |    10428      0 |      192 |      204
2.89/2.98	c  0.0s |       0 |       14 |        1 |    10428      0 |      192 |      205
2.89/2.98	c #cpu_time = 0.011s
2.89/2.98	c #wall_clock_time = 0.011s
2.89/2.98	c #decision = 14
2.89/2.98	c #random_decision = 0
2.89/2.98	c #conflict = 1
2.89/2.98	c #restart = 0
2.89/2.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.89/2.98	c lower bound updated to -389
2.89/2.98	c BCD2: 206 <= obj <= 568
2.89/2.98	c BCD2: #cores=13, #unrelaxed=376, #relaxed=219, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=207 bias=207/208
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 |    10428      0 |      193 |      205
2.89/2.99	c  0.0s |       0 |       14 |        1 |    10428      0 |      193 |      206
2.89/2.99	c #cpu_time = 0.011s
2.89/2.99	c #wall_clock_time = 0.011s
2.89/2.99	c #decision = 14
2.89/2.99	c #random_decision = 0
2.89/2.99	c #conflict = 1
2.89/2.99	c #restart = 0
2.89/2.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
2.89/2.99	c lower bound updated to -388
2.89/2.99	c BCD2: 207 <= obj <= 568
2.89/2.99	c BCD2: #cores=13, #unrelaxed=375, #relaxed=220, #hardened=0
2.89/2.99	c BCD2: #sat=1 #unsat=208 bias=208/209
2.89/2.99	c Solving starts ...
2.89/2.99	c ============================[ Search Statistics ]============================
2.89/2.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.99	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.99	c =============================================================================
2.89/2.99	c  0.0s |       0 |        0 |        0 |    10428      0 |      194 |      206
2.99/3.00	c  0.0s |       0 |       14 |        1 |    10428      0 |      194 |      207
2.99/3.00	c #cpu_time = 0.011s
2.99/3.00	c #wall_clock_time = 0.011s
2.99/3.00	c #decision = 14
2.99/3.00	c #random_decision = 0
2.99/3.00	c #conflict = 1
2.99/3.00	c #restart = 0
2.99/3.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
2.99/3.00	c lower bound updated to -387
2.99/3.00	c BCD2: 208 <= obj <= 568
2.99/3.00	c BCD2: #cores=13, #unrelaxed=374, #relaxed=221, #hardened=0
2.99/3.00	c BCD2: #sat=1 #unsat=209 bias=209/210
2.99/3.00	c Solving starts ...
2.99/3.00	c ============================[ Search Statistics ]============================
2.99/3.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.00	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.00	c =============================================================================
2.99/3.00	c  0.0s |       0 |        0 |        0 |    10428      0 |      195 |      207
2.99/3.01	c  0.0s |       0 |       14 |        0 |    10428      0 |      195 |      208
2.99/3.01	c #cpu_time = 0.011s
2.99/3.01	c #wall_clock_time = 0.011s
2.99/3.01	c #decision = 14
2.99/3.01	c #random_decision = 0
2.99/3.01	c #conflict = 0
2.99/3.01	c #restart = 0
2.99/3.01	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.01	c lower bound updated to -386
2.99/3.01	c BCD2: 209 <= obj <= 568
2.99/3.01	c BCD2: #cores=14, #unrelaxed=372, #relaxed=223, #hardened=0
2.99/3.01	c BCD2: #sat=1 #unsat=210 bias=210/211
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 |    10428      0 |      195 |      209
2.99/3.02	c  0.0s |       0 |       15 |        1 |    10428      0 |      195 |      209
2.99/3.02	c #cpu_time = 0.011s
2.99/3.02	c #wall_clock_time = 0.011s
2.99/3.02	c #decision = 15
2.99/3.02	c #random_decision = 0
2.99/3.02	c #conflict = 1
2.99/3.02	c #restart = 0
2.99/3.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.99/3.02	c lower bound updated to -385
2.99/3.02	c BCD2: 210 <= obj <= 568
2.99/3.02	c BCD2: #cores=14, #unrelaxed=371, #relaxed=224, #hardened=0
2.99/3.02	c BCD2: #sat=1 #unsat=211 bias=211/212
2.99/3.03	c Solving starts ...
2.99/3.03	c ============================[ Search Statistics ]============================
2.99/3.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.03	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.03	c =============================================================================
2.99/3.03	c  0.0s |       0 |        0 |        0 |    10428      0 |      196 |      209
2.99/3.04	c  0.0s |       0 |       15 |        1 |    10428      0 |      196 |      210
2.99/3.04	c #cpu_time = 0.011s
2.99/3.04	c #wall_clock_time = 0.011s
2.99/3.04	c #decision = 15
2.99/3.04	c #random_decision = 0
2.99/3.04	c #conflict = 1
2.99/3.04	c #restart = 0
2.99/3.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.99/3.04	c lower bound updated to -384
2.99/3.04	c BCD2: 211 <= obj <= 568
2.99/3.04	c BCD2: #cores=14, #unrelaxed=370, #relaxed=225, #hardened=0
2.99/3.04	c BCD2: #sat=1 #unsat=212 bias=212/213
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.04	c  0.0s |       0 |        0 |        0 |    10428      0 |      197 |      210
2.99/3.05	c  0.0s |       0 |       15 |        1 |    10428      0 |      197 |      211
2.99/3.05	c #cpu_time = 0.011s
2.99/3.05	c #wall_clock_time = 0.011s
2.99/3.05	c #decision = 15
2.99/3.05	c #random_decision = 0
2.99/3.05	c #conflict = 1
2.99/3.05	c #restart = 0
2.99/3.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.99/3.05	c lower bound updated to -383
2.99/3.05	c BCD2: 212 <= obj <= 568
2.99/3.05	c BCD2: #cores=14, #unrelaxed=369, #relaxed=226, #hardened=0
2.99/3.05	c BCD2: #sat=1 #unsat=213 bias=213/214
2.99/3.05	c Solving starts ...
2.99/3.05	c ============================[ Search Statistics ]============================
2.99/3.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.05	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.05	c =============================================================================
2.99/3.05	c  0.0s |       0 |        0 |        0 |    10428      0 |      198 |      211
2.99/3.06	c  0.0s |       0 |       15 |        1 |    10428      0 |      198 |      212
2.99/3.06	c #cpu_time = 0.011s
2.99/3.06	c #wall_clock_time = 0.011s
2.99/3.06	c #decision = 15
2.99/3.06	c #random_decision = 0
2.99/3.06	c #conflict = 1
2.99/3.06	c #restart = 0
2.99/3.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.99/3.06	c lower bound updated to -382
2.99/3.06	c BCD2: 213 <= obj <= 568
2.99/3.06	c BCD2: #cores=14, #unrelaxed=368, #relaxed=227, #hardened=0
2.99/3.06	c BCD2: #sat=1 #unsat=214 bias=214/215
2.99/3.06	c Solving starts ...
2.99/3.06	c ============================[ Search Statistics ]============================
2.99/3.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.06	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.06	c =============================================================================
2.99/3.06	c  0.0s |       0 |        0 |        0 |    10428      0 |      199 |      212
2.99/3.07	c  0.0s |       0 |       15 |        1 |    10428      0 |      199 |      213
2.99/3.07	c #cpu_time = 0.011s
2.99/3.07	c #wall_clock_time = 0.011s
2.99/3.07	c #decision = 15
2.99/3.07	c #random_decision = 0
2.99/3.07	c #conflict = 1
2.99/3.07	c #restart = 0
2.99/3.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.99/3.07	c lower bound updated to -381
2.99/3.07	c BCD2: 214 <= obj <= 568
2.99/3.07	c BCD2: #cores=14, #unrelaxed=367, #relaxed=228, #hardened=0
2.99/3.07	c BCD2: #sat=1 #unsat=215 bias=215/216
2.99/3.07	c Solving starts ...
2.99/3.07	c ============================[ Search Statistics ]============================
2.99/3.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.07	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.07	c =============================================================================
2.99/3.07	c  0.0s |       0 |        0 |        0 |    10428      0 |      200 |      213
2.99/3.09	c  0.0s |       0 |       15 |        1 |    10428      0 |      200 |      214
2.99/3.09	c #cpu_time = 0.011s
2.99/3.09	c #wall_clock_time = 0.011s
2.99/3.09	c #decision = 15
2.99/3.09	c #random_decision = 0
2.99/3.09	c #conflict = 1
2.99/3.09	c #restart = 0
2.99/3.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.99/3.09	c lower bound updated to -380
2.99/3.09	c BCD2: 215 <= obj <= 568
2.99/3.09	c BCD2: #cores=14, #unrelaxed=366, #relaxed=229, #hardened=0
2.99/3.09	c BCD2: #sat=1 #unsat=216 bias=216/217
2.99/3.09	c Solving starts ...
2.99/3.09	c ============================[ Search Statistics ]============================
2.99/3.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.09	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.09	c =============================================================================
2.99/3.09	c  0.0s |       0 |        0 |        0 |    10428      0 |      201 |      214
3.09/3.10	c  0.0s |       0 |       15 |        1 |    10428      0 |      201 |      215
3.09/3.10	c #cpu_time = 0.011s
3.09/3.10	c #wall_clock_time = 0.011s
3.09/3.10	c #decision = 15
3.09/3.10	c #random_decision = 0
3.09/3.10	c #conflict = 1
3.09/3.10	c #restart = 0
3.09/3.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
3.09/3.10	c lower bound updated to -379
3.09/3.10	c BCD2: 216 <= obj <= 568
3.09/3.10	c BCD2: #cores=14, #unrelaxed=365, #relaxed=230, #hardened=0
3.09/3.10	c BCD2: #sat=1 #unsat=217 bias=217/218
3.09/3.10	c Solving starts ...
3.09/3.10	c ============================[ Search Statistics ]============================
3.09/3.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.10	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.10	c =============================================================================
3.09/3.10	c  0.0s |       0 |        0 |        0 |    10428      0 |      202 |      215
3.09/3.11	c  0.0s |       0 |       15 |        1 |    10428      0 |      202 |      216
3.09/3.11	c #cpu_time = 0.011s
3.09/3.11	c #wall_clock_time = 0.011s
3.09/3.11	c #decision = 15
3.09/3.11	c #random_decision = 0
3.09/3.11	c #conflict = 1
3.09/3.11	c #restart = 0
3.09/3.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
3.09/3.11	c lower bound updated to -378
3.09/3.11	c BCD2: 217 <= obj <= 568
3.09/3.11	c BCD2: #cores=14, #unrelaxed=364, #relaxed=231, #hardened=0
3.09/3.11	c BCD2: #sat=1 #unsat=218 bias=218/219
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 |    10428      0 |      203 |      216
3.09/3.12	c  0.0s |       0 |       15 |        1 |    10428      0 |      203 |      217
3.09/3.12	c #cpu_time = 0.011s
3.09/3.12	c #wall_clock_time = 0.011s
3.09/3.12	c #decision = 15
3.09/3.12	c #random_decision = 0
3.09/3.12	c #conflict = 1
3.09/3.12	c #restart = 0
3.09/3.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
3.09/3.12	c lower bound updated to -377
3.09/3.12	c BCD2: 218 <= obj <= 568
3.09/3.12	c BCD2: #cores=14, #unrelaxed=363, #relaxed=232, #hardened=0
3.09/3.12	c BCD2: #sat=1 #unsat=219 bias=219/220
3.09/3.12	c Solving starts ...
3.09/3.12	c ============================[ Search Statistics ]============================
3.09/3.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.12	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.12	c =============================================================================
3.09/3.12	c  0.0s |       0 |        0 |        0 |    10428      0 |      204 |      217
3.09/3.13	c  0.0s |       0 |       15 |        1 |    10428      0 |      204 |      218
3.09/3.13	c #cpu_time = 0.011s
3.09/3.13	c #wall_clock_time = 0.011s
3.09/3.13	c #decision = 15
3.09/3.13	c #random_decision = 0
3.09/3.13	c #conflict = 1
3.09/3.13	c #restart = 0
3.09/3.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
3.09/3.13	c lower bound updated to -376
3.09/3.13	c BCD2: 219 <= obj <= 568
3.09/3.13	c BCD2: #cores=14, #unrelaxed=362, #relaxed=233, #hardened=0
3.09/3.13	c BCD2: #sat=1 #unsat=220 bias=220/221
3.09/3.13	c Solving starts ...
3.09/3.13	c ============================[ Search Statistics ]============================
3.09/3.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.13	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.13	c =============================================================================
3.09/3.13	c  0.0s |       0 |        0 |        0 |    10428      0 |      205 |      218
3.09/3.15	c  0.0s |       0 |       15 |        1 |    10428      0 |      205 |      219
3.09/3.15	c #cpu_time = 0.011s
3.09/3.15	c #wall_clock_time = 0.011s
3.09/3.15	c #decision = 15
3.09/3.15	c #random_decision = 0
3.09/3.15	c #conflict = 1
3.09/3.15	c #restart = 0
3.09/3.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
3.09/3.15	c lower bound updated to -375
3.09/3.15	c BCD2: 220 <= obj <= 568
3.09/3.15	c BCD2: #cores=14, #unrelaxed=361, #relaxed=234, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=221 bias=221/222
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 |    10428      0 |      206 |      219
3.09/3.16	c  0.0s |       0 |       15 |        1 |    10428      0 |      206 |      220
3.09/3.16	c #cpu_time = 0.011s
3.09/3.16	c #wall_clock_time = 0.011s
3.09/3.16	c #decision = 15
3.09/3.16	c #random_decision = 0
3.09/3.16	c #conflict = 1
3.09/3.16	c #restart = 0
3.09/3.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
3.09/3.16	c lower bound updated to -374
3.09/3.16	c BCD2: 221 <= obj <= 568
3.09/3.16	c BCD2: #cores=14, #unrelaxed=360, #relaxed=235, #hardened=0
3.09/3.16	c BCD2: #sat=1 #unsat=222 bias=222/223
3.09/3.16	c Solving starts ...
3.09/3.16	c ============================[ Search Statistics ]============================
3.09/3.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.16	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.16	c =============================================================================
3.09/3.16	c  0.0s |       0 |        0 |        0 |    10428      0 |      207 |      220
3.09/3.17	c  0.0s |       0 |       15 |        1 |    10428      0 |      207 |      221
3.09/3.17	c #cpu_time = 0.011s
3.09/3.17	c #wall_clock_time = 0.011s
3.09/3.17	c #decision = 15
3.09/3.17	c #random_decision = 0
3.09/3.17	c #conflict = 1
3.09/3.17	c #restart = 0
3.09/3.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
3.09/3.17	c lower bound updated to -373
3.09/3.17	c BCD2: 222 <= obj <= 568
3.09/3.17	c BCD2: #cores=14, #unrelaxed=359, #relaxed=236, #hardened=0
3.09/3.17	c BCD2: #sat=1 #unsat=223 bias=223/224
3.09/3.17	c Solving starts ...
3.09/3.17	c ============================[ Search Statistics ]============================
3.09/3.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.17	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.17	c =============================================================================
3.09/3.17	c  0.0s |       0 |        0 |        0 |    10428      0 |      208 |      221
3.09/3.18	c  0.0s |       0 |       15 |        1 |    10428      0 |      208 |      222
3.09/3.18	c #cpu_time = 0.011s
3.09/3.18	c #wall_clock_time = 0.011s
3.09/3.18	c #decision = 15
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: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
3.09/3.18	c lower bound updated to -372
3.09/3.18	c BCD2: 223 <= obj <= 568
3.09/3.18	c BCD2: #cores=14, #unrelaxed=358, #relaxed=237, #hardened=0
3.09/3.18	c BCD2: #sat=1 #unsat=224 bias=224/225
3.09/3.18	c Solving starts ...
3.09/3.18	c ============================[ Search Statistics ]============================
3.09/3.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.18	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.18	c =============================================================================
3.09/3.18	c  0.0s |       0 |        0 |        0 |    10428      0 |      209 |      222
3.09/3.19	c  0.0s |       0 |       15 |        1 |    10428      0 |      209 |      223
3.09/3.19	c #cpu_time = 0.011s
3.09/3.19	c #wall_clock_time = 0.011s
3.09/3.19	c #decision = 15
3.09/3.19	c #random_decision = 0
3.09/3.19	c #conflict = 1
3.09/3.19	c #restart = 0
3.09/3.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
3.09/3.19	c lower bound updated to -371
3.09/3.19	c BCD2: 224 <= obj <= 568
3.09/3.19	c BCD2: #cores=14, #unrelaxed=357, #relaxed=238, #hardened=0
3.09/3.19	c BCD2: #sat=1 #unsat=225 bias=225/226
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 |    10428      0 |      210 |      223
3.19/3.21	c  0.0s |       0 |       15 |        0 |    10428      0 |      210 |      224
3.19/3.21	c #cpu_time = 0.011s
3.19/3.21	c #wall_clock_time = 0.011s
3.19/3.21	c #decision = 15
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 2: cost of the new core is >=1
3.19/3.21	c lower bound updated to -370
3.19/3.21	c BCD2: 225 <= obj <= 568
3.19/3.21	c BCD2: #cores=15, #unrelaxed=355, #relaxed=240, #hardened=0
3.19/3.21	c BCD2: #sat=1 #unsat=226 bias=226/227
3.19/3.21	c Solving starts ...
3.19/3.21	c ============================[ Search Statistics ]============================
3.19/3.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.21	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.21	c =============================================================================
3.19/3.21	c  0.0s |       0 |        0 |        0 |    10428      0 |      210 |      225
3.19/3.22	c  0.0s |       0 |       16 |        1 |    10428      0 |      210 |      225
3.19/3.22	c #cpu_time = 0.011s
3.19/3.22	c #wall_clock_time = 0.011s
3.19/3.22	c #decision = 16
3.19/3.22	c #random_decision = 0
3.19/3.22	c #conflict = 1
3.19/3.22	c #restart = 0
3.19/3.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.19/3.22	c lower bound updated to -369
3.19/3.22	c BCD2: 226 <= obj <= 568
3.19/3.22	c BCD2: #cores=15, #unrelaxed=354, #relaxed=241, #hardened=0
3.19/3.22	c BCD2: #sat=1 #unsat=227 bias=227/228
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 |    10428      0 |      211 |      225
3.19/3.23	c  0.0s |       0 |       16 |        1 |    10428      0 |      211 |      226
3.19/3.23	c #cpu_time = 0.011s
3.19/3.23	c #wall_clock_time = 0.011s
3.19/3.23	c #decision = 16
3.19/3.23	c #random_decision = 0
3.19/3.23	c #conflict = 1
3.19/3.23	c #restart = 0
3.19/3.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.19/3.23	c lower bound updated to -368
3.19/3.23	c BCD2: 227 <= obj <= 568
3.19/3.23	c BCD2: #cores=15, #unrelaxed=353, #relaxed=242, #hardened=0
3.19/3.23	c BCD2: #sat=1 #unsat=228 bias=228/229
3.19/3.23	c Solving starts ...
3.19/3.23	c ============================[ Search Statistics ]============================
3.19/3.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.23	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.23	c =============================================================================
3.19/3.23	c  0.0s |       0 |        0 |        0 |    10428      0 |      212 |      226
3.19/3.24	c  0.0s |       0 |       16 |        1 |    10428      0 |      212 |      227
3.19/3.24	c #cpu_time = 0.011s
3.19/3.24	c #wall_clock_time = 0.011s
3.19/3.24	c #decision = 16
3.19/3.24	c #random_decision = 0
3.19/3.24	c #conflict = 1
3.19/3.24	c #restart = 0
3.19/3.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
3.19/3.24	c lower bound updated to -367
3.19/3.24	c BCD2: 228 <= obj <= 568
3.19/3.24	c BCD2: #cores=15, #unrelaxed=352, #relaxed=243, #hardened=0
3.19/3.24	c BCD2: #sat=1 #unsat=229 bias=229/230
3.19/3.24	c Solving starts ...
3.19/3.24	c ============================[ Search Statistics ]============================
3.19/3.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.24	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.24	c =============================================================================
3.19/3.24	c  0.0s |       0 |        0 |        0 |    10428      0 |      213 |      227
3.19/3.25	c  0.0s |       0 |       16 |        1 |    10428      0 |      213 |      228
3.19/3.25	c #cpu_time = 0.011s
3.19/3.25	c #wall_clock_time = 0.011s
3.19/3.25	c #decision = 16
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: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
3.19/3.25	c lower bound updated to -366
3.19/3.25	c BCD2: 229 <= obj <= 568
3.19/3.25	c BCD2: #cores=15, #unrelaxed=351, #relaxed=244, #hardened=0
3.19/3.25	c BCD2: #sat=1 #unsat=230 bias=230/231
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.25	c  0.0s |       0 |        0 |        0 |    10428      0 |      214 |      228
3.19/3.27	c  0.0s |       0 |       16 |        1 |    10428      0 |      214 |      229
3.19/3.27	c #cpu_time = 0.011s
3.19/3.27	c #wall_clock_time = 0.011s
3.19/3.27	c #decision = 16
3.19/3.27	c #random_decision = 0
3.19/3.27	c #conflict = 1
3.19/3.27	c #restart = 0
3.19/3.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
3.19/3.27	c lower bound updated to -365
3.19/3.27	c BCD2: 230 <= obj <= 568
3.19/3.27	c BCD2: #cores=15, #unrelaxed=350, #relaxed=245, #hardened=0
3.19/3.27	c BCD2: #sat=1 #unsat=231 bias=231/232
3.19/3.27	c Solving starts ...
3.19/3.27	c ============================[ Search Statistics ]============================
3.19/3.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.27	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.27	c =============================================================================
3.19/3.27	c  0.0s |       0 |        0 |        0 |    10428      0 |      215 |      229
3.19/3.28	c  0.0s |       0 |       16 |        1 |    10428      0 |      215 |      230
3.19/3.28	c #cpu_time = 0.011s
3.19/3.28	c #wall_clock_time = 0.011s
3.19/3.28	c #decision = 16
3.19/3.28	c #random_decision = 0
3.19/3.28	c #conflict = 1
3.19/3.28	c #restart = 0
3.19/3.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
3.19/3.28	c lower bound updated to -364
3.19/3.28	c BCD2: 231 <= obj <= 568
3.19/3.28	c BCD2: #cores=15, #unrelaxed=349, #relaxed=246, #hardened=0
3.19/3.28	c BCD2: #sat=1 #unsat=232 bias=232/233
3.19/3.28	c Solving starts ...
3.19/3.28	c ============================[ Search Statistics ]============================
3.19/3.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.28	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.28	c =============================================================================
3.19/3.28	c  0.0s |       0 |        0 |        0 |    10428      0 |      216 |      230
3.19/3.29	c  0.0s |       0 |       16 |        1 |    10428      0 |      216 |      231
3.19/3.29	c #cpu_time = 0.011s
3.19/3.29	c #wall_clock_time = 0.011s
3.19/3.29	c #decision = 16
3.19/3.29	c #random_decision = 0
3.19/3.29	c #conflict = 1
3.19/3.29	c #restart = 0
3.19/3.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
3.19/3.29	c lower bound updated to -363
3.19/3.29	c BCD2: 232 <= obj <= 568
3.19/3.29	c BCD2: #cores=15, #unrelaxed=348, #relaxed=247, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=233 bias=233/234
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 |    10428      0 |      217 |      231
3.19/3.30	c  0.0s |       0 |       16 |        1 |    10428      0 |      217 |      232
3.19/3.30	c #cpu_time = 0.011s
3.19/3.30	c #wall_clock_time = 0.011s
3.19/3.30	c #decision = 16
3.19/3.30	c #random_decision = 0
3.19/3.30	c #conflict = 1
3.19/3.30	c #restart = 0
3.19/3.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
3.19/3.30	c lower bound updated to -362
3.19/3.30	c BCD2: 233 <= obj <= 568
3.19/3.30	c BCD2: #cores=15, #unrelaxed=347, #relaxed=248, #hardened=0
3.19/3.30	c BCD2: #sat=1 #unsat=234 bias=234/235
3.19/3.30	c Solving starts ...
3.19/3.30	c ============================[ Search Statistics ]============================
3.19/3.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.30	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.30	c =============================================================================
3.19/3.30	c  0.0s |       0 |        0 |        0 |    10428      0 |      218 |      232
3.30/3.32	c  0.0s |       0 |       16 |        1 |    10428      0 |      218 |      233
3.30/3.32	c #cpu_time = 0.012s
3.30/3.32	c #wall_clock_time = 0.012s
3.30/3.32	c #decision = 16
3.30/3.32	c #random_decision = 0
3.30/3.32	c #conflict = 1
3.30/3.32	c #restart = 0
3.30/3.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
3.30/3.32	c lower bound updated to -361
3.30/3.32	c BCD2: 234 <= obj <= 568
3.30/3.32	c BCD2: #cores=15, #unrelaxed=346, #relaxed=249, #hardened=0
3.30/3.32	c BCD2: #sat=1 #unsat=235 bias=235/236
3.30/3.32	c Solving starts ...
3.30/3.32	c ============================[ Search Statistics ]============================
3.30/3.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.32	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.32	c =============================================================================
3.30/3.32	c  0.0s |       0 |        0 |        0 |    10428      0 |      219 |      233
3.30/3.33	c  0.0s |       0 |       16 |        1 |    10428      0 |      219 |      234
3.30/3.33	c #cpu_time = 0.011s
3.30/3.33	c #wall_clock_time = 0.011s
3.30/3.33	c #decision = 16
3.30/3.33	c #random_decision = 0
3.30/3.33	c #conflict = 1
3.30/3.33	c #restart = 0
3.30/3.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
3.30/3.33	c lower bound updated to -360
3.30/3.33	c BCD2: 235 <= obj <= 568
3.30/3.33	c BCD2: #cores=15, #unrelaxed=345, #relaxed=250, #hardened=0
3.30/3.33	c BCD2: #sat=1 #unsat=236 bias=236/237
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 |    10428      0 |      220 |      234
3.30/3.34	c  0.0s |       0 |       16 |        1 |    10428      0 |      220 |      235
3.30/3.34	c #cpu_time = 0.011s
3.30/3.34	c #wall_clock_time = 0.011s
3.30/3.34	c #decision = 16
3.30/3.34	c #random_decision = 0
3.30/3.34	c #conflict = 1
3.30/3.34	c #restart = 0
3.30/3.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
3.30/3.34	c lower bound updated to -359
3.30/3.34	c BCD2: 236 <= obj <= 568
3.30/3.34	c BCD2: #cores=15, #unrelaxed=344, #relaxed=251, #hardened=0
3.30/3.34	c BCD2: #sat=1 #unsat=237 bias=237/238
3.30/3.34	c Solving starts ...
3.30/3.34	c ============================[ Search Statistics ]============================
3.30/3.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.34	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.34	c =============================================================================
3.30/3.34	c  0.0s |       0 |        0 |        0 |    10428      0 |      221 |      235
3.30/3.35	c  0.0s |       0 |       16 |        1 |    10428      0 |      221 |      236
3.30/3.35	c #cpu_time = 0.011s
3.30/3.35	c #wall_clock_time = 0.011s
3.30/3.35	c #decision = 16
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 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
3.30/3.35	c lower bound updated to -358
3.30/3.35	c BCD2: 237 <= obj <= 568
3.30/3.35	c BCD2: #cores=15, #unrelaxed=343, #relaxed=252, #hardened=0
3.30/3.35	c BCD2: #sat=1 #unsat=238 bias=238/239
3.30/3.35	c Solving starts ...
3.30/3.35	c ============================[ Search Statistics ]============================
3.30/3.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.35	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.35	c =============================================================================
3.30/3.35	c  0.0s |       0 |        0 |        0 |    10428      0 |      222 |      236
3.30/3.36	c  0.0s |       0 |       16 |        1 |    10428      0 |      222 |      237
3.30/3.36	c #cpu_time = 0.011s
3.30/3.36	c #wall_clock_time = 0.011s
3.30/3.36	c #decision = 16
3.30/3.36	c #random_decision = 0
3.30/3.36	c #conflict = 1
3.30/3.36	c #restart = 0
3.30/3.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
3.30/3.36	c lower bound updated to -357
3.30/3.36	c BCD2: 238 <= obj <= 568
3.30/3.36	c BCD2: #cores=15, #unrelaxed=342, #relaxed=253, #hardened=0
3.30/3.36	c BCD2: #sat=1 #unsat=239 bias=239/240
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 |    10428      0 |      223 |      237
3.30/3.38	c  0.0s |       0 |       16 |        1 |    10428      0 |      223 |      238
3.30/3.38	c #cpu_time = 0.011s
3.30/3.38	c #wall_clock_time = 0.011s
3.30/3.38	c #decision = 16
3.30/3.38	c #random_decision = 0
3.30/3.38	c #conflict = 1
3.30/3.38	c #restart = 0
3.30/3.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
3.30/3.38	c lower bound updated to -356
3.30/3.38	c BCD2: 239 <= obj <= 568
3.30/3.38	c BCD2: #cores=15, #unrelaxed=341, #relaxed=254, #hardened=0
3.30/3.38	c BCD2: #sat=1 #unsat=240 bias=240/241
3.30/3.38	c Solving starts ...
3.30/3.38	c ============================[ Search Statistics ]============================
3.30/3.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.38	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.38	c =============================================================================
3.30/3.38	c  0.0s |       0 |        0 |        0 |    10428      0 |      224 |      238
3.30/3.39	c  0.0s |       0 |       16 |        1 |    10428      0 |      224 |      239
3.30/3.39	c #cpu_time = 0.011s
3.30/3.39	c #wall_clock_time = 0.011s
3.30/3.39	c #decision = 16
3.30/3.39	c #random_decision = 0
3.30/3.39	c #conflict = 1
3.30/3.39	c #restart = 0
3.30/3.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
3.30/3.39	c lower bound updated to -355
3.30/3.39	c BCD2: 240 <= obj <= 568
3.30/3.39	c BCD2: #cores=15, #unrelaxed=340, #relaxed=255, #hardened=0
3.30/3.39	c BCD2: #sat=1 #unsat=241 bias=241/242
3.30/3.39	c Solving starts ...
3.30/3.39	c ============================[ Search Statistics ]============================
3.30/3.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.39	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.39	c =============================================================================
3.30/3.39	c  0.0s |       0 |        0 |        0 |    10428      0 |      225 |      239
3.30/3.40	c  0.0s |       0 |       16 |        0 |    10428      0 |      225 |      240
3.30/3.40	c #cpu_time = 0.011s
3.30/3.40	c #wall_clock_time = 0.011s
3.30/3.40	c #decision = 16
3.30/3.40	c #random_decision = 0
3.30/3.40	c #conflict = 0
3.30/3.40	c #restart = 0
3.30/3.40	c BCD2: found a new core of size 2: cost of the new core is >=1
3.30/3.40	c lower bound updated to -354
3.30/3.40	c BCD2: 241 <= obj <= 568
3.30/3.40	c BCD2: #cores=16, #unrelaxed=338, #relaxed=257, #hardened=0
3.30/3.40	c BCD2: #sat=1 #unsat=242 bias=242/243
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 |    10428      0 |      225 |      241
3.40/3.41	c  0.0s |       0 |       17 |        1 |    10428      0 |      225 |      241
3.40/3.41	c #cpu_time = 0.011s
3.40/3.41	c #wall_clock_time = 0.011s
3.40/3.41	c #decision = 17
3.40/3.41	c #random_decision = 0
3.40/3.41	c #conflict = 1
3.40/3.41	c #restart = 0
3.40/3.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.40/3.41	c lower bound updated to -353
3.40/3.41	c BCD2: 242 <= obj <= 568
3.40/3.41	c BCD2: #cores=16, #unrelaxed=337, #relaxed=258, #hardened=0
3.40/3.41	c BCD2: #sat=1 #unsat=243 bias=243/244
3.40/3.41	c Solving starts ...
3.40/3.41	c ============================[ Search Statistics ]============================
3.40/3.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.41	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.41	c =============================================================================
3.40/3.41	c  0.0s |       0 |        0 |        0 |    10428      0 |      226 |      241
3.40/3.43	c  0.0s |       0 |       17 |        1 |    10428      0 |      226 |      242
3.40/3.43	c #cpu_time = 0.011s
3.40/3.43	c #wall_clock_time = 0.011s
3.40/3.43	c #decision = 17
3.40/3.43	c #random_decision = 0
3.40/3.43	c #conflict = 1
3.40/3.43	c #restart = 0
3.40/3.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.40/3.43	c lower bound updated to -352
3.40/3.43	c BCD2: 243 <= obj <= 568
3.40/3.43	c BCD2: #cores=16, #unrelaxed=336, #relaxed=259, #hardened=0
3.40/3.43	c BCD2: #sat=1 #unsat=244 bias=244/245
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 |    10428      0 |      227 |      242
3.40/3.44	c  0.0s |       0 |       17 |        1 |    10428      0 |      227 |      243
3.40/3.44	c #cpu_time = 0.011s
3.40/3.44	c #wall_clock_time = 0.011s
3.40/3.44	c #decision = 17
3.40/3.44	c #random_decision = 0
3.40/3.44	c #conflict = 1
3.40/3.44	c #restart = 0
3.40/3.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
3.40/3.44	c lower bound updated to -351
3.40/3.44	c BCD2: 244 <= obj <= 568
3.40/3.44	c BCD2: #cores=16, #unrelaxed=335, #relaxed=260, #hardened=0
3.40/3.44	c BCD2: #sat=1 #unsat=245 bias=245/246
3.40/3.44	c Solving starts ...
3.40/3.44	c ============================[ Search Statistics ]============================
3.40/3.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.44	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.44	c =============================================================================
3.40/3.44	c  0.0s |       0 |        0 |        0 |    10428      0 |      228 |      243
3.40/3.45	c  0.0s |       0 |       17 |        1 |    10428      0 |      228 |      244
3.40/3.45	c #cpu_time = 0.011s
3.40/3.45	c #wall_clock_time = 0.011s
3.40/3.45	c #decision = 17
3.40/3.45	c #random_decision = 0
3.40/3.45	c #conflict = 1
3.40/3.45	c #restart = 0
3.40/3.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
3.40/3.45	c lower bound updated to -350
3.40/3.45	c BCD2: 245 <= obj <= 568
3.40/3.45	c BCD2: #cores=16, #unrelaxed=334, #relaxed=261, #hardened=0
3.40/3.45	c BCD2: #sat=1 #unsat=246 bias=246/247
3.40/3.45	c Solving starts ...
3.40/3.45	c ============================[ Search Statistics ]============================
3.40/3.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.45	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.45	c =============================================================================
3.40/3.45	c  0.0s |       0 |        0 |        0 |    10428      0 |      229 |      244
3.40/3.46	c  0.0s |       0 |       17 |        1 |    10428      0 |      229 |      245
3.40/3.46	c #cpu_time = 0.011s
3.40/3.46	c #wall_clock_time = 0.011s
3.40/3.46	c #decision = 17
3.40/3.46	c #random_decision = 0
3.40/3.46	c #conflict = 1
3.40/3.46	c #restart = 0
3.40/3.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
3.40/3.46	c lower bound updated to -349
3.40/3.46	c BCD2: 246 <= obj <= 568
3.40/3.46	c BCD2: #cores=16, #unrelaxed=333, #relaxed=262, #hardened=0
3.40/3.46	c BCD2: #sat=1 #unsat=247 bias=247/248
3.40/3.46	c Solving starts ...
3.40/3.46	c ============================[ Search Statistics ]============================
3.40/3.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.46	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.46	c =============================================================================
3.40/3.46	c  0.0s |       0 |        0 |        0 |    10428      0 |      230 |      245
3.40/3.47	c  0.0s |       0 |       17 |        1 |    10428      0 |      230 |      246
3.40/3.47	c #cpu_time = 0.011s
3.40/3.47	c #wall_clock_time = 0.011s
3.40/3.47	c #decision = 17
3.40/3.47	c #random_decision = 0
3.40/3.47	c #conflict = 1
3.40/3.47	c #restart = 0
3.40/3.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
3.40/3.47	c lower bound updated to -348
3.40/3.47	c BCD2: 247 <= obj <= 568
3.40/3.47	c BCD2: #cores=16, #unrelaxed=332, #relaxed=263, #hardened=0
3.40/3.47	c BCD2: #sat=1 #unsat=248 bias=248/249
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 |    10428      0 |      231 |      246
3.40/3.48	c  0.0s |       0 |       17 |        1 |    10428      0 |      231 |      247
3.40/3.48	c #cpu_time = 0.011s
3.40/3.48	c #wall_clock_time = 0.011s
3.40/3.48	c #decision = 17
3.40/3.48	c #random_decision = 0
3.40/3.48	c #conflict = 1
3.40/3.48	c #restart = 0
3.40/3.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
3.40/3.48	c lower bound updated to -347
3.40/3.48	c BCD2: 248 <= obj <= 568
3.40/3.48	c BCD2: #cores=16, #unrelaxed=331, #relaxed=264, #hardened=0
3.40/3.48	c BCD2: #sat=1 #unsat=249 bias=249/250
3.40/3.49	c Solving starts ...
3.40/3.49	c ============================[ Search Statistics ]============================
3.40/3.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.49	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.49	c =============================================================================
3.40/3.49	c  0.0s |       0 |        0 |        0 |    10428      0 |      232 |      247
3.48/3.50	c  0.0s |       0 |       17 |        1 |    10428      0 |      232 |      248
3.48/3.50	c #cpu_time = 0.011s
3.48/3.50	c #wall_clock_time = 0.011s
3.48/3.50	c #decision = 17
3.48/3.50	c #random_decision = 0
3.48/3.50	c #conflict = 1
3.48/3.50	c #restart = 0
3.48/3.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
3.48/3.50	c lower bound updated to -346
3.48/3.50	c BCD2: 249 <= obj <= 568
3.48/3.50	c BCD2: #cores=16, #unrelaxed=330, #relaxed=265, #hardened=0
3.48/3.50	c BCD2: #sat=1 #unsat=250 bias=250/251
3.48/3.50	c Solving starts ...
3.48/3.50	c ============================[ Search Statistics ]============================
3.48/3.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.48/3.50	c       |         |          |          |    Limit     GC | Var      | Constra 
3.48/3.50	c =============================================================================
3.48/3.50	c  0.0s |       0 |        0 |        0 |    10428      0 |      233 |      248
3.48/3.51	c  0.0s |       0 |       17 |        1 |    10428      0 |      233 |      249
3.48/3.51	c #cpu_time = 0.011s
3.48/3.51	c #wall_clock_time = 0.011s
3.48/3.51	c #decision = 17
3.48/3.51	c #random_decision = 0
3.48/3.51	c #conflict = 1
3.48/3.51	c #restart = 0
3.48/3.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
3.48/3.51	c lower bound updated to -345
3.48/3.51	c BCD2: 250 <= obj <= 568
3.48/3.51	c BCD2: #cores=16, #unrelaxed=329, #relaxed=266, #hardened=0
3.48/3.51	c BCD2: #sat=1 #unsat=251 bias=251/252
3.48/3.51	c Solving starts ...
3.48/3.51	c ============================[ Search Statistics ]============================
3.48/3.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.48/3.51	c       |         |          |          |    Limit     GC | Var      | Constra 
3.48/3.51	c =============================================================================
3.48/3.51	c  0.0s |       0 |        0 |        0 |    10428      0 |      234 |      249
3.48/3.52	c  0.0s |       0 |       17 |        1 |    10428      0 |      234 |      250
3.48/3.52	c #cpu_time = 0.011s
3.48/3.52	c #wall_clock_time = 0.011s
3.48/3.52	c #decision = 17
3.48/3.52	c #random_decision = 0
3.48/3.52	c #conflict = 1
3.48/3.52	c #restart = 0
3.48/3.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
3.48/3.52	c lower bound updated to -344
3.48/3.52	c BCD2: 251 <= obj <= 568
3.48/3.52	c BCD2: #cores=16, #unrelaxed=328, #relaxed=267, #hardened=0
3.48/3.52	c BCD2: #sat=1 #unsat=252 bias=252/253
3.48/3.52	c Solving starts ...
3.48/3.52	c ============================[ Search Statistics ]============================
3.48/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.48/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.48/3.52	c =============================================================================
3.48/3.52	c  0.0s |       0 |        0 |        0 |    10428      0 |      235 |      250
3.48/3.53	c  0.0s |       0 |       17 |        1 |    10428      0 |      235 |      251
3.48/3.53	c #cpu_time = 0.011s
3.48/3.53	c #wall_clock_time = 0.011s
3.48/3.53	c #decision = 17
3.48/3.53	c #random_decision = 0
3.48/3.53	c #conflict = 1
3.48/3.53	c #restart = 0
3.48/3.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
3.48/3.53	c lower bound updated to -343
3.48/3.54	c BCD2: 252 <= obj <= 568
3.48/3.54	c BCD2: #cores=16, #unrelaxed=327, #relaxed=268, #hardened=0
3.48/3.54	c BCD2: #sat=1 #unsat=253 bias=253/254
3.48/3.54	c Solving starts ...
3.48/3.54	c ============================[ Search Statistics ]============================
3.48/3.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.48/3.54	c       |         |          |          |    Limit     GC | Var      | Constra 
3.48/3.54	c =============================================================================
3.48/3.54	c  0.0s |       0 |        0 |        0 |    10428      0 |      236 |      251
3.48/3.55	c  0.0s |       0 |       17 |        1 |    10428      0 |      236 |      252
3.48/3.55	c #cpu_time = 0.011s
3.48/3.55	c #wall_clock_time = 0.011s
3.48/3.55	c #decision = 17
3.48/3.55	c #random_decision = 0
3.48/3.55	c #conflict = 1
3.48/3.55	c #restart = 0
3.48/3.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
3.48/3.55	c lower bound updated to -342
3.48/3.55	c BCD2: 253 <= obj <= 568
3.48/3.55	c BCD2: #cores=16, #unrelaxed=326, #relaxed=269, #hardened=0
3.48/3.55	c BCD2: #sat=1 #unsat=254 bias=254/255
3.48/3.55	c Solving starts ...
3.48/3.55	c ============================[ Search Statistics ]============================
3.48/3.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.48/3.55	c       |         |          |          |    Limit     GC | Var      | Constra 
3.48/3.55	c =============================================================================
3.48/3.55	c  0.0s |       0 |        0 |        0 |    10428      0 |      237 |      252
3.48/3.56	c  0.0s |       0 |       17 |        1 |    10428      0 |      237 |      253
3.48/3.56	c #cpu_time = 0.011s
3.48/3.56	c #wall_clock_time = 0.011s
3.48/3.56	c #decision = 17
3.48/3.56	c #random_decision = 0
3.48/3.56	c #conflict = 1
3.48/3.56	c #restart = 0
3.48/3.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
3.48/3.56	c lower bound updated to -341
3.48/3.56	c BCD2: 254 <= obj <= 568
3.48/3.56	c BCD2: #cores=16, #unrelaxed=325, #relaxed=270, #hardened=0
3.48/3.56	c BCD2: #sat=1 #unsat=255 bias=255/256
3.48/3.56	c Solving starts ...
3.48/3.56	c ============================[ Search Statistics ]============================
3.48/3.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.48/3.56	c       |         |          |          |    Limit     GC | Var      | Constra 
3.48/3.56	c =============================================================================
3.48/3.56	c  0.0s |       0 |        0 |        0 |    10428      0 |      238 |      253
3.48/3.57	c  0.0s |       0 |       17 |        1 |    10428      0 |      238 |      254
3.48/3.57	c #cpu_time = 0.011s
3.48/3.57	c #wall_clock_time = 0.011s
3.48/3.57	c #decision = 17
3.48/3.57	c #random_decision = 0
3.48/3.57	c #conflict = 1
3.48/3.57	c #restart = 0
3.48/3.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
3.48/3.57	c lower bound updated to -340
3.48/3.57	c BCD2: 255 <= obj <= 568
3.48/3.57	c BCD2: #cores=16, #unrelaxed=324, #relaxed=271, #hardened=0
3.48/3.57	c BCD2: #sat=1 #unsat=256 bias=256/257
3.48/3.57	c Solving starts ...
3.48/3.57	c ============================[ Search Statistics ]============================
3.48/3.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.48/3.57	c       |         |          |          |    Limit     GC | Var      | Constra 
3.48/3.57	c =============================================================================
3.48/3.57	c  0.0s |       0 |        0 |        0 |    10428      0 |      239 |      254
3.48/3.58	c  0.0s |       0 |       17 |        1 |    10428      0 |      239 |      255
3.48/3.58	c #cpu_time = 0.011s
3.48/3.58	c #wall_clock_time = 0.011s
3.48/3.58	c #decision = 17
3.48/3.58	c #random_decision = 0
3.48/3.58	c #conflict = 1
3.48/3.58	c #restart = 0
3.48/3.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
3.48/3.58	c lower bound updated to -339
3.48/3.58	c BCD2: 256 <= obj <= 568
3.48/3.58	c BCD2: #cores=16, #unrelaxed=323, #relaxed=272, #hardened=0
3.48/3.58	c BCD2: #sat=1 #unsat=257 bias=257/258
3.48/3.58	c Solving starts ...
3.48/3.58	c ============================[ Search Statistics ]============================
3.48/3.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.48/3.58	c       |         |          |          |    Limit     GC | Var      | Constra 
3.48/3.58	c =============================================================================
3.48/3.58	c  0.0s |       0 |        0 |        0 |    10428      0 |      240 |      255
3.48/3.59	c  0.0s |       0 |       17 |        0 |    10428      0 |      240 |      256
3.48/3.59	c #cpu_time = 0.011s
3.48/3.59	c #wall_clock_time = 0.011s
3.48/3.59	c #decision = 17
3.48/3.59	c #random_decision = 0
3.48/3.59	c #conflict = 0
3.48/3.59	c #restart = 0
3.48/3.59	c BCD2: found a new core of size 2: cost of the new core is >=1
3.48/3.59	c lower bound updated to -338
3.58/3.60	c BCD2: 257 <= obj <= 568
3.58/3.60	c BCD2: #cores=17, #unrelaxed=321, #relaxed=274, #hardened=0
3.58/3.60	c BCD2: #sat=1 #unsat=258 bias=258/259
3.58/3.60	c Solving starts ...
3.58/3.60	c ============================[ Search Statistics ]============================
3.58/3.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.58/3.60	c       |         |          |          |    Limit     GC | Var      | Constra 
3.58/3.60	c =============================================================================
3.58/3.60	c  0.0s |       0 |        0 |        0 |    10428      0 |      240 |      257
3.58/3.61	c  0.0s |       0 |       18 |        1 |    10428      0 |      240 |      257
3.58/3.61	c #cpu_time = 0.011s
3.58/3.61	c #wall_clock_time = 0.011s
3.58/3.61	c #decision = 18
3.58/3.61	c #random_decision = 0
3.58/3.61	c #conflict = 1
3.58/3.61	c #restart = 0
3.58/3.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.58/3.61	c lower bound updated to -337
3.58/3.61	c BCD2: 258 <= obj <= 568
3.58/3.61	c BCD2: #cores=17, #unrelaxed=320, #relaxed=275, #hardened=0
3.58/3.61	c BCD2: #sat=1 #unsat=259 bias=259/260
3.58/3.61	c Solving starts ...
3.58/3.61	c ============================[ Search Statistics ]============================
3.58/3.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.58/3.61	c       |         |          |          |    Limit     GC | Var      | Constra 
3.58/3.61	c =============================================================================
3.58/3.61	c  0.0s |       0 |        0 |        0 |    10428      0 |      241 |      257
3.58/3.62	c  0.0s |       0 |       18 |        1 |    10428      0 |      241 |      258
3.58/3.62	c #cpu_time = 0.011s
3.58/3.62	c #wall_clock_time = 0.011s
3.58/3.62	c #decision = 18
3.58/3.62	c #random_decision = 0
3.58/3.62	c #conflict = 1
3.58/3.62	c #restart = 0
3.58/3.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.58/3.62	c lower bound updated to -336
3.58/3.62	c BCD2: 259 <= obj <= 568
3.58/3.62	c BCD2: #cores=17, #unrelaxed=319, #relaxed=276, #hardened=0
3.58/3.62	c BCD2: #sat=1 #unsat=260 bias=260/261
3.58/3.62	c Solving starts ...
3.58/3.62	c ============================[ Search Statistics ]============================
3.58/3.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.58/3.62	c       |         |          |          |    Limit     GC | Var      | Constra 
3.58/3.62	c =============================================================================
3.58/3.62	c  0.0s |       0 |        0 |        0 |    10428      0 |      242 |      258
3.58/3.63	c  0.0s |       0 |       18 |        1 |    10428      0 |      242 |      259
3.58/3.63	c #cpu_time = 0.011s
3.58/3.63	c #wall_clock_time = 0.011s
3.58/3.63	c #decision = 18
3.58/3.63	c #random_decision = 0
3.58/3.63	c #conflict = 1
3.58/3.63	c #restart = 0
3.58/3.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
3.58/3.63	c lower bound updated to -335
3.58/3.63	c BCD2: 260 <= obj <= 568
3.58/3.63	c BCD2: #cores=17, #unrelaxed=318, #relaxed=277, #hardened=0
3.58/3.63	c BCD2: #sat=1 #unsat=261 bias=261/262
3.58/3.63	c Solving starts ...
3.58/3.63	c ============================[ Search Statistics ]============================
3.58/3.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.58/3.63	c       |         |          |          |    Limit     GC | Var      | Constra 
3.58/3.63	c =============================================================================
3.58/3.63	c  0.0s |       0 |        0 |        0 |    10428      0 |      243 |      259
3.58/3.64	c  0.0s |       0 |       18 |        1 |    10428      0 |      243 |      260
3.58/3.64	c #cpu_time = 0.011s
3.58/3.64	c #wall_clock_time = 0.011s
3.58/3.64	c #decision = 18
3.58/3.64	c #random_decision = 0
3.58/3.64	c #conflict = 1
3.58/3.64	c #restart = 0
3.58/3.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
3.58/3.64	c lower bound updated to -334
3.58/3.64	c BCD2: 261 <= obj <= 568
3.58/3.64	c BCD2: #cores=17, #unrelaxed=317, #relaxed=278, #hardened=0
3.58/3.64	c BCD2: #sat=1 #unsat=262 bias=262/263
3.58/3.64	c Solving starts ...
3.58/3.64	c ============================[ Search Statistics ]============================
3.58/3.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.58/3.64	c       |         |          |          |    Limit     GC | Var      | Constra 
3.58/3.64	c =============================================================================
3.58/3.64	c  0.0s |       0 |        0 |        0 |    10428      0 |      244 |      260
3.58/3.66	c  0.0s |       0 |       18 |        1 |    10428      0 |      244 |      261
3.58/3.66	c #cpu_time = 0.011s
3.58/3.66	c #wall_clock_time = 0.011s
3.58/3.66	c #decision = 18
3.58/3.66	c #random_decision = 0
3.58/3.66	c #conflict = 1
3.58/3.66	c #restart = 0
3.58/3.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
3.58/3.66	c lower bound updated to -333
3.58/3.66	c BCD2: 262 <= obj <= 568
3.58/3.66	c BCD2: #cores=17, #unrelaxed=316, #relaxed=279, #hardened=0
3.58/3.66	c BCD2: #sat=1 #unsat=263 bias=263/264
3.58/3.66	c Solving starts ...
3.58/3.66	c ============================[ Search Statistics ]============================
3.58/3.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.58/3.66	c       |         |          |          |    Limit     GC | Var      | Constra 
3.58/3.66	c =============================================================================
3.58/3.66	c  0.0s |       0 |        0 |        0 |    10428      0 |      245 |      261
3.58/3.67	c  0.0s |       0 |       18 |        1 |    10428      0 |      245 |      262
3.58/3.67	c #cpu_time = 0.011s
3.58/3.67	c #wall_clock_time = 0.011s
3.58/3.67	c #decision = 18
3.58/3.67	c #random_decision = 0
3.58/3.67	c #conflict = 1
3.58/3.67	c #restart = 0
3.58/3.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
3.58/3.67	c lower bound updated to -332
3.58/3.67	c BCD2: 263 <= obj <= 568
3.58/3.67	c BCD2: #cores=17, #unrelaxed=315, #relaxed=280, #hardened=0
3.58/3.67	c BCD2: #sat=1 #unsat=264 bias=264/265
3.58/3.67	c Solving starts ...
3.58/3.67	c ============================[ Search Statistics ]============================
3.58/3.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.58/3.67	c       |         |          |          |    Limit     GC | Var      | Constra 
3.58/3.67	c =============================================================================
3.58/3.67	c  0.0s |       0 |        0 |        0 |    10428      0 |      246 |      262
3.58/3.68	c  0.0s |       0 |       18 |        1 |    10428      0 |      246 |      263
3.58/3.68	c #cpu_time = 0.011s
3.58/3.68	c #wall_clock_time = 0.011s
3.58/3.68	c #decision = 18
3.58/3.68	c #random_decision = 0
3.58/3.68	c #conflict = 1
3.58/3.68	c #restart = 0
3.58/3.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
3.58/3.68	c lower bound updated to -331
3.58/3.68	c BCD2: 264 <= obj <= 568
3.58/3.68	c BCD2: #cores=17, #unrelaxed=314, #relaxed=281, #hardened=0
3.58/3.68	c BCD2: #sat=1 #unsat=265 bias=265/266
3.58/3.68	c Solving starts ...
3.58/3.68	c ============================[ Search Statistics ]============================
3.58/3.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.58/3.68	c       |         |          |          |    Limit     GC | Var      | Constra 
3.58/3.68	c =============================================================================
3.58/3.68	c  0.0s |       0 |        0 |        0 |    10428      0 |      247 |      263
3.58/3.69	c  0.0s |       0 |       18 |        1 |    10428      0 |      247 |      264
3.58/3.69	c #cpu_time = 0.011s
3.58/3.69	c #wall_clock_time = 0.011s
3.58/3.69	c #decision = 18
3.58/3.69	c #random_decision = 0
3.58/3.69	c #conflict = 1
3.58/3.69	c #restart = 0
3.58/3.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
3.58/3.69	c lower bound updated to -330
3.58/3.69	c BCD2: 265 <= obj <= 568
3.58/3.69	c BCD2: #cores=17, #unrelaxed=313, #relaxed=282, #hardened=0
3.58/3.69	c BCD2: #sat=1 #unsat=266 bias=266/267
3.58/3.69	c Solving starts ...
3.58/3.69	c ============================[ Search Statistics ]============================
3.58/3.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.58/3.69	c       |         |          |          |    Limit     GC | Var      | Constra 
3.58/3.69	c =============================================================================
3.58/3.69	c  0.0s |       0 |        0 |        0 |    10428      0 |      248 |      264
3.68/3.70	c  0.0s |       0 |       18 |        1 |    10428      0 |      248 |      265
3.68/3.70	c #cpu_time = 0.011s
3.68/3.70	c #wall_clock_time = 0.011s
3.68/3.70	c #decision = 18
3.68/3.70	c #random_decision = 0
3.68/3.70	c #conflict = 1
3.68/3.70	c #restart = 0
3.68/3.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
3.68/3.70	c lower bound updated to -329
3.68/3.70	c BCD2: 266 <= obj <= 568
3.68/3.70	c BCD2: #cores=17, #unrelaxed=312, #relaxed=283, #hardened=0
3.68/3.70	c BCD2: #sat=1 #unsat=267 bias=267/268
3.68/3.70	c Solving starts ...
3.68/3.70	c ============================[ Search Statistics ]============================
3.68/3.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.70	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.70	c =============================================================================
3.68/3.70	c  0.0s |       0 |        0 |        0 |    10428      0 |      249 |      265
3.68/3.72	c  0.0s |       0 |       18 |        1 |    10428      0 |      249 |      266
3.68/3.72	c #cpu_time = 0.011s
3.68/3.72	c #wall_clock_time = 0.011s
3.68/3.72	c #decision = 18
3.68/3.72	c #random_decision = 0
3.68/3.72	c #conflict = 1
3.68/3.72	c #restart = 0
3.68/3.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
3.68/3.72	c lower bound updated to -328
3.68/3.72	c BCD2: 267 <= obj <= 568
3.68/3.72	c BCD2: #cores=17, #unrelaxed=311, #relaxed=284, #hardened=0
3.68/3.72	c BCD2: #sat=1 #unsat=268 bias=268/269
3.68/3.72	c Solving starts ...
3.68/3.72	c ============================[ Search Statistics ]============================
3.68/3.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.72	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.72	c =============================================================================
3.68/3.72	c  0.0s |       0 |        0 |        0 |    10428      0 |      250 |      266
3.68/3.73	c  0.0s |       0 |       18 |        1 |    10428      0 |      250 |      267
3.68/3.73	c #cpu_time = 0.011s
3.68/3.73	c #wall_clock_time = 0.011s
3.68/3.73	c #decision = 18
3.68/3.73	c #random_decision = 0
3.68/3.73	c #conflict = 1
3.68/3.73	c #restart = 0
3.68/3.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
3.68/3.73	c lower bound updated to -327
3.68/3.73	c BCD2: 268 <= obj <= 568
3.68/3.73	c BCD2: #cores=17, #unrelaxed=310, #relaxed=285, #hardened=0
3.68/3.73	c BCD2: #sat=1 #unsat=269 bias=269/270
3.68/3.73	c Solving starts ...
3.68/3.73	c ============================[ Search Statistics ]============================
3.68/3.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.73	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.73	c =============================================================================
3.68/3.73	c  0.0s |       0 |        0 |        0 |    10428      0 |      251 |      267
3.68/3.74	c  0.0s |       0 |       18 |        1 |    11471      0 |      251 |      268
3.68/3.74	c #cpu_time = 0.011s
3.68/3.74	c #wall_clock_time = 0.011s
3.68/3.74	c #decision = 18
3.68/3.74	c #random_decision = 0
3.68/3.74	c #conflict = 1
3.68/3.74	c #restart = 0
3.68/3.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
3.68/3.74	c lower bound updated to -326
3.68/3.74	c BCD2: 269 <= obj <= 568
3.68/3.74	c BCD2: #cores=17, #unrelaxed=309, #relaxed=286, #hardened=0
3.68/3.74	c BCD2: #sat=1 #unsat=270 bias=270/271
3.68/3.74	c Solving starts ...
3.68/3.74	c ============================[ Search Statistics ]============================
3.68/3.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.74	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.74	c =============================================================================
3.68/3.74	c  0.0s |       0 |        0 |        0 |    11471      0 |      252 |      268
3.68/3.75	c  0.0s |       0 |       18 |        1 |    11471      0 |      252 |      269
3.68/3.75	c #cpu_time = 0.011s
3.68/3.75	c #wall_clock_time = 0.011s
3.68/3.75	c #decision = 18
3.68/3.75	c #random_decision = 0
3.68/3.75	c #conflict = 1
3.68/3.75	c #restart = 0
3.68/3.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
3.68/3.75	c lower bound updated to -325
3.68/3.75	c BCD2: 270 <= obj <= 568
3.68/3.75	c BCD2: #cores=17, #unrelaxed=308, #relaxed=287, #hardened=0
3.68/3.75	c BCD2: #sat=1 #unsat=271 bias=271/272
3.68/3.75	c Solving starts ...
3.68/3.75	c ============================[ Search Statistics ]============================
3.68/3.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.75	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.75	c =============================================================================
3.68/3.75	c  0.0s |       0 |        0 |        0 |    11471      0 |      253 |      269
3.68/3.77	c  0.0s |       0 |       18 |        1 |    11471      0 |      253 |      270
3.68/3.77	c #cpu_time = 0.011s
3.68/3.77	c #wall_clock_time = 0.011s
3.68/3.77	c #decision = 18
3.68/3.77	c #random_decision = 0
3.68/3.77	c #conflict = 1
3.68/3.77	c #restart = 0
3.68/3.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
3.68/3.77	c lower bound updated to -324
3.68/3.77	c BCD2: 271 <= obj <= 568
3.68/3.77	c BCD2: #cores=17, #unrelaxed=307, #relaxed=288, #hardened=0
3.68/3.77	c BCD2: #sat=1 #unsat=272 bias=272/273
3.68/3.77	c Solving starts ...
3.68/3.77	c ============================[ Search Statistics ]============================
3.68/3.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.77	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.77	c =============================================================================
3.68/3.77	c  0.0s |       0 |        0 |        0 |    11471      0 |      254 |      270
3.68/3.78	c  0.0s |       0 |       18 |        1 |    11471      0 |      254 |      271
3.68/3.78	c #cpu_time = 0.011s
3.68/3.78	c #wall_clock_time = 0.011s
3.68/3.78	c #decision = 18
3.68/3.78	c #random_decision = 0
3.68/3.78	c #conflict = 1
3.68/3.78	c #restart = 0
3.68/3.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
3.68/3.78	c lower bound updated to -323
3.68/3.78	c BCD2: 272 <= obj <= 568
3.68/3.78	c BCD2: #cores=17, #unrelaxed=306, #relaxed=289, #hardened=0
3.68/3.78	c BCD2: #sat=1 #unsat=273 bias=273/274
3.68/3.78	c Solving starts ...
3.68/3.78	c ============================[ Search Statistics ]============================
3.68/3.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.78	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.78	c =============================================================================
3.68/3.78	c  0.0s |       0 |        0 |        0 |    11471      0 |      255 |      271
3.68/3.79	c  0.0s |       0 |       18 |        0 |    11471      0 |      255 |      272
3.68/3.79	c #cpu_time = 0.011s
3.68/3.79	c #wall_clock_time = 0.011s
3.68/3.79	c #decision = 18
3.68/3.79	c #random_decision = 0
3.68/3.79	c #conflict = 0
3.68/3.79	c #restart = 0
3.68/3.79	c BCD2: found a new core of size 2: cost of the new core is >=1
3.68/3.79	c lower bound updated to -322
3.68/3.79	c BCD2: 273 <= obj <= 568
3.68/3.79	c BCD2: #cores=18, #unrelaxed=304, #relaxed=291, #hardened=0
3.68/3.79	c BCD2: #sat=1 #unsat=274 bias=274/275
3.68/3.79	c Solving starts ...
3.68/3.79	c ============================[ Search Statistics ]============================
3.68/3.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.79	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.79	c =============================================================================
3.68/3.79	c  0.0s |       0 |        0 |        0 |    11471      0 |      255 |      273
3.79/3.80	c  0.0s |       0 |       19 |        1 |    11471      0 |      255 |      273
3.79/3.80	c #cpu_time = 0.011s
3.79/3.80	c #wall_clock_time = 0.011s
3.79/3.80	c #decision = 19
3.79/3.80	c #random_decision = 0
3.79/3.80	c #conflict = 1
3.79/3.80	c #restart = 0
3.79/3.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.79/3.80	c lower bound updated to -321
3.79/3.80	c BCD2: 274 <= obj <= 568
3.79/3.80	c BCD2: #cores=18, #unrelaxed=303, #relaxed=292, #hardened=0
3.79/3.80	c BCD2: #sat=1 #unsat=275 bias=275/276
3.79/3.80	c Solving starts ...
3.79/3.80	c ============================[ Search Statistics ]============================
3.79/3.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.80	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.80	c =============================================================================
3.79/3.80	c  0.0s |       0 |        0 |        0 |    11471      0 |      256 |      273
3.79/3.82	c  0.0s |       0 |       19 |        1 |    11471      0 |      256 |      274
3.79/3.82	c #cpu_time = 0.011s
3.79/3.82	c #wall_clock_time = 0.011s
3.79/3.82	c #decision = 19
3.79/3.82	c #random_decision = 0
3.79/3.82	c #conflict = 1
3.79/3.82	c #restart = 0
3.79/3.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.79/3.82	c lower bound updated to -320
3.79/3.82	c BCD2: 275 <= obj <= 568
3.79/3.82	c BCD2: #cores=18, #unrelaxed=302, #relaxed=293, #hardened=0
3.79/3.82	c BCD2: #sat=1 #unsat=276 bias=276/277
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 |    11471      0 |      257 |      274
3.79/3.83	c  0.0s |       0 |       19 |        1 |    11471      0 |      257 |      275
3.79/3.83	c #cpu_time = 0.011s
3.79/3.83	c #wall_clock_time = 0.011s
3.79/3.83	c #decision = 19
3.79/3.83	c #random_decision = 0
3.79/3.83	c #conflict = 1
3.79/3.83	c #restart = 0
3.79/3.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
3.79/3.83	c lower bound updated to -319
3.79/3.83	c BCD2: 276 <= obj <= 568
3.79/3.83	c BCD2: #cores=18, #unrelaxed=301, #relaxed=294, #hardened=0
3.79/3.83	c BCD2: #sat=1 #unsat=277 bias=277/278
3.79/3.83	c Solving starts ...
3.79/3.83	c ============================[ Search Statistics ]============================
3.79/3.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.83	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.83	c =============================================================================
3.79/3.83	c  0.0s |       0 |        0 |        0 |    11471      0 |      258 |      275
3.79/3.84	c  0.0s |       0 |       19 |        1 |    11471      0 |      258 |      276
3.79/3.84	c #cpu_time = 0.011s
3.79/3.84	c #wall_clock_time = 0.011s
3.79/3.84	c #decision = 19
3.79/3.84	c #random_decision = 0
3.79/3.84	c #conflict = 1
3.79/3.84	c #restart = 0
3.79/3.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
3.79/3.84	c lower bound updated to -318
3.79/3.84	c BCD2: 277 <= obj <= 568
3.79/3.84	c BCD2: #cores=18, #unrelaxed=300, #relaxed=295, #hardened=0
3.79/3.84	c BCD2: #sat=1 #unsat=278 bias=278/279
3.79/3.84	c Solving starts ...
3.79/3.84	c ============================[ Search Statistics ]============================
3.79/3.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.84	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.84	c =============================================================================
3.79/3.84	c  0.0s |       0 |        0 |        0 |    11471      0 |      259 |      276
3.79/3.85	c  0.0s |       0 |       19 |        1 |    11471      0 |      259 |      277
3.79/3.85	c #cpu_time = 0.011s
3.79/3.85	c #wall_clock_time = 0.011s
3.79/3.85	c #decision = 19
3.79/3.85	c #random_decision = 0
3.79/3.85	c #conflict = 1
3.79/3.85	c #restart = 0
3.79/3.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
3.79/3.85	c lower bound updated to -317
3.79/3.85	c BCD2: 278 <= obj <= 568
3.79/3.85	c BCD2: #cores=18, #unrelaxed=299, #relaxed=296, #hardened=0
3.79/3.85	c BCD2: #sat=1 #unsat=279 bias=279/280
3.79/3.85	c Solving starts ...
3.79/3.85	c ============================[ Search Statistics ]============================
3.79/3.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.85	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.85	c =============================================================================
3.79/3.85	c  0.0s |       0 |        0 |        0 |    11471      0 |      260 |      277
3.79/3.86	c  0.0s |       0 |       19 |        1 |    11471      0 |      260 |      278
3.79/3.86	c #cpu_time = 0.011s
3.79/3.86	c #wall_clock_time = 0.011s
3.79/3.86	c #decision = 19
3.79/3.86	c #random_decision = 0
3.79/3.86	c #conflict = 1
3.79/3.86	c #restart = 0
3.79/3.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
3.79/3.86	c lower bound updated to -316
3.79/3.86	c BCD2: 279 <= obj <= 568
3.79/3.86	c BCD2: #cores=18, #unrelaxed=298, #relaxed=297, #hardened=0
3.79/3.86	c BCD2: #sat=1 #unsat=280 bias=280/281
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 |    11471      0 |      261 |      278
3.79/3.88	c  0.0s |       0 |       19 |        1 |    11471      0 |      261 |      279
3.79/3.88	c #cpu_time = 0.011s
3.79/3.88	c #wall_clock_time = 0.011s
3.79/3.88	c #decision = 19
3.79/3.88	c #random_decision = 0
3.79/3.88	c #conflict = 1
3.79/3.88	c #restart = 0
3.79/3.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
3.79/3.88	c lower bound updated to -315
3.79/3.88	c BCD2: 280 <= obj <= 568
3.79/3.88	c BCD2: #cores=18, #unrelaxed=297, #relaxed=298, #hardened=0
3.79/3.88	c BCD2: #sat=1 #unsat=281 bias=281/282
3.79/3.88	c Solving starts ...
3.79/3.88	c ============================[ Search Statistics ]============================
3.79/3.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.88	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.88	c =============================================================================
3.79/3.88	c  0.0s |       0 |        0 |        0 |    11471      0 |      262 |      279
3.79/3.89	c  0.0s |       0 |       19 |        1 |    11471      0 |      262 |      280
3.79/3.89	c #cpu_time = 0.011s
3.79/3.89	c #wall_clock_time = 0.011s
3.79/3.89	c #decision = 19
3.79/3.89	c #random_decision = 0
3.79/3.89	c #conflict = 1
3.79/3.89	c #restart = 0
3.79/3.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
3.79/3.89	c lower bound updated to -314
3.79/3.89	c BCD2: 281 <= obj <= 568
3.79/3.89	c BCD2: #cores=18, #unrelaxed=296, #relaxed=299, #hardened=0
3.79/3.89	c BCD2: #sat=1 #unsat=282 bias=282/283
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 |    11471      0 |      263 |      280
3.89/3.90	c  0.0s |       0 |       19 |        1 |    11471      0 |      263 |      281
3.89/3.90	c #cpu_time = 0.011s
3.89/3.90	c #wall_clock_time = 0.011s
3.89/3.90	c #decision = 19
3.89/3.90	c #random_decision = 0
3.89/3.90	c #conflict = 1
3.89/3.90	c #restart = 0
3.89/3.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
3.89/3.90	c lower bound updated to -313
3.89/3.90	c BCD2: 282 <= obj <= 568
3.89/3.90	c BCD2: #cores=18, #unrelaxed=295, #relaxed=300, #hardened=0
3.89/3.90	c BCD2: #sat=1 #unsat=283 bias=283/284
3.89/3.90	c Solving starts ...
3.89/3.90	c ============================[ Search Statistics ]============================
3.89/3.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.90	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.90	c =============================================================================
3.89/3.90	c  0.0s |       0 |        0 |        0 |    11471      0 |      264 |      281
3.89/3.91	c  0.0s |       0 |       19 |        1 |    11471      0 |      264 |      282
3.89/3.91	c #cpu_time = 0.011s
3.89/3.91	c #wall_clock_time = 0.011s
3.89/3.91	c #decision = 19
3.89/3.91	c #random_decision = 0
3.89/3.91	c #conflict = 1
3.89/3.91	c #restart = 0
3.89/3.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
3.89/3.91	c lower bound updated to -312
3.89/3.91	c BCD2: 283 <= obj <= 568
3.89/3.91	c BCD2: #cores=18, #unrelaxed=294, #relaxed=301, #hardened=0
3.89/3.91	c BCD2: #sat=1 #unsat=284 bias=284/285
3.89/3.91	c Solving starts ...
3.89/3.91	c ============================[ Search Statistics ]============================
3.89/3.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.91	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.91	c =============================================================================
3.89/3.91	c  0.0s |       0 |        0 |        0 |    11471      0 |      265 |      282
3.89/3.92	c  0.0s |       0 |       19 |        1 |    11471      0 |      265 |      283
3.89/3.92	c #cpu_time = 0.011s
3.89/3.92	c #wall_clock_time = 0.011s
3.89/3.92	c #decision = 19
3.89/3.92	c #random_decision = 0
3.89/3.92	c #conflict = 1
3.89/3.92	c #restart = 0
3.89/3.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
3.89/3.92	c lower bound updated to -311
3.89/3.92	c BCD2: 284 <= obj <= 568
3.89/3.92	c BCD2: #cores=18, #unrelaxed=293, #relaxed=302, #hardened=0
3.89/3.92	c BCD2: #sat=1 #unsat=285 bias=285/286
3.89/3.92	c Solving starts ...
3.89/3.92	c ============================[ Search Statistics ]============================
3.89/3.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.92	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.92	c =============================================================================
3.89/3.92	c  0.0s |       0 |        0 |        0 |    11471      0 |      266 |      283
3.89/3.94	c  0.0s |       0 |       19 |        1 |    11471      0 |      266 |      284
3.89/3.94	c #cpu_time = 0.011s
3.89/3.94	c #wall_clock_time = 0.011s
3.89/3.94	c #decision = 19
3.89/3.94	c #random_decision = 0
3.89/3.94	c #conflict = 1
3.89/3.94	c #restart = 0
3.89/3.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
3.89/3.94	c lower bound updated to -310
3.89/3.94	c BCD2: 285 <= obj <= 568
3.89/3.94	c BCD2: #cores=18, #unrelaxed=292, #relaxed=303, #hardened=0
3.89/3.94	c BCD2: #sat=1 #unsat=286 bias=286/287
3.89/3.94	c Solving starts ...
3.89/3.94	c ============================[ Search Statistics ]============================
3.89/3.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.94	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.94	c =============================================================================
3.89/3.94	c  0.0s |       0 |        0 |        0 |    11471      0 |      267 |      284
3.89/3.95	c  0.0s |       0 |       19 |        1 |    11471      0 |      267 |      285
3.89/3.95	c #cpu_time = 0.011s
3.89/3.95	c #wall_clock_time = 0.011s
3.89/3.95	c #decision = 19
3.89/3.95	c #random_decision = 0
3.89/3.95	c #conflict = 1
3.89/3.95	c #restart = 0
3.89/3.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
3.89/3.95	c lower bound updated to -309
3.89/3.95	c BCD2: 286 <= obj <= 568
3.89/3.95	c BCD2: #cores=18, #unrelaxed=291, #relaxed=304, #hardened=0
3.89/3.95	c BCD2: #sat=1 #unsat=287 bias=287/288
3.89/3.95	c Solving starts ...
3.89/3.95	c ============================[ Search Statistics ]============================
3.89/3.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.95	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.95	c =============================================================================
3.89/3.95	c  0.0s |       0 |        0 |        0 |    11471      0 |      268 |      285
3.89/3.96	c  0.0s |       0 |       19 |        1 |    11471      0 |      268 |      286
3.89/3.96	c #cpu_time = 0.011s
3.89/3.96	c #wall_clock_time = 0.011s
3.89/3.96	c #decision = 19
3.89/3.96	c #random_decision = 0
3.89/3.96	c #conflict = 1
3.89/3.96	c #restart = 0
3.89/3.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
3.89/3.96	c lower bound updated to -308
3.89/3.96	c BCD2: 287 <= obj <= 568
3.89/3.96	c BCD2: #cores=18, #unrelaxed=290, #relaxed=305, #hardened=0
3.89/3.96	c BCD2: #sat=1 #unsat=288 bias=288/289
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 |    11471      0 |      269 |      286
3.89/3.97	c  0.0s |       0 |       19 |        1 |    11471      0 |      269 |      287
3.89/3.97	c #cpu_time = 0.011s
3.89/3.97	c #wall_clock_time = 0.011s
3.89/3.97	c #decision = 19
3.89/3.97	c #random_decision = 0
3.89/3.97	c #conflict = 1
3.89/3.97	c #restart = 0
3.89/3.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
3.89/3.97	c lower bound updated to -307
3.89/3.97	c BCD2: 288 <= obj <= 568
3.89/3.97	c BCD2: #cores=18, #unrelaxed=289, #relaxed=306, #hardened=0
3.89/3.97	c BCD2: #sat=1 #unsat=289 bias=289/290
3.89/3.97	c Solving starts ...
3.89/3.97	c ============================[ Search Statistics ]============================
3.89/3.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.97	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.97	c =============================================================================
3.89/3.97	c  0.0s |       0 |        0 |        0 |    11471      0 |      270 |      287
3.89/3.99	c  0.0s |       0 |       19 |        0 |    11471      0 |      270 |      288
3.89/3.99	c #cpu_time = 0.011s
3.89/3.99	c #wall_clock_time = 0.011s
3.89/3.99	c #decision = 19
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 2: cost of the new core is >=1
3.89/3.99	c lower bound updated to -306
3.89/3.99	c BCD2: 289 <= obj <= 568
3.89/3.99	c BCD2: #cores=19, #unrelaxed=287, #relaxed=308, #hardened=0
3.89/3.99	c BCD2: #sat=1 #unsat=290 bias=290/291
3.89/3.99	c Solving starts ...
3.89/3.99	c ============================[ Search Statistics ]============================
3.89/3.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.99	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.99	c =============================================================================
3.89/3.99	c  0.0s |       0 |        0 |        0 |    11471      0 |      270 |      289
3.99/4.00	c  0.0s |       0 |       20 |        1 |    11471      0 |      270 |      289
3.99/4.00	c #cpu_time = 0.011s
3.99/4.00	c #wall_clock_time = 0.011s
3.99/4.00	c #decision = 20
3.99/4.00	c #random_decision = 0
3.99/4.00	c #conflict = 1
3.99/4.00	c #restart = 0
3.99/4.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.99/4.00	c lower bound updated to -305
3.99/4.00	c BCD2: 290 <= obj <= 568
3.99/4.00	c BCD2: #cores=19, #unrelaxed=286, #relaxed=309, #hardened=0
3.99/4.00	c BCD2: #sat=1 #unsat=291 bias=291/292
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 |    11471      0 |      271 |      289
3.99/4.01	c  0.0s |       0 |       20 |        1 |    11471      0 |      271 |      290
3.99/4.01	c #cpu_time = 0.011s
3.99/4.01	c #wall_clock_time = 0.011s
3.99/4.01	c #decision = 20
3.99/4.01	c #random_decision = 0
3.99/4.01	c #conflict = 1
3.99/4.01	c #restart = 0
3.99/4.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.99/4.01	c lower bound updated to -304
3.99/4.01	c BCD2: 291 <= obj <= 568
3.99/4.01	c BCD2: #cores=19, #unrelaxed=285, #relaxed=310, #hardened=0
3.99/4.01	c BCD2: #sat=1 #unsat=292 bias=292/293
3.99/4.01	c Solving starts ...
3.99/4.01	c ============================[ Search Statistics ]============================
3.99/4.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.01	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.01	c =============================================================================
3.99/4.01	c  0.0s |       0 |        0 |        0 |    11471      0 |      272 |      290
3.99/4.02	c  0.0s |       0 |       20 |        1 |    11471      0 |      272 |      291
3.99/4.02	c #cpu_time = 0.011s
3.99/4.02	c #wall_clock_time = 0.011s
3.99/4.02	c #decision = 20
3.99/4.02	c #random_decision = 0
3.99/4.02	c #conflict = 1
3.99/4.02	c #restart = 0
3.99/4.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
3.99/4.02	c lower bound updated to -303
3.99/4.02	c BCD2: 292 <= obj <= 568
3.99/4.02	c BCD2: #cores=19, #unrelaxed=284, #relaxed=311, #hardened=0
3.99/4.02	c BCD2: #sat=1 #unsat=293 bias=293/294
3.99/4.02	c Solving starts ...
3.99/4.02	c ============================[ Search Statistics ]============================
3.99/4.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.02	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.02	c =============================================================================
3.99/4.02	c  0.0s |       0 |        0 |        0 |    11471      0 |      273 |      291
3.99/4.04	c  0.0s |       0 |       20 |        1 |    11471      0 |      273 |      292
3.99/4.04	c #cpu_time = 0.011s
3.99/4.04	c #wall_clock_time = 0.011s
3.99/4.04	c #decision = 20
3.99/4.04	c #random_decision = 0
3.99/4.04	c #conflict = 1
3.99/4.04	c #restart = 0
3.99/4.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
3.99/4.04	c lower bound updated to -302
3.99/4.04	c BCD2: 293 <= obj <= 568
3.99/4.04	c BCD2: #cores=19, #unrelaxed=283, #relaxed=312, #hardened=0
3.99/4.04	c BCD2: #sat=1 #unsat=294 bias=294/295
3.99/4.04	c Solving starts ...
3.99/4.04	c ============================[ Search Statistics ]============================
3.99/4.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.04	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.04	c =============================================================================
3.99/4.04	c  0.0s |       0 |        0 |        0 |    11471      0 |      274 |      292
3.99/4.05	c  0.0s |       0 |       20 |        1 |    11471      0 |      274 |      293
3.99/4.05	c #cpu_time = 0.011s
3.99/4.05	c #wall_clock_time = 0.011s
3.99/4.05	c #decision = 20
3.99/4.05	c #random_decision = 0
3.99/4.05	c #conflict = 1
3.99/4.05	c #restart = 0
3.99/4.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
3.99/4.05	c lower bound updated to -301
3.99/4.05	c BCD2: 294 <= obj <= 568
3.99/4.05	c BCD2: #cores=19, #unrelaxed=282, #relaxed=313, #hardened=0
3.99/4.05	c BCD2: #sat=1 #unsat=295 bias=295/296
3.99/4.05	c Solving starts ...
3.99/4.05	c ============================[ Search Statistics ]============================
3.99/4.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.05	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.05	c =============================================================================
3.99/4.05	c  0.0s |       0 |        0 |        0 |    11471      0 |      275 |      293
3.99/4.06	c  0.0s |       0 |       20 |        1 |    11471      0 |      275 |      294
3.99/4.06	c #cpu_time = 0.011s
3.99/4.06	c #wall_clock_time = 0.011s
3.99/4.06	c #decision = 20
3.99/4.06	c #random_decision = 0
3.99/4.06	c #conflict = 1
3.99/4.06	c #restart = 0
3.99/4.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
3.99/4.06	c lower bound updated to -300
3.99/4.06	c BCD2: 295 <= obj <= 568
3.99/4.06	c BCD2: #cores=19, #unrelaxed=281, #relaxed=314, #hardened=0
3.99/4.06	c BCD2: #sat=1 #unsat=296 bias=296/297
3.99/4.06	c Solving starts ...
3.99/4.06	c ============================[ Search Statistics ]============================
3.99/4.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.06	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.06	c =============================================================================
3.99/4.06	c  0.0s |       0 |        0 |        0 |    11471      0 |      276 |      294
3.99/4.07	c  0.0s |       0 |       20 |        1 |    11471      0 |      276 |      295
3.99/4.07	c #cpu_time = 0.011s
3.99/4.07	c #wall_clock_time = 0.011s
3.99/4.07	c #decision = 20
3.99/4.07	c #random_decision = 0
3.99/4.07	c #conflict = 1
3.99/4.07	c #restart = 0
3.99/4.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
3.99/4.07	c lower bound updated to -299
3.99/4.07	c BCD2: 296 <= obj <= 568
3.99/4.07	c BCD2: #cores=19, #unrelaxed=280, #relaxed=315, #hardened=0
3.99/4.07	c BCD2: #sat=1 #unsat=297 bias=297/298
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 |    11471      0 |      277 |      295
3.99/4.08	c  0.0s |       0 |       20 |        1 |    11471      0 |      277 |      296
3.99/4.08	c #cpu_time = 0.011s
3.99/4.08	c #wall_clock_time = 0.011s
3.99/4.08	c #decision = 20
3.99/4.08	c #random_decision = 0
3.99/4.08	c #conflict = 1
3.99/4.08	c #restart = 0
3.99/4.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
3.99/4.08	c lower bound updated to -298
3.99/4.08	c BCD2: 297 <= obj <= 568
3.99/4.08	c BCD2: #cores=19, #unrelaxed=279, #relaxed=316, #hardened=0
3.99/4.08	c BCD2: #sat=1 #unsat=298 bias=298/299
3.99/4.08	c Solving starts ...
3.99/4.08	c ============================[ Search Statistics ]============================
3.99/4.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.08	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.08	c =============================================================================
3.99/4.08	c  0.0s |       0 |        0 |        0 |    11471      0 |      278 |      296
3.99/4.10	c  0.0s |       0 |       20 |        1 |    11471      0 |      278 |      297
3.99/4.10	c #cpu_time = 0.011s
3.99/4.10	c #wall_clock_time = 0.011s
3.99/4.10	c #decision = 20
3.99/4.10	c #random_decision = 0
3.99/4.10	c #conflict = 1
3.99/4.10	c #restart = 0
3.99/4.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
3.99/4.10	c lower bound updated to -297
3.99/4.10	c BCD2: 298 <= obj <= 568
3.99/4.10	c BCD2: #cores=19, #unrelaxed=278, #relaxed=317, #hardened=0
3.99/4.10	c BCD2: #sat=1 #unsat=299 bias=299/300
3.99/4.10	c Solving starts ...
3.99/4.10	c ============================[ Search Statistics ]============================
3.99/4.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.10	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.10	c =============================================================================
4.09/4.10	c  0.0s |       0 |        0 |        0 |    11471      0 |      279 |      297
4.09/4.11	c  0.0s |       0 |       20 |        1 |    11471      0 |      279 |      298
4.09/4.11	c #cpu_time = 0.011s
4.09/4.11	c #wall_clock_time = 0.011s
4.09/4.11	c #decision = 20
4.09/4.11	c #random_decision = 0
4.09/4.11	c #conflict = 1
4.09/4.11	c #restart = 0
4.09/4.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
4.09/4.11	c lower bound updated to -296
4.09/4.11	c BCD2: 299 <= obj <= 568
4.09/4.11	c BCD2: #cores=19, #unrelaxed=277, #relaxed=318, #hardened=0
4.09/4.11	c BCD2: #sat=1 #unsat=300 bias=300/301
4.09/4.11	c Solving starts ...
4.09/4.11	c ============================[ Search Statistics ]============================
4.09/4.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.11	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.11	c =============================================================================
4.09/4.11	c  0.0s |       0 |        0 |        0 |    11471      0 |      280 |      298
4.09/4.12	c  0.0s |       0 |       20 |        1 |    11471      0 |      280 |      299
4.09/4.12	c #cpu_time = 0.011s
4.09/4.12	c #wall_clock_time = 0.011s
4.09/4.12	c #decision = 20
4.09/4.12	c #random_decision = 0
4.09/4.12	c #conflict = 1
4.09/4.12	c #restart = 0
4.09/4.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
4.09/4.12	c lower bound updated to -295
4.09/4.12	c BCD2: 300 <= obj <= 568
4.09/4.12	c BCD2: #cores=19, #unrelaxed=276, #relaxed=319, #hardened=0
4.09/4.12	c BCD2: #sat=1 #unsat=301 bias=301/302
4.09/4.12	c Solving starts ...
4.09/4.12	c ============================[ Search Statistics ]============================
4.09/4.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.12	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.12	c =============================================================================
4.09/4.12	c  0.0s |       0 |        0 |        0 |    11471      0 |      281 |      299
4.09/4.13	c  0.0s |       0 |       20 |        1 |    11471      0 |      281 |      300
4.09/4.13	c #cpu_time = 0.011s
4.09/4.13	c #wall_clock_time = 0.011s
4.09/4.13	c #decision = 20
4.09/4.13	c #random_decision = 0
4.09/4.13	c #conflict = 1
4.09/4.13	c #restart = 0
4.09/4.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
4.09/4.13	c lower bound updated to -294
4.09/4.13	c BCD2: 301 <= obj <= 568
4.09/4.13	c BCD2: #cores=19, #unrelaxed=275, #relaxed=320, #hardened=0
4.09/4.13	c BCD2: #sat=1 #unsat=302 bias=302/303
4.09/4.13	c Solving starts ...
4.09/4.13	c ============================[ Search Statistics ]============================
4.09/4.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.13	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.13	c =============================================================================
4.09/4.13	c  0.0s |       0 |        0 |        0 |    11471      0 |      282 |      300
4.09/4.14	c  0.0s |       0 |       20 |        1 |    11471      0 |      282 |      301
4.09/4.14	c #cpu_time = 0.011s
4.09/4.14	c #wall_clock_time = 0.011s
4.09/4.14	c #decision = 20
4.09/4.14	c #random_decision = 0
4.09/4.14	c #conflict = 1
4.09/4.14	c #restart = 0
4.09/4.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
4.09/4.14	c lower bound updated to -293
4.09/4.14	c BCD2: 302 <= obj <= 568
4.09/4.14	c BCD2: #cores=19, #unrelaxed=274, #relaxed=321, #hardened=0
4.09/4.14	c BCD2: #sat=1 #unsat=303 bias=303/304
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 |    11471      0 |      283 |      301
4.09/4.16	c  0.0s |       0 |       20 |        1 |    11471      0 |      283 |      302
4.09/4.16	c #cpu_time = 0.011s
4.09/4.16	c #wall_clock_time = 0.011s
4.09/4.16	c #decision = 20
4.09/4.16	c #random_decision = 0
4.09/4.16	c #conflict = 1
4.09/4.16	c #restart = 0
4.09/4.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
4.09/4.16	c lower bound updated to -292
4.09/4.16	c BCD2: 303 <= obj <= 568
4.09/4.16	c BCD2: #cores=19, #unrelaxed=273, #relaxed=322, #hardened=0
4.09/4.16	c BCD2: #sat=1 #unsat=304 bias=304/305
4.09/4.16	c Solving starts ...
4.09/4.16	c ============================[ Search Statistics ]============================
4.09/4.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.16	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.16	c =============================================================================
4.09/4.16	c  0.0s |       0 |        0 |        0 |    11471      0 |      284 |      302
4.09/4.17	c  0.0s |       0 |       20 |        1 |    11471      0 |      284 |      303
4.09/4.17	c #cpu_time = 0.011s
4.09/4.17	c #wall_clock_time = 0.011s
4.09/4.17	c #decision = 20
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 1
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
4.09/4.17	c lower bound updated to -291
4.09/4.17	c BCD2: 304 <= obj <= 568
4.09/4.17	c BCD2: #cores=19, #unrelaxed=272, #relaxed=323, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=305 bias=305/306
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |    11471      0 |      285 |      303
4.09/4.18	c  0.0s |       0 |       20 |        0 |    11471      0 |      285 |      304
4.09/4.18	c #cpu_time = 0.011s
4.09/4.18	c #wall_clock_time = 0.011s
4.09/4.18	c #decision = 20
4.09/4.18	c #random_decision = 0
4.09/4.18	c #conflict = 0
4.09/4.18	c #restart = 0
4.09/4.18	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.18	c lower bound updated to -290
4.09/4.18	c BCD2: 305 <= obj <= 568
4.09/4.18	c BCD2: #cores=20, #unrelaxed=270, #relaxed=325, #hardened=0
4.09/4.18	c BCD2: #sat=1 #unsat=306 bias=306/307
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 |    11471      0 |      285 |      305
4.09/4.20	c  0.0s |       0 |       21 |        1 |    11471      0 |      285 |      305
4.09/4.20	c #cpu_time = 0.011s
4.09/4.20	c #wall_clock_time = 0.011s
4.09/4.20	c #decision = 21
4.09/4.20	c #random_decision = 0
4.09/4.20	c #conflict = 1
4.09/4.20	c #restart = 0
4.09/4.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
4.09/4.20	c lower bound updated to -289
4.19/4.20	c BCD2: 306 <= obj <= 568
4.19/4.20	c BCD2: #cores=20, #unrelaxed=269, #relaxed=326, #hardened=0
4.19/4.20	c BCD2: #sat=1 #unsat=307 bias=307/308
4.19/4.20	c Solving starts ...
4.19/4.20	c ============================[ Search Statistics ]============================
4.19/4.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.20	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.20	c =============================================================================
4.19/4.20	c  0.0s |       0 |        0 |        0 |    11471      0 |      286 |      305
4.19/4.21	c  0.0s |       0 |       21 |        1 |    11471      0 |      286 |      306
4.19/4.21	c #cpu_time = 0.011s
4.19/4.21	c #wall_clock_time = 0.011s
4.19/4.21	c #decision = 21
4.19/4.21	c #random_decision = 0
4.19/4.21	c #conflict = 1
4.19/4.21	c #restart = 0
4.19/4.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
4.19/4.21	c lower bound updated to -288
4.19/4.21	c BCD2: 307 <= obj <= 568
4.19/4.21	c BCD2: #cores=20, #unrelaxed=268, #relaxed=327, #hardened=0
4.19/4.21	c BCD2: #sat=1 #unsat=308 bias=308/309
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.21	c  0.0s |       0 |        0 |        0 |    11471      0 |      287 |      306
4.19/4.22	c  0.0s |       0 |       21 |        1 |    11471      0 |      287 |      307
4.19/4.22	c #cpu_time = 0.011s
4.19/4.22	c #wall_clock_time = 0.011s
4.19/4.22	c #decision = 21
4.19/4.22	c #random_decision = 0
4.19/4.22	c #conflict = 1
4.19/4.22	c #restart = 0
4.19/4.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
4.19/4.22	c lower bound updated to -287
4.19/4.22	c BCD2: 308 <= obj <= 568
4.19/4.22	c BCD2: #cores=20, #unrelaxed=267, #relaxed=328, #hardened=0
4.19/4.22	c BCD2: #sat=1 #unsat=309 bias=309/310
4.19/4.22	c Solving starts ...
4.19/4.22	c ============================[ Search Statistics ]============================
4.19/4.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.22	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.22	c =============================================================================
4.19/4.22	c  0.0s |       0 |        0 |        0 |    11471      0 |      288 |      307
4.19/4.23	c  0.0s |       0 |       21 |        1 |    11471      0 |      288 |      308
4.19/4.23	c #cpu_time = 0.011s
4.19/4.23	c #wall_clock_time = 0.011s
4.19/4.23	c #decision = 21
4.19/4.23	c #random_decision = 0
4.19/4.23	c #conflict = 1
4.19/4.23	c #restart = 0
4.19/4.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
4.19/4.23	c lower bound updated to -286
4.19/4.23	c BCD2: 309 <= obj <= 568
4.19/4.23	c BCD2: #cores=20, #unrelaxed=266, #relaxed=329, #hardened=0
4.19/4.23	c BCD2: #sat=1 #unsat=310 bias=310/311
4.19/4.23	c Solving starts ...
4.19/4.23	c ============================[ Search Statistics ]============================
4.19/4.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.23	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.23	c =============================================================================
4.19/4.23	c  0.0s |       0 |        0 |        0 |    11471      0 |      289 |      308
4.19/4.24	c  0.0s |       0 |       21 |        1 |    11471      0 |      289 |      309
4.19/4.24	c #cpu_time = 0.011s
4.19/4.24	c #wall_clock_time = 0.011s
4.19/4.24	c #decision = 21
4.19/4.24	c #random_decision = 0
4.19/4.24	c #conflict = 1
4.19/4.24	c #restart = 0
4.19/4.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
4.19/4.24	c lower bound updated to -285
4.19/4.24	c BCD2: 310 <= obj <= 568
4.19/4.24	c BCD2: #cores=20, #unrelaxed=265, #relaxed=330, #hardened=0
4.19/4.24	c BCD2: #sat=1 #unsat=311 bias=311/312
4.19/4.24	c Solving starts ...
4.19/4.24	c ============================[ Search Statistics ]============================
4.19/4.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.24	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.24	c =============================================================================
4.19/4.24	c  0.0s |       0 |        0 |        0 |    11471      0 |      290 |      309
4.19/4.26	c  0.0s |       0 |       21 |        1 |    11471      0 |      290 |      310
4.19/4.26	c #cpu_time = 0.011s
4.19/4.26	c #wall_clock_time = 0.011s
4.19/4.26	c #decision = 21
4.19/4.26	c #random_decision = 0
4.19/4.26	c #conflict = 1
4.19/4.26	c #restart = 0
4.19/4.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
4.19/4.26	c lower bound updated to -284
4.19/4.26	c BCD2: 311 <= obj <= 568
4.19/4.26	c BCD2: #cores=20, #unrelaxed=264, #relaxed=331, #hardened=0
4.19/4.26	c BCD2: #sat=1 #unsat=312 bias=312/313
4.19/4.26	c Solving starts ...
4.19/4.26	c ============================[ Search Statistics ]============================
4.19/4.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.26	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.26	c =============================================================================
4.19/4.26	c  0.0s |       0 |        0 |        0 |    11471      0 |      291 |      310
4.19/4.27	c  0.0s |       0 |       21 |        1 |    11471      0 |      291 |      311
4.19/4.27	c #cpu_time = 0.011s
4.19/4.27	c #wall_clock_time = 0.011s
4.19/4.27	c #decision = 21
4.19/4.27	c #random_decision = 0
4.19/4.27	c #conflict = 1
4.19/4.27	c #restart = 0
4.19/4.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
4.19/4.27	c lower bound updated to -283
4.19/4.27	c BCD2: 312 <= obj <= 568
4.19/4.27	c BCD2: #cores=20, #unrelaxed=263, #relaxed=332, #hardened=0
4.19/4.27	c BCD2: #sat=1 #unsat=313 bias=313/314
4.19/4.27	c Solving starts ...
4.19/4.27	c ============================[ Search Statistics ]============================
4.19/4.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.27	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.27	c =============================================================================
4.19/4.27	c  0.0s |       0 |        0 |        0 |    11471      0 |      292 |      311
4.19/4.28	c  0.0s |       0 |       21 |        1 |    11471      0 |      292 |      312
4.19/4.28	c #cpu_time = 0.011s
4.19/4.28	c #wall_clock_time = 0.011s
4.19/4.28	c #decision = 21
4.19/4.28	c #random_decision = 0
4.19/4.28	c #conflict = 1
4.19/4.28	c #restart = 0
4.19/4.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
4.19/4.28	c lower bound updated to -282
4.19/4.28	c BCD2: 313 <= obj <= 568
4.19/4.28	c BCD2: #cores=20, #unrelaxed=262, #relaxed=333, #hardened=0
4.19/4.28	c BCD2: #sat=1 #unsat=314 bias=314/315
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 |    11471      0 |      293 |      312
4.19/4.29	c  0.0s |       0 |       21 |        1 |    11471      0 |      293 |      313
4.19/4.29	c #cpu_time = 0.011s
4.19/4.29	c #wall_clock_time = 0.011s
4.19/4.29	c #decision = 21
4.19/4.29	c #random_decision = 0
4.19/4.29	c #conflict = 1
4.19/4.29	c #restart = 0
4.19/4.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
4.19/4.29	c lower bound updated to -281
4.19/4.29	c BCD2: 314 <= obj <= 568
4.19/4.29	c BCD2: #cores=20, #unrelaxed=261, #relaxed=334, #hardened=0
4.19/4.29	c BCD2: #sat=1 #unsat=315 bias=315/316
4.19/4.29	c Solving starts ...
4.19/4.29	c ============================[ Search Statistics ]============================
4.19/4.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.29	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.29	c =============================================================================
4.19/4.29	c  0.0s |       0 |        0 |        0 |    11471      0 |      294 |      313
4.29/4.30	c  0.0s |       0 |       21 |        1 |    11471      0 |      294 |      314
4.29/4.30	c #cpu_time = 0.011s
4.29/4.30	c #wall_clock_time = 0.011s
4.29/4.30	c #decision = 21
4.29/4.30	c #random_decision = 0
4.29/4.30	c #conflict = 1
4.29/4.30	c #restart = 0
4.29/4.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
4.29/4.30	c lower bound updated to -280
4.29/4.30	c BCD2: 315 <= obj <= 568
4.29/4.30	c BCD2: #cores=20, #unrelaxed=260, #relaxed=335, #hardened=0
4.29/4.30	c BCD2: #sat=1 #unsat=316 bias=316/317
4.29/4.30	c Solving starts ...
4.29/4.30	c ============================[ Search Statistics ]============================
4.29/4.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.31	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.31	c =============================================================================
4.29/4.31	c  0.0s |       0 |        0 |        0 |    11471      0 |      295 |      314
4.29/4.32	c  0.0s |       0 |       21 |        1 |    11471      0 |      295 |      315
4.29/4.32	c #cpu_time = 0.011s
4.29/4.32	c #wall_clock_time = 0.011s
4.29/4.32	c #decision = 21
4.29/4.32	c #random_decision = 0
4.29/4.32	c #conflict = 1
4.29/4.32	c #restart = 0
4.29/4.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
4.29/4.32	c lower bound updated to -279
4.29/4.32	c BCD2: 316 <= obj <= 568
4.29/4.32	c BCD2: #cores=20, #unrelaxed=259, #relaxed=336, #hardened=0
4.29/4.32	c BCD2: #sat=1 #unsat=317 bias=317/318
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 |    11471      0 |      296 |      315
4.29/4.33	c  0.0s |       0 |       21 |        1 |    11471      0 |      296 |      316
4.29/4.33	c #cpu_time = 0.011s
4.29/4.33	c #wall_clock_time = 0.011s
4.29/4.33	c #decision = 21
4.29/4.33	c #random_decision = 0
4.29/4.33	c #conflict = 1
4.29/4.33	c #restart = 0
4.29/4.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
4.29/4.33	c lower bound updated to -278
4.29/4.33	c BCD2: 317 <= obj <= 568
4.29/4.33	c BCD2: #cores=20, #unrelaxed=258, #relaxed=337, #hardened=0
4.29/4.33	c BCD2: #sat=1 #unsat=318 bias=318/319
4.29/4.33	c Solving starts ...
4.29/4.33	c ============================[ Search Statistics ]============================
4.29/4.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.33	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.33	c =============================================================================
4.29/4.33	c  0.0s |       0 |        0 |        0 |    11471      0 |      297 |      316
4.29/4.34	c  0.0s |       0 |       21 |        1 |    11471      0 |      297 |      317
4.29/4.34	c #cpu_time = 0.011s
4.29/4.34	c #wall_clock_time = 0.011s
4.29/4.34	c #decision = 21
4.29/4.34	c #random_decision = 0
4.29/4.34	c #conflict = 1
4.29/4.34	c #restart = 0
4.29/4.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
4.29/4.34	c lower bound updated to -277
4.29/4.34	c BCD2: 318 <= obj <= 568
4.29/4.34	c BCD2: #cores=20, #unrelaxed=257, #relaxed=338, #hardened=0
4.29/4.34	c BCD2: #sat=1 #unsat=319 bias=319/320
4.29/4.34	c Solving starts ...
4.29/4.34	c ============================[ Search Statistics ]============================
4.29/4.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.34	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.34	c =============================================================================
4.29/4.34	c  0.0s |       0 |        0 |        0 |    11471      0 |      298 |      317
4.29/4.35	c  0.0s |       0 |       21 |        1 |    11471      0 |      298 |      318
4.29/4.35	c #cpu_time = 0.011s
4.29/4.35	c #wall_clock_time = 0.011s
4.29/4.35	c #decision = 21
4.29/4.35	c #random_decision = 0
4.29/4.35	c #conflict = 1
4.29/4.35	c #restart = 0
4.29/4.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
4.29/4.35	c lower bound updated to -276
4.29/4.35	c BCD2: 319 <= obj <= 568
4.29/4.35	c BCD2: #cores=20, #unrelaxed=256, #relaxed=339, #hardened=0
4.29/4.35	c BCD2: #sat=1 #unsat=320 bias=320/321
4.29/4.35	c Solving starts ...
4.29/4.35	c ============================[ Search Statistics ]============================
4.29/4.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.35	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.35	c =============================================================================
4.29/4.35	c  0.0s |       0 |        0 |        0 |    11471      0 |      299 |      318
4.29/4.36	c  0.0s |       0 |       21 |        1 |    11471      0 |      299 |      319
4.29/4.36	c #cpu_time = 0.011s
4.29/4.36	c #wall_clock_time = 0.011s
4.29/4.36	c #decision = 21
4.29/4.36	c #random_decision = 0
4.29/4.36	c #conflict = 1
4.29/4.36	c #restart = 0
4.29/4.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
4.29/4.36	c lower bound updated to -275
4.29/4.37	c BCD2: 320 <= obj <= 568
4.29/4.37	c BCD2: #cores=20, #unrelaxed=255, #relaxed=340, #hardened=0
4.29/4.37	c BCD2: #sat=1 #unsat=321 bias=321/322
4.29/4.37	c Solving starts ...
4.29/4.37	c ============================[ Search Statistics ]============================
4.29/4.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.37	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.37	c =============================================================================
4.29/4.37	c  0.0s |       0 |        0 |        0 |    11471      0 |      300 |      319
4.29/4.38	c  0.0s |       0 |       21 |        0 |    11471      0 |      300 |      320
4.29/4.38	c #cpu_time = 0.011s
4.29/4.38	c #wall_clock_time = 0.011s
4.29/4.38	c #decision = 21
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 2: cost of the new core is >=1
4.29/4.38	c lower bound updated to -274
4.29/4.38	c BCD2: 321 <= obj <= 568
4.29/4.38	c BCD2: #cores=21, #unrelaxed=253, #relaxed=342, #hardened=0
4.29/4.38	c BCD2: #sat=1 #unsat=322 bias=322/323
4.29/4.38	c Solving starts ...
4.29/4.38	c ============================[ Search Statistics ]============================
4.29/4.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.38	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.38	c =============================================================================
4.29/4.38	c  0.0s |       0 |        0 |        0 |    11471      0 |      300 |      321
4.29/4.39	c  0.0s |       0 |       22 |        1 |    11471      0 |      300 |      321
4.29/4.39	c #cpu_time = 0.011s
4.29/4.39	c #wall_clock_time = 0.011s
4.29/4.39	c #decision = 22
4.29/4.39	c #random_decision = 0
4.29/4.39	c #conflict = 1
4.29/4.39	c #restart = 0
4.29/4.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
4.29/4.39	c lower bound updated to -273
4.29/4.39	c BCD2: 322 <= obj <= 568
4.29/4.39	c BCD2: #cores=21, #unrelaxed=252, #relaxed=343, #hardened=0
4.29/4.39	c BCD2: #sat=1 #unsat=323 bias=323/324
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 |    11471      0 |      301 |      321
4.29/4.40	c  0.0s |       0 |       22 |        1 |    11471      0 |      301 |      322
4.29/4.40	c #cpu_time = 0.011s
4.29/4.40	c #wall_clock_time = 0.012s
4.29/4.40	c #decision = 22
4.29/4.40	c #random_decision = 0
4.29/4.40	c #conflict = 1
4.29/4.40	c #restart = 0
4.29/4.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
4.29/4.40	c lower bound updated to -272
4.29/4.41	c BCD2: 323 <= obj <= 568
4.29/4.41	c BCD2: #cores=21, #unrelaxed=251, #relaxed=344, #hardened=0
4.29/4.41	c BCD2: #sat=1 #unsat=324 bias=324/325
4.29/4.41	c Solving starts ...
4.29/4.41	c ============================[ Search Statistics ]============================
4.29/4.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.41	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.41	c =============================================================================
4.29/4.41	c  0.0s |       0 |        0 |        0 |    11471      0 |      302 |      322
4.40/4.42	c  0.0s |       0 |       22 |        1 |    11471      0 |      302 |      323
4.40/4.42	c #cpu_time = 0.012s
4.40/4.42	c #wall_clock_time = 0.012s
4.40/4.42	c #decision = 22
4.40/4.42	c #random_decision = 0
4.40/4.42	c #conflict = 1
4.40/4.42	c #restart = 0
4.40/4.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
4.40/4.42	c lower bound updated to -271
4.40/4.42	c BCD2: 324 <= obj <= 568
4.40/4.42	c BCD2: #cores=21, #unrelaxed=250, #relaxed=345, #hardened=0
4.40/4.42	c BCD2: #sat=1 #unsat=325 bias=325/326
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.42	c  0.0s |       0 |        0 |        0 |    11471      0 |      303 |      323
4.40/4.43	c  0.0s |       0 |       22 |        1 |    11471      0 |      303 |      324
4.40/4.43	c #cpu_time = 0.012s
4.40/4.43	c #wall_clock_time = 0.012s
4.40/4.43	c #decision = 22
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 1
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
4.40/4.43	c lower bound updated to -270
4.40/4.43	c BCD2: 325 <= obj <= 568
4.40/4.43	c BCD2: #cores=21, #unrelaxed=249, #relaxed=346, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=326 bias=326/327
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |    11471      0 |      304 |      324
4.40/4.44	c  0.0s |       0 |       22 |        1 |    11471      0 |      304 |      325
4.40/4.44	c #cpu_time = 0.011s
4.40/4.44	c #wall_clock_time = 0.011s
4.40/4.44	c #decision = 22
4.40/4.44	c #random_decision = 0
4.40/4.44	c #conflict = 1
4.40/4.44	c #restart = 0
4.40/4.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
4.40/4.44	c lower bound updated to -269
4.40/4.44	c BCD2: 326 <= obj <= 568
4.40/4.44	c BCD2: #cores=21, #unrelaxed=248, #relaxed=347, #hardened=0
4.40/4.44	c BCD2: #sat=1 #unsat=327 bias=327/328
4.40/4.44	c Solving starts ...
4.40/4.44	c ============================[ Search Statistics ]============================
4.40/4.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.44	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.44	c =============================================================================
4.40/4.44	c  0.0s |       0 |        0 |        0 |    11471      0 |      305 |      325
4.40/4.45	c  0.0s |       0 |       22 |        1 |    11471      0 |      305 |      326
4.40/4.45	c #cpu_time = 0.011s
4.40/4.45	c #wall_clock_time = 0.011s
4.40/4.45	c #decision = 22
4.40/4.45	c #random_decision = 0
4.40/4.45	c #conflict = 1
4.40/4.45	c #restart = 0
4.40/4.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
4.40/4.45	c lower bound updated to -268
4.40/4.45	c BCD2: 327 <= obj <= 568
4.40/4.45	c BCD2: #cores=21, #unrelaxed=247, #relaxed=348, #hardened=0
4.40/4.45	c BCD2: #sat=1 #unsat=328 bias=328/329
4.40/4.45	c Solving starts ...
4.40/4.45	c ============================[ Search Statistics ]============================
4.40/4.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.45	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.45	c =============================================================================
4.40/4.45	c  0.0s |       0 |        0 |        0 |    11471      0 |      306 |      326
4.40/4.47	c  0.0s |       0 |       22 |        1 |    11471      0 |      306 |      327
4.40/4.47	c #cpu_time = 0.011s
4.40/4.47	c #wall_clock_time = 0.011s
4.40/4.47	c #decision = 22
4.40/4.47	c #random_decision = 0
4.40/4.47	c #conflict = 1
4.40/4.47	c #restart = 0
4.40/4.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
4.40/4.47	c lower bound updated to -267
4.40/4.47	c BCD2: 328 <= obj <= 568
4.40/4.47	c BCD2: #cores=21, #unrelaxed=246, #relaxed=349, #hardened=0
4.40/4.47	c BCD2: #sat=1 #unsat=329 bias=329/330
4.40/4.47	c Solving starts ...
4.40/4.47	c ============================[ Search Statistics ]============================
4.40/4.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.47	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.47	c =============================================================================
4.40/4.47	c  0.0s |       0 |        0 |        0 |    11471      0 |      307 |      327
4.40/4.48	c  0.0s |       0 |       22 |        1 |    11471      0 |      307 |      328
4.40/4.48	c #cpu_time = 0.011s
4.40/4.48	c #wall_clock_time = 0.011s
4.40/4.48	c #decision = 22
4.40/4.48	c #random_decision = 0
4.40/4.48	c #conflict = 1
4.40/4.48	c #restart = 0
4.40/4.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
4.40/4.48	c lower bound updated to -266
4.40/4.48	c BCD2: 329 <= obj <= 568
4.40/4.48	c BCD2: #cores=21, #unrelaxed=245, #relaxed=350, #hardened=0
4.40/4.48	c BCD2: #sat=1 #unsat=330 bias=330/331
4.40/4.48	c Solving starts ...
4.40/4.48	c ============================[ Search Statistics ]============================
4.40/4.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.48	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.48	c =============================================================================
4.40/4.48	c  0.0s |       0 |        0 |        0 |    11471      0 |      308 |      328
4.40/4.49	c  0.0s |       0 |       22 |        1 |    11471      0 |      308 |      329
4.40/4.49	c #cpu_time = 0.011s
4.40/4.49	c #wall_clock_time = 0.011s
4.40/4.49	c #decision = 22
4.40/4.49	c #random_decision = 0
4.40/4.49	c #conflict = 1
4.40/4.49	c #restart = 0
4.40/4.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
4.40/4.49	c lower bound updated to -265
4.40/4.49	c BCD2: 330 <= obj <= 568
4.40/4.49	c BCD2: #cores=21, #unrelaxed=244, #relaxed=351, #hardened=0
4.40/4.49	c BCD2: #sat=1 #unsat=331 bias=331/332
4.40/4.49	c Solving starts ...
4.40/4.49	c ============================[ Search Statistics ]============================
4.40/4.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.49	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.49	c =============================================================================
4.40/4.49	c  0.0s |       0 |        0 |        0 |    11471      0 |      309 |      329
4.40/4.50	c  0.0s |       0 |       22 |        1 |    11471      0 |      309 |      330
4.40/4.50	c #cpu_time = 0.011s
4.40/4.50	c #wall_clock_time = 0.011s
4.40/4.50	c #decision = 22
4.40/4.50	c #random_decision = 0
4.40/4.50	c #conflict = 1
4.40/4.50	c #restart = 0
4.40/4.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
4.40/4.50	c lower bound updated to -264
4.40/4.50	c BCD2: 331 <= obj <= 568
4.40/4.50	c BCD2: #cores=21, #unrelaxed=243, #relaxed=352, #hardened=0
4.40/4.50	c BCD2: #sat=1 #unsat=332 bias=332/333
4.40/4.50	c Solving starts ...
4.40/4.50	c ============================[ Search Statistics ]============================
4.40/4.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.50	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.50	c =============================================================================
4.40/4.50	c  0.0s |       0 |        0 |        0 |    11471      0 |      310 |      330
4.50/4.51	c  0.0s |       0 |       22 |        1 |    11471      0 |      310 |      331
4.50/4.51	c #cpu_time = 0.011s
4.50/4.51	c #wall_clock_time = 0.011s
4.50/4.51	c #decision = 22
4.50/4.51	c #random_decision = 0
4.50/4.51	c #conflict = 1
4.50/4.51	c #restart = 0
4.50/4.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
4.50/4.51	c lower bound updated to -263
4.50/4.51	c BCD2: 332 <= obj <= 568
4.50/4.51	c BCD2: #cores=21, #unrelaxed=242, #relaxed=353, #hardened=0
4.50/4.51	c BCD2: #sat=1 #unsat=333 bias=333/334
4.50/4.51	c Solving starts ...
4.50/4.51	c ============================[ Search Statistics ]============================
4.50/4.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.51	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.51	c =============================================================================
4.50/4.51	c  0.0s |       0 |        0 |        0 |    11471      0 |      311 |      331
4.50/4.53	c  0.0s |       0 |       22 |        1 |    11471      0 |      311 |      332
4.50/4.53	c #cpu_time = 0.011s
4.50/4.53	c #wall_clock_time = 0.011s
4.50/4.53	c #decision = 22
4.50/4.53	c #random_decision = 0
4.50/4.53	c #conflict = 1
4.50/4.53	c #restart = 0
4.50/4.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
4.50/4.53	c lower bound updated to -262
4.50/4.53	c BCD2: 333 <= obj <= 568
4.50/4.53	c BCD2: #cores=21, #unrelaxed=241, #relaxed=354, #hardened=0
4.50/4.53	c BCD2: #sat=1 #unsat=334 bias=334/335
4.50/4.53	c Solving starts ...
4.50/4.53	c ============================[ Search Statistics ]============================
4.50/4.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.53	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.53	c =============================================================================
4.50/4.53	c  0.0s |       0 |        0 |        0 |    11471      0 |      312 |      332
4.50/4.54	c  0.0s |       0 |       22 |        1 |    11471      0 |      312 |      333
4.50/4.54	c #cpu_time = 0.011s
4.50/4.54	c #wall_clock_time = 0.011s
4.50/4.54	c #decision = 22
4.50/4.54	c #random_decision = 0
4.50/4.54	c #conflict = 1
4.50/4.54	c #restart = 0
4.50/4.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
4.50/4.54	c lower bound updated to -261
4.50/4.54	c BCD2: 334 <= obj <= 568
4.50/4.54	c BCD2: #cores=21, #unrelaxed=240, #relaxed=355, #hardened=0
4.50/4.54	c BCD2: #sat=1 #unsat=335 bias=335/336
4.50/4.54	c Solving starts ...
4.50/4.54	c ============================[ Search Statistics ]============================
4.50/4.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.54	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.54	c =============================================================================
4.50/4.54	c  0.0s |       0 |        0 |        0 |    11471      0 |      313 |      333
4.50/4.55	c  0.0s |       0 |       22 |        1 |    11471      0 |      313 |      334
4.50/4.55	c #cpu_time = 0.011s
4.50/4.55	c #wall_clock_time = 0.011s
4.50/4.55	c #decision = 22
4.50/4.55	c #random_decision = 0
4.50/4.55	c #conflict = 1
4.50/4.55	c #restart = 0
4.50/4.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
4.50/4.55	c lower bound updated to -260
4.50/4.55	c BCD2: 335 <= obj <= 568
4.50/4.55	c BCD2: #cores=21, #unrelaxed=239, #relaxed=356, #hardened=0
4.50/4.55	c BCD2: #sat=1 #unsat=336 bias=336/337
4.50/4.55	c Solving starts ...
4.50/4.55	c ============================[ Search Statistics ]============================
4.50/4.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.55	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.55	c =============================================================================
4.50/4.55	c  0.0s |       0 |        0 |        0 |    11471      0 |      314 |      334
4.50/4.56	c  0.0s |       0 |       22 |        1 |    11471      0 |      314 |      335
4.50/4.56	c #cpu_time = 0.011s
4.50/4.56	c #wall_clock_time = 0.011s
4.50/4.56	c #decision = 22
4.50/4.56	c #random_decision = 0
4.50/4.56	c #conflict = 1
4.50/4.56	c #restart = 0
4.50/4.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
4.50/4.56	c lower bound updated to -259
4.50/4.56	c BCD2: 336 <= obj <= 568
4.50/4.56	c BCD2: #cores=21, #unrelaxed=238, #relaxed=357, #hardened=0
4.50/4.56	c BCD2: #sat=1 #unsat=337 bias=337/338
4.50/4.56	c Solving starts ...
4.50/4.56	c ============================[ Search Statistics ]============================
4.50/4.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.56	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.56	c =============================================================================
4.50/4.56	c  0.0s |       0 |        0 |        0 |    11471      0 |      315 |      335
4.50/4.57	c  0.0s |       0 |       22 |        0 |    11471      0 |      315 |      336
4.50/4.57	c #cpu_time = 0.011s
4.50/4.57	c #wall_clock_time = 0.011s
4.50/4.57	c #decision = 22
4.50/4.57	c #random_decision = 0
4.50/4.57	c #conflict = 0
4.50/4.57	c #restart = 0
4.50/4.57	c BCD2: found a new core of size 2: cost of the new core is >=1
4.50/4.57	c lower bound updated to -258
4.50/4.58	c BCD2: 337 <= obj <= 568
4.50/4.58	c BCD2: #cores=22, #unrelaxed=236, #relaxed=359, #hardened=0
4.50/4.58	c BCD2: #sat=1 #unsat=338 bias=338/339
4.50/4.58	c Solving starts ...
4.50/4.58	c ============================[ Search Statistics ]============================
4.50/4.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.58	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.58	c =============================================================================
4.50/4.58	c  0.0s |       0 |        0 |        0 |    11471      0 |      315 |      337
4.50/4.59	c  0.0s |       0 |       23 |        1 |    11471      0 |      315 |      337
4.50/4.59	c #cpu_time = 0.011s
4.50/4.59	c #wall_clock_time = 0.011s
4.50/4.59	c #decision = 23
4.50/4.59	c #random_decision = 0
4.50/4.59	c #conflict = 1
4.50/4.59	c #restart = 0
4.50/4.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
4.50/4.59	c lower bound updated to -257
4.50/4.59	c BCD2: 338 <= obj <= 568
4.50/4.59	c BCD2: #cores=22, #unrelaxed=235, #relaxed=360, #hardened=0
4.50/4.59	c BCD2: #sat=1 #unsat=339 bias=339/340
4.50/4.59	c Solving starts ...
4.50/4.59	c ============================[ Search Statistics ]============================
4.50/4.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.59	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.59	c =============================================================================
4.50/4.59	c  0.0s |       0 |        0 |        0 |    11471      0 |      316 |      337
4.59/4.60	c  0.0s |       0 |       23 |        1 |    11471      0 |      316 |      338
4.59/4.60	c #cpu_time = 0.011s
4.59/4.60	c #wall_clock_time = 0.011s
4.59/4.60	c #decision = 23
4.59/4.60	c #random_decision = 0
4.59/4.60	c #conflict = 1
4.59/4.60	c #restart = 0
4.59/4.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
4.59/4.60	c lower bound updated to -256
4.59/4.60	c BCD2: 339 <= obj <= 568
4.59/4.60	c BCD2: #cores=22, #unrelaxed=234, #relaxed=361, #hardened=0
4.59/4.60	c BCD2: #sat=1 #unsat=340 bias=340/341
4.59/4.60	c Solving starts ...
4.59/4.60	c ============================[ Search Statistics ]============================
4.59/4.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.60	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.60	c =============================================================================
4.59/4.60	c  0.0s |       0 |        0 |        0 |    11471      0 |      317 |      338
4.59/4.61	c  0.0s |       0 |       23 |        1 |    11471      0 |      317 |      339
4.59/4.61	c #cpu_time = 0.011s
4.59/4.61	c #wall_clock_time = 0.011s
4.59/4.61	c #decision = 23
4.59/4.61	c #random_decision = 0
4.59/4.61	c #conflict = 1
4.59/4.61	c #restart = 0
4.59/4.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
4.59/4.61	c lower bound updated to -255
4.59/4.61	c BCD2: 340 <= obj <= 568
4.59/4.61	c BCD2: #cores=22, #unrelaxed=233, #relaxed=362, #hardened=0
4.59/4.61	c BCD2: #sat=1 #unsat=341 bias=341/342
4.59/4.62	c Solving starts ...
4.59/4.62	c ============================[ Search Statistics ]============================
4.59/4.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.62	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.62	c =============================================================================
4.59/4.62	c  0.0s |       0 |        0 |        0 |    11471      0 |      318 |      339
4.59/4.63	c  0.0s |       0 |       23 |        1 |    11471      0 |      318 |      340
4.59/4.63	c #cpu_time = 0.011s
4.59/4.63	c #wall_clock_time = 0.011s
4.59/4.63	c #decision = 23
4.59/4.63	c #random_decision = 0
4.59/4.63	c #conflict = 1
4.59/4.63	c #restart = 0
4.59/4.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
4.59/4.63	c lower bound updated to -254
4.59/4.63	c BCD2: 341 <= obj <= 568
4.59/4.63	c BCD2: #cores=22, #unrelaxed=232, #relaxed=363, #hardened=0
4.59/4.63	c BCD2: #sat=1 #unsat=342 bias=342/343
4.59/4.63	c Solving starts ...
4.59/4.63	c ============================[ Search Statistics ]============================
4.59/4.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.63	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.63	c =============================================================================
4.59/4.63	c  0.0s |       0 |        0 |        0 |    11471      0 |      319 |      340
4.59/4.64	c  0.0s |       0 |       23 |        1 |    11471      0 |      319 |      341
4.59/4.64	c #cpu_time = 0.011s
4.59/4.64	c #wall_clock_time = 0.011s
4.59/4.64	c #decision = 23
4.59/4.64	c #random_decision = 0
4.59/4.64	c #conflict = 1
4.59/4.64	c #restart = 0
4.59/4.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
4.59/4.64	c lower bound updated to -253
4.59/4.64	c BCD2: 342 <= obj <= 568
4.59/4.64	c BCD2: #cores=22, #unrelaxed=231, #relaxed=364, #hardened=0
4.59/4.64	c BCD2: #sat=1 #unsat=343 bias=343/344
4.59/4.64	c Solving starts ...
4.59/4.64	c ============================[ Search Statistics ]============================
4.59/4.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.64	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.64	c =============================================================================
4.59/4.64	c  0.0s |       0 |        0 |        0 |    11471      0 |      320 |      341
4.59/4.65	c  0.0s |       0 |       23 |        1 |    11471      0 |      320 |      342
4.59/4.65	c #cpu_time = 0.011s
4.59/4.65	c #wall_clock_time = 0.011s
4.59/4.65	c #decision = 23
4.59/4.65	c #random_decision = 0
4.59/4.65	c #conflict = 1
4.59/4.65	c #restart = 0
4.59/4.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
4.59/4.65	c lower bound updated to -252
4.59/4.65	c BCD2: 343 <= obj <= 568
4.59/4.65	c BCD2: #cores=22, #unrelaxed=230, #relaxed=365, #hardened=0
4.59/4.65	c BCD2: #sat=1 #unsat=344 bias=344/345
4.59/4.65	c Solving starts ...
4.59/4.65	c ============================[ Search Statistics ]============================
4.59/4.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.65	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.65	c =============================================================================
4.59/4.65	c  0.0s |       0 |        0 |        0 |    11471      0 |      321 |      342
4.59/4.66	c  0.0s |       0 |       23 |        1 |    11471      0 |      321 |      343
4.59/4.66	c #cpu_time = 0.011s
4.59/4.66	c #wall_clock_time = 0.011s
4.59/4.66	c #decision = 23
4.59/4.66	c #random_decision = 0
4.59/4.66	c #conflict = 1
4.59/4.66	c #restart = 0
4.59/4.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
4.59/4.66	c lower bound updated to -251
4.59/4.66	c BCD2: 344 <= obj <= 568
4.59/4.66	c BCD2: #cores=22, #unrelaxed=229, #relaxed=366, #hardened=0
4.59/4.66	c BCD2: #sat=1 #unsat=345 bias=345/346
4.59/4.66	c Solving starts ...
4.59/4.66	c ============================[ Search Statistics ]============================
4.59/4.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.66	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.66	c =============================================================================
4.59/4.66	c  0.0s |       0 |        0 |        0 |    11471      0 |      322 |      343
4.59/4.68	c  0.0s |       0 |       23 |        1 |    11471      0 |      322 |      344
4.59/4.68	c #cpu_time = 0.011s
4.59/4.68	c #wall_clock_time = 0.011s
4.59/4.68	c #decision = 23
4.59/4.68	c #random_decision = 0
4.59/4.68	c #conflict = 1
4.59/4.68	c #restart = 0
4.59/4.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
4.59/4.68	c lower bound updated to -250
4.59/4.68	c BCD2: 345 <= obj <= 568
4.59/4.68	c BCD2: #cores=22, #unrelaxed=228, #relaxed=367, #hardened=0
4.59/4.68	c BCD2: #sat=1 #unsat=346 bias=346/347
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 |    11471      0 |      323 |      344
4.59/4.69	c  0.0s |       0 |       23 |        1 |    11471      0 |      323 |      345
4.59/4.69	c #cpu_time = 0.011s
4.59/4.69	c #wall_clock_time = 0.011s
4.59/4.69	c #decision = 23
4.59/4.69	c #random_decision = 0
4.59/4.69	c #conflict = 1
4.59/4.69	c #restart = 0
4.59/4.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
4.59/4.69	c lower bound updated to -249
4.59/4.69	c BCD2: 346 <= obj <= 568
4.59/4.69	c BCD2: #cores=22, #unrelaxed=227, #relaxed=368, #hardened=0
4.59/4.69	c BCD2: #sat=1 #unsat=347 bias=347/348
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 |    11471      0 |      324 |      345
4.69/4.70	c  0.0s |       0 |       23 |        1 |    11471      0 |      324 |      346
4.69/4.70	c #cpu_time = 0.011s
4.69/4.70	c #wall_clock_time = 0.011s
4.69/4.70	c #decision = 23
4.69/4.70	c #random_decision = 0
4.69/4.70	c #conflict = 1
4.69/4.70	c #restart = 0
4.69/4.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
4.69/4.70	c lower bound updated to -248
4.69/4.70	c BCD2: 347 <= obj <= 568
4.69/4.70	c BCD2: #cores=22, #unrelaxed=226, #relaxed=369, #hardened=0
4.69/4.70	c BCD2: #sat=1 #unsat=348 bias=348/349
4.69/4.70	c Solving starts ...
4.69/4.70	c ============================[ Search Statistics ]============================
4.69/4.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.70	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.70	c =============================================================================
4.69/4.70	c  0.0s |       0 |        0 |        0 |    11471      0 |      325 |      346
4.69/4.71	c  0.0s |       0 |       23 |        1 |    11471      0 |      325 |      347
4.69/4.71	c #cpu_time = 0.011s
4.69/4.71	c #wall_clock_time = 0.011s
4.69/4.71	c #decision = 23
4.69/4.71	c #random_decision = 0
4.69/4.71	c #conflict = 1
4.69/4.71	c #restart = 0
4.69/4.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
4.69/4.71	c lower bound updated to -247
4.69/4.71	c BCD2: 348 <= obj <= 568
4.69/4.71	c BCD2: #cores=22, #unrelaxed=225, #relaxed=370, #hardened=0
4.69/4.71	c BCD2: #sat=1 #unsat=349 bias=349/350
4.69/4.71	c Solving starts ...
4.69/4.71	c ============================[ Search Statistics ]============================
4.69/4.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.71	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.71	c =============================================================================
4.69/4.71	c  0.0s |       0 |        0 |        0 |    11471      0 |      326 |      347
4.69/4.72	c  0.0s |       0 |       23 |        1 |    11471      0 |      326 |      348
4.69/4.72	c #cpu_time = 0.011s
4.69/4.72	c #wall_clock_time = 0.011s
4.69/4.72	c #decision = 23
4.69/4.72	c #random_decision = 0
4.69/4.72	c #conflict = 1
4.69/4.72	c #restart = 0
4.69/4.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
4.69/4.72	c lower bound updated to -246
4.69/4.72	c BCD2: 349 <= obj <= 568
4.69/4.72	c BCD2: #cores=22, #unrelaxed=224, #relaxed=371, #hardened=0
4.69/4.72	c BCD2: #sat=1 #unsat=350 bias=350/351
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 |    11471      0 |      327 |      348
4.69/4.74	c  0.0s |       0 |       23 |        1 |    11471      0 |      327 |      349
4.69/4.74	c #cpu_time = 0.011s
4.69/4.74	c #wall_clock_time = 0.011s
4.69/4.74	c #decision = 23
4.69/4.74	c #random_decision = 0
4.69/4.74	c #conflict = 1
4.69/4.74	c #restart = 0
4.69/4.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
4.69/4.74	c lower bound updated to -245
4.69/4.74	c BCD2: 350 <= obj <= 568
4.69/4.74	c BCD2: #cores=22, #unrelaxed=223, #relaxed=372, #hardened=0
4.69/4.74	c BCD2: #sat=1 #unsat=351 bias=351/352
4.69/4.74	c Solving starts ...
4.69/4.74	c ============================[ Search Statistics ]============================
4.69/4.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.74	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.74	c =============================================================================
4.69/4.74	c  0.0s |       0 |        0 |        0 |    11471      0 |      328 |      349
4.69/4.75	c  0.0s |       0 |       23 |        1 |    11471      0 |      328 |      350
4.69/4.75	c #cpu_time = 0.011s
4.69/4.75	c #wall_clock_time = 0.011s
4.69/4.75	c #decision = 23
4.69/4.75	c #random_decision = 0
4.69/4.75	c #conflict = 1
4.69/4.75	c #restart = 0
4.69/4.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
4.69/4.75	c lower bound updated to -244
4.69/4.75	c BCD2: 351 <= obj <= 568
4.69/4.75	c BCD2: #cores=22, #unrelaxed=222, #relaxed=373, #hardened=0
4.69/4.75	c BCD2: #sat=1 #unsat=352 bias=352/353
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 |    11471      0 |      329 |      350
4.69/4.76	c  0.0s |       0 |       23 |        1 |    11471      0 |      329 |      351
4.69/4.76	c #cpu_time = 0.011s
4.69/4.76	c #wall_clock_time = 0.011s
4.69/4.76	c #decision = 23
4.69/4.76	c #random_decision = 0
4.69/4.76	c #conflict = 1
4.69/4.76	c #restart = 0
4.69/4.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
4.69/4.76	c lower bound updated to -243
4.69/4.76	c BCD2: 352 <= obj <= 568
4.69/4.76	c BCD2: #cores=22, #unrelaxed=221, #relaxed=374, #hardened=0
4.69/4.76	c BCD2: #sat=1 #unsat=353 bias=353/354
4.69/4.76	c Solving starts ...
4.69/4.76	c ============================[ Search Statistics ]============================
4.69/4.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.76	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.76	c =============================================================================
4.69/4.76	c  0.0s |       0 |        0 |        0 |    11471      0 |      330 |      351
4.69/4.77	c  0.0s |       0 |       23 |        0 |    11471      0 |      330 |      352
4.69/4.77	c #cpu_time = 0.011s
4.69/4.77	c #wall_clock_time = 0.011s
4.69/4.77	c #decision = 23
4.69/4.77	c #random_decision = 0
4.69/4.77	c #conflict = 0
4.69/4.77	c #restart = 0
4.69/4.77	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.77	c lower bound updated to -242
4.69/4.77	c BCD2: 353 <= obj <= 568
4.69/4.77	c BCD2: #cores=23, #unrelaxed=219, #relaxed=376, #hardened=0
4.69/4.77	c BCD2: #sat=1 #unsat=354 bias=354/355
4.69/4.78	c Solving starts ...
4.69/4.78	c ============================[ Search Statistics ]============================
4.69/4.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.78	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.78	c =============================================================================
4.69/4.78	c  0.0s |       0 |        0 |        0 |    11471      0 |      330 |      353
4.69/4.79	c  0.0s |       0 |       24 |        1 |    11471      0 |      330 |      353
4.69/4.79	c #cpu_time = 0.011s
4.69/4.79	c #wall_clock_time = 0.011s
4.69/4.79	c #decision = 24
4.69/4.79	c #random_decision = 0
4.69/4.79	c #conflict = 1
4.69/4.79	c #restart = 0
4.69/4.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
4.69/4.79	c lower bound updated to -241
4.69/4.79	c BCD2: 354 <= obj <= 568
4.69/4.79	c BCD2: #cores=23, #unrelaxed=218, #relaxed=377, #hardened=0
4.69/4.79	c BCD2: #sat=1 #unsat=355 bias=355/356
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.79	c  0.0s |       0 |        0 |        0 |    11471      0 |      331 |      353
4.79/4.80	c  0.0s |       0 |       24 |        1 |    11471      0 |      331 |      354
4.79/4.80	c #cpu_time = 0.011s
4.79/4.80	c #wall_clock_time = 0.011s
4.79/4.80	c #decision = 24
4.79/4.80	c #random_decision = 0
4.79/4.80	c #conflict = 1
4.79/4.80	c #restart = 0
4.79/4.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
4.79/4.80	c lower bound updated to -240
4.79/4.80	c BCD2: 355 <= obj <= 568
4.79/4.80	c BCD2: #cores=23, #unrelaxed=217, #relaxed=378, #hardened=0
4.79/4.80	c BCD2: #sat=1 #unsat=356 bias=356/357
4.79/4.80	c Solving starts ...
4.79/4.80	c ============================[ Search Statistics ]============================
4.79/4.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.80	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.80	c =============================================================================
4.79/4.80	c  0.0s |       0 |        0 |        0 |    11471      0 |      332 |      354
4.79/4.81	c  0.0s |       0 |       24 |        1 |    11471      0 |      332 |      355
4.79/4.81	c #cpu_time = 0.011s
4.79/4.81	c #wall_clock_time = 0.011s
4.79/4.81	c #decision = 24
4.79/4.81	c #random_decision = 0
4.79/4.81	c #conflict = 1
4.79/4.81	c #restart = 0
4.79/4.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
4.79/4.81	c lower bound updated to -239
4.79/4.81	c BCD2: 356 <= obj <= 568
4.79/4.81	c BCD2: #cores=23, #unrelaxed=216, #relaxed=379, #hardened=0
4.79/4.81	c BCD2: #sat=1 #unsat=357 bias=357/358
4.79/4.81	c Solving starts ...
4.79/4.81	c ============================[ Search Statistics ]============================
4.79/4.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.81	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.81	c =============================================================================
4.79/4.81	c  0.0s |       0 |        0 |        0 |    11471      0 |      333 |      355
4.79/4.82	c  0.0s |       0 |       24 |        1 |    11471      0 |      333 |      356
4.79/4.82	c #cpu_time = 0.011s
4.79/4.82	c #wall_clock_time = 0.011s
4.79/4.82	c #decision = 24
4.79/4.82	c #random_decision = 0
4.79/4.82	c #conflict = 1
4.79/4.82	c #restart = 0
4.79/4.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
4.79/4.82	c lower bound updated to -238
4.79/4.82	c BCD2: 357 <= obj <= 568
4.79/4.82	c BCD2: #cores=23, #unrelaxed=215, #relaxed=380, #hardened=0
4.79/4.82	c BCD2: #sat=1 #unsat=358 bias=358/359
4.79/4.82	c Solving starts ...
4.79/4.82	c ============================[ Search Statistics ]============================
4.79/4.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.82	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.82	c =============================================================================
4.79/4.83	c  0.0s |       0 |        0 |        0 |    11471      0 |      334 |      356
4.79/4.84	c  0.0s |       0 |       24 |        1 |    11471      0 |      334 |      357
4.79/4.84	c #cpu_time = 0.011s
4.79/4.84	c #wall_clock_time = 0.011s
4.79/4.84	c #decision = 24
4.79/4.84	c #random_decision = 0
4.79/4.84	c #conflict = 1
4.79/4.84	c #restart = 0
4.79/4.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
4.79/4.84	c lower bound updated to -237
4.79/4.84	c BCD2: 358 <= obj <= 568
4.79/4.84	c BCD2: #cores=23, #unrelaxed=214, #relaxed=381, #hardened=0
4.79/4.84	c BCD2: #sat=1 #unsat=359 bias=359/360
4.79/4.84	c Solving starts ...
4.79/4.84	c ============================[ Search Statistics ]============================
4.79/4.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.84	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.84	c =============================================================================
4.79/4.84	c  0.0s |       0 |        0 |        0 |    11471      0 |      335 |      357
4.79/4.85	c  0.0s |       0 |       24 |        1 |    11471      0 |      335 |      358
4.79/4.85	c #cpu_time = 0.012s
4.79/4.85	c #wall_clock_time = 0.012s
4.79/4.85	c #decision = 24
4.79/4.85	c #random_decision = 0
4.79/4.85	c #conflict = 1
4.79/4.85	c #restart = 0
4.79/4.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
4.79/4.85	c lower bound updated to -236
4.79/4.85	c BCD2: 359 <= obj <= 568
4.79/4.85	c BCD2: #cores=23, #unrelaxed=213, #relaxed=382, #hardened=0
4.79/4.85	c BCD2: #sat=1 #unsat=360 bias=360/361
4.79/4.85	c Solving starts ...
4.79/4.85	c ============================[ Search Statistics ]============================
4.79/4.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.85	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.85	c =============================================================================
4.79/4.85	c  0.0s |       0 |        0 |        0 |    11471      0 |      336 |      358
4.79/4.86	c  0.0s |       0 |       24 |        1 |    11471      0 |      336 |      359
4.79/4.86	c #cpu_time = 0.011s
4.79/4.86	c #wall_clock_time = 0.012s
4.79/4.86	c #decision = 24
4.79/4.86	c #random_decision = 0
4.79/4.86	c #conflict = 1
4.79/4.86	c #restart = 0
4.79/4.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
4.79/4.86	c lower bound updated to -235
4.79/4.86	c BCD2: 360 <= obj <= 568
4.79/4.86	c BCD2: #cores=23, #unrelaxed=212, #relaxed=383, #hardened=0
4.79/4.86	c BCD2: #sat=1 #unsat=361 bias=361/362
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.86	c  0.0s |       0 |        0 |        0 |    11471      0 |      337 |      359
4.79/4.87	c  0.0s |       0 |       24 |        1 |    11471      0 |      337 |      360
4.79/4.87	c #cpu_time = 0.011s
4.79/4.87	c #wall_clock_time = 0.011s
4.79/4.87	c #decision = 24
4.79/4.87	c #random_decision = 0
4.79/4.87	c #conflict = 1
4.79/4.87	c #restart = 0
4.79/4.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
4.79/4.87	c lower bound updated to -234
4.79/4.87	c BCD2: 361 <= obj <= 568
4.79/4.87	c BCD2: #cores=23, #unrelaxed=211, #relaxed=384, #hardened=0
4.79/4.87	c BCD2: #sat=1 #unsat=362 bias=362/363
4.79/4.87	c Solving starts ...
4.79/4.87	c ============================[ Search Statistics ]============================
4.79/4.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.87	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.87	c =============================================================================
4.79/4.87	c  0.0s |       0 |        0 |        0 |    11471      0 |      338 |      360
4.79/4.89	c  0.0s |       0 |       24 |        1 |    11471      0 |      338 |      361
4.79/4.89	c #cpu_time = 0.011s
4.79/4.89	c #wall_clock_time = 0.011s
4.79/4.89	c #decision = 24
4.79/4.89	c #random_decision = 0
4.79/4.89	c #conflict = 1
4.79/4.89	c #restart = 0
4.79/4.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
4.79/4.89	c lower bound updated to -233
4.79/4.89	c BCD2: 362 <= obj <= 568
4.79/4.89	c BCD2: #cores=23, #unrelaxed=210, #relaxed=385, #hardened=0
4.79/4.89	c BCD2: #sat=1 #unsat=363 bias=363/364
4.79/4.89	c Solving starts ...
4.79/4.89	c ============================[ Search Statistics ]============================
4.79/4.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.89	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.89	c =============================================================================
4.79/4.89	c  0.0s |       0 |        0 |        0 |    11471      0 |      339 |      361
4.89/4.90	c  0.0s |       0 |       24 |        1 |    11471      0 |      339 |      362
4.89/4.90	c #cpu_time = 0.011s
4.89/4.90	c #wall_clock_time = 0.011s
4.89/4.90	c #decision = 24
4.89/4.90	c #random_decision = 0
4.89/4.90	c #conflict = 1
4.89/4.90	c #restart = 0
4.89/4.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
4.89/4.90	c lower bound updated to -232
4.89/4.90	c BCD2: 363 <= obj <= 568
4.89/4.90	c BCD2: #cores=23, #unrelaxed=209, #relaxed=386, #hardened=0
4.89/4.90	c BCD2: #sat=1 #unsat=364 bias=364/365
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 |    11471      0 |      340 |      362
4.89/4.91	c  0.0s |       0 |       24 |        1 |    11471      0 |      340 |      363
4.89/4.91	c #cpu_time = 0.011s
4.89/4.91	c #wall_clock_time = 0.012s
4.89/4.91	c #decision = 24
4.89/4.91	c #random_decision = 0
4.89/4.91	c #conflict = 1
4.89/4.91	c #restart = 0
4.89/4.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
4.89/4.91	c lower bound updated to -231
4.89/4.91	c BCD2: 364 <= obj <= 568
4.89/4.91	c BCD2: #cores=23, #unrelaxed=208, #relaxed=387, #hardened=0
4.89/4.91	c BCD2: #sat=1 #unsat=365 bias=365/366
4.89/4.91	c Solving starts ...
4.89/4.91	c ============================[ Search Statistics ]============================
4.89/4.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.91	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.91	c =============================================================================
4.89/4.91	c  0.0s |       0 |        0 |        0 |    11471      0 |      341 |      363
4.89/4.92	c  0.0s |       0 |       24 |        1 |    11471      0 |      341 |      364
4.89/4.92	c #cpu_time = 0.011s
4.89/4.92	c #wall_clock_time = 0.011s
4.89/4.92	c #decision = 24
4.89/4.92	c #random_decision = 0
4.89/4.92	c #conflict = 1
4.89/4.92	c #restart = 0
4.89/4.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
4.89/4.92	c lower bound updated to -230
4.89/4.92	c BCD2: 365 <= obj <= 568
4.89/4.92	c BCD2: #cores=23, #unrelaxed=207, #relaxed=388, #hardened=0
4.89/4.92	c BCD2: #sat=1 #unsat=366 bias=366/367
4.89/4.92	c Solving starts ...
4.89/4.92	c ============================[ Search Statistics ]============================
4.89/4.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.92	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.92	c =============================================================================
4.89/4.92	c  0.0s |       0 |        0 |        0 |    11471      0 |      342 |      364
4.89/4.93	c  0.0s |       0 |       24 |        1 |    11471      0 |      342 |      365
4.89/4.93	c #cpu_time = 0.011s
4.89/4.93	c #wall_clock_time = 0.011s
4.89/4.93	c #decision = 24
4.89/4.93	c #random_decision = 0
4.89/4.93	c #conflict = 1
4.89/4.93	c #restart = 0
4.89/4.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
4.89/4.93	c lower bound updated to -229
4.89/4.94	c BCD2: 366 <= obj <= 568
4.89/4.94	c BCD2: #cores=23, #unrelaxed=206, #relaxed=389, #hardened=0
4.89/4.94	c BCD2: #sat=1 #unsat=367 bias=367/368
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 |    11471      0 |      343 |      365
4.89/4.95	c  0.0s |       0 |       24 |        1 |    11471      0 |      343 |      366
4.89/4.95	c #cpu_time = 0.011s
4.89/4.95	c #wall_clock_time = 0.011s
4.89/4.95	c #decision = 24
4.89/4.95	c #random_decision = 0
4.89/4.95	c #conflict = 1
4.89/4.95	c #restart = 0
4.89/4.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
4.89/4.95	c lower bound updated to -228
4.89/4.95	c BCD2: 367 <= obj <= 568
4.89/4.95	c BCD2: #cores=23, #unrelaxed=205, #relaxed=390, #hardened=0
4.89/4.95	c BCD2: #sat=1 #unsat=368 bias=368/369
4.89/4.95	c Solving starts ...
4.89/4.95	c ============================[ Search Statistics ]============================
4.89/4.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.95	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.95	c =============================================================================
4.89/4.95	c  0.0s |       0 |        0 |        0 |    11471      0 |      344 |      366
4.89/4.96	c  0.0s |       0 |       24 |        1 |    11471      0 |      344 |      367
4.89/4.96	c #cpu_time = 0.011s
4.89/4.96	c #wall_clock_time = 0.011s
4.89/4.96	c #decision = 24
4.89/4.96	c #random_decision = 0
4.89/4.96	c #conflict = 1
4.89/4.96	c #restart = 0
4.89/4.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
4.89/4.96	c lower bound updated to -227
4.89/4.96	c BCD2: 368 <= obj <= 568
4.89/4.96	c BCD2: #cores=23, #unrelaxed=204, #relaxed=391, #hardened=0
4.89/4.96	c BCD2: #sat=1 #unsat=369 bias=369/370
4.89/4.96	c Solving starts ...
4.89/4.96	c ============================[ Search Statistics ]============================
4.89/4.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.96	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.96	c =============================================================================
4.89/4.96	c  0.0s |       0 |        0 |        0 |    11471      0 |      345 |      367
4.89/4.97	c  0.0s |       0 |       24 |        0 |    11471      0 |      345 |      368
4.89/4.97	c #cpu_time = 0.011s
4.89/4.97	c #wall_clock_time = 0.011s
4.89/4.97	c #decision = 24
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 2: cost of the new core is >=1
4.89/4.97	c lower bound updated to -226
4.89/4.97	c BCD2: 369 <= obj <= 568
4.89/4.97	c BCD2: #cores=24, #unrelaxed=202, #relaxed=393, #hardened=0
4.89/4.97	c BCD2: #sat=1 #unsat=370 bias=370/371
4.89/4.97	c Solving starts ...
4.89/4.97	c ============================[ Search Statistics ]============================
4.89/4.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.97	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.97	c =============================================================================
4.89/4.97	c  0.0s |       0 |        0 |        0 |    11471      0 |      345 |      369
4.89/4.98	c  0.0s |       0 |       25 |        1 |    11471      0 |      345 |      369
4.89/4.98	c #cpu_time = 0.011s
4.89/4.98	c #wall_clock_time = 0.011s
4.89/4.98	c #decision = 25
4.89/4.98	c #random_decision = 0
4.89/4.98	c #conflict = 1
4.89/4.98	c #restart = 0
4.89/4.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
4.89/4.99	c lower bound updated to -225
4.89/4.99	c BCD2: 370 <= obj <= 568
4.89/4.99	c BCD2: #cores=24, #unrelaxed=201, #relaxed=394, #hardened=0
4.89/4.99	c BCD2: #sat=1 #unsat=371 bias=371/372
4.89/4.99	c Solving starts ...
4.89/4.99	c ============================[ Search Statistics ]============================
4.89/4.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.99	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.99	c =============================================================================
4.89/4.99	c  0.0s |       0 |        0 |        0 |    11471      0 |      346 |      369
4.99/5.00	c  0.0s |       0 |       25 |        1 |    11471      0 |      346 |      370
4.99/5.00	c #cpu_time = 0.011s
4.99/5.00	c #wall_clock_time = 0.011s
4.99/5.00	c #decision = 25
4.99/5.00	c #random_decision = 0
4.99/5.00	c #conflict = 1
4.99/5.00	c #restart = 0
4.99/5.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
4.99/5.00	c lower bound updated to -224
4.99/5.00	c BCD2: 371 <= obj <= 568
4.99/5.00	c BCD2: #cores=24, #unrelaxed=200, #relaxed=395, #hardened=0
4.99/5.00	c BCD2: #sat=1 #unsat=372 bias=372/373
4.99/5.00	c Solving starts ...
4.99/5.00	c ============================[ Search Statistics ]============================
4.99/5.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.00	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.00	c =============================================================================
4.99/5.00	c  0.0s |       0 |        0 |        0 |    11471      0 |      347 |      370
4.99/5.01	c  0.0s |       0 |       25 |        1 |    11471      0 |      347 |      371
4.99/5.01	c #cpu_time = 0.011s
4.99/5.01	c #wall_clock_time = 0.011s
4.99/5.01	c #decision = 25
4.99/5.01	c #random_decision = 0
4.99/5.01	c #conflict = 1
4.99/5.01	c #restart = 0
4.99/5.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
4.99/5.01	c lower bound updated to -223
4.99/5.01	c BCD2: 372 <= obj <= 568
4.99/5.01	c BCD2: #cores=24, #unrelaxed=199, #relaxed=396, #hardened=0
4.99/5.01	c BCD2: #sat=1 #unsat=373 bias=373/374
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.01	c  0.0s |       0 |        0 |        0 |    11471      0 |      348 |      371
4.99/5.02	c  0.0s |       0 |       25 |        1 |    11471      0 |      348 |      372
4.99/5.02	c #cpu_time = 0.011s
4.99/5.02	c #wall_clock_time = 0.011s
4.99/5.02	c #decision = 25
4.99/5.02	c #random_decision = 0
4.99/5.02	c #conflict = 1
4.99/5.02	c #restart = 0
4.99/5.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
4.99/5.02	c lower bound updated to -222
4.99/5.02	c BCD2: 373 <= obj <= 568
4.99/5.02	c BCD2: #cores=24, #unrelaxed=198, #relaxed=397, #hardened=0
4.99/5.02	c BCD2: #sat=1 #unsat=374 bias=374/375
4.99/5.02	c Solving starts ...
4.99/5.02	c ============================[ Search Statistics ]============================
4.99/5.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.02	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.02	c =============================================================================
4.99/5.02	c  0.0s |       0 |        0 |        0 |    11471      0 |      349 |      372
4.99/5.03	c  0.0s |       0 |       25 |        1 |    11471      0 |      349 |      373
4.99/5.03	c #cpu_time = 0.011s
4.99/5.03	c #wall_clock_time = 0.011s
4.99/5.03	c #decision = 25
4.99/5.03	c #random_decision = 0
4.99/5.03	c #conflict = 1
4.99/5.03	c #restart = 0
4.99/5.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
4.99/5.03	c lower bound updated to -221
4.99/5.03	c BCD2: 374 <= obj <= 568
4.99/5.03	c BCD2: #cores=24, #unrelaxed=197, #relaxed=398, #hardened=0
4.99/5.03	c BCD2: #sat=1 #unsat=375 bias=375/376
4.99/5.03	c Solving starts ...
4.99/5.03	c ============================[ Search Statistics ]============================
4.99/5.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.03	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.03	c =============================================================================
4.99/5.03	c  0.0s |       0 |        0 |        0 |    11471      0 |      350 |      373
4.99/5.05	c  0.0s |       0 |       25 |        1 |    11471      0 |      350 |      374
4.99/5.05	c #cpu_time = 0.011s
4.99/5.05	c #wall_clock_time = 0.011s
4.99/5.05	c #decision = 25
4.99/5.05	c #random_decision = 0
4.99/5.05	c #conflict = 1
4.99/5.05	c #restart = 0
4.99/5.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
4.99/5.05	c lower bound updated to -220
4.99/5.05	c BCD2: 375 <= obj <= 568
4.99/5.05	c BCD2: #cores=24, #unrelaxed=196, #relaxed=399, #hardened=0
4.99/5.05	c BCD2: #sat=1 #unsat=376 bias=376/377
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 |    11471      0 |      351 |      374
4.99/5.06	c  0.0s |       0 |       25 |        1 |    11471      0 |      351 |      375
4.99/5.06	c #cpu_time = 0.011s
4.99/5.06	c #wall_clock_time = 0.011s
4.99/5.06	c #decision = 25
4.99/5.06	c #random_decision = 0
4.99/5.06	c #conflict = 1
4.99/5.06	c #restart = 0
4.99/5.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
4.99/5.06	c lower bound updated to -219
4.99/5.06	c BCD2: 376 <= obj <= 568
4.99/5.06	c BCD2: #cores=24, #unrelaxed=195, #relaxed=400, #hardened=0
4.99/5.06	c BCD2: #sat=1 #unsat=377 bias=377/378
4.99/5.06	c Solving starts ...
4.99/5.06	c ============================[ Search Statistics ]============================
4.99/5.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.06	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.06	c =============================================================================
4.99/5.06	c  0.0s |       0 |        0 |        0 |    11471      0 |      352 |      375
4.99/5.07	c  0.0s |       0 |       25 |        1 |    11471      0 |      352 |      376
4.99/5.07	c #cpu_time = 0.012s
4.99/5.07	c #wall_clock_time = 0.012s
4.99/5.07	c #decision = 25
4.99/5.07	c #random_decision = 0
4.99/5.07	c #conflict = 1
4.99/5.07	c #restart = 0
4.99/5.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
4.99/5.07	c lower bound updated to -218
4.99/5.07	c BCD2: 377 <= obj <= 568
4.99/5.07	c BCD2: #cores=24, #unrelaxed=194, #relaxed=401, #hardened=0
4.99/5.07	c BCD2: #sat=1 #unsat=378 bias=378/379
4.99/5.07	c Solving starts ...
4.99/5.07	c ============================[ Search Statistics ]============================
4.99/5.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.07	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.07	c =============================================================================
4.99/5.07	c  0.0s |       0 |        0 |        0 |    11471      0 |      353 |      376
4.99/5.09	c  0.0s |       0 |       25 |        1 |    11471      0 |      353 |      377
4.99/5.09	c #cpu_time = 0.012s
4.99/5.09	c #wall_clock_time = 0.012s
4.99/5.09	c #decision = 25
4.99/5.09	c #random_decision = 0
4.99/5.09	c #conflict = 1
4.99/5.09	c #restart = 0
4.99/5.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
4.99/5.09	c lower bound updated to -217
4.99/5.09	c BCD2: 378 <= obj <= 568
4.99/5.09	c BCD2: #cores=24, #unrelaxed=193, #relaxed=402, #hardened=0
4.99/5.09	c BCD2: #sat=1 #unsat=379 bias=379/380
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 |    11471      0 |      354 |      377
5.08/5.10	c  0.0s |       0 |       25 |        1 |    11471      0 |      354 |      378
5.08/5.10	c #cpu_time = 0.011s
5.08/5.10	c #wall_clock_time = 0.011s
5.08/5.10	c #decision = 25
5.08/5.10	c #random_decision = 0
5.08/5.10	c #conflict = 1
5.08/5.10	c #restart = 0
5.08/5.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
5.08/5.10	c lower bound updated to -216
5.08/5.10	c BCD2: 379 <= obj <= 568
5.08/5.10	c BCD2: #cores=24, #unrelaxed=192, #relaxed=403, #hardened=0
5.08/5.10	c BCD2: #sat=1 #unsat=380 bias=380/381
5.08/5.10	c Solving starts ...
5.08/5.10	c ============================[ Search Statistics ]============================
5.08/5.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.08/5.10	c       |         |          |          |    Limit     GC | Var      | Constra 
5.08/5.10	c =============================================================================
5.08/5.10	c  0.0s |       0 |        0 |        0 |    11471      0 |      355 |      378
5.08/5.11	c  0.0s |       0 |       25 |        1 |    11471      0 |      355 |      379
5.08/5.11	c #cpu_time = 0.011s
5.08/5.11	c #wall_clock_time = 0.011s
5.08/5.11	c #decision = 25
5.08/5.11	c #random_decision = 0
5.08/5.11	c #conflict = 1
5.08/5.11	c #restart = 0
5.08/5.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
5.08/5.11	c lower bound updated to -215
5.08/5.11	c BCD2: 380 <= obj <= 568
5.08/5.11	c BCD2: #cores=24, #unrelaxed=191, #relaxed=404, #hardened=0
5.08/5.11	c BCD2: #sat=1 #unsat=381 bias=381/382
5.08/5.11	c Solving starts ...
5.08/5.11	c ============================[ Search Statistics ]============================
5.08/5.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.08/5.11	c       |         |          |          |    Limit     GC | Var      | Constra 
5.08/5.11	c =============================================================================
5.08/5.11	c  0.0s |       0 |        0 |        0 |    11471      0 |      356 |      379
5.08/5.12	c  0.0s |       0 |       25 |        1 |    11471      0 |      356 |      380
5.08/5.12	c #cpu_time = 0.011s
5.08/5.12	c #wall_clock_time = 0.011s
5.08/5.12	c #decision = 25
5.08/5.12	c #random_decision = 0
5.08/5.12	c #conflict = 1
5.08/5.12	c #restart = 0
5.08/5.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
5.08/5.12	c lower bound updated to -214
5.08/5.12	c BCD2: 381 <= obj <= 568
5.08/5.12	c BCD2: #cores=24, #unrelaxed=190, #relaxed=405, #hardened=0
5.08/5.12	c BCD2: #sat=1 #unsat=382 bias=382/383
5.08/5.12	c Solving starts ...
5.08/5.12	c ============================[ Search Statistics ]============================
5.08/5.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.08/5.12	c       |         |          |          |    Limit     GC | Var      | Constra 
5.08/5.12	c =============================================================================
5.08/5.12	c  0.0s |       0 |        0 |        0 |    11471      0 |      357 |      380
5.08/5.13	c  0.0s |       0 |       25 |        1 |    11471      0 |      357 |      381
5.08/5.13	c #cpu_time = 0.011s
5.08/5.13	c #wall_clock_time = 0.011s
5.08/5.13	c #decision = 25
5.08/5.13	c #random_decision = 0
5.08/5.13	c #conflict = 1
5.08/5.13	c #restart = 0
5.08/5.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
5.08/5.13	c lower bound updated to -213
5.08/5.13	c BCD2: 382 <= obj <= 568
5.08/5.13	c BCD2: #cores=24, #unrelaxed=189, #relaxed=406, #hardened=0
5.08/5.13	c BCD2: #sat=1 #unsat=383 bias=383/384
5.08/5.14	c Solving starts ...
5.08/5.14	c ============================[ Search Statistics ]============================
5.08/5.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.08/5.14	c       |         |          |          |    Limit     GC | Var      | Constra 
5.08/5.14	c =============================================================================
5.08/5.14	c  0.0s |       0 |        0 |        0 |    11471      0 |      358 |      381
5.08/5.15	c  0.0s |       0 |       25 |        1 |    11471      0 |      358 |      382
5.08/5.15	c #cpu_time = 0.011s
5.08/5.15	c #wall_clock_time = 0.011s
5.08/5.15	c #decision = 25
5.08/5.15	c #random_decision = 0
5.08/5.15	c #conflict = 1
5.08/5.15	c #restart = 0
5.08/5.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
5.08/5.15	c lower bound updated to -212
5.08/5.15	c BCD2: 383 <= obj <= 568
5.08/5.15	c BCD2: #cores=24, #unrelaxed=188, #relaxed=407, #hardened=0
5.08/5.15	c BCD2: #sat=1 #unsat=384 bias=384/385
5.08/5.15	c Solving starts ...
5.08/5.15	c ============================[ Search Statistics ]============================
5.08/5.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.08/5.15	c       |         |          |          |    Limit     GC | Var      | Constra 
5.08/5.15	c =============================================================================
5.08/5.15	c  0.0s |       0 |        0 |        0 |    11471      0 |      359 |      382
5.08/5.16	c  0.0s |       0 |       25 |        1 |    11471      0 |      359 |      383
5.08/5.16	c #cpu_time = 0.011s
5.08/5.16	c #wall_clock_time = 0.011s
5.08/5.16	c #decision = 25
5.08/5.16	c #random_decision = 0
5.08/5.16	c #conflict = 1
5.08/5.16	c #restart = 0
5.08/5.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
5.08/5.16	c lower bound updated to -211
5.08/5.16	c BCD2: 384 <= obj <= 568
5.08/5.16	c BCD2: #cores=24, #unrelaxed=187, #relaxed=408, #hardened=0
5.08/5.16	c BCD2: #sat=1 #unsat=385 bias=385/386
5.08/5.16	c Solving starts ...
5.08/5.16	c ============================[ Search Statistics ]============================
5.08/5.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.08/5.16	c       |         |          |          |    Limit     GC | Var      | Constra 
5.08/5.16	c =============================================================================
5.08/5.16	c  0.0s |       0 |        0 |        0 |    11471      0 |      360 |      383
5.08/5.17	c  0.0s |       0 |       25 |        0 |    11471      0 |      360 |      384
5.08/5.17	c #cpu_time = 0.011s
5.08/5.17	c #wall_clock_time = 0.011s
5.08/5.17	c #decision = 25
5.08/5.17	c #random_decision = 0
5.08/5.17	c #conflict = 0
5.08/5.17	c #restart = 0
5.08/5.17	c BCD2: found a new core of size 2: cost of the new core is >=1
5.08/5.17	c lower bound updated to -210
5.08/5.17	c BCD2: 385 <= obj <= 568
5.08/5.17	c BCD2: #cores=25, #unrelaxed=185, #relaxed=410, #hardened=0
5.08/5.17	c BCD2: #sat=1 #unsat=386 bias=386/387
5.08/5.17	c Solving starts ...
5.08/5.17	c ============================[ Search Statistics ]============================
5.08/5.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.08/5.17	c       |         |          |          |    Limit     GC | Var      | Constra 
5.08/5.17	c =============================================================================
5.08/5.17	c  0.0s |       0 |        0 |        0 |    11471      0 |      360 |      385
5.08/5.18	c  0.0s |       0 |       26 |        1 |    11471      0 |      360 |      385
5.08/5.18	c #cpu_time = 0.011s
5.08/5.18	c #wall_clock_time = 0.011s
5.08/5.18	c #decision = 26
5.08/5.18	c #random_decision = 0
5.08/5.18	c #conflict = 1
5.08/5.18	c #restart = 0
5.08/5.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
5.08/5.18	c lower bound updated to -209
5.08/5.19	c BCD2: 386 <= obj <= 568
5.08/5.19	c BCD2: #cores=25, #unrelaxed=184, #relaxed=411, #hardened=0
5.08/5.19	c BCD2: #sat=1 #unsat=387 bias=387/388
5.08/5.19	c Solving starts ...
5.08/5.19	c ============================[ Search Statistics ]============================
5.08/5.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.08/5.19	c       |         |          |          |    Limit     GC | Var      | Constra 
5.08/5.19	c =============================================================================
5.08/5.19	c  0.0s |       0 |        0 |        0 |    11471      0 |      361 |      385
5.18/5.20	c  0.0s |       0 |       26 |        1 |    11471      0 |      361 |      386
5.18/5.20	c #cpu_time = 0.011s
5.18/5.20	c #wall_clock_time = 0.011s
5.18/5.20	c #decision = 26
5.18/5.20	c #random_decision = 0
5.18/5.20	c #conflict = 1
5.18/5.20	c #restart = 0
5.18/5.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
5.18/5.20	c lower bound updated to -208
5.18/5.20	c BCD2: 387 <= obj <= 568
5.18/5.20	c BCD2: #cores=25, #unrelaxed=183, #relaxed=412, #hardened=0
5.18/5.20	c BCD2: #sat=1 #unsat=388 bias=388/389
5.18/5.20	c Solving starts ...
5.18/5.20	c ============================[ Search Statistics ]============================
5.18/5.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.20	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.20	c =============================================================================
5.18/5.20	c  0.0s |       0 |        0 |        0 |    11471      0 |      362 |      386
5.18/5.21	c  0.0s |       0 |       26 |        1 |    11471      0 |      362 |      387
5.18/5.21	c #cpu_time = 0.011s
5.18/5.21	c #wall_clock_time = 0.011s
5.18/5.21	c #decision = 26
5.18/5.21	c #random_decision = 0
5.18/5.21	c #conflict = 1
5.18/5.21	c #restart = 0
5.18/5.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
5.18/5.21	c lower bound updated to -207
5.18/5.21	c BCD2: 388 <= obj <= 568
5.18/5.21	c BCD2: #cores=25, #unrelaxed=182, #relaxed=413, #hardened=0
5.18/5.21	c BCD2: #sat=1 #unsat=389 bias=389/390
5.18/5.21	c Solving starts ...
5.18/5.21	c ============================[ Search Statistics ]============================
5.18/5.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.21	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.21	c =============================================================================
5.18/5.21	c  0.0s |       0 |        0 |        0 |    11471      0 |      363 |      387
5.18/5.22	c  0.0s |       0 |       26 |        1 |    11471      0 |      363 |      388
5.18/5.22	c #cpu_time = 0.011s
5.18/5.22	c #wall_clock_time = 0.011s
5.18/5.22	c #decision = 26
5.18/5.22	c #random_decision = 0
5.18/5.22	c #conflict = 1
5.18/5.22	c #restart = 0
5.18/5.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
5.18/5.22	c lower bound updated to -206
5.18/5.22	c BCD2: 389 <= obj <= 568
5.18/5.22	c BCD2: #cores=25, #unrelaxed=181, #relaxed=414, #hardened=0
5.18/5.22	c BCD2: #sat=1 #unsat=390 bias=390/391
5.18/5.22	c Solving starts ...
5.18/5.22	c ============================[ Search Statistics ]============================
5.18/5.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.22	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.22	c =============================================================================
5.18/5.22	c  0.0s |       0 |        0 |        0 |    11471      0 |      364 |      388
5.18/5.23	c  0.0s |       0 |       26 |        1 |    11471      0 |      364 |      389
5.18/5.23	c #cpu_time = 0.011s
5.18/5.23	c #wall_clock_time = 0.011s
5.18/5.23	c #decision = 26
5.18/5.23	c #random_decision = 0
5.18/5.23	c #conflict = 1
5.18/5.23	c #restart = 0
5.18/5.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
5.18/5.23	c lower bound updated to -205
5.18/5.23	c BCD2: 390 <= obj <= 568
5.18/5.23	c BCD2: #cores=25, #unrelaxed=180, #relaxed=415, #hardened=0
5.18/5.23	c BCD2: #sat=1 #unsat=391 bias=391/392
5.18/5.23	c Solving starts ...
5.18/5.23	c ============================[ Search Statistics ]============================
5.18/5.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.23	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.23	c =============================================================================
5.18/5.23	c  0.0s |       0 |        0 |        0 |    11471      0 |      365 |      389
5.18/5.25	c  0.0s |       0 |       26 |        1 |    11471      0 |      365 |      390
5.18/5.25	c #cpu_time = 0.011s
5.18/5.25	c #wall_clock_time = 0.011s
5.18/5.25	c #decision = 26
5.18/5.25	c #random_decision = 0
5.18/5.25	c #conflict = 1
5.18/5.25	c #restart = 0
5.18/5.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
5.18/5.25	c lower bound updated to -204
5.18/5.25	c BCD2: 391 <= obj <= 568
5.18/5.25	c BCD2: #cores=25, #unrelaxed=179, #relaxed=416, #hardened=0
5.18/5.25	c BCD2: #sat=1 #unsat=392 bias=392/393
5.18/5.25	c Solving starts ...
5.18/5.25	c ============================[ Search Statistics ]============================
5.18/5.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.25	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.25	c =============================================================================
5.18/5.25	c  0.0s |       0 |        0 |        0 |    11471      0 |      366 |      390
5.18/5.26	c  0.0s |       0 |       26 |        1 |    11471      0 |      366 |      391
5.18/5.26	c #cpu_time = 0.011s
5.18/5.26	c #wall_clock_time = 0.011s
5.18/5.26	c #decision = 26
5.18/5.26	c #random_decision = 0
5.18/5.26	c #conflict = 1
5.18/5.26	c #restart = 0
5.18/5.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
5.18/5.26	c lower bound updated to -203
5.18/5.26	c BCD2: 392 <= obj <= 568
5.18/5.26	c BCD2: #cores=25, #unrelaxed=178, #relaxed=417, #hardened=0
5.18/5.26	c BCD2: #sat=1 #unsat=393 bias=393/394
5.18/5.26	c Solving starts ...
5.18/5.26	c ============================[ Search Statistics ]============================
5.18/5.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.26	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.26	c =============================================================================
5.18/5.26	c  0.0s |       0 |        0 |        0 |    11471      0 |      367 |      391
5.18/5.27	c  0.0s |       0 |       26 |        1 |    11471      0 |      367 |      392
5.18/5.27	c #cpu_time = 0.011s
5.18/5.27	c #wall_clock_time = 0.011s
5.18/5.27	c #decision = 26
5.18/5.27	c #random_decision = 0
5.18/5.27	c #conflict = 1
5.18/5.27	c #restart = 0
5.18/5.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
5.18/5.27	c lower bound updated to -202
5.18/5.27	c BCD2: 393 <= obj <= 568
5.18/5.27	c BCD2: #cores=25, #unrelaxed=177, #relaxed=418, #hardened=0
5.18/5.27	c BCD2: #sat=1 #unsat=394 bias=394/395
5.18/5.27	c Solving starts ...
5.18/5.27	c ============================[ Search Statistics ]============================
5.18/5.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.27	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.27	c =============================================================================
5.18/5.27	c  0.0s |       0 |        0 |        0 |    11471      0 |      368 |      392
5.18/5.29	c  0.0s |       0 |       26 |        1 |    11471      0 |      368 |      393
5.18/5.29	c #cpu_time = 0.011s
5.18/5.29	c #wall_clock_time = 0.011s
5.18/5.29	c #decision = 26
5.18/5.29	c #random_decision = 0
5.18/5.29	c #conflict = 1
5.18/5.29	c #restart = 0
5.18/5.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
5.18/5.29	c lower bound updated to -201
5.18/5.29	c BCD2: 394 <= obj <= 568
5.18/5.29	c BCD2: #cores=25, #unrelaxed=176, #relaxed=419, #hardened=0
5.18/5.29	c BCD2: #sat=1 #unsat=395 bias=395/396
5.18/5.29	c Solving starts ...
5.18/5.29	c ============================[ Search Statistics ]============================
5.18/5.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.29	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.29	c =============================================================================
5.18/5.29	c  0.0s |       0 |        0 |        0 |    11471      0 |      369 |      393
5.28/5.30	c  0.0s |       0 |       26 |        1 |    11471      0 |      369 |      394
5.28/5.30	c #cpu_time = 0.012s
5.28/5.30	c #wall_clock_time = 0.012s
5.28/5.30	c #decision = 26
5.28/5.30	c #random_decision = 0
5.28/5.30	c #conflict = 1
5.28/5.30	c #restart = 0
5.28/5.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
5.28/5.30	c lower bound updated to -200
5.28/5.30	c BCD2: 395 <= obj <= 568
5.28/5.30	c BCD2: #cores=25, #unrelaxed=175, #relaxed=420, #hardened=0
5.28/5.30	c BCD2: #sat=1 #unsat=396 bias=396/397
5.28/5.30	c Solving starts ...
5.28/5.30	c ============================[ Search Statistics ]============================
5.28/5.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.30	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.30	c =============================================================================
5.28/5.30	c  0.0s |       0 |        0 |        0 |    11471      0 |      370 |      394
5.28/5.31	c  0.0s |       0 |       26 |        1 |    11471      0 |      370 |      395
5.28/5.31	c #cpu_time = 0.012s
5.28/5.31	c #wall_clock_time = 0.012s
5.28/5.31	c #decision = 26
5.28/5.31	c #random_decision = 0
5.28/5.31	c #conflict = 1
5.28/5.31	c #restart = 0
5.28/5.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
5.28/5.31	c lower bound updated to -199
5.28/5.31	c BCD2: 396 <= obj <= 568
5.28/5.31	c BCD2: #cores=25, #unrelaxed=174, #relaxed=421, #hardened=0
5.28/5.31	c BCD2: #sat=1 #unsat=397 bias=397/398
5.28/5.31	c Solving starts ...
5.28/5.31	c ============================[ Search Statistics ]============================
5.28/5.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.31	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.31	c =============================================================================
5.28/5.31	c  0.0s |       0 |        0 |        0 |    11471      0 |      371 |      395
5.28/5.32	c  0.0s |       0 |       26 |        1 |    11471      0 |      371 |      396
5.28/5.32	c #cpu_time = 0.011s
5.28/5.32	c #wall_clock_time = 0.011s
5.28/5.32	c #decision = 26
5.28/5.32	c #random_decision = 0
5.28/5.32	c #conflict = 1
5.28/5.32	c #restart = 0
5.28/5.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
5.28/5.32	c lower bound updated to -198
5.28/5.32	c BCD2: 397 <= obj <= 568
5.28/5.32	c BCD2: #cores=25, #unrelaxed=173, #relaxed=422, #hardened=0
5.28/5.32	c BCD2: #sat=1 #unsat=398 bias=398/399
5.28/5.32	c Solving starts ...
5.28/5.32	c ============================[ Search Statistics ]============================
5.28/5.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.32	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.32	c =============================================================================
5.28/5.32	c  0.0s |       0 |        0 |        0 |    11471      0 |      372 |      396
5.28/5.33	c  0.0s |       0 |       26 |        1 |    11471      0 |      372 |      397
5.28/5.33	c #cpu_time = 0.011s
5.28/5.33	c #wall_clock_time = 0.011s
5.28/5.33	c #decision = 26
5.28/5.33	c #random_decision = 0
5.28/5.33	c #conflict = 1
5.28/5.33	c #restart = 0
5.28/5.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
5.28/5.33	c lower bound updated to -197
5.28/5.34	c BCD2: 398 <= obj <= 568
5.28/5.34	c BCD2: #cores=25, #unrelaxed=172, #relaxed=423, #hardened=0
5.28/5.34	c BCD2: #sat=1 #unsat=399 bias=399/400
5.28/5.34	c Solving starts ...
5.28/5.34	c ============================[ Search Statistics ]============================
5.28/5.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.34	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.34	c =============================================================================
5.28/5.34	c  0.0s |       0 |        0 |        0 |    11471      0 |      373 |      397
5.28/5.35	c  0.0s |       0 |       26 |        1 |    11471      0 |      373 |      398
5.28/5.35	c #cpu_time = 0.011s
5.28/5.35	c #wall_clock_time = 0.011s
5.28/5.35	c #decision = 26
5.28/5.35	c #random_decision = 0
5.28/5.35	c #conflict = 1
5.28/5.35	c #restart = 0
5.28/5.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
5.28/5.35	c lower bound updated to -196
5.28/5.35	c BCD2: 399 <= obj <= 568
5.28/5.35	c BCD2: #cores=25, #unrelaxed=171, #relaxed=424, #hardened=0
5.28/5.35	c BCD2: #sat=1 #unsat=400 bias=400/401
5.28/5.35	c Solving starts ...
5.28/5.35	c ============================[ Search Statistics ]============================
5.28/5.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.35	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.35	c =============================================================================
5.28/5.35	c  0.0s |       0 |        0 |        0 |    11471      0 |      374 |      398
5.28/5.36	c  0.0s |       0 |       26 |        1 |    11471      0 |      374 |      399
5.28/5.36	c #cpu_time = 0.011s
5.28/5.36	c #wall_clock_time = 0.011s
5.28/5.36	c #decision = 26
5.28/5.36	c #random_decision = 0
5.28/5.36	c #conflict = 1
5.28/5.36	c #restart = 0
5.28/5.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
5.28/5.36	c lower bound updated to -195
5.28/5.36	c BCD2: 400 <= obj <= 568
5.28/5.36	c BCD2: #cores=25, #unrelaxed=170, #relaxed=425, #hardened=0
5.28/5.36	c BCD2: #sat=1 #unsat=401 bias=401/402
5.28/5.36	c Solving starts ...
5.28/5.36	c ============================[ Search Statistics ]============================
5.28/5.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.36	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.36	c =============================================================================
5.28/5.36	c  0.0s |       0 |        0 |        0 |    11471      0 |      375 |      399
5.28/5.37	c  0.0s |       0 |       26 |        0 |    11471      0 |      375 |      400
5.28/5.37	c #cpu_time = 0.011s
5.28/5.37	c #wall_clock_time = 0.011s
5.28/5.37	c #decision = 26
5.28/5.37	c #random_decision = 0
5.28/5.37	c #conflict = 0
5.28/5.37	c #restart = 0
5.28/5.37	c BCD2: found a new core of size 2: cost of the new core is >=1
5.28/5.37	c lower bound updated to -194
5.28/5.37	c BCD2: 401 <= obj <= 568
5.28/5.37	c BCD2: #cores=26, #unrelaxed=168, #relaxed=427, #hardened=0
5.28/5.37	c BCD2: #sat=1 #unsat=402 bias=402/403
5.28/5.37	c Solving starts ...
5.28/5.37	c ============================[ Search Statistics ]============================
5.28/5.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.37	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.37	c =============================================================================
5.28/5.37	c  0.0s |       0 |        0 |        0 |    11471      0 |      375 |      401
5.28/5.39	c  0.0s |       0 |       27 |        1 |    11471      0 |      375 |      401
5.28/5.39	c #cpu_time = 0.011s
5.28/5.39	c #wall_clock_time = 0.011s
5.28/5.39	c #decision = 27
5.28/5.39	c #random_decision = 0
5.28/5.39	c #conflict = 1
5.28/5.39	c #restart = 0
5.28/5.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
5.28/5.39	c lower bound updated to -193
5.28/5.39	c BCD2: 402 <= obj <= 568
5.28/5.39	c BCD2: #cores=26, #unrelaxed=167, #relaxed=428, #hardened=0
5.28/5.39	c BCD2: #sat=1 #unsat=403 bias=403/404
5.28/5.39	c Solving starts ...
5.28/5.39	c ============================[ Search Statistics ]============================
5.28/5.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.39	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.39	c =============================================================================
5.28/5.39	c  0.0s |       0 |        0 |        0 |    11471      0 |      376 |      401
5.39/5.40	c  0.0s |       0 |       27 |        1 |    11471      0 |      376 |      402
5.39/5.40	c #cpu_time = 0.011s
5.39/5.40	c #wall_clock_time = 0.011s
5.39/5.40	c #decision = 27
5.39/5.40	c #random_decision = 0
5.39/5.40	c #conflict = 1
5.39/5.40	c #restart = 0
5.39/5.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
5.39/5.40	c lower bound updated to -192
5.39/5.40	c BCD2: 403 <= obj <= 568
5.39/5.40	c BCD2: #cores=26, #unrelaxed=166, #relaxed=429, #hardened=0
5.39/5.40	c BCD2: #sat=1 #unsat=404 bias=404/405
5.39/5.40	c Solving starts ...
5.39/5.40	c ============================[ Search Statistics ]============================
5.39/5.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.40	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.40	c =============================================================================
5.39/5.40	c  0.0s |       0 |        0 |        0 |    11471      0 |      377 |      402
5.39/5.41	c  0.0s |       0 |       27 |        1 |    11471      0 |      377 |      403
5.39/5.41	c #cpu_time = 0.011s
5.39/5.41	c #wall_clock_time = 0.011s
5.39/5.41	c #decision = 27
5.39/5.41	c #random_decision = 0
5.39/5.41	c #conflict = 1
5.39/5.41	c #restart = 0
5.39/5.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
5.39/5.41	c lower bound updated to -191
5.39/5.41	c BCD2: 404 <= obj <= 568
5.39/5.41	c BCD2: #cores=26, #unrelaxed=165, #relaxed=430, #hardened=0
5.39/5.41	c BCD2: #sat=1 #unsat=405 bias=405/406
5.39/5.41	c Solving starts ...
5.39/5.41	c ============================[ Search Statistics ]============================
5.39/5.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.41	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.41	c =============================================================================
5.39/5.41	c  0.0s |       0 |        0 |        0 |    11471      0 |      378 |      403
5.39/5.42	c  0.0s |       0 |       27 |        1 |    11471      0 |      378 |      404
5.39/5.42	c #cpu_time = 0.011s
5.39/5.42	c #wall_clock_time = 0.011s
5.39/5.42	c #decision = 27
5.39/5.42	c #random_decision = 0
5.39/5.42	c #conflict = 1
5.39/5.42	c #restart = 0
5.39/5.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
5.39/5.42	c lower bound updated to -190
5.39/5.42	c BCD2: 405 <= obj <= 568
5.39/5.42	c BCD2: #cores=26, #unrelaxed=164, #relaxed=431, #hardened=0
5.39/5.42	c BCD2: #sat=1 #unsat=406 bias=406/407
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 |    11471      0 |      379 |      404
5.39/5.43	c  0.0s |       0 |       27 |        1 |    11471      0 |      379 |      405
5.39/5.43	c #cpu_time = 0.011s
5.39/5.43	c #wall_clock_time = 0.011s
5.39/5.43	c #decision = 27
5.39/5.43	c #random_decision = 0
5.39/5.43	c #conflict = 1
5.39/5.43	c #restart = 0
5.39/5.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
5.39/5.43	c lower bound updated to -189
5.39/5.43	c BCD2: 406 <= obj <= 568
5.39/5.43	c BCD2: #cores=26, #unrelaxed=163, #relaxed=432, #hardened=0
5.39/5.43	c BCD2: #sat=1 #unsat=407 bias=407/408
5.39/5.43	c Solving starts ...
5.39/5.43	c ============================[ Search Statistics ]============================
5.39/5.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.43	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.43	c =============================================================================
5.39/5.43	c  0.0s |       0 |        0 |        0 |    11471      0 |      380 |      405
5.39/5.45	c  0.0s |       0 |       27 |        1 |    11471      0 |      380 |      406
5.39/5.45	c #cpu_time = 0.011s
5.39/5.45	c #wall_clock_time = 0.011s
5.39/5.45	c #decision = 27
5.39/5.45	c #random_decision = 0
5.39/5.45	c #conflict = 1
5.39/5.45	c #restart = 0
5.39/5.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
5.39/5.45	c lower bound updated to -188
5.39/5.45	c BCD2: 407 <= obj <= 568
5.39/5.45	c BCD2: #cores=26, #unrelaxed=162, #relaxed=433, #hardened=0
5.39/5.45	c BCD2: #sat=1 #unsat=408 bias=408/409
5.39/5.45	c Solving starts ...
5.39/5.45	c ============================[ Search Statistics ]============================
5.39/5.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.45	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.45	c =============================================================================
5.39/5.45	c  0.0s |       0 |        0 |        0 |    11471      0 |      381 |      406
5.39/5.46	c  0.0s |       0 |       27 |        1 |    11471      0 |      381 |      407
5.39/5.46	c #cpu_time = 0.011s
5.39/5.46	c #wall_clock_time = 0.011s
5.39/5.46	c #decision = 27
5.39/5.46	c #random_decision = 0
5.39/5.46	c #conflict = 1
5.39/5.46	c #restart = 0
5.39/5.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
5.39/5.46	c lower bound updated to -187
5.39/5.46	c BCD2: 408 <= obj <= 568
5.39/5.46	c BCD2: #cores=26, #unrelaxed=161, #relaxed=434, #hardened=0
5.39/5.46	c BCD2: #sat=1 #unsat=409 bias=409/410
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.46	c  0.0s |       0 |        0 |        0 |    11471      0 |      382 |      407
5.39/5.47	c  0.0s |       0 |       27 |        1 |    11471      0 |      382 |      408
5.39/5.47	c #cpu_time = 0.012s
5.39/5.47	c #wall_clock_time = 0.012s
5.39/5.47	c #decision = 27
5.39/5.47	c #random_decision = 0
5.39/5.47	c #conflict = 1
5.39/5.47	c #restart = 0
5.39/5.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
5.39/5.47	c lower bound updated to -186
5.39/5.47	c BCD2: 409 <= obj <= 568
5.39/5.47	c BCD2: #cores=26, #unrelaxed=160, #relaxed=435, #hardened=0
5.39/5.47	c BCD2: #sat=1 #unsat=410 bias=410/411
5.39/5.47	c Solving starts ...
5.39/5.47	c ============================[ Search Statistics ]============================
5.39/5.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.47	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.47	c =============================================================================
5.39/5.47	c  0.0s |       0 |        0 |        0 |    11471      0 |      383 |      408
5.39/5.48	c  0.0s |       0 |       27 |        1 |    11471      0 |      383 |      409
5.39/5.48	c #cpu_time = 0.011s
5.39/5.48	c #wall_clock_time = 0.011s
5.39/5.48	c #decision = 27
5.39/5.48	c #random_decision = 0
5.39/5.48	c #conflict = 1
5.39/5.48	c #restart = 0
5.39/5.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
5.39/5.48	c lower bound updated to -185
5.39/5.48	c BCD2: 410 <= obj <= 568
5.39/5.48	c BCD2: #cores=26, #unrelaxed=159, #relaxed=436, #hardened=0
5.39/5.48	c BCD2: #sat=1 #unsat=411 bias=411/412
5.39/5.48	c Solving starts ...
5.39/5.48	c ============================[ Search Statistics ]============================
5.39/5.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.48	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.48	c =============================================================================
5.39/5.49	c  0.0s |       0 |        0 |        0 |    11471      0 |      384 |      409
5.39/5.50	c  0.0s |       0 |       27 |        1 |    11471      0 |      384 |      410
5.39/5.50	c #cpu_time = 0.012s
5.39/5.50	c #wall_clock_time = 0.012s
5.39/5.50	c #decision = 27
5.39/5.50	c #random_decision = 0
5.39/5.50	c #conflict = 1
5.39/5.50	c #restart = 0
5.39/5.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
5.39/5.50	c lower bound updated to -184
5.39/5.50	c BCD2: 411 <= obj <= 568
5.39/5.50	c BCD2: #cores=26, #unrelaxed=158, #relaxed=437, #hardened=0
5.39/5.50	c BCD2: #sat=1 #unsat=412 bias=412/413
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 |    11471      0 |      385 |      410
5.50/5.51	c  0.0s |       0 |       27 |        1 |    11471      0 |      385 |      411
5.50/5.51	c #cpu_time = 0.012s
5.50/5.51	c #wall_clock_time = 0.012s
5.50/5.51	c #decision = 27
5.50/5.51	c #random_decision = 0
5.50/5.51	c #conflict = 1
5.50/5.51	c #restart = 0
5.50/5.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
5.50/5.51	c lower bound updated to -183
5.50/5.51	c BCD2: 412 <= obj <= 568
5.50/5.51	c BCD2: #cores=26, #unrelaxed=157, #relaxed=438, #hardened=0
5.50/5.51	c BCD2: #sat=1 #unsat=413 bias=413/414
5.50/5.51	c Solving starts ...
5.50/5.51	c ============================[ Search Statistics ]============================
5.50/5.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.51	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.51	c =============================================================================
5.50/5.51	c  0.0s |       0 |        0 |        0 |    11471      0 |      386 |      411
5.50/5.52	c  0.0s |       0 |       27 |        1 |    11471      0 |      386 |      412
5.50/5.52	c #cpu_time = 0.012s
5.50/5.52	c #wall_clock_time = 0.012s
5.50/5.52	c #decision = 27
5.50/5.52	c #random_decision = 0
5.50/5.52	c #conflict = 1
5.50/5.52	c #restart = 0
5.50/5.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
5.50/5.52	c lower bound updated to -182
5.50/5.52	c BCD2: 413 <= obj <= 568
5.50/5.52	c BCD2: #cores=26, #unrelaxed=156, #relaxed=439, #hardened=0
5.50/5.52	c BCD2: #sat=1 #unsat=414 bias=414/415
5.50/5.52	c Solving starts ...
5.50/5.52	c ============================[ Search Statistics ]============================
5.50/5.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.52	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.52	c =============================================================================
5.50/5.52	c  0.0s |       0 |        0 |        0 |    11471      0 |      387 |      412
5.50/5.54	c  0.0s |       0 |       27 |        1 |    11471      0 |      387 |      413
5.50/5.54	c #cpu_time = 0.011s
5.50/5.54	c #wall_clock_time = 0.011s
5.50/5.54	c #decision = 27
5.50/5.54	c #random_decision = 0
5.50/5.54	c #conflict = 1
5.50/5.54	c #restart = 0
5.50/5.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
5.50/5.54	c lower bound updated to -181
5.50/5.54	c BCD2: 414 <= obj <= 568
5.50/5.54	c BCD2: #cores=26, #unrelaxed=155, #relaxed=440, #hardened=0
5.50/5.54	c BCD2: #sat=1 #unsat=415 bias=415/416
5.50/5.54	c Solving starts ...
5.50/5.54	c ============================[ Search Statistics ]============================
5.50/5.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.54	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.54	c =============================================================================
5.50/5.54	c  0.0s |       0 |        0 |        0 |    11471      0 |      388 |      413
5.50/5.55	c  0.0s |       0 |       27 |        1 |    11471      0 |      388 |      414
5.50/5.55	c #cpu_time = 0.011s
5.50/5.55	c #wall_clock_time = 0.011s
5.50/5.55	c #decision = 27
5.50/5.55	c #random_decision = 0
5.50/5.55	c #conflict = 1
5.50/5.55	c #restart = 0
5.50/5.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
5.50/5.55	c lower bound updated to -180
5.50/5.55	c BCD2: 415 <= obj <= 568
5.50/5.55	c BCD2: #cores=26, #unrelaxed=154, #relaxed=441, #hardened=0
5.50/5.55	c BCD2: #sat=1 #unsat=416 bias=416/417
5.50/5.55	c Solving starts ...
5.50/5.55	c ============================[ Search Statistics ]============================
5.50/5.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.55	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.55	c =============================================================================
5.50/5.55	c  0.0s |       0 |        0 |        0 |    11471      0 |      389 |      414
5.50/5.56	c  0.0s |       0 |       27 |        1 |    11471      0 |      389 |      415
5.50/5.56	c #cpu_time = 0.011s
5.50/5.56	c #wall_clock_time = 0.011s
5.50/5.56	c #decision = 27
5.50/5.56	c #random_decision = 0
5.50/5.56	c #conflict = 1
5.50/5.56	c #restart = 0
5.50/5.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
5.50/5.56	c lower bound updated to -179
5.50/5.56	c BCD2: 416 <= obj <= 568
5.50/5.56	c BCD2: #cores=26, #unrelaxed=153, #relaxed=442, #hardened=0
5.50/5.56	c BCD2: #sat=1 #unsat=417 bias=417/418
5.50/5.56	c Solving starts ...
5.50/5.56	c ============================[ Search Statistics ]============================
5.50/5.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.56	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.56	c =============================================================================
5.50/5.56	c  0.0s |       0 |        0 |        0 |    11471      0 |      390 |      415
5.50/5.57	c  0.0s |       0 |       27 |        0 |    11471      0 |      390 |      416
5.50/5.57	c #cpu_time = 0.011s
5.50/5.57	c #wall_clock_time = 0.011s
5.50/5.57	c #decision = 27
5.50/5.57	c #random_decision = 0
5.50/5.57	c #conflict = 0
5.50/5.57	c #restart = 0
5.50/5.57	c BCD2: found a new core of size 2: cost of the new core is >=1
5.50/5.57	c lower bound updated to -178
5.50/5.57	c BCD2: 417 <= obj <= 568
5.50/5.57	c BCD2: #cores=27, #unrelaxed=151, #relaxed=444, #hardened=0
5.50/5.57	c BCD2: #sat=1 #unsat=418 bias=418/419
5.50/5.57	c Solving starts ...
5.50/5.58	c ============================[ Search Statistics ]============================
5.50/5.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.58	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.58	c =============================================================================
5.50/5.58	c  0.0s |       0 |        0 |        0 |    11471      0 |      390 |      417
5.50/5.59	c  0.0s |       0 |       28 |        1 |    11471      0 |      390 |      417
5.50/5.59	c #cpu_time = 0.011s
5.50/5.59	c #wall_clock_time = 0.011s
5.50/5.59	c #decision = 28
5.50/5.59	c #random_decision = 0
5.50/5.59	c #conflict = 1
5.50/5.59	c #restart = 0
5.50/5.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
5.50/5.59	c lower bound updated to -177
5.50/5.59	c BCD2: 418 <= obj <= 568
5.50/5.59	c BCD2: #cores=27, #unrelaxed=150, #relaxed=445, #hardened=0
5.50/5.59	c BCD2: #sat=1 #unsat=419 bias=419/420
5.50/5.59	c Solving starts ...
5.50/5.59	c ============================[ Search Statistics ]============================
5.50/5.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.59	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.59	c =============================================================================
5.50/5.59	c  0.0s |       0 |        0 |        0 |    11471      0 |      391 |      417
5.50/5.60	c  0.0s |       0 |       28 |        1 |    11471      0 |      391 |      418
5.50/5.60	c #cpu_time = 0.011s
5.50/5.60	c #wall_clock_time = 0.011s
5.50/5.60	c #decision = 28
5.50/5.60	c #random_decision = 0
5.50/5.60	c #conflict = 1
5.50/5.60	c #restart = 0
5.50/5.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
5.50/5.60	c lower bound updated to -176
5.50/5.60	c BCD2: 419 <= obj <= 568
5.50/5.60	c BCD2: #cores=27, #unrelaxed=149, #relaxed=446, #hardened=0
5.50/5.60	c BCD2: #sat=1 #unsat=420 bias=420/421
5.50/5.60	c Solving starts ...
5.50/5.60	c ============================[ Search Statistics ]============================
5.50/5.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.60	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.60	c =============================================================================
5.50/5.60	c  0.0s |       0 |        0 |        0 |    11471      0 |      392 |      418
5.60/5.61	c  0.0s |       0 |       28 |        1 |    11471      0 |      392 |      419
5.60/5.61	c #cpu_time = 0.011s
5.60/5.61	c #wall_clock_time = 0.011s
5.60/5.61	c #decision = 28
5.60/5.61	c #random_decision = 0
5.60/5.61	c #conflict = 1
5.60/5.61	c #restart = 0
5.60/5.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
5.60/5.61	c lower bound updated to -175
5.60/5.61	c BCD2: 420 <= obj <= 568
5.60/5.61	c BCD2: #cores=27, #unrelaxed=148, #relaxed=447, #hardened=0
5.60/5.61	c BCD2: #sat=1 #unsat=421 bias=421/422
5.60/5.61	c Solving starts ...
5.60/5.61	c ============================[ Search Statistics ]============================
5.60/5.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.61	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.61	c =============================================================================
5.60/5.61	c  0.0s |       0 |        0 |        0 |    11471      0 |      393 |      419
5.60/5.62	c  0.0s |       0 |       28 |        1 |    11471      0 |      393 |      420
5.60/5.62	c #cpu_time = 0.011s
5.60/5.62	c #wall_clock_time = 0.011s
5.60/5.62	c #decision = 28
5.60/5.62	c #random_decision = 0
5.60/5.62	c #conflict = 1
5.60/5.62	c #restart = 0
5.60/5.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
5.60/5.62	c lower bound updated to -174
5.60/5.62	c BCD2: 421 <= obj <= 568
5.60/5.62	c BCD2: #cores=27, #unrelaxed=147, #relaxed=448, #hardened=0
5.60/5.62	c BCD2: #sat=1 #unsat=422 bias=422/423
5.60/5.62	c Solving starts ...
5.60/5.62	c ============================[ Search Statistics ]============================
5.60/5.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.62	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.62	c =============================================================================
5.60/5.62	c  0.0s |       0 |        0 |        0 |    11471      0 |      394 |      420
5.60/5.64	c  0.0s |       0 |       28 |        1 |    11471      0 |      394 |      421
5.60/5.64	c #cpu_time = 0.011s
5.60/5.64	c #wall_clock_time = 0.011s
5.60/5.64	c #decision = 28
5.60/5.64	c #random_decision = 0
5.60/5.64	c #conflict = 1
5.60/5.64	c #restart = 0
5.60/5.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
5.60/5.64	c lower bound updated to -173
5.60/5.64	c BCD2: 422 <= obj <= 568
5.60/5.64	c BCD2: #cores=27, #unrelaxed=146, #relaxed=449, #hardened=0
5.60/5.64	c BCD2: #sat=1 #unsat=423 bias=423/424
5.60/5.64	c Solving starts ...
5.60/5.64	c ============================[ Search Statistics ]============================
5.60/5.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.64	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.64	c =============================================================================
5.60/5.64	c  0.0s |       0 |        0 |        0 |    11471      0 |      395 |      421
5.60/5.65	c  0.0s |       0 |       28 |        1 |    11471      0 |      395 |      422
5.60/5.65	c #cpu_time = 0.011s
5.60/5.65	c #wall_clock_time = 0.011s
5.60/5.65	c #decision = 28
5.60/5.65	c #random_decision = 0
5.60/5.65	c #conflict = 1
5.60/5.65	c #restart = 0
5.60/5.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
5.60/5.65	c lower bound updated to -172
5.60/5.65	c BCD2: 423 <= obj <= 568
5.60/5.65	c BCD2: #cores=27, #unrelaxed=145, #relaxed=450, #hardened=0
5.60/5.65	c BCD2: #sat=1 #unsat=424 bias=424/425
5.60/5.65	c Solving starts ...
5.60/5.65	c ============================[ Search Statistics ]============================
5.60/5.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.65	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.65	c =============================================================================
5.60/5.65	c  0.0s |       0 |        0 |        0 |    11471      0 |      396 |      422
5.60/5.66	c  0.0s |       0 |       28 |        1 |    11471      0 |      396 |      423
5.60/5.66	c #cpu_time = 0.011s
5.60/5.66	c #wall_clock_time = 0.011s
5.60/5.66	c #decision = 28
5.60/5.66	c #random_decision = 0
5.60/5.66	c #conflict = 1
5.60/5.66	c #restart = 0
5.60/5.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
5.60/5.66	c lower bound updated to -171
5.60/5.66	c BCD2: 424 <= obj <= 568
5.60/5.66	c BCD2: #cores=27, #unrelaxed=144, #relaxed=451, #hardened=0
5.60/5.66	c BCD2: #sat=1 #unsat=425 bias=425/426
5.60/5.66	c Solving starts ...
5.60/5.66	c ============================[ Search Statistics ]============================
5.60/5.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.66	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.66	c =============================================================================
5.60/5.66	c  0.0s |       0 |        0 |        0 |    11471      0 |      397 |      423
5.60/5.67	c  0.0s |       0 |       28 |        1 |    11471      0 |      397 |      424
5.60/5.67	c #cpu_time = 0.011s
5.60/5.67	c #wall_clock_time = 0.011s
5.60/5.67	c #decision = 28
5.60/5.67	c #random_decision = 0
5.60/5.67	c #conflict = 1
5.60/5.67	c #restart = 0
5.60/5.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
5.60/5.67	c lower bound updated to -170
5.60/5.67	c BCD2: 425 <= obj <= 568
5.60/5.67	c BCD2: #cores=27, #unrelaxed=143, #relaxed=452, #hardened=0
5.60/5.67	c BCD2: #sat=1 #unsat=426 bias=426/427
5.60/5.67	c Solving starts ...
5.60/5.67	c ============================[ Search Statistics ]============================
5.60/5.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.67	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.67	c =============================================================================
5.60/5.67	c  0.0s |       0 |        0 |        0 |    11471      0 |      398 |      424
5.60/5.68	c  0.0s |       0 |       28 |        1 |    11471      0 |      398 |      425
5.60/5.68	c #cpu_time = 0.011s
5.60/5.68	c #wall_clock_time = 0.011s
5.60/5.68	c #decision = 28
5.60/5.68	c #random_decision = 0
5.60/5.68	c #conflict = 1
5.60/5.68	c #restart = 0
5.60/5.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
5.60/5.68	c lower bound updated to -169
5.60/5.68	c BCD2: 426 <= obj <= 568
5.60/5.68	c BCD2: #cores=27, #unrelaxed=142, #relaxed=453, #hardened=0
5.60/5.68	c BCD2: #sat=1 #unsat=427 bias=427/428
5.60/5.68	c Solving starts ...
5.60/5.69	c ============================[ Search Statistics ]============================
5.60/5.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.69	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.69	c =============================================================================
5.60/5.69	c  0.0s |       0 |        0 |        0 |    11471      0 |      399 |      425
5.69/5.70	c  0.0s |       0 |       28 |        1 |    11471      0 |      399 |      426
5.69/5.70	c #cpu_time = 0.011s
5.69/5.70	c #wall_clock_time = 0.011s
5.69/5.70	c #decision = 28
5.69/5.70	c #random_decision = 0
5.69/5.70	c #conflict = 1
5.69/5.70	c #restart = 0
5.69/5.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
5.69/5.70	c lower bound updated to -168
5.69/5.70	c BCD2: 427 <= obj <= 568
5.69/5.70	c BCD2: #cores=27, #unrelaxed=141, #relaxed=454, #hardened=0
5.69/5.70	c BCD2: #sat=1 #unsat=428 bias=428/429
5.69/5.70	c Solving starts ...
5.69/5.70	c ============================[ Search Statistics ]============================
5.69/5.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.70	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.70	c =============================================================================
5.69/5.70	c  0.0s |       0 |        0 |        0 |    11471      0 |      400 |      426
5.69/5.71	c  0.0s |       0 |       28 |        1 |    11471      0 |      400 |      427
5.69/5.71	c #cpu_time = 0.011s
5.69/5.71	c #wall_clock_time = 0.011s
5.69/5.71	c #decision = 28
5.69/5.71	c #random_decision = 0
5.69/5.71	c #conflict = 1
5.69/5.71	c #restart = 0
5.69/5.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
5.69/5.71	c lower bound updated to -167
5.69/5.71	c BCD2: 428 <= obj <= 568
5.69/5.71	c BCD2: #cores=27, #unrelaxed=140, #relaxed=455, #hardened=0
5.69/5.71	c BCD2: #sat=1 #unsat=429 bias=429/430
5.69/5.71	c Solving starts ...
5.69/5.71	c ============================[ Search Statistics ]============================
5.69/5.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.71	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.71	c =============================================================================
5.69/5.71	c  0.0s |       0 |        0 |        0 |    11471      0 |      401 |      427
5.69/5.72	c  0.0s |       0 |       28 |        1 |    11471      0 |      401 |      428
5.69/5.72	c #cpu_time = 0.011s
5.69/5.72	c #wall_clock_time = 0.012s
5.69/5.72	c #decision = 28
5.69/5.72	c #random_decision = 0
5.69/5.72	c #conflict = 1
5.69/5.72	c #restart = 0
5.69/5.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
5.69/5.72	c lower bound updated to -166
5.69/5.72	c BCD2: 429 <= obj <= 568
5.69/5.72	c BCD2: #cores=27, #unrelaxed=139, #relaxed=456, #hardened=0
5.69/5.72	c BCD2: #sat=1 #unsat=430 bias=430/431
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 |    11471      0 |      402 |      428
5.69/5.74	c  0.0s |       0 |       28 |        1 |    11471      0 |      402 |      429
5.69/5.74	c #cpu_time = 0.012s
5.69/5.74	c #wall_clock_time = 0.012s
5.69/5.74	c #decision = 28
5.69/5.74	c #random_decision = 0
5.69/5.74	c #conflict = 1
5.69/5.74	c #restart = 0
5.69/5.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
5.69/5.74	c lower bound updated to -165
5.69/5.74	c BCD2: 430 <= obj <= 568
5.69/5.74	c BCD2: #cores=27, #unrelaxed=138, #relaxed=457, #hardened=0
5.69/5.74	c BCD2: #sat=1 #unsat=431 bias=431/432
5.69/5.74	c Solving starts ...
5.69/5.74	c ============================[ Search Statistics ]============================
5.69/5.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.74	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.74	c =============================================================================
5.69/5.74	c  0.0s |       0 |        0 |        0 |    11471      0 |      403 |      429
5.69/5.75	c  0.0s |       0 |       28 |        1 |    11471      0 |      403 |      430
5.69/5.75	c #cpu_time = 0.012s
5.69/5.75	c #wall_clock_time = 0.012s
5.69/5.75	c #decision = 28
5.69/5.75	c #random_decision = 0
5.69/5.75	c #conflict = 1
5.69/5.75	c #restart = 0
5.69/5.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
5.69/5.75	c lower bound updated to -164
5.69/5.75	c BCD2: 431 <= obj <= 568
5.69/5.75	c BCD2: #cores=27, #unrelaxed=137, #relaxed=458, #hardened=0
5.69/5.75	c BCD2: #sat=1 #unsat=432 bias=432/433
5.69/5.75	c Solving starts ...
5.69/5.75	c ============================[ Search Statistics ]============================
5.69/5.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.75	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.75	c =============================================================================
5.69/5.75	c  0.0s |       0 |        0 |        0 |    11471      0 |      404 |      430
5.69/5.76	c  0.0s |       0 |       28 |        1 |    11471      0 |      404 |      431
5.69/5.76	c #cpu_time = 0.011s
5.69/5.76	c #wall_clock_time = 0.011s
5.69/5.76	c #decision = 28
5.69/5.76	c #random_decision = 0
5.69/5.76	c #conflict = 1
5.69/5.76	c #restart = 0
5.69/5.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
5.69/5.76	c lower bound updated to -163
5.69/5.76	c BCD2: 432 <= obj <= 568
5.69/5.76	c BCD2: #cores=27, #unrelaxed=136, #relaxed=459, #hardened=0
5.69/5.76	c BCD2: #sat=1 #unsat=433 bias=433/434
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 |    11471      0 |      405 |      431
5.69/5.77	c  0.0s |       0 |       28 |        0 |    11471      0 |      405 |      432
5.69/5.77	c #cpu_time = 0.011s
5.69/5.77	c #wall_clock_time = 0.011s
5.69/5.77	c #decision = 28
5.69/5.77	c #random_decision = 0
5.69/5.77	c #conflict = 0
5.69/5.77	c #restart = 0
5.69/5.77	c BCD2: found a new core of size 2: cost of the new core is >=1
5.69/5.77	c lower bound updated to -162
5.69/5.78	c BCD2: 433 <= obj <= 568
5.69/5.78	c BCD2: #cores=28, #unrelaxed=134, #relaxed=461, #hardened=0
5.69/5.78	c BCD2: #sat=1 #unsat=434 bias=434/435
5.69/5.78	c Solving starts ...
5.69/5.78	c ============================[ Search Statistics ]============================
5.69/5.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.78	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.78	c =============================================================================
5.69/5.78	c  0.0s |       0 |        0 |        0 |    11471      0 |      405 |      433
5.69/5.79	c  0.0s |       0 |       29 |        1 |    11471      0 |      405 |      433
5.69/5.79	c #cpu_time = 0.011s
5.69/5.79	c #wall_clock_time = 0.011s
5.69/5.79	c #decision = 29
5.69/5.79	c #random_decision = 0
5.69/5.79	c #conflict = 1
5.69/5.79	c #restart = 0
5.69/5.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
5.69/5.79	c lower bound updated to -161
5.69/5.79	c BCD2: 434 <= obj <= 568
5.69/5.79	c BCD2: #cores=28, #unrelaxed=133, #relaxed=462, #hardened=0
5.69/5.79	c BCD2: #sat=1 #unsat=435 bias=435/436
5.69/5.79	c Solving starts ...
5.69/5.79	c ============================[ Search Statistics ]============================
5.69/5.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.79	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.79	c =============================================================================
5.69/5.79	c  0.0s |       0 |        0 |        0 |    11471      0 |      406 |      433
5.79/5.80	c  0.0s |       0 |       29 |        1 |    11471      0 |      406 |      434
5.79/5.80	c #cpu_time = 0.011s
5.79/5.80	c #wall_clock_time = 0.011s
5.79/5.80	c #decision = 29
5.79/5.80	c #random_decision = 0
5.79/5.80	c #conflict = 1
5.79/5.80	c #restart = 0
5.79/5.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
5.79/5.80	c lower bound updated to -160
5.79/5.80	c BCD2: 435 <= obj <= 568
5.79/5.80	c BCD2: #cores=28, #unrelaxed=132, #relaxed=463, #hardened=0
5.79/5.80	c BCD2: #sat=1 #unsat=436 bias=436/437
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 |    11471      0 |      407 |      434
5.79/5.81	c  0.0s |       0 |       29 |        1 |    11471      0 |      407 |      435
5.79/5.81	c #cpu_time = 0.011s
5.79/5.81	c #wall_clock_time = 0.011s
5.79/5.81	c #decision = 29
5.79/5.81	c #random_decision = 0
5.79/5.81	c #conflict = 1
5.79/5.81	c #restart = 0
5.79/5.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
5.79/5.81	c lower bound updated to -159
5.79/5.81	c BCD2: 436 <= obj <= 568
5.79/5.81	c BCD2: #cores=28, #unrelaxed=131, #relaxed=464, #hardened=0
5.79/5.81	c BCD2: #sat=1 #unsat=437 bias=437/438
5.79/5.81	c Solving starts ...
5.79/5.81	c ============================[ Search Statistics ]============================
5.79/5.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.81	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.81	c =============================================================================
5.79/5.81	c  0.0s |       0 |        0 |        0 |    11471      0 |      408 |      435
5.79/5.82	c  0.0s |       0 |       29 |        1 |    11471      0 |      408 |      436
5.79/5.82	c #cpu_time = 0.011s
5.79/5.82	c #wall_clock_time = 0.011s
5.79/5.82	c #decision = 29
5.79/5.82	c #random_decision = 0
5.79/5.82	c #conflict = 1
5.79/5.82	c #restart = 0
5.79/5.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
5.79/5.82	c lower bound updated to -158
5.79/5.82	c BCD2: 437 <= obj <= 568
5.79/5.82	c BCD2: #cores=28, #unrelaxed=130, #relaxed=465, #hardened=0
5.79/5.82	c BCD2: #sat=1 #unsat=438 bias=438/439
5.79/5.82	c Solving starts ...
5.79/5.82	c ============================[ Search Statistics ]============================
5.79/5.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.82	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.82	c =============================================================================
5.79/5.82	c  0.0s |       0 |        0 |        0 |    11471      0 |      409 |      436
5.79/5.84	c  0.0s |       0 |       29 |        1 |    11471      0 |      409 |      437
5.79/5.84	c #cpu_time = 0.011s
5.79/5.84	c #wall_clock_time = 0.011s
5.79/5.84	c #decision = 29
5.79/5.84	c #random_decision = 0
5.79/5.84	c #conflict = 1
5.79/5.84	c #restart = 0
5.79/5.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
5.79/5.84	c lower bound updated to -157
5.79/5.84	c BCD2: 438 <= obj <= 568
5.79/5.84	c BCD2: #cores=28, #unrelaxed=129, #relaxed=466, #hardened=0
5.79/5.84	c BCD2: #sat=1 #unsat=439 bias=439/440
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 |    11471      0 |      410 |      437
5.79/5.85	c  0.0s |       0 |       29 |        1 |    11471      0 |      410 |      438
5.79/5.85	c #cpu_time = 0.011s
5.79/5.85	c #wall_clock_time = 0.011s
5.79/5.85	c #decision = 29
5.79/5.85	c #random_decision = 0
5.79/5.85	c #conflict = 1
5.79/5.85	c #restart = 0
5.79/5.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
5.79/5.85	c lower bound updated to -156
5.79/5.85	c BCD2: 439 <= obj <= 568
5.79/5.85	c BCD2: #cores=28, #unrelaxed=128, #relaxed=467, #hardened=0
5.79/5.85	c BCD2: #sat=1 #unsat=440 bias=440/441
5.79/5.85	c Solving starts ...
5.79/5.85	c ============================[ Search Statistics ]============================
5.79/5.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.85	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.85	c =============================================================================
5.79/5.85	c  0.0s |       0 |        0 |        0 |    11471      0 |      411 |      438
5.79/5.86	c  0.0s |       0 |       29 |        1 |    11471      0 |      411 |      439
5.79/5.86	c #cpu_time = 0.011s
5.79/5.86	c #wall_clock_time = 0.011s
5.79/5.86	c #decision = 29
5.79/5.86	c #random_decision = 0
5.79/5.86	c #conflict = 1
5.79/5.86	c #restart = 0
5.79/5.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
5.79/5.86	c lower bound updated to -155
5.79/5.86	c BCD2: 440 <= obj <= 568
5.79/5.86	c BCD2: #cores=28, #unrelaxed=127, #relaxed=468, #hardened=0
5.79/5.86	c BCD2: #sat=1 #unsat=441 bias=441/442
5.79/5.86	c Solving starts ...
5.79/5.86	c ============================[ Search Statistics ]============================
5.79/5.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.86	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.86	c =============================================================================
5.79/5.86	c  0.0s |       0 |        0 |        0 |    11471      0 |      412 |      439
5.79/5.87	c  0.0s |       0 |       29 |        1 |    11471      0 |      412 |      440
5.79/5.87	c #cpu_time = 0.011s
5.79/5.87	c #wall_clock_time = 0.011s
5.79/5.87	c #decision = 29
5.79/5.87	c #random_decision = 0
5.79/5.87	c #conflict = 1
5.79/5.87	c #restart = 0
5.79/5.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
5.79/5.87	c lower bound updated to -154
5.79/5.87	c BCD2: 441 <= obj <= 568
5.79/5.87	c BCD2: #cores=28, #unrelaxed=126, #relaxed=469, #hardened=0
5.79/5.87	c BCD2: #sat=1 #unsat=442 bias=442/443
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 |    11471      0 |      413 |      440
5.79/5.89	c  0.0s |       0 |       29 |        1 |    11471      0 |      413 |      441
5.79/5.89	c #cpu_time = 0.011s
5.79/5.89	c #wall_clock_time = 0.012s
5.79/5.89	c #decision = 29
5.79/5.89	c #random_decision = 0
5.79/5.89	c #conflict = 1
5.79/5.89	c #restart = 0
5.79/5.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
5.79/5.89	c lower bound updated to -153
5.79/5.89	c BCD2: 442 <= obj <= 568
5.79/5.89	c BCD2: #cores=28, #unrelaxed=125, #relaxed=470, #hardened=0
5.79/5.89	c BCD2: #sat=1 #unsat=443 bias=443/444
5.79/5.89	c Solving starts ...
5.79/5.89	c ============================[ Search Statistics ]============================
5.79/5.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.89	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.89	c =============================================================================
5.79/5.89	c  0.0s |       0 |        0 |        0 |    11471      0 |      414 |      441
5.89/5.90	c  0.0s |       0 |       29 |        1 |    11471      0 |      414 |      442
5.89/5.90	c #cpu_time = 0.011s
5.89/5.90	c #wall_clock_time = 0.012s
5.89/5.90	c #decision = 29
5.89/5.90	c #random_decision = 0
5.89/5.90	c #conflict = 1
5.89/5.90	c #restart = 0
5.89/5.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
5.89/5.90	c lower bound updated to -152
5.89/5.90	c BCD2: 443 <= obj <= 568
5.89/5.90	c BCD2: #cores=28, #unrelaxed=124, #relaxed=471, #hardened=0
5.89/5.90	c BCD2: #sat=1 #unsat=444 bias=444/445
5.89/5.90	c Solving starts ...
5.89/5.90	c ============================[ Search Statistics ]============================
5.89/5.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.90	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.90	c =============================================================================
5.89/5.90	c  0.0s |       0 |        0 |        0 |    11471      0 |      415 |      442
5.89/5.91	c  0.0s |       0 |       29 |        1 |    11471      0 |      415 |      443
5.89/5.91	c #cpu_time = 0.011s
5.89/5.91	c #wall_clock_time = 0.011s
5.89/5.91	c #decision = 29
5.89/5.91	c #random_decision = 0
5.89/5.91	c #conflict = 1
5.89/5.91	c #restart = 0
5.89/5.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
5.89/5.91	c lower bound updated to -151
5.89/5.91	c BCD2: 444 <= obj <= 568
5.89/5.91	c BCD2: #cores=28, #unrelaxed=123, #relaxed=472, #hardened=0
5.89/5.91	c BCD2: #sat=1 #unsat=445 bias=445/446
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.91	c  0.0s |       0 |        0 |        0 |    11471      0 |      416 |      443
5.89/5.92	c  0.0s |       0 |       29 |        1 |    11471      0 |      416 |      444
5.89/5.92	c #cpu_time = 0.011s
5.89/5.92	c #wall_clock_time = 0.011s
5.89/5.92	c #decision = 29
5.89/5.92	c #random_decision = 0
5.89/5.92	c #conflict = 1
5.89/5.92	c #restart = 0
5.89/5.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
5.89/5.92	c lower bound updated to -150
5.89/5.92	c BCD2: 445 <= obj <= 568
5.89/5.92	c BCD2: #cores=28, #unrelaxed=122, #relaxed=473, #hardened=0
5.89/5.92	c BCD2: #sat=1 #unsat=446 bias=446/447
5.89/5.92	c Solving starts ...
5.89/5.92	c ============================[ Search Statistics ]============================
5.89/5.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.92	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.92	c =============================================================================
5.89/5.93	c  0.0s |       0 |        0 |        0 |    11471      0 |      417 |      444
5.89/5.94	c  0.0s |       0 |       29 |        1 |    11471      0 |      417 |      445
5.89/5.94	c #cpu_time = 0.012s
5.89/5.94	c #wall_clock_time = 0.012s
5.89/5.94	c #decision = 29
5.89/5.94	c #random_decision = 0
5.89/5.94	c #conflict = 1
5.89/5.94	c #restart = 0
5.89/5.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
5.89/5.94	c lower bound updated to -149
5.89/5.94	c BCD2: 446 <= obj <= 568
5.89/5.94	c BCD2: #cores=28, #unrelaxed=121, #relaxed=474, #hardened=0
5.89/5.94	c BCD2: #sat=1 #unsat=447 bias=447/448
5.89/5.94	c Solving starts ...
5.89/5.94	c ============================[ Search Statistics ]============================
5.89/5.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.94	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.94	c =============================================================================
5.89/5.94	c  0.0s |       0 |        0 |        0 |    11471      0 |      418 |      445
5.89/5.95	c  0.0s |       0 |       29 |        1 |    11471      0 |      418 |      446
5.89/5.95	c #cpu_time = 0.012s
5.89/5.95	c #wall_clock_time = 0.012s
5.89/5.95	c #decision = 29
5.89/5.95	c #random_decision = 0
5.89/5.95	c #conflict = 1
5.89/5.95	c #restart = 0
5.89/5.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
5.89/5.95	c lower bound updated to -148
5.89/5.95	c BCD2: 447 <= obj <= 568
5.89/5.95	c BCD2: #cores=28, #unrelaxed=120, #relaxed=475, #hardened=0
5.89/5.95	c BCD2: #sat=1 #unsat=448 bias=448/449
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 |    11471      0 |      419 |      446
5.89/5.96	c  0.0s |       0 |       29 |        1 |    11471      0 |      419 |      447
5.89/5.96	c #cpu_time = 0.012s
5.89/5.96	c #wall_clock_time = 0.012s
5.89/5.96	c #decision = 29
5.89/5.96	c #random_decision = 0
5.89/5.96	c #conflict = 1
5.89/5.96	c #restart = 0
5.89/5.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
5.89/5.96	c lower bound updated to -147
5.89/5.96	c BCD2: 448 <= obj <= 568
5.89/5.96	c BCD2: #cores=28, #unrelaxed=119, #relaxed=476, #hardened=0
5.89/5.96	c BCD2: #sat=1 #unsat=449 bias=449/450
5.89/5.96	c Solving starts ...
5.89/5.96	c ============================[ Search Statistics ]============================
5.89/5.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.96	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.96	c =============================================================================
5.89/5.96	c  0.0s |       0 |        0 |        0 |    11471      0 |      420 |      447
5.89/5.97	c  0.0s |       0 |       29 |        0 |    11471      0 |      420 |      448
5.89/5.97	c #cpu_time = 0.011s
5.89/5.97	c #wall_clock_time = 0.012s
5.89/5.97	c #decision = 29
5.89/5.97	c #random_decision = 0
5.89/5.97	c #conflict = 0
5.89/5.97	c #restart = 0
5.89/5.98	c BCD2: found a new core of size 2: cost of the new core is >=1
5.89/5.98	c lower bound updated to -146
5.89/5.98	c BCD2: 449 <= obj <= 568
5.89/5.98	c BCD2: #cores=29, #unrelaxed=117, #relaxed=478, #hardened=0
5.89/5.98	c BCD2: #sat=1 #unsat=450 bias=450/451
5.89/5.98	c Solving starts ...
5.89/5.98	c ============================[ Search Statistics ]============================
5.89/5.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.98	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.98	c =============================================================================
5.89/5.98	c  0.0s |       0 |        0 |        0 |    11471      0 |      420 |      449
5.89/5.99	c  0.0s |       0 |       30 |        1 |    11471      0 |      420 |      449
5.89/5.99	c #cpu_time = 0.011s
5.89/5.99	c #wall_clock_time = 0.011s
5.89/5.99	c #decision = 30
5.89/5.99	c #random_decision = 0
5.89/5.99	c #conflict = 1
5.89/5.99	c #restart = 0
5.89/5.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
5.89/5.99	c lower bound updated to -145
5.89/5.99	c BCD2: 450 <= obj <= 568
5.89/5.99	c BCD2: #cores=29, #unrelaxed=116, #relaxed=479, #hardened=0
5.89/5.99	c BCD2: #sat=1 #unsat=451 bias=451/452
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 |    11471      0 |      421 |      449
5.99/6.00	c  0.0s |       0 |       30 |        1 |    11471      0 |      421 |      450
5.99/6.00	c #cpu_time = 0.011s
5.99/6.00	c #wall_clock_time = 0.011s
5.99/6.00	c #decision = 30
5.99/6.00	c #random_decision = 0
5.99/6.00	c #conflict = 1
5.99/6.00	c #restart = 0
5.99/6.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
5.99/6.00	c lower bound updated to -144
5.99/6.00	c BCD2: 451 <= obj <= 568
5.99/6.00	c BCD2: #cores=29, #unrelaxed=115, #relaxed=480, #hardened=0
5.99/6.00	c BCD2: #sat=1 #unsat=452 bias=452/453
5.99/6.00	c Solving starts ...
5.99/6.00	c ============================[ Search Statistics ]============================
5.99/6.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.00	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.00	c =============================================================================
5.99/6.00	c  0.0s |       0 |        0 |        0 |    11471      0 |      422 |      450
5.99/6.01	c  0.0s |       0 |       30 |        1 |    11471      0 |      422 |      451
5.99/6.01	c #cpu_time = 0.012s
5.99/6.01	c #wall_clock_time = 0.012s
5.99/6.01	c #decision = 30
5.99/6.01	c #random_decision = 0
5.99/6.01	c #conflict = 1
5.99/6.01	c #restart = 0
5.99/6.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
5.99/6.01	c lower bound updated to -143
5.99/6.01	c BCD2: 452 <= obj <= 568
5.99/6.01	c BCD2: #cores=29, #unrelaxed=114, #relaxed=481, #hardened=0
5.99/6.01	c BCD2: #sat=1 #unsat=453 bias=453/454
5.99/6.01	c Solving starts ...
5.99/6.01	c ============================[ Search Statistics ]============================
5.99/6.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.01	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.01	c =============================================================================
5.99/6.01	c  0.0s |       0 |        0 |        0 |    11471      0 |      423 |      451
5.99/6.03	c  0.0s |       0 |       30 |        1 |    11471      0 |      423 |      452
5.99/6.03	c #cpu_time = 0.011s
5.99/6.03	c #wall_clock_time = 0.011s
5.99/6.03	c #decision = 30
5.99/6.03	c #random_decision = 0
5.99/6.03	c #conflict = 1
5.99/6.03	c #restart = 0
5.99/6.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
5.99/6.03	c lower bound updated to -142
5.99/6.03	c BCD2: 453 <= obj <= 568
5.99/6.03	c BCD2: #cores=29, #unrelaxed=113, #relaxed=482, #hardened=0
5.99/6.03	c BCD2: #sat=1 #unsat=454 bias=454/455
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 |    11471      0 |      424 |      452
5.99/6.04	c  0.0s |       0 |       30 |        1 |    11471      0 |      424 |      453
5.99/6.04	c #cpu_time = 0.011s
5.99/6.04	c #wall_clock_time = 0.011s
5.99/6.04	c #decision = 30
5.99/6.04	c #random_decision = 0
5.99/6.04	c #conflict = 1
5.99/6.04	c #restart = 0
5.99/6.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
5.99/6.04	c lower bound updated to -141
5.99/6.04	c BCD2: 454 <= obj <= 568
5.99/6.04	c BCD2: #cores=29, #unrelaxed=112, #relaxed=483, #hardened=0
5.99/6.04	c BCD2: #sat=1 #unsat=455 bias=455/456
5.99/6.04	c Solving starts ...
5.99/6.04	c ============================[ Search Statistics ]============================
5.99/6.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.04	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.04	c =============================================================================
5.99/6.04	c  0.0s |       0 |        0 |        0 |    11471      0 |      425 |      453
5.99/6.05	c  0.0s |       0 |       30 |        1 |    11471      0 |      425 |      454
5.99/6.05	c #cpu_time = 0.012s
5.99/6.05	c #wall_clock_time = 0.012s
5.99/6.05	c #decision = 30
5.99/6.05	c #random_decision = 0
5.99/6.05	c #conflict = 1
5.99/6.05	c #restart = 0
5.99/6.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
5.99/6.05	c lower bound updated to -140
5.99/6.05	c BCD2: 455 <= obj <= 568
5.99/6.05	c BCD2: #cores=29, #unrelaxed=111, #relaxed=484, #hardened=0
5.99/6.05	c BCD2: #sat=1 #unsat=456 bias=456/457
5.99/6.05	c Solving starts ...
5.99/6.05	c ============================[ Search Statistics ]============================
5.99/6.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.05	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.05	c =============================================================================
5.99/6.05	c  0.0s |       0 |        0 |        0 |    11471      0 |      426 |      454
5.99/6.06	c  0.0s |       0 |       30 |        1 |    11471      0 |      426 |      455
5.99/6.06	c #cpu_time = 0.011s
5.99/6.06	c #wall_clock_time = 0.011s
5.99/6.06	c #decision = 30
5.99/6.06	c #random_decision = 0
5.99/6.06	c #conflict = 1
5.99/6.06	c #restart = 0
5.99/6.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
5.99/6.06	c lower bound updated to -139
5.99/6.06	c BCD2: 456 <= obj <= 568
5.99/6.06	c BCD2: #cores=29, #unrelaxed=110, #relaxed=485, #hardened=0
5.99/6.06	c BCD2: #sat=1 #unsat=457 bias=457/458
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.06	c  0.0s |       0 |        0 |        0 |    11471      0 |      427 |      455
5.99/6.08	c  0.0s |       0 |       30 |        1 |    11471      0 |      427 |      456
5.99/6.08	c #cpu_time = 0.011s
5.99/6.08	c #wall_clock_time = 0.012s
5.99/6.08	c #decision = 30
5.99/6.08	c #random_decision = 0
5.99/6.08	c #conflict = 1
5.99/6.08	c #restart = 0
5.99/6.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
5.99/6.08	c lower bound updated to -138
5.99/6.08	c BCD2: 457 <= obj <= 568
5.99/6.08	c BCD2: #cores=29, #unrelaxed=109, #relaxed=486, #hardened=0
5.99/6.08	c BCD2: #sat=1 #unsat=458 bias=458/459
5.99/6.08	c Solving starts ...
5.99/6.08	c ============================[ Search Statistics ]============================
5.99/6.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.08	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.08	c =============================================================================
5.99/6.08	c  0.0s |       0 |        0 |        0 |    11471      0 |      428 |      456
5.99/6.09	c  0.0s |       0 |       30 |        1 |    11471      0 |      428 |      457
5.99/6.09	c #cpu_time = 0.011s
5.99/6.09	c #wall_clock_time = 0.012s
5.99/6.09	c #decision = 30
5.99/6.09	c #random_decision = 0
5.99/6.09	c #conflict = 1
5.99/6.09	c #restart = 0
5.99/6.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
5.99/6.09	c lower bound updated to -137
5.99/6.09	c BCD2: 458 <= obj <= 568
5.99/6.09	c BCD2: #cores=29, #unrelaxed=108, #relaxed=487, #hardened=0
5.99/6.09	c BCD2: #sat=1 #unsat=459 bias=459/460
5.99/6.09	c Solving starts ...
5.99/6.09	c ============================[ Search Statistics ]============================
5.99/6.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.09	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.09	c =============================================================================
5.99/6.09	c  0.0s |       0 |        0 |        0 |    11471      0 |      429 |      457
6.09/6.10	c  0.0s |       0 |       30 |        1 |    11471      0 |      429 |      458
6.09/6.10	c #cpu_time = 0.011s
6.09/6.10	c #wall_clock_time = 0.012s
6.09/6.10	c #decision = 30
6.09/6.10	c #random_decision = 0
6.09/6.10	c #conflict = 1
6.09/6.10	c #restart = 0
6.09/6.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
6.09/6.10	c lower bound updated to -136
6.09/6.10	c BCD2: 459 <= obj <= 568
6.09/6.10	c BCD2: #cores=29, #unrelaxed=107, #relaxed=488, #hardened=0
6.09/6.10	c BCD2: #sat=1 #unsat=460 bias=460/461
6.09/6.10	c Solving starts ...
6.09/6.10	c ============================[ Search Statistics ]============================
6.09/6.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.10	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.10	c =============================================================================
6.09/6.10	c  0.0s |       0 |        0 |        0 |    11471      0 |      430 |      458
6.09/6.11	c  0.0s |       0 |       30 |        1 |    11471      0 |      430 |      459
6.09/6.11	c #cpu_time = 0.011s
6.09/6.11	c #wall_clock_time = 0.012s
6.09/6.11	c #decision = 30
6.09/6.11	c #random_decision = 0
6.09/6.11	c #conflict = 1
6.09/6.11	c #restart = 0
6.09/6.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
6.09/6.11	c lower bound updated to -135
6.09/6.11	c BCD2: 460 <= obj <= 568
6.09/6.11	c BCD2: #cores=29, #unrelaxed=106, #relaxed=489, #hardened=0
6.09/6.11	c BCD2: #sat=1 #unsat=461 bias=461/462
6.09/6.11	c Solving starts ...
6.09/6.11	c ============================[ Search Statistics ]============================
6.09/6.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.11	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.11	c =============================================================================
6.09/6.11	c  0.0s |       0 |        0 |        0 |    11471      0 |      431 |      459
6.09/6.12	c  0.0s |       0 |       30 |        1 |    11471      0 |      431 |      460
6.09/6.12	c #cpu_time = 0.011s
6.09/6.12	c #wall_clock_time = 0.011s
6.09/6.12	c #decision = 30
6.09/6.12	c #random_decision = 0
6.09/6.12	c #conflict = 1
6.09/6.12	c #restart = 0
6.09/6.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
6.09/6.12	c lower bound updated to -134
6.09/6.12	c BCD2: 461 <= obj <= 568
6.09/6.12	c BCD2: #cores=29, #unrelaxed=105, #relaxed=490, #hardened=0
6.09/6.12	c BCD2: #sat=1 #unsat=462 bias=462/463
6.09/6.12	c Solving starts ...
6.09/6.12	c ============================[ Search Statistics ]============================
6.09/6.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.12	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.12	c =============================================================================
6.09/6.13	c  0.0s |       0 |        0 |        0 |    11471      0 |      432 |      460
6.09/6.14	c  0.0s |       0 |       30 |        1 |    11471      0 |      432 |      461
6.09/6.14	c #cpu_time = 0.011s
6.09/6.14	c #wall_clock_time = 0.012s
6.09/6.14	c #decision = 30
6.09/6.14	c #random_decision = 0
6.09/6.14	c #conflict = 1
6.09/6.14	c #restart = 0
6.09/6.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
6.09/6.14	c lower bound updated to -133
6.09/6.14	c BCD2: 462 <= obj <= 568
6.09/6.14	c BCD2: #cores=29, #unrelaxed=104, #relaxed=491, #hardened=0
6.09/6.14	c BCD2: #sat=1 #unsat=463 bias=463/464
6.09/6.14	c Solving starts ...
6.09/6.14	c ============================[ Search Statistics ]============================
6.09/6.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.14	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.14	c =============================================================================
6.09/6.14	c  0.0s |       0 |        0 |        0 |    11471      0 |      433 |      461
6.09/6.15	c  0.0s |       0 |       30 |        1 |    11471      0 |      433 |      462
6.09/6.15	c #cpu_time = 0.012s
6.09/6.15	c #wall_clock_time = 0.012s
6.09/6.15	c #decision = 30
6.09/6.15	c #random_decision = 0
6.09/6.15	c #conflict = 1
6.09/6.15	c #restart = 0
6.09/6.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
6.09/6.15	c lower bound updated to -132
6.09/6.15	c BCD2: 463 <= obj <= 568
6.09/6.15	c BCD2: #cores=29, #unrelaxed=103, #relaxed=492, #hardened=0
6.09/6.15	c BCD2: #sat=1 #unsat=464 bias=464/465
6.09/6.15	c Solving starts ...
6.09/6.15	c ============================[ Search Statistics ]============================
6.09/6.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.15	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.15	c =============================================================================
6.09/6.15	c  0.0s |       0 |        0 |        0 |    11471      0 |      434 |      462
6.09/6.16	c  0.0s |       0 |       30 |        1 |    11471      0 |      434 |      463
6.09/6.16	c #cpu_time = 0.012s
6.09/6.16	c #wall_clock_time = 0.012s
6.09/6.16	c #decision = 30
6.09/6.16	c #random_decision = 0
6.09/6.16	c #conflict = 1
6.09/6.16	c #restart = 0
6.09/6.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
6.09/6.16	c lower bound updated to -131
6.09/6.16	c BCD2: 464 <= obj <= 568
6.09/6.16	c BCD2: #cores=29, #unrelaxed=102, #relaxed=493, #hardened=0
6.09/6.16	c BCD2: #sat=1 #unsat=465 bias=465/466
6.09/6.16	c Solving starts ...
6.09/6.16	c ============================[ Search Statistics ]============================
6.09/6.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.16	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.16	c =============================================================================
6.09/6.16	c  0.0s |       0 |        0 |        0 |    11471      0 |      435 |      463
6.09/6.18	c  0.0s |       0 |       30 |        0 |    11471      0 |      435 |      464
6.09/6.18	c #cpu_time = 0.012s
6.09/6.18	c #wall_clock_time = 0.012s
6.09/6.18	c #decision = 30
6.09/6.18	c #random_decision = 0
6.09/6.18	c #conflict = 0
6.09/6.18	c #restart = 0
6.09/6.18	c BCD2: found a new core of size 2: cost of the new core is >=1
6.09/6.18	c lower bound updated to -130
6.09/6.18	c BCD2: 465 <= obj <= 568
6.09/6.18	c BCD2: #cores=30, #unrelaxed=100, #relaxed=495, #hardened=0
6.09/6.18	c BCD2: #sat=1 #unsat=466 bias=466/467
6.09/6.18	c Solving starts ...
6.09/6.18	c ============================[ Search Statistics ]============================
6.09/6.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.18	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.18	c =============================================================================
6.09/6.18	c  0.0s |       0 |        0 |        0 |    11471      0 |      435 |      465
6.09/6.19	c  0.0s |       0 |       31 |        1 |    11471      0 |      435 |      465
6.09/6.19	c #cpu_time = 0.011s
6.09/6.19	c #wall_clock_time = 0.011s
6.09/6.19	c #decision = 31
6.09/6.19	c #random_decision = 0
6.09/6.19	c #conflict = 1
6.09/6.19	c #restart = 0
6.09/6.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
6.09/6.19	c lower bound updated to -129
6.09/6.19	c BCD2: 466 <= obj <= 568
6.09/6.19	c BCD2: #cores=30, #unrelaxed=99, #relaxed=496, #hardened=0
6.09/6.19	c BCD2: #sat=1 #unsat=467 bias=467/468
6.09/6.19	c Solving starts ...
6.09/6.19	c ============================[ Search Statistics ]============================
6.09/6.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.19	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.19	c =============================================================================
6.09/6.19	c  0.0s |       0 |        0 |        0 |    11471      0 |      436 |      465
6.19/6.20	c  0.0s |       0 |       31 |        1 |    11471      0 |      436 |      466
6.19/6.20	c #cpu_time = 0.011s
6.19/6.20	c #wall_clock_time = 0.011s
6.19/6.20	c #decision = 31
6.19/6.20	c #random_decision = 0
6.19/6.20	c #conflict = 1
6.19/6.20	c #restart = 0
6.19/6.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
6.19/6.20	c lower bound updated to -128
6.19/6.20	c BCD2: 467 <= obj <= 568
6.19/6.20	c BCD2: #cores=30, #unrelaxed=98, #relaxed=497, #hardened=0
6.19/6.20	c BCD2: #sat=1 #unsat=468 bias=468/469
6.19/6.20	c Solving starts ...
6.19/6.20	c ============================[ Search Statistics ]============================
6.19/6.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.20	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.20	c =============================================================================
6.19/6.20	c  0.0s |       0 |        0 |        0 |    11471      0 |      437 |      466
6.19/6.21	c  0.0s |       0 |       31 |        1 |    11471      0 |      437 |      467
6.19/6.21	c #cpu_time = 0.011s
6.19/6.21	c #wall_clock_time = 0.011s
6.19/6.21	c #decision = 31
6.19/6.21	c #random_decision = 0
6.19/6.21	c #conflict = 1
6.19/6.21	c #restart = 0
6.19/6.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
6.19/6.21	c lower bound updated to -127
6.19/6.22	c BCD2: 468 <= obj <= 568
6.19/6.22	c BCD2: #cores=30, #unrelaxed=97, #relaxed=498, #hardened=0
6.19/6.22	c BCD2: #sat=1 #unsat=469 bias=469/470
6.19/6.22	c Solving starts ...
6.19/6.22	c ============================[ Search Statistics ]============================
6.19/6.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.22	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.22	c =============================================================================
6.19/6.22	c  0.0s |       0 |        0 |        0 |    11471      0 |      438 |      467
6.19/6.23	c  0.0s |       0 |       31 |        1 |    11471      0 |      438 |      468
6.19/6.23	c #cpu_time = 0.011s
6.19/6.23	c #wall_clock_time = 0.011s
6.19/6.23	c #decision = 31
6.19/6.23	c #random_decision = 0
6.19/6.23	c #conflict = 1
6.19/6.23	c #restart = 0
6.19/6.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
6.19/6.23	c lower bound updated to -126
6.19/6.23	c BCD2: 469 <= obj <= 568
6.19/6.23	c BCD2: #cores=30, #unrelaxed=96, #relaxed=499, #hardened=0
6.19/6.23	c BCD2: #sat=1 #unsat=470 bias=470/471
6.19/6.23	c Solving starts ...
6.19/6.23	c ============================[ Search Statistics ]============================
6.19/6.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.23	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.23	c =============================================================================
6.19/6.23	c  0.0s |       0 |        0 |        0 |    11471      0 |      439 |      468
6.19/6.24	c  0.0s |       0 |       31 |        1 |    11471      0 |      439 |      469
6.19/6.24	c #cpu_time = 0.011s
6.19/6.24	c #wall_clock_time = 0.012s
6.19/6.24	c #decision = 31
6.19/6.24	c #random_decision = 0
6.19/6.24	c #conflict = 1
6.19/6.24	c #restart = 0
6.19/6.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
6.19/6.24	c lower bound updated to -125
6.19/6.24	c BCD2: 470 <= obj <= 568
6.19/6.24	c BCD2: #cores=30, #unrelaxed=95, #relaxed=500, #hardened=0
6.19/6.24	c BCD2: #sat=1 #unsat=471 bias=471/472
6.19/6.24	c Solving starts ...
6.19/6.24	c ============================[ Search Statistics ]============================
6.19/6.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.24	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.24	c =============================================================================
6.19/6.24	c  0.0s |       0 |        0 |        0 |    11471      0 |      440 |      469
6.19/6.25	c  0.0s |       0 |       31 |        1 |    11471      0 |      440 |      470
6.19/6.25	c #cpu_time = 0.012s
6.19/6.25	c #wall_clock_time = 0.012s
6.19/6.25	c #decision = 31
6.19/6.25	c #random_decision = 0
6.19/6.25	c #conflict = 1
6.19/6.25	c #restart = 0
6.19/6.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
6.19/6.25	c lower bound updated to -124
6.19/6.25	c BCD2: 471 <= obj <= 568
6.19/6.25	c BCD2: #cores=30, #unrelaxed=94, #relaxed=501, #hardened=0
6.19/6.25	c BCD2: #sat=1 #unsat=472 bias=472/473
6.19/6.25	c Solving starts ...
6.19/6.25	c ============================[ Search Statistics ]============================
6.19/6.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.25	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.25	c =============================================================================
6.19/6.25	c  0.0s |       0 |        0 |        0 |    11471      0 |      441 |      470
6.19/6.26	c  0.0s |       0 |       31 |        1 |    11471      0 |      441 |      471
6.19/6.26	c #cpu_time = 0.011s
6.19/6.26	c #wall_clock_time = 0.011s
6.19/6.26	c #decision = 31
6.19/6.26	c #random_decision = 0
6.19/6.26	c #conflict = 1
6.19/6.26	c #restart = 0
6.19/6.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
6.19/6.26	c lower bound updated to -123
6.19/6.26	c BCD2: 472 <= obj <= 568
6.19/6.26	c BCD2: #cores=30, #unrelaxed=93, #relaxed=502, #hardened=0
6.19/6.26	c BCD2: #sat=1 #unsat=473 bias=473/474
6.19/6.26	c Solving starts ...
6.19/6.26	c ============================[ Search Statistics ]============================
6.19/6.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.26	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.26	c =============================================================================
6.19/6.26	c  0.0s |       0 |        0 |        0 |    11471      0 |      442 |      471
6.19/6.28	c  0.0s |       0 |       31 |        1 |    11471      0 |      442 |      472
6.19/6.28	c #cpu_time = 0.012s
6.19/6.28	c #wall_clock_time = 0.012s
6.19/6.28	c #decision = 31
6.19/6.28	c #random_decision = 0
6.19/6.28	c #conflict = 1
6.19/6.28	c #restart = 0
6.19/6.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
6.19/6.28	c lower bound updated to -122
6.19/6.28	c BCD2: 473 <= obj <= 568
6.19/6.28	c BCD2: #cores=30, #unrelaxed=92, #relaxed=503, #hardened=0
6.19/6.28	c BCD2: #sat=1 #unsat=474 bias=474/475
6.19/6.28	c Solving starts ...
6.19/6.28	c ============================[ Search Statistics ]============================
6.19/6.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.28	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.28	c =============================================================================
6.19/6.28	c  0.0s |       0 |        0 |        0 |    11471      0 |      443 |      472
6.19/6.29	c  0.0s |       0 |       31 |        1 |    11471      0 |      443 |      473
6.19/6.29	c #cpu_time = 0.011s
6.19/6.29	c #wall_clock_time = 0.012s
6.19/6.29	c #decision = 31
6.19/6.29	c #random_decision = 0
6.19/6.29	c #conflict = 1
6.19/6.29	c #restart = 0
6.19/6.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
6.19/6.29	c lower bound updated to -121
6.19/6.29	c BCD2: 474 <= obj <= 568
6.19/6.29	c BCD2: #cores=30, #unrelaxed=91, #relaxed=504, #hardened=0
6.19/6.29	c BCD2: #sat=1 #unsat=475 bias=475/476
6.19/6.29	c Solving starts ...
6.19/6.29	c ============================[ Search Statistics ]============================
6.19/6.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.29	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.29	c =============================================================================
6.19/6.29	c  0.0s |       0 |        0 |        0 |    11471      0 |      444 |      473
6.29/6.30	c  0.0s |       0 |       31 |        1 |    11471      0 |      444 |      474
6.29/6.30	c #cpu_time = 0.012s
6.29/6.30	c #wall_clock_time = 0.012s
6.29/6.30	c #decision = 31
6.29/6.30	c #random_decision = 0
6.29/6.30	c #conflict = 1
6.29/6.30	c #restart = 0
6.29/6.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
6.29/6.30	c lower bound updated to -120
6.29/6.30	c BCD2: 475 <= obj <= 568
6.29/6.30	c BCD2: #cores=30, #unrelaxed=90, #relaxed=505, #hardened=0
6.29/6.30	c BCD2: #sat=1 #unsat=476 bias=476/477
6.29/6.30	c Solving starts ...
6.29/6.30	c ============================[ Search Statistics ]============================
6.29/6.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.30	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.30	c =============================================================================
6.29/6.30	c  0.0s |       0 |        0 |        0 |    11471      0 |      445 |      474
6.29/6.31	c  0.0s |       0 |       31 |        1 |    11471      0 |      445 |      475
6.29/6.31	c #cpu_time = 0.012s
6.29/6.31	c #wall_clock_time = 0.012s
6.29/6.31	c #decision = 31
6.29/6.31	c #random_decision = 0
6.29/6.31	c #conflict = 1
6.29/6.31	c #restart = 0
6.29/6.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
6.29/6.31	c lower bound updated to -119
6.29/6.31	c BCD2: 476 <= obj <= 568
6.29/6.31	c BCD2: #cores=30, #unrelaxed=89, #relaxed=506, #hardened=0
6.29/6.31	c BCD2: #sat=1 #unsat=477 bias=477/478
6.29/6.31	c Solving starts ...
6.29/6.31	c ============================[ Search Statistics ]============================
6.29/6.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.31	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.31	c =============================================================================
6.29/6.31	c  0.0s |       0 |        0 |        0 |    11471      0 |      446 |      475
6.29/6.33	c  0.0s |       0 |       31 |        1 |    11471      0 |      446 |      476
6.29/6.33	c #cpu_time = 0.012s
6.29/6.33	c #wall_clock_time = 0.012s
6.29/6.33	c #decision = 31
6.29/6.33	c #random_decision = 0
6.29/6.33	c #conflict = 1
6.29/6.33	c #restart = 0
6.29/6.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
6.29/6.33	c lower bound updated to -118
6.29/6.33	c BCD2: 477 <= obj <= 568
6.29/6.33	c BCD2: #cores=30, #unrelaxed=88, #relaxed=507, #hardened=0
6.29/6.33	c BCD2: #sat=1 #unsat=478 bias=478/479
6.29/6.33	c Solving starts ...
6.29/6.33	c ============================[ Search Statistics ]============================
6.29/6.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.33	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.33	c =============================================================================
6.29/6.33	c  0.0s |       0 |        0 |        0 |    11471      0 |      447 |      476
6.29/6.34	c  0.0s |       0 |       31 |        1 |    11471      0 |      447 |      477
6.29/6.34	c #cpu_time = 0.012s
6.29/6.34	c #wall_clock_time = 0.012s
6.29/6.34	c #decision = 31
6.29/6.34	c #random_decision = 0
6.29/6.34	c #conflict = 1
6.29/6.34	c #restart = 0
6.29/6.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
6.29/6.34	c lower bound updated to -117
6.29/6.34	c BCD2: 478 <= obj <= 568
6.29/6.34	c BCD2: #cores=30, #unrelaxed=87, #relaxed=508, #hardened=0
6.29/6.34	c BCD2: #sat=1 #unsat=479 bias=479/480
6.29/6.34	c Solving starts ...
6.29/6.34	c ============================[ Search Statistics ]============================
6.29/6.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.34	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.34	c =============================================================================
6.29/6.34	c  0.0s |       0 |        0 |        0 |    11471      0 |      448 |      477
6.29/6.35	c  0.0s |       0 |       31 |        1 |    11471      0 |      448 |      478
6.29/6.35	c #cpu_time = 0.011s
6.29/6.35	c #wall_clock_time = 0.012s
6.29/6.35	c #decision = 31
6.29/6.35	c #random_decision = 0
6.29/6.35	c #conflict = 1
6.29/6.35	c #restart = 0
6.29/6.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
6.29/6.35	c lower bound updated to -116
6.29/6.35	c BCD2: 479 <= obj <= 568
6.29/6.35	c BCD2: #cores=30, #unrelaxed=86, #relaxed=509, #hardened=0
6.29/6.35	c BCD2: #sat=1 #unsat=480 bias=480/481
6.29/6.35	c Solving starts ...
6.29/6.35	c ============================[ Search Statistics ]============================
6.29/6.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.35	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.35	c =============================================================================
6.29/6.35	c  0.0s |       0 |        0 |        0 |    11471      0 |      449 |      478
6.29/6.36	c  0.0s |       0 |       31 |        1 |    11471      0 |      449 |      479
6.29/6.36	c #cpu_time = 0.012s
6.29/6.36	c #wall_clock_time = 0.012s
6.29/6.36	c #decision = 31
6.29/6.36	c #random_decision = 0
6.29/6.36	c #conflict = 1
6.29/6.36	c #restart = 0
6.29/6.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
6.29/6.36	c lower bound updated to -115
6.29/6.37	c BCD2: 480 <= obj <= 568
6.29/6.37	c BCD2: #cores=30, #unrelaxed=85, #relaxed=510, #hardened=0
6.29/6.37	c BCD2: #sat=1 #unsat=481 bias=481/482
6.29/6.37	c Solving starts ...
6.29/6.37	c ============================[ Search Statistics ]============================
6.29/6.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.37	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.37	c =============================================================================
6.29/6.37	c  0.0s |       0 |        0 |        0 |    11471      0 |      450 |      479
6.29/6.38	c  0.0s |       0 |       31 |        0 |    11471      0 |      450 |      480
6.29/6.38	c #cpu_time = 0.012s
6.29/6.38	c #wall_clock_time = 0.012s
6.29/6.38	c #decision = 31
6.29/6.38	c #random_decision = 0
6.29/6.38	c #conflict = 0
6.29/6.38	c #restart = 0
6.29/6.38	c BCD2: found a new core of size 2: cost of the new core is >=1
6.29/6.38	c lower bound updated to -114
6.29/6.38	c BCD2: 481 <= obj <= 568
6.29/6.38	c BCD2: #cores=31, #unrelaxed=83, #relaxed=512, #hardened=0
6.29/6.38	c BCD2: #sat=1 #unsat=482 bias=482/483
6.29/6.38	c Solving starts ...
6.29/6.38	c ============================[ Search Statistics ]============================
6.29/6.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.38	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.38	c =============================================================================
6.29/6.38	c  0.0s |       0 |        0 |        0 |    11471      0 |      450 |      481
6.29/6.39	c  0.0s |       0 |       32 |        1 |    11471      0 |      450 |      481
6.29/6.39	c #cpu_time = 0.011s
6.29/6.39	c #wall_clock_time = 0.011s
6.29/6.39	c #decision = 32
6.29/6.39	c #random_decision = 0
6.29/6.39	c #conflict = 1
6.29/6.39	c #restart = 0
6.29/6.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
6.29/6.39	c lower bound updated to -113
6.29/6.39	c BCD2: 482 <= obj <= 568
6.29/6.39	c BCD2: #cores=31, #unrelaxed=82, #relaxed=513, #hardened=0
6.29/6.39	c BCD2: #sat=1 #unsat=483 bias=483/484
6.29/6.39	c Solving starts ...
6.29/6.39	c ============================[ Search Statistics ]============================
6.29/6.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.39	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.39	c =============================================================================
6.29/6.39	c  0.0s |       0 |        0 |        0 |    11471      0 |      451 |      481
6.39/6.40	c  0.0s |       0 |       32 |        1 |    11471      0 |      451 |      482
6.39/6.40	c #cpu_time = 0.012s
6.39/6.40	c #wall_clock_time = 0.012s
6.39/6.40	c #decision = 32
6.39/6.40	c #random_decision = 0
6.39/6.40	c #conflict = 1
6.39/6.40	c #restart = 0
6.39/6.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
6.39/6.40	c lower bound updated to -112
6.39/6.40	c BCD2: 483 <= obj <= 568
6.39/6.40	c BCD2: #cores=31, #unrelaxed=81, #relaxed=514, #hardened=0
6.39/6.40	c BCD2: #sat=1 #unsat=484 bias=484/485
6.39/6.40	c Solving starts ...
6.39/6.40	c ============================[ Search Statistics ]============================
6.39/6.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.40	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.40	c =============================================================================
6.39/6.40	c  0.0s |       0 |        0 |        0 |    11471      0 |      452 |      482
6.39/6.42	c  0.0s |       0 |       32 |        1 |    11471      0 |      452 |      483
6.39/6.42	c #cpu_time = 0.011s
6.39/6.42	c #wall_clock_time = 0.011s
6.39/6.42	c #decision = 32
6.39/6.42	c #random_decision = 0
6.39/6.42	c #conflict = 1
6.39/6.42	c #restart = 0
6.39/6.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
6.39/6.42	c lower bound updated to -111
6.39/6.42	c BCD2: 484 <= obj <= 568
6.39/6.42	c BCD2: #cores=31, #unrelaxed=80, #relaxed=515, #hardened=0
6.39/6.42	c BCD2: #sat=1 #unsat=485 bias=485/486
6.39/6.42	c Solving starts ...
6.39/6.42	c ============================[ Search Statistics ]============================
6.39/6.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.42	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.42	c =============================================================================
6.39/6.42	c  0.0s |       0 |        0 |        0 |    11471      0 |      453 |      483
6.39/6.43	c  0.0s |       0 |       32 |        1 |    11471      0 |      453 |      484
6.39/6.43	c #cpu_time = 0.011s
6.39/6.43	c #wall_clock_time = 0.011s
6.39/6.43	c #decision = 32
6.39/6.43	c #random_decision = 0
6.39/6.43	c #conflict = 1
6.39/6.43	c #restart = 0
6.39/6.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
6.39/6.43	c lower bound updated to -110
6.39/6.43	c BCD2: 485 <= obj <= 568
6.39/6.43	c BCD2: #cores=31, #unrelaxed=79, #relaxed=516, #hardened=0
6.39/6.43	c BCD2: #sat=1 #unsat=486 bias=486/487
6.39/6.43	c Solving starts ...
6.39/6.43	c ============================[ Search Statistics ]============================
6.39/6.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.43	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.43	c =============================================================================
6.39/6.43	c  0.0s |       0 |        0 |        0 |    11471      0 |      454 |      484
6.39/6.44	c  0.0s |       0 |       32 |        1 |    11471      0 |      454 |      485
6.39/6.44	c #cpu_time = 0.011s
6.39/6.44	c #wall_clock_time = 0.012s
6.39/6.44	c #decision = 32
6.39/6.44	c #random_decision = 0
6.39/6.44	c #conflict = 1
6.39/6.44	c #restart = 0
6.39/6.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
6.39/6.44	c lower bound updated to -109
6.39/6.44	c BCD2: 486 <= obj <= 568
6.39/6.44	c BCD2: #cores=31, #unrelaxed=78, #relaxed=517, #hardened=0
6.39/6.44	c BCD2: #sat=1 #unsat=487 bias=487/488
6.39/6.44	c Solving starts ...
6.39/6.44	c ============================[ Search Statistics ]============================
6.39/6.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.44	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.44	c =============================================================================
6.39/6.44	c  0.0s |       0 |        0 |        0 |    11471      0 |      455 |      485
6.39/6.45	c  0.0s |       0 |       32 |        1 |    11471      0 |      455 |      486
6.39/6.45	c #cpu_time = 0.012s
6.39/6.45	c #wall_clock_time = 0.012s
6.39/6.45	c #decision = 32
6.39/6.45	c #random_decision = 0
6.39/6.45	c #conflict = 1
6.39/6.45	c #restart = 0
6.39/6.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
6.39/6.45	c lower bound updated to -108
6.39/6.45	c BCD2: 487 <= obj <= 568
6.39/6.45	c BCD2: #cores=31, #unrelaxed=77, #relaxed=518, #hardened=0
6.39/6.45	c BCD2: #sat=1 #unsat=488 bias=488/489
6.39/6.45	c Solving starts ...
6.39/6.45	c ============================[ Search Statistics ]============================
6.39/6.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.45	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.45	c =============================================================================
6.39/6.45	c  0.0s |       0 |        0 |        0 |    11471      0 |      456 |      486
6.39/6.46	c  0.0s |       0 |       32 |        1 |    11471      0 |      456 |      487
6.39/6.46	c #cpu_time = 0.012s
6.39/6.46	c #wall_clock_time = 0.012s
6.39/6.46	c #decision = 32
6.39/6.46	c #random_decision = 0
6.39/6.46	c #conflict = 1
6.39/6.46	c #restart = 0
6.39/6.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
6.39/6.46	c lower bound updated to -107
6.39/6.47	c BCD2: 488 <= obj <= 568
6.39/6.47	c BCD2: #cores=31, #unrelaxed=76, #relaxed=519, #hardened=0
6.39/6.47	c BCD2: #sat=1 #unsat=489 bias=489/490
6.39/6.47	c Solving starts ...
6.39/6.47	c ============================[ Search Statistics ]============================
6.39/6.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.47	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.47	c =============================================================================
6.39/6.47	c  0.0s |       0 |        0 |        0 |    11471      0 |      457 |      487
6.39/6.48	c  0.0s |       0 |       32 |        1 |    11471      0 |      457 |      488
6.39/6.48	c #cpu_time = 0.012s
6.39/6.48	c #wall_clock_time = 0.012s
6.39/6.48	c #decision = 32
6.39/6.48	c #random_decision = 0
6.39/6.48	c #conflict = 1
6.39/6.48	c #restart = 0
6.39/6.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
6.39/6.48	c lower bound updated to -106
6.39/6.48	c BCD2: 489 <= obj <= 568
6.39/6.48	c BCD2: #cores=31, #unrelaxed=75, #relaxed=520, #hardened=0
6.39/6.48	c BCD2: #sat=1 #unsat=490 bias=490/491
6.39/6.48	c Solving starts ...
6.39/6.48	c ============================[ Search Statistics ]============================
6.39/6.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.48	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.48	c =============================================================================
6.39/6.48	c  0.0s |       0 |        0 |        0 |    11471      0 |      458 |      488
6.39/6.49	c  0.0s |       0 |       32 |        1 |    11471      0 |      458 |      489
6.39/6.49	c #cpu_time = 0.012s
6.39/6.49	c #wall_clock_time = 0.012s
6.39/6.49	c #decision = 32
6.39/6.49	c #random_decision = 0
6.39/6.49	c #conflict = 1
6.39/6.49	c #restart = 0
6.39/6.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
6.39/6.49	c lower bound updated to -105
6.39/6.49	c BCD2: 490 <= obj <= 568
6.39/6.49	c BCD2: #cores=31, #unrelaxed=74, #relaxed=521, #hardened=0
6.39/6.49	c BCD2: #sat=1 #unsat=491 bias=491/492
6.39/6.49	c Solving starts ...
6.39/6.49	c ============================[ Search Statistics ]============================
6.39/6.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.49	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.49	c =============================================================================
6.39/6.49	c  0.0s |       0 |        0 |        0 |    11471      0 |      459 |      489
6.49/6.50	c  0.0s |       0 |       32 |        1 |    11471      0 |      459 |      490
6.49/6.50	c #cpu_time = 0.011s
6.49/6.50	c #wall_clock_time = 0.012s
6.49/6.50	c #decision = 32
6.49/6.50	c #random_decision = 0
6.49/6.50	c #conflict = 1
6.49/6.50	c #restart = 0
6.49/6.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
6.49/6.50	c lower bound updated to -104
6.49/6.50	c BCD2: 491 <= obj <= 568
6.49/6.50	c BCD2: #cores=31, #unrelaxed=73, #relaxed=522, #hardened=0
6.49/6.50	c BCD2: #sat=1 #unsat=492 bias=492/493
6.49/6.50	c Solving starts ...
6.49/6.50	c ============================[ Search Statistics ]============================
6.49/6.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.50	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.50	c =============================================================================
6.49/6.50	c  0.0s |       0 |        0 |        0 |    11471      0 |      460 |      490
6.49/6.51	c  0.0s |       0 |       32 |        1 |    11471      0 |      460 |      491
6.49/6.51	c #cpu_time = 0.012s
6.49/6.51	c #wall_clock_time = 0.012s
6.49/6.51	c #decision = 32
6.49/6.51	c #random_decision = 0
6.49/6.51	c #conflict = 1
6.49/6.51	c #restart = 0
6.49/6.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
6.49/6.51	c lower bound updated to -103
6.49/6.51	c BCD2: 492 <= obj <= 568
6.49/6.51	c BCD2: #cores=31, #unrelaxed=72, #relaxed=523, #hardened=0
6.49/6.51	c BCD2: #sat=1 #unsat=493 bias=493/494
6.49/6.51	c Solving starts ...
6.49/6.51	c ============================[ Search Statistics ]============================
6.49/6.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.51	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.51	c =============================================================================
6.49/6.51	c  0.0s |       0 |        0 |        0 |    11471      0 |      461 |      491
6.49/6.53	c  0.0s |       0 |       32 |        1 |    11471      0 |      461 |      492
6.49/6.53	c #cpu_time = 0.012s
6.49/6.53	c #wall_clock_time = 0.012s
6.49/6.53	c #decision = 32
6.49/6.53	c #random_decision = 0
6.49/6.53	c #conflict = 1
6.49/6.53	c #restart = 0
6.49/6.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
6.49/6.53	c lower bound updated to -102
6.49/6.53	c BCD2: 493 <= obj <= 568
6.49/6.53	c BCD2: #cores=31, #unrelaxed=71, #relaxed=524, #hardened=0
6.49/6.53	c BCD2: #sat=1 #unsat=494 bias=494/495
6.49/6.53	c Solving starts ...
6.49/6.53	c ============================[ Search Statistics ]============================
6.49/6.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.53	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.53	c =============================================================================
6.49/6.53	c  0.0s |       0 |        0 |        0 |    11471      0 |      462 |      492
6.49/6.54	c  0.0s |       0 |       32 |        1 |    11471      0 |      462 |      493
6.49/6.54	c #cpu_time = 0.012s
6.49/6.54	c #wall_clock_time = 0.012s
6.49/6.54	c #decision = 32
6.49/6.54	c #random_decision = 0
6.49/6.54	c #conflict = 1
6.49/6.54	c #restart = 0
6.49/6.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
6.49/6.54	c lower bound updated to -101
6.49/6.54	c BCD2: 494 <= obj <= 568
6.49/6.54	c BCD2: #cores=31, #unrelaxed=70, #relaxed=525, #hardened=0
6.49/6.54	c BCD2: #sat=1 #unsat=495 bias=495/496
6.49/6.54	c Solving starts ...
6.49/6.54	c ============================[ Search Statistics ]============================
6.49/6.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.54	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.54	c =============================================================================
6.49/6.54	c  0.0s |       0 |        0 |        0 |    11471      0 |      463 |      493
6.49/6.55	c  0.0s |       0 |       32 |        1 |    11471      0 |      463 |      494
6.49/6.55	c #cpu_time = 0.012s
6.49/6.55	c #wall_clock_time = 0.012s
6.49/6.55	c #decision = 32
6.49/6.55	c #random_decision = 0
6.49/6.55	c #conflict = 1
6.49/6.55	c #restart = 0
6.49/6.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
6.49/6.55	c lower bound updated to -100
6.49/6.55	c BCD2: 495 <= obj <= 568
6.49/6.55	c BCD2: #cores=31, #unrelaxed=69, #relaxed=526, #hardened=0
6.49/6.55	c BCD2: #sat=1 #unsat=496 bias=496/497
6.49/6.55	c Solving starts ...
6.49/6.55	c ============================[ Search Statistics ]============================
6.49/6.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.55	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.55	c =============================================================================
6.49/6.55	c  0.0s |       0 |        0 |        0 |    11471      0 |      464 |      494
6.49/6.56	c  0.0s |       0 |       32 |        1 |    11471      0 |      464 |      495
6.49/6.56	c #cpu_time = 0.012s
6.49/6.56	c #wall_clock_time = 0.012s
6.49/6.56	c #decision = 32
6.49/6.56	c #random_decision = 0
6.49/6.56	c #conflict = 1
6.49/6.56	c #restart = 0
6.49/6.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
6.49/6.56	c lower bound updated to -99
6.49/6.56	c BCD2: 496 <= obj <= 568
6.49/6.56	c BCD2: #cores=31, #unrelaxed=68, #relaxed=527, #hardened=0
6.49/6.56	c BCD2: #sat=1 #unsat=497 bias=497/498
6.49/6.56	c Solving starts ...
6.49/6.56	c ============================[ Search Statistics ]============================
6.49/6.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.56	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.56	c =============================================================================
6.49/6.56	c  0.0s |       0 |        0 |        0 |    11471      0 |      465 |      495
6.49/6.58	c  0.0s |       0 |       32 |        0 |    11471      0 |      465 |      496
6.49/6.58	c #cpu_time = 0.012s
6.49/6.58	c #wall_clock_time = 0.012s
6.49/6.58	c #decision = 32
6.49/6.58	c #random_decision = 0
6.49/6.58	c #conflict = 0
6.49/6.58	c #restart = 0
6.49/6.58	c BCD2: found a new core of size 2: cost of the new core is >=1
6.49/6.58	c lower bound updated to -98
6.49/6.58	c BCD2: 497 <= obj <= 568
6.49/6.58	c BCD2: #cores=32, #unrelaxed=66, #relaxed=529, #hardened=0
6.49/6.58	c BCD2: #sat=1 #unsat=498 bias=498/499
6.49/6.58	c Solving starts ...
6.49/6.58	c ============================[ Search Statistics ]============================
6.49/6.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.58	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.58	c =============================================================================
6.49/6.58	c  0.0s |       0 |        0 |        0 |    11471      0 |      465 |      497
6.49/6.59	c  0.0s |       0 |       33 |        1 |    11471      0 |      465 |      497
6.49/6.59	c #cpu_time = 0.011s
6.49/6.59	c #wall_clock_time = 0.011s
6.49/6.59	c #decision = 33
6.49/6.59	c #random_decision = 0
6.49/6.59	c #conflict = 1
6.49/6.59	c #restart = 0
6.49/6.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
6.49/6.59	c lower bound updated to -97
6.49/6.59	c BCD2: 498 <= obj <= 568
6.49/6.59	c BCD2: #cores=32, #unrelaxed=65, #relaxed=530, #hardened=0
6.49/6.59	c BCD2: #sat=1 #unsat=499 bias=499/500
6.49/6.59	c Solving starts ...
6.49/6.59	c ============================[ Search Statistics ]============================
6.49/6.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.59	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.59	c =============================================================================
6.49/6.59	c  0.0s |       0 |        0 |        0 |    11471      0 |      466 |      497
6.49/6.60	c  0.0s |       0 |       33 |        1 |    11471      0 |      466 |      498
6.49/6.60	c #cpu_time = 0.012s
6.49/6.60	c #wall_clock_time = 0.012s
6.49/6.60	c #decision = 33
6.49/6.60	c #random_decision = 0
6.49/6.60	c #conflict = 1
6.49/6.60	c #restart = 0
6.49/6.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
6.49/6.60	c lower bound updated to -96
6.49/6.60	c BCD2: 499 <= obj <= 568
6.49/6.60	c BCD2: #cores=32, #unrelaxed=64, #relaxed=531, #hardened=0
6.49/6.60	c BCD2: #sat=1 #unsat=500 bias=500/501
6.49/6.61	c Solving starts ...
6.49/6.61	c ============================[ Search Statistics ]============================
6.49/6.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.61	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.61	c =============================================================================
6.49/6.61	c  0.0s |       0 |        0 |        0 |    11471      0 |      467 |      498
6.60/6.62	c  0.0s |       0 |       33 |        1 |    11471      0 |      467 |      499
6.60/6.62	c #cpu_time = 0.012s
6.60/6.62	c #wall_clock_time = 0.012s
6.60/6.62	c #decision = 33
6.60/6.62	c #random_decision = 0
6.60/6.62	c #conflict = 1
6.60/6.62	c #restart = 0
6.60/6.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
6.60/6.62	c lower bound updated to -95
6.60/6.62	c BCD2: 500 <= obj <= 568
6.60/6.62	c BCD2: #cores=32, #unrelaxed=63, #relaxed=532, #hardened=0
6.60/6.62	c BCD2: #sat=1 #unsat=501 bias=501/502
6.60/6.62	c Solving starts ...
6.60/6.62	c ============================[ Search Statistics ]============================
6.60/6.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.62	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.62	c =============================================================================
6.60/6.62	c  0.0s |       0 |        0 |        0 |    11471      0 |      468 |      499
6.60/6.63	c  0.0s |       0 |       33 |        1 |    11471      0 |      468 |      500
6.60/6.63	c #cpu_time = 0.012s
6.60/6.63	c #wall_clock_time = 0.012s
6.60/6.63	c #decision = 33
6.60/6.63	c #random_decision = 0
6.60/6.63	c #conflict = 1
6.60/6.63	c #restart = 0
6.60/6.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
6.60/6.63	c lower bound updated to -94
6.60/6.63	c BCD2: 501 <= obj <= 568
6.60/6.63	c BCD2: #cores=32, #unrelaxed=62, #relaxed=533, #hardened=0
6.60/6.63	c BCD2: #sat=1 #unsat=502 bias=502/503
6.60/6.63	c Solving starts ...
6.60/6.63	c ============================[ Search Statistics ]============================
6.60/6.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.63	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.63	c =============================================================================
6.60/6.63	c  0.0s |       0 |        0 |        0 |    11471      0 |      469 |      500
6.60/6.64	c  0.0s |       0 |       33 |        1 |    11471      0 |      469 |      501
6.60/6.64	c #cpu_time = 0.011s
6.60/6.64	c #wall_clock_time = 0.012s
6.60/6.64	c #decision = 33
6.60/6.64	c #random_decision = 0
6.60/6.64	c #conflict = 1
6.60/6.64	c #restart = 0
6.60/6.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
6.60/6.64	c lower bound updated to -93
6.60/6.64	c BCD2: 502 <= obj <= 568
6.60/6.64	c BCD2: #cores=32, #unrelaxed=61, #relaxed=534, #hardened=0
6.60/6.64	c BCD2: #sat=1 #unsat=503 bias=503/504
6.60/6.64	c Solving starts ...
6.60/6.64	c ============================[ Search Statistics ]============================
6.60/6.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.64	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.64	c =============================================================================
6.60/6.64	c  0.0s |       0 |        0 |        0 |    11471      0 |      470 |      501
6.60/6.65	c  0.0s |       0 |       33 |        1 |    11471      0 |      470 |      502
6.60/6.65	c #cpu_time = 0.011s
6.60/6.65	c #wall_clock_time = 0.012s
6.60/6.65	c #decision = 33
6.60/6.65	c #random_decision = 0
6.60/6.65	c #conflict = 1
6.60/6.65	c #restart = 0
6.60/6.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
6.60/6.65	c lower bound updated to -92
6.60/6.65	c BCD2: 503 <= obj <= 568
6.60/6.65	c BCD2: #cores=32, #unrelaxed=60, #relaxed=535, #hardened=0
6.60/6.65	c BCD2: #sat=1 #unsat=504 bias=504/505
6.60/6.65	c Solving starts ...
6.60/6.65	c ============================[ Search Statistics ]============================
6.60/6.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.65	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.65	c =============================================================================
6.60/6.65	c  0.0s |       0 |        0 |        0 |    11471      0 |      471 |      502
6.60/6.67	c  0.0s |       0 |       33 |        1 |    11471      0 |      471 |      503
6.60/6.67	c #cpu_time = 0.012s
6.60/6.67	c #wall_clock_time = 0.012s
6.60/6.67	c #decision = 33
6.60/6.67	c #random_decision = 0
6.60/6.67	c #conflict = 1
6.60/6.67	c #restart = 0
6.60/6.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
6.60/6.67	c lower bound updated to -91
6.60/6.67	c BCD2: 504 <= obj <= 568
6.60/6.67	c BCD2: #cores=32, #unrelaxed=59, #relaxed=536, #hardened=0
6.60/6.67	c BCD2: #sat=1 #unsat=505 bias=505/506
6.60/6.67	c Solving starts ...
6.60/6.67	c ============================[ Search Statistics ]============================
6.60/6.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.67	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.67	c =============================================================================
6.60/6.67	c  0.0s |       0 |        0 |        0 |    11471      0 |      472 |      503
6.60/6.68	c  0.0s |       0 |       33 |        1 |    11471      0 |      472 |      504
6.60/6.68	c #cpu_time = 0.012s
6.60/6.68	c #wall_clock_time = 0.012s
6.60/6.68	c #decision = 33
6.60/6.68	c #random_decision = 0
6.60/6.68	c #conflict = 1
6.60/6.68	c #restart = 0
6.60/6.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
6.60/6.68	c lower bound updated to -90
6.60/6.68	c BCD2: 505 <= obj <= 568
6.60/6.68	c BCD2: #cores=32, #unrelaxed=58, #relaxed=537, #hardened=0
6.60/6.68	c BCD2: #sat=1 #unsat=506 bias=506/507
6.60/6.68	c Solving starts ...
6.60/6.68	c ============================[ Search Statistics ]============================
6.60/6.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.68	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.68	c =============================================================================
6.60/6.68	c  0.0s |       0 |        0 |        0 |    11471      0 |      473 |      504
6.60/6.69	c  0.0s |       0 |       33 |        1 |    11471      0 |      473 |      505
6.60/6.69	c #cpu_time = 0.012s
6.60/6.69	c #wall_clock_time = 0.012s
6.60/6.69	c #decision = 33
6.60/6.69	c #random_decision = 0
6.60/6.69	c #conflict = 1
6.60/6.69	c #restart = 0
6.60/6.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
6.60/6.69	c lower bound updated to -89
6.60/6.69	c BCD2: 506 <= obj <= 568
6.60/6.69	c BCD2: #cores=32, #unrelaxed=57, #relaxed=538, #hardened=0
6.60/6.69	c BCD2: #sat=1 #unsat=507 bias=507/508
6.60/6.69	c Solving starts ...
6.60/6.69	c ============================[ Search Statistics ]============================
6.60/6.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.69	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.69	c =============================================================================
6.60/6.69	c  0.0s |       0 |        0 |        0 |    11471      0 |      474 |      505
6.60/6.70	c  0.0s |       0 |       33 |        1 |    11471      0 |      474 |      506
6.60/6.70	c #cpu_time = 0.012s
6.60/6.70	c #wall_clock_time = 0.012s
6.60/6.70	c #decision = 33
6.60/6.70	c #random_decision = 0
6.60/6.70	c #conflict = 1
6.60/6.70	c #restart = 0
6.60/6.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
6.60/6.70	c lower bound updated to -88
6.60/6.70	c BCD2: 507 <= obj <= 568
6.60/6.70	c BCD2: #cores=32, #unrelaxed=56, #relaxed=539, #hardened=0
6.60/6.70	c BCD2: #sat=1 #unsat=508 bias=508/509
6.60/6.70	c Solving starts ...
6.60/6.70	c ============================[ Search Statistics ]============================
6.60/6.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.70	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.70	c =============================================================================
6.60/6.70	c  0.0s |       0 |        0 |        0 |    11471      0 |      475 |      506
6.70/6.72	c  0.0s |       0 |       33 |        1 |    11471      0 |      475 |      507
6.70/6.72	c #cpu_time = 0.012s
6.70/6.72	c #wall_clock_time = 0.012s
6.70/6.72	c #decision = 33
6.70/6.72	c #random_decision = 0
6.70/6.72	c #conflict = 1
6.70/6.72	c #restart = 0
6.70/6.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
6.70/6.72	c lower bound updated to -87
6.70/6.72	c BCD2: 508 <= obj <= 568
6.70/6.72	c BCD2: #cores=32, #unrelaxed=55, #relaxed=540, #hardened=0
6.70/6.72	c BCD2: #sat=1 #unsat=509 bias=509/510
6.70/6.72	c Solving starts ...
6.70/6.72	c ============================[ Search Statistics ]============================
6.70/6.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.72	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.72	c =============================================================================
6.70/6.72	c  0.0s |       0 |        0 |        0 |    11471      0 |      476 |      507
6.70/6.73	c  0.0s |       0 |       33 |        1 |    11471      0 |      476 |      508
6.70/6.73	c #cpu_time = 0.012s
6.70/6.73	c #wall_clock_time = 0.012s
6.70/6.73	c #decision = 33
6.70/6.73	c #random_decision = 0
6.70/6.73	c #conflict = 1
6.70/6.73	c #restart = 0
6.70/6.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
6.70/6.73	c lower bound updated to -86
6.70/6.73	c BCD2: 509 <= obj <= 568
6.70/6.73	c BCD2: #cores=32, #unrelaxed=54, #relaxed=541, #hardened=0
6.70/6.73	c BCD2: #sat=1 #unsat=510 bias=510/511
6.70/6.73	c Solving starts ...
6.70/6.73	c ============================[ Search Statistics ]============================
6.70/6.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.73	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.73	c =============================================================================
6.70/6.73	c  0.0s |       0 |        0 |        0 |    11471      0 |      477 |      508
6.70/6.74	c  0.0s |       0 |       33 |        1 |    12619      0 |      477 |      509
6.70/6.74	c #cpu_time = 0.012s
6.70/6.74	c #wall_clock_time = 0.012s
6.70/6.74	c #decision = 33
6.70/6.74	c #random_decision = 0
6.70/6.74	c #conflict = 1
6.70/6.74	c #restart = 0
6.70/6.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
6.70/6.74	c lower bound updated to -85
6.70/6.74	c BCD2: 510 <= obj <= 568
6.70/6.74	c BCD2: #cores=32, #unrelaxed=53, #relaxed=542, #hardened=0
6.70/6.74	c BCD2: #sat=1 #unsat=511 bias=511/512
6.70/6.74	c Solving starts ...
6.70/6.74	c ============================[ Search Statistics ]============================
6.70/6.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.74	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.74	c =============================================================================
6.70/6.74	c  0.0s |       0 |        0 |        0 |    12619      0 |      478 |      509
6.70/6.75	c  0.0s |       0 |       33 |        1 |    12619      0 |      478 |      510
6.70/6.75	c #cpu_time = 0.012s
6.70/6.75	c #wall_clock_time = 0.012s
6.70/6.75	c #decision = 33
6.70/6.75	c #random_decision = 0
6.70/6.75	c #conflict = 1
6.70/6.75	c #restart = 0
6.70/6.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
6.70/6.75	c lower bound updated to -84
6.70/6.75	c BCD2: 511 <= obj <= 568
6.70/6.75	c BCD2: #cores=32, #unrelaxed=52, #relaxed=543, #hardened=0
6.70/6.75	c BCD2: #sat=1 #unsat=512 bias=512/513
6.70/6.75	c Solving starts ...
6.70/6.75	c ============================[ Search Statistics ]============================
6.70/6.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.75	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.75	c =============================================================================
6.70/6.75	c  0.0s |       0 |        0 |        0 |    12619      0 |      479 |      510
6.70/6.77	c  0.0s |       0 |       33 |        1 |    12619      0 |      479 |      511
6.70/6.77	c #cpu_time = 0.012s
6.70/6.77	c #wall_clock_time = 0.012s
6.70/6.77	c #decision = 33
6.70/6.77	c #random_decision = 0
6.70/6.77	c #conflict = 1
6.70/6.77	c #restart = 0
6.70/6.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
6.70/6.77	c lower bound updated to -83
6.70/6.77	c BCD2: 512 <= obj <= 568
6.70/6.77	c BCD2: #cores=32, #unrelaxed=51, #relaxed=544, #hardened=0
6.70/6.77	c BCD2: #sat=1 #unsat=513 bias=513/514
6.70/6.77	c Solving starts ...
6.70/6.77	c ============================[ Search Statistics ]============================
6.70/6.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.77	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.77	c =============================================================================
6.70/6.77	c  0.0s |       0 |        0 |        0 |    12619      0 |      480 |      511
6.70/6.78	c  0.0s |       0 |       33 |        0 |    12619      0 |      480 |      512
6.70/6.78	c #cpu_time = 0.012s
6.70/6.78	c #wall_clock_time = 0.012s
6.70/6.78	c #decision = 33
6.70/6.78	c #random_decision = 0
6.70/6.78	c #conflict = 0
6.70/6.78	c #restart = 0
6.70/6.78	c BCD2: found a new core of size 2: cost of the new core is >=1
6.70/6.78	c lower bound updated to -82
6.70/6.78	c BCD2: 513 <= obj <= 568
6.70/6.78	c BCD2: #cores=33, #unrelaxed=49, #relaxed=546, #hardened=0
6.70/6.78	c BCD2: #sat=1 #unsat=514 bias=514/515
6.70/6.78	c Solving starts ...
6.70/6.78	c ============================[ Search Statistics ]============================
6.70/6.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.78	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.78	c =============================================================================
6.70/6.78	c  0.0s |       0 |        0 |        0 |    12619      0 |      480 |      513
6.70/6.79	c  0.0s |       0 |       34 |        1 |    12619      0 |      480 |      513
6.70/6.79	c #cpu_time = 0.011s
6.70/6.79	c #wall_clock_time = 0.011s
6.70/6.79	c #decision = 34
6.70/6.79	c #random_decision = 0
6.70/6.79	c #conflict = 1
6.70/6.79	c #restart = 0
6.70/6.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
6.70/6.79	c lower bound updated to -81
6.70/6.79	c BCD2: 514 <= obj <= 568
6.70/6.79	c BCD2: #cores=33, #unrelaxed=48, #relaxed=547, #hardened=0
6.70/6.79	c BCD2: #sat=1 #unsat=515 bias=515/516
6.70/6.79	c Solving starts ...
6.70/6.79	c ============================[ Search Statistics ]============================
6.70/6.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.79	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.79	c =============================================================================
6.70/6.79	c  0.0s |       0 |        0 |        0 |    12619      0 |      481 |      513
6.79/6.80	c  0.0s |       0 |       34 |        1 |    12619      0 |      481 |      514
6.79/6.80	c #cpu_time = 0.012s
6.79/6.80	c #wall_clock_time = 0.012s
6.79/6.80	c #decision = 34
6.79/6.80	c #random_decision = 0
6.79/6.80	c #conflict = 1
6.79/6.80	c #restart = 0
6.79/6.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
6.79/6.80	c lower bound updated to -80
6.79/6.81	c BCD2: 515 <= obj <= 568
6.79/6.81	c BCD2: #cores=33, #unrelaxed=47, #relaxed=548, #hardened=0
6.79/6.81	c BCD2: #sat=1 #unsat=516 bias=516/517
6.79/6.81	c Solving starts ...
6.79/6.81	c ============================[ Search Statistics ]============================
6.79/6.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.81	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.81	c =============================================================================
6.79/6.81	c  0.0s |       0 |        0 |        0 |    12619      0 |      482 |      514
6.79/6.82	c  0.0s |       0 |       34 |        1 |    12619      0 |      482 |      515
6.79/6.82	c #cpu_time = 0.012s
6.79/6.82	c #wall_clock_time = 0.012s
6.79/6.82	c #decision = 34
6.79/6.82	c #random_decision = 0
6.79/6.82	c #conflict = 1
6.79/6.82	c #restart = 0
6.79/6.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
6.79/6.82	c lower bound updated to -79
6.79/6.82	c BCD2: 516 <= obj <= 568
6.79/6.82	c BCD2: #cores=33, #unrelaxed=46, #relaxed=549, #hardened=0
6.79/6.82	c BCD2: #sat=1 #unsat=517 bias=517/518
6.79/6.82	c Solving starts ...
6.79/6.82	c ============================[ Search Statistics ]============================
6.79/6.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.82	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.82	c =============================================================================
6.79/6.82	c  0.0s |       0 |        0 |        0 |    12619      0 |      483 |      515
6.79/6.83	c  0.0s |       0 |       34 |        1 |    12619      0 |      483 |      516
6.79/6.83	c #cpu_time = 0.012s
6.79/6.83	c #wall_clock_time = 0.012s
6.79/6.83	c #decision = 34
6.79/6.83	c #random_decision = 0
6.79/6.83	c #conflict = 1
6.79/6.83	c #restart = 0
6.79/6.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
6.79/6.83	c lower bound updated to -78
6.79/6.83	c BCD2: 517 <= obj <= 568
6.79/6.83	c BCD2: #cores=33, #unrelaxed=45, #relaxed=550, #hardened=0
6.79/6.83	c BCD2: #sat=1 #unsat=518 bias=518/519
6.79/6.83	c Solving starts ...
6.79/6.83	c ============================[ Search Statistics ]============================
6.79/6.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.83	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.83	c =============================================================================
6.79/6.83	c  0.0s |       0 |        0 |        0 |    12619      0 |      484 |      516
6.79/6.84	c  0.0s |       0 |       34 |        1 |    12619      0 |      484 |      517
6.79/6.84	c #cpu_time = 0.012s
6.79/6.84	c #wall_clock_time = 0.012s
6.79/6.84	c #decision = 34
6.79/6.84	c #random_decision = 0
6.79/6.84	c #conflict = 1
6.79/6.84	c #restart = 0
6.79/6.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
6.79/6.84	c lower bound updated to -77
6.79/6.84	c BCD2: 518 <= obj <= 568
6.79/6.84	c BCD2: #cores=33, #unrelaxed=44, #relaxed=551, #hardened=0
6.79/6.84	c BCD2: #sat=1 #unsat=519 bias=519/520
6.79/6.85	c Solving starts ...
6.79/6.85	c ============================[ Search Statistics ]============================
6.79/6.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.85	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.85	c =============================================================================
6.79/6.85	c  0.0s |       0 |        0 |        0 |    12619      0 |      485 |      517
6.79/6.86	c  0.0s |       0 |       34 |        1 |    12619      0 |      485 |      518
6.79/6.86	c #cpu_time = 0.012s
6.79/6.86	c #wall_clock_time = 0.012s
6.79/6.86	c #decision = 34
6.79/6.86	c #random_decision = 0
6.79/6.86	c #conflict = 1
6.79/6.86	c #restart = 0
6.79/6.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
6.79/6.86	c lower bound updated to -76
6.79/6.86	c BCD2: 519 <= obj <= 568
6.79/6.86	c BCD2: #cores=33, #unrelaxed=43, #relaxed=552, #hardened=0
6.79/6.86	c BCD2: #sat=1 #unsat=520 bias=520/521
6.79/6.86	c Solving starts ...
6.79/6.86	c ============================[ Search Statistics ]============================
6.79/6.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.86	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.86	c =============================================================================
6.79/6.86	c  0.0s |       0 |        0 |        0 |    12619      0 |      486 |      518
6.79/6.87	c  0.0s |       0 |       34 |        1 |    12619      0 |      486 |      519
6.79/6.87	c #cpu_time = 0.012s
6.79/6.87	c #wall_clock_time = 0.012s
6.79/6.87	c #decision = 34
6.79/6.87	c #random_decision = 0
6.79/6.87	c #conflict = 1
6.79/6.87	c #restart = 0
6.79/6.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
6.79/6.87	c lower bound updated to -75
6.79/6.87	c BCD2: 520 <= obj <= 568
6.79/6.87	c BCD2: #cores=33, #unrelaxed=42, #relaxed=553, #hardened=0
6.79/6.87	c BCD2: #sat=1 #unsat=521 bias=521/522
6.79/6.87	c Solving starts ...
6.79/6.87	c ============================[ Search Statistics ]============================
6.79/6.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.87	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.87	c =============================================================================
6.79/6.87	c  0.0s |       0 |        0 |        0 |    12619      0 |      487 |      519
6.79/6.88	c  0.0s |       0 |       34 |        1 |    12619      0 |      487 |      520
6.79/6.88	c #cpu_time = 0.012s
6.79/6.88	c #wall_clock_time = 0.012s
6.79/6.88	c #decision = 34
6.79/6.88	c #random_decision = 0
6.79/6.88	c #conflict = 1
6.79/6.88	c #restart = 0
6.79/6.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
6.79/6.88	c lower bound updated to -74
6.79/6.88	c BCD2: 521 <= obj <= 568
6.79/6.88	c BCD2: #cores=33, #unrelaxed=41, #relaxed=554, #hardened=0
6.79/6.88	c BCD2: #sat=1 #unsat=522 bias=522/523
6.79/6.88	c Solving starts ...
6.79/6.88	c ============================[ Search Statistics ]============================
6.79/6.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.88	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.88	c =============================================================================
6.79/6.88	c  0.0s |       0 |        0 |        0 |    12619      0 |      488 |      520
6.79/6.89	c  0.0s |       0 |       34 |        1 |    12619      0 |      488 |      521
6.79/6.89	c #cpu_time = 0.012s
6.79/6.89	c #wall_clock_time = 0.012s
6.79/6.89	c #decision = 34
6.79/6.89	c #random_decision = 0
6.79/6.89	c #conflict = 1
6.79/6.89	c #restart = 0
6.79/6.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
6.79/6.89	c lower bound updated to -73
6.79/6.89	c BCD2: 522 <= obj <= 568
6.79/6.89	c BCD2: #cores=33, #unrelaxed=40, #relaxed=555, #hardened=0
6.79/6.89	c BCD2: #sat=1 #unsat=523 bias=523/524
6.79/6.89	c Solving starts ...
6.79/6.89	c ============================[ Search Statistics ]============================
6.79/6.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.89	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.89	c =============================================================================
6.79/6.89	c  0.0s |       0 |        0 |        0 |    12619      0 |      489 |      521
6.89/6.91	c  0.0s |       0 |       34 |        1 |    12619      0 |      489 |      522
6.89/6.91	c #cpu_time = 0.012s
6.89/6.91	c #wall_clock_time = 0.012s
6.89/6.91	c #decision = 34
6.89/6.91	c #random_decision = 0
6.89/6.91	c #conflict = 1
6.89/6.91	c #restart = 0
6.89/6.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
6.89/6.91	c lower bound updated to -72
6.89/6.91	c BCD2: 523 <= obj <= 568
6.89/6.91	c BCD2: #cores=33, #unrelaxed=39, #relaxed=556, #hardened=0
6.89/6.91	c BCD2: #sat=1 #unsat=524 bias=524/525
6.89/6.91	c Solving starts ...
6.89/6.91	c ============================[ Search Statistics ]============================
6.89/6.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.91	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.91	c =============================================================================
6.89/6.91	c  0.0s |       0 |        0 |        0 |    12619      0 |      490 |      522
6.89/6.92	c  0.0s |       0 |       34 |        1 |    12619      0 |      490 |      523
6.89/6.92	c #cpu_time = 0.012s
6.89/6.92	c #wall_clock_time = 0.012s
6.89/6.92	c #decision = 34
6.89/6.92	c #random_decision = 0
6.89/6.92	c #conflict = 1
6.89/6.92	c #restart = 0
6.89/6.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
6.89/6.92	c lower bound updated to -71
6.89/6.92	c BCD2: 524 <= obj <= 568
6.89/6.92	c BCD2: #cores=33, #unrelaxed=38, #relaxed=557, #hardened=0
6.89/6.92	c BCD2: #sat=1 #unsat=525 bias=525/526
6.89/6.92	c Solving starts ...
6.89/6.92	c ============================[ Search Statistics ]============================
6.89/6.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.92	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.92	c =============================================================================
6.89/6.92	c  0.0s |       0 |        0 |        0 |    12619      0 |      491 |      523
6.89/6.93	c  0.0s |       0 |       34 |        1 |    12619      0 |      491 |      524
6.89/6.93	c #cpu_time = 0.012s
6.89/6.93	c #wall_clock_time = 0.012s
6.89/6.93	c #decision = 34
6.89/6.93	c #random_decision = 0
6.89/6.93	c #conflict = 1
6.89/6.93	c #restart = 0
6.89/6.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
6.89/6.93	c lower bound updated to -70
6.89/6.93	c BCD2: 525 <= obj <= 568
6.89/6.93	c BCD2: #cores=33, #unrelaxed=37, #relaxed=558, #hardened=0
6.89/6.93	c BCD2: #sat=1 #unsat=526 bias=526/527
6.89/6.93	c Solving starts ...
6.89/6.93	c ============================[ Search Statistics ]============================
6.89/6.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.93	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.93	c =============================================================================
6.89/6.93	c  0.0s |       0 |        0 |        0 |    12619      0 |      492 |      524
6.89/6.94	c  0.0s |       0 |       34 |        1 |    12619      0 |      492 |      525
6.89/6.94	c #cpu_time = 0.012s
6.89/6.94	c #wall_clock_time = 0.012s
6.89/6.94	c #decision = 34
6.89/6.94	c #random_decision = 0
6.89/6.94	c #conflict = 1
6.89/6.94	c #restart = 0
6.89/6.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
6.89/6.94	c lower bound updated to -69
6.89/6.94	c BCD2: 526 <= obj <= 568
6.89/6.94	c BCD2: #cores=33, #unrelaxed=36, #relaxed=559, #hardened=0
6.89/6.94	c BCD2: #sat=1 #unsat=527 bias=527/528
6.89/6.94	c Solving starts ...
6.89/6.94	c ============================[ Search Statistics ]============================
6.89/6.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.94	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.94	c =============================================================================
6.89/6.95	c  0.0s |       0 |        0 |        0 |    12619      0 |      493 |      525
6.89/6.96	c  0.0s |       0 |       34 |        1 |    12619      0 |      493 |      526
6.89/6.96	c #cpu_time = 0.012s
6.89/6.96	c #wall_clock_time = 0.012s
6.89/6.96	c #decision = 34
6.89/6.96	c #random_decision = 0
6.89/6.96	c #conflict = 1
6.89/6.96	c #restart = 0
6.89/6.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
6.89/6.96	c lower bound updated to -68
6.89/6.96	c BCD2: 527 <= obj <= 568
6.89/6.96	c BCD2: #cores=33, #unrelaxed=35, #relaxed=560, #hardened=0
6.89/6.96	c BCD2: #sat=1 #unsat=528 bias=528/529
6.89/6.96	c Solving starts ...
6.89/6.96	c ============================[ Search Statistics ]============================
6.89/6.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.96	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.96	c =============================================================================
6.89/6.96	c  0.0s |       0 |        0 |        0 |    12619      0 |      494 |      526
6.89/6.97	c  0.0s |       0 |       34 |        1 |    12619      0 |      494 |      527
6.89/6.97	c #cpu_time = 0.012s
6.89/6.97	c #wall_clock_time = 0.012s
6.89/6.97	c #decision = 34
6.89/6.97	c #random_decision = 0
6.89/6.97	c #conflict = 1
6.89/6.97	c #restart = 0
6.89/6.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
6.89/6.97	c lower bound updated to -67
6.89/6.97	c BCD2: 528 <= obj <= 568
6.89/6.97	c BCD2: #cores=33, #unrelaxed=34, #relaxed=561, #hardened=0
6.89/6.97	c BCD2: #sat=1 #unsat=529 bias=529/530
6.89/6.97	c Solving starts ...
6.89/6.97	c ============================[ Search Statistics ]============================
6.89/6.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.97	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.97	c =============================================================================
6.89/6.97	c  0.0s |       0 |        0 |        0 |    12619      0 |      495 |      527
6.89/6.98	c  0.0s |       0 |       34 |        0 |    12619      0 |      495 |      528
6.89/6.98	c #cpu_time = 0.012s
6.89/6.98	c #wall_clock_time = 0.012s
6.89/6.98	c #decision = 34
6.89/6.98	c #random_decision = 0
6.89/6.98	c #conflict = 0
6.89/6.98	c #restart = 0
6.89/6.98	c BCD2: found a new core of size 2: cost of the new core is >=1
6.89/6.98	c lower bound updated to -66
6.89/6.98	c BCD2: 529 <= obj <= 568
6.89/6.98	c BCD2: #cores=34, #unrelaxed=32, #relaxed=563, #hardened=0
6.89/6.98	c BCD2: #sat=1 #unsat=530 bias=530/531
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 |    12619      0 |      495 |      529
6.89/7.00	c  0.0s |       0 |       35 |        1 |    12619      0 |      495 |      529
6.89/7.00	c #cpu_time = 0.011s
6.89/7.00	c #wall_clock_time = 0.011s
6.89/7.00	c #decision = 35
6.89/7.00	c #random_decision = 0
6.89/7.00	c #conflict = 1
6.89/7.00	c #restart = 0
6.89/7.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
6.89/7.00	c lower bound updated to -65
6.99/7.00	c BCD2: 530 <= obj <= 568
6.99/7.00	c BCD2: #cores=34, #unrelaxed=31, #relaxed=564, #hardened=0
6.99/7.00	c BCD2: #sat=1 #unsat=531 bias=531/532
6.99/7.00	c Solving starts ...
6.99/7.00	c ============================[ Search Statistics ]============================
6.99/7.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.00	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.00	c =============================================================================
6.99/7.00	c  0.0s |       0 |        0 |        0 |    12619      0 |      496 |      529
6.99/7.01	c  0.0s |       0 |       35 |        1 |    12619      0 |      496 |      530
6.99/7.01	c #cpu_time = 0.012s
6.99/7.01	c #wall_clock_time = 0.012s
6.99/7.01	c #decision = 35
6.99/7.01	c #random_decision = 0
6.99/7.01	c #conflict = 1
6.99/7.01	c #restart = 0
6.99/7.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
6.99/7.01	c lower bound updated to -64
6.99/7.01	c BCD2: 531 <= obj <= 568
6.99/7.01	c BCD2: #cores=34, #unrelaxed=30, #relaxed=565, #hardened=0
6.99/7.01	c BCD2: #sat=1 #unsat=532 bias=532/533
6.99/7.01	c Solving starts ...
6.99/7.01	c ============================[ Search Statistics ]============================
6.99/7.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.01	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.01	c =============================================================================
6.99/7.01	c  0.0s |       0 |        0 |        0 |    12619      0 |      497 |      530
6.99/7.02	c  0.0s |       0 |       35 |        1 |    12619      0 |      497 |      531
6.99/7.02	c #cpu_time = 0.012s
6.99/7.02	c #wall_clock_time = 0.012s
6.99/7.02	c #decision = 35
6.99/7.02	c #random_decision = 0
6.99/7.02	c #conflict = 1
6.99/7.02	c #restart = 0
6.99/7.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
6.99/7.02	c lower bound updated to -63
6.99/7.02	c BCD2: 532 <= obj <= 568
6.99/7.02	c BCD2: #cores=34, #unrelaxed=29, #relaxed=566, #hardened=0
6.99/7.02	c BCD2: #sat=1 #unsat=533 bias=533/534
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 |    12619      0 |      498 |      531
6.99/7.04	c  0.0s |       0 |       35 |        1 |    12619      0 |      498 |      532
6.99/7.04	c #cpu_time = 0.012s
6.99/7.04	c #wall_clock_time = 0.012s
6.99/7.04	c #decision = 35
6.99/7.04	c #random_decision = 0
6.99/7.04	c #conflict = 1
6.99/7.04	c #restart = 0
6.99/7.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
6.99/7.04	c lower bound updated to -62
6.99/7.04	c BCD2: 533 <= obj <= 568
6.99/7.04	c BCD2: #cores=34, #unrelaxed=28, #relaxed=567, #hardened=0
6.99/7.04	c BCD2: #sat=1 #unsat=534 bias=534/535
6.99/7.04	c Solving starts ...
6.99/7.04	c ============================[ Search Statistics ]============================
6.99/7.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.04	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.04	c =============================================================================
6.99/7.04	c  0.0s |       0 |        0 |        0 |    12619      0 |      499 |      532
6.99/7.05	c  0.0s |       0 |       35 |        1 |    12619      0 |      499 |      533
6.99/7.05	c #cpu_time = 0.012s
6.99/7.05	c #wall_clock_time = 0.012s
6.99/7.05	c #decision = 35
6.99/7.05	c #random_decision = 0
6.99/7.05	c #conflict = 1
6.99/7.05	c #restart = 0
6.99/7.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
6.99/7.05	c lower bound updated to -61
6.99/7.05	c BCD2: 534 <= obj <= 568
6.99/7.05	c BCD2: #cores=34, #unrelaxed=27, #relaxed=568, #hardened=0
6.99/7.05	c BCD2: #sat=1 #unsat=535 bias=535/536
6.99/7.05	c Solving starts ...
6.99/7.05	c ============================[ Search Statistics ]============================
6.99/7.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.05	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.05	c =============================================================================
6.99/7.05	c  0.0s |       0 |        0 |        0 |    12619      0 |      500 |      533
6.99/7.06	c  0.0s |       0 |       35 |        1 |    12619      0 |      500 |      534
6.99/7.06	c #cpu_time = 0.012s
6.99/7.06	c #wall_clock_time = 0.012s
6.99/7.06	c #decision = 35
6.99/7.06	c #random_decision = 0
6.99/7.06	c #conflict = 1
6.99/7.06	c #restart = 0
6.99/7.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
6.99/7.06	c lower bound updated to -60
6.99/7.06	c BCD2: 535 <= obj <= 568
6.99/7.06	c BCD2: #cores=34, #unrelaxed=26, #relaxed=569, #hardened=0
6.99/7.06	c BCD2: #sat=1 #unsat=536 bias=536/537
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 |    12619      0 |      501 |      534
6.99/7.07	c  0.0s |       0 |       35 |        1 |    12619      0 |      501 |      535
6.99/7.07	c #cpu_time = 0.012s
6.99/7.07	c #wall_clock_time = 0.012s
6.99/7.07	c #decision = 35
6.99/7.07	c #random_decision = 0
6.99/7.07	c #conflict = 1
6.99/7.07	c #restart = 0
6.99/7.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
6.99/7.07	c lower bound updated to -59
6.99/7.07	c BCD2: 536 <= obj <= 568
6.99/7.07	c BCD2: #cores=34, #unrelaxed=25, #relaxed=570, #hardened=0
6.99/7.07	c BCD2: #sat=1 #unsat=537 bias=537/538
6.99/7.07	c Solving starts ...
6.99/7.07	c ============================[ Search Statistics ]============================
6.99/7.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.07	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.07	c =============================================================================
6.99/7.07	c  0.0s |       0 |        0 |        0 |    12619      0 |      502 |      535
6.99/7.09	c  0.0s |       0 |       35 |        1 |    12619      0 |      502 |      536
6.99/7.09	c #cpu_time = 0.012s
6.99/7.09	c #wall_clock_time = 0.012s
6.99/7.09	c #decision = 35
6.99/7.09	c #random_decision = 0
6.99/7.09	c #conflict = 1
6.99/7.09	c #restart = 0
6.99/7.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
6.99/7.09	c lower bound updated to -58
6.99/7.09	c BCD2: 537 <= obj <= 568
6.99/7.09	c BCD2: #cores=34, #unrelaxed=24, #relaxed=571, #hardened=0
6.99/7.09	c BCD2: #sat=1 #unsat=538 bias=538/539
6.99/7.09	c Solving starts ...
6.99/7.09	c ============================[ Search Statistics ]============================
6.99/7.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.09	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.09	c =============================================================================
6.99/7.09	c  0.0s |       0 |        0 |        0 |    12619      0 |      503 |      536
7.09/7.10	c  0.0s |       0 |       35 |        1 |    12619      0 |      503 |      537
7.09/7.10	c #cpu_time = 0.012s
7.09/7.10	c #wall_clock_time = 0.012s
7.09/7.10	c #decision = 35
7.09/7.10	c #random_decision = 0
7.09/7.10	c #conflict = 1
7.09/7.10	c #restart = 0
7.09/7.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
7.09/7.10	c lower bound updated to -57
7.09/7.10	c BCD2: 538 <= obj <= 568
7.09/7.10	c BCD2: #cores=34, #unrelaxed=23, #relaxed=572, #hardened=0
7.09/7.10	c BCD2: #sat=1 #unsat=539 bias=539/540
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 |    12619      0 |      504 |      537
7.09/7.11	c  0.0s |       0 |       35 |        1 |    12619      0 |      504 |      538
7.09/7.11	c #cpu_time = 0.012s
7.09/7.11	c #wall_clock_time = 0.012s
7.09/7.11	c #decision = 35
7.09/7.11	c #random_decision = 0
7.09/7.11	c #conflict = 1
7.09/7.11	c #restart = 0
7.09/7.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
7.09/7.11	c lower bound updated to -56
7.09/7.11	c BCD2: 539 <= obj <= 568
7.09/7.11	c BCD2: #cores=34, #unrelaxed=22, #relaxed=573, #hardened=0
7.09/7.11	c BCD2: #sat=1 #unsat=540 bias=540/541
7.09/7.11	c Solving starts ...
7.09/7.11	c ============================[ Search Statistics ]============================
7.09/7.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.11	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.11	c =============================================================================
7.09/7.11	c  0.0s |       0 |        0 |        0 |    12619      0 |      505 |      538
7.09/7.12	c  0.0s |       0 |       35 |        1 |    12619      0 |      505 |      539
7.09/7.12	c #cpu_time = 0.012s
7.09/7.12	c #wall_clock_time = 0.012s
7.09/7.12	c #decision = 35
7.09/7.12	c #random_decision = 0
7.09/7.12	c #conflict = 1
7.09/7.12	c #restart = 0
7.09/7.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
7.09/7.12	c lower bound updated to -55
7.09/7.12	c BCD2: 540 <= obj <= 568
7.09/7.12	c BCD2: #cores=34, #unrelaxed=21, #relaxed=574, #hardened=0
7.09/7.12	c BCD2: #sat=1 #unsat=541 bias=541/542
7.09/7.12	c Solving starts ...
7.09/7.12	c ============================[ Search Statistics ]============================
7.09/7.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.12	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.12	c =============================================================================
7.09/7.12	c  0.0s |       0 |        0 |        0 |    12619      0 |      506 |      539
7.09/7.13	c  0.0s |       0 |       35 |        1 |    12619      0 |      506 |      540
7.09/7.14	c #cpu_time = 0.012s
7.09/7.14	c #wall_clock_time = 0.012s
7.09/7.14	c #decision = 35
7.09/7.14	c #random_decision = 0
7.09/7.14	c #conflict = 1
7.09/7.14	c #restart = 0
7.09/7.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
7.09/7.14	c lower bound updated to -54
7.09/7.14	c BCD2: 541 <= obj <= 568
7.09/7.14	c BCD2: #cores=34, #unrelaxed=20, #relaxed=575, #hardened=0
7.09/7.14	c BCD2: #sat=1 #unsat=542 bias=542/543
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 |    12619      0 |      507 |      540
7.09/7.15	c  0.0s |       0 |       35 |        1 |    12619      0 |      507 |      541
7.09/7.15	c #cpu_time = 0.012s
7.09/7.15	c #wall_clock_time = 0.012s
7.09/7.15	c #decision = 35
7.09/7.15	c #random_decision = 0
7.09/7.15	c #conflict = 1
7.09/7.15	c #restart = 0
7.09/7.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
7.09/7.15	c lower bound updated to -53
7.09/7.15	c BCD2: 542 <= obj <= 568
7.09/7.15	c BCD2: #cores=34, #unrelaxed=19, #relaxed=576, #hardened=0
7.09/7.15	c BCD2: #sat=1 #unsat=543 bias=543/544
7.09/7.15	c Solving starts ...
7.09/7.15	c ============================[ Search Statistics ]============================
7.09/7.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.15	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.15	c =============================================================================
7.09/7.15	c  0.0s |       0 |        0 |        0 |    12619      0 |      508 |      541
7.09/7.16	c  0.0s |       0 |       35 |        1 |    12619      0 |      508 |      542
7.09/7.16	c #cpu_time = 0.012s
7.09/7.16	c #wall_clock_time = 0.012s
7.09/7.16	c #decision = 35
7.09/7.16	c #random_decision = 0
7.09/7.16	c #conflict = 1
7.09/7.16	c #restart = 0
7.09/7.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
7.09/7.16	c lower bound updated to -52
7.09/7.16	c BCD2: 543 <= obj <= 568
7.09/7.16	c BCD2: #cores=34, #unrelaxed=18, #relaxed=577, #hardened=0
7.09/7.16	c BCD2: #sat=1 #unsat=544 bias=544/545
7.09/7.16	c Solving starts ...
7.09/7.16	c ============================[ Search Statistics ]============================
7.09/7.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.16	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.16	c =============================================================================
7.09/7.16	c  0.0s |       0 |        0 |        0 |    12619      0 |      509 |      542
7.09/7.17	c  0.0s |       0 |       35 |        1 |    12619      0 |      509 |      543
7.09/7.17	c #cpu_time = 0.012s
7.09/7.17	c #wall_clock_time = 0.012s
7.09/7.17	c #decision = 35
7.09/7.17	c #random_decision = 0
7.09/7.17	c #conflict = 1
7.09/7.17	c #restart = 0
7.09/7.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
7.09/7.17	c lower bound updated to -51
7.09/7.17	c BCD2: 544 <= obj <= 568
7.09/7.17	c BCD2: #cores=34, #unrelaxed=17, #relaxed=578, #hardened=0
7.09/7.17	c BCD2: #sat=1 #unsat=545 bias=545/546
7.09/7.17	c Solving starts ...
7.09/7.17	c ============================[ Search Statistics ]============================
7.09/7.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.17	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.17	c =============================================================================
7.09/7.17	c  0.0s |       0 |        0 |        0 |    12619      0 |      510 |      543
7.09/7.18	c  0.0s |       0 |       35 |        0 |    12619      0 |      510 |      544
7.09/7.18	c #cpu_time = 0.012s
7.09/7.18	c #wall_clock_time = 0.012s
7.09/7.18	c #decision = 35
7.09/7.18	c #random_decision = 0
7.09/7.18	c #conflict = 0
7.09/7.19	c #restart = 0
7.09/7.19	c BCD2: found a new core of size 2: cost of the new core is >=1
7.09/7.19	c lower bound updated to -50
7.09/7.19	c BCD2: 545 <= obj <= 568
7.09/7.19	c BCD2: #cores=35, #unrelaxed=15, #relaxed=580, #hardened=0
7.09/7.19	c BCD2: #sat=1 #unsat=546 bias=546/547
7.09/7.19	c Solving starts ...
7.09/7.19	c ============================[ Search Statistics ]============================
7.09/7.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.19	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.19	c =============================================================================
7.09/7.19	c  0.0s |       0 |        0 |        0 |    12619      0 |      510 |      545
7.19/7.20	c  0.0s |       0 |       36 |        1 |    12619      0 |      510 |      545
7.19/7.20	c #cpu_time = 0.011s
7.19/7.20	c #wall_clock_time = 0.011s
7.19/7.20	c #decision = 36
7.19/7.20	c #random_decision = 0
7.19/7.20	c #conflict = 1
7.19/7.20	c #restart = 0
7.19/7.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
7.19/7.20	c lower bound updated to -49
7.19/7.20	c BCD2: 546 <= obj <= 568
7.19/7.20	c BCD2: #cores=35, #unrelaxed=14, #relaxed=581, #hardened=0
7.19/7.20	c BCD2: #sat=1 #unsat=547 bias=547/548
7.19/7.20	c Solving starts ...
7.19/7.20	c ============================[ Search Statistics ]============================
7.19/7.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.20	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.20	c =============================================================================
7.19/7.20	c  0.0s |       0 |        0 |        0 |    12619      0 |      511 |      545
7.19/7.21	c  0.0s |       0 |       36 |        1 |    12619      0 |      511 |      546
7.19/7.21	c #cpu_time = 0.012s
7.19/7.21	c #wall_clock_time = 0.012s
7.19/7.21	c #decision = 36
7.19/7.21	c #random_decision = 0
7.19/7.21	c #conflict = 1
7.19/7.21	c #restart = 0
7.19/7.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
7.19/7.21	c lower bound updated to -48
7.19/7.21	c BCD2: 547 <= obj <= 568
7.19/7.21	c BCD2: #cores=35, #unrelaxed=13, #relaxed=582, #hardened=0
7.19/7.21	c BCD2: #sat=1 #unsat=548 bias=548/549
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.21	c  0.0s |       0 |        0 |        0 |    12619      0 |      512 |      546
7.19/7.22	c  0.0s |       0 |       36 |        1 |    12619      0 |      512 |      547
7.19/7.22	c #cpu_time = 0.012s
7.19/7.22	c #wall_clock_time = 0.012s
7.19/7.22	c #decision = 36
7.19/7.22	c #random_decision = 0
7.19/7.22	c #conflict = 1
7.19/7.22	c #restart = 0
7.19/7.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
7.19/7.22	c lower bound updated to -47
7.19/7.22	c BCD2: 548 <= obj <= 568
7.19/7.22	c BCD2: #cores=35, #unrelaxed=12, #relaxed=583, #hardened=0
7.19/7.22	c BCD2: #sat=1 #unsat=549 bias=549/550
7.19/7.22	c Solving starts ...
7.19/7.22	c ============================[ Search Statistics ]============================
7.19/7.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.22	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.22	c =============================================================================
7.19/7.22	c  0.0s |       0 |        0 |        0 |    12619      0 |      513 |      547
7.19/7.24	c  0.0s |       0 |       36 |        1 |    12619      0 |      513 |      548
7.19/7.24	c #cpu_time = 0.012s
7.19/7.24	c #wall_clock_time = 0.012s
7.19/7.24	c #decision = 36
7.19/7.24	c #random_decision = 0
7.19/7.24	c #conflict = 1
7.19/7.24	c #restart = 0
7.19/7.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
7.19/7.24	c lower bound updated to -46
7.19/7.24	c BCD2: 549 <= obj <= 568
7.19/7.24	c BCD2: #cores=35, #unrelaxed=11, #relaxed=584, #hardened=0
7.19/7.24	c BCD2: #sat=1 #unsat=550 bias=550/551
7.19/7.24	c Solving starts ...
7.19/7.24	c ============================[ Search Statistics ]============================
7.19/7.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.24	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.24	c =============================================================================
7.19/7.24	c  0.0s |       0 |        0 |        0 |    12619      0 |      514 |      548
7.19/7.25	c  0.0s |       0 |       36 |        1 |    12619      0 |      514 |      549
7.19/7.25	c #cpu_time = 0.012s
7.19/7.25	c #wall_clock_time = 0.012s
7.19/7.25	c #decision = 36
7.19/7.25	c #random_decision = 0
7.19/7.25	c #conflict = 1
7.19/7.25	c #restart = 0
7.19/7.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
7.19/7.25	c lower bound updated to -45
7.19/7.25	c BCD2: 550 <= obj <= 568
7.19/7.25	c BCD2: #cores=35, #unrelaxed=10, #relaxed=585, #hardened=0
7.19/7.25	c BCD2: #sat=1 #unsat=551 bias=551/552
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 |    12619      0 |      515 |      549
7.19/7.26	c  0.0s |       0 |       36 |        1 |    12619      0 |      515 |      550
7.19/7.26	c #cpu_time = 0.012s
7.19/7.26	c #wall_clock_time = 0.012s
7.19/7.26	c #decision = 36
7.19/7.26	c #random_decision = 0
7.19/7.26	c #conflict = 1
7.19/7.26	c #restart = 0
7.19/7.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
7.19/7.26	c lower bound updated to -44
7.19/7.26	c BCD2: 551 <= obj <= 568
7.19/7.26	c BCD2: #cores=35, #unrelaxed=9, #relaxed=586, #hardened=0
7.19/7.26	c BCD2: #sat=1 #unsat=552 bias=552/553
7.19/7.26	c Solving starts ...
7.19/7.26	c ============================[ Search Statistics ]============================
7.19/7.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.26	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.26	c =============================================================================
7.19/7.26	c  0.0s |       0 |        0 |        0 |    12619      0 |      516 |      550
7.19/7.28	c  0.0s |       0 |       36 |        1 |    12619      0 |      516 |      551
7.19/7.28	c #cpu_time = 0.012s
7.19/7.28	c #wall_clock_time = 0.012s
7.19/7.28	c #decision = 36
7.19/7.28	c #random_decision = 0
7.19/7.28	c #conflict = 1
7.19/7.28	c #restart = 0
7.19/7.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
7.19/7.28	c lower bound updated to -43
7.19/7.28	c BCD2: 552 <= obj <= 568
7.19/7.28	c BCD2: #cores=35, #unrelaxed=8, #relaxed=587, #hardened=0
7.19/7.28	c BCD2: #sat=1 #unsat=553 bias=553/554
7.19/7.28	c Solving starts ...
7.19/7.28	c ============================[ Search Statistics ]============================
7.19/7.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.28	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.28	c =============================================================================
7.19/7.28	c  0.0s |       0 |        0 |        0 |    12619      0 |      517 |      551
7.19/7.29	c  0.0s |       0 |       36 |        1 |    12619      0 |      517 |      552
7.19/7.29	c #cpu_time = 0.012s
7.19/7.29	c #wall_clock_time = 0.012s
7.19/7.29	c #decision = 36
7.19/7.29	c #random_decision = 0
7.19/7.29	c #conflict = 1
7.19/7.29	c #restart = 0
7.19/7.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
7.19/7.29	c lower bound updated to -42
7.19/7.29	c BCD2: 553 <= obj <= 568
7.19/7.29	c BCD2: #cores=35, #unrelaxed=7, #relaxed=588, #hardened=0
7.19/7.29	c BCD2: #sat=1 #unsat=554 bias=554/555
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.19/7.29	c  0.0s |       0 |        0 |        0 |    12619      0 |      518 |      552
7.29/7.30	c  0.0s |       0 |       36 |        1 |    12619      0 |      518 |      553
7.29/7.30	c #cpu_time = 0.012s
7.29/7.30	c #wall_clock_time = 0.012s
7.29/7.30	c #decision = 36
7.29/7.30	c #random_decision = 0
7.29/7.30	c #conflict = 1
7.29/7.30	c #restart = 0
7.29/7.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
7.29/7.30	c lower bound updated to -41
7.29/7.30	c BCD2: 554 <= obj <= 568
7.29/7.30	c BCD2: #cores=35, #unrelaxed=6, #relaxed=589, #hardened=0
7.29/7.30	c BCD2: #sat=1 #unsat=555 bias=555/556
7.29/7.30	c Solving starts ...
7.29/7.30	c ============================[ Search Statistics ]============================
7.29/7.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.30	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.30	c =============================================================================
7.29/7.30	c  0.0s |       0 |        0 |        0 |    12619      0 |      519 |      553
7.29/7.31	c  0.0s |       0 |       36 |        1 |    12619      0 |      519 |      554
7.29/7.31	c #cpu_time = 0.012s
7.29/7.31	c #wall_clock_time = 0.012s
7.29/7.31	c #decision = 36
7.29/7.31	c #random_decision = 0
7.29/7.31	c #conflict = 1
7.29/7.31	c #restart = 0
7.29/7.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
7.29/7.31	c lower bound updated to -40
7.29/7.31	c BCD2: 555 <= obj <= 568
7.29/7.31	c BCD2: #cores=35, #unrelaxed=5, #relaxed=590, #hardened=0
7.29/7.31	c BCD2: #sat=1 #unsat=556 bias=556/557
7.29/7.31	c Solving starts ...
7.29/7.31	c ============================[ Search Statistics ]============================
7.29/7.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.31	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.31	c =============================================================================
7.29/7.31	c  0.0s |       0 |        0 |        0 |    12619      0 |      520 |      554
7.29/7.33	c  0.0s |       0 |       36 |        1 |    12619      0 |      520 |      555
7.29/7.33	c #cpu_time = 0.012s
7.29/7.33	c #wall_clock_time = 0.012s
7.29/7.33	c #decision = 36
7.29/7.33	c #random_decision = 0
7.29/7.33	c #conflict = 1
7.29/7.33	c #restart = 0
7.29/7.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
7.29/7.33	c lower bound updated to -39
7.29/7.33	c BCD2: 556 <= obj <= 568
7.29/7.33	c BCD2: #cores=35, #unrelaxed=4, #relaxed=591, #hardened=0
7.29/7.33	c BCD2: #sat=1 #unsat=557 bias=557/558
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 |    12619      0 |      521 |      555
7.29/7.34	c  0.0s |       0 |       36 |        1 |    12619      0 |      521 |      556
7.29/7.34	c #cpu_time = 0.012s
7.29/7.34	c #wall_clock_time = 0.012s
7.29/7.34	c #decision = 36
7.29/7.34	c #random_decision = 0
7.29/7.34	c #conflict = 1
7.29/7.34	c #restart = 0
7.29/7.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
7.29/7.34	c lower bound updated to -38
7.29/7.34	c BCD2: 557 <= obj <= 568
7.29/7.34	c BCD2: #cores=35, #unrelaxed=3, #relaxed=592, #hardened=0
7.29/7.34	c BCD2: #sat=1 #unsat=558 bias=558/559
7.29/7.34	c Solving starts ...
7.29/7.34	c ============================[ Search Statistics ]============================
7.29/7.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.34	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.34	c =============================================================================
7.29/7.34	c  0.0s |       0 |        0 |        0 |    12619      0 |      522 |      556
7.29/7.35	c  0.0s |       0 |       36 |        1 |    12619      0 |      522 |      557
7.29/7.35	c #cpu_time = 0.012s
7.29/7.35	c #wall_clock_time = 0.012s
7.29/7.35	c #decision = 36
7.29/7.35	c #random_decision = 0
7.29/7.35	c #conflict = 1
7.29/7.35	c #restart = 0
7.29/7.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
7.29/7.35	c lower bound updated to -37
7.29/7.35	c BCD2: 558 <= obj <= 568
7.29/7.35	c BCD2: #cores=35, #unrelaxed=2, #relaxed=593, #hardened=0
7.29/7.35	c BCD2: #sat=1 #unsat=559 bias=559/560
7.29/7.35	c Solving starts ...
7.29/7.35	c ============================[ Search Statistics ]============================
7.29/7.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.35	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.35	c =============================================================================
7.29/7.35	c  0.0s |       0 |        0 |        0 |    12619      0 |      523 |      557
7.29/7.36	c  0.0s |       0 |       36 |        1 |    12619      0 |      523 |      558
7.29/7.36	c #cpu_time = 0.012s
7.29/7.36	c #wall_clock_time = 0.012s
7.29/7.36	c #decision = 36
7.29/7.36	c #random_decision = 0
7.29/7.36	c #conflict = 1
7.29/7.36	c #restart = 0
7.29/7.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
7.29/7.36	c lower bound updated to -36
7.29/7.36	c BCD2: 559 <= obj <= 568
7.29/7.36	c BCD2: #cores=35, #unrelaxed=1, #relaxed=594, #hardened=0
7.29/7.36	c BCD2: #sat=1 #unsat=560 bias=560/561
7.29/7.36	c Solving starts ...
7.29/7.36	c ============================[ Search Statistics ]============================
7.29/7.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.36	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.36	c =============================================================================
7.29/7.36	c  0.0s |       0 |        0 |        0 |    12619      0 |      524 |      558
7.29/7.38	c  0.0s |       0 |       36 |        1 |    12619      0 |      524 |      559
7.29/7.38	c #cpu_time = 0.012s
7.29/7.38	c #wall_clock_time = 0.012s
7.29/7.38	c #decision = 36
7.29/7.38	c #random_decision = 0
7.29/7.38	c #conflict = 1
7.29/7.38	c #restart = 0
7.29/7.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
7.29/7.38	c lower bound updated to -35
7.29/7.38	c BCD2: 560 <= obj <= 568
7.29/7.38	c BCD2: #cores=35, #unrelaxed=0, #relaxed=595, #hardened=0
7.29/7.38	c BCD2: #sat=1 #unsat=561 bias=561/562
7.29/7.38	c Solving starts ...
7.29/7.38	c ============================[ Search Statistics ]============================
7.29/7.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.38	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.38	c =============================================================================
7.29/7.38	c  0.0s |       0 |        0 |        0 |    12619      0 |      525 |      559
7.39/7.42	c  0.0s |       1 |      312 |      100 |    12619      0 |      525 |      560
7.39/7.48	c  0.1s |       2 |      645 |      250 |    12619      0 |      525 |      560
7.49/7.57	c  0.2s |       3 |     1193 |      475 |    13881      0 |      525 |      560
7.70/7.74	c  0.4s |       4 |     1862 |      813 |    15270      0 |      525 |      560
8.09/8.13	c  0.8s |       5 |     2691 |     1320 |    15270      0 |      525 |      560
8.39/8.48	c  1.1s |       6 |     4088 |     2081 |    16797      0 |      525 |      560
9.09/9.19	c  1.8s |       7 |     6013 |     3223 |    18477      0 |      525 |      560
10.19/10.25	c  2.9s |       8 |     8779 |     4936 |    20325      0 |      525 |      560
11.99/12.08	c  4.7s |       9 |    12587 |     7506 |    22358      0 |      525 |      560
14.09/14.17	c  6.8s |       9 |    16375 |    10106 |    22358      0 |      525 |      560
15.29/15.34	c  8.0s |      10 |    18151 |    11361 |    24594      0 |      525 |      560
17.39/17.41	c 10.0s |      10 |    21432 |    13461 |    24594      0 |      525 |      560
19.39/19.42	c 12.0s |      10 |    23905 |    15161 |    24594      0 |      525 |      560
21.39/21.49	c 14.1s |      10 |    26425 |    16961 |    27054      0 |      525 |      560
21.69/21.70	c 14.3s |      11 |    26690 |    17144 |    27054      0 |      525 |      560
23.79/23.84	c 16.5s |      11 |    28851 |    18644 |    27054      0 |      525 |      560
25.89/25.95	c 18.6s |      11 |    30778 |    20144 |    27054      0 |      525 |      560
27.99/28.00	c 20.6s |      11 |    32981 |    21744 |    27054      0 |      525 |      560
30.09/30.16	c 22.8s |      11 |    34749 |    23044 |    27054      0 |      525 |      560
32.19/32.27	c 24.9s |      11 |    36288 |    24244 |    27054      0 |      525 |      560
34.38/34.41	c 27.0s |      11 |    38099 |    25544 |    29760      0 |      525 |      560
34.68/34.78	c 27.4s |      12 |    38507 |    25819 |    29760      0 |      525 |      560
36.68/36.79	c 29.4s |      12 |    40029 |    26919 |    29760      0 |      525 |      560
38.88/38.96	c 31.6s |      12 |    41541 |    28019 |    29760      0 |      525 |      560
41.08/41.11	c 33.7s |      12 |    42861 |    29019 |    29760      0 |      525 |      560
43.18/43.22	c 35.8s |      12 |    44203 |    30019 |    29760      0 |      525 |      560
45.19/45.26	c 37.9s |      12 |    45359 |    30919 |    29760      1 |      525 |      560
47.30/47.32	c 39.9s |      12 |    46864 |    32119 |    29760      1 |      525 |      560
49.29/49.38	c 42.0s |      12 |    48358 |    33319 |    29760      1 |      525 |      560
51.39/51.48	c 44.1s |      12 |    49948 |    34519 |    29760      1 |      525 |      560
53.39/53.48	c 46.1s |      12 |    51508 |    35719 |    29760      1 |      525 |      560
55.58/55.63	c 48.3s |      12 |    52909 |    36819 |    29760      1 |      525 |      560
57.68/57.78	c 50.4s |      12 |    54379 |    37919 |    29760      1 |      525 |      560
59.78/59.87	c 52.5s |      12 |    55498 |    38819 |    32737      1 |      525 |      560
59.88/59.90	c 52.5s |      13 |    55511 |    38832 |    32737      1 |      525 |      560
61.88/61.99	c 54.6s |      13 |    56908 |    39832 |    32737      1 |      525 |      560
64.08/64.14	c 56.8s |      13 |    58466 |    41032 |    32737      1 |      525 |      560
66.09/66.16	c 58.8s |      13 |    59544 |    41932 |    32737      1 |      525 |      560
68.08/68.18	c 60.8s |      13 |    60839 |    42932 |    32737      1 |      525 |      560
70.28/70.40	c 63.0s |      13 |    62072 |    43932 |    32737      1 |      525 |      560
72.48/72.50	c 65.1s |      13 |    63168 |    44832 |    32737      1 |      525 |      560
74.48/74.54	c 67.2s |      13 |    64270 |    45632 |    32737      1 |      525 |      560
76.58/76.65	c 69.3s |      13 |    65228 |    46432 |    32737      1 |      525 |      560
78.78/78.84	c 71.5s |      13 |    66215 |    47232 |    32737      1 |      525 |      560
80.98/81.05	c 73.7s |      13 |    67339 |    48132 |    32737      1 |      525 |      560
83.08/83.17	c 75.8s |      13 |    68337 |    48932 |    32737      2 |      525 |      560
85.18/85.29	c 77.9s |      13 |    69728 |    50032 |    32737      2 |      525 |      560
87.38/87.41	c 80.0s |      13 |    71345 |    51332 |    32737      2 |      525 |      560
89.37/89.49	c 82.1s |      13 |    72910 |    52532 |    32737      2 |      525 |      560
91.57/91.68	c 84.3s |      13 |    74337 |    53632 |    32737      2 |      525 |      560
93.77/93.80	c 86.4s |      13 |    75552 |    54632 |    32737      2 |      525 |      560
95.78/95.83	c 88.5s |      13 |    76857 |    55632 |    32737      2 |      525 |      560
97.88/97.91	c 90.5s |      13 |    78111 |    56632 |    32737      2 |      525 |      560
99.97/100.10	c 92.7s |      13 |    79365 |    57632 |    36011      2 |      525 |      560
101.67/101.79	c 94.4s |      14 |    80239 |    58352 |    36011      2 |      525 |      560
103.87/103.93	c 96.6s |      14 |    81879 |    59452 |    36011      2 |      525 |      560
106.07/106.12	c 98.7s |      14 |    83444 |    60652 |    36011      2 |      525 |      560
108.27/108.36	c  100s |      14 |    84858 |    61752 |    36011      2 |      525 |      560
110.27/110.36	c  102s |      14 |    85970 |    62652 |    36011      2 |      525 |      560
112.47/112.54	c  105s |      14 |    87243 |    63652 |    36011      2 |      525 |      560
114.48/114.55	c  107s |      14 |    88597 |    64652 |    36011      2 |      525 |      560
116.47/116.57	c  109s |      14 |    89686 |    65552 |    36011      2 |      525 |      560
118.57/118.61	c  111s |      14 |    90805 |    66452 |    36011      2 |      525 |      560
120.56/120.69	c  113s |      14 |    91919 |    67352 |    36011      2 |      525 |      560
122.76/122.81	c  115s |      14 |    93095 |    68252 |    36011      2 |      525 |      560
124.86/124.92	c  117s |      14 |    94023 |    68952 |    36011      3 |      525 |      560
126.96/127.00	c  119s |      14 |    95382 |    70052 |    36011      3 |      525 |      560
128.96/129.01	c  121s |      14 |    96663 |    71052 |    36011      3 |      525 |      560
131.06/131.19	c  123s |      14 |    98085 |    72152 |    36011      3 |      525 |      560
133.17/133.26	c  125s |      14 |    99348 |    73152 |    36011      3 |      525 |      560
135.37/135.43	c  128s |      14 |   100675 |    74252 |    36011      3 |      525 |      560
137.36/137.45	c  130s |      14 |   102055 |    75352 |    36011      3 |      525 |      560
139.45/139.54	c  132s |      14 |   103308 |    76352 |    36011      3 |      525 |      560
141.15/141.20	c  133s |      14 |   104289 |    77178 |    36011      3 |      525 |      560
141.15/141.20	c #cpu_time = 133.460s
141.15/141.20	c #wall_clock_time = 133.819s
141.15/141.20	c #decision = 104289
141.15/141.20	c #random_decision = 123
141.15/141.20	c #conflict = 77178
141.15/141.20	c #restart = 14
141.15/141.20	o -35
141.15/141.20	s OPTIMUM FOUND
141.15/141.20	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10
141.15/141.20	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
141.15/141.20	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
141.15/141.20	v -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40
141.15/141.20	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50
141.15/141.20	v -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60
141.15/141.20	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70
141.15/141.20	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
141.15/141.20	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
141.15/141.20	v -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100
141.15/141.20	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
141.15/141.20	v x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
141.15/141.20	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
141.15/141.20	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
141.15/141.20	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150
141.15/141.20	v -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160
141.15/141.20	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
141.15/141.20	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180
141.15/141.20	v x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
141.15/141.20	v -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200
141.15/141.20	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
141.15/141.20	v -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
141.15/141.20	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
141.15/141.20	v -x231 -x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 x240
141.15/141.20	v -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250
141.15/141.20	v -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260
141.15/141.20	v -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270
141.15/141.20	v -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280
141.15/141.20	v -x281 -x282 x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290
141.15/141.20	v -x291 x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300
141.15/141.20	v -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310
141.15/141.20	v x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320
141.15/141.20	v -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330
141.15/141.20	v -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 x339 -x340
141.15/141.20	v -x341 -x342 -x343 -x344 x345 -x346 -x347 -x348 -x349 -x350
141.15/141.20	v -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360
141.15/141.20	v -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 x370
141.15/141.20	v -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 x380
141.15/141.20	v -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390
141.15/141.20	v -x391 x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400
141.15/141.20	v -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410
141.15/141.20	v x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420
141.15/141.20	v -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430
141.15/141.20	v -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440
141.15/141.20	v -x441 x442 x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450
141.15/141.20	v -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460
141.15/141.20	v -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470
141.15/141.20	v -x471 -x472 x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480
141.15/141.20	v -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490
141.15/141.20	v x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500
141.15/141.20	v -x501 x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510
141.15/141.20	v -x511 -x512 x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520
141.15/141.20	v -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530
141.15/141.20	v -x531 -x532 -x533 -x534 -x535 -x536 -x537 x538 -x539 -x540
141.15/141.20	v -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550
141.15/141.20	v -x551 -x552 -x553 -x554 x555 -x556 -x557 -x558 -x559 -x560
141.15/141.20	v -x561 -x562 -x563 x564 -x565 -x566 -x567 -x568 -x569 -x570
141.15/141.20	v -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580
141.15/141.20	v -x581 -x582 -x583 -x584 x585 -x586 -x587 -x588 -x589 -x590
141.15/141.20	v -x591 -x592 -x593 -x594 -x595
141.15/141.20	c total CPU time = 140.821s
141.15/141.20	c total wall clock time = 141.200s

Verifier Data

OK	-35

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

pid=31087
running on 8 cores: 4-7,12-15

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.03 2.05 2.04 3/260 31090
/proc/meminfo: memFree=30861776/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1147460 CPUtime=0 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 4357 0 0 0 0 0 0 0 20 0 4 0 105585351 1174999040 4717 33554432000 4194304 16246674 140733872329936 140733872329360 13880264 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 287377 4726 442 2943 0 284271 0
[pid=31090/tid=31091] ppid=31087 vsize=1168964 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1197019136 4804 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1174084 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1202262016 4821 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1177156 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1205407744 4835 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.03 2.05 2.04 3/260 31090
/proc/meminfo: memFree=30861776/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1222212 CPUtime=0.09 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 26949 0 0 0 5 4 0 0 20 0 4 0 105585351 1251545088 27247 33554432000 4194304 16246674 140733872329936 140733872329248 4223718 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 305553 27253 801 2943 0 302447 0
[pid=31090/tid=31091] ppid=31087 vsize=1222212 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1251545088 27258 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1222212 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1251545088 27263 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1222212 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1251545088 27267 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1222212

[startup+0.200544 s]
/proc/loadavg: 2.03 2.05 2.04 3/260 31090
/proc/meminfo: memFree=30861776/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1301060 CPUtime=0.19 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 48344 0 0 0 12 7 0 0 20 0 4 0 105585351 1332285440 48643 33554432000 4194304 16246674 140733872329936 140733872312928 6975774 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 325265 48652 833 2943 0 322159 0
[pid=31090/tid=31091] ppid=31087 vsize=1301060 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1332285440 48657 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1301060 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1332285440 48663 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1301060 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1332285440 48667 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1301060

[startup+0.300479 s]
/proc/loadavg: 2.03 2.05 2.04 3/260 31090
/proc/meminfo: memFree=30861776/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1301060 CPUtime=0.29 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 66374 0 0 0 19 10 0 0 20 0 4 0 105585351 1332285440 66673 33554432000 4194304 16246674 140733872329936 140733872312928 6165910 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 325265 66682 833 2943 0 322159 0
[pid=31090/tid=31091] ppid=31087 vsize=1301060 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1332285440 66687 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1301060 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1332285440 66693 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1301060 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1332285440 66699 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1301060

[startup+0.70041 s]
/proc/loadavg: 2.03 2.05 2.04 3/260 31090
/proc/meminfo: memFree=30861776/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1313348 CPUtime=0.69 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 116003 0 0 0 52 17 0 0 20 0 4 0 105585351 1344868352 116301 33554432000 4194304 16246674 140733872329936 140733872329248 5531489 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 328337 116301 906 2943 0 325231 0
[pid=31090/tid=31091] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 116301 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 116301 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 116301 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50042 s]
/proc/loadavg: 2.03 2.05 2.04 3/264 31094
/proc/meminfo: memFree=30398224/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1313348 CPUtime=1.49 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 116083 0 0 0 131 18 0 0 20 0 4 0 105585351 1344868352 116381 33554432000 4194304 16246674 140733872329936 140733872311808 5841282 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 328337 116381 906 2943 0 325231 0
[pid=31090/tid=31091] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 116381 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 116381 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 116381 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10042 s]
/proc/loadavg: 2.03 2.05 2.04 3/265 31095
/proc/meminfo: memFree=30397332/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1313348 CPUtime=3.09 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 116084 0 0 0 290 19 0 0 20 0 4 0 105585351 1344868352 116382 33554432000 4194304 16246674 140733872329936 140733872312928 5840656 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 328337 116382 907 2943 0 325231 0
[pid=31090/tid=31091] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 116382 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 116382 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 116382 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1313348

[startup+6.30042 s]
/proc/loadavg: 2.11 2.06 2.04 3/265 31095
/proc/meminfo: memFree=30397460/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1313348 CPUtime=6.29 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 116084 0 0 0 608 21 0 0 20 0 4 0 105585351 1344868352 116382 33554432000 4194304 16246674 140733872329936 140733872312936 5532218 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 328337 116382 907 2943 0 325231 0
[pid=31090/tid=31091] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 116382 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 116382 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 116382 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1313348

[startup+12.7004 s]
/proc/loadavg: 2.10 2.06 2.04 3/265 31095
/proc/meminfo: memFree=29783584/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1313348 CPUtime=12.69 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 269547 0 0 0 1227 42 0 0 20 0 4 0 105585351 1344868352 269845 33554432000 4194304 16246674 140733872329936 140733872311808 5523464 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 328337 269845 909 2943 0 325231 0
[pid=31090/tid=31091] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 269845 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 269845 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 269845 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1313348

[startup+25.5005 s]
/proc/loadavg: 2.08 2.06 2.04 3/265 31095
/proc/meminfo: memFree=29784900/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1313348 CPUtime=25.49 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 269549 0 0 0 2507 42 0 0 20 0 4 0 105585351 1344868352 269847 33554432000 4194304 16246674 140733872329936 140733872311808 5822428 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 328337 269847 911 2943 0 325231 0
[pid=31090/tid=31091] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 269847 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 269847 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1344868352 269847 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1313348

[startup+51.1005 s]
/proc/loadavg: 2.05 2.05 2.04 3/265 31095
/proc/meminfo: memFree=29741816/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1357380 CPUtime=51.09 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 280413 0 0 0 5065 44 0 0 20 0 4 0 105585351 1389957120 280711 33554432000 4194304 16246674 140733872329936 140733872311808 5523188 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 339345 280711 915 2943 0 336239 0
[pid=31090/tid=31091] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280711 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280711 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280711 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1357380

[startup+102.301 s]
/proc/loadavg: 2.08 2.06 2.04 3/265 31144
/proc/meminfo: memFree=25406944/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1357380 CPUtime=102.28 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 280572 0 0 0 10184 44 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140733872311808 5827966 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 339345 280859 915 2943 0 336239 0
[pid=31090/tid=31091] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1357380

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

[startup+102.411 s]
/proc/loadavg: 2.08 2.06 2.04 3/265 31144
/proc/meminfo: memFree=25406944/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1357380 CPUtime=102.38 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 280572 0 0 0 10194 44 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140733872311808 5822484 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 339345 280859 915 2943 0 336239 0
[pid=31090/tid=31091] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 1357380

[startup+128 s]
/proc/loadavg: 2.11 2.07 2.04 3/265 31145
/proc/meminfo: memFree=23198592/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1357380 CPUtime=127.96 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 280575 0 0 0 12752 44 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140733872327744 5822484 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 339345 280859 915 2943 0 336239 0
[pid=31090/tid=31091] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 127.96
Current children cumulated vsize (KiB) 1357380

[startup+134.4 s]
/proc/loadavg: 2.18 2.08 2.04 3/265 31145
/proc/meminfo: memFree=23113264/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1357380 CPUtime=134.36 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 280583 0 0 0 13392 44 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140733872311808 5674768 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 339345 280859 915 2943 0 336239 0
[pid=31090/tid=31091] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 134.36
Current children cumulated vsize (KiB) 1357380

[startup+137.611 s]
/proc/loadavg: 2.18 2.08 2.04 3/265 31145
/proc/meminfo: memFree=22944004/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1357380 CPUtime=137.57 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 280583 0 0 0 13713 44 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140733872311808 5523513 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 339345 280859 915 2943 0 336239 0
[pid=31090/tid=31091] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 137.57
Current children cumulated vsize (KiB) 1357380

[startup+139.2 s]
/proc/loadavg: 2.16 2.08 2.04 3/265 31145
/proc/meminfo: memFree=22943740/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1357380 CPUtime=139.15 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 280591 0 0 0 13871 44 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140733872311808 13943664 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 339345 280859 915 2943 0 336239 0
[pid=31090/tid=31091] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 139.15
Current children cumulated vsize (KiB) 1357380

[startup+140 s]
/proc/loadavg: 2.16 2.08 2.04 3/265 31145
/proc/meminfo: memFree=22943740/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1357380 CPUtime=139.95 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 280591 0 0 0 13951 44 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140733872311808 5822604 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 339345 280859 915 2943 0 336239 0
[pid=31090/tid=31091] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 139.95
Current children cumulated vsize (KiB) 1357380

[startup+140.8 s]
/proc/loadavg: 2.16 2.08 2.04 3/265 31145
/proc/meminfo: memFree=22943988/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1357380 CPUtime=140.76 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 280591 0 0 0 14032 44 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140733872311808 5822488 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 339345 280859 915 2943 0 336239 0
[pid=31090/tid=31091] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 140.76
Current children cumulated vsize (KiB) 1357380

[startup+141.2 s]
/proc/loadavg: 2.16 2.08 2.04 3/265 31145
/proc/meminfo: memFree=22943988/32872528 swapFree=9196/9196
[pid=31090] ppid=31087 vsize=1357380 CPUtime=141.15 cores=4-7,12-15
/proc/31090/stat : 31090 (toysat) R 31087 31090 25889 0 -1 4202496 280591 0 0 0 14071 44 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140733872311808 5677720 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31090/statm: 339345 280859 915 2943 0 336239 0
[pid=31090/tid=31091] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31091/stat : 31091 (toysat) S 31087 31090 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535453953264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31090/tid=31092] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31092/stat : 31092 (toysat) S 31087 31090 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535443463408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31090/tid=31093] ppid=31087 vsize=1357380 CPUtime=0 cores=4-7,12-15
/proc/31090/task/31093/stat : 31093 (toysat) S 31087 31090 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105585351 1389957120 280859 33554432000 4194304 16246674 140733872329936 140535356452016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 141.15
Current children cumulated vsize (KiB) 1357380

Child status: 0
Real time (s): 141.278
CPU time (s): 141.238
CPU user time (s): 140.722
CPU system time (s): 0.515921
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 1357380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 140.722
system time used= 0.515921
maximum resident set size= 1123444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280594
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= 49
involuntary context switches= 147

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.602908 second user time and 0.973851 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-06 20:23:53
IDJOB=4079613
IDBENCH=2274
IDSOLVER=2542
FILE ID=node132/4079613-1465237433
RUNJOBID= node132-1465216787-25906
PBS_JOBID= 19843203
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079613-1465237433/watcher-4079613-1465237433 -o /tmp/evaluation-result-4079613-1465237433/solver-4079613-1465237433 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465216787-25906 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079613-1465237433.opb

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

MD5SUM BENCH= 907943cf03e4e0f899b19858f5690e6e
RANDOM SEED=1972392295

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

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

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30862204 kB
Buffers:           38056 kB
Cached:            98164 kB
SwapCached:         3224 kB
Active:          1216788 kB
Inactive:          71020 kB
Active(anon):    1151248 kB
Inactive(anon):     3236 kB
Active(file):      65540 kB
Inactive(file):    67784 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094528 kB
Dirty:             17028 kB
Writeback:             4 kB
AnonPages:       1157668 kB
Mapped:            10820 kB
Shmem:                 0 kB
Slab:             573448 kB
SReclaimable:      13644 kB
SUnreclaim:       559804 kB
KernelStack:        2200 kB
PageTables:         6980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1301920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1140736 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= 71716 MiB
End job on node132 at 2016-06-06 20:26:15